@font-face {
    font-family: 'Helios';
    src: url('../fonts/helios_cond.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/helios_cond.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/helios_cond.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/helios_cond.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/helios_cond.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helios_cond.svg#helios_cond') format('svg'); /* Chrome < 4, Legacy iOS */
}

html, body {
    margin: 0;
    padding: 0;
    background: url("../img/background.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
.wripper {
    width: 1280px;
    margin: 0 auto;
}
header {
    background: url("../img/background-header.png") no-repeat top center;
    max-width: 1280px;
    height: 168px;
    margin: 0 auto;
}
.logo {
    display: inline-block;
    padding: 18px 40px;
}
.logo a {
    display: block;
    width: 105px;
    height: auto;
}
.logo a img {
    width: 100%;
}
.slogan {
    display: inline-block;
    width: 50%;
}
.slogan .ooo img {
    width: 52%;
    padding-bottom: 4px;
}
.slogan .nameCompany img {
    width: 93%;
    padding-bottom: 7px;
}
.slogan .shortNameCompany img {
    width: 68%;
    padding-bottom: 7px;
}
.contantInformation {
    display: inline-block;
}
.contantInformation .phone img {
    width: 62%;
    padding-bottom: 12px;
}
.contantInformation .socialNetworks a {
    text-decoration: none;
    cursor: pointer;
}
.contantInformation .socialNetworks a:hover {
    opacity: 0.8;
}
.contantInformation .socialNetworks a img {
    width: 12%;
    padding-bottom: 9px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.topMenu hr {
    height: 3px;
    margin: 0;
    padding: 0;
    background: #632300;
    border: none;
}
.moduletable_menu {
    height: 40px;
    width: 100%;
    background: #777;
    font-size: 15px;
    font-family: Helios;
    font-weight: bolder;
}
.moduletable_menu ul.menu {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.moduletable_menu li {
    list-style: none;
    position: relative;
}
.moduletable_menu a {
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: table-cell;
    padding: 0 30px;
    /*font-family: Helios!important;*/
}
.moduletable_menu ul.menu li.parent ul {
    display: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    width: max-content;
    z-index: 9999;
 }
.moduletable_menu ul.menu li.parent ul li {
    border-bottom: 3px solid #fff;
    background: rgba(208, 208, 208, 0.9);
}
.moduletable_menu ul.menu li.parent ul li a {
    color: #777;
    padding:  0 15px;
}
.moduletable_menu ul.menu li.parent ul li:first-child {
    border-top: 3px solid #fff;
}
.moduletable_menu ul.menu li.parent:hover ul, .moduletable_menu ul.menu li.parent a.pp:hover ul {
    display: block;
}
.moduletable_menu ul.menu li.parent ul li:hover {
    background-color: #e8454a;
}
.moduletable_menu ul.menu li.parent ul li:hover a {
    color: #fff;
}
.moduletable_menu li:last-child a {
    border-right: 0;
}
.moduletable_menu li:hover, .moduletable_menu li.active {
    background-color: #e31e25;
}
.topMenu a#pull, .leftSidebar a#pull2, .leftSidebar a#pull3 {
    display: none;
}
.content {
    background: #fff;
    padding-bottom: 20px;
}
.leftSidebar, .centerSidebar, .rightSidebar {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.leftSidebar {
    max-width: 300px;
    padding: 0 10px 0 20px;
}
.leftSidebar h3, .rightSidebar h3 {
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 16px;
    color: #632300;
    line-height: 20px;
}
.leftSidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.leftSidebar ul li {
    border: 1px dotted #777;
    border-radius: 15px;
    height: 40px;
    display: block;
    cursor: pointer;
    margin: 5px 15px 5px 0;
}
.leftSidebar ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #777;
    padding: 0 10px;
    margin: 0;
    line-height: 40px;
    font-family: 'Oswald';
    font-size: 12px;
    display: block;
}
.leftSidebar ul li:hover {
    border: 1px solid #e31e25;
    background: #e31e25;
    display:block;
    color: #fff;
}
.leftSidebar ul li a:hover {
    color: #fff;
}
.centerSidebar {
    max-width: 680px;
}
.moduletableNews {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 12px;
    color: #632300;
    line-height: 20px;
}
.blog .items-row {
    display: inline-block;
    max-width: 320px;
}
.blog .blog-items {
    display: contents;
}
.blog .blog-item {
    display: inline-block;
    max-width: 320px;
    text-align: left;
    margin: 0 15px 10px 0;
    vertical-align: top;
}
.blog .items-row:nth-child(odd) {
    margin-right: 15px;
}
.centerSidebar h1 {
    margin: 16px 0;
}
.item {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.item .page-header h2 {
    margin: 0;
    line-height: 18px;
    margin-bottom: 5px;
}
.blog-item .page-header h2 {
    margin: 0 0 5px;
    line-height: 18px;
}
.item .page-header h2 a {
    text-decoration: none;
    font-family: Arial;
    color: #e31e25;
    font-size: 14px;
}
.blog-item .page-header h2 a,
.blog-item .item-title a {
    text-decoration: none;
    font-family: Arial;
    color: #e31e25;
    font-size: 14px;
}
.blog .item .item-image {
    float: left;
    padding-right: 10px;
}
.blog .blog-item .item-image {
    float: left;
    padding: 0 10px 0 0;
    margin: 0;
}
.blog .blog-item .item-image img {
    max-width: 100%;
    height: auto;
}
.blog .item p {
    margin: 0;
    font-size: 14px;
}
.blog .blog-item p {
    margin: 0;
    font-size: 14px;
}
.blog .article-info {
    display: none;
    float: left;
    margin: 8px auto;
}
.article-info {
    text-align: right;
}
.article-info dd.create time {
    color: #777;
    font-size: 13px;
}
p.readmore {
    text-align: right;
    margin-top: 10px !important;
}
p.readmore a {
    text-decoration: navajowhite;
    color: #fff;
    background: #777;
    padding: 3px 10px;
    font-size: 11px;
}
p.readmore a:hover {
    opacity: 0.8;
}
.item-page .page-header h2 {
    color: #e31e25;
}
.items-more {
    display: none;
}
.com-content-blog__links,
.com-content-category-blog__counter {
    display: none;
}



.pagination {
    margin: 10px 0;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    padding: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 0px 12px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #999;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #e31e25;
    color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #fff;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.pagination__wrapper {
    margin: 10px 0;
    text-align: center;
}
.pagination__wrapper .pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination__wrapper .page-item {
    display: inline;
}
.pagination__wrapper .page-link {
    float: left;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #999;
}
.pagination__wrapper .page-link:hover,
.pagination__wrapper .page-link:focus,
.pagination__wrapper .active .page-link {
    background-color: #e31e25;
    color: #fff;
}
.pagination__wrapper .disabled .page-link {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination__wrapper .page-item:first-child .page-link {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination__wrapper .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}


@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
.icon-first:before {
    content: "\7d";
}
.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}
.icon-next:before,
.icon-forward:before {
    content: "\7b";
}
.icon-last:before {
    content: "\e000";
}
.icon-angle-double-left:before {
    content: "\7d";
}
.icon-angle-left:before {
    content: "\7c";
}
.icon-angle-right:before {
    content: "\7b";
}
.icon-angle-double-right:before {
    content: "\e000";
}
.rightSidebar {
    text-align: center;
    float: right;
}
.rightSidebar img {
    max-width: 185px;
    padding: 5px 38px;
}
.mapHeader {
    position: relative;
    z-index: 9999;
}
.mapHeader img {
    width: 100%;
}
.moduletableMap p {
    padding: 0;
    margin: 0;
}
.map {
    margin-top: -43px;
}
footer {
    background: url("../img/footerBackground.png") no-repeat top center;
    max-width: 1220px;
    padding: 20px 30px;
    height: auto;
    overflow: hidden;
}
.leftFooter, .rightFooter {
    display: inline-block;
}
.leftFooter, .leftFooter a {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.leftFooter a:hover {
    text-decoration: underline;
}
.leftFooter .address {
    padding: 10px 0;
}
.rightFooter {
    float: right;
}

/* MEDIA */

@media only screen and (max-width: 1280px) {
    html, body {
        background: none;
    }
    .wripper {
        width: 100%;
    }
}
@media only screen and (max-width: 1152px) {
    .rightSidebar {
        display: block;
        margin-bottom: 15px;
    }
    .centerSidebar {
        max-width: 790px;
    }
    .blog .items-row {
        max-width: 385px;
    }
    .blog .blog-item {
        max-width: 385px;
    }
    .rightImg {
        display: inline-block;
    }
}
@media only screen and (max-width: 1024px) {
    .centerSidebar {
        max-width: 680px;
    }
    .blog .items-row {
        max-width: 320px;
    }
    .blog .blog-item {
        max-width: 320px;
    }
    .map {
        margin-top: -35px;
    }
}
@media only screen and (max-width: 960px) {
    header {
        width: 960px;
        height: 127px;
    }
    .logo {
        padding: 15px 40px;
    }
    .logo a {
        width: 80px;
    }
    .contantInformation .phone img {
        width: 52%;
        padding-bottom: 10px;
    }
    .contantInformation .socialNetworks a img {
        width: 10%;
        padding-bottom: 6px;
    }
    .moduletable_menu {
        height: auto;
    }
    .moduletable_menu ul.menu, .moduletable-menu2, .moduletable-menu3 {
        width: 100%;
        display: none;
        height: auto;
    }
    .moduletable_menu ul.menu li.parent a.pp {
        border-bottom: 1px solid #fff;
    }
    .moduletable_menu ul.menu li.parent {
        border-bottom: none;
    }
    .moduletable_menu ul.menu li.parent ul {
        font-size: 14px;
    }
    .moduletable_menu li {
        width: 100%;
        float: none;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .moduletable_menu a {
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
    }
    .leftSidebar {
        display: block;
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .leftSidebar h3 {
        display: none;
    }
    .leftSidebar ul {
        margin: 15px 0;
    }
    .leftSidebar ul li {
        margin: 5px 25px;
    }
    .topMenu a#pull, .leftSidebar a#pull2, .leftSidebar a#pull3 {
        display: block;
        background-color: #283744;
        color: #fff;
        width: 100%;
        text-decoration: none;
        text-indent: 35px;
        position: relative;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    .topMenu a#pull:after, .leftSidebar a#pull2:after, .leftSidebar a#pull3:after {
        content:"";
        background: url("../img/nav-icon.png") no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .centerSidebar {
        display: block;
        width: auto;
        max-width: none;
        text-align: center;
    }
    .item-page {
        padding: 0 25px;
        text-align: left;
    }
}
@media only screen and (max-width: 800px) {
    .mapHeader {
        display: none;
    }
    .map {
        margin: 0;
        border-top: 5px solid red;
    }

}
@media only screen and (max-width: 768px) {
    header {
        background: url("../img/background-header.png") no-repeat top center;
    }
    .logo {
        padding: 15px 28px;
    }

}
@media only screen and (max-width: 480px) {
    header {
        width: 100%;
        height: auto;
        background: rgb(223, 119, 0);
        text-align: center;
    }
    .logo {
        display: block;
        width: 100%;
        padding: 15px 0px;
    }
    .logo a {
        margin: 0 auto;
    }
    .slogan {
        display: block;
        width: 100%;
    }
    .contantInformation {
        display: block;
        width: 100%;
    }
    .slogan .shortNameCompany img {
        padding-bottom: 15px;
    }
    .contantInformation .phone img {
        width: 35%;
        padding-bottom: 0px;
    }
    .contantInformation .socialNetworks a img {
        width: 6%;
    }
    .moduletable_menu {
        border-bottom: 0;
    }
    .moduletable_menu ul {
        display: none;
        height: auto;
    }
    footer {
        background-repeat: repeat-y;
    }
    .leftFooter {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .rightFooter {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .moduletable_menu li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #576979;
    }
    .topMenu a#pull, .leftSidebar a#pull2, .leftSidebar a#pull3 {
        text-indent: 25px;
        font-size: 14px;
    }
    .topMenu a#pull:after, .leftSidebar a#pull2:after, .leftSidebar a#pull3:after {
        background: none;
    }
    .leftSidebar ul li a {
        font-size: 11px;
    }
    .blog .items-row {
        max-width: 280px;
        font-size: 14px;
    }
    .blog .blog-item {
        max-width: 280px;
        font-size: 14px;
    }
    .item .page-header h2 a {
        font-size: 16px;
    }
    .blog-item .page-header h2 a,
    .blog-item .item-title a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px) {

}
