.box-1-cont, .box:hover, .select2 li, img, a, button, a span, input, textarea {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
}


@font-face {
    font-family: 'CoolveticaRg-Regular';
    src: url('../fonts/CoolveticaRg-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CoolveticaRg-Regular.woff') format('woff'),
    url('../fonts/CoolveticaRg-Regular.ttf') format('truetype'),
    url('../fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    height: 100%;
    margin: 0;
}

#container-page {
    min-height: 100%;
    margin-bottom: -271px;
    padding-bottom: 271px;
}



h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'CoolveticaRg-Regular';
}


a:hover, a:focus {

    color: #6eaa31;
}

.container {
    clear: both;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    position: relative;
    /*z-index: 2;*/
    height: 102px;
    padding: 13px 0;
}

header a:hover, header a:focus, header a:active {
    text-decoration: none;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    float: left;
}

.header-box {
    float: right;
}

#main-menu {
    float: right;
    clear: both;
}

#main-menu li {
    float: left;
    margin-left: 36px;
}

/* ... font-family dodaje czcionke do menu */
#main-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* dodaje czcionke do rwd menu */
.rwd-menu > .clone-ul li a {
}

#main-menu li.active a, #main-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-data {
    float: right;
    color: #000;
    font-size: 12px;
    margin: 2px 0 17px 0;
}

.header-data a {
    color: #fff !important;
}

.phone {
    position: relative;
    z-index: 2;

    float: left;
    margin-top: 1px;
}

.phone a {
    letter-spacing: 1px;
}

.phone a span {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
 
}


#ilanguage.active + ul {
    display: block;
}

.language:hover #ilanguage {
    color: #fff;
}

.language:hover > ul {
    /*display: block;*/
}

.language ul a:hover {
    color: #000;
}

.register {
    position: relative;
    z-index: 2;

    float: left;
}

.login {
    position: relative;
    z-index: 2;

    float: left;
}

.search {
    position: relative;
    z-index: 2;

    float: left;
}

.user-box {
    float: left;
    /*margin: 0 60px;*/
}

.user-box a {
    margin: 0 30px;
    /*background-color: #fff !important;*/
}

.header-data a:hover {
    /*color: #000 !important;*/
}

.phone strong span {
    font-weight: normal;
}

.language {
    position: relative;
    font-size: 14px;
    margin-top: -2px;
    font-weight: 900;
    float: left;

}

.language ul {
    position: absolute;
    top: 100%;
    z-index: 2;
    border: 1px solid #000;
    left: 9px;
    line-height: 1.2;
    width: 50px;
    padding: 5px 0;
    display: none;
    text-align: center;
}

.language ul a {
    display: block;
    float: left;
    width: 50px;
}

.language ul a:hover {
    text-decoration: none;
    color: #fff;
}

.language > a {
    padding-right: 20px;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}

.text {
    overflow: hidden;
}

.banner {
    float: left;
    width: 100%;
    max-height: 366px;
    overflow: hidden;
}

.banner img {
    /*float: left;*/
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.banner .slick-slide{
    /*text-align: center;*/
}

.banner .container {
    position: relative;
}

.banner .description {
    width: 600px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0;
}

.banner h2 {
    margin-bottom: 10px;
    font-size: 60px;
}

.banner .text {
    margin-bottom: 25px;
}

.btn-1 {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.btn-1:hover {
    color: #fff;
    text-decoration: none;
}

.select2-container--default .select2-selection--single {
    float: left;
    height: 34px;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
}

.select2 .select2-selection:after {
    position: absolute;
    top: 0;
    content: "";
    height: 34px;
    width: 34px;
   /*background-image: url('../images/leccepen/icons/arrow-2.png');*/
   background-color: #f7e017;
    background-position: center center;
    background-image: url(../images/hg/icons/arrow-2-black.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    right: 0;
}

.select2-hidden-accessible {
    display: none;
}

.select2 .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    color: #707070;
    font-size: 14px;
    padding: 0 15px;
}

.select2-dropdown {
    background: #f6f6f6;
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
}

.select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.search-content {
    height: 118px;
    padding: 15px 0;
    float: left;
    width: 100%;
    /*background: url('../images/search-bg.jpg');*/
}

.search-content h3 {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

.search-box {
    margin-left: -5px;
    margin-right: -5px;
}

.search-box > .col {
    padding: 0 5px;
    width: 20.5%;
    float: left;
}

.search-box > .col:last-child {
    width: 18%;
}

.search-box > .col input[type="text"] {
    width: 100%;
    height: 34px;
}

.btn-2 {
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: none;
}

.btn-2:hover {
    color: #fff;
    text-decoration: none;
}

/**
 * FOOTER
 */
footer {
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
}

.footer-top {
    float: left;
    width: 100%; 
    /*background-image: url('../images/footer-bg.jpg');*/
    background-position: center center;
    background-size: cover;
    padding: 35px 0 40px 0;
    color: #000;
}

.footer-top li {
    list-style: none;
    padding-left: 22px;
    position: relative;
}

.text ul li {
    position: relative;
}


.icheckbox_minimal-custom {
    /*border: 1px solid #e9e8e8;*/
    border: 1px solid #c7c6c6;
    background: none;
    position: relative;
}

label span{
    color: #000 !important;
    font-weight: bold !important;
    margin-left: 10px;
}

label span strong {
    text-decoration: underline;
}

.icheckbox_minimal-custom.checked, .icheckbox_minimal-custom.hover {
border: 2px solid #c7c6c6;
    background: none;
}

.icheckbox_minimal-custom:before {
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -4.5px;
    margin-left: -4.5px;
}

.footer-top li:after,.text ul li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
}

.footer-top li a {
    color: #000;
}

footer .row-box {
    margin-left: -30px;
    margin-right: -30px;
}

footer .col {
    width: 25%;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #cecccc;
    height: 140px;
}

footer .col:first-child {
    border-left: none;
}

.newsletter {
    position: relative;
    height: 34px;
    background: #fff;
    float: left;
    width: 100%;
    margin: 15px 0 20px 0;
}

.newsletter input {
    width: 100%;
    height: 34px;
    color: #707070;
    font-size: 12px;
    padding: 0 18px;
    background: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.newsletter button {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;

    background: #ef582f url(../images/hg/icons/arrow-4-black.svg) center no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background-size: 11px;
}

.newsletter button:hover {
    opacity: 0.9;
}

.checkbox-content {
    clear: both;
}

.checkbox-box label {
    /*padding-left: 5px;*/
}

.checkbox-box {
    float: left;
    color: #707070;
    font-size: 12px;
}

.checkbox-content .checkbox-box:first-child {
    margin-right: 40px;
    margin-top: 10px;
}

.icheckbox_minimal-custom {
    width: 21px;
    height: 21px;
}

footer .col-3 strong {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

footer .col-3 strong span {
    color: #707070;
}

.footer-top a {
    color: #000;
}

.footer-top a:hover {
    color: #000;
}

@media (min-width: 1139px) {
    .footer-top .col-4 .txt {
        padding-left: 15px;
    }
}

.footer-top .col-4 .txt {
    display: inline-block;
    text-align: right;

}

.logos {
    margin-top: 35px;
}

.logos a {
    margin-left: 9px;
    float: left;
}

.logos a:first-child {
    margin-left: 0;
}

.logos a:hover {
    opacity: 0.9;
}

.logos a img {
    border: 1px solid #cecccc;
    float: left;
}

.fr {
    float: right;
}

.footer-top li a:hover, .footer-top a:hover {
    color: #7cb73f;
    text-decoration: none;
}

.footer-bottom {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 19px 0 15px 0;

}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #000;
    text-decoration: none;
}

.created img {
    margin: 0 1px;
}

.copyright {
    float: left;
}

.created {
    float: right;
}

.social-box {
    margin-top: 21px;
    float: left;
}

.social-box a {
    float: left;
    margin-right: 10px;
}

.social-box a:hover {
    opacity: 0.9;
}

.fb {
    width: 30px;
    height: 30px;
    display: block;
    /*background-image: url('../images/icons/fb.png');*/
    background-color: #e74a1f;
    background-image: url(../images/hg/icons/fb-black.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.instagram {
    width: 30px;
    height: 30px;
    display: block;
    /*background-image: url('../images/icons/instagram.png');*/
    background-image: url(../images/hg/icons/instagram-black.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.home-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    /*background: url('../images/img02.jpg') center top no-repeat;    */
}

.title {
    float: left;
    width: 100%;
    padding: 32px 0 33px 0;
}

.title h2, .title h1 {
    line-height: normal;
    font-size: 48px;
}

.boxes {
    clear: both;
    margin-left: -4px;
    margin-right: -4px;
    padding: 0 85px;
    font-size: 0;
    text-align: center;
}

.boxes .col {
    display: inline-block;
    width: 16.6666%;
    padding: 0 4px;
}

.box {
    float: left;
    padding: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    /*height: 556px;*/
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    background: #f6f6f6;

}

.box .background {
        background: #f6f6f6;
}

.main-content-contact .alert {
    margin: 20px 0 0px 0;
}

.contact-form-container span.error, .contact-form-container label.error {
    color: red;
    font-size: 13px;
}

.box figure {
    position: relative;
    height: 250px;
    margin-bottom: 25px;
    background: #fff;
    z-index: 1;
}

.box figure a {
    display: table-cell;
    width: 760px;
    height: 250px;
    vertical-align: middle;
    text-align: center;
}

.box figure a img {
    max-width: 100%;
    max-height: 100%;
}

.box figure:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 41px;
    display: block;
    content: "";
    height: 41px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    background: #e74a1f url(../images/hg/icons/arrow-4-black.svg) center no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background-size: 11px;
}

.b-top {
    float: left;
    width: 100%;
}

.b-top .b-left {
    width: 70%;
    float: left;
    overflow: hidden;
}

.b-top .b-right {
    max-width: 30%;
    text-align: right;
    float: right;
    margin-top: -6px;
}

.b-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #707070;
    font-size: 14px;
    padding: 13px 0 15px 0;
    margin-top: 10px;
    height: 145px;
    overflow: hidden;
}

.mask {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 165px;
    height: 100%;
    display: block;
    opacity: 0;
}

.box figure:hover .mask {
    opacity: 1;
    /*background: rgba(110, 170, 49, 0.8);*/
}

.mask:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    margin-top: -24px;
    margin-left: -24px;
    display: block;
    content: "";
    height: 48px;
    background: url('../images/icons/img02.png') center no-repeat;
}

.box h3 {
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: normal;
}

.box h3 a {
    color: #000;
}

.box .b-logo {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.box .b-logo img {
    margin-top: 10px;
}

.box .txt-1 {
    line-height: normal;
}

.box h3 a:hover {
    color: #7cb73f;
    text-decoration: none;
}

.box.category-box.simple-box .b-top {
    margin-bottom: 4px;
}

.colours {
    padding-left: 1px;
    text-align: left;
    height: 80px;
    clear: both;
    overflow: hidden;
}

.colours a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #dedede;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -0.5px;
}

.colours a.insufficient-amount:after {
    content: 'x';
    font-size: 0;
    
    position: absolute;
    width: 90%;
    height: 90%;

    top: 0;
    left: 0;
    bottom: 0 ;
    right: 0;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;

    background-color: #f6f6f6;
    border-radius: 50%;
}

.btn-rwd-1 {
    position: relative;
}

.box .data {
    padding: 8px 0;
    margin-top: 17px;
    color: #000;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.b-note {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-top: -12px;
    width: calc(100% - 65px);
    text-align: center;
}

.box .data {
    position: relative;
}

.box .data span {
    color: #707070;
    /*width: 85px;*/
    display: inline-block;
    padding-right: 10px;
}

.colours .active {
    position: relative;
}

.colours .active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "+";
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 19px;
    font-weight: bold;
}

.colours .active.bright:after {
    color: #000;
}

.footer-top .col-4 a:nth-child(2) {
    float: right;

}

.boxes-1 {
    clear: both;
    margin-left: -6px;
    margin-right: -6px;
}

.boxes-1-1 {
    margin-top: 50px;
}

.boxes-1-1 .txt-1 {
    color: #000;
}

.button-box-1 {
    position: relative;
    z-index: 5;
}

.boxes-1-1 .txt-1 a {
    color: #000;
}

.boxes-1-1 .b-top {
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

.boxes-1-1 .data-rwd {
    position: relative;
}

.boxes-1 .col {
    width: 33.3333%;
    float: left;
    padding: 0 6px;
}

.box-1 {
    position: relative;
    height: 372px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 12px;
}

.home-content .box-1 {
    max-height: 220px;
}
.home-content .boxes-1 .col {
    width: 20%;
}

.box-1 .name {
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-weight: 900;
    padding: 18px 35px;
    left: 0;
    line-height: 1.2;
    font-size: 32.56px;
}

.mt-1 {
    margin-top: -12px;
}

.box-1-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: auto;
    background: url('../images/opacity-1.png');
}

.box-1 .data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #262627;
    height: 90px;
    text-align: right;
    padding: 32px 35px;
}

.box-1 .data a {
    font-size: 14px;
    padding-right: 20px;
}

.box-1 .data a:hover {
    color: #fff;
    text-decoration: none;
}

.box-1-text {
    width: 100%;
    height: calc(100% - 90px);
    float: left;
    color: #fff;
}

.box-1-text .column {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.box-1-text .column-large {
    width: 100%;
}

.box-1-cont {
    opacity: 0;
}

.box-1:hover {
    cursor: pointer;
}

.box-1:hover .box-1-cont {
    opacity: 1;
}

.box-1:hover > .name {
    opacity: 0;
}

.box-1.no-category:hover > .name {
    opacity: 1;
}

.box-1.no-category {

}

.box-1-cont .name {
    font-size: 20px;
    bottom: 15px;

    z-index: 3;
}

.box-1-cont .name a:hover {
    color: #fff;
    text-decoration: none;
}

.box-1-text a {
    color: #fff;
    line-height: 20px;
    display: block;
}

.box-1-text a:hover {
    color: #7cb73f;
    text-decoration: none;
}

.box-1-text li {
    margin-bottom: 7px;
}

.scrollbar-box .overview {
    width: 100%;
}

/* Tiny Scrollbar */
.scrollbar-box {
    width: 100%;
    padding: 25px 30px;
    height: 100%;
}

.scrollbar-box .viewport {
    width: calc(100% - 1px);
    height: 100%;
    overflow: hidden;
    position: relative;
}

.scrollbar-box .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.scrollbar-box .scrollbar {
    background: #5a5b5c;
    position: relative;
    background-position: 0 0;
    float: right;
    width: 1px;
}

.scrollbar-box .track {
    background: #5a5b5c;
    height: 100%;
    width: 1px;
    position: relative;
}

.scrollbar-box .thumb {
    background: #fff;
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1px;
}

.scrollbar-box .thumb .end {
    background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

.scrollbar-box .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/**
 * TEXT GALLERY
 */

.search-content-1 {
    height: auto;
    padding: 22px 0;
    background: #e8e6e6 !important;
}

.search-content-1 h3 {
    display: none;
}

.main-content {
    float: left;
    width: 100%;
    color: #626262;
    padding-bottom: 30px;
}

.main-content .text {
    clear: both;
}

.title h1 {
    position: relative;
}

.title h1 span {
    position: relative;
    z-index: 1;
    padding-right: 15px;
    background: #fff;
    display: inline-block;
}

.title h1 span:before {
    content: "";
    height: 3px;
    width: 17px;
    position: absolute;
    bottom: 11px;
    left: 100%;
}

.title h1:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.rwd-link {
    display: none;
}

.box-1.no-category .rwd-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.text p {
    margin-bottom: 30px;
}

.btn-rwd-1 {
    display: none;
}

.text h2 {
    margin-bottom: 30px;
}

.text ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.text ul li {
    list-style: none;
    padding-left: 22px;
}

.gallery-content {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    clear: both;
}

.g-box {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.gallery-content .g-box {
    width: 33.333%;
    padding: 0 5px;
    float: left;
}

.g-box figure {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
}

.g-box figure img {
    float: left;
    width: 100%;
}

.g-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.g-box a:hover .g-mask {
    opacity: 1;
}

.g-mask span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/icons/img02.png') center no-repeat;
}

.g-mask .txt {
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    color: #fff;
    margin-top: 60px;
}

.news-content {
    float: left;
    width: 100%;
}

.new-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.new-box figure {
    float: left;
    border: 1px solid #e5e5e5;
    margin-right: 30px;
    height: 235px;
}

.new-box figure a {
    width: 235px;
    height: 235px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.new-box figure a img {
    max-width: 100%;
    max-height: 100%;
}

.new-box .description {
    overflow: hidden;
}

.new-box h3 {
    color: #7cb73f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 10px;
}

.new-box .txt-box a {
    font-weight: bold;
}

.new-box h3 a:hover, .new-box .txt-box a:hover {
    color: #6eaa31;
    text-decoration: none;
}

.new-box .txt-box {
    margin-bottom: 20px;
    min-height: 192px;
}

.container .title + .date,
.new-box .date {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 900;
    padding-top: 1px;
    margin-left: -29px;
}

.container .title + .date {
    overflow: hidden;
}

.new-box .date {
    margin-left: -29px;
}

.pagination {
    clear: both;
    margin: 0;
    float: left;
    padding-bottom: 0;
    padding-top: 55px;
    text-align: center;
    width: 100%;
}

.pagination ul {
    font-size: 0;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 13px;
    vertical-align: middle;
}

.pagination ul li a {
    color: #626262;
    display: block;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    margin: 0;
    display: block;
    padding: 0 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pagination ul li span {
    height: 41px;
    line-height: 41px;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
}

.pagination ul li a:hover {
    color: #7cb73f;
    text-decoration: none;
}

.pagination ul li.pag-prev {
    float: left;
    margin: 0;
}

.pagination ul li.pag-prev a {
    background: #e4e2e2 url("../images/icons/arrow-6.png") center center no-repeat;
    height: 41px;
    padding: 0;
    text-indent: -9999px;
    width: 41px;
}

.pagination ul li.pag-prev a:hover {
    background: #7cb73f url("../images/icons/arrow-8.png") center center no-repeat;
}

.pagination ul li.pag-next {
    float: right;
    margin: 0;
}

.pagination ul li.pag-next a {
    background: #e4e2e2 url("../images/icons/arrow-7.png") center center no-repeat;
    height: 41px;
    padding: 0;
    text-indent: -9999px;
    width: 41px;
}

.pagination ul li.pag-next a:hover {
    background: #7cb73f url("../images/icons/arrow-9.png") center center no-repeat;
}

/**
 * CONTACT
 */

.contact-description {
    clear: both;
    margin-bottom: 20px;
}

.contact-description a {
    color: #626262
}

.contact-description p {
    margin-bottom: 20px;
}

.contact-description a:hover {
    color: #7cb73f;
    text-decoration: none;
}

.contact-description .col-1 {
    width: 287px;
    padding-right: 60px;
    float: left;
}

.contact-description .col-2 {
    overflow: hidden;
}

.contact-content {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-content .column {
    padding: 0 5px;
    width: 33.333%;
    float: left;
}

.contact-content .column-1 {
    width: 100%;
}

.contact-data {
    color: #fff;
    background: url(../images/opacity.png);
    height: 250px;
}

.contact-data .table-cell {
    padding: 0 60px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    width: 760px;
}

.phone a svg{
     fill:#fff;
}

svg#Warstwa_1 {
    width: 15px;
    height: 15px;
    position: relative;
    right: 5px;
    top: 3px;
}

svg#Capa_1 {
    width: 15px;
    height: 15px;
    position: relative;
    right: 5px;
    top: 3px;
    /*right: -11px;
    top: 13px;*/
}


.phone-1 {
    color: #6ae8ff;
    font-size: 18px;
    font-weight: 300;
}

.phone-1 strong {
    font-weight: 900;
}

.btn-1 {
    border: none;
}

.input-box {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.input-box input, .input-box textarea {
    border: 1px solid #e9e8e8;
    height: 46px;
    padding: 11px 15px;
    width: 100%;
    float: left;
    color: #504f4f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.input-box input, .input-box textarea {
    outline: none;
}

button {
    font-family: 'Open Sans', sans-serif;
}

.input-box textarea {
    height: 139px;
    resize: none;
    overflow: auto;
}

.captcha-box {
    border: 1px solid #e9e8e8;
    height: 46px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
}

.form-button {
    text-align: center;
}

.form-button .btn-2 {
    float: none;
    width: 100%;
    height: 46px;
    line-height: 48px;
    display: inline-block;
}

.c-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e8e8;
}

.headline {
    float: left;
    width: 100%;
    padding: 32px 0;
}

.headline {
    cursor: pointer;
}

.headline h3 {
    width: calc(100% - 140px);
    float: left;
    font-size: 24px;
    padding: 2px 0 1px 0;
}

.headline .btn-2 {
    width: 123px;
    float: right;
}

.c-description {
    float: left;
    width: 100%;

    /* display: none;*/
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.c-box {
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.c-box.extended .c-description {
    /*display: block;*/
    height: auto;
    padding-bottom: 32px;
}

.c-box .show-section {
    cursor: pointer;
}

.btn-2:focus, .btn-2:active {
    text-decoration: none;
    color: #fff;
}

#content {
    clear: both;
}

.m-logos {
    position: absolute;
    top: -3px;
    left: -173px;
    width: 120%;
    float: left;
}

.header-box {
    position: relative;
}

.m-logos img {
    margin: 0 3px;
}

.m-logos a:hover img {
    opacity: 0.9;
}

#main-menu li {
    position: relative;
}

/* *** LIST *** */

.content-box-1 {
    float: left;
    width: 100%;
    /*min-height: 500px;*/
    background-size: cover;
    background-position: center center;
    padding: 47px 0 40px 0;
}

.content-box-1 .description {
    padding: 5px 50px 40px 50px;
    color: #626262;
    font-size: 14px;
    float: left;
    width: 100%;
    background: url(../images/opacity-2.png);
}

.content-box-1 .notxt
{
	background:none;
	padding:5px 0px 20px 0px;
}

.content-box-1 .description .title {
	padding:32px 0 0px 0;
}

.content-box-1 .description .txt {
	padding-top:13px;
}

.content-box-1 .title span {
    position: relative;
    background: none;
}

.content-box-1 .title span:after {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    /*height: 1px;*/
    /*background: #fff;*/
    display: block;
}

.menu-1 {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.menu-1 ul {
    padding: 0;
    margin: 0;
}

.menu-1 li {
    float: left;
    padding: 0 20px;
    color: #626262;
    font-size: 12px;
    border-left: 1px solid #e9e9d9;
}

.menu-1 li:first-child {
    padding-left: 0;
    border-left: none;
}

.menu-1 li a {
    color: #626262;
}

.menu-1 li a:hover, .menu-1 li.current a {
    text-decoration: none;
}

/* *** PRODUCT *** */

.button-box-1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.button-box-1 a {
    float: none;
    display: inline-block;
}

.title-1 {
    float: left;
    width: 100%;
    padding: 35px 0;
}

.title-1 h2
 {
    font-size: 36px;
    font-weight: normal;
}

.product-description {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
}

.product-description h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
}

.product-description table {
    width: 100%;
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.product-description table.product-services .service-dimensions {
    width: 100px;
    text-align: right;
}

.product-description table.product-services .service-brand {
    width: 40px;
    text-align: left;
}

.product-description table td, .product-description table th {
    width: 50px;
    vertical-align: middle;
    padding: 4px 15px 4px 15px;
    border-top: 1px solid #e5e5e5;
}

.product-description table img {
    vertical-align: middle;
    margin: -2px 0 -1px 0;
}

.product-description .txt {
    margin-bottom: 20px;
}

.product-description table tr:nth-child(odd) td {
    background: #f7f7f7;
}

.product-description .row-box {
    margin-left: -20px;
    margin-right: -20px;
}

.product-description .col {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.product-content .labels {
	margin-bottom:5px;
	margin-top:10px;
}

.product-content .labels .item {
	width: 100%;
    padding: 5px;
	margin-bottom:8px;
	font-weight:bold;
    background-color: black;
    text-align: center;
    color: white;
}

.download-box {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}

.download-box h3 {
    float: left;
    margin-right: 70px;
}

.icons-box img {
    margin-right: 5px;
}

.add {
    display: inline-block;
    width: 23px;
    height: 19px;
}

.print {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.action-icons {
    position: absolute;
    top: 65px;
    right: 0;
    background: #fff;
    padding-left: 3px;
}

.action-icons a {
    margin-left: 12px;
}

.action-icons a:hover {
    opacity: 0.9;
}

.title {
    position: relative;
}

.breadcrumb-box {
    float: left;
    width: 100%;
    margin: -30px 0 25px 0;
    position: relative;
}

.breadcrumb-box a {
    color: #626262;
    font-size: 12px;
}

.breadcrumb-box a:hover {
    color: #6ea930;
    text-decoration: none;
}

.breadcrumb-box ul {
    padding: 0;
    margin: 0;
}

.breadcrumb-box li {
    padding: 0 25px;
    float: left;
    line-height: normal;
    line-height: 12px;
    margin-bottom: 5px;
    border-left: 1px solid #f4f3f3;
}

.breadcrumb-box li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: none;
}

.menu-2 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.menu-2 ul {
    padding: 0;
    margin: 0;
}

.menu-2 li {
    float: left;
    width: 165px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-2 a {
    background: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu-2 a:hover, .menu-2 .current a {
    color: #fff;
    text-decoration: none;
}

.product-content {
    padding-bottom: 50px;
    float: left;
    width: 100%;
    position: relative;
}

.product-content .col-1 {
    position: relative;
    float: left;
    width: 740px;
}

.product-content .col-2 {
    overflow: hidden;
    padding-left: 40px;
}

.images-list {
    width: 106px;
    float: left;
}

.images-list li {
    width: 100%;
    float: left;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}

.images-list li:first-child {
    margin-top: 0;
}

.images-list li img {
    margin-bottom: -9px;
    width: 100%;
}

.images-list a:hover {
    opacity: 0.9;
}

.images-list li a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 104px;
    height: 104px;
}

.main-image-box {
    overflow: hidden;
    padding-left: 40px;
}

.main-image {
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 570px;
    position: relative;
}

.main-image .image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.main-image .image-wrapper a {
    float: left;
    width: 100%;
    display: block;
}

.main-image img {
    max-height: 100%;
    max-width: 100%;
    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%);
}

.main-image-box {
    position: relative;
}

.nav-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.nav-1 a {
    width: 41px;
    height: 41px;
    display: block;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 10px;
}

.nav-1 .prev-1 {
    background: #e8e6e6 url('../images/icons/arrow-6.png');
}

.nav-1 .next-1 {
    background: #e8e6e6 url('../images/icons/arrow-7.png');
}

.m-logo {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 1;

/ / max-width: 20 px;
}

/*.m-logo img {
    width: 100%;
}*/

.zoom {
    width: 49px;
    height: 49px;
    display: block;
    position: absolute;
    top: 150px;
    right: 150px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.main-image a:hover {
    opacity: 0.9;
}

.product-content h3 {
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    clear: both;
    margin-bottom: 15px;
}

.product-content table {
    width: 100%;
}

.product-content table td {
    width: 50%;
}

.images-1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.images-1 a {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
}

.images-1 figure {
    float: left;
    margin: 0 10px 10px 0;

    max-width: 100px;
}

.images-1 figure img {
    float: left;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.images-1 a:hover {
    opacity: 0.9;
}

/*
#main-menu ul li ul {
    display: none;
}

*/

#main-menu li {
    position: relative;
}

#main-menu ul ul {
    position: absolute;
    width: 200px;
    display: none;
    
    left: 50%;
    margin-left: -100px;
    top: 100%;
    padding-top: 19px;
    z-index: 10;
}

#main-menu li:hover ul {
    display: block;
}

#main-menu ul ul li a {
    color: #000;
    text-align: center;
    padding: 6px 10px;
    display: block;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
}


#main-menu ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box .labels {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.box .labels > div {
    width: 100%;
    position: absolute;
    padding: 5px;
    background-color: deeppink;
    text-align: center;
    color: yellow;
}

.box .labels > .left {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: -35%;
}

.box .labels > .right {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: -35%;
}

.zoomContainer {
    z-index: 100;
}

@media screen and (min-width: 769px) {
    .zoomLens {
        opacity: 1 !important;
        width: 49px !important;
        height: 49px !important;
        /*background: url('../images/leccepen/icons/zoom.png') !important;*/
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none !important;
        cursor: none !important;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    }

    .zoomLens::after {
        content: '+';
        display: block;
        font-weight: bold;
        font-size: 19px;
        width: 49px;
        height: 49px;
        line-height: 49px;
        text-align: center;
    }
}

.zoomWindowContainer > div {
    border: 1px solid #e5e5e5 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.overlay-loader {
    display: none;
    background: url('../images/loader.gif') no-repeat 0 0 rgba(255, 255, 255, 0.7);
}

.overlay-loader svg {
    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%);
}

#fancybox-loading div {
    background: none;
}

#fancybox-close,
#fancybox-left-ico,
#fancybox-right-ico {
    background: #1f1f1f;

}

#fancybox-left-ico,
#fancybox-right-ico {
    width: 30px;
    height: 30px;
}

#fancybox-close {
    width: 40px;
    height: 40px;
    top: -40px;
    right: 0;
}

#fancybox-close::after {
    content: '\e014';
}

#fancybox-left-ico::after {
    content: '\e091';
}

#fancybox-right-ico::after {
    content: '\e092';
}

#fancybox-left-ico::after,
#fancybox-right-ico::after,
#fancybox-close::after {
    font-family: 'Glyphicons Halflings';
    /*    width: 16px;
        height: 16px;*/
    background-size: cover;
    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%);
}

#fancybox-left:focus .fancy-ico,
#fancybox-left-ico:hover,
#fancybox-left-ico:focus,
#fancybox-right-ico:hover,
#fancybox-right-ico:focus,
#fancybox-close:hover,
#fancybox-close:focus {
    background-color: #c9c9c9;
}

#fancybox-left:focus span {
    left: 20px;
}

#fancybox-right:focus span {
    right: 20px;
}

#fancybox-title {
    font-size: 13px;
    text-transform: uppercase;
}

/*td,th{padding: initial}*/

.form-content .row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.form-element-checkbox .element-row {
    float: left;
    margin-right: 10px;
}

.btn-add-hidden-to-form {
    float: right;
        display: inline-block;
    padding: 0 15px;
    height: 34px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    border: none;
   
    height: 46px;
    line-height: 48px;
    display: inline-block;
}

.btn-add-hidden-to-form:hover  {
     background: #6eaa31 !important;   
 }

.form-content {
    margin: 0;
    padding: 0;    
    width: 100%;
}

.form-content .form-elements .row {
    margin: 0;
}

.form-content .form-elements .row {
    margin-bottom: 10px;
}

.form-content .form-elements .row  {
    padding: 0 !important;

}

.form-content .form-elements .row > div:first-child {
    width: 200px;
    padding: 0;
}

.form-content.form-element-label-helper {
    width: 100%;
    padding: 0;    
}


.form-content .form-elements .row > div:last-child {
    width: calc(100% - 200px);
    padding: 0;
}

.form-element-label-helper {
        color: #504f4f;
    font-size: 14px;
    padding-top: 10px !important;
    font-family: 'Open Sans', sans-serif;
}

.form-content .form-control:focus {
    border-color: #7cb73f;
        -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.form-content .form-control {
    border: 1px solid #e9e8e8;
    height: 46px;
    padding: 11px 15px;
    width: 41%;
    float: left;
    color: #504f4f;
    font-size: 14px;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.form-content .form-element-label-helper {
    width: 100%;
    float: left;
}

.form-element-checkbox .icheckbox_minimal-custom {
    float: left;
}

.form-element-checkbox {
    padding-top: 15px;
}

.form-elements span.error {
    display: block;
    clear: both;
    color: red;
}

.form-element-checkbox span {
    display: block;
    overflow: hidden;
    padding-left: 10px;
}

.form-element-checkbox .checked {
    position: relative;
}

.form-element-checkbox .icheckbox_minimal-custom:after {
    position: absolute;
    top: -1px;
    left: 30px;
    width: 200px;
    height: 200px;
    background: transparent;
    opacity: 1;
    content: "";
    display: none;
    border: 2px solid #7cb73f;
}

.form-elements .row-form-checkbox:last-child .icheckbox_minimal-custom:after {
    display: none !important;
}

.form-element-checkbox .checked:after, .form-element-checkbox .hover:after {
    display: block;
}

#ilanguage {   
    padding-left: 25px;
    position: relative;
    /*background: url(../images/hg/icons/lang-black.svg) left center no-repeat;*/
    background-size: 15px;
}

.language:hover #ilanguage {    
}

.language:hover #ilanguage:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden; 
}

.phone a {
    position: relative;
    padding-right: 26px;
    /*background: url(../images/hg/icons/phone-black.svg) left center no-repeat;*/
    background-size: 13px;
}

.phone a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;  
}

.register {
    /*padding-left: 21px;*/
    position: relative;
    /*background: url(../images/hg/icons/register-black.svg) left center no-repeat;*/
    background-size: 13px;
}

.register:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;  
}

.login {
    /*padding-left: 23px;*/
    position: relative;
    /*background: url(../images/hg/icons/login-black.svg) left center no-repeat;*/
    background-size: 13px;
}

.login:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;   
}

.search {
    /*padding-left: 23px;*/
    position: relative;
    /*background: url(../images/hg/icons/search-black.svg) left center no-repeat;*/
    background-size: 13px;
}

.basket {
    /*padding-left: 23px;*/
    position: relative;
    /*background: url(../images/hg/icons/cart-black.svg) left center no-repeat;*/
    background-size: 13px;
}

.form-element-checkbox {
    line-height: 1.3;
}

.contact-map {
    position: relative;
    float: left;
    width: 50%;
}

.contact-map + .text,
.c-description .region-description {
    position: relative;
    float: right;
    width: 45%;
    margin-left: 5%;
    clear: none;
}

.contact-map svg {
    max-width: 100%;
}

.contact-map svg > g:hover {
    cursor: pointer;
}
.map-region-select {
    width: 100%;
    height: 40px;
    font-size: 17px;
    padding: 0 20px;
    border-color: #e0bf16;
    background-color: #fff;
}

.contact-map.empty-desc {
    float: none;
    margin: 0 auto;
}
.contact-map.empty-desc#map_pl {
    max-width: 600px;
    min-width: 320px;
}

.contact-map.empty-desc ~ .region-description {
    display: none;
}

.contact-map#map_eu {
    float: none;
    width: 100%;
}
#map_eu ~ .region-description {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 1140px) {
    .map-region-select {
        display: none;
    }

    #map_eu ~ .region-description {
        display: none;
    }

}

.newsletter-column form label {
    color: green;
    margin: 3px;
    font-size: 11px; 
}

.newsletter-column form label.error {
    color: red;
}

.newsletter-column form label:nth-child(2) {
    margin: 20px;
}

.newsletter-column form label:first-child {
    /*color: green;*/
    margin: 7px 0;
    font-size: 11px;
    background-color: #fff;
}




.search-message {
    text-align: center;
    margin-top: 40px;
    font-family: 'CoolveticaRg-Regular';
    font-size: 24px;
}

.box .remove {

    float: left;

    background-color: red;

    display: block;
    margin-top: 10px;
    padding: 0 15px;
    height: 48px;
    border-radius: 7px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: none;
}

/*.main-content.basket .box */
.main-content.basket-container .box{
    height: 567px;
}

.add {
   display: inline-block;
   width: 23px;
   height: 19px;

   /*background: url('../images/hg/icons/add-black.svg');*/
   background-size: 18px;
   background-repeat: no-repeat;
}

.print {
   display: inline-block;
   width: 18px;
   height: 18px;

   /*background: url('../images/hg/icons/print-black.svg');*/
   background-size: 18px;
   background-repeat: no-repeat;
}

.b-top,
.data-rwd,
.boxes .box .remove {
position: relative;
}

.phone a svg{
     fill:#999;
}

.user-box a.register svg{
     fill:#999;
}

.user-box a.login svg{
     fill:#999;
}

.user-box a.search svg{
     fill:#999;
}

/*.user-box a.search svg path {
    fill: #000 ;
}
*/
.user-box a.basket svg{
     fill:#999;
}

.language a#ilanguage svg{
     fill:#999;
}
:hover,
.user-box svg circle,
.user-box svg rect,
.user-box svg path,
.user-box svg polyline,
.user-box svg line{
    
     clip-path: unset;
}

.user-box a.basket:hover svg,
.user-box a.search:hover svg,
.user-box a.register:hover svg,
.user-box a.login:hover svg {
    fill: #000;
}

.icons-box a img {
   max-width: 100%;
}

.col .col-2 nav ul li {

    height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.footer-top .container .col .col-2 .bottom ul li::before{

    height: 25px;
  width: 25px;
  background-color: #000;
  border-radius: 50%;
  display: block;
}

.download-box a:hover {
    text-decoration: none;
}

.title #svg#Warstwa_1,
.title .action-icons .print .btn-print {
    width: 20px;
    height: 20px;
}

.date #Warstwa_1 {
    height: 25px;
    width: 25px;
    position: relative;
    top: 7px;
}

.title .action-icons #Warstwa_1 {
    height: 20px;
    width: 20px;
    position: relative;
    top: -5px;
}

.row-form-checkbox ~ .row-form-checkbox .form-element-checkbox .icheckbox_minimal-custom::after {
    display: none;
}


.icons-box a {
    text-decoration: none;
}




/* ERROR 404 */

    .error-template {padding: 100px 15px;text-align: center;}
    .error-actions {margin-top:15px;margin-bottom:15px;}
    .error-actions .btn { margin-right:10px; }
    .error-actions .glyphicon { margin-right: 10px; }


.small-ava-info{
    font-weight: normal;
    font-size: 12px;
}


.download-box {

    padding-bottom: 10px;
    margin-bottom: 20px;
}

.download-box h3{
    margin-bottom: 10px;
    width: 100%;
}


.spec-image-wrapper img {
    max-width: 100%;
}
.spec-image-wrapper {
    margin: 45px 20px 20px 20px;
    text-align: center;
}

body, html {
    min-height: 100vh;
}

body {
    height: 100%;
}
#container-page{
    min-height: inherit !important;
}
#page{
    min-height: inherit !important;
    margin-bottom: -271px !important;
    padding-bottom: 271px !important;
}


.new-product-info-text{
    margin-top: 20px;
    font-size: 13px;
    color: #737373;
}