@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/
@import url('//fonts.googleapis.com/css?family=Roboto');

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: #f8f8f8;
    color: #333;
    font:normal 18px/22px  "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h2, h3, h4 {
    color: #383838;
}

h2 {
    font-size: 48px;
    line-height: 48px;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 497px) {
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
}
h3 {
    font-size: 40px;
    line-height: 43px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 30px;
        line-height: 34px;
    }
}

h4 {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
}

h5, cite {
    font-size: 24px;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

p a:hover, .marked-list a:hover, .list a:hover {
    text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
}

.p__mod {
    line-height: 32px;
}

.p__mod2 {
    font-size: 16px;
    line-height: 22px;
}

q {
    font-size: 18px;
    line-height: 30px;
    color: #7f7f7f;
}

time {
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
}

time span {
    font-size: 55px;
    line-height: 35px;
    font-weight: 700;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

.center {
    text-align: center;
}

.fw-exb {
    font-weight: 800;
    font-size:30px;
    padding:0 7px;
}

.fw-semib {
    font-weight: 600;
}

.fw-norm {
    font-weight: 400;
}

.clear:before, .clear:after {
    display: table;
    content: "";
    line-height: 0;
}

.clear:after {
    clear: both;
}

body html .color1 {
    color: #fff;
}

.hidden-all {
    display: none;
}

.fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
    margin-top: 40px;
}

* + h6 {
    margin-top: 52px;
}

* + p {
    margin-top: 30px;
}

* + h2 {
    margin-top: 103px;
}

* + h3 {
    margin-top: 24px;
}

* + blockquote {
    margin-top: 50px;
}

* + .btn {
    margin-top: 43px;
}

* + .row {
    margin-top: 40px;
}

* + .btn__mod {
    margin-top: 38px;
}

h6 + p {
    margin-top: 0;
}

.row + .row {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    * + .row, .row + .row {
        margin-top: 30px;
    }
}

/*=======================================================
                        Components
=========================================================*/
.container-fluid .grid_4 input{
    width:90%;
    border-radius:5px;
    line-height: 30px;
    font-size:20px;
    border:1px solid #696969;
    padding:10px 15px;
}
.window-content form{
    text-align: center;
}
.window-content .form_title{
    font-size:23px;
     text-align: center;
    margin-bottom:15px;
}
blockquote .contact-error{
    padding:7px 0;
}
.window-content .contact-error,
blockquote .contact-error{
    text-align: center;
    color:#F00;
    font-weight: bold;
}
.window-content .contact-message,
blockquote .contact-message{
    text-align: center;
    font-weight: bold;
}
.window-content input {
    width: 90%;
    border-radius: 5px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid #696969;
    padding: 10px 15px;
    margin:10px 0;
}
.window-content input.contact-send{
    width: 200px;
    margin:0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 800;
    color: rgb(94,210,233);
    padding: .8em 1em calc(.8em + 3px);
    border:0;
    border-radius: 3px;
    background: #fcfcfc;
    box-shadow: 0 -3px rgb(221,221,221) inset;
    transition: 0.2s;
}
.window-content input.contact-send:hover {
    background: rgb(94,210,233);
    box-shadow: 0 -3px rgb(80,193,216) inset;
    color:#FFF;
    cursor:pointer;
}
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    position: relative;
    padding-top: 72px;
    font-size: 48px;
    line-height: 43px;
}

.brand:before {
    font-size: 48px;
    line-height: 43px;
    font-weight: 800;
    content: url(../images/logo-img.png);
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brand_name {
    overflow: hidden;
    padding-bottom: 10px;
    font-weight: 800;
}

.brand_short {
    font-size: 38px;
    line-height: 34px;
    font-weight: 800;
    margin-top:8px;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-instagram,
.fa-telegram{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dddddd;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 38px;
}

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 21px;
    line-height: 34px;
    font-weight: normal;
    color: #314770;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 -3px rgb(221,221,221) inset;
    transition: 0.2s;
}
.btn:hover {
    background: #314770;
    box-shadow: 0 -3px rgb(84,104,140) inset;
    color:#FFF;
    cursor:pointer;
}
.btn:active {
    background: rgb(84,104,140);
    box-shadow: 0 3px rgb(84,104,140) inset;
}
::-webkit-input-placeholder { color: #d3d3d3; }
::-moz-placeholder          { color: #d3d3d3; } /* Firefox 19+ */
:-moz-placeholder           { color: #d3d3d3; } /* Firefox 18- */
:-ms-input-placeholder      { color: #d3d3d3; }
.btn2 {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 800;
    color: #FFF;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(94,210,233);
    box-shadow: 0 -3px rgb(80,193,216) inset;
    transition: 0.2s;
}
.btn2:hover {
    background: #fcfcfc;
    box-shadow: 0 -3px rgb(221,221,221) inset;
    color:rgb(94,210,233);
    cursor:pointer;
}
.btn2:active {
    background: #fcfcfc;
    box-shadow: 0 -3px rgb(221,221,221) inset;
}
.btn__mod {
    font-size: 18px;
    text-transform: uppercase;
}
.btn2__mod {
    font-size: 18px;
    margin:14px 0 0 0;
    text-transform: uppercase;
}

/*==================      Box      ======================*/
.box:before, .box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

/*==================      Parallax   ===================*/
.parallax {
    color: #fff;
}

.parallax h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #fff;
    width: 50%;
}
.parallax h5 {
    width: 60%;
}

.parallax .h2__mod {
    font-size: 150px;
    line-height: 150px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.parallax h3 {
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.parallax h4 {
    line-height: 35px;
}


/*==================   Index List  ======================*/
.index-list {
    counter-reset: li;
    color: #fff;
}

.index-list li {
    width: 23%;
    margin:0 10px 0 0;
    padding: 36px 36px 81px 46px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.index-list li h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
}
.index-list li img{border-radius:5px;}
/*
.index-list li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    font-size: 72px;
    line-height: 43px;
    font-weight: 800;
    left: 46px;
    top: 103px;
    opacity: 0.25;
}

.lt-ie9 .index-list li:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
    filter: alpha(opacity=25);
}
*/
.index-list li:nth-last-child(1) {
    margin-right:0;
}
.index-list li * + p {
    margin-top: 43px;
}

@media (max-width: 1199px) {
    .index-list li {
        text-align: center;
        padding: 199px 10px 81px 10px;
    }

    .index-list li:before {
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .index-list li {
        display: block;
        float: none;
        width: 100%;
    }
}

.xlist-bgcolor1 {
    background: #2A6462/*#48af99*/;
}

.xlist-bgcolor2 {
    background: #0D337B/*#f6d740*/;
}

.xlist-bgcolor3 {
    background: #5ED2E9/*#ff6857*/;
}

.xlist-bgcolor4 {
    background: #894eb8 /*#ff1f3e*/;
}

/*==================     Bord-list    ==================*/
.bord-list li {
   /* padding-left: 220px;*/
    position: relative;
    padding-top: 40px;
    border-top: 6px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bord-list li img{
    margin-left:15px;
}
.bord-list li p {
    font-size: 16px;
    line-height: 24px;
    padding-right:15px;
}

.bord-list .img1:before,
.bord-list .img2:before,
.bord-list .img3:before,
.bord-list .img4:before,
.bord-list .img_adv{
    position: absolute;
    left: 18px;
    bottom: 0;
    max-width: 180px;
}
@media (max-width: 320px) {
    .bord-list .img_adv{
        display:none;
    }
}
.bord-list .img1:before {
    content: url(../images/page-1_img01.png);
}

.bord-list .img2:before {
    content: url(../images/page-1_img02.png);
}

.bord-list .img3:before {
    content: url(../images/page-1_img03.png);
    top: 66px;
}

.bord-list .img4:before {
    content: url(../images/page-1_img04.png);
    top: 66px;
}

@media (max-width: 979px) {
    .bord-list li {
        text-align: center;
        padding: 260px 0 20px;
    }

    .bord-list .img1:before,
    .bord-list .img2:before,
    .bord-list .img3:before,
    .bord-list .img4:before {
        left: 50%;
        top: 10px;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*==================   Blockquote   ====================*/

blockquote img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.personal_foto blockquote img {
    max-width: 270px;
}
blockquote q {
    display: inline-block;
    position: relative;
    text-align:left;
}

blockquote q:before {
    /*
    position: absolute;
    content: "“";
    font-size: 48px;
    font-weight: 600;
    top: -4px;
    left: 39px;
    color: #ff2907;
    */
}

@media (max-width: 979px) {
    blockquote q:before {
        top: -10px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

blockquote cite {
    display: block;
    text-transform: uppercase;
}

blockquote * + cite {
    margin-top: 42px;
}

blockquote * + q {
    margin-top: 36px;
}

/*==================   Article   ====================*/
article {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    position: relative;
}

article time {
    position: absolute;
    display: inline-block;
    width: 182px;
    height: 182px;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 45px;
    padding-top: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

article time span {
    display: block;
}

article .article_text {
    padding: 37px 20px 70px 44px;
}

article .article_text h4 {
    color: #a0a0a0;
    text-transform: uppercase;
    line-height: 43px;
}

article .article_text h4 a:hover {
    color: #fc9f1b;
}

article .article_text h4 a.hov-col2:hover {
    color: #f86218;
}

article .article_text h4 a.hov-col3:hover {
    color: #ff2424;
}

article .article_text p {
    line-height: 28px;
    color: #7f7f7f;
}

article .article_text * + p {
    margin-top: 20px;
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 479px) {
    article time {
        width: 120px;
        height: 120px;
        padding-top: 30px;
        top: 30px;
    }

    article .article_text {
        padding: 37px 10px 40px 10px;
    }

    article .article_text h4 {
        line-height: inherit;
    }
}

@media (max-width: 767px) {
    article img {
        width: 100%;
    }
}

article .bgcol1 {
    background: #fc9f1b;
}

article .bgcol2 {
    background: #f86218;
}

article .bgcol3 {
    background: #ff2424;
}

/*==================  Inline List  ======================*/
.inline-list li {
    display: inline-block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.inline-list a:hover, .inline-list li:hover {
    color: #894eb8;
    border-color: #894eb8;
}

/*==================  Copyright   ======================*/
.copyright {
    color: #525252;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    margin-top:10px;
}

/*==================     Shadow     ====================*/
.shadow {
    -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #f8f8f8;
}
.bg-primary2 {
    background: #e3e3e3;
}
.bg-color1 {
    background: #fff;
}
.bg-color2 {
    background: #c5e3ed;
}

.bg-color1 p {
    color: #383838;
}

.bg-color1 cite {
    color: #383838;
}
.no-gutters div[class*='col-']{
    padding-left:0!important;
    padding-right:0!important;
}
.like_link:hover{cursor:pointer; color:#54688C;}
/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    background: #3f3f3f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 20px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #894eb8;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
    margin-top:90px;
    max-height:754px;
    padding:100px 0 200px 0;
}

.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax .parallax_cnt {
    padding-top: 160px;
    padding-bottom: 153px;
    position: relative;
}

.parallax2 .parallax_cnt {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
}
.container-relative{
    position:relative;
}
.label_slide2{
    position:absolute;
    /*background-color: #0000C0;*/
    z-index: 20;
    top:10px;
    left:0;

}
.text-left{
    text-align: left;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

header.top_contact {
    padding-top: 0px;
    padding-bottom: 0px;
    position:fixed;
    z-index: 90;
    width:100%;
    background-color: rgba(197, 227, 237, 1);
}

header.top_contact a {
    font-weight: bold;
    font-size: 30px;
    line-height: 52px;
    display:block;
}
.padding_top_shapka{
    padding-top:20px;
}
.social_button{
    display: inline-block;
    padding:0 7px;
}
.social_button img{
    /*
    -webkit-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    -moz-box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    box-shadow: inset 0px 12px 10px 0px rgba(130, 130, 130, 0.44);
    */
    max-width:40px;
}
header .nav {
    float: right;
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }

    header .brand, header .nav {
        float: none;
    }
    .parallax {
        margin-top:90px;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #f8f8f8;
}
.well0-parallax{
    background: url(../images/parallax1.jpg) center top no-repeat;
    background-size: cover;
}
/*==================      Well     ======================*/
.well1 {
    padding-top: 90px;
    padding-bottom: 114px;
}

.well2 {
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .well2 {
        padding-bottom: 20px;
    }
}

.well3 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.well3-1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.well3-1 .row{
    margin-top: 50px;
}

.well4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.well5 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.partners .partners-block{
    text-align: center;
}
.partners h4 {
     font-size: 30px;
     line-height: 33px;
 }
@media (max-width: 767px) {
    .well3{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .well3-1{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .well3-1 .row{
        margin-top: 10px;
    }
    .well4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .well5 {
        padding-top: 50px;
    }
    footer .well5{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fw-semib{
        margin:10px 0;
        display:block;
    }
    .index-list li{
        padding:36px;
    }
    .p__mod2{
        font-size:19px;
    }
    * + h5{
        margin-top:5px;
    }
    h5{
        font-size:19px;
    }
    * + blockquote{
        margin-top:15px;
    }
    .bord-list li{
        padding:10px 0;
    }
    .bord-list li img{
        margin-left:0;
    }
    .bord-list li h4{
        margin:5px 0;
    }
    .partners h4{
        margin:5px 0 15px 0;
    }
    .parallax{
        padding: 30px 0;
    }
    .parallax h2{
        font-size:22px;
        line-height: 26px;
        width:90%;
    }

}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #f8f8f8;
}

footer .inline-list, footer .f_link{
    margin-top: 25px;
}
footer .inline-list li{
    margin-right: 15px;
}



footer .well5 {
    padding-bottom: 35px;
    padding-top: 50px;
}
footer .inline-list a:hover{
    text-decoration: none;
}
footer a.f_link {
    display: block;
    padding-left: 0;
    font-size: 20px;
    font-weight: normal;
    color: #3f3f3f;
    position: relative;
}
/*
footer a[href^="mailto:"]:before {
    content: "\f0e0";
    position: absolute;
    left: 0;
    top: 0;
    font: 400 18px/24px "FontAwesome";
    color: inherit;
}
*/
.k_block .k_text{
margin-top:20px;
margin-bottom:20px;

}
footer a.f_link:hover {
    color: #894eb8;
}

footer address {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 60px;
}
.mobile-navbar .navbar-secondary img{
    width:auto;
    max-height:40px;
}
.square_block {
    position: relative;
    display: block;
    margin-bottom:6px;
}

.square_block:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.square_block .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.square_block .content a{display:block; width: 100%; height:100%;}
.square_block .content a div{width: 100%; height:100%; background: rgba(50,50,50,0.7);}

.square_block .content a:hover div{width: 100%; height:100%; background: transparent;}
.square_block .content a div .fa{position:absolute; right:5px; bottom:5px; border:0; padding:0; color: #9b9b9b;}
.square_block .content a:hover div .fa{color: #FFF;}
.kons_price {
    font-size:36px;
    margin:20px 0;
}
@media (max-width: 767px) {
    .kons_block{
        margin-bottom:20px;
    }
    .square_block .content a div{width: 100%; height:100%; background: transparent;}
    .square_block .content a div .fa{position:absolute; right:5px; bottom:5px; border:0; padding:0; color: #FFF;}
}
#container-supertop {
    background: #FFF;
    border-bottom: 1px solid #9b9b9b;
    margin-top: 50px;
    height: 40px;
    position:fixed;left: 0;
    top: 0;
    right: 0;
    z-index: 1001;
}
#container-supertop .container {
    margin: 0;
    text-align: center;
    height: 40px;
    width: 100%;
}
#container-supertop .container a {
    display: block;
    font-size: 16px;

    line-height: 40px;
    color: #3f3f3f;
    text-decoration: none;
}
#container-supertop .container a:hover{
     text-decoration: underline;
}
