* {
    font-family: 'Roboto Slab', serif;
}
.topheader {
    background: #4d4d4d;
    color: #cccccc;
}
.topheader .fa {
    margin-right: 10px;
}
.topheader a {
    color: #cccccc;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Arial';
    font-size: 13px;
}
.topheader a:focus {
    outline: none;
}
.user {
    v
}
.container.headermenu {
    /*height: 100px;*/
    /*overflow: hidden;*/
    background: #fff;
}
.hedmenu {
    padding-left: 0;
    /*text-align: justify;*/
  line-height: 0;
  /* Opera Presto */
  font-size: 1px;

  /* IE6-7 */
  /*text-justify: newspaper;*/
  /*zoom: 1;*/
  /*text-align-last: justify;*/
    height: 100px;
    margin-bottom: 0;
}
.hedmenu:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}
.hedmenu li {
    list-style: none;
    display: inline-block;
    /*display: table-cell;*/
    text-align: center;
    /* Восстанавливаем обнулённые свойства */
    line-height: normal;
    font-size: 14px;
 /* Opera Presto */
     vertical-align: middle;
    height: 100px;
    padding-top: 30px;
}
.hedmenu li a {
    font-family: 'Arial';
    /*font-size: 13px;*/
    text-transform: uppercase;
    color: #808080;
    /*margin-top: 40px;*/
    /*margin-bottom: 15px;*/
    display: inline-block;
    text-align: center;
    /*margin-right: 20px;*/
    padding: 5px 10px;
    /*margin-top: 40px;*/
    /*padding-top: 50px;*/
    /*height: 100px;*/
    vertical-align: middle;
}

.hedmenu li.active a {
    background: #d4b380;
    color: #fff;
    text-decoration: none;
}
.hedmenu li a .fa{
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
}
.hedmenu.rblock li a {
    margin-right: 15px;
}
.hedmenu.rblock li:last-child a {
    padding: 0;
    /*padding-top: 8px;*/
    /*width: 130px;*/
}
.hedmenu.rblock li:nth-child(1) a {
    width: 110px;
}
.hedmenu.rblock li:nth-child(2) a {
    width: 130px;
    cursor: pointer;
}
.hedmenu.rblock li:nth-child(3) a {
    width: 130px;
}

ul.hedmenu.lmenu li a {
    width: 200px;
    text-align: center;
}
#rtn ul.hedmenu.lmenu > li > a:hover {
    text-decoration: none;
}
ul.hedmenu li ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 310px;
    z-index: 2;
    margin-top: 27px;
    padding-left: 0px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
ul.hedmenu li ul li {
    display: block;
    text-align: left;
    /*line-height: normal;*/
    height: auto;
    margin-bottom: 10px;
    padding-top: 0;
}
#rtn ul.hedmenu li ul li a {
    text-align: left;
    text-transform: initial;
    width: auto;
    display: block;
}
#rtn ul.hedmenu li ul li a:hover {
    text-decoration: underline;
}
#rtn ul.hedmenu li ul li.active a:hover {
    text-decoration: none;
}
.hedmenu li.active ul li a {
    background: initial;
    color: #808080;
}
ul.hedmenu li:hover ul {
    /*display: block;*/
}
ul.hedmenu li > ul.visbl {
    display: block;
}
ul.hedmenu li > ul.visbl1 {
    display: block;
    margin-top: 27px;
}


@-moz-document url-prefix() {
    ul.hedmenu li > ul.visbl1 {
    margin-top: 26px;
    }

}

#rtn ul.hedmenu.lmenu li > ul.visbl {
    width: 295px;
}
#rtn ul.hedmenu.lmenu li > ul.visbl1 {
    width: 295px;
}
#rtn ul.hedmenu.lmenu li > ul.visbl1 > li a {
    /*width: 254px;*/
}

ul.hedmenu.lmenu li:nth-child(1) a {
    width: 140px;
    cursor: pointer;
}
ul.hedmenu.lmenu li:nth-child(2) a {
    width: 207px;
    cursor: pointer;
    outline: none;
    /*height: 45px;*/
}
ul.hedmenu.lmenu li:nth-child(3) a{
    width: 143px;
}
#rtn .centerblock {
    text-align: center;
}

ul.hedmenu li ul li.active a {
    background: #d4b380;
    color: #fff;

}
.headermenu ul.hedmenu.rblock ul li {
    padding: 0;
}
.headermenu ul.hedmenu.rblock ul li a {
    padding: 10px 15px;
    margin: 0;
}
.logoblock .topname {
    color: #fff;
    padding-top: 10px;
}
.logoblock {
    width: 160px;
    display: inline-block;
    background: #bd7940;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.logoblock img {
    display: inline-block;
    margin-top: 10px;
}
.logotext {
    /*font-size: 27px;*/
    /*line-height: 32px;*/
    /*font-weight: 200;*/

    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
}
.logotext .big {
    font-size: 10px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: 'Arial';
    line-height: normal;
    margin-bottom: 2px;
    margin-top: 5px;
}
.logotext .small {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Arial';
    line-height: normal;
}
.smallstars {
    margin-top: 5px;
    color: #fff;
    font-size: 8px;
}
.smallstars i {
    padding-left: 5px;
    padding-top: 5px;
}
.bgwall {
    /*margin-top: -90px;*/
    background: #000 url(../img/head_bg.jpg) top center no-repeat;
    color: #fff;
    height: 460px;
}
.bgwall .blbox {
    background: rgba(0, 0, 0, 0.7);
    margin-top: 140px;
    /*margin-bottom: 90px;*/
    padding: 30px 50px;
    font-size: 14px;
}
.bgwall .blbox a {
    color: #bd7940;
    text-decoration: underline;
    font-weight: bold;
}
.bgwall .blbox p {
    font-weight: normal;
    line-height: 1.5em;
    /*font-family: 'Arial';*/
}
.bgwall .blbox .btn {
    border: 2px solid #bd7940;
    color: #bd7940;
    text-transform: uppercase;
    margin-top: 10px;
}

#rtn .content {
    margin-top: -130px;
    /*margin-bottom: -60px;*/
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 1px 90px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    0px 1px 90px 0px rgba(50, 50, 50, 0.53);
    box-shadow:         0px 1px 90px 0px rgba(50, 50, 50, 0.53);
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 45px;
    padding: 45px;
}
#rtn .content.incpage {
    margin-top: -320px;
    margin-bottom: 150px;
}
.container.text {
    margin-bottom: 30px;
}
.content .hdr {
    font-size: 30px;
    text-align: center;
    color: #bd7940;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 45px;

}
.content.incpage .hdr {
    color: #4d4d4d;
}
.content.incpage .main.hdr {
    margin-top: 10px;
}
.foundblock {
    background: #d4b380;
    padding-bottom: 30px;
    padding-top: 30px;

}
.foundblock .container {
    background: url(../img/logo_medium.png) 20px 0 no-repeat;
    min-height: 165px;
}
.foundblock .container h2 {
    color: #bd7940;
    font-size: 26px;

}
.sectorlist {
    position: relative;
    text-align: left;
}
.foundblock .listsection {
    border: solid 1px #cccccc;
    background: #fff;
    /*padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;*/
    padding: 20px 10px;
    position: absolute;
    display: none;
    text-align: left;
    width: 100%;
}
.foundblock .listsection ul {
    list-style: none;
}
.foundblock .listsection > ul > li  {
    margin-bottom: 10px;
}
.foundblock .listsection > ul > li > a {
    font-size: 16px;
}

.foundblock .listsection > ul > li > ul  {
    margin-top: 10px;
}
.foundblock .listsection > ul > li > ul > li {
    margin-bottom: 5px;
}
.foundblock .listsection a {
    color: #666666;
}
.foundblock .ttlblock {
    margin-top: 20px;
    color: #666666;
    background: #fff;
    padding: 15px 20px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.foundblock .ttlblock .fa {
    color: #cccccc;
    font-size: 26px;
    -webkit-transition: all  0.3s;
         -o-transition: all  0.3s;
            transition: all  0.3s;
}
.selecsection.open {}
#rtn .selecsection.open  .listsection {
    display: block;
    z-index: 1;
}

#rtn .selecsection.open .ttlblock .fa {
    -moz-transform:    rotate(90deg); /* Для Firefox */
    -ms-transform:     rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform:      rotate(90deg); /* Для Opera */
    transform:         rotate(90deg);
}

/*forms*/
.mobymenu {
    position: fixed;
    background: rgba(243, 243, 243, 0.97);
    display: none;
    top: 0px;
    width: 100%;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 90px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow: 0px 1px 90px 0px rgba(50, 50, 50, 0.53);
    box-shadow: 0px 1px 90px 0px rgba(50, 50, 50, 0.53);
}


.mobymenu .closefly {
    /*text-align: right;*/
    position: absolute;
    display: block;
    right: 50px;
    top: -15px;
}
.mobymenu .mmenu {
    padding-left: 0;
}
.mobymenu .mmenu li {
    list-style: none;
}
.mobymenu .mmenu li a {
    text-decoration: underline;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
/*end forms*/
.modal-content {
    padding: 10px;
    overflow: hidden;
}
.tabs {
    /*font-size: 0;*/
    border: 1px solid silver;
    border-bottom: none;
    overflow: hidden;
}
.tabs .tab {
    display: inline-block;
    /*border-bottom: 1px solid silver;*/
    font-weight: bold;
    padding: 10px;
    /*padding: 10px;*/
    /*font-size: 16px;*/


}
.tabs .tab:nth-child(1) {
    border-right: 1px solid silver;
}
.tabs .tab.active {
    border-bottom: none;
    background: #fff;
}
.tabs .tab.disable {
    cursor: pointer;
    background: #f5f5f5;
    border-bottom: 1px solid silver;

}
.tabscontent {
    overflow: hidden;
    padding: 15px 10px;
    border-left: 1px solid silver ;
    border-bottom: 1px solid silver ;
    border-right: 1px solid silver ;
}
.tabscontent {}
.tabscontent .active {
    display: block;
}
.tabscontent .disable {
    display: none;
}
.modal-content {
    padding-top: 30px;
}
.modal-content .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000;
    opacity: 1;
    font-size: 24px;
}
.modal-content .close:focus {
    border: none;
    outline: none;
    background: none;
    border: none;
}

.litesearch {
    margin-top: 30px;
}
.signdoc {
    margin-top: 60px;
}
.signatureblock {
    border-bottom: 1px solid #000;

}
.signature {
    margin-top: -60px;
    margin-bottom: -30px;
}
.signname {
    vertical-align: bottom;
}
.important-article {}
.important-article  .article  {
    margin-bottom: 20px;
}
.important-article  .article a {
    color: #000;
    text-decoration: underline;
}