.mm-toggler,
.mobile-only {
    display: none;
}
.mobile-menu {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    padding: 20px 0px;
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: transform .35s ease-in;
    transition: transform .35s ease-in;
    -webkit-box-shadow: 3px 0px 30px -3px rgba(0,0,0,0.32);
    box-shadow: 3px 0px 30px -3px rgba(0,0,0,0.32);
}
.mobile-menu.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.mm-toggler {
    display: none;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 54px;
    height: 18px;
    cursor: pointer;
    z-index: 9;
}
.mm-toggler > i {
    display: block;
    position: absolute;
    left: 15px;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transition: transform .3s, background .3s;
    -moz-transition: transform .3s, background .3s;
    -ms-transition: transform .3s, background .3s;
    -o-transition: transform .3s, background .3s;
    transition: transform .3s, background .3s;
}
.mm-1 {
    top: 0;
}
.mm-2 {
    top: 50%;
    margin-top: -1px;
}
.mm-3 {
    bottom: 0;
}
.mm-toggler.opened .mm-1 {
    top: 50%;
    margin-top: -1px;
    background: #d10e12;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-toggler.opened .mm-2 {
    background: transparent;
}
.mm-toggler.opened .mm-3 {
    bottom: auto;
    top: 50%;
    margin-top: -1px;
    background: #d10e12;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu ul,
.mobile-menu li {
    list-style-type: none;
}
.mobile-langs {
    font-size: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-langs li {
    display: inline-block;
    margin-right: 10px;
}
.mobile-langs a {
    display: block;
    padding: 3px 10px;
    color: #FFF;
    font-size: 13px;
    background: #d20e0e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.mobile-langs .active a {
    background: none;
    color: #d20e0e;
}
.mobile-links a {
    display: block;
    padding: 4px 0px;
    text-decoration: none;
}
.mobile-links a:hover {
    color: #c70b0d;
}
.mobile-links > li {
    margin-bottom: 2px;
}
.mobile-links > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    padding: 5px 0;
}
.mobile-links .childs-in {
    position: relative;
    padding-right: 40px;
}
.mobile-links .podmenu {
    display: none;
    padding: 5px 15px;
    font-size: 12px;
}
.mobile-links .podmenu a {
    padding: 1px 0;
}
.mobile-menu .podmenu li:hover {
    background: none;
    color: #c70b0d;
}
.mobile-menu .podmenu li:hover a {
    color: #c70b0d;
}
.childs-toggler {
    position: absolute;
    z-index: 1;
    display: block;
    width: 22px;
    height: 22px;
    top: 4px;
    right: 0;
    border: 1px solid #c70b0d;
    border-radius: 50%;
    cursor: pointer;
}
.childs-toggler:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background: url(../images/down.svg) center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    -webkit-transition: transform .2s;
    transition: transform .2s;
}
.childs-toggler.opened:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


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

}/*1370px end*/


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

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    iframe {
        max-width: 100%;
    }
    #wrapper, #footer {
        min-width: 100%;
        overflow: hidden;
    }
    .inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .joomla_assmain-slider .box_skitter,
    .box_skitter_large171 {
        width: 100%;
    }
    .header .logo {
        left: 15px;
    }
    .langs {
        right: 15px;
    }
    .header .online-app {
        right: 160px;
    }
    .main-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gost {
        width: 33.333%;
    }
    .news-list {
        width: 66.667%;
        padding-right: 0px;
    }
    .news-list .main,
    .news-list .list {
        width: 50%;
        padding-right: 20px;
    }
    .footer-banners .customfooter-banners {
        margin-right: -20px;
        font-size: 0;
    }
    .footer-banners .customfooter-banners a {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding-right: 20px;
        font-size: 14px;
    }
    .footer-banners .center {
        margin: 0;
    }
    .footer .col-1 {
        width: 22%;
    }
    .footer .col-2 {
        width: 28%;
    }
    .footer .col-1,
    .footer .col-2 {
        padding-right: 20px;
    }
    .footer .col-2 + .col-1 {
        padding-right: 0;
    }
    .companys {
        height: auto;
        padding: 20px 15px;
    }
    .companys a {
        padding-right: 15px;
    }
    .companys a img {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .inner {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .soc-link img {
        margin-right: 7px;
        margin-bottom: 10px;
    }
    #middle {
        height: auto;
        padding-bottom: 0;
    }
    #footer {
        height: auto;
        margin-top: 0;
        padding-bottom: 25px;
    }
    .footer .search {
        width: 80%;
    }
    .footer .search .inputbox {
        width: 100%;
        height: 27px;
        padding: 0px 50px 0 10px;
    }
    .footer .exmp {
        display: none;
    }
    .footer .footer-menu .colum {
        padding-right: 10px;
    }
    .cats .items {
        font-size: 0;
        letter-spacing: 0;
        margin-right: -25px;
    }
    .cats .items > * {
        font-size: 14px;
    }
    .cats .item {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 25px);
        margin-right: 25px;
        margin-bottom: 25px;
        float: none;
    }
    .cats .item.last {
        margin-right: 25px;
    }
    .cats .clr {
        display: none;
    }
    .cats .item .title {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .left-menu,
    .psevdo-menu {
        width: 100%;
    }
    #fancybox-content {
        max-width: 100%;
    }
    .avPlayerWrapper .avPlayerContainer {
        max-width: 100%;
    }
    .subcat-item {
        padding-right: 30px;
    }
    .subcat-item .inner-item {
        width: 100%;
    }
    .itemListCategoriesBlock .subcats {
        /*margin-right: -20px;*/
    }
    .subcats .col50 {
        padding-right: 20px;
    }
    .lizing .intro {
        width: 58%;
        padding-right: 20px;
    }
    .lizing .other {
        width: 42%;
        max-width: 300px;
    }
    .galls #itemListLeading {
        font-size: 0;
        letter-spacing: 0;
        margin-right: -25px;
    }
    .galls #itemListLeading > * {
        font-size: 14px;
    }
    .galls .item {
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
        margin-bottom: 25px;
        float: none;
        width: 33.33%;
        width: calc(33.33% - 25px);
    }
    .galls .last {
        margin-right: 25px;
    }
    .galls .item .title {
        width: 100%;
        height: 70px;
        width: 100%;
        padding: 0px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        overflow: hidden;
        line-height: 1.2;
    }
    .galls .item img {
        display: block;
        min-width: 100%;
    }
    .nspMainPortalMode3 .nspTitleTab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
        min-height: 42px;
    }
    .nspMainPortalMode3 .nspTitleTab .nspTitle {
        padding-right: 60px;
        line-height: 1.2;
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .nspMainPortalMode3 .nspTitleTab .nspDate {
        white-space: nowrap;
        line-height: 42px;
    }
    #fancybox-title {
        max-width: 100%;
    }
    #ais_170_wrapper, #ais_170 {
        max-width: 100%;
    }
    .companys .body {
        width: 100%;
    }
    .content .table td {
        padding-left: 20px;
        padding-right: 20px;
    }
    .online-popup {
        width: 300px;
    }
    .online-popup .inputbox, .online-popup textarea {
        width: 86%;
    }

}/*1230px end*/


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

    .header .main-menu .maina .c {
        font-size: 12px;
    }
    .header .main-menu .maina .c {
        padding-left: 8px;
    }
    .header .main-menu .maina .r {
        width: 8px;
    }

}/*1170px end*/


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

    /*.header .main-menu .maina .c {
        padding-left: 12px;
    }
    .header .main-menu .maina .r {
        width: 12px;
    }*/
    #sideRight {
        width: 250px;
        margin-left: -250px;
        margin-right: 0;
    }
    #sideLeft {
        width: 250px;
        margin-right: -250px;
        margin-left: 0;
    }
    #sideRight + #container #content {
        padding-right: 270px;
    }
    #sideLeft + #container #content {
        padding-left: 270px;
    }
    .cats .item .title {
        padding: 0px 15px;
        font-size: 13px;
    }
    .prds .item .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pdf + .attrs {
        padding-right: 130px;
    }
    .prd .pdf {
        width: 150px;
        height: 140px;
        background-position: left bottom;
    }
    .prd .pdf a {
        padding: 25px 10px 10px 25px;
    }
    .prd .pdf i {
        width: 32px;
        height: 32px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .prd .pdf span {
        display: block;
    }
    .lizing .other {
        padding: 0px 20px;
    }
    .lizing .other .head {
        margin: 0px -20px 20px;
    }
    .lizing .other .head .h2 {
        padding: 10px 20px;
    }
    .blog .item .padding {
        padding-left: 220px;
    }
    .galls .item .title {
        font-size: 13px;
    }

}/*1140px end*/

@media only screen and (max-width : 1024px) {
    .main-slider {
        padding:0px;
    }
    .main-slider .box_skitter {
        top: 0;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 281px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 281px!important;
    }

    .box_skitter .image,
    .box_clone {
        position: relative;
    }
    .box_skitter .image a,
    .box_clone a {
        display: block;
    }
    .box_clone img,
    .box_skitter .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .box_clone  {
        display: none !important;
    }
}/*1024px end*/

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

    #header,
    #header .inner {
        /*height: 130px;*/
        height: auto;
    }
    .header {
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header .main-menu {
        display: none;
    }
    .header > .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding-left: 55px;
    }
    .mm-toggler {
        display: block;
    }
    .header .logo {
        position: static;
        max-width: 32%;
        margin-left: 3.2%;
    }
    .header .logo a {
        max-width: 100%;
        height: 64px;
        -webkit-background-size: contain !important;
        background-size: contain !important;
        background-position: left center !important;
    }
    .header .online-app,
    .langs {
        position: static;
    }
    .langs {
        display: none;
    }
    .main-slider .box_skitter {
        top: 0;
    }


    .box_skitter .image a, .box_clone a {
        height: 272px!important;
    }

    .box_skitter_large171,
    .box_skitter .container_skitter {
        width: 100%!important;
        height: 272px!important;
    }

    .box_skitter .image,
    .box_clone {
        position: relative;
    }
    .box_skitter .image a,
    .box_clone a {
        display: block;
        height: 280px;
    }
    .box_clone img,
    .box_skitter .image img {
        position: absolute;
        display: block;
        min-width: 100%;
        height: 280px;
        left: 50%;
        top: 50%;
        max-width: none !important;
        max-height: none !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .box_clone  {
        display: none !important;
    }
    .line-main .col33 {
        width: 50%;
    }
    .line-main:first-child .col33 {
        text-align: center;
    }
    .honors {
        display: none;
    }
    .gost,
    .news-list {
        width: 100%;
    }
    .gost {
        margin-bottom: 20px;
    }
    .gost .head {
        padding-bottom: 15px;
    }
    .customgost img {
        float: none !important;
        margin: 0px 0px -8px !important;
        display: block;
    }
    .content .customgost p {
        margin-bottom: 0;
    }
    .footer .col-1 {
        width: 30%;
    }
    .footer .col-2 {
        width: 35%;
    }
    .footer .col-2 + .col-1 {
        width: 100%;
    }
    .footer .fs {
        padding-top: 30px;
    }

    .mm-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.42);
        -webkit-transition: transform .35s .15s;
        -ms-transition: transform .35s .15s;
        transition: transform .35s .15s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        z-index: 998;
        cursor: pointer;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }
    .mm-overlay.opened {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .mobile-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sideRight,
    #sideLeft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #sideRight + #container #content {
        padding-right: 0px;
    }
    #sideLeft + #container #content {
        padding-left: 0;
    }

    .cats .item .img img {
        min-width: 100%;
    }
    .cats .item .title {
    }
    .left-menu .ungle-top,
    .psevdo-menu .ungle-top {
        display: none;
    }
    .left-menu li,
    .psevdo-menu li {
        background: none;
    }
    .left-menu li a,
    .psevdo-menu li a {
        border-bottom: 1px solid #ececec;
        padding: 10px 30px 10px;
    }
    .left-menu li:last-child a,
    .psevdo-menu li:last-child a {
        border-bottom: 0;
    }
    .prd .attrs {
        background-repeat: repeat-x;
    }
    .responsive-table {
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
    }
    .responsive-table table {
        width: auto !important;
    }
    .content .responsive-table {
        margin-bottom: 20px;
    }
    .content .responsive-table table {
        margin-bottom: 0;
    }
    ul.sigProClassic li.sigProThumb {
        width: 25%;
        width: calc(25% - 10px);
    }
    ul.sigProClassic li.sigProThumb span {
        float: none !important;
    }
    ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg,
    ul.sigProClassic li.sigProThumb a {
        width: 100% !important;
    }
    ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
        background: none;
        -webkit-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
        padding: 0;
        margin: 0px 5px 5px 0;
    }
    .lizing .article-head {
        padding-top: 20px;
        padding-bottom: 20px;
        /*margin-top: -20px;*/
    }
    .subcat-item {
        line-height: 1.25;
    }
    .inputbox, .textarea, .content input[type="text"], .content input[type="password"], .content input[type="email"], .content textarea, textarea {
        padding: 0px 15px;
    }
    .inputbox, .textarea, .content input[type="text"], .content input[type="password"], .content input[type="email"] {
        height: 36px;
    }
    .foxform input {
        padding: 0px 15px !important;
    }
    .foxform textarea {
        padding: 15px !important;
    }
    table.single-column,
    table.single-column tbody,
    table.single-column tr,
    table.single-column td {
        display: block;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content .responsive-table table.single-column {
        min-width: 0;
    }
    table.single-column iframe {
        max-width: calc(100vw - 30px);
    }
    .responsive-table table img {
        min-width: 100px;
    }
    .map-parts{display:none !important;}
    .map-ajax .h1{display:none !important;}
}/*992px end*/


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

    .prd .attrs {
        height: auto;
        padding-bottom: 10px;
        background: linear-gradient(to bottom, #e0171a, #bb0c0c);
    }
    .prd .tabs {
        margin-top: 0;
    }
    .prd .links {
        background: #bb0c0c;
        height: auto;
        overflow: visible;
        position: relative;
    }
    .prd .links:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 8px;
        background: #FFF;
        z-index: 1;
    }
    .prd .links a {
        margin-bottom: 8px;
        padding: 0px 15px;
        height: 38px;
        line-height: 38px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }
    .prd .img .garant {
        width: auto;
        height: auto;
        padding: 10px 15px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: right bottom;
    }
    .prd .img .garant .num {
        width: auto;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        float: none;
        padding-right: 0;
        font-size: 38px;
        line-height: 38px;
    }
    .prd .img .garant .t1 {
        float: none;
        display: block;
        width: auto;
        line-height: 1.1;
        font-size: 16px;
        padding: 0;
        padding-left: 34px;
    }
    .prd .img .garant .t2 {
        float: none;
        display: block;
        font-size: 12px;
        width: auto;
        line-height: 1.1;
        padding: 0;
        padding-left: 34px;
    }
    .prd .attr .t1 {
        font-size: 40px;
    }
    .prd .attr .t2 {
        font-size: 26px;
    }
    .subcat-item {
        width: 25%;
    }
    .nspMainPortalMode3 .nspTitleTab {
        background: #FFF !important;
        cursor: pointer;
    }
    .nspMainPortalMode3 .nspTitleTab .nspTitle {
        padding-right: 40px;
        padding-left: 15px;
        font-size: 15px !important;
        margin-left: 0 !important;
        position: relative;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: calc(100% - 100px);
    }
    .nspMainPortalMode3 .nspTitleTab .nspTitle:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background: url(../images/down.svg) center no-repeat;
        -webkit-background-size: 14px;
        background-size: 14px;
        transition: transform .2s;
    }
    .nspTitleBlock.opened .nspTitle:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 236px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 236px!important;
    }

}/*860px end*/


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

    #footer {
        padding-bottom: 5px;
    }
    .footer .inner {
        padding-top: 35px;
    }
    .footer .col-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .col-2 {
        width: 50%;
    }
    .footer p:empty {
        display: none;
    }
    .footer-banners .customfooter-banners a {
        width: 50%;
    }

    .cats .items,
    .galls #itemListLeading {
        margin-right: -15px;
    }
    .cats .item,
    .galls .item {
        margin-right: 15px;
        width: calc(33.33% - 15px);
        margin-bottom: 15px;
    }
    .cats .item.last,
    .galls .last {
        margin-right: 15px;
    }

    .prd .attrs {
        text-align: center;
    }
    .prd .attr {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 120px;
    }
    .content table {
        font-size: 13px;
        line-height: 1.25;
    }
    .content .tth table td,
    .content table td {
        padding: 6px 12px;
    }
    ul.sigProClassic li.sigProThumb {
        width: 33.33%;
        width: calc(33.33% - 10px);
    }
    .page {
        padding: 30px 22px;
    }
    .map {
        margin-left: -22px;
        margin-right: -22px;
    }
    .lizing {
        padding-top: 0;
    }
    .lizing .article-head {
        padding: 20px 22px;
        margin-left: -22px;
        margin-right: -22px;
    }
    .blog .item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .blog .item .img {
        width: 150px;
        margin-right: -150px;
    }
    .blog .item .padding {
        padding-left: 165px;
    }
    .blog .item .title {
        padding-bottom: 8px;
    }
    .blog .item .img .date {
        font-size: 13px;
        line-height: 16px;
        padding: 1px 6px;
    }


    .box_skitter_large171,
    .box_skitter .container_skitter {
        width: 100%!important;
        height: 211px!important;
    }

    .box_clone img,
    .box_skitter .image img {
        width: 100%;
        height: auto;
    }
    .box_skitter .image a, .box_clone a {
        height: 211px!important;
    }
}/*768px end*/


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

    .cats .item {
        overflow: hidden;
    }
    .cats .item .title {
        line-height: 1.2;
    }
    .subcat-item {
        width: 33.33%;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 189px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 189px!important;
    }

}/*690px end*/


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

    .header .logo {
        max-width: 180px;
    }
    .header .online-app {
        height: 34px;
        line-height: 34px;
    }
    .cats .item,
    .galls .item {
        width: 50%;
        width: calc(50% - 15px);
    }
    .galls .clr {
        display: none;
    }
    .prd .pdf {
        background: #FFF;
        width: auto;
        height: auto;
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .prd .pdf a {
        text-align: left;
        padding: 8px 10px 8px 50px;
        position: relative;
        min-height: 48px;
    }
    .prd .pdf i {
        position: absolute;
        left: 15px;
        top: 8px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .pdf + .attrs {
        padding-right: 0;
    }
    .lizing .intro {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .lizing .other {
        width: 100%;
        max-width: 100%;
    }
    .main-slider {
        padding-left: 0;
        padding-right: 0;
    }
    #fancybox-wrap,
    #fancybox-wrap * {
        /*-webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;*/
    }
    .prd .links .last {
        background-position: 0 0;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 175px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 175px!important;
    }

}/*640px end*/


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

    h1, .h1 {
        font-size: 27px;
        line-height: 1.2;
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .logo a {
        height: 40px;
    }

    .line-main .col33 {
        width: 100%;
    }
    .news-list .main,
    .news-list .list {
        width: 100%;
    }
    .news-list .main {
        margin-bottom: 20px;
    }
    .prd .links a {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0px 12px;
        margin-bottom: 6px;
    }
    .prd .attr {
        padding-top: 7px;
    }
    .prd .attr .t1 {
        font-size: 38px;
    }
    .prd .attr .val {
        height: 45px;
        line-height: 50px;
    }
    .prd .attr .val2 {
        height: 45px;
        line-height: 1;
    }
    .prd .attr .t2 {
        font-size: 24px;
        padding-top: 7px;
    }
    .prd .attr .label {
        width: auto;
    }
    ul.sigProClassic li.sigProThumb {
        width: 50%;
        width: calc(50% - 10px);
    }
    .page {
        padding: 15px;
    }
    .map {
        margin-left: -15px;
        margin-right: -15px;
    }
    .lizing {
        padding-top: 0;
    }
    .lizing .article-head {
        padding: 15px;
        margin: 0 -15px 20px;
        /*margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;*/
    }
    .lizing .other ul {
        padding-bottom: 15px;
    }
    .content ul li {
        padding-bottom: 10px;
    }
    .article-pagenav .col50 p {
        margin-bottom: 8px;
    }
    ul.contact li h2,
    ul.contact li .h2 {
        font-size: 16px;
        padding-right: 20px;
    }
    .nspArtMore {
        margin-left: 0 !important;
    }
    .nspMainPortalMode3 .nspTitleBlock .nspArtMain {
        border-left: 0 !important;
    }
    hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prd .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 156px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 156px!important;
    }

}/*570px*/


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

    h1, .h1 {
        font-size: 23px;
    }
    h2, .h2 {
        font-size: 19px;
    }

    .subcat-item {
        padding: 0px 15px 20px 0;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 146px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 146px!important;
    }
}/*533px*/


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


    .mm-toggler {
        height: 16px;
    }
    .footer .col-2 {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .footer .fs {
        padding-top: 0;
    }
    .cats .item .title {
        font-size: 12px;
    }
    .content .responsive-table table {
        min-width: 420px;
    }
    .subcats .col50 {
        width: 100%;
    }
    .subcats .col50 p {
        margin-bottom: 15px;
    }
    .subcats .col50 a img {
        display: block;
    }
    .footer .search {
        width: 100%;
    }
    .blog .item .img {
        width: 105px;
        margin-right: -105px;
    }
    .blog .item .padding {
        padding-left: 120px;
    }
    .blog .item .title {
        font-size: 14px;
    }
    .galls .item .title {
        position: static;
        margin-top: 0;
        background: #283956;
    }
    .article-pagenav {
        line-height: 1.2;
    }
    .article-pagenav a {
        font-size: 11px;
        text-transform: lowercase;
    }
    .header .online-app {
        width: 96px;
        padding: 0px 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        line-height: 1.05;
        font-size: 11px;
    }
    .footer .soc-link {
        padding-bottom: 0;
        margin-bottom: -30px;
        text-align: center;
    }
    .footer .soc-link img {
        margin-right: 3px;
        margin-left: 3px;
        max-width: 28px;
    }
    .footer .fs {
        text-align: center;
    }

    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100% !important;
        height: 132px !important;
    }
    .box_skitter .image a,
    .box_clone a {
        height: 132px !important;
    }
    .box_clone img,
    .box_skitter .image img {
        height: inherit;
        max-width: 100% !important;
        max-height: 145px !important;
        display: block !important;
    }
    .box_skitter .info_slide_dots .image_number {
        width: 15px !important;
        height: 15px !important;
        font-size: 0;
        display: none;
    }
    .main-slider {
        margin-bottom: 45px;
    }
    .prd .attr .t1 {
        font-size: 30px;
    }
    .prd .attr .t2 {
        font-size: 23px;
    }
    .prd .attr .val img {
        max-height: 38px;
    }
    .prd .img .ico-v {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .prd .img .garant {
        padding: 6px 15px 6px 10px;
    }
    .prd .img img {
        min-height: 185px;
        max-width: 135%;
        width: auto;
    }

}/*480px*/


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

    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 115px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 115px!important;
    }
    h1, .h1 {
        font-size: 21px;
    }
    h2, .h2 {
        font-size: 17px;
    }

    .header > .inner {
        padding-left: 50px;
    }
    .header .online-app {
        font-size: 10px;
        width: 84px;
    }
    .mm-toggler {
        width: 49px;
    }

    .footer-banners .customfooter-banners a {
        width: 100%;
        text-align: center;
    }
    .cats .item,
    .galls .item {
        width: calc(100% - 15px);
    }
    .cats .item .title,
    .galls .item .title {
        display: block;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .prds .item .desc {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .cats .item .img,
    .galls .item .img {
        max-height: 225px;
        overflow: hidden;
    }
    .cats .item img,
    .galls .item img {
        max-width: none;
        min-height: 100%;
    }
    .blog .item {
        padding: 10px;
    }
    .blog .item .img {
        width: 100px;
        margin-right: -100px;
    }
    .blog .item .padding {
        padding-left: 110px;
    }
    .blog .item .title {
        font-size: 13px;
        padding-bottom: 6px;
    }
    .blog .item .img .date {
        position: static;
        display: block;
        text-align: center;
    }
    ul.contact li h2,
    ul.contact li .h2 {
        font-size: 14px;
    }
    .prd .img img {
        max-width: 155%;
    }
    .online-popup {
        width: 275px;
    }
    .online-popup .inputbox, .online-popup textarea {
        width: 85%;
    }
/*.logo img {max-width:40%!important;height:auto!important;}*/

}/*420px*/


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

    .subcat-item {
        width: 50%;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 104px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 104px!important;
    }
}/*380px*/


@media only screen and (max-width : 320px) {
    .header .logo {
        max-width: 60%;
    }
    .box_skitter_large171, .box_skitter .container_skitter {
        width: 100%!important;
        height: 88px!important;
    }
    .box_skitter .image a, .box_clone a {
        height: 88px!important;
    }
}/*320px*/
@media only screen and (max-width: 375px){
.header .online-app {
    font-size: 10px;
    width: 60px;
}
}