h1{
    font-size:25px;
}

#sp-header {
    background: #ffffffa8
}

body {
     background: url('/../../images/sky.jpg') no-repeat fixed top center / cover #ffffff;
 }

a:hover{
    color:#003261;
}

.toppic1{
    background:  url('/../../images/bg1.webp') no-repeat scroll top center / cover;
    color:white;
}

.bann{
    display: block;
    width:100%;
    min-height:300px;;
    border:1px solid red;
}

#sp-top1 img, #sp-footer .mess img {
    width: 35px;
    margin-bottom: -10px;

}

#sp-top1 a, #sp-footer .mess a{
    color:black;
    display: inline-block !important;
    margin-right: 10px;
    text-align: center;  
}

#sp-header {

}

input.tf-phone-control--number{
    border: none !important;
}


#formsec .sppb-row{
    margin-top:-120px;
    padding-bottom:30px;
}

#formsec .zag p{
    font-family: Manrope;
    color: white !important;
    font-size:25px;
    font-weight:700;
    text-align:center;
    margin-bottom:4px;
}

.eb-visible input{
    border:1px solid #9e9e9e !important;
}

.eb-dialog{
    border-radius:20px;
}

.eb-visible p.zag {
    font-family: Manrope;
      font-size:25px;
    font-weight:900;
    text-align:center;
    margin-bottom:14px;
    margin-top:-10px;
}

.eb-visible p.opis {
    font-family: "Manrope";
}

.botform{
    padding:0px 30px !important;
}

.botform .sogl p{
        color: white !important;
    font-size:13px  !important;
}


.eb-visible .sogl p{
    font-size:13px  !important;
}

.eb-visible .zag p{
    font-family: Manrope;
     font-size:25px;
    font-weight:700;
    text-align:center;
    margin-bottom:9px;
    margin-top:-20px;
}

p.sogl , .sogl a{
        color: #000000 !important;
    font-size:10px  !important;
    margin-bottom:0px   !important;
}

.botform .cf-input, .eb-visible .cf-input   {
    
    padding:15px !important;
    border-radius:5px  !important;
}



.botform .cf-btn, .eb-visible  .cf-btn {
    width:100%;

}

#foosec, #foosec a{
    color: white !important;
    font-size:17px;
}

#foosec .tel{
   font-weight:700; 
}




.dost img{
    margin:0px auto;
}

.dost .uk-h3{
    font-weight: 700  !important;
    font-size:22px   !important;
}

.dost .uk-margin{
    text-align:left;
}

.prod{
    margin-top:70px   !important;
    padding: 0px 30px    !important;
}

.dost .wk-panel {
    background: #F7F7F8 !important;
    padding-bottom:20px;
    border-radius:7px;
    padding: 20px;
}

.dlyasec .wk-panel {
    background: #ffffff !important;

}

.seczag{

    font-weight: 700  !important; 
    font-size:27px;
    text-align:center;
    margin-bottom:40px;
}

.b1 {
        position: relative;
        overflow: hidden;
        display: block;
        background: #ffffff;
        color: #000000;
        text-align: center;
        width: 330px;
        padding: 15px 20px 15px 20px;
    font-family: Roboto Slab;
    text-transform:uppercase;
        border-radius: 50px;
        font-weight:bold;
        transition: all .2s ease-in-out;
        z-index:10 !important;
        margin:0px auto;
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
}

.b1:hover {
    color: #000000;
}

.dlyasec .b1 {
    background: #458e55;
    color:white;
}


.anim:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 4s infinite;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

.b1:hover {
    color: white;

    transform: scale(1.08);
}

#sp-top1 p, #sp-top2 p, #sp-top3 p {
    margin-bottom:0px;
}




.fab {
              position: fixed;
              width: 56px;
    right: 22px;
    bottom: 80px;
              margin-left: -28px;
            }
            
            .fab:hover .fab-buttons {
              opacity: 1;
              visibility: visible;
            }
            
            .fab:hover .fab-buttons__link {
              transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
            }
            
            .fab-action-button:hover + .fab-buttons .fab-buttons__link:before {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
              transform-origin: right center 0;
              transition-delay: 0.3s;
            }
            
            .fab-action-button {
              position: absolute;
              bottom: 0;
              display: block;
              width: 56px;
              height: 56px;
              background-color: #5bc34a;
              border-radius: 50%;
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            }
            
            .fab-buttons {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 50px;
              list-style: none;
              margin: 0;
              padding: 0;
              opacity: 0;
              visibility: hidden;
              transition: 0.2s;
            }
            
            .fab-action-button__icon {
              display: inline-block;
              width: 56px;
              height: 56px;
              background: url('/../../images/mess.svg') center no-repeat;
                background-size:30px;;
            }
            
            .fab-buttons__item {
              display: block;
              text-align: center;
              margin: 12px 0;
            }
            
            .fab-buttons__link {
              display: inline-block;
              width: 40px;
              height: 40px;
              text-decoration: none;
              1background-color: #ffffff;
              border-radius: 50%;
              1box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
              transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
              -moz-transition: .3s;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
            }
            
            [data-tooltip]:before {
                font-family: Montserrat, sans-serif;
              top: 50%;
              margin-top: -11px;
              font-weight: 600;
              border-radius: 2px;
              background: #585858;
              color: #fff;
              content: attr(data-tooltip);
              font-size: 12px;
              text-decoration: none !important;
              visibility: hidden;
              opacity: 0;
              padding: 4px 7px;
              margin-right: 12px;
              position: absolute;
              transform: scale(0);
              right: 100%;
              white-space: nowrap;
              transform-origin: top right;
              transition: all .3s cubic-bezier(.25, .8, .25, 1);
            }
            
            [data-tooltip]:hover:before {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
              transform-origin: right center 0;
            }
            
            .icon-material {
              display: inline-block;
              width: 50px;
              height: 50px;
                background-size:50px !important;
            }
            
            .icon-material_tg {
              background: url('/../../images/itg.svg') center no-repeat;
                
            }
            
            .icon-material_wp {
              background: url('/../../images/iwp.svg') center no-repeat;
            }
            
            .icon-material_vb {
              background:url('/../../images/ivb.svg') center no-repeat;
            }
            
            .icon-material_tl {
              background: url('/../../images/itl.svg') center no-repeat;
            }

.sp-scroll-up {

    bottom: 10px;
    right: 30px;
}





@media screen and (min-width:992px) {
    #sp-logo,  #sp-top1, #sp-top2, #sp-top3 {
    display: flex !important;
}
}


#sp-logo,  #sp-top1, #sp-top2, #sp-top3 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h_tel{
        color:#000000;
    font-family: Roboto Slab;
    font-weight: bold;
    font-size: 18px;
}

#sp-footer .h_tel{
    color:#000000;
    font-family: Roboto Slab;
    font-weight: bold;
    font-size: 24px;
}

#sp-top3 a{
    font-size: 18px;
    font-weight: normal;
}


.logo{
    margin-top:20px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent>li>span {
    font-size: 20px;
    font-weight:700 !important;
}

.sp-menu-item a:hover{
    color: #db0023 !important;
}

.sp-megamenu-parent>li:last-child>a, .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding-right: 20px !important;
    padding-left: 20px !important;
    color: ##000000;
}

#sp-menu a {
    color: ##000000;
}

.sp-megamenu-parent>li>a, .sp-menu-heading {
    color: #000000 !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
}

.sp-menu-item:hover {
    1background: #fcf8e3;
}

.sp-menu-item:hover a {
    color: white;
}

.sp-menu-item.current-item.active {
    background: #ffffff3d;
}

.sp-dropdown-inner {
    padding: 7px !important;
    1background: #fcf8e3 !important;
    font-family:
}

.sp-dropdown-inner:hover {
    1background-color: #fcf8e3 !important;
}

.sp-dropdown-inner li {
    text-align: left;
    padding: 0 4px!important;
}

.sp-dropdown-inner li a {
    font-size: 19px !important;
    width: 100%;
    color: black !important;
}

.sp-dropdown-inner li:hover {
    1background: #f7f0ca;
}



#sp-breadcrumbs .float-start{
    display: none  !important;
}

ol.breadcrumb{
    margin-bottom:0px;
}

.article-ratings-social-share{
    display: none  !important;
}


.st {
    position: absolute;
    bottom: 5px;
    color: white;
    font-size: 10px;
    width: 100%;
    text-align: right;
    z-index:10;
}

.st .container {
    background: transparent;
    padding-right: 20px;
    color: white;
}

.st a, .st a:hover {
    color: white;
}

@media screen and (max-width: 760px) {
   #sp-header{
       display: flex  !important;
       height:80px !important;

   }

    #sp-phone .row{
                 align-items: center;
  justify-content: center;
    }

    #sp-top1, #sp-top2{
display: flex;
        width: auto;
    }

    #sp-phone{
        padding: 10px 2px;
        background: #ffffffb5;
        text-align:center;
    }

    .logo{
        padding-top:10px !important;
        margin:0px auto  !important;
    }

}
