@import url("reset.css");
* {
    box-sizing: border-box;
}

html{
    overflow-x: hidden !important;
}
body{
    font-family: 'Montserrat', sans-serif;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background-color: #f8f8f8;
    width: 100%;
    overflow-x: hidden !important;
}
a:hover{
    text-decoration: none;
}
a:focus, a:active{
    outline: none;
}
.partners_slider .slick-slide img {
    display: block;
    margin: auto;
}
.header .mobile_menu{
    display: none;
}
.header{
    height: 120px;
    background-color: #2e3539;
    transition: background .3s linear,padding .3s linear;
}
.header .logo{
    width: 210px;
    background-color: white;
    height: 120px;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
}
.header .menu,  .header .shop-block{
    display: inline-block;
}
.header .menu ul li a{
    display: inline-block;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.header .menu ul li {
    display: inline-block;
    padding-right: 25px
}
.header .menu{
    vertical-align: top;
    padding-top: 50px;
    width: 54%;
    text-align: center;
}
.header .shop-block{
   float: right;
   width: 180px; 
}
.header .shop-block .telephone{
    height: 60px;
    background-color: #e30613;
    vertical-align: middle;
    text-align: center;
}
.header .shop-block .telephone a{
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.header .shop-block .telephone a span{
    position: relative;
    top: 24px;
    padding-left: 25px;
}
.header .shop-block .telephone a span:before{
    display: block;
    position: absolute;
    content: '';
    width: 25px;
    height: 24px;
    background-image: url(../img/phone-call.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    top: -4px;
}
.header .shop-block .shop{
    height: 60px;
    text-align: right;
}
.header .shop-block .shop a {
    color: #a3afb6;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    height: 100%;
    width: 100%;
}
.header .shop-block .shop a span{
    position: relative;
    top: 25px;
}
.header .shop-block .shop a span:before{
    display: block;
    position: absolute;
    content: '';
    width: 25px;
    height: 24px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -34px;
    top: -4px;    
}
.slider .swiper-slide{
    height: 735px;
    position: relative;
}
.slider .swiper-slide .slider-text .white-block{
    color: #2e3539;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    background-color: white;
    padding: 20px;
    margin-top: 90px;
    width: auto;
    display: inline-block;
}
.slider .swiper-slide .slider-text{
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.slider .swiper-slide .slider-text .text{
    color: #2e3539;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding-top: 10px
}
.slider .swiper-pagination-bullets{
    bottom: 42% !important;
    right: 10px;
    left: auto !important;
    width: auto !important;
}
.swiper-pagination-bullet {
    width: 33px !important;
    height: 33px !important;
    display: block !important;
    border-radius: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 20px !important;
    border:1px solid white;
}
.swiper-pagination-bullet-active{
    position: relative;
}
.swiper-pagination-bullet-active:before{
    content: '';
    width: 14px;
    height: 14px;
    top: 10px;
    left: 8px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    display: block;
    background-color: white;
}
.slider{
    position: relative;
}
.slider .rotate-box{
    width: 137px;
    height: 137px;
    opacity: 0.9;
    background-color: #e30613;
    position: absolute;
    bottom: -67px;
    z-index: 9;
    left: calc(50% - 67px);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.slider .rotate-box .white-box{
    width: 79px;
    height: 79px;
    border: 1px solid white;
    position: absolute;
    left: calc(50% - 39px);
    top: calc(50% - 39px);
    text-align: center;
}
.slider .rotate-box .white-box img{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 27px;
}
.rotate-boxes{
    padding-top: 200px;
    padding-bottom: 45px;
}
.rotate-boxes .item .text{
    color: #2e3539;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.rotate-boxes .item .image{
    text-align: center;
}
.offer .section_title{
    color: #2e3539;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.offer .box1{
    height: 490px;
}
.offer .box{
    position: relative;
}
.offer .box1 .item{
    background-color: rgba(227, 6, 19, 0.7);
    height: 100%;
}
.offer .box1 .item .rot-box{
    width: 322px;
    height: 322px;
    background-image: url(../img/rot-box.png);
    position: relative;
    text-align: center;
    margin: auto;
    top: calc(50% - 156px);
}
.offer .box1 .item .rot-box .text{
    color: white;
    font-size: 26px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.offer .box1 .item-hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.kreska{
    width: 37px;
    height: 1px;
    background-color: grey;
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    /* width: 100%; */
    text-align: center;
    left: calc(50% - 16px);
    opacity: 0;
}
.offer .box1 .item-hover .hover_item:hover .kreska{
    opacity:1;
}
.offer .box1:hover .item-hover{
    opacity: 1;
        transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.offer .box1:hover .item{
    opacity: 0;
        transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.offer .box1 .item-hover .hover_item{
    display: inline-block;
    width: 260px;
    height: 260px;
    text-align: center;
    background-image: url(../img/white-bg-rot.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
}
.offer .box1 .item-hover .hover_item a{
    color: #2e3539;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}
.offer .box-small{
    height: 350px;
    margin-top: 30px;
}
/*.offer .box-small .item:hover {

    background-color: rgba(0, 0, 0, 0.0);
}*/
.offer .box-small:hover .item{

    background-color: rgba(0, 0, 0, 0.26);
}
.offer .box-small .item {
    background-color: rgba(0, 0, 0, 0.66);
    height: 100%;
}
.offer .box-small  .item .rot-box {
    width: 262px;
    height: 262px;
    background-image: url(../img/rot-box.png);
    position: relative;
    text-align: center;
    margin: auto;
    top: calc(50% - 131px);
    background-size: contain
}
.offer .box-small .item .rot-box .text {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.offer .box-small .item-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: black;*/
    opacity: 0;
    text-align: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.offer .box-small .item-hover .hover_item {
    display: inline-block;
    width: 260px;
    height: 260px;
    text-align: center;
    background-image: url(../img/white-bg-rot.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
}
.offer .box-small .item-hover .hover_item a {
    color: #2e3539;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}
.offer .box-small:hover .item-hover{
    opacity: 1;
}
.partners_slider{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact{
    height: 470px;
}
.contact .contact-image{
    background-image: url(../img/foto-siedziba.png);
     height: 470px;
} 
.contact .contact-block{
    padding: 70px;
}  
.contact .contact-block .title{
    color: #2e3539;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.contact .contact-block .subtitle{
    color: #a3afb6;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 1px solid black;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2e3539;
    font-weight: 700;
}
.nav-tabs>li>a {
    color: #a3afb6;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.contact .contact-block .contact-tabs .adress p{
    padding-top: 40px;
    color: #2e3539;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.contact .contact-block .contact-tabs .adress p span{
      font-weight: 700;  
}
#map-block{
    height: 475px;
    width: 100%;
}
.footer{
    height: 90px;
    background-color: #2e3539;
}
.footer .fb-block i{
    color: #a3afb6;
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
}
.footer .fb-block{
    padding-top: 38px;
}
.footer .company-block{
    text-align: right;
}
.footer .company-block .company{
    color: #a3afb6;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 34px;
}
.footer .company-block .company a{
     color: #a3afb6;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;   
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1;
    position: absolute;
    right: -30px;
    top: -30px;
}
.modal-dialog {
    width: 1170px;
    margin: 30px auto;
    text-align: center;
    margin-top: 10%;
}
.modal-title {
    color: #2e3539;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 60px;
}
.modal-header {
    padding: 0;
    border-bottom: none;
}
.modal-subtitle{
    color: #a3afb6;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.modal-body .content input{
    width: 343px;
    height: 46px;
    background-color: white;
    border: 2px solid #e3e7e9;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    padding-left: 10px;
}
.modal-body .content textarea{
    width: 343px;
    height: 120px;
    background-color: white;
    border: 2px solid #e3e7e9;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    padding-left: 10px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    background-color: #e3e7e9;
    border: 2px solid #e3e7e9;
}
.modal-footer button{
    background-color: #2e3539;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 1px solid #2e3539;
}
.modal-body .content p{
    color: #2e3539;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.header.shrink  .logo{
    width: 182px;
    background-color: white;
    height: 60px;
    text-align: center;
    padding-top: 0;
    display: inline-block;
}
.header.shrink .logo a img{
    height: 86%;
    margin-top: 5px;
}
.header.shrink{
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all .3s linear,padding .3s linear;
}
.header.shrink .menu {
    vertical-align: top;
    padding-top: 25px;
    width: auto;
    text-align: center;
    padding-left: 40px;
}
.header.shrink .shop-block {
    float: right;
    width: 360px;
}
.header.shrink .shop-block .telephone {
    height: 60px;
    background-color: #e30613;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 180px;
}
.header.shrink .shop-block .shop {
    height: 60px;
    text-align: right;
    display: inline-block;
}
.header.shrink .shop-block .shop a span {
    position: relative;
    top: 0;
    left: 50px;
}
.modal-open {
    /* overflow: visible; */
    padding-right: 0 !important;
}
