*
{
    margin: 0;
    padding: 0;
}
body
{
    overflow-x: hidden;

background-image: -webkit-gradient(linear, left bottom, right top, from(#dae1e9), color-stop(#cdd9dd), color-stop(#c4d0cf), color-stop(#bec6c1), to(#babcb5));

background-image: -webkit-linear-gradient(left bottom, #dae1e9, #cdd9dd, #c4d0cf, #bec6c1, #babcb5);

background-image: -o-linear-gradient(left bottom, #dae1e9, #cdd9dd, #c4d0cf, #bec6c1, #babcb5);

background-image: linear-gradient(to right top, #dae1e9, #cdd9dd, #c4d0cf, #bec6c1, #babcb5);
background: url(https://i.pinimg.com/originals/af/54/8a/af548a9c87006cd98ae50835cd2b059b.jpg);

  background-size: cover;
  height: 100%;
}
/* preloader */
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 199999999;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
}
.loader img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.loader{
  width: 20%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ccc;
}
.loader :after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: .4;
}
.loader span{
  font-size: 23px;
  font-weight: bold;
}
.preloadHide{
  transition: 1s all;
  opacity: 0;
  visibility: hidden;
}
.container-fluid
{
    padding-right: 0;
    padding-left: 0;
}
/*header*/
.bw-light
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;

    padding-top: 0;
    padding-bottom: 0;

    background: #c00f;
    background: rgba(130,1,1,0.9411939775910365);


}
.startAim > div{

  margin-top: -150px;
}
.animacion > div{
  transition: .3s;
  margin-top: 0 !important;
}
.bw-light > img{
  margin-right: 20px;
  width: 90px;
  height: 55px;
}
.bw-light > div > ul > li:hover{
    border-radius: 6px;
   background: #000;
  background: rgb(255,132,132);
background: -webkit-radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);
background: -o-radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);
background: radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);
}
.nav-active{
      background: -webkit-radial-gradient(circle, rgba(255,132,132,0.2463760504201681) 0%, rgba(149,149,149,0.2772163865546218) 94%);
      background: -o-radial-gradient(circle, rgba(255,132,132,0.2463760504201681) 0%, rgba(149,149,149,0.2772163865546218) 94%);
      background: radial-gradient(circle, rgba(255,132,132,0.2463760504201681) 0%, rgba(149,149,149,0.2772163865546218) 94%);
      border-radius: 6px;

}
.bw-light > div > ul > li > div > a:active{

  background: -webkit-radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);

  background: -o-radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);

  background: radial-gradient(circle, rgba(255,132,132,0.8463760504201681) 0%, rgba(149,149,149,0.9472163865546218) 94%);

}

.bw-light > div > ul > li > a{
    font-size: 14px;
    font-weight: bold;
}
.menuBlockTwo{
    position: relative;
    cursor: pointer;
}

.menuUl{
    position: absolute;
    right: -102%;
    top: 0;
    background: rgba(226,226,226,.9);
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 102%;
    display: none;
}
.menuBlockTwo:hover > .menuUl{
    display: block;
}
.menuUl > li{
    list-style: none;
}
.menuUl a{
        padding-left: 15px;
    }
@media screen and (max-width: 892px){
    .menuUl{
        display: block;
        position: initial;
        background: initial;

    }
}
.nav-link
{
    color: #ccc !important;
}
.nav-link > img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.dropdown-menu{
    background: #555;
    background: rgba(226,226,226,.9);
    font-size: 14px;
}
.dropdown-item > img{
    vertical-align: top;
    margin-right: 10px;

}
.favItem{
    font-size: 16px !important;
}

.contacts > ul > li
{
    font-size: 11px;

    display: inline-block;

    margin-right: 15px;

    color: #ccc;
    font-weight: bold;
padding: 5px;
    cursor: pointer;
}
.contacts > ul > li > img{

}
.contacts > ul > li:hover{
    background: red;
}
.contacts > ul > li > a:hover, .contacts > ul > li:hover{
    color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.contacts > ul > li > p{
    font-size: 14px;
}
.contacts > ul > li > a
{
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
}

.contacts > ul > li > a > img,.contacts > ul > li > img
{
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 8px;
    margin-left: 8px;
}

/*content*/
.content > div
{
    padding: 0 15px;

}
.sliderBlock
{
    position: relative;
   max-width: 100%;
   margin: 0 auto;
   margin-top: 40px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 0;
    max-height: 550px;
}
.sliderBlock > div:first-child{
    position: absolute;
    top: -140px;
    left: 15px;
    color: #fff;
    padding: 0 35px;
   border-bottom: 2px solid #ccc;
   -webkit-transition: .9s;
   -o-transition: .9s;
   transition: .9s;
   z-index: 1;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
 padding: 15px !important;

   background: rgb(204,204,204);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(204,184,194,0.7278886554621849)), to(rgba(153,138,138,0.7278886554621849)));
background: -webkit-linear-gradient(bottom, rgba(204,184,194,0.7278886554621849) 0%, rgba(153,138,138,0.7278886554621849) 100%);
background: -o-linear-gradient(bottom, rgba(204,184,194,0.7278886554621849) 0%, rgba(153,138,138,0.7278886554621849) 100%);
background: linear-gradient(0deg, rgba(204,184,194,0.7278886554621849) 0%, rgba(153,138,138,0.7278886554621849) 100%);
}
.sliderBlock > div > h6{
font-weight: bold;
    font-size: 20px;
    text-shadow: 2px 4px rgba(0,0,0,.3);

}
.sliderBlock > div > h3{
   font-weight: bold;
    text-shadow: 2px 4px rgba(0,0,0,.5);
}
@media screen and (max-width: 892px){
    .sliderBlock > div:first-child{
        top: 30% !important;
    }
    .sliderBlock > div > *{
        font-size: 16px;
    }
    .sliderBlock > .slide > ol{
        top: 30px !important;
    }
    .sliderBlock{
        height: 350px;
    }

}
@media screen and (max-width: 462px){
    .sliderBlock{
        height: 250px;
    }
        .dropdown-menu.show{
        max-height: 400px !important;
        overflow: hidden !important;
        overflow: auto !important;
    }
    .contacts li{
        display: block !important;
    }
    .contacts li img{
        margin-left: 0 !important;
    }
}
.sliderBlock > img
{
    z-index: 0;

    display: block;

    width: 100%;
    height: 140%;
}
.sliderBlock > a{
  right: -100px;
}
.sliderBlock::after
{
     content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 98%;
    margin: 0 auto;
    height: 100%;

   z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

    opacity: .2;
    background: #555753ff;
}
.sliderBlock:hover::after
{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

    opacity: .1;
    z-index: -1;
}
.sliderBlock > a
{
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;

    position: absolute;
    z-index: 999;
    right: -180px;
    bottom: 70px;

    display: block;

    padding: 5px 18px;

    text-decoration: none;

    color: #fff;
    border-radius: 30px;
    background: #c00f;
    background: rgba(130,1,1,0.9411939775910365);
}
.sliderBlock > a:hover
{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;

    background: #a40000;
}
/*carosel ol*/
.sliderBlock > .slide > ol{
    top: 20px;
    z-index: 99;
}

.katalogSliderBlock{
    max-height: 500px;
}
.carousel-inner img{
    height: 100%;
    margin-top: -130px !important;
}

.mermasinBlock{

}
.mermasinBlock > div
{

    margin-top: 0;
        background: rgb(250,143,66);
background: -webkit-radial-gradient(circle, rgba(250,143,66,0.80772058823529416) 0%, rgba(204,204,204,1) 100%);
background: -o-radial-gradient(circle, rgba(250,143,66,0.80772058823529416) 0%, rgba(204,204,204,1) 100%);
background: radial-gradient(circle, rgba(250,143,66,0.80772058823529416) 0%, rgba(204,204,204,1) 100%);
        }
.mermasinBlock > div > div{
    padding: 15px;

    }
.mermasinBlock > div > div >img{
    width: 100%;
    height: 100%;
}

.havastagrerBlock img{
max-height: 350px;
display: block;
margin: 0 auto;
padding: 10px;
}
.mermasinH4
{
    font-weight: bold;
    z-index: 888;

    max-width: 600px;

    margin-top: 60px;
    margin-bottom: -2px;
    z-index: 999;
    padding: 8px 20px;

    text-align: center;

    border-radius: 10px 10px 0 0;
    background: #ccc;
    color: #fff;

    background: #EF2929FF;
    background: rgba(130,1,1,0.9411939775910365);

}
.productsHome > div{
    overflow-left: hidden;
}
.hrshejXoxovaknerHead{
    cursor: pointer;
    margin-top: -30px;
    margin-bottom: 60px;
    background: #c00f;
    text-align: center;
    color: #fff;
    border-radius: 0 20px 20px 0 !important;
    left: -1500px;
}
.hrshejXoxovaknerHead >h3{
    font-weight: bold;
        text-shadow: 2px 4px rgba(0,0,0,.5);

}

.productsHome
{
    min-height: 200px;
    position: relative;
    margin-top: -15px;
background: -webkit-radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 180%);
background: -o-radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 180%);
background: radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 180%);
}
.productsHome > div > h3{

}
.productsHome > .carosel
{
background: -webkit-linear-gradient(275deg, rgba(204,204,204,.6) 0%, rgba(244,102,19,0.2665441176470589) 100%);
background: -o-linear-gradient(275deg, rgba(204,204,204,.6) 0%, rgba(244,102,19,0.2665441176470589) 100%);
background: linear-gradient(175deg, rgba(204,204,204,.6) 0%, rgba(244,102,19,0.2665441176470589) 100%);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding-bottom: 14px;
}
.productsHome > .carosel > div{
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    border-radius: 10px;
    margin-top: 15px;
}
.productsHome > .carosel > div:first-child{
        margin-top: -20px;
    background: rgba(130,1,1,0.9411939775910365);

}
.productsHome > .carosel > div:hover, .productsHome > div:first-child:hover{
-webkit-box-shadow: -1px 0px 61px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 0px 61px 0px rgba(0,0,0,0.75);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.productsHome > div > div
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
}
.imageIconProducts{
    position: relative;
}
.imageIconProducts > span{
    position: absolute;
    right: 5px;
    top: -80px;
    width: 30px;
    height: 30px;
    opacity: .8;
    z-index: 999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.imageIconProducts:hover > span{
    top: 5px;
}
@media screen and (max-width: 992px) {
    .imageIconProducts > span{
        top: 5px;
        border: 0;
    }
    .carousel-inner img{
    height: 100%;
    margin-top: 0 !important;
}
}
.imageIconProducts > span >img{
    width: inherit;
    height: inherit;
    border: 0 !important;
}
.productKatalog > div > div > div> img{
    z-index: 1;
}
.productKatalog > div > div > div > p{
    position: relative;
    bottom: -40px;
    z-index: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #ccc;
    padding: 10px 5px;
    opacity:.9;
}
.productKatalog > div > div > div:hover > p{
    bottom: 60px;
    text-align: center;

    left: 0;
    right: 0;
    z-index: 99;
    background: #ccc;

}
.productKatalog > div > div > div > p > button{
    cursor: pointer;
    padding: 5px 18px;
    text-decoration: none;
    color: red;
    font-weight: bold;
        border-radius: 5px;
    background: #fff;
    border: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.productKatalog > div > div > div > p > button:hover{
   color: #fff;
    background: red;
    border-radius: 5px;
}
@media screen and (max-width: 992px) {
    .productKatalog > div > div > div > p{
    bottom: 55px;
    z-index: 999;
    }
    .productKatalog > div > div > div > p:hover{
      bottom: 55px;
    }
    html{
        overflow-x: hidden;
    }
}
.productsHome > div > div > h5
{
    max-width: 200px;
    margin: 10px auto;
    margin-bottom: 8px;
font-size: 15px;
    text-align: center;
    margin-top: 4px;
    border-radius: 6px;
    background: #ccc;
    padding: 4px;
}
.productsHome > div > div > p
{
    margin-top: 5px;
    padding: 5px 20px;
z-index: 100;
display: block;
position: relative;
    text-align: left !important;
}
.productsHome > div > div >button, .productsHome > div > div > p >a{

    display: block;
    margin: 0 auto;
    background: #EF2929FF;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #EF2929FF;
    margin-top: 5px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
}
.productsHome > div > div>button:hover, .productsHome > div > div > p >a:hover{
    background: #A40000FF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.productsHome > div > div > div
{
    overflow: hidden;

    width: 200px;
    height: 200px;
    margin: 0 auto;

    border: 2px solid #ccc;
    border-radius: 8px;
}
.productsHome > div > div > div > img
{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.imageIconProducts:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ccc;
    opacity: .2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.imageIconProducts:hover:after {
    opacity: 0;
    z-index: -3;
}
@media screen and (max-width: 992px){
    .imageIconProducts:after{
        display: none;
    }

}
.imageIconProducts{
    cursor: pointer;
}
.imageIcon{
    position: relative;
    overflow: hidden;
}
.imageIcon:hover > p{
   bottom: -5px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   opacity: .9;
}
.imageIcon > p{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
        background: #ccc;
    padding: 10px 5px;
}
.imageIcon > p > a{
    padding: 5px 10px;
    width: 100%;
    text-decoration: none;
    color: red;
    font-weight: bold;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.imageIcon > p > a:hover{
    color: #fff;
    background: red;
    border-radius: 5px;
}
@media screen and (max-width: 992px) {
    .imageIcon > p{
   bottom: -15px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
   .imageIcon > p:hover{
   bottom: -15px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
.katalogHead{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
}

/*aprankner html*/
.katalogSliderBlock{
    height: 100%;
    overflow: hidden;
}
.katalogSliderBlock > img{
    height: 700px;
}
.katalogSliderBlock > div{

}
.katalogMermasin {
  bottom: 300px !important;
}
.apranknerBlock{
    margin-top: 50px;
}
.katalogHead{
    position: absolute;
    background: #c00f;
    background: rgba(130,1,1,0.9411939775910365);
    border-radius:  0  20px 20px 0;
    margin-top: -30px;
    margin-left: -1500px ;
    padding: 10px;
    left: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    z-index: 1;

}
.katalogHead > h3{
    color: #fff;
    text-align: center;
    font-weight: bold;
        text-shadow: 2px 4px rgba(0,0,0,.5);

}
.productKatalog > div:nth-child(2){
    margin-top: 60px;
}

.produkts{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
    border-radius: 10px;
}
.produkts {
  -webkit-box-shadow: -10px 2px 100px -45px rgba(0,0,0,0.75);
  -moz-box-shadow: -10px 2px 100px -45px rgba(0,0,0,0.75);
  box-shadow: -10px 2px 100px -45px rgba(0,0,0,0.75);
}
.produkts > div > h5{
   max-width: 400px !important;
   background: rgb(204,204,204);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(204,204,204,0.33012955182072825)), to(rgba(204,204,204,0.327328431372549))) !important;
background: -webkit-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
background: -o-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
background: linear-gradient(0deg, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
   color: #222;
}
.imageIconProducts{
    width: 250px !important;
    height: 250px !important;
}
.produkts > div > div > img{
    width: 100%;
    height: 100%;
}
.produkts > div > p{
    margin-top: 30px;
    padding: 5px 20px;
    font-size: 13px;
}


.produkts > div > p > a{
    padding: 8px 20px;
    background: #EF2929FF;
    color: #fff;
    text-decoration: none;
}
.produkts > div > p > a:hover{
    background: #A40000FF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.productKatalog{
    margin-top: -150px;
}
.productOpisania{


}
.productOpisania > p{
    text-align: left !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
        border-bottom: 1px solid #ccc;
        border-color: rgba(225, 224, 224, 0.4);
        font-size: 13px !important;
        line-height: 1.5;
        width: 80%;
        margin: 0 auto;
}
.carayutyunerHead{

}
.carayutyunerBlock > div{
    margin-top: 50px;
    display: block !important; 
}
.carayutyunerBlock p{
    font-size: 14px !important;
}
.carayutyunerBlock h4{
    max-width: 480px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(204,204,204,0.33012955182072825)), to(rgba(204,204,204,0.327328431372549))) !important;
        background: -webkit-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
        background: -o-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
        background: linear-gradient(0deg, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;

}

.veralickavorum{

}
.favoritnerBlock{
    min-height: 400px !important;
}
.favoritnerBlock img{
    margin-top: 150px;
}
/*footer*/
.footer {
   background: #474747;
   padding: 30px 15px;
   margin-top: 40px;
   position: relative;
   bottom: 0 !important;
}
.footer  h6{
    color: #fff;
}
.footer > div > div > ul li{
    list-style: none;
    display: block;
}
.footer > div > div > ul li a{
    color: #999;
    font-size: 14px;
}
.footer > div > div > ul li a:hover{
    color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.footer_soc{
    border-top: 1px solid #555;
    padding-top: 8px;
}


.menus > ul{
    display: block;
    max-height: 100%;
    width: 100%;
}
.menus > ul > li{
  width: 250px;
  display: inline-block !important;
}
.menus > ul > li > a{
  font-size: 14px !important;
}

.contacts > h6{
    margin-bottom: 15px;
}
.contacts >div{}
.contacts >div > *{
    display: inline-block;
}
.contacts >div > h6{
    color: #999 !important;
    margin-right: 10px;
    font-size: 13px;
}
.contacts >div > p{
    color: #777;
    font-size: 13px;
    margin-bottom: 4px;
}



/*product zoom*/
.produktsSize {
    position: fixed;
    z-index: 8888;
    display: block;
    margin: 0 auto;
    width: 0%;
    overflow: auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    height: 100%;
    background: -webkit-radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 100%);
    background: -o-radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 100%);
    background: radial-gradient(circle, rgba(250,143,66,0.90772058823529416) 0%, rgba(204,204,204,1) 100%);
    padding-top: 60px;
}
.produktsSize p {
    text-align: left !important;
    line-height: 3;
}
.produktsSize h5{
    line-height: 3;
    text-align: center !important;
}
.produktsSize > div{

float: left !important;
}
.produktsSize > div > div > span{
    display: none;
}
.produktsSize > div:first-child{
    max-width: 80% !important;
    width: 50%;
    height: 80% !important;
}
.produktsSize > div:last-child{
    float: right;
}
.produktsSize > div button{
    display: none;
}
.produktsSize .imageIconProducts{
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.produktsSize img{
    width: 100%;
    height: 100% !important;
    border-radius: 10px;
    border: 4px solid #BABDB6FF;
}
.content{
    max-width: 100%;
    position: relative;
    z-index: 9;
    top: 0;
}
.x{
    font-size: 20px;
position: absolute;
right: 20px;
top: 50px;
cursor: pointer;
padding: 10px;
background: #fff;
line-height: 1 !important;
font-weight: bold;
z-index: 9999;
border: 1px solid red;

}

.x:hover{
    background: #A40000FF;
    color: #fff;
}
/*kap*/


.katalogContent{
    margin-top: 140px;
}
.kapHome {
    margin-top: -140px !important;
    min-height: 400px;
}
.kapHome > div div > p >*{
  background: 0 !important;
  border: 0 !important;

}
.kapHome > .produkts{
  margin-top: 60px !important;
}
.kapHome > div div > p >a{
    display: contents;
    color: #000;
    text-decoration: underline;
}
.kapHome > div div > p >a>img{
    display: inline-block;
}
.productOpisaniakap > p{
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(204,204,204,0.33012955182072825)), to(rgba(204,204,204,0.327328431372549))) !important;
    background: -webkit-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
    background: -o-linear-gradient(bottom, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
    background: linear-gradient(0deg, rgba(204,204,204,0.33012955182072825) 0%, rgba(204,204,204,0.327328431372549) 100%) !important;
     border: 0 !important;
     font-size: 16px !important;
}
/* map */
#map{
  width: 85%;
  height: 400px;
}
@media screen and (max-width: 992px) {
  #map{
    width: 100%;
    height: 400px;
  }
}
