
body {
    color: #000;
    font-family: 'Roboto';
    font-variant-ligatures: none !important;
}

em {
    font-style: italic;
    display: inline-block;
    padding-right: 2px;
}

h1 {
    font-size: 50px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: rgb(245, 130, 32);

}

a:hover, a:focus {
    color: #901418;
    text-decoration: none;
}

a, button {
    transition: all 300ms ease-out;
}

body > svg {
    display: none;
}

a, button, input, select {
    outline: none !important;
}

.copyright-undicom a img {
    width: 16px;
    height: 16px;
}

svg {
    transition: all 300ms ease-out;
}

.text table td {
    padding: 0 25px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

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

.text a:hover {
    text-decoration: underline
}

.txt.text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    color: #767676;
}

#container-page {
    max-width: 1920px;
    margin: 0 auto;
}

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    background: #fff;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
    left: 0;
}

header .container {
    max-width: 1680px;
}

.top {
    padding-top: 19px;
    padding-bottom: 18px;
}

header .container {
}

.logo {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-out;
}

.logo a {
    display: block;
    padding: 5px 0px;
}

.logo a img {
    display: block;
}

.language a {
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 11px 8px;
}

.language a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.flag-icon {
    width: 21px;
    height: 16px;
    line-height: 16px;
    display: block;
    border: 1px solid #ccc;
}

.language {
    float: right;
    margin-top: 5px;
    margin-left: 9px;
}

.search-box {
    float: right;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    width: 192px;
    height: 40px;
    border-radius: 20px;
    position: relative;
}

.search-box input {
    width: 100%;
    height: 40px;
    border: 0 none;
    background: transparent;
    font-size: 12px;
    font-family: roboto;
    font-weight: 300;
    color: #767676;
    padding: 0 25px;
}

.search-box button {
    width: 40px;
    height: 38px;
    background: transparent;
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box button svg {
    fill: #f58220;
}

#main-menu {
    display: inline-block;
}

#main-menu ul {
    display: inline-block
}

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

#main-menu ul li a {
    display: block;
    padding: 13px 16px 13px;
    line-height: 22px;
    font-size: 16px;
    color: #767676;
    font-weight: normal;
    letter-spacing: 0.05em;
}

#main-menu ul li a:hover {
}

#main-menu ul li.active a {
}

#main-menu ul li.active li a {
    color: #fff
}

#main-menu ul li:first-child {
    background: none;
}

#main-menu ul ul {
    position: absolute;
    right: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    background: rgba(114, 202, 239, 0.702);
    text-align: center;
}

#main-menu ul ul li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 !important;
    vertical-align: middle;
    height: 50px;
    margin-right: -4px;
    margin-left: 0px;
    border-right: 1px solid #a6bacf;
}

#main-menu ul ul li:last-child {
    border: 0 none
}

#main-menu ul ul li a {
    padding: 0px 27px;
    color: #fff;
    width: auto;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    line-height: 50px
}

#main-menu ul ul li.active a, #main-menu ul ul li a:hover {
    color: #fff
}

#main-menu ul li > a {
    transition: none
}

#main-menu ul li.active > a, #main-menu ul li:hover > a {
    color: #f58220;
}

#main-menu ul li:hover > ul {
    visibility: visible
}

#main-menu ul ul li:hover a {
    background: rgba(0, 42, 100, 0.702);
    position: relative;
    z-index: 1
}

.subpage #main-menu ul ul li:hover a {
    background: #002a64;
    position: relative;
    z-index: 1
}

.subpage header {
    border-bottom: 1px solid #eeeeee;
}

.subpage #main-menu ul ul {
    background: #72caef;
}

.slider, .main-slider, .main-slider .slide {
    text-align: center;
    height: auto;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}

.slider {
    background: #2c3137
}

.main-slider {
    margin-bottom: 0;
    position: relative;
    width: 100%;

}

.main-slider .slide img {
    max-width: 100%;
    display: block;
}

.main-slider .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    max-width: 1680px;
}

.slider-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    text-align: left;
    float: left;
    max-width: 800px;
    width: 50%;
    padding-top: 65px;
}

.title1 {
    line-height: normal;
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    margin-bottom: -4px;
    display: block;
}

.title2 {
    line-height: normal;
    font-weight: bold;
    font-size: 70px;
    color: #f58220;
    display: block;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.description {
    letter-spacing: 0.06em;
    margin-bottom: 38px;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #fff;
}

.slider a.slider-btn-more {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 221px;
    height: 46px;
    border-radius: 23px;
}

.slider a.slider-btn-more:hover {
    background: #fff;
    color: #2b2a29;
}

.slider-photo-desc {
    border-radius: 50%;
    background-color: rgb(245, 130, 32);
    position: absolute;
    right: 7%;
    bottom: 9%;
    width: 223px;
    height: 223px;
}

.slider-photo-desc-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-photo-desc-content h3 {
    font-weight: 900;
    color: #fff;
    padding: 8px;
}

.main-slider .slick-dots {
    width: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    margin-right: -790px;
    margin-top: 46px;
}

.main-slider .slick-dots li {
    cursor: pointer;
    display: block;
    padding-top: 10px;
    margin-bottom: 10px;
}

.main-slider .slick-dots li span {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.main-slider .slick-dots li span:hover {
    background: #ee7f00;
    border-color: #ee7f00;
}

.main-slider .slick-dots li.slick-active span {
    background: #ee7f00;
    border-color: #ee7f00;
}

.slider-title {
    margin-bottom: 21px;
}

.main-slider .slide .slider-mask img {
    display: block;
    max-width: 100%;
}

.about-left {
    float: left;
    width: 51.3%;
    padding: 0px 20px 0px 0;
}

.about-right {
    width: 48.7%;
    height: 100%;
    position: absolute;
    right: 0;
}

.about-content {
    border: 1px solid #edebe9;
    overflow: hidden;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}

.text {
    overflow: hidden;
}

.about-text {
    float: right;
    width: 100%;
    max-width: 800px;
    padding-top: 69px;
    padding-bottom: 80px;
    padding-right: 165px;
}

.about-text h2 {
    font-size: 60px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 42px;
}

.about-text .txt-intro {
    font-size: 20px;
    line-height: 30px;
    color: #767676;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-text .text.txt {
    margin-bottom: 41px;
}

a.btn-more {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 221px;
    height: 46px;
    border-radius: 23px;
}

a.btn-more:hover {
    background: #7b7c7e
}

.about {
    position: relative;
}

.about-right-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover !important;
}

.about-box-container {
    padding: 20px;
}

.circle {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 36%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.circle img:last-child {
    position: absolute;
    padding: 0;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.offer-box-container h2 {
    font-size: 60px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 45px;
    text-align: center;
}

.offer-box-container {
    padding-top: 54px;
    padding-bottom: 70px;
    background: url(../images/offer_bg.jpg) no-repeat top center;
}

.offer-box-container .container {
    max-width: 1400px;
    margin: 0 auto;
}

.offer-box-container .text.txt {
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    max-width: 95%;
    margin: 0 auto 58px;
}

.offer-box {
    margin: 0 -25px;
    font-size: 0;
    text-align: center;
}

.offer-item {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.offer-item a {
    display: block;
    max-width: 100%;
    border: 1px solid #c9c9c9;
    padding: 40px;
    background: url(../images/offer_item_bg.png) no-repeat top right;
    height: 255px;
}

.offer {
    display: block;
    width: 100%;
    height: 100%;
}

.offer-photo {
    display: block;
    float: left;
    width: 42%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    height: 100%;
}

.offer-photo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

.offer-photo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.offer-name-box {
    display: block;
    padding-left: 20px;
    float: left;
    width: 58%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.offer-name {
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #7b7c7e;
    letter-spacing: 0.05em;
    transition: all 300ms ease-out;
}

.offer-name-box .btn-more {
    letter-spacing: 0.05em;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 221px;
    height: 46px;
    border-radius: 23px;
    opacity: 0;
    height: 0;
    margin-top: 0;
    transition: all 300ms ease-out;
}

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

    .offer-item a:hover .offer-name-box .btn-more {
        margin-top: 20px;
        height: 46px;
        opacity: 1;
    }

    .offer-item a:hover {
        border: 1px solid #7b7c7e
    }

    .offer-item a:hover .offer-name {
        color: #f58220
    }

}

.btn-center-box {
    text-align: center
}

.offer-box-container a.btn-more {
    background-color: #7b7c7e;
    width: 240px;
}

.offer-box-container a.btn-more:hover {
    background-color: rgb(245, 130, 32);
}

.offer-box-container .btn-center-box {
    padding-top: 20px;
}

.info-box-container {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
    background: url(../images/box_bg.jpg) no-repeat center center;
}

.info-box-container .container {
    max-width: 1680px;
}

.info-box-container h2 {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 9px;
    text-align: center;
}

.info-box-container h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.info-box {
    padding-top: 70px;
    padding-bottom: 13px;
}

.info {
    width: 25%;
    float: left;
    padding: 0 24px;
}

.info-item {
    position: relative;
    padding-left: 146px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-icon {
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    left: 0;
    top: -32px;
}

.info-icon svg {
    fill: #fff;
}

.info-name {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.info-name strong {
    display: block;
    color: #f58220;
}

.news {
    width: 33.33%;
    float: left;
    margin-bottom: 30px;
    padding: 0 10px;
}

.news-box {
    margin: 0px -10px;
}

.news a {
}

.news a {
    overflow: hidden;
    background: url(../images/news_bg.jpg) no-repeat bottom left;
    padding-bottom: 90px;
    display: block;
    position: relative;
}

.news a:hover {
}

.news-photo img {
    transition: all 300ms ease-out;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.news .date {
    display: block;
    left: 0;
    letter-spacing: 0.05em;
    right: 0;
    line-height: 36px;
    font-family: roboto condensed;
    font-size: 16px;
    color: #000;
    font-style: italic;
    margin-bottom: 7px;
}

.news-box-container {
    padding-top: 61px;
    background: url(../images/news_box_bg.jpg) no-repeat top center #fff;
    padding-bottom: 61px;
}

.news-box-container .container {
    max-width: 1680px;
}

.news-photo-box {
}

.news-photo-box img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    .news a:hover .date {
    }
}

.news h3 {
}

.news-content {
    display: block;
    letter-spacing: 0.05em;
    padding-top: 7px;
}

@media screen and (min-width: 1140px) {
    .news a:hover .btn-more {

        opacity: 1;
    }
}

.news-photo {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    border: 1px solid #e5e5e5;
}

.news a:hover .news-photo {
}

.news a:hover .news-photo-box {
    overflow: hidden;
}

.news a:hover .news-photo img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.news .date {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 3px;
}

.news h3 {
    margin-bottom: 35px;
    font-size: 25px;
    color: #f58220;
    font-weight: bold;
    line-height: 144%;
}

.news-photo-box {
    margin-bottom: 35px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    position: relative;
    transition: all 300ms ease-out;
    display: block;
}

.news .btn-more {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: #767676;
    width: 221px;
    height: 46px;
    border-radius: 23px;
    opacity: 0;
}

.news .btn-more:hover {
    background-color: rgb(245, 130, 32)
}

.news .txt.text {
    margin-bottom: 38px;
    display: block;
}

.news-box-container h2 {
    font-size: 60px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 61px;
    text-align: center;
}

.news-date {
    border-radius: 50%;
    background-color: rgb(245, 130, 32);
    position: absolute;
    width: 79px;
    height: 79px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    right: 8%;
    bottom: 11%;
}

.news-date span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
}

.boxes-bottom-container {
    padding: 0 20px 20px;
}

.box-bottom {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.box-bottom a {
    display: block;
    padding-left: 50px;
    padding-top: 43px;
    padding-right: 50px;
    padding-bottom: 53px;
}

.box-bottom a h3 {
    font-size: 47px;
    display: block;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 16px;
}

h3 {
}

.box-bottom .text.txt {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 14px;
    display: block;
}

.box-bottom .btn-more {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 163px;
    height: 34px;
    border-radius: 23px;
    border: 1px solid rgb(245, 130, 32);
}

.box-bottom:last-child .btn-more {
    display: block;
}

.box-bottom .btn-more:hover {
    background: #fff;
    color: rgb(245, 130, 32);
}

.box-bottom-content {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.box-bottom-content img {
    max-width: 57%;
    margin-bottom: 9px;
}

.box-bottom:last-child a {
    text-align: left;
}

/**
 * FOOTER
 */
footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

footer .container {
    max-width: 1680px;
}

.footer-top {
    background: url(../images/footer_bg.jpg) no-repeat top center;
    clear: both;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 45px;
}

.footer-box {
    float: left;
    padding: 0 40px;
    width: 23%;
    border-right: 1px solid #e4e4e4;
}

.footer-box:last-child {
    width: 31%;
    border-right: 0 none;
    text-align: right;
}

.footer-box:last-child img {
}

.footer-box .txt {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.footer-box .txt strong {
    color: #515151;
}

.footer-box h4, .footer-box h5 {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 16px;
    color: #515151;
    letter-spacing: 0.05em;
}

.footer-box .txt a {
    color: #515151;
}

@media screen and (min-width: 1140px) {
    .footer-box .txt a:hover {
        color: rgb(245, 130, 32)
    }
}

.social-box a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #979797;
}

.footer-box:last-child img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

.footer-boxes {
    margin: 0 -40px;
}

a.social-box {
    display: block;
    float: right;
    font-size: 16px;
    color: #515151;
    font-weight: 300;
    letter-spacing: 0.05em;
}

a.social-box:hover {
    color: #f58220;
}

a.social-box .w {
    display: inline-block;
    vertical-align: middle;
}

.icon-social {
    width: 49px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    background: #f58220;
    border-radius: 50%;
    padding: 8px;
    margin-right: 14px;
}

.icon-social svg {
    fill: #fff;
}

.footer-bottom {
    padding-bottom: 15px;
    padding-top: 16px;
    background: #e4e4e4;
}

.footer-bottom nav.footer-menu {
    float: left;
    margin-right: 10px;
    padding-right: 0px;
    border-right: 1px solid #515151;
}

.footer-bottom nav.footer-menu ul li {
    float: left;
    margin-right: 10px;
}

nav.footer-menu ul li a {
    color: #515151;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 17px;
    display: block;
}

.footer-bottom .copyright {
    float: left;
    width: auto;
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
    letter-spacing: 0.05em;
}

nav.footer-menu ul li a:hover {
    color: rgb(245, 130, 32);
}

.copyright-undicom {
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #515151;
    font-family: "roboto";
    line-height: 16px;
}

@media screen and (min-width: 1140px) {
    .copyright-undicom a:hover {
        text-decoration: underline;
        color: #f58220;
    }
}

.copyright-undicom a img {
    width: 13px;
    height: 13px;
    display: inline-block;
}

/**
 * FORM
 */

.form-box {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(../images/form_bg.jpg) no-repeat top center / cover;
}

.form-box h2 {
    color: #fff;
    text-transform: none;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.05em;
    margin-bottom: 69px;
    font-weight: 900;
}

form.form {
}

/* labele */
.form label {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
}

/* INPUTY */
.form .form-control {
    border: 1px solid #fff;
    font-family: 'roboto';
    box-shadow: 0 0 0 transparent;
    font-weight: 300;
    color: #000000;
    height: 46px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
    font-size: 14px;
}

/* TEXTAREA */
.form textarea.form-control {
    height: 131px;
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label > *,
.form .consent-all {
}

.form .consent-all {
    margin-bottom: 20px;
    display: block;
}

/* ZAOKRAGLENIA INPUTOW*/
.form .form-control {
}

.form button.captcha-refresh.btn.btn-default {
    right: 5px;
    border-radius: 0;
    border: 0 none;
    border-left: 1px solid #e5e5e5;
}

.form i.fa.fa-refresh {
    font-size: 16px;
    color: #f58220;
}

/**************** checkbox *******************/
.form .checkbox {
    margin-top: 0;
    margin-bottom: 14px;
}

.icheckbox_minimal-custom {
    width: 19px;
    height: 20px;
    background: url(../images/checkbox1.png) no-repeat;
    vertical-align: top;
    margin-top: 3px;
}

.icheckbox_minimal-custom.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-custom.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-custom.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-custom.checked.disabled {
    background-position: -80px 0;
}

.form .checkbox .error {
    margin-top: 0;
    font-size: 13px;
}

.form .checkbox label {
    line-height: 166%;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 27px;
    font-family: 'roboto';
}

.form .checkbox [class^="icheckbox"], .form .radio [class^="icheckbox"] {
    position: absolute;
    margin-left: -26px;
    margin-top: 3px;
}

.form .consent-row label > p {
    display: block;
    overflow: hidden;
}

/*KLAUZULE I ZGODY*/
.form .before-consent-row,
.form .after-consent-row {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 191%;
    padding: 0;
    font-family: 'roboto';
    letter-spacing: 0.05em;
}

.form .before-consent-row {
    margin-bottom: 20px;
    padding-top: 17px;
}

.form .after-consent-row {
    margin-bottom: 21px;
    padding-top: 0;
}

button.btn-primary.btn-lg.pull-right {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 227px;
    height: 46px;
    border-radius: 23px;
    border: 0 none;
    font-family: roboto;
}

button.btn-primary.btn-lg.pull-right:hover {
    background: #fff;
    color: rgb(245, 130, 32);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 5px;
}

.row {
    margin: 0 -5px;
}

.form-group {
    margin-bottom: 8px;
}

.element-row {
    position: relative;
}

/*
    Sekcja logotypow
*/
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
 * ARTICLE
 */

.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    margin-top: 7px;
}

.article-image img {
    max-width: 100%;
}

.article-image .news-date {
    right: 20px;
    bottom: 25px;
}

.article-text {
    overflow: visible;
}

.article-subtitle {
    padding-bottom: 32px;
    font-weight: bold;
    font-size: 30px;
    color: #767676;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.article-text {
    padding-bottom: 14px;
}

.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}

/**
 Ul custom dots
*/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
    padding-left: 0;
}

.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "\2022";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    color: #f58220;
}

/*
 Galeria
*/
.gallery {
    clear: both;
}

.gallery ul {
    margin: -5px;
    font-size: 0;
}

.gallery li {
    width: 25%;
    padding: 5px;
    display: inline-block;
}

.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.fancy img {
    max-width: 100%;
}

.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media screen and (min-width: 1140px) {
    .hover-mask:hover {
        background: rgba(54, 61, 66, 0.8) url(../images/zoom.png) no-repeat center center;
        opacity: 1;
    }
}

.no-slider #content {
    padding-top: 129px;
}

.subpage #content {
    padding-top: 129px;
}

.text-box-container {
    background: url(../images/about_bg.jpg) no-repeat center 0;
    margin-top: -42px;
    padding-top: 42px;
}

.btn-back-box {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

.text-box {
}

.btn-back {
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    float: none;
    margin: 0 auto;
    padding: 0 40px;
    background: #f58220;
    width: 221px;
    height: 46px;
    color: #fff !important;
    border-radius: 23px;
}

@media screen and (min-width: 1140px) {
    .btn-back:hover {
        background: #7b7c7e;
    }
}

.gallery-box {
    padding-top: 45px;
    padding-bottom: 50px;
}

.gallery-box h2 {
    font-size: 50px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 37px;
    text-align: center;
}

.offer-box-sub-container {
    padding-top: 0;
    padding-bottom: 27px;
}

.offer-box-sub-container .text.txt {
    line-height: 188%;
    margin-bottom: 60px;
    text-align: center;
}

.offer-box-sub-container .container {
    max-width: 1400px;
}

.news-box-sub-container h1 + .text.txt {
    text-align: center;
    max-width: 1270px;
    margin: 0 auto 62px;
}

.news-box-sub-container .container {
    max-width: 1680px;
}

.news-box-sub-container .news {
    margin-bottom: 50px;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 14px;
    color: #767676;
    padding: 13px 6px;
}

.pagination-wrapper ul li.active a {
    color: #f58220;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 56px;
    height: 56px;
    border-style: solid;
    border-width: 1px;
    border-color: #f58220;
    border-radius: 50%;
    font-size: 20px;
    color: #f58220;;
    line-height: 56px;
}

.pagination-wrapper ul li.next a:hover, .pagination-wrapper ul li.prev a:hover {
    background: #f58220;
    color: #fff;
}

.pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
    float: none;
    margin: 0 28px;
}

.pagination-wrapper ul li a:hover {
    color: #f58220
}

.news-box-sub-container {
    padding-bottom: 47px;
}

.col-left {
    width: 21%;
    float: left;
    padding-top: 111px;
}

.nav-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #d21010;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.nav-header {
    padding: 81px 31px 46px;
}

.submenu {
    position: relative;
    margin-bottom: 52px;
}

.submenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

.submenu ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.submenu > ul > li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.submenu ul li a {
    display: block;
    line-height: 170%;
    padding: 11px 48px 11px 36px;
    position: relative;
    background: url(../images/sub_arrow1.png) no-repeat right center;
    font-size: 15px;
    color: #767676;
}

.submenu ul li.active > a, .submenu ul li a:hover {
    color: #f58220;
    background: url(../images/sub_arrow2.png) no-repeat right center;
}

.submenu ul ul {
    margin-left: 0;
    margin-top: 0;
    display: none;
}

.submenu ul ul li {
    position: relative;
    border-top: 1px solid #d8d9d9;
    border-right: 0 none;
    border-left: 0 none;
}

.submenu ul ul li:last-child {
    border-bottom: 0 none
}

.submenu ul li.active ul li a {
    color: #7c8a9b;
    letter-spacing: 0;
    background: url(../images/dot.png) 55px 20px no-repeat;
    font-weight: normal;
    padding-left: 75px;
    padding-top: 12px;
    padding-bottom: 11px;
}

.submenu ul li.active ul li.active > a, .submenu ul li.active ul li a:hover {
    color: #7c8a9b;
    background: url(../images/dot.png) 55px 20px no-repeat #f2f2f2;
}

.submenu ul ul li a {
    padding-left: 50px;
    color: #7c8a9b;
    font-weight: normal;
}

.submenu ul ul ul li a {
    text-transform: none;
    padding: 15px 48px 10px 65px;
    color: #7c8a9b;
}

.submenu ul ul ul li a:before {
    position: relative;
    top: -2px;
    left: -13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d21010;
    content: '';
    border-radius: 50%;
}

.submenu ul li.active ul li ul li a {
    background: transparent;
}

.submenu ul li.active ul li.active ul li.active > a, .submenu ul li.active ul li.active ul li a:hover {
    background-image: none;
    background-color: #e6e7e8;
    color: #d21010;
}

.submenu ul li.active ul {
    display: block;
}

.select-mobile-container {
    margin-top: 30px;
    display: none;
}

.select-mobile-container select {
    width: 100%;
}

.col-right {
    width: 79%;
    float: right;
    position: relative;
}

.products-box {
    margin: 0 -10px 3px;
    padding-top: 20px;
}

.products-box ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 19px;
}

.products-box ul li a {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.product-photo {
    display: block;
    background: url(../images/line.png) no-repeat bottom center;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 0;
}

.product-photo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-content {
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
}

.product-name {
    text-align: center;
    display: block;
    padding: 0 10px;
    line-height: 125%;
    font-weight: bold;
    font-size: 16px;
    color: #767676;
    /*height: 42px;*/
    margin-bottom: 27px;
}

.product-name span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-right h1 {
    text-align: left;
}

.product-photo img {
    display: block;
    max-width: 100%;
}

.product-photo img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    max-width: 99%;
    max-height: 99%;
    right: 0;
}

.product-content .btn-more {
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: rgb(245, 130, 32);
    width: 163px;
    height: 30px;
    border-radius: 23px;
    border: 1px solid rgb(245, 130, 32);
    margin: 0 auto;
}

.col-left {
}

.box-left h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 11px 35px;
    background: #f58220;
}

.products-box ul li a:hover {
    border: 1px solid #f58220;
}

.products-box ul li a:hover .product-photo {
    background: url(../images/lineh.png) no-repeat bottom center
}

.products-box ul li a:hover .product-content {
    background: url(../images/product_hover.png) no-repeat top center
}

.filter h3 {
    display: block;
    line-height: 170%;
    padding: 11px 48px 11px 36px;
    position: relative;
    background: url(../images/sub_arrow1.png) no-repeat right center;
    font-size: 15px;
    color: #767676;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.filter ul li label {
    display: block;
    line-height: 170%;
    padding: 11px 48px 11px 36px;
    position: relative;
    font-size: 15px;
    color: #767676;
}

.filter ul li {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.filter ul li label .icheckbox_minimal-custom {
    margin-right: 18px;
}

.filter h3.active {
    background: url(../images/sub_arrow2.png) no-repeat right center;
    color: #f58220;
}

.filter h3:hover {
    background: url(../images/sub_arrow2.png) no-repeat right center;
    color: #f58220;
}

.filter .icheckbox_minimal-custom {
    width: 19px;
    height: 20px;
    background: url(../images/checkbox1.png) no-repeat;
    vertical-align: top;
    margin-top: 3px;
}

.filter .icheckbox_minimal-custom.hover {
    background-position: -20px 0;
}

.filter .icheckbox_minimal-custom.checked {
    background-position: -40px 0;
}

.filter .icheckbox_minimal-custom.disabled {
    background-position: -60px 0;
    cursor: default;
}

.filter .icheckbox_minimal-custom.checked.disabled {
    background-position: -80px 0;
}

.slider-product-detalis {
    float: left;
    width: 45.8%;
    margin-right: 50px;
    margin-bottom: 35px;
    margin-top: 6px;
}

.product-detalis {
    padding-top: 15px;
}

.slider-for {
    border: 1px solid #e6e7e8;
    padding: 0;
    margin-bottom: 10px;
}

.slider-nav {
    margin: 0;
    width: auto;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

.slider-for .slide {
    margin-bottom: 0;
    width: 100%;
}

.slider-for .slide a {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    float: left;
}

.slider-for .slide a img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.slider-nav .slide {
    position: relative;
    border: 1px solid #e6e7e8;
    cursor: pointer;
    margin: 0 5px;
    overflow: hidden;
}

.slider-nav .slide a {
    display: block;
    height: 98px;
    overflow: hidden;
    width: 100%;
}

.slider-nav .slide.slick-current {
    border: 1px solid #f5bbbd
}

.slider-nav .slide .slide a {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}

.slider-nav img, .slider-for img {
    display: block;
    max-width: 100%;
}

.slider-for .slide a img {
    max-width: 100%;
    display: block;
}

.slick-prev {
    right: 78px;
    margin-left: 0;
    z-index: 2;
    display: block !important;
    top: -76px;
    text-indent: -20000px;
    border: 1px solid #f58220;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    background: url(../images/arrow_w_l.png) no-repeat scroll center center #f58220;
    height: 46px;
}

.slick-next {
    background: url("../images/arrow_w_r.png") no-repeat scroll center center #f58220;
    right: 24px;
    margin-left: 0;
    z-index: 2;
    display: block !important;
    top: -76px;
    text-indent: -20000px;
    border: 1px solid #f58220;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
}

.slick-prev:hover {
    background: url(../images/arrow_w_left.png) no-repeat scroll center center #fff;
}

.slick-next:hover {
    background: url("../images/arrow_o_right.png") no-repeat scroll center center #fff;
}

.slick-prev::before {
    content: "";
    background: rgba(0, 0, 0, 0) url("../images/prev2.png") no-repeat scroll center center;

}

.slick-next::before {
    content: "";
    background: rgba(0, 0, 0, 0) url("../images/next2.png") no-repeat scroll center center;
}

.product-logo {
    height: 48px;
    display: block;
    float: none;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 19px;
}

.product-right {
    float: none;
    width: auto;
    overflow: visible;
}

.product-logo img {
    max-width: 100%;
    display: block;
    max-height: 100%;
}

h1.product-name {
    color: #767676;
    letter-spacing: 0.05em;
    margin-bottom: 31px;
    font-weight: 900;
    font-size: 30px;
}

.product-desc-box .text.txt {
    overflow: visible;
}

.files-box {
    margin-bottom: 72px;
    padding-top: 44px;
    border-top: 1px solid #e8e8e8;
}

.files-box ul li {
    border: 1px solid #e8ebf3;
    margin-bottom: 10px;
    border-radius: 30px;
}

.files-box ul li a {
    display: block;
    letter-spacing: 0.05em;
    padding-right: 240px;
    position: relative;
    border-radius: 30px;
}

.file-name {
    color: #767676;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0px 8px 40px;
    line-height: 180%;
    letter-spacing: 0.05em;
}

.btn-download {
    color: #767676;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    top: -2px;
    bottom: -1px;
    width: 231px;
    line-height: 50px;
    height: 48px;
    padding: 0;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #767676;
    z-index: 999;
    background: #fff;
}

.btn-download .icon-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

.btn-download .w {
    margin-right: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.btn-download span svg * {
    fill: #767676;
}

.icon-btn svg {
    display: block;
}

@media screen and (min-width: 1140px) {
    .files-box ul li:hover a {
        background: #f58220;
    }

    .files-box ul li a:hover .file-name {
        color: #fff
    }

    .files-box ul li a:hover .btn-download {
        color: #f58220;
    }

    .files-box ul li a:hover .btn-download span svg * {
        fill: #f58220;
    }
}

.files-box h2 {
    font-size: 30px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 42px;
    text-align: left;
}

.product-desc-long {
    padding-bottom: 7px;
}

.other-products h2 {
    font-size: 50px;
    color: #f58220;
    font-weight: 900;
    float: left;
}

.other-products a.btn-more {
    float: right;
    margin-top: 10px;
}

.other-products a.btn-more {
    float: right;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #f58220;
    color: #f58220;
}

.other-products a.btn-more {
    float: right;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #f58220;
    color: #f58220;
}

.other-products a.btn-more:hover {
    color: #7b7c7e;
    border-color: #7b7c7e;
}

.other-products {
    padding-top: 42px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.other-products:last-child a.btn-more {
    border: 1px solid #7b7c7e;
    color: #7b7c7e;
}

.other-products:last-child a.btn-more:hover {
    border: 1px solid #f58220;
    color: #f58220;
}

.other-products:last-child h2 {
    color: #7b7c7e;
}

.other-header {
    padding-bottom: 40px;
}

.other-products:last-child {
    padding-bottom: 40px;
    border-bottom: 0 none;
}

.contact-box .accordion {
    margin-bottom: 0;
    margin-bottom: 20px;
}

.accordion-header {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 40px;
    cursor: pointer;
}

.accordion-header h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 33px;
}

.accordion-header .arrow {
    display: block;
    margin: 0 auto;
    z-index: 1;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #f58220;
}

.accordion-header .arrow svg {
    fill: #fff;
}

.accordion-header.active .arrow svg {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.accordion-content {
    padding-top: 41px;
    padding-bottom: 20px;
}

.accordions-box {
    padding-top: 9px;
}

.contact-box h3 {
    font-weight: bold;
    font-size: 16px;
    color: #f58220;
    float: left;
    padding-top: 13px;
    padding-left: 41px;
    letter-spacing: 0.05em;
    padding-bottom: 13px;
}

.accordion-content .text.txt td {
    padding: 0;
    width: 33.33%;
    line-height: 200%;
}

.accordion-content .text.txt {
    margin: 0;
}

.accordion-content .text.txt strong {
    color: #767676;
}

.accordion-content .text.txt {
    margin: 0;
    color: #7f7f7f;
}

.contact-box {
    padding-bottom: 34px;
}

.map-box {
    width: 100%;
}

.map-box iframe {
    width: 100%;
    height: 590px;
    display: block;
}

.accordion-content .text.txt td:nth-child(2) {
    padding: 0 15px;
}

.search-box-rwd {
    display: none;
}

.form .form-group-lg .captcha-image-wrapper {
    border-radius: 0;
}

.form .captcha-container .captcha-image {
    border-radius: 0;
}

.form .form-element-search .form-control {
    border: 0 none;
    height: 38px;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    right: 0 !important;
    top: 86px !important;
    left: auto !important;
    position: fixed;
}

.other-products-box {
    background: url(../images/other_bg.jpg) no-repeat top center / cover;
}

.text-box-container h1.article-subtitle {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}

h4.h4-rwd {
    display: none;
}

.accordion-content .text.txt a {
    color: #7f7f7f;
}

.accordion-content .text.txt a:hover {
    color: #f58220;
}

.footer-box1 {
    float: left;
    padding: 0 35px;
    width: 50%;
    border-right: 1px solid #e4e4e4;
}

.footer-box.footer-box-long {
    width: 46%;
    padding: 0;
    border-right: 0;
}

.filter .checkboxradio-container.element-row label {
    display: block;
    line-height: 170%;
    padding: 11px 48px 11px 36px;
    position: relative;
    font-size: 15px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.filter label.form-element-name {
    display: block;
    line-height: 170%;
    padding: 11px 48px 11px 36px;
    position: relative;
    background: url(../images/sub_arrow1.png) no-repeat right center;
    font-size: 15px;
    color: #767676;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.filter > .col-xs-12 {
    padding: 0;
}

.filter .icheckbox_minimal-custom {
    margin-right: 18px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.realisations-list .news div.btn-more {
    opacity: 1;
    margin-bottom: 0 !important;
}

.realisations-list .news .txt.text {
    display: none;
}

.realisations-list .news a {
    padding-bottom: 50px;
}

.line {
    display: block;
}

.line:first-child:nth-last-child(1),
.line:first-child:nth-last-child(1) ~ span {
    font-size: 48px;
}

.line:first-child:nth-last-child(2),
.line:first-child:nth-last-child(2) ~ span {
    font-size: 30px;
}

.line:first-child:nth-last-child(3),
.line:first-child:nth-last-child(3) ~ span {
    font-size: 30px;
}

.line:first-child:nth-last-child(4),
.line:first-child:nth-last-child(4) ~ span {
    font-size: 30px;
}

.line:first-child:nth-last-child(5),
.line:first-child:nth-last-child(5) ~ span {
    font-size: 25px;
}

.line:first-child:nth-last-child(6),
.line:first-child:nth-last-child(6) ~ span {
    font-size: 21px;
}

.line:first-child:nth-last-child(7),
.line:first-child:nth-last-child(7) ~ span {
    font-size: 19px;
}

.line:first-child:nth-last-child(8),
.line:first-child:nth-last-child(8) ~ span {
    font-size: 18px;
}

h2.article-title.page-title.title {
    font-size: 50px;
    font-weight: 900;
    color: #f58220;
    margin-bottom: 30px;
    text-align: center;
}

/**/

.filter-form > .col-xs-12 {
    text-align: center;
}

.filter-form .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    width: 180px;
    height: 46px;
    border-radius: 23px;
}

.filter-form .btn.btn-primary {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
}

@media screen and (min-width: 1140px) {
    .filter-form .btn.btn-primary:hover {
        color: #fff;
        background-color: #7b7c7e;
        border-color: #7b7c7e;
    }
}