body
{
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color:#1b1b1b;
    line-height: 24px;
    background: #fff;
}

img
{
    max-width: 100%;
}

header .logo-block img
{
    padding: 17px 0;
}

header .logo-block
{
    border-bottom: 1px solid #e8e8e8;
}

header .logo-block .container-flex
{
    display: flex;
}

header .logo-block .container-flex .header-logo
{
    align-self: center;
}

header .logo-block .container-flex .header-description
{
    align-self: center;
    margin-left: 20px;
    padding: 17px 0;
}

header
{
    margin: 0px 0 10px 0;
}
header .header-picture img
{
    max-width: 100%;
}

header .hr
{
    padding-bottom: 40px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h1
{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 32px;
}

.content-list
{
    margin: 15px 0 30px 0;
}

.content-list ul
{
    margin-top: 10px;
    list-style: none;
}

.content-list ul li
{
    cursor: pointer;
    color: #0068c1;
    position: relative;
    margin-bottom: 8px;
}

.content-list ul li:before
{
    width: 6px;
    height: 6px;
    position: absolute;
    background: #c0c0c0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: ' ';
    left: -20px;
    top: 10px;
}

.article-blocks .article-block-unit ol li
{
    margin-bottom: 15px;
}

.article-blocks .article-block-unit ul li
{
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}

.article-blocks .article-block-unit ul li:before
{
    width: 6px;
    height: 6px;
    position: absolute;
    background: #e59100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: ' ';
    left: -20px;
    top: 10px;
}

.article-blocks .article-block-unit .content-block-picture
{
    text-align: center;
}

.article-blocks .article-block-unit .content-block-picture img.content-block-picture
{
    border: 1px solid #ccc;
    max-height: 600px;
    margin: 15px auto 10px auto;
}

.article-blocks .article-block-unit
{
    margin-bottom: 30px;
}

.article-blocks .article-block-unit:last-child
{
    margin-bottom: 0;
}

.article-blocks .article-block-unit .contacts .contact-logo
{
    margin-right: 20px;
}

.article-blocks .article-block-unit .contacts
{
    margin-bottom: 30px;
    border: 3px solid #f5f5f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}

.article-blocks .article-block-unit p
{
    margin-bottom: 25px;
}

.article-blocks .article-block-unit h2,
.article-blocks .article-block-unit h3
{
    margin: 30px 0 20px 0;
}

.article-blocks .article-block-unit h2
{
    font-size: 25px;
    margin-top: 40px;
}

.article-blocks .article-block-unit h3
{
    margin-top: 40px;
}

.article-blocks .article-block-unit h3
{
    font-size: 20px;
}

.content-block-picture-description
{
    font-size: 15px;
    color:#878787;
    margin-top: 5px;
}

.article-blocks .article-block-unit .contacts .contact-description .contact-row span.value a,
.article-blocks .article-block-unit .contacts .contact-description .contact-row span.value.display-map-popup
{
    color:#0068c1;
    text-decoration: underline;
    cursor: pointer;
}

.popup-yandex-block
{
    height: 500px;
}

footer .hr
{
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

footer .footer-description
{
    color:#9a9a9a;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
}

@media (max-width: 415px)
{
    header .logo-block img
    {
        padding: 17px 0;
        width: 100% !important;
    }
}
@media (max-width: 768px)
{
    .article-blocks .article-block-unit .contacts
    {
        display: block;
    }

    .article-blocks .article-block-unit .contacts .contact-logo
    {
        margin: 0;
        width: 100% !important;
    }

    .article-blocks .article-block-unit .contacts .contact-description
    {
        margin-top: 25px;
    }

    .article-blocks .article-block-unit .contacts .contact-description .contact-row
    {
        margin-bottom: 15px;
    }

    .article-blocks .article-block-unit .contacts .contact-description .contact-row:last-child
    {
        margin-bottom: 0;
    }

    .article-blocks .article-block-unit .contacts .contact-description .contact-row span.name
    {
        font-weight: bold;
        display: block;
    }

    .popup-yandex-block
    {
        height: 300px;
    }
}

header nav.navigation a,
header nav.navigation a:hover
{
    color:#000;
    font-weight: bold;
    text-decoration: none;
}

header nav.navigation
{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

header nav.navigation ul li.nav-item
{
    margin-right:25px;
    height: 50px;
    line-height: 50px;
}

header nav.navigation ul li.nav-item:hover,
header nav.navigation ul li.nav-item.active
{
    border-bottom: 2px solid #edaf43;
}

.header-image .header-overlay h1
{
    margin-top: 0;
}

.banner-block
{
    margin-top: 30px;
    text-align: right;
}

.header-image .header-overlay
{
    background: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    padding: 40px;
}

.header-image
{
    margin-top: 30px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

header .page-counter
{
    margin-top: 20px;
    font-size: 13px;
    color:#bebebe;
}

form.contact-form .form-group
{
    width: 50%;
}

form.contact-form .form-group.full textarea
{
    height: 100px;
}

form.contact-form .form-group.full
{
    width: 100%;
}

@media (max-width: 768px)
{
    form.contact-form
    {
        width: 100%;
    }
}

.header-image.contact .header-overlay
{
    background: transparent;
    margin-bottom: 30px;
    padding: 0;
}

.header-image.contact .header-overlay
{
    color:#1b1b1b;
}

.header-image.contact .header-overlay h1
{
    color: #1b1b1b;
}

.footer-links
{
    padding-bottom: 10px;
}

.footer-links a
{
    font-size: 13px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    padding: 5px 15px;
}

.footer-links a.contact-form
{
    background: #e8c975;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


a.page-edit-block
{
    display: block;
    margin: 10px 0;
    color:#333;
    font-size: 13px;
}
