/*-------------------------------------------------------------*/
/* Modules                                                     */
/*-------------------------------------------------------------*/
.sloganmod {
    display: block;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 260px;
    line-height: 1.2;
    color: #3c3c3c;
}

.phonemod {
    display: block;
    position: absolute;
    padding: 0 0 0 50px;
    top: 25px;
    right: 240px;
    line-height: 1.1;
    color: #3c3c3c;
    border-left: 1px solid #ddd;
    background: url(../images/ic_phone.png) 20px 5px no-repeat;
}

.addressmod {
    display: block;
    position: absolute;
    padding: 0 0 0 40px;
    top: 25px;
    right: 20px;
    line-height: 1.3;
    color: #3c3c3c;
    background: url(../images/ic_address.png) 0 5px no-repeat;
}

.addressmod .bt-feedback {
    padding: 0 0 0 25px;
    background: url(../images/ic_fbmail.png) 0 50% no-repeat;
    color: #ff890a;
    text-decoration: none;
    border-bottom: 1px dashed #ff890a;
    cursor: pointer;
}

.companymod-wrapper {
    display: block;
    margin: -150px 0 0;
}

.companymod {
    display: block;
    position: relative;
    background: #f1f1f1;
}

.companymod .mod-block {
    padding: 80px 40px 40px;
}

.companymod table {
    width: 100%;
}

.companymod td {
    width: 50%;
    vertical-align: top;
    padding: 10px;
}

.companymod h1 {
    line-height: 1.6;
    font-size: 260%;
    padding-left: 80px;
}

.companymod .bt-info {
    display: block;
    position: absolute;
    padding: 0 25px 0 0;
    background: url(../images/ic_arrow.png) 100% 50% no-repeat;
    color: #ff890a;
    top: 100px;
    right: 100px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dashed #ff890a;
    cursor: pointer;
}

.diffmod .mod-block {
    display: block;
    position: relative;
    padding: 40px;
    background: #fff;
}

.diffmod .mod-block:after {
    display: block;
    position: absolute;
    content: '';
    width: 5px;
    height: 540px;
    top: -75px;
    left: 300px;
    background: url(../images/bg_diff00.png) no-repeat;
}

.diffmod h2 {
    padding: 0;
    margin: 0;
    font-size: 200%;
}

.diffmod table {
    width: 100%;
}

.diffmod td {
    width: 33.33%;
    padding: 10px;
}

.diffmod .sec0 {
    vertical-align: top;
    padding-right: 50px;
    padding-top: 175px;
}

.diffmod .sec1,
.diffmod .sec2,
.diffmod .sec3,
.diffmod .sec4 {
    padding-top: 100px;
    padding-left: 80px;
    vertical-align: top;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.diffmod .sec1 {
    background-image: url(../images/bg_diff01.png);
}

.diffmod .sec2 {
    background-image: url(../images/bg_diff02.png);
}

.diffmod .sec3 {
    background-image: url(../images/bg_diff03.png);
}

.diffmod .sec4 {
    background-image: url(../images/bg_diff04.png);
}

.ftcnmod {
    display: block;
    position: absolute;
    top: 70px;
    left: 300px;
}

.ftcnmod ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftcnmod li {
    display: block;
    padding: 5px 0;
    margin: 0;
}

.ftcopymod {
    display: block;
    position: absolute;
    bottom: 70px;
    right: 20px;
    color: #3c3c3c;
}

.feedbackmod-wrapper {
    display: block;
    height: 360px;
    background: url(../images/bg_feedbackmod.jpg) top no-repeat;
}

.feedbackmod {
    display: block;
    height: 360px;
    position: relative;
}

.feedbackmod h3 {
    text-align: center;
    padding: 0;
    margin: 50px 0 0;
    font-size: 130%;
    color: #fff;
}

.feedbackmod .descr {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-size: 100%;
    text-transform: uppercase;
    color: #fff;
}

.feedbackmod input {
    width: 300px;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff!important;
    box-shadow: none!important;
    padding: 2px 0;
    margin: 4px 0;
    color: #fff;
}

.feedbackmod textarea {
    width: 440px;
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    padding: 8px 0 0;
    text-align: center;
    line-height: 33px;
    font-size: 13px;
    margin: 0 20px 0 0;
    color: #fff;
    overflow: hidden;
    background: url(../images/bg_textarea.png) 0 -4px;
}

.feedbackmod .mod-block-left {
    display: block;
    width: 50%;
    float: left;
}

.feedbackmod .mod-block-right {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.feedbackmod .sm-label span {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 90%;
    text-transform: uppercase;
    color: #fff;
}

.feedbackmod .sm-label.sm-text span {
    padding-top: 8px;
    float: left;
}

.feedbackmod .bt-send {
    display: block;
    position: absolute;
    width: 192px;
    height: 50px;
    color: #ff890a;
    text-transform: uppercase;
    background: url(../images/bg_bt_send.png) top no-repeat;
    border: none;
    bottom: 40px;
    right: 20px;
}

.feedbackmod .bt-send:after {
    display: block;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/ic_arrow.png) no-repeat;
    top: 20px;
    right: 20px;
}

.feedbackmod .alert {
    width: 50%;
    float: left;
    margin: 20px 20px;
}

.searchmod-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    background: #27afca;
    top: 130px;
    left: 0;
    z-index: 299;
    background: url(../images/bg_mainmenu.png);
}

.searchmod {
    display: block;
    position: relative;
}

.searchmod .searchbox {
    width: 98%;
    padding: 10px 1%;
    margin: 15px 0 0;
    font-size: 120%;
    background: url(../images/bg_search.png);
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 399;
}

.bt-search {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/ic_search.png) no-repeat;
    top: 22px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

/*-------------------------------------------------------------*/
/* Navigation                                                  */
/*-------------------------------------------------------------*/
.mainmenu-space {
    display: block;
    width: 100%;
    position: relative;
    height: 70px;
}

.mainmenu-wrapper {
    display: block;
    width: 100%;
    position: relative;
    height: 70px;
    background: rgba(55, 255, 255, 0.8) url("../images/bg_mainmenu.png") repeat scroll 0 0;
    z-index: 199;
}

.mainmenu {
    display: block;
    position: relative;
}

.mainmenu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 30px;
}

.mainmenu .lil1 {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}

.mainmenu .lil1 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-left: 1px solid #fff;
    z-index: 99;
}

.mainmenu .lil1.active a {
    color: #3c3c3c;
}

.mainmenu .lil1:hover a {
    color: #3c3c3c;
}

.mainmenu .lil1:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid transparent;
    opacity: 0;
    z-index: 49;
    transition: all 0.2s;
}

.mainmenu .lil1.active:before {
    border: 1px solid #fff;
    opacity: 1;
    height: 70px;
}

.mainmenu .lil1:hover:before {
    border: 0px solid transparent;
    height: 40px;
    opacity: 0;
    background: transparent;
}


.mainmenu .lil1:first-child a {
    border: none;
}

.mainmenu .lil1 a.mm-main {
    padding-left: 30px;
    background-image: url(../images/ic_home.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.servicemenu-wrapper {
    display: block;
    background: #ccc;
    height: 340px;
    background: url(../images/bg_servicemenu.jpg) top no-repeat;
}

.servicemenu {
    display: block;
    position: relative;
}

.servicemenu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}

.servicemenu .lil1 {
    display: inline-block;
    width: 20%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
}

.servicemenu .lil1 a {
    display: block;
    height: 140px;
    position: relative;
    padding: 150px 10px 0;
    margin: 0;
    font-size: 90%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #3c3c3c;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 99;
}

.servicemenu .lil1:hover a {
    color: #fff;
}

.servicemenu .lil1:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../images/ic_sm_arrow.png) 50% 85% no-repeat #12a7c5;
    z-index: 49;
    transition: opacity 0.3s;
}

.servicemenu .lil1:hover:before {
    opacity: 1;
}

.servicemenu .lil1 .ic-01 {
    background-image: url(../images/sm_ic01.png);
}

.servicemenu .lil1 .ic-02 {
    background-image: url(../images/sm_ic02.png);
}

.servicemenu .lil1 .ic-03 {
    background-image: url(../images/sm_ic03.png);
}

.servicemenu .lil1 .ic-04 {
    background-image: url(../images/sm_ic04.png);
}

.servicemenu .lil1 .ic-05 {
    background-image: url(../images/sm_ic05.png);
}

.footermenu {
    display: block;
    position: absolute;
    top: 70px;
    left: 20px;
}

.footermenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footermenu .lil1 {
    display: block;
    padding: 0;
    margin: 0;
}

.footermenu .lil1 a {
    display: block;
    padding: 5px 0;
    margin: 0;
    color: #000;
    text-decoration: underline;
    text-transform: lowercase;
}

.footermenu .lil1 a:hover,
.footermenu .lil1.active a {
    color: #ff890a;
    text-decoration: none;
}

.smleft {
    display: block;
    max-width: 300px;
    border-left: 1px solid #e5e9ea;
    padding: 10px 20px 10px 0;
}

.smleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smleft .lil1 {
    display: block;
    padding: 0;
    margin: 10px 0;
}

.smleft .lil1.active {
    margin-left: 10px;
}

.smleft .lil1 a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 20px;
    margin: 0;
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

.smleft .lil1:hover a {
    color: #0a71a6;
    background: #e5e9ea;
}

.smleft .lil1.active a {
    color: #fff;
    background: #12a7c5;
}

.smleft .lil1:last-child {
    display: none;
}

.smleft .lil1.active a:after {
    display: block;
    position: absolute;
    content: '';
    width: 70px;
    height: 100%;
    top: 0;
    right: -30px;
    background: url(../images/bg_triangl.png) right no-repeat;
}

.smleft .lil1.active a:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50px;
    left: -30px;
    border-bottom: 1px solid #ddd;
}

.cmleft {
    display: block;
    position: relative;
    max-width: 300px;
    border-left: 1px solid #e5e9ea;
    padding: 10px 20px 10px 0;
    z-index: 99;
}

.cmleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cmleft .lil1 {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0;
}

.cmleft .lil1 > a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 20px;
    margin: 0;
    min-height: 40px;
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

.cmleft .lil1:hover > a {
    color: #0a71a6;
    background: #e5e9ea;
}

.cmleft .lil1.active,
.cmleft .lil1.alias-parent-active {
    margin-left: 10px;
}

.cmleft .lil1.active > a,
.cmleft .lil1.alias-parent-active > a {
    color: #fff;
    background: #12a7c5;
}

.cmleft .lil1.active > a:after,
.cmleft .lil1.alias-parent-active > a:after {
    display: block;
    position: absolute;
    content: '';
    width: 70px;
    height: 100%;
    top: 0;
    right: -30px;
    background: url(../images/bg_triangl.png) right no-repeat;
}

.cmleft .lil1.active > a:before,
.cmleft .lil1.alias-parent-active > a:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50px;
    left: -30px;
    border-bottom: 1px solid #ddd;
}

.cmleft li ul {
    display: none;
    padding: 10px 0;
}

.cmleft .lil1 > ul,
.cmleft .lil2 > ul,
.cmleft .lil3 > ul {
    padding-left: 10px;
    padding-right: 10px;
}

.cmleft .lil3 {
    font-size: 90%;
}

.cmleft .lil1.alias-parent-active > ul,
.cmleft .lil1.current > ul,
.cmleft .lil2.alias-parent-active > ul,
.cmleft .lil2.current > ul {
    display: block;
}

.cmleft .lil1 li {
    display: block;
    position: relative;
}

.cmleft .lil1 li:hover {
    background: #e5e9ea;
}

.cmleft .lil2 li:hover {
    background: #ccc;
}

.cmleft .lil1 li a {
    display: block;
    position: relative;
    padding: 5px 10px 5px 20px;
    color: #000;
    text-decoration: none;
    font-size: 90%;
}

.cmleft .lil1 > ul li.current > a {
    font-weight: bold;
}

/*-------------------------------------------------------------*/
/* Modal                                                       */
/*-------------------------------------------------------------*/

div.modal {
    width: 500px;
    margin-left: -250px;
    background: #fff;
    border-radius: 0;
    position: fixed;
}

#form-info.modal {
    width: 800px;
    margin-left: -400px;
}

#form-info h2 {
    padding: 0;
    margin: 0;
}

.modal .close span {
    font-size: 160%;
}

#form-info .close {
    opacity: 1;
    margin: 60px 0 0 0;
}

#form-info .close:hover,
#form-info .close:focus {
    opacity: 0.8;
}

#form-info .close .ic-close {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/bt_close.png) no-repeat;
}

.modal-header {
    padding: 20px 15px;
    border: none;
    background: #fff;
    border-radius: 0;
}

#form-info .modal-header {
    padding: 0 60px;
    border: none;
    background: #fff;
    border-radius: 0;
}

.modal-title {
    text-align: center;
    font-size: 170%;
    line-height: 1;
    padding: 0;
    margin: 0;
}

#form-info .modal-title {
    text-align: left;
    font-size: 360%;
    line-height: 1;
    color: #3c3c3c;
    font-weight: normal;
    padding: 60px 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #3c3c3c;
}

.modal-body {
    overflow-y: visible;
    padding: 15px;
    position: relative;
    text-align: center;
    max-height: none;
}

#form-info .modal-body {
    padding: 0 60px 60px 60px;
    text-align: left;
}

.form-control {
    width: 300px;
}

.sm_progress {
    display: none;
    width: 100%;
    height: 24px;
    margin: 10px 0;
    background: url(../images/progress.gif) top no-repeat;
}

.breadcrumb > li > .divider {
    color: #000;
    padding: 0;
}

.breadcrumb > .active {
    color: #000;
}

/*-------------------------------------------------------------*/
/* Content                                                     */
/*-------------------------------------------------------------*/
@font-face {
    font-family: 'Goodcyr';
    src: url('../fonts/goodcyr.eot');
    src: url('../fonts/goodcyr.eot') format('embedded-opentype'),
    url('../fonts/goodcyr.woff') format('woff'),
    url('../fonts/goodcyr.ttf') format('truetype'),
    url('../fonts/goodcyr.svg#Goodcyr') format('svg');
}

textarea {
    resize: none;
}

a:focus,
.btn:focus,
input:focus,
textarea:focus {
    outline: none !important;
    outline-offset: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    line-height: 140%;
    padding: 10px 0 20px;
    margin: 0 0 20px;
    color: #3c3c3c;
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 180%;
}

h4 {
    font-size: 150%;
}

h5 {
    font-size: 120%;
}

.breadcrumb {
    background: none;
    padding: 20px 0;
    margin: 0;
}

.breadcrumb .icon-location {
    display: none;
}

.article-info-term {
    display: none;
}

.article-info dd {
    margin: 0;
}

.page-header {
    display: block;
    margin: 10px 0 20px;
    padding: 0;
    border: none;
}

.ft-title {
    display: block;
    padding: 0 0 20px;
    text-transform: uppercase;
    color: #0a71a6;
}

.clearfix {
    display: block;
    clear: both;
}

/*-------------------------------------------------------------*/
/* Structure                                                   */
/*-------------------------------------------------------------*/

html, body {
    width: 100%;
    height: 100%;
}

body {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Goodcyr', 'Tahoma', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

.main-wrapper {
    display: block;
    width: 100%;
}

.header-wrapper {
    display: block;
    background: #fff;
}

.header {
    display: block;
    position: relative;
    height: 130px;
}

.logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
}

.logo a {
    display: block;
    width: 190px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(../images/logo_usys.png) no-repeat top;
}

.page {
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.content {
    display: block;
    position: relative;
    min-height: 300px;
}

.footer-wrapper {
    display: block;
    background: url(../images/bg_footer.png) bottom no-repeat #fff;
}

.footer {
    display: block;
    position: relative;
    height: 330px;
}

.sait52 {
    display: block;
    position: absolute;
    bottom: 130px;
    right: 150px;
}

.sait52 a {
    display: block;
    width: 200px;
    height: 31px;
    position: relative;
    line-height: 100%;
    font-size: 80%;
    color: #3c3c3c;
    background: url(../images/logo_sait52.png) 100% 0 no-repeat;
}

.sait52 a:hover {
    background: url(../images/logo_sait52.png) 100% -31px no-repeat;
}

.sait52 span {
    display: block;
    position: absolute;
    text-align: left;
    padding: 0;
    top: 4px;
    right: -125px;
}

@media (max-width: 980px) {
    .main-wrapper {
        width: 980px;
    }
    
}

@media (max-width: 1200px) {
    .feedbackmod textarea {
        width: 320px;
    }
    .sloganmod {
        width: 200px;
    }
}