body {
    color: #000;
    font-family: 'lato';
}

/*-------- KLASA ZALOBNA, NALEZY DODAC DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Dlugosc trwania animacji*/

.animationDuration {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

em {
    padding-right: 2px;
}

h1 {
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 31px;
    color: #000;
}

h2 {
}

.mainpage h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 49px;
    text-align: center;
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: #fcb938;
    text-decoration: none;
}

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

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

body > svg {
    display: none;
}

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

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

.txt {
    font-size: 16px;
    line-height: 187.5%;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
}

.text a {
}

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

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

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

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

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}

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

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    position: fixed;
    transition-duration: 0.5s;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 85px;
    transition: all 300ms ease-out;
}

.top {
    text-align: center;
}

.logo {
    float: left;
    padding-top: 19px;
    padding-bottom: 19px;
    position: absolute;
}

.logo a:first-child {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 232px;
    height: 198px;
    text-align: center;
    margin-top: -19px;
    padding-top: 19px;
    opacity: 1;
}

.logo a:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo_bg.png) no-repeat top center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.logo-wrapper {
    position: relative;
}

.logo a:first-child img:first-child {
    margin-bottom: 15px;
}

.logo a img {
    display: block;
    float: none;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 1140px) {
    .logo a:hover img {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
 
    header.sticky {
        height: 70px;
    }

    header.sticky .logo a:first-child {
        opacity: 0;
        pointer-events: none;
    }
    header.sticky .logo a:first-child:before {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    header.sticky .logo a:first-child img:first-child {
        -webkit-transform: translate3d(-82px, -11px, 0);
        -moz-transform: translate3d(-82px, -11px, 0);
        -ms-transform: translate3d(-82px, -11px, 0);
        -o-transform: translate3d(-82px, -11px, 0);
        transform: translate3d(-82px, -11px, 0);
    }
    header.sticky .logo a:first-child img:nth-child(2) {
        -webkit-transform: translate(0, -80px);
        -moz-transform: translate(0, -80px);
        -ms-transform: translate(0, -80px);
        -o-transform: translate(0, -80px);
        transform: translate(0, -80px);
    }

    header.sticky .logo a:nth-child(2) {
        opacity: 1;
        top: 12px;
    }

    header.sticky .logo {
        width: auto;
        height: auto;
        background: transparent;
        padding: 10px 0px;
        margin: 0;
    }

    header.sticky .subpage .logo a {
        top: 12px;
    }

    header.sticky #main-menu ul li {
        padding-top: 20px;
    }

    header.sticky #main-menu ul li:first-child {
        padding-top: 11px;
    }

    header.sticky nav.social-list {
        margin-top: 14px;
    }

    header.sticky .search-box {
        margin-top: 14px;
    }
}

.mainpage .logo a:nth-child(2) {
    opacity: 0;
    display: block;
    position: absolute;
    top: 19px;
}

.search-box {
    /* position: relative; */
    float: right;
    height: 51px;
    margin-top: 22px;
    z-index: 2;
}

.search-box-hidden-things {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: none;
    border-right: 0 none;
    height: auto;
    background: url(../images/search_bg.jpg) no-repeat top center;
    padding-top: 19px;
}

.search-box-hidden-things button {
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    width: 44px;
    height: 44px;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box-hidden-things button img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1140px) {
    .search-box-hidden-things button:hover svg {
        fill: #000000
    }
}

.toggle-search-box .active-span {
    display: none;
    margin: 0;
    padding-left: 0;
    width: 100%;
    height: 35px;
    font-weight: 300;
    font-size: 20px;
}

.active-span span {
    position: relative;
    top: 10px;
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 2px;
    background: #d31010;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.active-span .l1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active-span .l2 {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-box-inputs-container {
    height: auto;
    margin-left: 20%;
    width: 40%;
    position: relative;
}

.toggle-search-box .no-active-span {
    display: block;
    height: 100%;
    padding: 5px 5px 5px;
}

@media screen and (min-width: 1140px) {
    .toggle-search-box .no-active-span:hover svg {
        fill: #fff;
    }
}

.toggle-search-box.active .active-span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    margin-top: -4px;
}

@media screen and (min-width: 1140px) {
    .toggle-search-box.active .active-span:hover svg {
        fill: #000000
    }
}

.toggle-search-box.active .active-span span {
    background: #fff;
}

.toggle-search-box.active .no-active-span {
    display: none;
}

.toggle-search-box .no-active-span svg {
    fill: url(#gradient);
}

.toggle-search-box .no-active-span img {
    display: block;
    max-height: 100%;
    max-width: 100%;

}

.search-box-hidden-things input {
    display: inline-block;
    padding: 0 50px 0 20px;
    height: 44px;
    border: 1px solid #f28c1e;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    font-family: lato;
}

.toggle-search-box {
    float: right;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    width: 37px;
    height: 42px;
    background: url(../images/hex1.png) no-repeat center center;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1140px) {
    .toggle-search-box:hover {
        background: url(../images/hex2.png) no-repeat center center;
    }
}

.toggle-search-box.active {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    z-index: 999;
}

.toggle-search-box svg * {
    /*    fill: #ff4b02;*/
}

.search-box-hidden-things button svg {
    fill: #fff;
}

@media screen and (min-width: 1140px) {
    .search-box-hidden-things button:hover svg {
        fill: #000;
    }
}

.search-item {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.search-item:last-child {
    width: 60%;
}

.search-item ul li a {
    display: block;
}

.search-item ul {
    display: block;
}

.search-box-hidden-things form {
    margin-bottom: 46px;
}

.manual-search-box {
    text-align: left;
    position: relative;
}

.manual-search-box h4 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}

.manual-search-box ul {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

.manual-search-box .search-item:last-child ul {
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 30px;

}

.manual-search-box ul li {
    margin-bottom: 10px;
}

.manual-search-box ul li a {
    display: block;
    line-height: normal;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
}

.manual-search-box ul li a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 6px;
    height: 7px;
    background: url(../images/dot.png) no-repeat center center;
}

@media screen and (min-width: 1140px) {
    .manual-search-box ul li a:hover, .manual-search-box ul li a.hover {
        color: #fcb938;
        text-decoration: none;
    }
}

.search-item:first-child {
    padding-top: 78px;
}

.search-item:first-child img {
    max-width: 80%;
}

#main-menu {
    display: inline-block;
    margin-left: 289px;
}

#main-menu ul {
    float: right;
    padding-top: 6px;
}

#main-menu ul li a#home {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    background: transparent;
}

#main-menu ul li a#home svg {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#main-menu ul li:first-child {
    padding-top: 14px;
    margin-right: 16px;
}

#main-menu ul li {
    float: left;
    display: block;
    position: relative;
    padding-top: 23px;
    margin-left: 2px;
    background-image: url(../images/hover_menu.png);
    background-position: top -22px center;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    -ms-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    transition: background-position 0.2s;
}

#main-menu ul li a {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-decoration: none;
    background-position: top center;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 28px;
}

@media screen and (min-width: 1140px) {
    #main-menu ul li:hover {
        background-position: top center;
    }
}

#main-menu ul li.active {
    background-position: top center;
}

#main-menu ul li.active a {
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    color: #fff;
}

/*#main-menu ul li ul {display: none;}
#main-menu ul li:hover {cursor: default; z-index: 599;}
#main-menu ul li:hover > ul {visibility: visible;display:block;}
#main-menu ul ul li {float: none; display: block; margin: 0; padding: 0; border-bottom: 1px solid #fff;}
#main-menu ul ul li:last-child {border-bottom: 0 none;}
#main-menu ul ul li a {color: #fff!important; text-decoration: none; border-bottom: 0 none!important; text-align: left; border-radius: 0; width: 100%;
font-size: 14px; line-height: normal; padding: 21px 26px 20px; margin: 0; height: 100%; font-weight: 300; letter-spacing: 0.08em; background: #000;}
#main-menu ul ul li a:hover {background: #ff4a01!important; color: #fff!important;}
#main-menu ul ul li.active a {background: #ff4a01!important; color: #fff!important;}
#main-menu ul ul {left: 0; margin: 0; padding: 0; position: absolute; top: 91px; visibility: hidden; width: 278px; z-index: 1; padding-top:3px;}*/


/**
 * CONTENT
 */

#content {
    overflow: hidden;
    padding-top: 70px;
}

.text {
    overflow: visible;
}

.slider, .main-slider, .main-slider .slide {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.main-slider:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
}

.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%;
    z-index: 4;
}

.slider-text {
    width: 635px;
    padding: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    text-align: left;
    padding-left: 35px;
}

.title1 {
    display: block;
    letter-spacing: 0.02em;
    font-size: 65px;
    color: #fff;
    font-weight: 300;
}

.title2 {
    margin-bottom: 30px;
    display: block;
    letter-spacing: 0.02em;
    font-size: 65px;
    color: #fff;
    font-weight: 900;
}

.description {
    display: block;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 46px;
}

a.slider-btn-more {
    position: relative;
    text-align: center;
    width: 195px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.slider-btn-more:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a.slider-btn-more span {
    position: relative;
}

@media screen and (min-width: 1140px) {
    a.slider-btn-more:hover {
        border-color: rgb(242, 140, 30);
        color: rgb(242, 140, 30);
        background: transparent;
    }
    a.slider-btn-more:hover:before {
        opacity: 0;
    }
}

.slider-mask {
    background: url(../images/slider_mask.png) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
}

.slick-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: 0 none;
    left: 50%;
    margin-left: -905px;
    z-index: 2;
    width: 43px;
    height: 70px;
    background: url(../images/arrow_prev.png) no-repeat center center;
    text-indent: -20000px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 1140px) {
    .slick-prev:hover {
        -webkit-transform: translate3d(-4px, -50%, 0);
        -moz-transform: translate3d(-4px, -50%, 0);
        -ms-transform: translate3d(-4px, -50%, 0);
        -o-transform: translate3d(-4px, -50%, 0);
        transform: translate3d(-4px, -50%, 0);
    }
    .slick-next:hover {
        -webkit-transform: translate3d(4px, -50%, 0);
        -moz-transform: translate3d(4px, -50%, 0);
        -ms-transform: translate3d(4px, -50%, 0);
        -o-transform: translate3d(4px, -50%, 0);
        transform: translate3d(4px, -50%, 0);
    }
}

.slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0 none;
    right: 50%;
    margin-right: -905px;
    z-index: 2;
    width: 43px;
    height: 70px;
    background: url(../images/arrow_next.png) no-repeat center center;
    text-indent: -20000px;
}

@media screen and (min-width: 1140px) {
    .slick-next:hover {
    }
}

.slider-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 18%;
    height: 100%;
}

.slider-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 20%;
    height: 100%;
}

.slider-bg-left img, .slider-bg-right img {
    opacity: 1 !important;
}

.img1 {
    display: inline-block;
    position: absolute;
    left: 32%;
    top: 8%;
    width: 69%;
}

.img2 {
    display: inline-block;
    position: absolute;
    left: 4%;
    top: 44%;
    width: 38%;
}

.img3 {
    display: inline-block;
    position: absolute;
    left: 2%;
    top: 12%;
    width: 18%;
}

.img4 {
    display: inline-block;
    position: absolute;
    left: 28%;
    top: 4%;
    width: 12%;
}

.img5 {
    display: inline-block;
    position: absolute;
    right: 6%;
    top: 39%;
    width: 62%;
}

.img6 {
    display: inline-block;
    position: absolute;
    right: 60%;
    top: 76%;
    width: 34%;
}

.img7 {
    display: inline-block;
    position: absolute;
    right: 80%;
    top: 43%;
    width: 16%;
}

.img8 {
    display: inline-block;
    position: absolute;
    left: 28%;
    top: 35%;
    width: 11%;
}

.img9 {
    display: inline-block;
    position: absolute;
    right: 6%;
    top: 19%;
    width: 26%;
}

.promotion-box-container {
    padding-top: 40px;
    position: relative;
    padding-bottom: 51px;
}

.promotion-box-container .container {
    position: relative;
    z-index: 2
}

.promotion-slider .slide {
    padding: 10px;
    margin-bottom: 0;
}

.promotion-slider .slide a {
    display: block;
    border: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
    overflow: hidden;
}

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

.promotion-slider .slide-content {
    position: relative;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.prom-hover {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.702);
    transition: all 300ms ease-out;
}

.btn.btn-more {
    text-align: center;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    width: 195px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 46px;
    border-radius: 0;
    padding: 0;
    border: 0 none;
}

.promotion-slider .slide .btn.btn-more {
    position: absolute;
    bottom: 19%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.promotion-slider .slide .btn.btn-more:hover {
    background-image: -moz-linear-gradient(0deg, rgb(252, 186, 56) 0%, rgb(242, 140, 30) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(252, 186, 56) 0%, rgb(242, 140, 30) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(252, 186, 56) 0%, rgb(242, 140, 30) 100%);
}

.promotion-slider {
    margin: 0 -10px;
}

.prom-logo {
    background: url(../images/prom_logo_bg.png) no-repeat;
    width: 40%;
    height: 48%;
    display: block;
    position: absolute;
    left: 0;
    top: 19%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    background-size: contain;
}

.promotion-slider .slide a .prom-logo img {
    display: block;
    margin: 0 auto;
    border: 0 none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    max-width: 80%;
    max-height: 40%;
}

.promotion-slider .slide a .prom-logo svg {
    display: block;
    margin: 0 auto;
    border: 0 none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    max-width: 80%;
    max-height: 40%;
}

.promotion-slider .slide a > img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 1140px) {
    .promotion-slider .slide a:hover .prom-hover {
        opacity: 1;
    }
    .promotion-slider .slide a:hover > img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.promotion-slider .slick-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow_l1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    left: -102px;
    margin-top: 23px;
    z-index: 2;
    width: 57px;
    height: 65px;
    margin: 0 !important;
}

@media screen and (min-width: 1140px) {
    .promotion-slider .slick-prev:hover {
        background: url(../images/arrow_l2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
    }
}

.promotion-slider .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    right: -102px;
    margin-top: 73px;
    width: 57px;
    height: 65px;
    margin: 0 !important;
}

@media screen and (min-width: 1140px) {
    .promotion-slider .slick-next:hover {
        background: url(../images/arrow_r2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
    }
}

.promotion-bg-top {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    z-index: 1;
}

img.img10 {
    left: 24%;
    top: 2%;
    width: 10%;
}

.promotion-bg-top img {
    display: inline-block;
    position: absolute;
}

img.img11 {
    left: 2%;
    top: 6%;
    width: 15%;
}

img.img12 {
    left: 28%;
    top: 4%;
    width: 59%;
}

img.img13 {
    left: 3%;
    top: 26%;
    width: 32%;
}

img.img14 {
    right: 27%;
    bottom: 28%;
    width: 23%;
}

img.img15 {
    right: 4%;
    bottom: 24%;
    width: 15%;
}

img.img16 {
    right: 3%;
    bottom: 1%;
    width: 58%;
}

img.img17 {
    right: 57%;
    bottom: -7%;
    width: 24%;
}

.promotion-bg-bottom {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    z-index: 1;
}

.promotion-bg-bottom img {
    display: block;
    max-width: 100%;
    display: inline-block;
    position: absolute;
}

a.btn.btn-more {
    text-align: center;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    width: 195px;
    height: 46px;
    display: block;
    line-height: 46px;
    margin: 0 auto;
    border-radius: 0;
    border: 0 none;
    padding: 1px;
}

a.btn.btn-more span {
    padding: 1px;
    background: #fff;
    display: block;
    height: 44px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(242, 140, 30);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.btn.btn-more:hover span {
    background: transparent;
    color: #fff;
}

.promotion-box {
    margin-bottom: 40px;
}

.pink-box {
    position: relative;
}

.pink-icon {
    width: 16%;
    margin-left: -4%;
    float: left;
    margin-right: 2%;
}

.pink-text {
    float: left;
    padding-top: 42px;
    width: 50%;
}

.line1 {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 72px;
}

.line2 {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 72px;
}

.pink-bg {
    height: 100%;
    position: absolute;
    width: 10%;
    right: 26%;
    display: block;
}

a.btn.pink-btn {
    float: right;
    position: absolute;
    right: 0;
    top: 94px;
    width: 24%;
    height: 70px;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    padding: 0 10px;
    border: 0;
    background: #000000;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn.pink-btn:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a.btn.pink-btn span {
    position: relative;
}

@media screen and (min-width: 1140px) {
    a.btn.pink-btn:hover:before {
        opacity: 1;
    }
}

img.img18 {
    top: 32px;
    left: 20%;
    width: 34%;
}

.pink-bg img {
    display: block;
    position: absolute;
}

img.img19 {
    left: 13%;
    width: 14%;
    top: 36%;
}

img.img20 {
    width: 54%;
    right: 12%;
    top: 32%;
}

img.img21 {
    bottom: 13%;
    left: 0;
    width: 39%;
}

img.img22 {
    right: 8%;
    bottom: 25%;
    width: 14%;
}

.pink-box-container {
    background: url(../images/pink_bg.jpg) no-repeat top center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.links-box-container {
    margin: 0 -5px;
}

.link-box {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.link-box a {
    display: block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.link-box a > img {
    display: block;
    max-width: 100%;
    transition: all 300ms ease-out;
}

.link-title {
    text-align: center;
    text-align: center;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.link-icon {
    width: 76px;
    display: inline-block;
    height: 87px;
    background: url(../images/hex5.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 20px;
    padding: 5px 0;
    text-align: center;
}

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

.link-text {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.link-text strong {
    display: block;
}

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

@media screen and (min-width: 1140px) {
    .link-box a[href]:hover > img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);

    }

    .link-box a[href]:hover .link-text {
        color: rgb(242, 140, 30)
    }
}

.news {
    width: 33.33%;
    float: left;
    padding: 0 9px;
}

.news-box {
    margin: 0 -9px;
    margin-bottom: 49px;
}

.news-photo {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

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

.news a {
    display: block;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 10px;
    background: #fff;
}

.news-box-container {
    padding-top: 48px;
    padding-bottom: 53px;
    position: relative;
}

.hover-news {
    display: block;
    position: absolute;
    background: url(../images/hover_news.png) no-repeat center center / cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 300ms ease-out;
}

.news-photo img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 300ms ease-out;
}

.hover-news .btn.btn-more {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    background: #000000;
}

.news-date {
    display: block;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.news-content {
    display: block;
    padding: 0px 30px;
    letter-spacing: 0.05em;
    margin-bottom: 39px;
}

.news-title {
    display: block;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 17px;
}

.news-content .text.txt {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

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

    .news a:hover {
        border-color: #fcba38;
    }

    .news a:hover .news-photo img:nth-child(2) {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

img.img23 {
    left: 28%;
    top: 3%;
    width: 59%;
}

.news-bg-top {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    z-index: 1;
}

.news-bg-top img {
    display: block;
    position: absolute;
}

img.img24 {
    left: 24%;
    top: 1%;
    width: 10%;
}

img.img25 {
    left: 2%;
    top: 5%;
    width: 15%;
}

img.img26 {
    left: 4%;
    top: 19%;
    width: 32%;
}

.news-bg-bottom {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    z-index: 1;
}

img.img27 {
    right: 3%;
    bottom: 33%;
    width: 16%;
}

img.img28 {
    right: 3%;
    bottom: 13%;
    width: 58%;
}

img.img29 {
    right: 53%;
    bottom: 4%;
    width: 32%;
}

img.img30 {
    right: 3%;
    bottom: 4%;
    width: 23%;
}

.news-bg-bottom img {
    display: block;
    position: absolute;
}

.news-box-container .container {
    z-index: 2;
    position: relative;
}

.web-add img {
    display: block;
    transition: all 300ms ease-out;
    max-width: 100%;
}

.web-add {
    padding-bottom: 60px;
    width: 100%;
}

.web {
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 1140px) {
    .web-add a:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);

    }
}

.gallery-plan-box-container {
    padding-top: 34px;
    padding-bottom: 40px;
    background: #ececed;
}

.gallery-plan-box-container h2 {
    margin-bottom: 0px !important;
}

.plan {
    max-width: 982px;
    position: relative;
    margin: 0 auto 0px;
}

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

.plan.hoverable svg path.clickable {
    cursor: pointer;
}

.plan svg path.not-clickable {
    pointer-events: none;
}

.plan.hoverable svg text:hover, .plan svg text.hover {
    fill: #fff;
}

.plan .map-facillities-logotype g.hover path {
    fill: #fff;
}

.plan.hoverable svg path.clickable:hover, .plan svg path.clickable.hover {
    fill: #b30054;
}

.plan.hoverable svg path.clickable:hover ~ text, .plan svg path.clickable.hover ~ text,
.plan.hoverable svg path.clickable:hover + .map-facillities-logotype path, .plan svg path.clickable.hover:not(.hover-special) + .map-facillities-logotype path {
    fill: #fff;
}

@-webkit-keyframes fillPulse {
    0% {
        fill-opacity: 0;
    }

    12.5% {
        fill-opacity: 1;
    }

    25% {
        fill-opacity: 0;
    }

    37.5% {
        fill-opacity: 1;
    }

    50% {
        fill-opacity: 0;
    }

    62.5% {
        fill-opacity: 1;
    }

    75% {
        fill-opacity: 0;
    }

    87.5% {
        fill-opacity: 1;
    }

    100% {
        fill-opacity: 0;
    }
}

@-webkit-keyframes fillPulse2 {
    0% {
        fill: #58585a;
    }

    12.5% {
        fill: #fff;
    }

    25% {
        fill: #58585a;
    }

    37.5% {
        fill: #fff;
    }

    50% {
        fill: #58585a;
    }

    62.5% {
        fill: #fff;
    }

    75% {
        fill: #58585a;
    }

    87.5% {
        fill: #fff;
    }

    100% {
        fill: #58585a;
    }
}

.plan .map-facillities-logotype g.hover-pulse path {
    animation: fillPulse2 4s;
    animation-delay: -2s;
    fill: #fff;
}

.plan svg path.clickable.hover-pulse {
    animation: fillPulse 4s;
    animation-delay: -2s;
    fill: #b30054;
}

.plan svg path.clickable.hover-pulse ~ text,
.plan svg path.clickable.hover-pulse:not(.hover-special) + .map-facillities-logotype path {
    animation: fillPulse2 4s;
    animation-delay: -2s;
    fill: #fff;
}

.map-logotype {
    pointer-events: none;
}

.svg-no-txt {
    pointer-events: none;
}

.popup-plan {
    overflow: auto;
    position: absolute;
    background: #fff;
    width: 634px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border: 1px solid #d4d4d5;
    padding-top: 30px;
    text-align: center;
    z-index: 9999;
}

a.popup-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.popup-alt {
    width: 100%;
    display: block;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-weight: bold;
    color: #b30054;
}

.logo-box {
    width: 44%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 24px;
}

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

.logo-box img:nth-child(2) {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title-shop {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.desc-shop {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    margin-bottom: 9px;
}

.contact-shop {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}

.contact-shop a {
    font-weight: bold;
    color: #000;
}

.popup-plan a.btn.btn-more {
    font-size: 12px;
    width: 144px;
    height: 34px;
    line-height: 32px;
    background: #b40054;
    border: 1px solid #b40054;
    margin-bottom: 30px;
}

@media screen and (min-width: 1140px) {
    .popup-plan a.btn.btn-more:hover {
        color: #b40054;
        background: #fff;
    }
}

.local-nb {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #ececed;
}

.plan-icons-box {
    border-top: 1px solid #ddddde;
    border-bottom: 1px solid #ddddde;
    text-align: center;
    font-size: 0;
}

.plan-icon {
    display: inline-block;
    padding: 0 30px;
    background: url(../images/line2.png) no-repeat right center;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}


.plan-icon img,
.plan-icon svg {
    height: 75px;
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}

.plan-icon svg path {
    fill: #58585a;
}

.icon-name {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #58585a;
    vertical-align: middle;
    text-align: left;
    max-width: 160px;
}

.plan-icon:first-child {
    background: url(../images/line2.png) no-repeat left center, url(../images/line2.png) no-repeat right center;
}

/**
 * FOOTER
 */
footer {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
}

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

.footer-boxes {
    padding-top: 53px;
    padding-bottom: 36px;
    background: url(../images/footer_bg.jpg) no-repeat top center;
}

.footer-box {
    float: left;
    width: 20.2%;
}

.footer-box:last-child {
    float: right;
    width: 11%;
    text-align: right;
    padding-top: 21px;
}

.footer-box:last-child img {
    max-width: 100%;
}

.footer-box .txt {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: -9px;
}

.footer-box h4 {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 32px;
}

h4.rwd {
    display: none;
}

.footer-box ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.footer-box ul li {
    margin-bottom: 17px;
}

.footer-box ul li a {
    display: block;
    line-height: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    padding-left: 20px;
    position: relative;
}

.footer-box ul li a:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 6px;
    height: 7px;
    background: url(../images/dot.png) no-repeat center center;
}

@media screen and (min-width: 1140px) {
    .footer-box ul li a:hover {
        color: #fcb938;
        text-decoration: none;
    }
}

.footer-box .txt a {
    color: #fff;
    font-weight: normal;
}

@media screen and (min-width: 1140px) {
    .footer-box .txt a:hover {
        color: #fcb938;
        text-decoration: none;
    }
}

a.link-title-footer .link-icon {
    background: url(../images/hex6.png) no-repeat center center;
    width: 50px;
    height: 57px;
    margin-right: 18px;
}

a.link-title-footer .link-text {
    font-size: 17px;
}

@media screen and (min-width: 1140px) {
    a.link-title-footer[href]:hover .link-text {

        color: #fcb938;
    }
}

a.link-title-footer {
    display: block;
    margin-bottom: 23px;
}

.footer-links {
    padding: 8px 25px 0 66px;
    width: 24.5%;
}

.footer-box.footer-box-newsletter {
    width: 21%;
}

.newsletter form {
    padding: 0;
    position: relative;
    width: 85%;
}

footer .newsletter .form-control {
    width: 100%;
    height: 46px;
    background: transparent;
    border: 1px solid #cb4d88;
    padding: 0 24px;
    color: #fff;
    font-family: lato;
    letter-spacing: 0.05em;
    font-size: 14px;
    border-radius: 0;
}

footer .newsletter .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

footer .newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

footer .newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

footer .newsletter .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.newsletter button {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    border: 0 none;
    padding: 12px;
    text-align: center;
    top: 1px;
    right: 1px;
}

.newsletter .form-element.form-element-email {
    position: relative;
}

.footer-box .social-list {
    margin: 0;
    float: none;
}

.newsletter {
    margin-bottom: 18px;
}

.footer-box .social-list > ul > li {
    background: transparent;
    padding: 0;
}

.footer-box .social-list > ul > li > a:before {
    content: '';
    background: transparent;
}

.footer-box .social-list > ul > li > a {
    background: url(../images/fb_bg.png) no-repeat center center;
    width: 45px;
    height: 51px;
}

.footer-box .social-list > ul {
    background: transparent;
    margin: 0;
    padding: 0;
}

.social-list > ul > li > a .fa-facebook {
    background: url(../images/icons/facebook.svg) no-repeat center center;
    background-size: contain !important;
    width: 37px;
    height: 45px;
}

@media screen and (min-width: 1140px) {
    .social-list > ul > li > a:hover .fa-facebook {
        background-size: contain !important;
        width: 37px;
        height: 45px;
        background: url(../images/icons/facebook2.svg) no-repeat center center;
    }
}

.footer-box .social-list > ul > li > a .fa-facebook {
    background: url(../images/icons/facebook.svg) no-repeat center center;
    background-size: contain !important;
    width: 45px;
    height: 51px;
}

.footer-box .social-list > ul > li > a:hover {
    background: url(../images/fb_bg1.png) no-repeat center center;
}

.social-list > ul > li > a .fa-facebook-f:before, .social-list > ul > li > a .fa-facebook:before {
    content: ''
}

.footer-bottom {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #940045;
}

.copyright {
    font-size: 14px;
    color: #d3d3d3;
    line-height: 16px;
    letter-spacing: 0.05em;
    display: inline-block;
}

.copyright-undicom {
    font-size: 14px;
    color: #d3d3d3;
    display: block;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: 'lato';
    margin-top: 3px;
}

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

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

nav.footer-menu {
    line-height: 18px;
    height: 16px;
    display: inline-block;
}

nav.footer-menu ul li a {
    font-size: 14px;
    color: #d3d3d3;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width: 1140px) {
    nav.footer-menu ul li a:hover {
        color: #fff;
    }
}

nav.footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

/**
 * FORM
 */

form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}

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

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

/* ZAOKRAGLENIA INPUTOW */
.form .form-control {
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    height: 46px;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.form .input-group-addon:first-child {
    border-radius: 0!important;
    border-color: rgba(0, 0, 0, 0.1);
}

.form .captcha-image-wrapper {
    padding-right: 46px;
}
.form button.captcha-refresh {
    border-radius: 0;
    width: 46px;
    height: 46px;
    border-color: rgba(0, 0, 0, 0.1);
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -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);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/*
 Sekcja logotypow
*/

.logotypes-box-container {
    padding-top: 53px;
    padding-bottom: 61px;
    background: url(../images/logoypes_bg.jpg) no-repeat top center;
}

.mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 48px;
    text-align: center;
}

.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: 146px;
    margin-left: -25px;
    margin-right: -25px;
}

.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;
    height: 146px;
    border: 1px solid #e0e1e1;
    margin: 0 25px;
    text-align: center;
    position: relative;
    background: #fff;
    width: 88% !important;
}

.logotype span {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    font-weight: bold;
    color: #b30054;
}
.slick-initialized .logotype[href]:hover {
    border-color: #b40153;
}

.logotype img {
    max-height: 90px;
    max-width: 90%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

.logotype-slider .slick-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow_l1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    left: -102px;
    margin-top: 23px;
    z-index: 2;
    width: 57px;
    height: 65px;
    margin: 0 !important;
}

@media screen and (min-width: 1140px) {
    .logotype-slider .slick-prev:hover {
        background: url(../images/arrow_l2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
    }
}

.logotype-slider .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    right: -102px;
    margin-top: 73px;
    width: 57px;
    height: 65px;
    margin: 0 !important;
}

@media screen and (min-width: 1140px) {
    .logotype-slider .slick-next:hover {
        background: url(../images/arrow_r2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
    }
}

/**
 Sociale
*/

nav.social-list {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
}

.social-list > ul {
    background: url(../images/line.png) no-repeat left center;
    overflow: hidden;
}

.social-list > ul > li {
    display: block;
    text-align: center;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/line.png) no-repeat right center;
}

.social-list > ul > li > a {
    display: block;
    color: #fff;
    width: 37px;
    height: 42px;
    line-height: 44px;
    background: url(../images/hex2.png) no-repeat center center;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

header.social-list > ul > li > a:before {
    background: url(../images/hex1.png) no-repeat center center;
}

@media screen and (min-width: 1140px) {
    header .social-list > ul > li > a:hover {
        background: url(../images/hex1.png) no-repeat center center;
        color: #f49f43
    }
}

.social-list > ul > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: url(../images/hex2.png) no-repeat center center;
}

@media screen and (min-width: 1140px) {
    .social-list > ul > li > a:hover {
        background: url(../images/hex2.png) no-repeat center center;
    }
}

/**
 * ARTICLE
 */

.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    border: 1px solid #e5e5e5;
    position: relative;
}

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

.article-text {
    overflow: visible;
}

.article-subtitle {
    padding-bottom: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 12px;
}

.article-text {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.05em;
}

.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;
}

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

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -17px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    background: url(../images/dot3.png) no-repeat;
    width: 7px;
    height: 7px;
}

/**
* PAGINATION ACTIVE
*/
/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/

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

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

.gallery li {
    width: 33.333%;
    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%;
    background: rgba(180, 0, 84, 0.902) url(../images/zoom.png) no-repeat center center;
    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 {
        opacity: 1;
    }
}

/*
 Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

.subpage .logo {
    width: auto;
    height: auto;
    background: transparent;
    padding: 19px 0px;
    margin: 0;
}

.subpage .logo a:first-child {
    display: none;
}

.text-box-container {
    padding-top: 40px;
    position: relative;
}

.shop-detalis-container {
    padding-top: 40px;
    position: relative;
}

.text-box-container .container {
    max-width: 1350px;
    position: relative;
    z-index: 2;
}

.files-box {
    padding-bottom: 7px;
    padding-top: 10px;
}

.files-box h2 {
    font-weight: 900;
    font-size: 30px;
    color: #000;
    margin-bottom: 43px;
}

.files-box ul {
    margin-bottom: 34px;
}

.files-box ul li {
    border: 1px solid #fcba38;
    overflow: hidden;
    margin-bottom: 9px;
}

.files-box ul li a {
    display: block;
    overflow: hidden;
    padding-right: 190px;
    position: relative;
}

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

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

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

    .files-box ul li a:hover {
        text-decoration: none !important;
        background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    }

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

.btn-download {
    color: #fff;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    line-height: 46px;
    height: 50px;
    padding: 0;
    text-align: center;
    z-index: 999;
    background: transparent;
    padding-left: 15px;
    border: 0 none;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    letter-spacing: 0.05em;
}

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

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

.btn-download .w {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1140px) {
    .files-box ul li a:hover .btn-download span svg * {
        fill: #fff;
    }
}

.icon-btn svg {
    display: block;
    fill: #fff;
}

.gallery-box {
    margin-bottom: 50px;
}

.gallery-box h2 {
    font-weight: 900;
    font-size: 30px;
    color: #000;
    margin-bottom: 43px;
}

.shop-list-container {
}

.shop-list-container .container {
    max-width: 1350px;
}

.search-form button {
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    width: 44px;
    height: 44px;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form button img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1140px) {
    .search-form button:hover svg {
        fill: #000000
    }
}

.search-form input {
    display: inline-block;
    padding: 0 33px;
    height: 44px;
    outline: 0;
    border: 1px solid #f28c1e;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    font-family: lato;
    padding: 0 50px 0 20px;
}

.search-form button svg {
    fill: #fff;
}

@media screen and (min-width: 1140px) {
    .search-form button:hover svg {
        fill: #000;
    }
}

.search-form form {
    margin-bottom: 0;
}

.search-form .search-box-inputs-container {
    margin-left: 0;
}

.search-shop-header {
    padding-bottom: 30px;
    padding-top: 9px;
}

.search-form {
    width: 29.6%;
    float: left;
}

.search-form .search-box-inputs-container {
    width: 100%;
}

.search-buttons {
    width: 70.4%;
    float: right;
}

.search-buttons ul li {
    float: left;
    width: 33.33%;
    padding-left: 10px;
}

.search-buttons ul li a {
    text-align: center;
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #b40554;
    background: #b40554;
    color: #fff;
    line-height: 42px;
}

.search-buttons ul li a.active {
    color: #b40554;
    background: transparent;
    border-color: #d982a9;
}

.search-buttons.search-buttons-mobile {
    float: none;
    display: none;
}
.search-buttons.search-buttons-mobile ul li:first-child {
    display: block;
}

@media screen and (min-width: 1140px) {
    .search-buttons ul li a:hover {
        color: #b40554;
        background: transparent;
        border-color: #d982a9;
    }
}

.btn-back-box {
    text-align: center;
    padding-bottom: 50px;
    clear: both;
}

.btn-back {
    display: inline-block;
    line-height: 44px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    height: 46px;
    border: 1px solid #000;
    font-size: 16px;
    background: #000;
    color: #fff;
    border-radius: 0;
    width: 190px;
}

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

.shops-type ul li {
    width: 20%;
    padding: 0 4px;
    margin-bottom: 9px;
    display: inline-block;
    vertical-align: middle;
}

.shops-type ul {
    margin: 0 -4px;
    font-size: 0;
    text-align: center;
}

.shops-type ul li a {
    display: block;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #b40554;
    border: 1px solid #d982a9;
    letter-spacing: 0.05em;
    background: #fff;
}

.shops-type ul li a:hover, .shops-type ul li a.active {
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    color: #fff
}

.search-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-top: 40px;
    background: url(../images/logoypes_bg.jpg) no-repeat top center;
}

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

.gallery-shop ul li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 25px;
    margin-bottom: 50px;
}

.gallery-shop ul li a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    height: 140px;
    border: 1px solid #e0e1e1;
    text-align: center;
    position: relative;
    background: #fff;
    width: 100%;
    font-size: 0;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.gallery-shop ul li a span {
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    color: #b40554;
    font-weight: bold;
    padding: 0 5px;
}

@media screen and (min-width: 1140px) {
    .gallery-shop ul li a:hover {
        border-color: #b40153;
    }
}

.gallery-shop ul li a img {
    max-height: 90px;
    max-width: 90%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

.article-image img:first-child {
    display: block;
}

.article-image svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.article-image img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.shop-detalis-container .container {
    max-width: 1350px;
}

.shop-info-boxes {
    padding-top: 17px;
    margin: 0 -12px;
    padding-bottom: 50px;
}

.shop-box {
    float: left;
    width: 33.33%;
    padding: 0 12px;
}

.shop-info {
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.shop-info-header {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 9px;
    background: #f7f6f6;
    margin-bottom: 10px;
}

.info-icon {
    background: url(../images/hex2.png) no-repeat center center;
    width: 35px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.info-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 2.5px;
}

.info-text {
    display: inline-block;
    font-weight: 300;
}

.shop-info .text.txt {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.shop-info .text.txt strong {
    font-weight: 900;
}

.shop-info .text.txt a {
    color: #000;
}

.shop-info a.btn-map {
    font-size: 12px;
    width: 144px;
    height: 34px;
    line-height: 32px;
    background: #b40054;
    border: 1px solid #b40054;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-top: 14px;
    border-radius: 0;
    padding: 0;
}

.shop-info-content {
    padding: 0 10px;
}

.information-box-container {
    position: relative;
}

.col-left {
    width: 18%;
    float: left;
    position: relative;
    z-index: 2;
    height: 100%;
}

.col-bg {
    width: 500px;
    height: 5000px;
    background: #f9f9f9;
    position: absolute;
    right: 0;
    top: 0;
}

.col-left h2 {
    font-size: 35px;
    color: #000;
    font-weight: 900;
    padding: 0 30px;
    padding-bottom: 44px;
    position: relative;
    padding-top: 34px;
}

.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: 30px;
}

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

.submenu ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.submenu ul li a {
    display: block;
    line-height: 170%;
    padding: 11px 30px 11px 30px;
    position: relative;
    background: url(../images/arrow1.png) no-repeat right center;
    font-size: 16px;
    color: #646464;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 1140px) {
    .submenu ul li.active > a, .submenu ul li a:hover {
        color: #fff;
        background-position: right center;
        background-image: url(../images/arrow2.png), -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: url(../images/arrow2.png), -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: url(../images/arrow2.png), -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-repeat: no-repeat;
    }
}

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

.submenu ul ul li {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}

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

.submenu ul li.active ul li a {
    letter-spacing: 0;
    background: url(../images/dot3.png) 35px 21px no-repeat #eeeeee;
    font-weight: normal;
    padding-left: 56px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #646464;
}

@media screen and (min-width: 1140px) {
    .submenu ul li.active ul li.active > a, .submenu ul li.active ul li a:hover {
        color: #b40054;
    }
}

.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;
}

@media screen and (min-width: 1140px) {
    .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;
    }
}

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

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

.col-right {
    width: 82%;
    float: right;
    padding-top: 34px;
}

.col-right .container {
    max-width: 1350px;
}

.facilitation-box {
    margin: 0 -19px;
    padding-top: 13px;
}

.facilitation-box ul li {
    float: left;
    width: 20%;
    padding: 0 19px;
    margin-bottom: 37px;
}

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

.facilitation-icon {
    display: block;
    width: 73px;
    margin: 0 auto;
    height: 73px;
}

.facilitation-icon svg {
    fill: #58585a;
}

.facilitation-name {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 300;
    padding: 0 20px;
    margin-top: -8px;
    min-height: 40px;
}

.col-right h1 {
    text-align: left;
    font-weight: 900;
    font-size: 35px;
    color: #000000;
    margin-bottom: 34px;
}

@media screen and (min-width: 1140px) {
    .facilitation-box ul li a:hover {
        border: 1px solid transparent;
    }

    .facilitation-box ul li a:hover {
        background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    }

    .facilitation-box ul li a:hover .facilitation-icon svg, .facilitation-box ul li a:hover .facilitation-icon svg * {
        fill: #fff;
    }

    .facilitation-box ul li a:hover .facilitation-name {
        color: #fff;
    }
}

.facilitation-list {
    border-top: 1px solid #e5e5e5;
    padding-top: 39px;
}

.facilitation {
    border: 1px solid #e5e5e5;
    padding: 13px;
}

.facilitation-desc h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.facilitation-button {
    position: absolute;
    right: 19px;
    width: 16%;
    top: 0;
    height: 100%;
}

.facilitation-icon-element {
    display: block;
    width: 20%;
    text-align: center;
    float: left;
    padding: 0 19px;
    position: absolute;
    left: 0;
}

.facilitation-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 39px;
}

.facilitation-desc {
    padding-top: 11px;
    min-height: 150px;
}

a.btn.btn-big-map {
    text-align: center;
    width: 100%;
    height: 46px;
    font-size: 15px;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background: #b40554;
    margin-top: -19px;
    line-height: 44px;
    border: 1px solid #b40554;
}

.facilitation-desc .text.txt {
    margin-bottom: 0;
}

.facilitation-item-content {
    position: relative;
    padding-left: 22.2%;
    padding-right: 20%;
    padding-bottom: 36px;
    margin: 0 -19px;
}

@media screen and (min-width: 1140px) {
    .facilitation-item:hover .facilitation {
        background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    }

    .facilitation-item:hover .facilitation .facilitation-icon svg, .facilitation-item:hover .facilitation .facilitation-icon svg * {
        fill: #fff;
    }

    .facilitation-item:hover .facilitation .facilitation-name {
        color: #fff;
    }

    a.btn.btn-big-map:hover {
        background: #fff;
        color: #b40554;
    }
}

.facilitation-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.contact-left .txt {
    line-height: 188%;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.contact-left .txt h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.contact-left .txt a {
    color: #b40054;
}

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

.contact-left-content {
    max-width: 636px;
    float: right;
    padding-top: 32px;
    padding-right: 30px;
}

.contact-box {
    padding-bottom: 36px;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 830px;
}

.map-box {
    width: 50%;
    float: right;
}

.contact-bottom .container {
    max-width: 1350px;
}

.person-box {
    width: 25%;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
}

.person-box h4 {
    font-weight: 900;
    font-size: 18px;
    color: #b40054;
    margin-bottom: 17px;
}

.person-box .text.txt {
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.person-box .text.txt a {
    color: #000;
}

.person-box:last-child {
    border-right: 0 none;
}

.person-boxes {
    margin: 0 -20px;
}

.contact-bottom {
    padding-bottom: 49px;
}

.contact-shop-container .container {
    max-width: 1350px;
}

.contact-shop-container h2 {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    margin-bottom: 45px;
}

.contact-shop-container {
    padding-top: 45px;
    background: url(../images/search_bg.jpg) no-repeat;
}

.contact-shop ul {
    margin: 0 -13px;
    font-size: 0;
}

.contact-shop ul li {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    padding: 0 13px;
    margin-bottom: 26px;
}

.contact-shop ul li a {
    float: none;
    display: block;
    vertical-align: middle;
    padding: 4px;
    height: 68px;
    border: 1px solid #e0e1e1;
    text-align: center;
    position: relative;
    background: #fff;
}

.contact-shop ul li a span {
    font-size: 12px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

@media screen and (min-width: 1140px) {
    .contact-shop ul li a:hover {
        border-color: #b40554;
    }
}

.contact-shop ul li a img {
    max-height: 80%;
    max-width: 80%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
    left: 0;
    right: 0;
}

.bg-sub-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
}

.bg-sub-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 114px;
    z-index: 2;
}

.bg-sub-bottom img, .bg-sub-top img {
    display: block;
    position: absolute;
}

img.img10 {
    left: 24%;
    top: 2%;
    width: 10%;
}

.promotion-bg-top img {
    display: inline-block;
    position: absolute;
}

img.img31 {
    left: 2%;
    width: 59%;
    top: -90px;
}

img.img32 {
    left: 72%;
    width: 15%;
    top: 35px;
}

img.img33 {
    left: 39%;
    width: 32%;
    top: 105px;
}

img.img34 {
    left: 18%;
    width: 16%;
    top: 246px;
}

img.img35 {
    left: 71%;
    width: 16%;
    top: 246px;
}

img.img36 {
    bottom: 17px;
    right: 9%;
    width: 23%;
}

img.img37 {
    bottom: 17px;
    right: 59%;
    width: 32%;
}

img.img38 {
    bottom: 105px;
    right: 9%;
    width: 57%;
}

img.img39 {
    bottom: 300px;
    right: 9%;
    width: 16%;
}

img.img40 {
    bottom: 300px;
    right: 61%;
    width: 16%;
}

img.img41 {
    bottom: 360px;
    right: 24%;
    width: 32%;
}

img.img42 {
    bottom: 450px;
    right: 8%;
    width: 15%;
}

.information-box-container .bg-sub-bottom {
    left: 0;
    right: auto;
    pointer-events: none;
}

.box-add {
    position: relative;
    padding: 10px;
    clear: both;
    z-index: 999;
}

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

.box-add a {
    border: 1px solid #e0e0e0;
    padding: 9px;
    display: block;
    background: #fff;
    margin-bottom: 10px;
}

.box-add a img {
    display: block;
    max-width: 100%;
    border: 1px solid #e0e0e0;
}

form#newsletter-form .form-control-feedback {
    margin-right: 45px;
    margin-top: 6px;
}

.modal-open .modal {
    z-index: 9999;
}

.promotion-slider.promotion-main .slide {
    width: auto;
}

.promotion-slider .slide {
    padding: 10px;
    margin-bottom: 0;
    width: 33.33%;
    float: left;
}

.form .alert-block .error {
    color: red !important;
}

.pagination-wrapper ul li.next a,
.pagination-wrapper ul li.prev a {
    background-size: 18px, contain!important;
}

.pagination-wrapper ul li.next a {
    background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    width: 44px;
    height: 50px;
}

@media screen and (min-width: 1140px) {
.pagination-wrapper ul li.next a:hover {
    background: url(../images/arrow_r2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
}
}

.pagination-wrapper ul li.prev a {
    background: url(../images/arrow_l1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    text-indent: -20000px;
    border: 0 none;
    width: 44px;
    height: 50px;
}

@media screen and (min-width: 1140px) {
.pagination-wrapper ul li.prev a:hover {
    background: url(../images/arrow_l2.png) no-repeat center center, url(../images/hex4.png) no-repeat center center;
}
}
.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
}

.pagination-wrapper ul li.active a {
    font-weight: bold;
    color: #b40554
}

.pagination-wrapper ul li a:hover {
    font-weight: bold;
    color: #b40554
}
.has-error .form-control-feedback {
    color: red;
}


/*img[class^='img1'],*/
/*img[class^='img2'],*/
/*img[class^='img3'],*/
/*img[class^='img4'] */
.pink-bg {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.bg-container {
    overflow: hidden;
}

.pink-bg {
    overflow: visible;
}

.icheckbox_minimal-custom,
.iradio_minimal-custom {
    background-image: url(../images/icheck/orangelight.png);
}

.form .before-consent-row .text,
.form .after-consent-row .text,
.form .consent-all {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #333333;
}
.form .consent-row .text label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #333333;
}
.form .before-consent-row {
    margin-bottom: 20px;
}
.form .after-consent-row {
    margin-top: 15px;
}

.modal-backdrop.in {
    opacity: 0.7;
}
.modal-newsletter.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0)!important;
    -moz-transform: translate3d(-50%, -50%, 0)!important;
    -ms-transform: translate3d(-50%, -50%, 0)!important;
    -o-transform: translate3d(-50%, -50%, 0)!important;
    transform: translate3d(-50%, -50%, 0) !important;
    max-width: 950px;
    width: 100%;
    margin: 0;
}

.modal-newsletter #newsletter-modal-form {
    max-width: 556px;
    margin: 0 auto;
}

.modal-newsletter .modal-content {
    position: relative;
    padding: 25px 0;
    border: 2px solid #f7a32b;
    border-image: linear-gradient(to right, #f28c1e, #fcba38);
    border-image-slice: 1;
    border-radius: 0;
    background-position: bottom 10px right 15px, center;
    background-repeat: no-repeat, repeat;
    background-size: 26% auto, auto;
    background-image: url("../images/newsletter-bg.png"), url("../images/modal-bg.jpg");
}

.modal-newsletter .modal-header {
    text-align: center;
    border: none;
}
.modal-newsletter .modal-title {
    font-size: 36px;
    font-weight: 900;
    color: #f7a32b;
    background-color: #f7a32b;
    background-image: linear-gradient(to right, #f28c1e, #fcba38);
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 0 0;
    -webkit-background-size: cover;
}

.modal-newsletter .moda-body {
    padding-top: 0;
}

.modal-newsletter .modal-header .close {
    opacity: 1;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-newsletter .modal-header .close span {
    position: relative;
    top: -2px;
}

.modal-newsletter .modal-footer {
    border: none;
}

.modal-newsletter .form .form-teaser {
    font-weight: 300;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
}

.btn-gradient {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 195px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-gradient:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: -moz-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 140, 30) 0%, rgb(252, 186, 56) 100%);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn-gradient span {
    position: relative;
}
@media screen and (min-width: 1140px) {
    .btn-gradient:hover {
        border-color: #f7a32b;
        color: #f7a32b;
    }
    .btn-gradient:hover:before {
        opacity: 0;
    }


    .modal-newsletter .modal-header .close:hover {
        background-color: #f7a32b;
    }
}