<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NAV TOGGLE */
.nav-toggle span {
    background: #fff;
    margin-top: 4px;
}
.nav-toggle.active span {
    background: #fff;
}
.nav-toggle.active span.l1 {
    margin-top: 14px;
}
/* RWD MENU */
.rwd-menu ul &gt; li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rwd-menu ul &gt; li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.rwd-menu ul &gt; li &gt; a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.rwd-menu .rwd-menu-wrapper &gt; ul &gt; li.active-link &gt; a {
    color: #ed1c24;
    text-decoration: none;
    font-weight: normal;
}
.rwd-menu ul &gt; li &gt; a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}
.rwd-menu ul &gt; li.active-link &gt; a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}
.rwd-menu ul &gt; li &gt; ul {
    display: none;
}
.rwd-menu ul &gt; li.active &gt; ul {
    display: block;
}
.rwd-menu ul &gt; li.active &gt; a {
    /*font-weight: bold;*/
    color: #ed1c24;
}
.rwd-menu ul &gt; li &gt; a &gt; .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #ed1c24;
    color: #FFF;
    text-align: center;
    transition: 0.4s all;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; a,
.rwd-menu ul &gt; li.active &gt; ul &gt; li &gt; a {
    color: #FFF;
}
.rwd-menu ul &gt; li &gt; ul &gt; li.active-link &gt; a {
    text-decoration: underline;
}
.rwd-menu ul &gt; li:first-child &gt; a &gt; .glyphicon-bg {
    top: 0;
}
.rwd-menu ul &gt; li &gt; a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}
.rwd-menu ul &gt; li.active &gt; a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rwd-menu ul &gt; li.active &gt; ul &gt; li:last-child {
    border-bottom: 0;
}
.rwd-menu ul &gt; li ul {
    border-bottom: 1px solid #000;
}
.rwd-menu ul &gt; li &gt; ul &gt; li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #ed1c24;
    text-align: center;
}
.rwd-menu ul &gt; li &gt; ul &gt; li:last-child {
    margin-bottom: -1px;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; a &gt; .glyphicon-bg,
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    background: #b7b7b7;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    padding: 13px 15px 13px 55px;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    content: '';
}
.rwd-menu ul &gt; li &gt; ul &gt; li.active-link &gt; a:before {
    background: #000;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
    left: 35px;
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; ul {
}
.rwd-menu ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
}
/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1680px) {
    .main-slider .slick-dots {
        right: 20px;
        margin-right: 0;
    }
    .about-text {
        max-width: 100%;
        padding-left: 20px;
        padding-top: 55px;
        padding-bottom: 60px;
        padding-right: 100px;
    }
    .about-text .text.txt {
        margin-bottom: 40px;
    }
    .news a {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1600px) {
    .title1, .title2 {
        font-size: 58px;
    }
    .about-text h2, .offer-box-container h2, .news-box-container h2, h1 {
        font-size: 50px;
    }
    #main-menu ul li a {
        padding: 13px 10px 13px;
    }
    .description {
        font-size: 17px;
        line-height: 200%;
    }
    .slider-title {
        margin-bottom: 18px;
    }
    .description {
        margin-bottom: 35px;
        max-height: 102px;
        overflow: hidden;
    }
    .about-text h2 {
        margin-bottom: 35px;
    }
    .about-text {
        max-width: 100%;
        padding-left: 20px;
        padding-top: 50px;
        padding-bottom: 55px;
        padding-right: 80px;
    }
    .about-text .text.txt, .about-text .txt-intro {
        margin-bottom: 35px;
    }
    .offer-box-container {
        padding-top: 40px;
        padding-bottom: 55px;
    }
    .offer-box-container h2 {
        margin-bottom: 35px;
    }
    .offer-box-container .text.txt {
        margin: 0 auto 45px;
    }
    span.offer-name {
        font-size: 26px;
    }
    .offer-item a {
        padding: 35px;
        height: 235px;
    }
    .offer-item {
        margin-bottom: 35px;
    }
    .info-box-container h2, .box-bottom a h3 {
        font-size: 37px
    }
    .info-box-container h3, .slider-photo-desc-content h3 {
        font-size: 25px
    }
    .info-box {
        padding-top: 45px;
        padding-bottom: 0;
    }
    span.info-icon {
        width: 140px;
        height: 140px;
        top: -27px;
    }
    span.info-name, .news h3 {
        font-size: 22px;
    }
    .info-item {
        padding-left: 135px;
    }
    .info-box-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider-photo-desc {
        height: 208px;
        width: 208px;
    }
    section.news-box-container {
        padding: 40px 0;
    }
    .news-box-container h2 {
        margin-bottom: 40px;
    }
    span.news-photo-box {
        margin-bottom: 20px;
        padding: 15px;
    }
    .news h3 {
        margin-bottom: 15px;
    }
    .news span.txt.text {
        margin-bottom: 21px;
    }
    .news a {
        padding-bottom: 70px;
    }
    .boxes-bottom-container {
        padding: 0 35px 20px;
    }
    .box-bottom a {
        padding: 30px;
    }
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .subpage #content {
        padding-top: 120px;
    }
    .article-image {
        margin-right: 30px;
    }
    section.form-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .form-box h2 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .slider-product-detalis {
        margin-right: 30px;
    }
    .files-box {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .files-box h2 {
        margin-bottom: 30px;
    }
    .other-products {
        padding-top: 30px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 30px;
    }
    .other-products h2 {
        font-size: 45px;
    }
    .other-header {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1440px) {
    #main-menu ul li a {
        padding: 13px 5px 13px;
        font-size: 15px;
    }
    .title1, .title2 {
        font-size: 52px;
    }
    .about-text h2, .offer-box-container h2, .news-box-container h2, h1 {
        font-size: 45px;
        margin-bottom: 25px;
    }
    .description {
        font-size: 16px;
        line-height: 200%;
        max-height: 128px;
    }
    .slider-title {
        margin-bottom: 17px;
    }
    .description, .about-text h2 {
        margin-bottom: 30px;
    }
    .about-text {
        max-width: 100%;
        padding-left: 20px;
        padding-top: 45px;
        padding-bottom: 50px;
        padding-right: 60px;
    }
    .about-text .text.txt, .about-text .txt-intro {
        margin-bottom: 30px;
    }
    .offer-box-container {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .offer-box-container h2 {
        margin-bottom: 30px;
    }
    .offer-box-container .text.txt {
        margin: 0 auto 40px;
    }
    span.offer-name {
        font-size: 23px;
    }
    .offer-item a {
        padding: 30px;
        height: 225px;
    }
    .offer-item {
        margin-bottom: 30px;
    }
    .info-box-container h2, .box-bottom a h3 {
        font-size: 33px
    }
    .info-box-container h3, .slider-photo-desc-content h3 {
        font-size: 22px
    }
    .info-box {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .info {
        padding: 0 20px;
    }
    .info-item {
        padding-left: 130px;
    }
    span.info-icon {
        width: 130px;
        height: 130px;
        top: -27px;
    }
    span.info-name, .news h3 {
        font-size: 20px;
    }
    .info-box-container {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .slider-photo-desc {
        height: 190px;
        width: 190px;
    }
    .news a {
        padding-bottom: 60px;
    }
    section.news-box-container {
        padding-bottom: 30px
    }
    .box-bottom a {
        padding: 20px;
    }
    .form-box h2 {
        margin-bottom: 29px;

    }
    .other-products h2 {
        font-size: 40px;
    }
    .other-header {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 1366px) {
    #main-menu ul li a {
        padding: 13px 4px 13px;
        font-size: 14px;
    }
    .title1, .title2 {
        font-size: 49px;
    }
    .about-text h2, .offer-box-container h2, .news-box-container h2, h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .description {
        max-height: 120px;
        font-size: 15px;
        line-height: 200%;
    }
    .slider-title {
        margin-bottom: 16px;
    }
    .description, .about-text h2 {
        margin-bottom: 25px;
    }
    .about-text {
        max-width: 100%;
        padding-left: 35px;
        padding-top: 60px;
        padding-bottom: 40px;
        padding-right: 40px;
    }
    .about-text .text.txt, .about-text .txt-intro {
        margin-bottom: 25px;
    }
    .offer-box-container {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .offer-box-container h2 {
        margin-bottom: 25px;
    }
    .offer-box-container .text.txt {
        margin: 0 auto 35px;
    }
    span.offer-name {
        font-size: 22px;
    }
    .offer-item a {
        padding: 25px;
        height: 215px;
    }
    .offer-item {
        margin-bottom: 25px;
    }
    .info-box-container h2, .box-bottom a h3 {
        font-size: 32px
    }
    .info-box-container h3, .slider-photo-desc-content h3 {
        font-size: 21px
    }
    .info-box {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .info {
        padding: 0 15px;
    }
    .info-item {
        padding-left: 120px;
    }
    span.info-icon {
        width: 120px;
        height: 120px;
        top: -27px;
    }
    span.info-name, .news h3 {
        font-size: 18px;
    }
    .info-box-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-photo-desc {
        height: 180px;
        width: 180px;
    }
    section.news-box-container {
        padding: 30px 0;
    }
    .news-box-container h2 {
        margin-bottom: 30px;
    }
    .news a {
        padding-bottom: 50px;
    }
    section.news-box-container {
        padding-bottom: 20px
    }
    .footer-box {
        padding: 0 20px;
    }
    .footer-boxes {
        margin: 0 -20px;
    }
    .box-bottom a {
        padding: 15px;
    }
    .form-box h2 {
        margin-bottom: 28px;

    }
    .other-products h2 {
        font-size: 35px;
        padding-top: 15px;
    }
    .other-header {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .logo a img {
        width: 180px;
        margin-top: 9px;
    }
    #main-menu ul li a {
        padding: 13px 3px 13px;
        font-size: 13px;
    }
    .title1, .title2 {
        font-size: 46px;
    }
    .about-text h2, .offer-box-container h2, .news-box-container h2, h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .description {
        font-size: 14px;
        line-height: 200%;
        max-height: 112px;
    }
    .slider-title {
        margin-bottom: 15px;
    }
    .description, .about-text h2 {
        margin-bottom: 20px;
    }
    .about-text {
        max-width: 100%;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 35px;
        padding-right: 20px;
    }
    .about-text .text.txt, .about-text .txt-intro {
        margin-bottom: 20px;
    }
    .offer-box-container {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .offer-box-container h2 {
        margin-bottom: 20px;
    }
    .offer-box-container .text.txt {
        margin: 0 auto 30px;
    }
    span.offer-name {
        font-size: 21px;
    }
    .offer-item a {
        padding: 20px;
        height: 205px;
    }
    .offer-item {
        margin-bottom: 20px;
    }
    .info-box-container h2, .box-bottom a h3 {
        font-size: 30px
    }
    .info-box-container h3, .slider-photo-desc-content h3 {
        font-size: 20px
    }
    .info-box {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .info-item {
        padding-left: 110px;
    }
    span.info-icon {
        width: 110px;
        height: 110px;
        top: -22px;
    }
    span.info-name, .news h3 {
        font-size: 16px;
    }
    .info-box-container {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .slider-photo-desc {
        height: 170px;
        width: 170px;
    }
    .news a {
        padding-bottom: 40px;
    }
    section.news-box-container {
        padding-bottom: 10px
    }
    .form-box h2 {
        margin-bottom: 27px;

    }
    .products-box ul li {
        width: 33.33%;
    }
    .other-products h2 {
        font-size: 30px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1279px) {
    .footer-box:last-child img {
        display: none;
    }
    .footer-box:last-child, .footer-box {
        width: 25%;
    }
    span.icon-social {
        margin: 10px;
    }
}
@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}
@media screen and (max-width: 1139px) {
    #main-menu {
        display: none;
    }
    .nav-toggle {
        display: block;
        background-color: #f58220;
        width: 40px;
        height: 40px;
        padding: 9px 11px 10px;
        display: inline-block;
        overflow: hidden;
        margin: 0 0 0 15px;
        vertical-align: middle;
        border-radius: 50%;
    }
    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }
    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }
    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }
    .rwd-lang .langs-menu-short {
        display: none;
    }
    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }
    .rwd-hide {
        display: none;
    }
    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .body-block {
        position: fixed;
        width: 100%;
    }
    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }
    .language {
        margin-top: 0;
    }
    .search-box {
        margin-top: 0;
    }
    .top {
        padding-top: 10px;
        padding-bottom: 4px;
    }
    .title1, .title2 {
        font-size: 40px;
    }
    .description {
        max-height: 88px;
        line-height: 160%;
    }
    .slider a.slider-btn-more {
        height: 40px;
        line-height: 40px;
    }
    #content {
        overflow: hidden;
        padding-top: 58px;
    }
    .slider-text {
        padding-top: 0
    }
    .offer-item {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .offer-box {
        margin: 0 -15px;
    }
    .offer-box-container .btn-center-box {
        padding-top: 0;
    }
    .offer-box-container {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    span.offer-name-box {
        padding: 0 20px;
    }
    span.info-icon {
        width: 90px;
        height: 90px;
        top: -12px;
    }
    .info-item {
        padding-left: 90px;
    }
    span.news-photo-box {
        margin-bottom: 10px;
        padding: 5px;
    }
    .news h3 {
        margin-bottom: 10px;
    }
    .news span.btn-more {
        display: none;
    }
    .news a {
        padding-bottom: 0;
    }
    .news span.txt.text {
        line-height: 150%;
        font-size: 15px;
    }
    .boxes-bottom-container {
        padding: 0 5px 20px;
    }
    .box-bottom a h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .box-bottom .text.txt {
        line-height: 150%;
    }
    .subpage #content {
        padding-top: 90px;
    }
    .form-box h2 {
        margin-bottom: 26px;

    }
    .box-left h2 {
        padding: 11px 15px;

    }
    .submenu ul li a {
        padding: 11px 40px 11px 15px;
        font-size: 14px;
        line-height: 150%;
    }
    .submenu ul li.active ul li a {
        background: url(../images/dot.png) 30px 18px no-repeat;
        padding-left: 50px;
        font-size: 14px;
        line-height: 150%;
    }
    .filter h3 {
        padding: 11px 40px 11px 15px;
    }
    .files-box {
        padding-top: 30px;
        margin-bottom: 10px;
    }
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        top: 58px !important;
        position: fixed;
    }
    .news .btn-more {

        opacity: 1;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 980px) {
    .offer-item a {
        padding: 10px;
        height: 175px;
    }
    span.info-icon {
        width: 75px;
        height: 75px;
        top: -5px;
    }
    .info-item {
        padding-left: 75px;
    }
    span.info-icon {
        width: 75px;
        height: 75px;
        top: -5px;
        left: -10px;
    }
    .info-item {
        padding-left: 62px;
    }
    span.info-name {
        font-size: 14px;
    }
    .footer-box, .footer-box.footer-box-long {
        width: auto !important;
        float: none;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 15px;
    }
    .footer-top {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-box h4 {
        background: url(../images/icons/arrow_down2.svg) no-repeat right top;
        background-size: 20px 20px;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
    }
    .footer-box h4.h4-rwd {
        display: block;
    }
    .footer-box h4.active {
        background: url(../images/icons/arrow_up2.svg) no-repeat right top;
        background-size: 20px 20px;
    }
    .show-hide {
        display: none;
        padding-bottom: 15px;
    }
    .footer-boxes {
        margin: 0;
    }
    .footer-box:last-child {
        text-align: center;
        padding-top: 0;
    }
    a.social-box {
        float: none;
    }
    .footer-box.footer-box-long .show-hide {
        overflow: hidden;
        padding-top: 15px;
    }
    .footer-box.footer-box-long .show-hide .footer-box1:last-child {
        border-right: 0 none;
        padding-right: 0;
    }
    .footer-box1:first-child {
        padding-left: 0;
    }
    .form-box h2 {
        margin-bottom: 25px;

    }
    .col-left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
    }
    nav.submenu {
        display: none;
    }
    .select-mobile-container {
        padding: 15px;
        margin-top: 0;
        display: block;
    }
    .select-mobile-container select {
        width: 100%;
        color: #f58220;
        padding: 10px;
        font-size: 18px;
    }
    .col-right {
        width: 100%;
        float: right;
    }
}
@media screen and (min-width: 768px) {
    /*Bootstrap*/
}
@media screen and (max-width: 768px) {
    .title1, .title2 {
        font-size: 35px;
    }
    .slider-photo-desc-content h3 {
        font-size: 18px;
        padding: 2px;
    }
    .slider-photo-desc {
        right: 30px;
        height: 100px;
        width: 100px;
        bottom: 30px;
    }
    .description {
        max-height: 95px;
        line-height: 140%;
    }
    .news {
        width: 50%;
    }
    .news:nth-child(3) {
        display: none;
    }
    .news-box-sub-container .news:nth-child(3) {
        display: block;
    }
    .gallery li {
        width: 33.33%;
    }
    span.news-date {
        width: 60px;
        height: 60px;
        font-size: 10px;
        right: 10px;
        bottom: 10px;
    }

}
@media screen and (max-width: 767px) {
    .title1, .title2 {
        font-size: 30px;
    }
    .slider-title {
        margin-bottom: 5px;
    }
    .about-left {
        width: 100%;
        padding: 0;
    }
    .about-right {
        width: 100%;
        display: block;
        position: relative;
        height: 500px;
    }
    .about-right {
        width: 100%;
        display: block;
        position: relative;
        height: 500px;
        clear: both;
        top: 20px;
        margin-bottom: 30px;
    }
    .offer-item a {
        padding: 10px;
        height: auto;
    }
    span.offer-photo {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
    }
    span.offer {
        display: block;
        width: 100%;
        height: 100px;
    }
    span.offer-name {
        font-size: 18px;
    }
    .info-box {
        text-align: center;
    }
    .info {
        width: 40%;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .box-bottom {
        width: 100%;
        margin-bottom: 10px;
    }
    .box-bottom a {
        height: auto !important;
    }
    span.box-bottom-content {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;

    }
    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        float: none;
        margin: 0 12px;
    }
}
@media screen and (min-width: 981px) {
    footer .show-hide {
        display: block !important;
    }
}
@media screen and (max-width: 639px) {

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }
    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }
    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
    }
    h3 {
    }
    h4 {
    }
    .description {
        display: none;
    }
    .slider-title {
        margin-bottom: 25px;
    }
    .title1, .title2 {
        font-size: 25px;
    }
    span.offer-photo {
        width: 100%;
        display: block;
    }
    span.offer-name-box {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    span.offer-name-box {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        width: 100%;
        padding: 20px 0 0 0;
    }
    span.offer {
        display: block;
        width: 100%;
        height: auto;
    }
    .offer-item a {
        background: transparent
    }
    .accordion-content .text.txt td {
        width: 100%;
        display: block;
        padding: 10px 0 !important;
    }
    .accordion-content {
        padding-top: 10px;
    }
    section.contact-box {
        padding-bottom: 0;
    }
    .contact-box .accordion {
        margin-bottom: 0;
    }
    .footer-bottom nav.footer-menu {
        float: none;
        display: block;
    }
    .copyright {
        clear: left;
    }
    span.offer-photo {
        height: auto
    }
}
@media screen and (max-width: 560px) {

    h1 {
        font-size: 36px;
    }
    h2 {
    }
    h3 {
    }
    h4 {
    }
    .text {
        word-wrap: break-word;
    }
    .nav-toggle {
        margin: 0 0 0 9px;
    }
    .search-box {
        display: none;
    }
    .search-box-rwd {
        display: block;
    }
    .search-box-rwd {
        position: relative;
        float: right;
        margin-left: 0;
        height: 40px;
        margin-top: 0;
    }
    .search-box-hidden-things {
        top: 0;
        bottom: 0;
        display: none;
        overflow: hidden;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        white-space: nowrap;
        font-size: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        background: #fff;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: auto;
    }
    .search-box-inputs-container {
        position: absolute;
        top: 50%;
        height: 42px;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-bottom: 101px;
        margin-top: -50px;
    }
    .search-box-hidden-things button {
        position: relative;
        display: inline-block;
        outline: 0;
        border: 0;
        background: #f58220;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        vertical-align: top;
        font-size: 18px;
        height: 46px;
        width: 25%;
        padding: 0;
    }
    .search-box-hidden-things input {
        display: inline-block;
        padding: 0 15px;
        height: 46px;
        outline: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 0;
        background: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #231f20;
        vertical-align: top;
        font-size: 18px;
    }
    .toggle-search-box {
        float: right;
        margin: 0 0 0 10px;
        width: 25px;
        height: 78px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 50%;
        background-color: #f58220;
        width: 40px;
        height: 40px;
    }
    .toggle-search-box svg * {
        fill: #fff;
    }
    .toggle-search-box .no-active-span {
        display: block;
        height: 100%;
        padding: 6px;
    }
    .toggle-search-box.active .no-active-span {
        display: none;
    }
    .toggle-search-box .active-span {
        display: none;
        margin: 0;
        padding-left: 0;
        width: 100%;
        height: 35px;
        font-weight: 300;
        font-size: 20px;
    }
    .toggle-search-box.active .active-span {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px;
        margin-top: 0;
    }
    .active-span span {
        position: relative;
        top: 6px;
        display: block;
        margin-top: 2px;
        width: 100%;
        height: 2px;
        background: #d31010;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .active-span span.l1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .active-span span.l2 {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .toggle-search-box.active .active-span span {
        background: #fff;
    }
    .toggle-search-box {
        margin: 0 0 0 5px;
    }
    .language {
        margin-left: 5px;
    }
    .nav-toggle {
        margin: 0 0 0 5px;
    }
    .slider-photo-desc {
        display: none;
    }
    .slider a.slider-btn-more {
        display: none;
    }
    .slider-title {
        margin-bottom: 0;
    }
    span.offer-name {
        font-size: 16px;
    }
    .info {
        width: 48%;
        padding: 0;
    }
    .gallery li {
        width: 50%;
    }
    .pagination-wrapper ul li.next {
        margin-left: 12px;
        margin-right: 0;
    }
    .pagination-wrapper ul li.prev {
        margin-right: 12px;
        margin-left: 0;
    }
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {

    }
    .news-box-sub-container .news {
        margin-bottom: 30px;
    }
    .news-box-sub-container {
        padding-bottom: 15px;
    }
    .products-box ul li {
        width: 50%;
    }
    .slider-product-detalis {
        margin-right: 0;
        width: 100%;
    }
    span.btn-download span.w {
        display: none
    }
    span.btn-download {
        width: 65px;
    }
    .files-box ul li a {
        padding-right: 70px;

    }
    span.btn-download span.icon-btn {
        margin-left: 0;
    }
    span.file-name {
        padding: 8px 0px 8px 20px;
    }
    .other-products a.btn-more {
        float: none;
        width: 100%;
    }
    .footer-bottom nav.footer-menu {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .copyright {
        float: none;
        display: inline-block;
        margin: 0 5px 3px;
        vertical-align: middle;
    }
    .copyright-undicom {
        float: none;
        display: inline-block;
        margin: 0 5px 3px;
    }
    .footer-bottom nav.footer-menu {
        float: none;
        display: inline-block;
        border-right: 0;
        margin: 0 5px 3px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 424px) {

    h1 {
        font-size: 34px;
    }
    h2 {
    }
    h3 {
    }
    h4 {
    }
    .offer-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .offer-box {
        margin: 0 -5px;
    }
    .offer-box-container .btn-center-box {
        padding-top: 15px;
    }
    .about-right {
        height: 420px;
    }
    span.info-icon {
        width: 60px;
        height: 60px;
        top: -2px;
        left: -16px;
    }
    .info-item {
        padding-left: 40px;
    }
    .news {
        width: 100%;
        display: block !important;
    }
    .offer-box-container .text.txt {
        font-size: 14px;
        line-height: 150%;
    }
    .info-box-container h2 {
        font-size: 25px;
    }
    .about-content {
        border: 0 none;
    }
    .about-text {
        padding: 0;

    }
    .pagination-wrapper ul li.next {
        margin-left: 2px;
    }
    .pagination-wrapper ul li.prev {
        margin-right: 2px;
    }
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {

    }
    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 5px 6px;
    }
    .pagination-wrapper ul li.next {
        margin-left: 20px;
    }
    .pagination-wrapper ul li.prev {
        margin-right: 20px;
    }
    .footer-bottom nav.footer-menu {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .copyright {
        float: none;
        display: inline-block;
        clear: none;
        vertical-align: top;
    }
    .copyright-undicom {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .footer-bottom nav.footer-menu ul li {
        margin-left: 5px;
        margin-right: 5px;
        float: none;
        display: inline-block;
    }
    .footer-bottom nav.footer-menu {
        display: block;
        margin: 0;
        vertical-align: top;
        border: 0;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .footer-box1 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
        border-right: 0 none;
    }
}
@media screen and (max-width: 380px) {

    .about-right {
        height: 360px;
    }
    span.info-name {
        font-size: 13px;
    }
    .info-box-container h2 {
        font-size: 23px;
    }
    .products-box ul li {
        width: 100%;
    }
}
@media screen and (max-width: 359px) {

    .logo a img {
        width: 146px;
    }
    .slider-title {
        margin-bottom: 0;
    }
    .about-right {
        height: 350px;
    }
    span.info-name {
        font-size: 12px;
    }
    .info-box-container h2 {
        font-size: 21px;
    }
}</pre></body></html>