
/* ------======================| шапка (голова) |======================------ */
div.header
{
    width: 100%;
    height: 250px;
    /*background: #7bb16b none repeat scroll 0% 0%;*/
    /* border: 1px solid black; */
}

/* ------======================| зеленая линия с лк, сообщениями, уведоблиниями и т.д. |======================------ */
div.head-container
{
    width: 100%;
    height: 50px;
    background: #679b5c none repeat scroll 0% 0%;
    /* border: 1px solid black; */
}

/* ------======================| линия с уведомлениями |======================------ */

div.line-notification
{
    height: 50px;
    width: 100%;
    display: table;
}

a.style-button-notification
{
    color: rgba(255, 255, 255, 0.75);
    padding-right: 12px;
    padding-left: 12px;
    /*display: block;*/
    float: left;
    vertical-align: text-bottom;
    text-align: center;
    outline: 0 none;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    /*position: relative;
    white-space: nowrap;
    word-wrap: normal;*/
}

a.style-button-notification:hover
{
    background: #497341;
    color: white;
}

a.style-button-notification-left
{
    float: left;
}
a.style-button-notification-right
{
    float: right;
}



/* ------======================| логотип, изображение и т.д. |======================------ */
div.title
{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(/frontend/template/standard_template/main-site/header/resources/image/logo-background.jpg);
    background-size: cover;
    /* border: 1px solid black; */
}

a.logo
{
    display: flex;
    height: 100px;
    width: 415px;
    margin: 0;
}

div.logo-image
{
    background: url(/frontend/template/standard_template/main-site/header/resources/image/MCR-logo-384x384px-128-16bit.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
}

div.logo-text
{
    padding-top: 15px;
    padding-bottom: 15px;
}
@font-face {
    font-family: 'MCR_logo_font-bold';
    src: local('/frontend/template/standard_template/main-site/header/css/Myriad Pro Condensed Bold'), local('/frontend/template/standard_template/main-site/header/css/Myriad-Pro-Condensed-Bold'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Bold/MyriadPro-BoldCond.woff2') format('woff2'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Bold/MyriadPro-BoldCond.woff') format('woff'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Bold/MyriadPro-BoldCond.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MCR_logo_font-regular';
    src: local('/frontend/template/standard_template/main-site/header/css/Myriad Pro Condensed Bold'), local('/frontend/template/standard_template/main-site/header/css/Myriad-Pro-Condensed-Bold'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Regular/MyriadPro-Cond.woff2') format('woff2'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Regular/MyriadPro-Cond.woff') format('woff'),
    url('/frontend/template/standard_template/main-site/header/fonts/MyriadPro-BoldCond-Regular/MyriadPro-Cond.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
p.logo-text-0
{
    line-height: 60px;
    margin: 0;
    color: #f7f7f7;
    font-weight: bold;
    font-size: 50px;
    font-family: 'MCR_logo_font-bold';
}

p.logo-text-1
{
    line-height: 0px;
    margin: 0;
    color:#f7f7f7;
    font-size: 20px;
    font-family: 'MCR_logo_font-regular';

}
/* ------======================| коричневая линия, главная навигация |======================------ */
div.navigation
{
    width: 100%;
    height: 50px;
    background: rgba(79, 48, 33, 1);/*#5d4a37 none repeat scroll 0% 0%;*
    /* border: 1px solid black; */
}
div.main-block-content-navigation
{

}

a.style-button-navigation
{
    color: rgba(255, 255, 255, 0.75);
    padding-right: 12px;
    padding-left: 12px;
    /*display: block;*/
    float: left;
    vertical-align: text-bottom;
    text-align: center;
    outline: 0 none;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
    /*position: relative;
    white-space: nowrap;
    word-wrap: normal;*/
}

a.style-button-navigation:hover
{
    background-color: rgba(71, 40, 21, 1);/*rgba(74, 59, 44, 1);  rgb(71, 36, 24); *//*#4CAF50;*/ /* Green */
    color: rgba(255, 255, 255, 1);
}

a.style-button-navigation-left
{
    float: left;
}
a.style-button-navigation-right
{
    float: right;
}


