html, body, img, embed, noembed, object, noscript, ul, ol, li, dl, dt, dd, a, table, thead, tbody, tfoot, tr, th, td, caption, abbr, acronym, address, b, basefont, bdo, big, cite, code, del, dfn, em, font, i, ins, kbd, nobr, q, samp, small, strike, strong, sub, sup, tt, var, br, div, h1, h2, h3, h4, h5, h6, hr, p, pre, span, button, fieldset, form, label, legend, optgroup, option, select, textarea, frame, iframe, noframes {
    margin: 0;
    padding: 0;
    border: 0;
}
input {
    margin: 0;
    padding: 0;
}
html, body {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'open_sanslight';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'open_sanssemibold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
}
body {
    font-family: open_sansregular;
    font-size: 100%;
}
.page-wrap {
    position: relative;
}
.ham-menu {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    padding: 50px 0 0;
    width: 100%;
    height: 100%;
    z-index: 101
}
.ham-menu li {
    width: 100%;
    font-size: 26px;
    color: #fff;
    list-style-type: none;
    text-align: center;
    padding: 10px 30px;
    /* border-bottom: 1px solid #fff; */
}
.ham-menu a {
    color: #fff;
    text-decoration: none;
}
/*.page-about .header {*/
    /*background: #0e1319 url(../img/about_bg.jpg) 50% 100% no-repeat;*/
/*}*/
.header {
    margin-bottom: 25px;
    background: #0e1319 url(../img/bg.jpg) no-repeat 50% 120px;
    background-size: auto 70%;
}
.header .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 34px;
    background: url(../img/hamburger.gif) no-repeat;
    z-index: 102;
}
.header .header-block {
    margin-right: auto;
    margin-left: auto;
    padding: 33px 20px 16px;
    text-align: center;
}
.header .header-block .logo {
    display: inline-block;
    width: 150px;
    height: 20px;
    background: url(../img/logo_white.png) no-repeat;
    background-size: contain;
}
.header .header-block .slogan {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.header .header-block .phone {
    font-size: 20px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0 20px;
    color: #fff;
}
.header .header-block .phone a {
    white-space: nowrap;
    text-decoration: none;
}
.header .bg {
    position: relative;
    height: 120px;
}
.header .menu {
    display: none;
    position: absolute;
    bottom: -1px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    list-style-type: none;
}
.header .menu li {
    font-size: 14px;
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid transparent;
    transition: all .3s;
}
.header .menu li a {
    text-decoration: none;
    color: inherit;
}
.header .menu li:last-child {
    margin-right: 0;
}
.header .menu li:hover,
.header .menu li.active {
    color: #f64747;
    border-color: #f64747;
}
.header .menu li.index-3,
.header .menu li.index-4 {
    display: none;
}
.content {
    font-family: open_sansregular, Arial;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 20px 100px;
    color: #666;
}
.content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.content .meta a {
    display: inline-block;
    color: #f64747;
    text-decoration: none;
    margin-bottom: 10px
}
.content .meta a:hover {
    text-decoration: underline;
}
.content b {
    display: inline-block;
    margin-bottom: 10px;
}
.content .email a,
.content .phone {
    display: block;
    color: #f64747;
    margin-bottom: 5px;
    text-decoration: none;
}
.content ul {
    margin: 0 0 40px 0;
    padding: 0;
}
.content li {
    margin: 0 0 20px 20px;
}
.content article {
    line-height: 24px;
}
.content article > div:after {
    content: '';
    clear: both;
    display: block;
}
.content article img.wide {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.content article table.wide {
    width: 100%;
}
.content article table.wide tr td {
    vertical-align: top;
    border-bottom: 1px solid #ced3d9;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content article table.wide tr:last-child td {
    border: none;
}
.content article h1 {
    margin-bottom: 45px;
}
.content article h1,
.content article h1 a {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #000;
    text-decoration: none;
}
.content article h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.content article h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.content article h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
.content article .mobile-block {
    margin-bottom: 45px;
}
.content article .coll {
    float: left;
    width: 100%;
    max-width: 430px;
    margin-right: 20px;
}
.content article dl {
    margin-bottom: 40px;
}
.content article dt {
    font-size: 12px;
    margin-bottom: 2px;
}
.content article dd {
    border-bottom: 1px solid #ced3d9;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.content article dd:last-child {
    border-bottom: none
}
.content article .clear {
    clear: both;
}
.related-content-wrap { background-color: #f0f2f4; border-top: 1px solid #ced3d9; }
.related-content { padding: 25px 0 80px; margin: 0 auto; width: 95%; }
.related-content-title { font-size: 12px; margin-bottom: 40px; }
.related-content-list { list-style-type: none; overflow: hidden; }
.related-content-list li { float: left; position: relative; padding: 0 20px; width: 33% }
.related-content-list li:before { background-color: #ced3d9; content: " "; display: block; height: 500px; left: 0; position: absolute; width: 1px; }
.related-content-list a { color: #2c3e50; text-decoration: none }
.page-about .content .col_info { text-align: center; font-size: 0; padding: 25px 0; margin: 0 -50px; }
.page-about .content .col_info > div { display: inline-block; vertical-align: top; box-sizing: border-box; max-width: 33.3%; font-size: 14px; padding: 25px 10px; min-width: 295px; }
.page-about .content .col_info > div > div { font-size: 18px; padding-bottom: 15px; }
.page-about .content .col_info > div > div:first-child { font-size: 36px; padding: 0 }
@media (max-width: 1000px) {
    .page-about .content .col_info { margin: 0; width: 100% }
}
@media screen and (min-width: 320px) and (max-width: 752px) {
    .content {
        max-width: 667px;
    }
    .content article .coll {
        max-width: 100%;
        margin: 0;
    }
    .content article .mobile-block {
        background: url('/assets/img/catalog/dot-close.png') no-repeat top right;
    }
    .content article .mobile-block * {
        /* display: none; */
    }
    .content article .mobile-block h1:first-child,
    .content article .mobile-block h2:first-child,
    .content article.mobile-block h3:first-child,
    .content article .mobile-block h4:first-child,
    .content article .mobile-block h5:first-child,
    .content article .mobile-block h6:first-child,
    .content article.mobile-block .coll {
        display: block;
    }
    .content article .mobile-block-open {
        background: url('/assets/img/catalog/dot.png') no-repeat top right;
    }
    .content article .mobile-block-open * {
        display: block;
    }
    .content article .clear * {
        display: none;
    }
}
.footer-wrap {
    padding: 160px 0 140px;
    background-color: #2c3e50;
}
.footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    text-align: center;
}
.footer .logo {
    display: inline-block;
    margin-bottom: 2px;
}
.footer .slogan {
    font-size: 12px;
    margin-bottom: 13px;
    color: #fff;
}
.footer .phone {
    font-size: 24px;
    color: #f64747;
    text-decoration: none;
    margin: 0 20px 10px;
}
.footer .email a {
    font-size: 14px;
    color: #fff;
}
@media (min-width: 480px) {
    .header .logo {
        background-position: 50% 0;
    }
}
@media (min-width: 667px) {

    .header {
        background-position: 50% -140px;
        background-size: auto;
    }
    .header .hamburger {
        display: none;
    }
    .header .bg {
        position: relative;
        height: 42px;
    }
    .header .header-block {
        position: relative;
        width: 940px;
        padding-bottom: 60px;
    }
    .header .header-block .logo {
        width: 178px;
        height: 24px;
        margin-bottom: 0;
        background: url(../img/logo_desktop.png) no-repeat;
    }
    .header .header-block .slogan {
        font-size: 14px;
        margin-bottom: 30px;
        color: #000;
    }
    .header .header-block .phone {
        font-size: 28px;
        width: 940px;
    }
    .header .menu {
        display: block;
        width: 940px;
        position: static;
        margin: 0 auto;
    }
    .header .menu-wrap {
        background: -webkit-linear-gradient(top, rgba(17, 21, 29, 0) 0%, rgba(39, 53, 71, 1) 100%);
        background: linear-gradient(to bottom, rgba(17, 21, 29, 0) 0%, rgba(39, 53, 71, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0011151d', endColorstr='#273547', GradientType=0);
    }
    .header .menu li {
        display: block;
        width: 306px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 3px solid transparent;
        border-bottom: none;
    }
    .header .menu li.index-3,
    .header .menu li.index-4 {
        display: block;
    }
    .header-block-white {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #fff;
    }
    /*.page-about .header-block {*/
        /*padding-bottom: 364px;*/
    /*}*/

}
@media (min-width: 940px) {
    .content {
        width: 940px;
    }
}
@media (max-width: 1024px) {
    .catalog, .footer,
    .header .header-block,
    .header .header-block .phone,
    .header .special-offers {
        width: inherit;
    }
    .header .menu {
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
        left: 0;
    }
    .header .menu li {
        border-top: none;
        width: 33.33%;
    }
    .header .menu li a {
        font-size: 16px;
    }
    .footer .phone > .phone {
        white-space: nowrap;
        display: block;
    }
}
@media (max-width: 667px) {
    .header .bg { display: none }
    .header {
        padding: 40px 10px;
        background-size: 700px;
        background: #fff;
    }
    .header .hamburger {
        right: 10px;
        height: 22px;
        width: 25px;
        background-size: contain;
    }
    .header .header-block .logo {
        height: 20px;
        margin-bottom: 11px;
        background: url(../img/inner_logo_mobile.jpg) no-repeat 50% /contain;
    }
    /*.page-about .header .header-block .logo {*/
        /*background: url(../img/logo_white.png) no-repeat 50% /contain;*/
    /*}*/
    /*.page-about .header .header-block .slogan {*/
        /*color: #fff;*/
    /*}*/
    /*.page-about .header .header-block .phone {*/
        /*color: #fff;*/
    /*}*/
    .header .header-block .slogan {
        font-size: 14px;
        margin-bottom: 10px;
        color: #000;
    }
    .header .header-block .phone {
        font-size: 20px;
        color: #000;
    }
    .header .menu li {
        width: 50%;
        border-bottom: 3px solid transparent;
    }
    .content article h1, .content article h1 a {
        font-size: 26px;
    }
    .content article h2 {
        font-size: 24px;
    }
    .content article table.adaptive tr td {
        display: block;
        color: #666;
    }
    .content article table.adaptive tr td:first-child {
        width: 100% !important;
        border: 0;
        font-size: 12px;
        padding: 15px 0 0;
    }
    .content article table.adaptive tr td:last-child {
        width: 100% !important;
        padding: 0 0 15px;
    }
    .content article table.adaptive tr td:last-child strong {
        font-weight: normal;
    }
    .footer .phone > .phone {
        text-decoration: underline;
    }

}