<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
    position: relative;
    padding: 10px 0 5px
}

header .logo a {
    display: inline-block
}

header .entrance {
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 25px;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

header .entrance span {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 100%;
    background: #df0b12;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

header .entrance span:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #df0b12
}

header .entrance span:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #df0b12
}

header nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff
}

header nav .exit {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px
}

header nav .exit:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(-45deg)
}

header nav .exit:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(45deg)
}

header nav ul {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

header nav ul li {
    text-align: center
}

header nav ul li a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

header nav ul li a:hover {
    opacity: 0.5
}

header nav.active {
    display: block
}

@media screen and (min-width: 1024px) {
    header {
        padding: 25px 0 14px
    }

    header .logo {
        float: left;
        margin-top: 5px
    }

    header .entrance {
        display: none
    }

    header nav {
        float: left;
        display: block;
        position: static;
        width: auto;
        height: auto;
        top: initial;
        left: initial;
        padding: 0;
        margin-top: 5px;
        margin-left: 22px
    }

    header nav .exit {
        display: none
    }

    header nav ul {
        position: static;
        top: initial;
        left: initial;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    header nav ul li {
        display: inline-block;
        padding-right: 13px
    }

    header nav ul li:last-child {
        padding-right: 0
    }

    header nav ul li a {
        line-height: 20px
    }
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0
}

.banner {
    margin-bottom: 20px
}

.banner h2 {
    text-align: center;
    color: #181818;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px
}

.banner .banner-content {
    width: 100%;
    height: 400px;
    position: relative
}

.banner .banner-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.23)
}

.banner .banner-content .tel {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 2
}

.banner .banner-content .tel a {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block
}

.banner .banner-content .tel a span {
    display: inline-block;
    font-weight: 700
}

.banner .banner-content .email {
    padding: 4px 34px 2px;
    display: table;
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid #dcdcdc;
    background-color: #de5b5e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2
}

.banner .banner-content .email:hover {
    background-color: transparent
}

.banner .banner-content ul {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 10px;
    z-index: 2
}

.banner .banner-content ul li {
    margin-bottom: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0
}

.banner .banner-content ul li:last-child {
    margin-bottom: 0
}

.suppliers h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.suppliers h3:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e;
    bottom: 0;
    left: 50%;
    margin-left: -26px
}

.suppliers ul {
    margin-bottom: 30px
}

.suppliers ul li {
    width: 100%;
    height: 82px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    margin-bottom: 15px
}

.suppliers ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.suppliers ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.suppliers .items .item {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px
}

.suppliers .items .item .portner .img {
    text-align: center;
    margin-bottom: 10px
}

.suppliers .items .item .portner .img img {
    display: inline-block;
    border-radius: 50%
}

.suppliers .items .item .portner .suppliers-item {
    height: 82px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px
}

.suppliers .items .item .portner .suppliers-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.suppliers .items .item .portner .suppliers-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.suppliers .items .item .text {
    text-align: center;
    padding-bottom: 10px
}

.suppliers .items .item .text h6 {
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px
}

.suppliers .items .item .text span {
    display: inline-block;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.suppliers .items .item .text p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.specifics {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 23px
}

.specifics h3 {
    color: #252525;
    font-weight: 400;
    line-height: 33px;
    font-size: 28px;
    margin-bottom: 15px
}

.specifics p {
    color: #252525;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    position: relative
}

.specifics p:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e
}

.specifics .specItems {
    margin-top: 50px
}

.specifics .specItems ul li {
    margin-bottom: 20px
}

.specifics .specItems ul li img {
    width: 109px;
    height: 109px;
    display: block;
    margin: 0 auto 10px
}

.specifics .specItems ul li span {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.products-page {
    margin-bottom: 5px
}

.products-page h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.products-page h3:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e;
    bottom: 0;
    left: 50%;
    margin-left: -26px
}

.products-page .products-content ul li {
    margin-bottom: 30px
}

.products-page .products-content ul li .tetle p {
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin-bottom: 12px;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.products-page .products-content ul li .img {
    border: 1px solid #bababa;
    background-color: #ffffff;
    margin-bottom: 10px
}

.products-page .products-content ul li .img img {
    width: 100%
}

.products-page .products-content ul li a {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 72px;
    min-height: 70px;
    display: inline-block
}

.products-page .products-content ul li a img {
    position: absolute;
    top: 0;
    left: 0
}

.examples {
    background-color: #f5f5f5;
    padding-top: 33px;
    padding-bottom: 10px
}

.examples h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.examples h3:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e;
    bottom: 0;
    left: 50%;
    margin-left: -26px
}

.examples .examples-items .item {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    margin-bottom: 10px
}

.examples .examples-items .item .title {
    min-height: 54px;
    position: relative
}

.examples .examples-items .item .title p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    letter-spacing: normal;
}

.examples .examples-items .item img {
    width: 100%;
    display: inline-block
}

.examples .examples-items .item ul {
    padding: 8px 12px
}

.examples .examples-items .item ul li {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 10px
}

.examples .examples-items .item ul li:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #de5b5e;
    top: 10px;
    left: 0
}

.guarantees {
    text-align: center;
    padding: 10px 0 30px
}

.guarantees h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    line-height: 65px;
    position: relative
}

.guarantees h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e
}

.guarantees .guarantIt {
    margin-top: 40px
}

.guarantees .guarantIt ul li {
    margin-bottom: 20px
}

.guarantees .guarantIt ul li img {
    width: 109px;
    height: 109px;
    display: block;
    margin: 0 auto 10px
}

.guarantees .guarantIt ul li p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.guarantees .zag {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 30px
}

.guarantees .certificate .certificateItem {
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px
}

.guarantees .certificate .certificateItem img {
    width: 105px
}

.guarantees .certificate .certificateItem .certifText {
    margin-top: 20px
}

.guarantees .certificate .certificateItem .certifText p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.guarantees .certificate .certificateItem .certifText a {
    text-align: center;
    display: inline-block;
    width: 125px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #de5b5e;
    background-color: #de5b5e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.guarantees .certificate .certificateItem .certifText a:hover {
    background-color: #fff;
    color: #252525
}

.guarantees .cerfBut {
    display: inline-block;
    width: 263px;
    height: 53px;
    border-radius: 26px;
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.guarantees .cerfBut:hover {
    background-color: #fff
}

.reviews {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.reviews h3 {
    margin-bottom: 15px;
    position: relative;
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

.reviews h3:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e
}

.reviews .rewIt {
    margin-top: 50px
}

.reviews .rewIt .rewItem {
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding-top: 15px;
    position: relative;
    margin: 0 auto 30px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.reviews .rewIt .rewItem:after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 290px;
    height: 1px;
    background-color: #d7d7d7;
    left: 3px
}

.reviews .rewIt .rewItem .rewFot {
    width: 171px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    border: 1px solid #bababa;
    background-color: #ffffff
}

.reviews .rewIt .rewItem .rewItText {
    text-align: left;
    margin-top: 20px;
    padding: 20px
}

.reviews .rewIt .rewItem .rewItText p {
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    position: relative
}

.reviews .rewIt .rewItem .rewItText p:before {
    content: '';
    width: 251px;
    height: 1px;
    background-color: #d4d4d4;
    position: absolute;
    top: -10px
}

.make-order {
    padding-top: 20px;
    padding-bottom: 20px
}

.make-order h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.make-order h3:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e;
    bottom: 0;
    left: 50%;
    margin-left: -26px
}

.make-order ul li {
    position: relative;
    text-align: center;
    padding-bottom: 80px
}

.make-order ul li:after {
    content: '';
    background: url(../img/next-img.png) no-repeat 50% 50%;
    width: 43px;
    height: 25px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.make-order ul li:last-child {
    padding-bottom: 0
}

.make-order ul li:last-child:after {
    display: none
}

.make-order ul li img {
    display: inline-block;
    margin-bottom: 10px
}

.make-order ul li p {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #252525
}

.make-order ul li p a {
    color: #de5b5e;
    text-decoration: underline
}

.contact {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5
}

.contact h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.contact h3:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background-color: #de5b5e;
    bottom: 0;
    left: 50%;
    margin-left: -26px
}

.contact .contact-content {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 20px
}

.contact .contact-content img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px
}

.contact .contact-content h6 {
    text-align: center;
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.contact .contact-content .position {
    margin-bottom: 20px
}

.contact .contact-content .position li {
    text-align: center;
    margin-bottom: 10px
}

.contact .contact-content .position li p {
    margin: 0;
    letter-spacing: normal;
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px
}

.contact .contact-content .position li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #252525
}

.contact .contact-content .position li span a {
    color: #de5b5e;
    text-decoration: underline
}

.contact .contact-content .tel {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
    color: #6c6c6c;
    font-weight: 300;
    margin-bottom: 15px
}

.contact .contact-content .tel span {
    color: #de5b5e;
    font-weight: 700
}

.contact .contact-content .grafic {
    text-align: center
}

.contact .contact-content .grafic li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media screen and (min-width: 568px) {
    .suppliers ul {
        margin: 0 -0.8%;
        text-align: center
    }

    .suppliers ul li {
        width: 48%;
        display: inline-block;
        margin: 0 0.8% 10px
    }

    .reviews {
        background-color: #f5f5f5;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 25px
    }

    .reviews h3 {
        margin-bottom: 15px;
        position: relative;
        color: #252525;
        font-size: 30px;
        font-weight: 700;
        line-height: 65px
    }

    .reviews h3:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 52px;
        height: 6px;
        border-radius: 3px;
        background-color: #de5b5e
    }

    .reviews .rewIt {
        margin: 50px 0 0
    }

    .reviews .rewIt .rewItem {
        width: 498px;
        height: 270px;
        padding-left: 200px;
        padding-top: 15px;
        position: relative;
        margin: 0 auto 30px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px
    }

    .reviews .rewIt .rewItem:after {
        content: '';
        position: absolute;
        bottom: -12px;
        width: 489px;
        height: 1px;
        background-color: #d7d7d7;
        left: 3px
    }

    .reviews .rewIt .rewItem .rewFot {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .reviews .rewIt .rewItem .rewItText {
        margin-top: 0;
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .banner .banner-content .email {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0
    }

    .banner .banner-content .tel {
        position: absolute;
        top: 18px;
        right: 240px;
        padding: 0
    }

    .banner .banner-content ul {
        width: auto
    }

    .banner .banner-content ul li {
        text-align: left;
        width: 369px;
        padding: 15px 20px;
        position: relative
    }

    .banner .banner-content ul li:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 27px solid transparent;
        border-right: 14px solid #fff;
        border-bottom: 27px solid transparent;
        position: absolute;
        top: 0;
        left: -14px
    }

    .suppliers ul {
        margin: 0 -0.8% 30px
    }

    .suppliers ul li {
        width: 31.3%
    }

    .suppliers .items .item .portner {
        float: left;
        width: 25%
    }

    .suppliers .items .item .portner .img {
        text-align: left
    }

    .suppliers .items .item .portner .suppliers-item {
        width: 153px
    }

    .suppliers .items .item .text {
        width: 75%;
        float: right;
        text-align: left
    }

    .suppliers .items .item:last-child {
        margin-bottom: 11px
    }

    .suppliers .items .item:last-child .text span {
        margin-bottom: 25px
    }

    .suppliers .items .item:last-child .text p {
        margin-bottom: 55px
    }

    .specifics .container h3 {
        width: 575px;
        margin: 0 auto 10px
    }

    .specifics .container p:after {
        bottom: -38px
    }

    .specifics .container .specItems {
        margin-top: 68px
    }

    .specifics .container .specItems ul img {
        margin-bottom: 20px
    }

    .specifics .container .specItems ul li {
        margin-bottom: 0;
        display: inline-block;
        width: 31%;
        vertical-align: top;
        margin-left: 1%;
        margin-right: 1%
    }

    .specifics .container .specItems ul li:first-child {
        margin-left: 0;
        margin-right: 0
    }

    .specifics .container .specItems ul li:last-child {
        margin-left: 0;
        margin-right: 0
    }

    .products-page .products-content ul {
        margin: 0 -1%
    }

    .products-page .products-content ul li {
        float: left;
        width: 48%;
        margin: 0 1% 35px
    }

    .products-page .products-content ul li:nth-child(1) {
        width: 48%;
        margin: 0 1% 35px
    }

    .products-page .products-content ul li:nth-child(2) {
        width: 48%;
        margin: 0 1% 35px
    }

    .products-page .products-content ul li .img {
        min-height: 400px;
        position: relative
    }

    .products-page .products-content ul li .img img {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .products-page .products-content ul li .tetle {
        padding-right: 14px;
        position: relative
    }

    .products-page .products-content ul li .tetle p {
        text-align: left;
        padding: 14px
    }

    .products-page .products-content ul li .tetle:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 27px solid transparent;
        border-left: 14px solid #f5f5f5;
        border-bottom: 27px solid transparent;
        position: absolute;
        top: 0;
        right: 0
    }

    .examples .examples-items {
        margin: 0 -1%
    }

    .examples .examples-items .item {
        float: left;
        width: 48%;
        margin: 0 1% 12px
    }

    .guarantees .guarantIt ul li {
        margin-bottom: 20px;
        display: inline-block;
        width: 31%;
        vertical-align: top
    }

    .guarantees .certificate .certificateItem {
        position: relative;
        width: 495px;
        height: 175px;
        margin: 15px auto;
        padding-left: 135px;
        padding-top: 10px
    }

    .guarantees .certificate .certificateItem img {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .guarantees .certificate .certificateItem .certifText {
        text-align: left;
        margin-top: 5px
    }

    .guarantees .certificate .certificateItem .certifText span {
        text-align: center
    }

    .guarantees .cerfBut {
        margin-top: 20px
    }

    .make-order ul li {
        width: 33.33%;
        float: left
    }

    .make-order ul li:nth-child(1):after {
        bottom: inherit;
        top: 40px;
        right: -20px;
        margin-right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .make-order ul li:nth-child(2):after {
        bottom: inherit;
        top: 40px;
        right: -20px;
        margin-right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .make-order ul li:nth-child(4) {
        padding-bottom: 0
    }

    .make-order ul li:nth-child(4):after {
        bottom: inherit;
        top: 40px;
        right: -20px;
        margin-right: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .make-order ul li:nth-child(5) {
        padding-bottom: 0
    }

    .make-order ul li:nth-child(5):after {
        bottom: inherit;
        top: 40px;
        right: -20px;
        margin-right: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (min-width: 1024px) {
    .banner {
        margin-bottom: 28px
    }

    .banner h2 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 27px;
        margin-bottom: 23px
    }

    .banner .banner-content {
        height: 409px
    }

    .banner .banner-content .email {
        top: 16px
    }

    .banner .banner-content .tel {
        top: 26px;
        right: 250px
    }

    .banner .banner-content .tel a {
        letter-spacing: 2px
    }

    .suppliers h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 35px;
        padding-bottom: 14px
    }

    .suppliers ul {
        margin: 0 -0.8% 55px
    }

    .suppliers ul li {
        width: 18%;
        margin: 0 0.8% 10px
    }

    .suppliers .items .item {
        margin-bottom: 15px;
        padding-bottom: 6px
    }

    .suppliers .items .item .portner {
        float: left;
        width: 19%
    }

    .suppliers .items .item .portner .img img {
        width: 100%;
        display: inline-block
    }

    .suppliers .items .item .portner .suppliers-item {
        width: 100%
    }

    .suppliers .items .item .text {
        width: 79%
    }

    .products-page h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 35px;
        padding-bottom: 14px
    }

    .products-page .products-content ul li {
        float: left;
        width: 31.3%;
        margin: 0 1% 25px
    }

    .products-page .products-content ul li:nth-child(1) {
        margin: 0 1% 25px
    }

    .products-page .products-content ul li:nth-child(1) .img {
        min-height: 350px;
        position: relative
    }

    .products-page .products-content ul li:nth-child(1) .tetle {
        padding-right: 135px
    }

    .products-page .products-content ul li:nth-child(1) .tetle:after {
        right: 121px
    }

    .products-page .products-content ul li:nth-child(2) {
        margin: 0 1% 25px
    }

    .products-page .products-content ul li:nth-child(2) .img {
        min-height: 350px;
        position: relative
    }

    .products-page .products-content ul li:nth-child(2) .tetle {
        padding-right: 135px
    }

    .products-page .products-content ul li:nth-child(2) .tetle:after {
        right: 121px
    }

    .products-page .products-content ul li .img {
        min-height: 236px;
        position: relative;
        margin-bottom: 15px
    }

    .examples h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 35px;
        padding-bottom: 19px
    }

    .examples .examples-items .item {
        width: 31.33%
    }

    .examples .examples-items .item .title p {
        padding: 5px 12px
    }

    .examples .examples-items .item ul {
        padding: 6px 12px 20px
    }

    .examples .examples-items .item ul li {
        padding-left: 16px
    }

    .guarantees .guarantIt ul li {
        width: 16%
    }

    .guarantees .certificate {
        margin: 0 -10px
    }

    .guarantees .certificate .certificateItem {
        width: 480px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: top
    }

    .guarantees .cerfBut {
        margin-top: 20px
    }

    .make-order h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 35px;
        padding-bottom: 19px
    }

    .make-order ul li {
        padding-bottom: 50px
    }

    .make-order ul li p {
        padding: 0 55px
    }

    .contact {
        padding-top: 28px;
        padding-bottom: 44px
    }

    .contact h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
        padding-bottom: 19px
    }

    .contact h3:after {
        bottom: 4px
    }

    .contact .contact-content {
        width: 829px;
        margin: 0 auto;
        position: relative;
        padding-left: 230px;
        padding-top: 28px;
        padding-bottom: 35px
    }

    .contact .contact-content img {
        position: absolute;
        top: 33px;
        left: 47px
    }

    .contact .contact-content h6 {
        text-align: left
    }

    .contact .contact-content .position {
        margin-bottom: 25px
    }

    .contact .contact-content .position li {
        text-align: left;
        overflow: hidden;
        margin-bottom: 6px
    }

    .contact .contact-content .position li p {
        float: left;
        width: 166px
    }

    .contact .contact-content .position li span {
        float: left
    }

    .contact .contact-content .tel {
        text-align: left;
        margin-bottom: 20px
    }

    .contact .contact-content .grafic {
        text-align: left
    }
}

@media screen and (min-width: 1040px) {
    .container {
        width: 1020px;
        padding: 0
    }
}

.lb-data .lb-close {
    display: none !important
}

.lb-next {
    display: none !important
}

.lb-prev {
    display: none !important
}

.b-page p {
    letter-spacing: normal
}

.b-line__inner {
    font-family: 'Roboto', sans-serif;
}
</pre></body></html>