*/body{
    margin:0;
    padding:0;
}
.layout{}
.layout__pannel{}
.layout__header{}
.layout__workarea{
    min-height:200px;
}
.layout__footer{}

.header{}
.header__topbar{
    position: relative;
    height: 40px;
    margin: 0;
    box-shadow: inset 0 -2px 2px rgba(0,0,0,0.05);
    color: #747474;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #cccccc
}
.header__main{
    position: relative;
    height: 142px;
    padding:15px;
    padding-left: 120px;

}
.header__logo{
    width:81px;
    position: absolute;
    left:15px;
    top:30px;
    display: block;
}

.header__title{
    position:absolute;
    left:120px;
    top:30px;
    width:500px;
    height:44px;
}

.header__personal-enter{
    position: absolute;
    width: 200px;
    height: 36px;
    right: 15px;
    top:30px;
}

.header__menu-top{
    margin-top:72px;
    text-align:right;
}
.header__banner{
    /*height:568px;*/
    position:relative;
    background-color: #F2F2F2;
}
.header__h1{
    height:54px;
    background: #42A5F5;
    position: relative;

}
.header__breadcrumb{
    background: #00aeef;
    height: 28px;
    margin-top:1px;
    margin-bottom:50px;
}

.topbar{
    font-size:0;
    padding-top:12px;
}
.topbar__lang{
    font-size: 14px;
    display: inline-block;
    padding-left: 12px;
}
.topbar__phone{
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
}
.topbar__address{
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
}

.workarea{
    min-height:200px;
    position: relative;
    font-size: 0;
}

.workarea__h2{
    font-size: 32px;
    color: #393939;
    font-weight: bold;
    margin: 0 0 30px;
}

.workarea__left{
    width: 320px;
    padding-right:20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.workarea__content{
   /* margin-bottom:54px;*/
    width: 100%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.workarea__left + .workarea__content
{
    width: calc(100% - 320px);
}
.workarea__row{
    margin-bottom: 54px;
    width: 100%;
}

.workarea__header2{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.workarea__row_no-margin{
    margin: 0px;
}

.footer{}
.footer__top{
    background: rgba(0,0,0,0.75);
    height:230px;
    font-size: 0;
    padding: 30px 0;
}

.footer__bottom{
    background: #42A5F5;
    height:32px;
    padding: 6px;
}

.footer-top{
    margin-left: -60px;
}
.footer-top__section{
    display:inline-block;
    width:25%;
    padding-right: 60px;
    vertical-align: top;
}
.footer-top__section:last-child{
    padding-right: 0px;
}

.footer-top__logo{
    padding-bottom: 30px;
}

.footer-bottom{
    font-size:0;
}
.footer-bottom__section{
    font-size:13px;
    display: inline-block;
    width:50%;
    vertical-align: top;
}
.footer-bottom__copyright{

}
.footer-bottom__development{
    text-align: right;

}


.container{
    width:1250px;
    margin-left: auto;
    margin-right: auto;
}

.title{}
.title__h1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title__h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title__h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*other styles*/
/* main-page*/

.main-page__bg-diagram{
    padding: 54px 0 54px;
    background: url("images/main__bg-diagram.jpg") no-repeat;
    background-size: cover;
}



@media screen and (max-width: 1279px) {
    .container{
        width: 1000px;
    }
}

@media screen and (max-width: 1023px) {
    .header{
        position:relative;
    }
    .header__main{
        background-color: #FFFFFF;
        overflow: hidden;
        height:56px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.25); /* Параметры тени */
        width:100% !important;
        margin-bottom: 4px !important;
        top:0;
        left:0;
        z-index: 1000;
        position: fixed;
    }


    .header__main.auth{
        top:44px;
    }

    .header__topbar{
        display:none;
    }
    .header__logo{
        width: 32px;
        height: auto;
        top: 10px;
        left: 20px;
    }
    .header__title {
        left: 72px;
        top: 6px;
    }

    .header__personal-enter{
        right: 60px;
        top: 10px;
    }
    .header__banner{
        margin-top:56px;
    }

    .header__h1{
        height: 44px;
    }




    .container{
        width: 100%;
        padding:0 2%;
    }

    .container.banner-header__container{
        padding:0;
    }

    .workarea__content{
        margin-bottom: 22px;
    }

    .footer-top__section{
        width:33%;
        padding-left: 30px;
        margin:0;
    }

    .footer-top__section:nth-child(4){
        display: none;
    }

    .footer__bottom{
        background: #42A5F5;
        height:44px;
        padding: 6px;
    }

}

@media screen and (max-width: 1023px) {
    .diagram {
        padding: 0 0px;
    }
}


@media screen and (max-width: 767px) {
    .banner-header{
      /*  display: none !important;*/
    }


    .header__personal-enter{
        display: none;
    }
    .header__breadcrumb{
        margin-bottom: 20px;
    }
    .workarea__content{
        margin-bottom: 20px;
    }

    .footer__top{
        display:none;
    }

    .workarea__left{
        width:100%;
        margin-bottom:40px;
    }
    .workarea__left + .workarea__content
    {
        width: 100%;
    }
}

@media screen and (max-width: 666px) {

    .header__title{
        width:320px;
        height: auto;
        top:18px;
    }

    .footer-bottom__section{
        width:30%;
    }
    .footer-bottom__section:first-child{
        width:70%;
    }
}


@media screen and (max-width: 567px) {

}

@media screen and (max-width: 419px) {

    .header__title{
        width:180px;
        height: auto;
        top:10px;
    }

    .header__breadcrumb{
        margin-bottom: 20px ;
    }

    .workarea__h2{
        font-size: 24px;
        color: #393939;
        font-weight: bold;
        margin: 0 0 20px;
    }

    .footer-bottom__section{
        display: none;
    }

    .footer-bottom__section:first-child{
        display: inline-block;
        width: 80%;
    }


}