body {
    margin:0;
    padding:0;
}
h1{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 76px;
}
h2{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
}
h3{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
}
h4{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

/* HEADER */
header{
    position:absolute;
    top:0;
    height:130px;
    width: 100%;
    display: flex;
    z-index: 110;
}
.logo-head {
    width: 200px;
    height:55px;
    margin-top:38px;
    margin-left: 150px;
}
.menu {
    display:flex;
    margin-right: 150px;
    height:30px;
    margin-top: 52px;
    margin-left: auto;
}
.menu .menu-item{
    margin: 0 25px;
}
.menu .menu-item p{
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color:#fff;
    white-space: nowrap;
}
.mobile-menu{
    display:none;
}
.logo-head-mobile{
    display:none;
}
.dropdown .dropdown-content {
    display: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content{
    position: absolute;
    top: 27px;
    background: #00290E;
    display: flex;
    flex-wrap: wrap;
    width: 235px;
    padding: 18px;
    right: -60px;
}
.dropdownmenu p{
    cursor: pointer;
    padding: 0 5px;
}
.dropdownmenu p::after{
    content: '';
    background-image: url("../../img/arrow-ico.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 7px;
    left: 63px;
}
.dropdown-content a{
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.menulogo{
    background-image: url("../../img/menu.png");
    height: 40px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 16px;
    top: 25px;
    border: none;
}
.mobile-popup{
    height: 500px;
    width: 100%;
    padding-top: 80px;
    padding-left: 20px;
    background-color: #00290E;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.5);
}
.mobile-item{
  color:#fff;
  font-family: "Clone Rounded Latin";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 29px;
}
.text-decoration-underline{
  text-decoration: underline;
  text-decoration-color: #fff;
}
.text-dec-green{
  text-decoration: underline;
  text-decoration-color: #006623;
}
.text-decoration-underline:hover, .text-dec-green:hover{
    text-decoration: none;
}
.menu-button{
    background: transparent;
    border: none;
}
a:hover{
    text-decoration: none !important;
}

@media only screen and (max-width: 900px) {
    .logo-head{
        margin-left: 100px;
    }
    .menu{
        margin-right: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu{
        display:block;
    }
    .logo-head{
        display: none !important;
    }
    .logo-head-mobile{
        display: block;
        position: absolute;
        z-index: 110;
        margin-left:23px !important;
        margin-top:25px !important;
    }
    .logo-head-mobile, .logo-footer{
        width: 150px !important;
    }
    footer p{
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .slider-subheader{
       width: 100% !important;
       padding: 0 42px;
    }
    h1{
       font-size: 34px;
       line-height: 40px;
    }
    h2{
        font-size: 32px;
        line-height: 38px;
    }
    .sidepage-text h3{
        font-size: 26px !important;
        line-height: 32px !important;
    }
    .slider-subheader h3{
        font-size: 22px;
        line-height: 24px;
    }
    .slider-header{
        width: 100% !important;
        padding: 0 16px;
        margin-top: 90px !important;
    }
    .HP-slider{
        height: 500px !important;
    }
    .HP-slider .slider-button{
        margin-top: 25px !important;
    }
    .service-info{
        margin-bottom: 25px !important;
        margin-top: 25px !important;
    }
    .bottom-texts{
        margin: 35px 0 !important;
    }
    .info-left{
        margin-top: 40px !important;
        margin-bottom: 0px !important;
        padding: 0 18px !important;
    }
    .info-right{
        margin-bottom: 40px !important;
        margin-top: 0px !important;
        padding: 0 18px !important;
    }
    .footer-menu{
        margin-top: 35px !important;
    }
    .footer-contact, .footer-services{
        margin-top: 35px;
    }
    .footer-ico h4{
        font-size: 18px !important;
    }
    .footer-copyright{
        margin: 5px 16px 16px 16px;
    }

}

/* HP */

.HP-slider {
  background-image: url("../../img/bg_slider.jpg");
  background-color: #cccccc;
  height: 100vh;
  width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.HP-slider .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
    background: #007F2C;
    width: 30px;
    height: 48px;
    border-radius:7px 0 0 7px;
    border: none;
    z-index:105;
}
.HP-slider .slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
    background: #007F2C;
    width: 30px;
    height: 48px;
    border-radius: 0 7px 7px 0;
    border: none;
    z-index:105;
}
.HP-slider .arrow-left {
   transform: rotate(90deg);
}
.HP-slider .arrow-right {
   transform: rotate(-90deg);
}
.HP-slider .slider-header{
  width: 53%;
  color: #FFF;
  margin:auto;
  margin-top: 250px;
}

.HP-slider .slider-subheader{
  width: 50%;
  color: #FFF;
  margin-top: 28px !important;
  margin: auto;
}
.HP-slider .slider-button{
  height: 55px;
  width: 174px;
  border-radius: 7px;
  background-color: #007F2C;
  margin: auto;
  margin-top: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HP-slider .slider-button p{
  color: #FFF;
  font-family: "Clone Rounded Latin";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.HP-service{
    height: 620px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px !important;
}

.HP-service-text{
    margin:20px 40px;
}
.HP-service-text h2{
  color: #006623;
  font-family: "Clone Rounded Latin";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
}
.HP-service-text p{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}
.more-info{
  width: 240px;
  margin-top: 40px;
}
.more-info p, .more-info a p{
  color: #006623;
  font-family: "Clone Rounded Latin";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  white-space: nowrap
}
.service-info{
  color: #1E1E1E;
  margin: auto;
  margin-top: 110px;
  margin-bottom: 80px;
}

.bottom-texts{
    margin:110px 0;
}
.bottom-text{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}
.bottom-text-info{
  position: relative;
  margin:13px 0;
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.bottom-text-info::before{
    content: '';
    background-image: url("../../img/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 14px;
    width: 8px;
    left: -15px;
    top: 9px;
}


/* FOOTER */
.info-bar{
  width: 100%;
  background-color: #006623;
}
.phone-number, .mail-box, .fb-logo{position: relative;}
.phone-number::before{
    content: '';
    background-image: url("../../img/ic_mail.svg");
    opacity: 0.7;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height:30px;
    width: 30px;
    left: -35px;
}
.mail-box::before{
    content: '';
    background-image: url("../../img/ic_mail.svg");
    opacity:0.7;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height:30px;
    width: 30px;
    left: -35px;
}
.fb-logo::before{
    content: '';
    background-image: url("../../img/ic_facebook.svg");
    opacity:0.7;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 26px;
    left: -34px;
    top: -4px;
}
.footer-list p a{
    text-decoration: underline !important;
}

.info-left{padding-left: 160px;}

.info-left, .info-right{
    margin-top: 80px;
    margin-bottom: 80px;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.info-bar p{
  color: #FFFFFF;
  font-family: "Clone Rounded Latin";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

footer{
  width: 100%;
  background-color: #00290E;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu{
    width: 95%;
    margin:auto;
    margin-top: 85px;
}
.logo-footer{
  height: 55px;
  width: 200px;
  margin-bottom: 15px;
}
.footer-info .footer-adress{
  width:100%;
  color: #FFFFFF;
}
.footer-info .footer-adress p{
  font-family: "Clone Rounded Latin";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.footer-info .footer-ico {
  width: 100%;
}

.footer-title{
  color: #FFF;
  font-family: "Clone Rounded Latin";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.footer-list p a{
  color: #FFF;
  text-decoration: none;
  font-family: "Clone Rounded Latin";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 44px;
}
.footer-line {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #FFF;
  opacity: 0.4;
}
.footer-copyright{

  color: #FFF;
}
.footer-copyright p{
  font-family: "Clone Rounded Latin";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.footer-copyright p a{
  color: #fff;
}


/* SIDE PAGES */

.sidepage-top{
  width:100%;
  background-image: url("../../img/bg_slider.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidepage-text{
    width: 50%;
    margin-top: 60px !important;
    margin-bottom: 115px !important;
}
.sidepage-text h3{
  color: #1E1E1E;
  font-family: "Clone Rounded Latin";
  font-size: 30px;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
}
.work-info{
  width: 75%;
  margin: auto;
  padding: 0 5px;
}
.work-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.sv-logo{
    width: 90px;
}
.mar-top{
    margin-top:95px;
}
.mar2{
    margin-top:60px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .sidepage-text{
        width: 75%;
        margin-top: 25px !important;
        margin-bottom: 55px !important;
    }
    .info-bar p{
        font-size: 18px;
        line-height: 26px;
    }
    .sidepage-top{
        height: 260px !important;
    }
    .sidepage-top h1{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 450px) {
    .sidepage-text{
        width: 100%;
        padding: 0 16px;
        margin-bottom: 55px !important;
    }
    .mar-top{
        margin-top: 45px !important;
    }
}

/* CENÍK */

.price{
    height: 140px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    margin:15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.price-file-button{
  height: 55px;
  width: 169px;
  border-radius: 7px;
  background-color: #007F2C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-file-button a p{
   color: #FFFFFF;
  font-family: "Clone Rounded Latin";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
