@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: Montserrat;
}
body{
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
}

.modal{
    z-index: 9999999;
}

.scalable-container {
    max-width:1920px;
    margin:auto
}

/*containers*/

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 890px;
    }
}

@media (min-width: 1200px) {
 
    .my-5 {
        padding-top:0px!important;
        }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1012px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1156px;
    }
}

@media screen and (min-width: 1900px) {
    .container {
        max-width: 1260px;
    }
}


.form-flex-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*Homepage timeline*/
.homepage-timeline .swiper-wrapper{
    justify-content: unset;
}
.homepage-timeline .swiper-slide{
    min-width: 259px;
}


/* CSS pro centrování modálního okna */
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Zajistí vertikální centrování */
}

.modal-content {
    margin: auto;
    max-width: 500px; /* Maximální šířka modalu */
    width: 100%;
}

.mobile-contact{
    display: none!important;
}

.section1-rmtwo-text4{
    color: white;
    font-weight: 600;
}

.header-section{
    background: #FFFFFF!important;
    margin-top: 0px!important;
    position: sticky;
    top: 40px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* dolní stín */
}

.container .navbar-brand img{
    top: 0;
    z-index: 2;
    width: 120px !important;
}

.navbar-brand{
    margin-top:-10px!important;
}

.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-expand-md .navbar-collapse{
    justify-content: space-around;
    padding-top:10px;
    padding-bottom:10px;
}

.navbar-nav{
    padding: 0.068px 0px 0.068px 54px;
    gap: 14px;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}


.navbar-nav .nav-link.search-show{
    color: #797979 !important;
}

.header-section .search-content{
    position: absolute!important;
    width: 100%!important;
    left: 0px!important;
    top: -200px!important;
    transition: 0.6s all!important;
    background-color: #fff!important;
    z-index: 10000!important;
    border-top: 1px solid #000!important;
    padding: 20px 0px!important;
}
.header-section .search-content .form-group{
    display: flex!important;

}
.header-section.search-active .search-content{
    top: 70px!important;
}

.hero-section{
    position: relative;
}

.hero-section .hero-absolute{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.owl-carousel.carousel0 {
    position: unset;
}

.owl-carousel .owl-item img{
    height: 100vh;
    object-fit: cover;
}

.hero-section .text1{
    text-align: center;
    font-size: 69px;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: -2.07px;
    color: #FFFFFF;
    max-width: 800px;
    margin: auto;
    line-height: normal;
    text-shadow: 4px 10px 24px #000000;
}

.hero-section .text1 h1{
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: -2.07px;
    color: #FFFFFF;
    max-width: 800px;
    margin: auto;
    line-height: normal;
}

.hero-section .text2{
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.02px;
    color: #FFFFFF;
    text-shadow: 4px 10px 16px #000000F7;
    padding-top: 20px;
    max-width: 800px;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.hero-section .text3 a{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
    background: #000000;
    border-radius: 50px;
    text-decoration: none;
    padding: 16px 32px;
    transition: all 0.3s ease; /* Plynulý přechod */
    display: inline-block;
}

.hero-section6 .text1{
    max-width: 800px !important;
}

.hero-section .text3{
    text-align: center;
    padding-top: 20px;
}

.hero-section .child-div{
    display: flex;
    justify-content: end;
    padding-top: 50px;
    gap: 80px;
    padding-bottom: 100px;

}


.nav-bar{
    padding-top:0;
}

.child-div2{
    position: absolute;
}

.child-div3{
    border-radius: 5px;
    background: #FFF;
    padding: 15px;
}

.navbar-light .navbar-nav .brochure-button:focus,
.navbar-light .navbar-nav .brochure-button:hover,
.btn:hover{
    color: #fff;
    box-shadow: none;
}


.navbar-light .navbar-nav .brochure-button{
    border-radius: 5px;
    background: #C43340;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
}

.bg_img {
    position: relative;
    overflow: hidden;
}

.bg_img .heading {
    position: relative;
    z-index: 1;
}

.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6E6E6E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
}
.hover-content p{
    padding-left: 40px;
    padding-right: 30px;
    color: white!important;
}

.bg_img:hover .hover-content {
    opacity: 1;
    z-index: 2;
}

.bg_img:hover .heading {
    opacity: 0;
}


.navbar-light .navbar-nav .nav-link:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-item:nth-child(3) .nav-link:hover {
    padding-left: 2px;
}

.navbar-light .navbar-nav .nav-item:nth-child(4) .nav-link:hover {
    padding-left: 4.8px;
}

.navbar-light .navbar-nav .nav-item:nth-child(5) .nav-link:hover {
    padding-left: 4.2px;
}

.navbar-light .navbar-nav .nav-item:nth-child(6) .nav-link:hover {
    padding-left: 3.9px;
}

.navbar-light .navbar-nav .nav-item:nth-child(7) .nav-link:hover {
    padding-left: 3.9px;
}

.navbar-light .navbar-nav .nav-item:nth-child(8) .nav-link:hover {
    padding-left: 4.3px;
}

.navbar-light .navbar-nav .nav-item:nth-child(9) .nav-link:hover {
    padding-left: 7.8px;
}





.header-text1 {
    background: #FFFFFF;
    display: grid;
    position: sticky;
    z-index: 99999999;
    top: 0;
}

@media only screen and (max-width:768px){

    .bg-rows-sections .accordion-content.active{
        min-height: unset;
        max-height: unset;
        margin-right: 0!important;
    }

   

    .video-section-career{
        margin-top: 129%!important;
    }

    .rmsix-left-box-sluzby{
        padding-top: 30px!important;
    }

    .tlacitka-sluzby{
        padding-bottom: 25px!important;
    }

    .rmeight-rychle-section-kariera {
    padding-top:0px!important;
    }

    .header-text1 {
        display: none; /* Skryje všechny prvky s třídou 'header-text1' */
    }
    
    .topbar-links-mob .header-text1 {
        display: grid; /* Znovu zobrazí prvek uvnitř 'topbar-links-mob' */
    }

    .footer-social-links {
    background-image:none!important
    }
}

.header-text1 a{
    font-size: 13px;
    color: #707070;
    text-decoration: none;
}

.header-main-div{
    display: flex;
    gap: 20px;
    text-align: end;
    align-items: end;
    justify-content: end;
    margin: auto;
}

.login-link {
    margin-right:90px
}


/* Carousel */

.owl-nav button {
    position: absolute;
    top: 46%;
    color: #fff!important;
    margin: 0;
    transition: all 0.3s ease-in-out;
    width: 25px;
    height: 25px;
    background-color: transparent !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px!important;
    line-height: 1!important;
    opacity: 1;
}

.owl-nav button.owl-prev {
    left: 20px;
    background: transparent !important;
    opacity: 0.5;
}
.owl-nav button.owl-next {
    right: 20px;
}
.owl-nav button:focus {
    outline: none;
}

.hero-carousel .owl-nav button.owl-next{
    right: 30px;
}

.hero-carousel .owl-nav button.owl-prev{
    left: 30px;
}

.hero-carousel.hero-split .owl-nav button.owl-prev{
    left: 0px !important;
}

.hero-carousel.hero-split .owl-nav button.owl-next{
    right: 0px !important;
}
.hero-carousel.rmfive .owl-nav button.owl-prev{
    left: -55px;
    color: #C6C6C6 !important;
}


.hero-carousel.rmfive .owl-nav button.owl-next{
    margin-right: -10%;
    color: #C6C6C6 !important;
}

.hero-carousel .owl-nav button{
   width: 40px;
   height: 40px;
   font-size: 25px !important; 
}


.hero-carousel.hero-split .owl-nav button{
    width: 40px;
    height: 100%;
    font-size: 25px !important;
    top: 0px;
    border-radius: 0px;
    background: #ffffff57 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
 }

.hero-section .item{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.section1{
    background: #000000;
    padding-bottom: 90px;
}

.section1-box{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.box-head{
    margin-top: -88px;
}

.section1-box1 img{
    width: 240px;
    height: 180px;
    opacity: 0.6;
}

.section1-box1{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.box-text{
    position: absolute;
}

.box-text{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.section2{
    background: #fff;
}

.section2-heading{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    max-width: 180px;
    line-height: normal;
}

.section2-date{
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    letter-spacing: -0.54px;
}

.section2-img img{
    width: 100%;
}

.section2-img{
    padding-top: 20px;
}

.section2-paragraph{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    max-width: 400px;
    padding-bottom: 30px;
    letter-spacing: -0.54px;
    color: #ADADAD;
    padding-top: 40px;
}

.section2-button a{
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 56px;
    background: transparent;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 80px;
    letter-spacing: 0px;
    border: 1px solid #FFFFFF;
}

.section2-card{
    padding-top: 40px;
}

.section2-card-head{
    display: flex;
    gap: 48px;
    justify-content: center;
    padding-top: 120px;
}

.footer-heading{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-top: 60px;
    letter-spacing: -0.96px;
}

.footer-paragraph{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin: auto;
    max-width: 750px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: -0.54px;
}

.social-links1 a{
    text-decoration: none;
    font-size: 16px;
    color: #ADADAD;
    font-weight: 400;
    letter-spacing: -0.72px;
    line-height: normal;
}
.social-links1-nadpis{
    text-decoration: none;
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 400;
    letter-spacing: -0.72px;
    line-height: normal;
    padding-bottom: 25px;
}

.footer-social-links{
    background-image: url(../images/map.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 0px;
    background-size:contain
}

.footer-social-links.rmfour{
    background: #e2e0db;
    margin-top: 100px;
}

.footer-social-div{
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer-copy-write{
    background: #000000;
    padding-top: 14px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-section{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-top: 50px;
    background-size: 100% 100%;
    background-position: bottom;
}

.social-icon-insta img{
    width: 40px;
}

.social-icon-main{
    display: flex;
    gap: 20px;
    padding-top: 30px;
}

/* rmone page styling */

.hero-section.rmone-bg .text1{
    color: #373737;
    text-shadow: none !important;
}

.hero-section.rmone-bg .text1 h1{
    color: white;
    text-shadow: none !important;
}




.hero-section.rmone-bg .text2{
    color: white;
    text-shadow: none !important;
}

.section7-rmone{
    background: transparent linear-gradient(227deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 60px;
    padding-top:60px;
}

.section7-rmone-input1  .form-control:focus{
    box-shadow: none !important;
}

.section7-rmone-input1 .form-control{
    background-color: transparent !important;
    border-radius: 0px;
    height: 60px;
    border: none;
    width: 60%;
    padding: 30px;
    color: #ADADAD !important;
    border-bottom: 1px solid #ADADAD;
}

.section7-rmone-input1.input2 .form-control{
    width: 90%;
}

.section7-rmone-input1.input3 .form-control{
    width: 100%;
    height:285px;
    padding-bottom: 242px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.section7-rmone-text1{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.section7-rmone-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-rmone-form{
    padding-top: 50px;
}

.section7-rmone-button{
    padding-top: 70px;
}

.hero-section.rmfive{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/o-spolecnosti-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
    margin-top: -1px;
    background-position: center;
}


.hero-section.rmfour{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/rmfour/novinky-detail.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
    margin-top: -1px;
}

.hero-section.rmfour.refhero.NOVINKYhero
{z-index:-2!important}

.hero-section.rmfour.reference{
    background-image: url(../images/rmfour/Reference_RM_GASTRO_banner.jpg);
}

.index-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/inbox/kontakt-uvodni.jpg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
}

.rmone-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/rmone/banner_novinky_uvod.jpg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
}
.rmone-bg-novinky {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/rmone/detail-novinky-banner.jpg) !important;
    background-repeat: no-repeat;
    background-position: center -500px;
    z-index: -10;
    height: 75vh;
    object-fit: cover;
}

.rmseven-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/kariera-banner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    background-position: center;
    margin-top: -1px;
}

@media only screen and (min-width:1080px) and (max-width:1600px) {
.hero-section.rmseven-bg {
    height: 100vh!important;
    max-height:100vh!important;}
}

.rmeight-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/rmeight/hero.jpg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65vh;
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .section9-rmfive .owl-carousel .owl-item img {
        height: 90% !important;

    }
    .section9-rmfive .rmfive-carousel-left .rmfive-vector-div {
        height: 155px!important;
    }
   }


   @media only screen and (min-width:300px) and (max-width:499px) {

    .section9-rmfive .rmfive-carousel-image1{
        width: 160px!important; 
        min-width: 160px!important;
        max-width: 160px!important;/* Container width adapts to screen size */
        aspect-ratio: 16 / 9; /* Replace with your image's aspect ratio */
        overflow: hidden;
        position: relative;

    }
    .section9-rmfive .owl-carousel .owl-item img {
        height: 66%!important;
        object-fit: contain!important; 

    }
    .section9-rmfive .rmfive-carousel-left .rmfive-vector-div {
        height: 131px!important;
    }
   }
   

.hero-section.rmfour .text1{
    padding-top: 0px;
    max-width: 100%;
}

.hero-section.rmfour .text1 h1{
    max-width: 100%;
}

.hero-section.rmseven-bg .text1,
.hero-section.rmfour .text2{
    padding-top: 0px;
    padding-bottom: 30px;
}

.details1-icon img{
    height: 70px;
}

.details-title {
    font-size: 20px;
    color: #004f95;
    font-weight: bold;
    text-transform: uppercase;
}

.details-paragraph {
    color: #fff;
    font-size: 13px;
    max-width: 175px;
    margin: auto;
}

.section2-details1{
    text-align: center;
}

.section4-heading{
    text-align: left;
    font-size: 16px;
    line-height: normal;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 220px;
}

.section4-button a{
    color: #fff!important;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.1px;
    background-color: #000000;
    border-radius: 50px;
    text-decoration: none;
    font-size: 11px;
    padding: 16px 32px;
    transition: all 0.4s ease; /* Plynulý přechod */
    display: inline-block;
}

.section1-rmfour-formbtn a {
    transition: all 0.4s ease; /* Plynulý přechod */
    display: inline-block;
}

.section5-li{
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

input::placeholder{
    color: #ADADAD !important;
}


select option{
    color: FFFFFF;
    background: #ADADAD;
  }

.footer-section.rmone{
    margin-top: 0px;
}

/* index page  */

.index-section1-border{
    border-left: 1px solid #a4a4a4;
    padding-left: 25px;
}

.index-section1-pl{
    padding-left: 25px;
}

.section1-index-border{
    background: transparent linear-gradient(201deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    height: 325px;
}

.section2-index-border{
    background: transparent linear-gradient(218deg, #A4A4A4 0%, #797979 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
}

.index-section2-border{
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.section1-index{
    padding-top: 40px;
    margin-top: -80px;
}


.section1-index-text1{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
}

.section1-index-text2{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    max-width: 158px;
}

.section1-index-text3{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}


.section4-index-text3{
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: normal;
    max-width: 200px;
}

.section1-index-text3 img{
    width: 20px;
}

.section1-index-img{
    margin-top: -40px;
}

.section1-index-img img{
    width: 100%;
    height: 350px;
}

.section2-index-text1{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    /* padding-top: 12px; */
}

.section2-index-text2{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    max-width: 158px;
}

.sectiontwo-rmtwo.black a{
    background-color: #000000 !important;
    display: inline-block;
    transition: all 0.3s ease; /* Plynulý přechod */
}

.section2-index-text3{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    max-width: 345px;
}
.index-section2-border{
    border-left: 1px solid #a9a9a9;
    padding-left: 25px;
}

.section2-index{
    padding-top: 55px;
}

.section2-index-flex{
    display: flex;
    gap: 30px;
}

.section2-index-card{
    display: inline-block;
    padding: 40px;
    width: 100%;
    background: transparent linear-gradient(201deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
}
/* rmtwo styling */

.section1-rmtwo{
    position: relative;
    margin-top: -120px;
    z-index: 10;
}

.nase-znacky-tlacitko{
    padding-top: 30px;
}

.nase-znacky-text{
    padding: 0px 30px!important;
    margin: 20px 0px;
}

.nase-zarizeni-velikost-obrazku{
    width: 124%!important;
}

.section2-rmtwo-heading.nase-zarizeni-nadpis{
    color: #373737!important;
    padding-left: 30px;
}

.section2-rmtwo-heading.nase-zarizeni-nadpis h2{
    color: #373737!important;
}

.section2-rmtwo-spodni.nase-zarizeni-spodni{
    padding-bottom: 145px;
}

.section2-rmtwo.nase-zarizeni-horni-mezera{
    padding-top: 104px;
}

.section1-rmtwo-para1{
    letter-spacing: -0.2px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
    padding: 0px 30px;
    max-width: 615px;
}

.section1-rmtwo-para2{
    letter-spacing: -0.2px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
    max-width: 420px;
    padding: 40px 30px;
    padding-bottom: 120px;
}

.rmtwo-br{
    border-right: 2px solid #929292;
}

.section1-rmtwo-border{
    display: flex;
}

.section1-rmtwo-head{
    background: transparent linear-gradient(236deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
    padding-top: 45px;
    padding-left: 25px;
    padding-bottom: 45px;
}

.hero-section.rmtwo-btn{
    display: flex;
    margin-left: 40px;
}
.heading p{
    max-width: 300px;
}

.section2-rmtwo-heading{
    letter-spacing: -0.72px;
    color: #373737;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

.section2-rmtwo-heading h2{
    letter-spacing: -0.72px;
    color: #373737;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}

.section2-rmtwo-para{
    letter-spacing: -0.2px;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding: 20px 30px;
    max-width: 615px;
    border-left: 1px solid #373737;
    margin-top: 12px;
}

.sectiontwo-rmtwo a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.1px;
    background: #373737;
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 48px;
    margin-left: 22px;
    display: inline-block;
    transition: all 0.3s ease;
}

.sectiontwo-rmseven a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1.1px;
    background: #373737;
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 70px;
}

.section7-rmtwo-form .form-select:focus{
    box-shadow: none;
}

.section7-rmtwo-form .form-select{
    border-radius: 0px;
    background: transparent;
    height: 50px;
    padding-left: 30px;
    width: 90%;
    border: none;
    background-image: url(../icon/down.svg) !important;
    background-repeat: no-repeat;
    background-position: 96%;
    color: #FFFFFF !important;
    border-bottom: 1px solid #ADADAD;
}

.section1-rmthree-img1 img{
    width: 450px;
    height: 700px;
}

.section1-rmthree-img2 img{
    width: 500px;
    height: 300px;
}

.section1-rmthree{
    padding-top: 40px;
    background: #000000;
    margin-top: -100px;
}

.section1-rmthree-heading{
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}

.section1-rmthree-para{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    max-width: 400px;
    padding-top: 10px;
}

.section1-rmthree-ul{
    padding-left: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.section6-rmthree-text1{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.section4-rmthree-text{
    color: #00994a;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rmthree-coma{
    position: absolute;
    bottom: 236px;
    right: 0;
}

.rmfive-coma{
    position: absolute;
    bottom: 142px;
    right: -72px;
}

.rmsix-comma{
    bottom: 77%;
}

.section4-rmthree-haed{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #e4e2df;
    margin-bottom: 14px;
    width: 86%;
    border-bottom: 2px solid #e4e2df;
}

/* rmfour styling */
.section1-rmfour{

}

.section1-rmfour-form .form-select{
    border-radius: 30px;
    background: transparent;
    color: #fff !important;
    height: 48px;
    padding-left: 30px;
    width: 115%;
    border-color: white;
    background-image: url(../icon/down.svg) !important;
    background-repeat: no-repeat;
    background-position: 96%;
}

.section1-rmfour-form.rmseven .form-select{
    border-radius: 30px;
    background: transparent;
    color: #fff !important;
    height: 62px;
    padding-left: 40px;
    width: 300px!important;
    border-color: #FFFFFF;
    background-image: url(../icon/down.svg) !important;
    background-repeat: no-repeat;
    background-position: 96%;
    margin-bottom: 15px;
    text-align: left;
}

.section1-rmfour-form{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: -33px;
    position: relative;
}

.reference-obrazek-vlevo{
    padding-left: 30px; padding-right: 100px;
}

.reference-obrazek-vpravo{
    padding-left: 100px; padding-right: 35px;
}

.reference-text-vlevo{
    width: 50%;
}

.section1-rmfour-form.rmfive{
    margin-top: 0px;
}

.section1-rmfour-formbtn a{
    background: transparent;
    border: 1px solid white;
    border-radius: 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 32px;
    border-radius: 48px;
}
.section1-rmfour-formbtn-kariera a{
    background: #373737;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 96px;
    border-radius: 48px;
    display: inline-block;
    transition: all 0.3s ease;
}


.section1-rmfour-formbtn-o-spolecnosti a {
    background: #373737;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 50px;
    border-radius: 48px;
    display: inline-block;
    transition: all 0.3s ease;
}

.section1-rmfour-form .form-select:focus{
    box-shadow: none;
}

.section1-rmfour-head{
    display: flex;
    gap: 50px;
    background: #373737 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 20px 30px;
}

.section1-rmseven-head{
    display: flex;
    gap: 90px;
    border-radius: 50px;
    padding: 26px 16px;
}
.section2-rmfour{
    padding-top: 90px;
    max-width: 1920px;
    margin: 0 auto;

}
.section2-rmfour-img1 img{
    width: 100%;
    padding-left: 35px;
    height: auto;
    display: block;
}
.section2-rmfour-img1-novinky img{
    width: 90%;
    padding-left: 0px;
    padding-right: 35px;
    height: 340px;
    display: block;
    object-fit: cover;
}

.section2-rmfour-text1{
    font-size: 41px;
    color: #373737;
    font-weight: 700;
    line-height: normal;
    max-width: 580px;
}

.section2-rmfour-text1 h2{
    font-size: 41px;
    color: #373737;
    font-weight: 700;
    line-height: normal;
}

.section2-rmfour-text2{
    font-size: 19px;
    color: #373737;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.section2-rmfour-para{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    max-width: 600px;
    padding-right: 35px;
    letter-spacing: -0.57px;
}

.section2-rmfour-icontext{
    color: #6d6b67;
    font-size: 16px;
    font-weight: 700;
}

.section2-rmfour-iconhead{
    display: flex;
    gap: 50px;
}

.section1-rmfour-formbtn.icon{
    padding-top: 40px;
}

.section2-rmfour.flex{
    display: flex;
    justify-content: end;
    gap: 120px;
    padding-bottom: 60px;
}

.section2-rmfour-icon1 img{
    width: 30px;
}

/* rmfive styling */

.section9-rmfive-para{
    letter-spacing: -0.57px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    max-width: 400px;
    text-align: left;
    padding-left: 15px;
}
.section9-rmfive-para-kariera{
    text-align: left;
    font: normal normal normal 15px/23px Montserrat;
    letter-spacing: -0.57px;
    color: #000000;
    padding-left: 25px;
    padding-bottom: 15px;
    max-width: 570px;
}


.section9-rmfive{
    padding-top: 50px;
}

.rmfive-carousel-left{
    position: relative;
}
.rmfive-carousel-left img.rmfive-left-img{
    max-width: 292px;
    height: 437px !important;
    object-fit: cover;
}
.rmfive-carousel-left .rmfive-vector-div{
    background: transparent linear-gradient(216deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: 75px;
    top: 130px;
    width: calc(100% - 180px);
    padding: 40px;
    display: flex;
    justify-content: end;
    text-align: start;
    z-index: -1;
    height: 200px;
}
.rmfive-carousel-left .rmfive-vector-div .rmfive-content{
    position: relative;
}
.rmfive-carousel-left .rmfive-vector-div .rmfive-content::before{
    content: "";
    position: absolute;
    right: -50px;
    top: -76px;
    background-image: url(../images/pngwing.com.png);
    background-size: cover;
    width: 90px;
    height: 65px;
}
.rmfive-section9-text1{
    letter-spacing: -1.23px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 29px;
}

.rmfive-section9-text2{
    letter-spacing: -0.9px;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
}

.rmfive-section2{
    background: transparent linear-gradient(216deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    width: 80%;
    height: 210px;
    padding-top: 45px;
    padding-left: 235px;
    position: relative;
    margin-left: 80px;
    padding-top: 80px;
}


.rmfive-img{
    position: absolute;
    top: -100px;
    left: -47px;
}
.rmfive-img img{
    width: 60% !important;
}
.section1-rmfive-heading{
    font-size: 40px;
    line-height:46px;
    font-weight: 700;
    color: #373737;
}

.section1-rmfive-para1{
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
    line-height: normal;
    padding-top: 20px;
    padding-right:20px;
}

.section1-rmfive-para2{
    font-size: 20px;
    font-weight: 400;
    max-width: 500px;
    line-height: normal;
    padding-top: 20px;
    padding-right:20px;
    color: #373737;
}

.o-spolecnosti-mezera-nahoru{
    padding-top: 75px!important;
}

.section1-rmfive{
    padding-top: 160px;
}

.section1-rmfive-box{
    background: transparent linear-gradient(202deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 400px;
}

.section1-rmfive-boxtext{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 65px;
    max-width: 600px;
}

.section1-rmfive-boxdiv{
    position: relative;
}

.section1-rmfive-img1{
    position: absolute;
    bottom: -130px;
    left: -80px;
}

.section1-rmfive-img1 img{
    width: 416px;
}

.section2-rmfive-heading{
    font-size: 3.6vw;
    font-weight: bold;
    color: #373737;
    text-align: left;
}

.section2-rmfive{
    margin-top: 130px;
    background: #DEDEDE 0% 0% no-repeat padding-box;
}

.section2-rmfive-text{
    font-size: 24px;
    font-weight: 600;
    color: #373737;
    text-align: left;
}

.section2-rmfive-para{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    max-width: 267px;
    margin: auto;
    text-align: left;
}

.section2-border-right{
    border-right: 1px solid white;
    height: 280px;
    margin-top: 10px;
}

.section2-rmfive-flex{
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 30px;
}

.kachlicky-posledni-flex{
    display: flex;
    align-items: center;
}

.section3-rmfive-img1 img{
    width: 90%;
}

.section3-rmfive{
    margin-top: -200px;
}

.section3-rmfive-text{
    font-size: 25px;
    color: #00994a;
    font-weight: 700;
    padding-top: 20px;
}

.section3-rmfive-para{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    max-width: 500px;
    padding-top: 20px;
}

.section4-rmfive-img img{
    width: 100%;
}

.section4-rmfive{
    padding-top: 40px;
}

.section5-rmfive{
    padding-top: 60px;
    padding-bottom: 30px;
}

.section5-rmfive-text1{
    font-size: 16px;
    font-weight: 500;
    max-width: 160px;
    margin: auto;
    line-height: normal;
}

.section5-rmfive1{
    padding-top: 40px;
    background: #F0F0F0;
    height: 350px;
}

.section5-rmfive1-text1{
    font-size: 16px;
    font-weight: 500;
    max-width: 280px;
    line-height: normal;
}
/* timeline styling */

.kontakt-text-vedle-mapy{
    margin: auto 0px;
    padding-left: 10px;
}

.kontakt-sloupce .section2-rmtwo-card{
    color: white;
}

@media (min-width: 992px) {
    .col-lg-8.kontakt-mapa {
        width: 74.666667%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){

    .section2-rmfive-heading{
        font-size: 5vw;
    }

.section9-rmfive-para{
    position: relative!important;
    margin-top: 0px!important;
    text-align: center!important;
    top: unset!important;
    right: unset!important;
}
}

.navbar-nav .nav-link.active {
    color: #000000!important;
    font-weight: bold!important;
    padding: 8px 4px!important;
    text-decoration: underline!important;
}


.time-line-box {
    height: 100px; 
  }
  
  .time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
  }
  
  .time-line-box .timestamp {
    margin: auto;
    margin-bottom: 15px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
  }
  
  .time-line-box .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #373737;
    position: relative;
    transition: all 200ms ease-in;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
  }

  .time-line-box .status span {
    padding-top: 8px;
    line-height: normal;
  }

  .time-line-box .status span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #303030;
    border-radius: 12px;
    border: 9px solid #303030;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
  }
  
    .o-spolecnosti-timeline .swiper-container, .o-spolecnosti-timeline .swiper-wrapper{
        width: 100%;
        user-select: none;
    }

    .o-spolecnosti-timeline-2{
        padding-top: 100px;
    }

  .swiper-container {
    width: 95%; 
    margin: auto;
    overflow: hidden;
  }
  .swiper-wrapper{
    display: inline-flex;
    flex-direction: row;
    overflow:auto;
    justify-content: center;
  }

  .swiper-wrapper::-webkit-scrollbar{
    display:none!important
  }

  .swiper-container::-webkit-scrollbar-track{
     background:#a8a8a8b6;
  }
  .swiper-container::-webkit-scrollbar{
    height: 2px;
  }
  .swiper-container::-webkit-scrollbar-thumb{
     background: #4F4F4F !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    position: relative;
  }

/* rm6 style */

.owl-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  z-index: 1000;
}

.rmfive .owl-dots {
    display: block;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    z-index: 1000;
}

.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #C4C4C4!important;
  margin: 0 7px;
}
.owl-dots button.owl-dot.active {
  width: 12px;
  height: 12px;
  background: #000000!important;
  border: 2px solid #C4C4C4;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.rm6-section{
    position: relative;
}
.rm6-section .container{
    padding: 60px 0px;
    color: #fff;
}
.rm6-section::before{
    content: " ";
    position: absolute;
    background: #000000;
    width: 60%;
    height: 100%;
}
.rm6-section .left-img{
    height: 100%;
    background-image: url('../images/rmone/img2.png');
    background-size: cover;
    display: flex;
    align-items: end;
    padding: 20px;
    background-repeat: no-repeat;
}
.rm6-section .heading{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rm6-section .text{
    font-size: 18px;
    line-height: 1.2;
}
.rm6-section .text-content{
    background-color: #76746f;
    padding: 20px;
}
.rm6-section .text-content .right-heading{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rm6-section .text-content ul {
    list-style: none;
    padding-left: 0px;
}
.rm6-section .vector-content {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 250px;
    height: 260px;
    padding: 40px 20px 20px;
    background: #00994a;
}

.vector-content{
    position: relative;
}

.details-paragraph.rmsix {
    color: #000000;
}

.rmsix-section-heading{
    padding-left: 50px;
    position: absolute;
}

.rmsix-section-heading h2{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.rmsix-section-heading-nase-vize{
    padding-left: 10px;
    padding-bottom: 35px;
    margin-top: 70px;
}

.rmsix-section-heading-nase-vize{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.rmsix-section1{
    padding-top: 60px;
    z-index: 8;
}

.homepage-odsazeni-sekce{
    padding-top: 115px;
}

.homepage-odsazeni-sekce-casova-osa{
    padding-top: 195px;
    padding-bottom: 145px;
}

.text-center-o-spolecnosti .date{
    font-size: 32px;
}

.time-line-box .text-center-o-spolecnosti .status{
    font-size: 20px!important;
}

.time-line-box .text-center-o-spolecnosti .status span:before{
    width: 25px;
    height: 25px;
}

.time-line-box .text-center-o-spolecnosti .status {
    padding-left: 70px;
    padding-right: 70px;
}

.o-spolecnosti-timeline .date{
    font-size: 21px;
}

.o-spolecnosti-timeline .status{
    font-size: 16px!important;
}

.o-spolecnosti-timeline .status span:before{
    width: 25px;
    height: 25px;
}

.o-spolecnosti-timeline .status {
    padding-left: 40px;
    padding-right: 40px;
}

.homepage-ctyri-kachlicky{
    padding-top: 100px;
    padding-bottom: 10px;
}

.homepage-ctyri-kachlicky .col-lg-4{
    padding: 0px 50px;
}

.homepage-text-odsazeni{
    padding-top: 60px!important;
}

.homepage-kachlicky-tmave .hover-content{
    background-color: #5E5E5E!important;
}

.rmsix-section6.homepage-odsazeni-seste-sekce{
    padding-top: 120px!important;
    padding-bottom: 160px!important;
}


.row-count-section.sluzby-horni-mezera{
    padding-top: 30px;
}

.rmsix-left-box-sluzby.sluzby-kontent{
    padding-right: 63px;
}

.sluzby-obrazek{
    width: 105%!important;
}


.rmsix-lbox-text1{
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    padding: 32px 76px 40px 68px;
    line-height: normal;
}
.rmsix-lbox-text1-sluzba{
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    padding: 20px 95px 35px 85px;
    line-height: normal;
}

.rmsix-left-box{
    background: transparent linear-gradient(214deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-top: 75px;
}

.rmsix-dots1{
    width: 14px;
    margin-top: 15px;
    border-radius: 100px;
    height: 14px;
    background: #000000 0% 0% no-repeat padding-box;
}

.rmsix-dot-text{
    text-align: center;
    font-size: 19px;
    letter-spacing: -0.72px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
    max-width: 90px;
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.rmsix-dots-flex{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.rmsix-section1-dots{
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}

.rmsix-section1-img{
    margin-left: -60px;
    margin-top: -32px;
}
.details-paragraph.rmsix{
    color: #000000 !important;
}

.box-head.rmsix{
    margin-top: 80px !important;
}
.box-head.rmsix-kariera{
    margin-top: 0px;
}


.position-absolute{
    color: #fff;
    bottom: -40px;
    width: 500px;
    background: #00994a;
    border-radius: 20px 0px 0px 20px;
    padding: 40px;
    font-size: 24px;
    line-height: normal;
    left: 15%;
}

.rmsix-section2{
    padding: 50px 0px;
    position: relative;
}

.rmsix-section2::before{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(218deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    height: 65%;
    content: " ";
    z-index: -1;
}
.rmsix-section3-content {
    max-width: 333px;
    margin-left: auto;
}
.osoby-info{
    margin-top: -150px;
}

.rmsix-section2 .col-12 .bg_img{
    height: 310px;
    width: 100%;
    background-size: cover;
    background-image: url('../images/inbox/img7.png');
    position: relative;
}

.rmsix-section2 .col-12 .bg_img::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .4;
    z-index: 1;
}
.rmsix-section2 .col-12 .bg_img .heading{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;   
    z-index: 4;
    padding: 0px 40px;
}

.rmsix-section2 .col-12 .bg_img:hover .bg_data{
    display: flex;
    justify-content: center;
}

.rmsix-section2-heading{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.96px;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.index-bg-img1{
    background-image: url('../images/inbox/img1.png') !important;
}

.index-bg-img2{
    background-image: url('../images/inbox/img2.png') !important;
}

.index-bg-img3{
    background-image: url('../images/inbox/img3.png') !important;
}

.index-bg-img4{
    background-image: url('../images/inbox/img7.png') !important;
}

.index-bg-img5{
    background-image: url('../images/inbox/img4.png') !important;
}

.index-bg-img6{
    background-image: url('../images/inbox/img8.png') !important;
}

.index-bg-img7{
    background-image: url('../images/inbox/img6.png') !important;
}

.index-bg-img8{
    background-image: url('../images/inbox/img5.png') !important;
}

.rmsix-section3-heading{
    letter-spacing: -2.43px;
    color: #303030;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: bold;
    line-height: normal;
}

.rmsix-section3-heading1{
    text-transform: uppercase;
    letter-spacing: -0.9px;
    color: #303030;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    max-width: 300px;
}

.rmsix-section3-para{
    letter-spacing: -0.54px;
    color: #303030;
    font-size: 14px;
    line-height: normal;
    max-width: 333px;
    padding-top: 12px;
}

.rmsix-section4-img img{
    width: 100%;
    max-width: 420px;
}

.rmsix-section4-heading{
    letter-spacing: -0.72px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
}
.rmsix-section4-heading2{
    letter-spacing: -0.72px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    padding-left: 84px;
}

.rmsix-section4-para{
    letter-spacing: -0.2px;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    padding-top: 16px;
    padding-right: 75px;
}
.rmsix-section4-para2{
    letter-spacing: -0.2px;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    padding-top: 16px;
    padding-left: 84px;
}

.rmsix-section4-star{
    display: flex;
    gap: 5px;
    padding-top: 30px;
}

.rmsix-section4-ac{
    display: flex;
    align-items: center;
}
.hp-osoby{
    padding-top: 250px;
}
.citat{
    padding-bottom: 100px;
    text-align: center;
    font-size: 21px;
    color: #707070;
}
/* rmseven styling */

.section1-rmseven-text1{
    font-size: 30px;
    font-weight: 700;
    color: #373737;
    line-height: normal;
    text-transform: uppercase;
    max-width: 350px;
    margin-left: 100px;
}

.section1-rmseven-text2{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
    max-width: 500px;
    padding-bottom: 30px;
    color: #000000;
}

.section2-rmseven-text1{
    letter-spacing: -4.23px;
    color: #000000;
    font-weight: 500;
    font-size: 100px;
}

.section2-rmseven-text2{
    letter-spacing: -0.9px;
    color: #373737;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.section2-rmseven-text3{
    letter-spacing: -0.9px;
    color: #373737;
    font-size: 18px;
    line-height: normal;
    max-width: 245px;
    margin: auto;
}

.section2-rmseven-head{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1-rmseven{
    padding-top: 75px;
    margin-top: -1px;
}

.section3-rmseven{
    background: transparent linear-gradient(260deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    margin-top: -75px;
    padding-left: 300px;
    padding-right: 300px;
}
.section3-rmseven-kariera{
    background: transparent linear-gradient(260deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    margin-top: -75px;
    padding-left: 300px;
    padding-right: 300px;
    min-height: 450px;
}

.section1-rmfour-form.rmseven{
    margin-top: 75px;
}

.bg-rows-sections{
    padding: 50px 0px;
}
.bg-rows-sections .bg-row{
    position: relative;
    margin-bottom: 30px;
}
.bg-rows-sections .bg-row .col-12{
    padding: 40px;
}

.bg-rows-sections .bg-row:before,
.bg-rows-sections .bg-row:before{
    position: absolute;
    content: " ";
    background: #DEDEDE;
    height: 100%;
    right: 0px;
    z-index: -1;
    top: 0px;
}
.bg-rows-sections .bg-row .col-12,
.bg-rows-sections .bg-row .col-12{
    background: transparent;
}
.bg-rows-sections .bg-row .heading{
    font-size: 34px;
    color: #373737;
    font-weight: 700;
    line-height: 1.2;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #8d8d8d;
    padding-left: 50px;
}

.bg-rows-sections .bg-row .text{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: normal;
}

.flex-form-section{
    background: #525252;
    /* padding: 0px 0px 60px; */
}
.flex-form-section .title{
    background-color: #FFF;
    margin-bottom: 60px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.flex-form-section .flex-form{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #cdc9c441;
}
.flex-form-section .flex-form .input-div{
    background: #2e2e2e;
    padding: 10px 14px;
    border-radius: 50px;
}
.flex-form-section .flex-form .input-div input{
    background-color: transparent;
    color: #fff;
    padding-bottom: 8px;
    border: 0px;
    border-bottom: 2px solid #cdc9c441;
    outline: none;
}
.flex-form-section .flex-form .btn-submit {
    background-color: #00458c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}
.flex-form-section .btn-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    border: 1px solid #ffffff98;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section2-rmtwo{
    padding-top: 80px;
    padding-bottom: 60px;
}
.section2-rmtwo-spodni{
    padding-top: 64px;
    padding-bottom: 80px;
}

.section3-rmtwo-box1{
    background: #A2A2A2 0% 0% no-repeat padding-box;
    width: 202px;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.section3-rmtwo-box1.box2{
    background: #929292 0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box3{
    background: #848484 0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box4{
    background: #707070  0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box5{
    background: #616161 0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box6{
    background: #605F5F 0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box7{
    background: #4A4A4A 0% 0% no-repeat padding-box !important;
}

.section3-rmtwo-box1.box8{
    background: #373737 0% 0% no-repeat padding-box !important;
}
.section3-rmtwo-box{
    display: flex;
    gap: 3px;
}

.section7-rmone-input1 .form-control {
    width: 90%;
}

.section3-rmtwo-text{
    font-size: 24px;
    color: white;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 20px;
}

.section3-rmtwo-text h2{
    font-size: 19px;
    color: white;
    font-weight: bold;
    line-height: normal;
}

.o-spolecnosti-kachlicky{
    font-size: 24px;
    color: white;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 20px;
    padding-left: 25px;
}

.o-spolecnosti-kachlicky h3{
    font-size: 19px;
    color: white;
    font-weight: bold;
    line-height: normal;
}

.button .rmsix-box{
    text-align: center;
}

.section3-rmthree{
    padding-top: 60px;
}

.button .rmsix-box a{
    padding: 20px;
}

.rmsix-section5-heading{
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.72px;
    color: #000000;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 40px;
}

.rmsix-section5{
    margin-bottom: -170px;
}
.section6-rmthree-head{
    margin-bottom: -75px;
}
.bg-76746f{
    background-color: #76746f;
    height: 100%;
}

.owl-theme .owl-item .item{
    padding: 50px 30px;
} 
.owl-theme .owl-item.active.center .item{
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.owl-theme .owl-item .item .slider-child{
    position: relative;
    z-index: 10;
}

.owl-theme .owl-item.center.active{
    z-index: 1000; 
    position: relative;
}

/* second carousel  */

.owl-carousel.owl-theme .owl-item img{
    height: 100% !important;
}

.owl-theme .owl-nav button.owl-next{
    right: -30px;
}

.owl-theme .owl-nav button.owl-prev{
    left: -30px;
}

.owl-theme .owl-nav button {
    position: absolute;
    top: 49%;
    color: white!important;
    margin: 0;
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 60px !important;
}

.rmsixslider-text{
    letter-spacing: -2.1px;
    color: #FFFFFF;
    text-shadow: 9px 7px 12px #00000029;
    text-transform: uppercase;
    font-size: 25px;
    position: absolute;
    top: 29%;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.owl-theme .rmsix-sliderbtn a{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    background: #000000;
    border-radius: 50px;
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    width: 160px;
}

.rmsix-sliderbtn a{
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.1px;
    background: #000000;
    border-radius: 50px;
    text-decoration: none;
    padding: 7px 15px;
    transition: all 0.4s ease;
    display: inline-block;
}

.rmsix-section2-cards{
    background: transparent linear-gradient(211deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 50px;
}

.rmsix-section6-heading{
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: #000000;
}

.rmsix-section6-para{
    letter-spacing: -0.57px;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 300px;
}
.rmsix-section6-podnadpis{
    letter-spacing: -0.57px;
    width: 400px;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
}

.rmsix-section6-img1 img{
    width: 232px !important;
}

.rmsix-section6-img2 img{
    width: 230px !important;
    margin-top: -105px;
}

.rmsix-section6-img3 img{
    width: 252px !important;
}
.rmsix-section6{
    padding-top: 100px;
    padding-bottom: 50px;
}
.rmsix-section6-o-spolecnosti{
    padding-top: 100px;
    padding-bottom: 100px;
}

.rmsix-br{
    border-right: 1px solid #808080;
    height: 235px;
}

/* rmfive timeline  */

.time-line-box1 {
    height: 100px; 
  }
  
  .time-line-box1 .timeline1 {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
  }
  
  .time-line-box1 .timestamp1 {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .time-line-box1 .status1 {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #373737;
    position: relative;
    transition: all 200ms ease-in;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
  }
  .time-line-box1 .status1 span {
    padding-top: 8px;
  }
  .time-line-box1 .status1 span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #373737;
    border-radius: 12px;
    border: 2px solid #373737;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
  }
  
  .swiper-container1 {
    width: 95%; 
    margin: auto;
    overflow: hidden;
  }
  .swiper-wrapper1{
    display: inline-flex;
    flex-direction: row;
    overflow:auto;
    justify-content: center;
  }
  .swiper-container1::-webkit-scrollbar-track{
     background:#a8a8a8b6;
  }
  .swiper-container1::-webkit-scrollbar{
    height: 2px;
  }
  .swiper-container1::-webkit-scrollbar-thumb{
     background: #4F4F4F !important;
  }
  .swiper-slide1 {
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 300px;
  }
  
  .swiper-wrapper1 .swiper-slide1 .section5-rmfive1-text1{
    height: 100px;
  }

  .section5-rmfive1{
    padding-top: 55px;
    background: #F0F0F0;
    height: 350px;
}

.section5-rmfive1-text1{
    font-size: 16px;
    font-weight: 500;
    max-width: 280px;
    line-height: normal;
}

/* rmeight style */
.rmeight-content .text{
    font-size: 19px;
    letter-spacing: -0.57px;
    color: #000000;
    line-height: normal;
    font-weight: 400;
}
.sluzba-pasek-vpravo{
    padding-left: 80px;
}

.rmeight-para-fff{
    color: #fff !important;
    font: 24px;
    padding-left: 60px;
    padding-bottom: 45px;
    width: 80%;
}

.rmeight-content .row-count-section {
    padding: 20px 10px;
}
.rmeight-content .row-count-section .row{
    margin-bottom: 40px;
    padding: 20px 0px;
}
.rmeight-content .row-count-section .row> div.br-1{
    border-right: 1px solid #373737;
}
.rmeight-content .row-count-section .row.bg-DEDEDE{
    background-color: #DEDEDE;
}
.rmeight-content .row-count-section .row .count{
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -3.51px;
    color: #373737;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rmeight-content .row-count-section .row .title{
    font-size: 41px;
    font-weight: 700;
    letter-spacing: -1.23px;
    color: #373737;
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.rmeight-servic-section{
    max-width: 1920px;
    margin: 0 auto;
}
.rmeight-content .rmeight-servic-section {
    color: #FFFFFF;
    background: #373737;
    background-position: 0px 86px;
}
.rmeight-content .rmeight-servic-section .title{
    font-size: 81px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.23px;
    max-width: 500px;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 60px;
}
.rmeight-content .rmeight-servic-section .btn-servic{
    width: 280px;
    max-width: 50%;
    font-size: 20px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 48px;
    text-align: center;
    padding: 18px 20px;
    margin-right: 12px;
}
.rmeight-content .rmeight-servic-section .buttons{
    max-width: 600px;
    padding: 30px 0px;
}
.rmeight-content .rmeight-servic-section .btn-icon{
    width: 280px;
    max-width: 50%;
    text-align: center;
    padding: 18px 20px;
    background: transparent;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}
.rmeight-content .rmeight-servic-section .btn-icon i{
    color: #FFFFFF;
    font-size: 40px;
}
.rmeight-content .rmeight-rychle-section{
    padding: 40px 0px;
}
.rmeight-content .rmeight-rychle-section .title{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.23px;
    color: #373737;
    max-width: 350px;
    margin-bottom: 28px;
    line-height: normal;
}

.rmeight-content .rmeight-rychle-section .button .btn-rychle{
    background: #000000;
    border-radius: 48px;
    width: 260px;
    max-width: 100%;
    text-align: center;
    padding: 18px 20px;
    color: #FFFFFF;
    margin-top: 20px;
}
.rmeight-content .rmeight-zkuseni-section {
    background-image: url(../images/rmeight/zkuseni.png);
    background-position: top left;
    background-size: 48% 100%;
    background-repeat: no-repeat;
    height: 450px;
}

.rmeight-content .rmeight-zkuseni-section .row>div .button{
    height: 131%;
    display: flex;
    align-items: end;
}
.rmeight-content .rmeight-zkuseni-section .button .btn-zkuseni{
    background: #373737;
    border-radius: 48px;
    width: 260px;
    max-width: 100%;
    text-align: center;
    padding: 18px 20px;
    color: #FFFFFF;
    margin-bottom: -20px;
}
.rmeight-content .rmeight-servisni-section {
    padding: 40px 0px;
}
.rmeight-content .rmeight-servisni-section .col-12{
    margin-bottom: 40px;
}
.rmeight-content .rmeight-servisni-section .heading{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.72px;
    color: #373737;
    line-height: normal;
    margin-bottom: 12px;
}
.rmeight-content .rmeight-servisni-section .icon-flex{
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: bold;
    font-size: 14px;
}
.rmeight-content .rmeight-servisni-section .icon-flex i{
    color: #797979 ;
}

#searchForm .form-control:focus{
    box-shadow: none;
    border-color: #373737 !important;
}

#searchForm .btn-primary{
    background-color: #373737 !important;
    margin-left: 10px;
    border-color: #373737 !important;
}

.form-group button:focus:not(:focus-visible){
    box-shadow: none;
}

.index-border-align{
    margin-left: 17px
}


.sluzba-pasek-vpravo .title-sluzby{
    color: white;
    padding-left: 60px;
    font-size: 65px;
    font-weight: bold;
}

.sluzba-pasek-vpravo .text.rmeight-para-fff{
    font-size: 19px;
    font-weight: bold;
}

.icon-content{
    padding-top: 25px;
}
.icon-content-dva{
    padding-left: 32px;
}

.sluzby-kontaktni-sekce .fa-phone-alt:before, .sluzby-kontaktni-sekce .fa-envelope:before, .sluzby-kontaktni-sekce .fa-mobile:before{
    color: #707070;
}

.tlacitko-tel-cislo .fa-phone-alt:before{
    color: white!important;
}

.ikona-sluzby{
    text-decoration: none!important;
}

.icon-content{
    font-size: 15px!important;
    font-weight: 600!important;
}

.sluzby-mezera-dolni-sekce{
    padding-top: 90px;
}

.rmeight-servisni-section.sluzby-kontaktni-sekce{
    padding-top: 40px;
    padding-bottom: 80px;
}

.sluzby-informace-nadpis{
    font-size: 19px;
    font-weight: bold!important;
}

.sluzby-icon-flex{
    display: inline-flex;
}


.bg-color .img img{
    height: 100%;
}

.owl-dots button.owl-dot{
    background-color: white!important;
    border: 1px solid black!important;
}

.box-head-kariera .hover-content{
    background-color: #5e5e5e;
}

.box-head-kariera .hover-content.kariera-zmena-barvy{
    background-color: #5e5e5e;
}

.box-head-kariera .heading{
    font-weight: 500!important;
}


@media only screen and (min-width: 1281px) and (max-width: 1399px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px;
    }

    .container .navbar-brand img{
        width: 100px!important;
    }

    .section2-rmfive-heading {
        font-size:4vw;
    }

    .sluzby-nadpisy {
        color: #FFFFFF;
        padding: 0px 76px 0px 70px!important;
    }

    .rmsix-lbox-text1-sluzba {        
        padding: 32px 76px 0px 70px!important;
    }

    .rmsix-left-box-sluzby {
        padding-top:20px;
        padding-bottom:20px
    }

    .rmsix-sliderbtn-sluzby a {
        font-size: 16px!important;
        margin-left: 70px!important;
        padding: 8px 16px!important;    
    }

    .tlacitka-sluzby {
        padding-bottom:20px!important
    }

    .velky-sedy-box {
        min-height: 445px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px){

    .firemni-hodnoty-text {
        padding-bottom: 0px!important;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }

    .container .navbar-brand img{
        width: 100px!important;
    }

    .text-center-o-spolecnosti .swiper-wrapper{
        width: 100%!important;
    }

    .swiper-container.text-center-o-spolecnosti{
        width: 100%!important;
    }

    .rmsix-section6-podnadpis, .nase-znacky-obsah .rmsix-sliderbtn{
        width: 200%!important;
    }

    .time-line-box .text-center-o-spolecnosti .status{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }


    .section1-rmfour-formbtn-o-spolecnosti a{
        padding: 20px 75px!important;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next {
        margin-right: -70px;
    }

    .hover-content{
        font-size: 16px;
    }

    .hover-content p{
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size:12px
    }

    .rmsix-section4-para{
        padding-right: 0px;
    }

    .rmsix-section4-heading2, .rmsix-section4-podnadpis2, .rmsix-section4-para2{
        padding-left: 0px!important;
    }

    .header-main-div{
        margin-left: -10px;
    }

    .rmfive-carousel-left img.rmfive-left-img{
        max-width: 235px;
        height: 350px !important;
        object-fit: cover !important;

    }

    .rmfive-carousel-left .rmfive-vector-div{
        padding-right: 25px;
        width: calc(100% - 85px);
        right: 0px;
        height:165px;
    }

    .rmsix-left-box-sluzby {
        padding-top:20px;
        padding-bottom:20px
    }

    .rmsix-sliderbtn-sluzby a {
        font-size: 16px!important;
        margin-left: 70px!important;
        padding: 8px 16px!important;    
    }

    .velky-sedy-box{
        min-height: 418px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

    .karieraGalerie{
        margin-bottom: 125px!important;
    }

    .section2-rmfive-heading{
        font-size: 7vw;
    }


    .video-section-career{
        margin-top: 20%!important;
    }

    .leva-strana-kariera{
        width: 100%!important;

    }
    .section1-rmfive-img1{
        bottom: unset;
    }
    .section2-border-right {height: 100px;}

  

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left:unset;
    }

    .rmthree-img1 img{
        max-width: 50%;
    }

    .rmsix-br.brand-name-section-left-column{
        height: 100%!important;
    }

    .rmsix-section6-o-spolecnosti .brand-name-section-left-column{
        padding-right: unset!important;
    }

    .pravy_sloupec_redfox{
        padding-left: calc(var(--bs-gutter-x)* .5)!important;
    }

    .brand-names-section{
        text-align: center;
    }

    .rmsix-section6-img2 img{
        float: unset!important;
    }

    .rmfive-carousel-left img.rmfive-left-img {
        max-width: 300px;
        height: 445px !important;
        object-fit: cover;
    }

    .rmfive-carousel-left .rmfive-vector-div {
        width: calc(100% - 205px);
    }

    .section9-rmfive-para{
        position: relative!important;
        margin-top: 0px!important;
        text-align: center!important;
        top: unset!important;
        right: unset!important;
    }

    .section2-rmfive{
        margin-top: 370px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next{
        margin-right: 0px!important;
    }


    .navbar-light .navbar-nav .nav-link{
        font-size: 14px!important;
    }

    .container .navbar-brand img{
        width: 100px!important;
    }

    .container.velikost-menu{
        max-width: 900px!important;
    }

    .header-main-div{
        max-width: unset!important;
    }

    .sluzby-mezera-vlevo {
        padding-top:90px
    }

    .section1-rmseven .row {
        justify-content:center;}

    .footer-social-links {
        background-image:none!important
    }

    .section9-rmfive.container.pracovni-prostredi-mezera .owl-carousel .owl-stage-outer {
        max-height: 660px!important;
    }
}

@media screen and (max-width: 767px) {

    .section5-rmfive1.o-spolecnosti-timeline{
        height:unset !important;
    }

    .homepage-timeline .swiper-slide {
        display:flex !important;
        flex-direction:column!important;
        align-items:center!important;
        margin-bottom:25px!important;
    }

    .o-spolecnosti-timeline .date {
        font-size:24px!important;
    }

    .o-spolecnosti-timeline .swiper-wrapper {
        flex-direction:column;  
    }

    .citat{
        padding-bottom:0px;
    }
    .cislaKontejner{
        margin-top:349px!important;
    }

    .pravy_sloupec_redfox .flexSpolecnost2 .brand-name-section-image{
        min-width: auto!important;
       }   

    .section1-rmseven{
        padding-top: 30px!important;
    }
   
    .leva-strana-kariera{
        width: 100%!important;

    }

    .rmsix-box-seda-reference .section1-rmfour-form {
        margin-top: -5%;
        margin-bottom: 15%;
    }

    .reference-seznam .section2-rmfour-para{
        max-width: 100%;
    }

    .reference-seznam .col-sm-6 {
        width: 100%!important;
    }

    .reference-seznam .reference-cela-vlevo-obrazek {
        flex-direction: column!important;
    }

    .reference-seznam .reference-cela-vpravo-obrazek{
        flex-direction: column-reverse!important;
    }


    .znackaCelyBlok{
        padding-bottom: 30%!important;
        flex-direction: row;
    }

    .kachlicky-posledni-flex {
        justify-content: center;
    }


    .znackaText{
        flex-direction:column-reverse;
    }
    .brand-name-section-image{
        min-width: max-content;
    }


    .section2-rmfour-text1 h2 {
        font-size: 24px!important;
    }
    .col-sm-12{
        max-width: 100%!important;
    }
    .rmsix-section4-ac{
        flex-direction: column!important;
        
    }
    .druhy-clovek-zakladatel{
        flex-direction: column-reverse!important;
    }


    .section1-rmfour-formbtn.icon {
        padding-top: 15px!important;
    }

    .nase-znacky-mezera-nahoru{
        margin-top: 49px!important;
    }

    .carousel-item{
        min-height: 50vh!important;
    }

    .index-border-align{
        margin-left: 0px;
    }
    
    .section1-rmseven-text1{
        margin: 0%;
    }
    
    .rmeight-bg,
    .owl-carousel .owl-item img{
        height: 350px !important;
    }

    .section1-rmfour-form .form-select{
        background-position: 95%;
    }

    .section1-rmfour-head{
        width: 60%;
    }

    .rmeight-content .rmeight-servic-section .btn-icon i{
        font-size: 20px;
    }
    
    .rmeight-content .rmeight-servic-section .btn-icon{
        max-width: 100%;
        width: 100%;
    }

    .rmeight-content .rmeight-zkuseni-section .row>div .button{
        height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }

    .rmeight-content .rmeight-zkuseni-section{
        background-image: none;
        height: auto;
    }

    .rmeight-content .rmeight-rychle-section .title{
        padding-top: 15px;
    }

    .rmeight-content .rmeight-servic-section .title{
        padding-top: 30px;
        max-width: 100%;
    }

    .rmeight-content .rmeight-servic-section{
        margin: 0;
    }

    .rmeight-content .text{
        padding-top: 10px;
    }

    .rmeight-content .row-count-section .row> div.br-1{
        border: none;
    }

    .rmeight-content .row-count-section .row .title{
        font-size: 30px;
    }

    .section2-index-flex{
        flex-wrap: wrap;
        gap: 16px;
    }

    .index-section2-border,
    .index-section1-pl{
        padding-left: 12px;
    }

    .section1-index-text3 img,
    .section2-index-text3 img{
        width: 12px;
    }
    .section1-index-border{
        height: auto;
    }

    .section2-index-border{
        margin-top: 20px;
    }

    .section2-index-card{
        margin-top: 25px;
    }

    .section1-index-img {
        margin-top: 29px;
    }

    .section1-index-img img {
        height: 100%;
    }

    .rmfive-carousel-image1{
        padding-top: 90px;
        height: 354px;
    }
    
    .section9-rmfive-para{
        padding-top: 50px;
        margin: auto;
    }

    .rmfive-carousel-left img.rmfive-left-img{
        max-width: 180px !important;
        min-width: 180px !important;
    }

    .rmfive-carousel-left{
        margin-left: 0px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next{
        right: 30px!important;
    }

    .section1-rmseven-text2{
        padding-top: 12px;
    }

    .section7-rmone-btn.rmtwo {
        padding-left: 12px;
        flex-wrap: wrap;
    }

    .section1-rmfour-form{
        gap: 6px;
        margin-top: -120px;
        flex-wrap: wrap;
    }

    .section1-rmseven-head,
    .section1-rmfour-head{
        display: inline-block;
    }

    .rmthree-img1,
    .section2-rmtwo-heading {
        padding-top: 22px;
    }

    .section2-rmtwo{
        padding-top: 26px;
        padding-bottom: 25px;
    }

    .hero-section.rmtwo-btn{
        margin-bottom: 12px;
    }

    .section1-rmtwo-para1{
        font-size: 16px;
    }

    .section1-rmtwo{
        margin-top: -70px;
    }

    .section1-rmtwo-border{
        margin-bottom: 0px;
    }

    .section1-rmtwo-para2{
        padding: 26px 30px;
    }

    .rmtwo-br{
        display: none;
    }

    .section3-rmtwo-box{
        flex-wrap: wrap;
        justify-content: center;
    }

    .section3-rmtwo-box1{
        width: 125px;
        height: 145px;
        font-size: 14px;
    }
    .footer-social-div {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-social-div .fd-cr {
        flex-direction:row
    }

    .section2-rmfive-heading{
        font-size: 9vw;
    }


    .rmsix-section6-img1 img,
    .rmsix-section6-img2 img,
    .rmsix-section6-img3 img,
    .rmsix-section6-img4 img{
        width: 100% !important;
    }

    .rmsix-section6-para{
        font-size: 14px;
    }

    .rmsix-section6-heading{
        font-size: 16px;
    }
    .rmsix-br{
        border: none;
    }
    
    .owl-theme .owl-nav button {
        top: 35%;
        font-size: 40px !important;
    }

    .owl-theme .owl-nav button.owl-prev{
        left: -12px;
    }

    .owl-theme .owl-nav button.owl-next{
        right: -12px;
    }
    .slider-child{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel.owl-theme .owl-item img{
        width: 55%;
    }
    .owl-theme .rmsix-sliderbtn a{
        font-size: 12px;
        padding: 8px 12px;
        width: 116px;
    }
    .rmsixslider-text{
        font-size: 18px;
    }

    .time-line-box .timestamp{
        font-size: 18px;
    }

    .hero-section6 .text1 h1{
        max-width: 300px !important;
        font-size: 22px;
    }

    .rmsix-dot-text{
        font-size: 14px;
    }

    .rmsix-section3-heading{
        font-size: 34px;
    }

    .rmsix-section3-heading1{
        font-size: 18px;
        padding-top: 6px;
    }

    .rmsix-section3-content{
        max-width: 100%;
        padding-bottom: 20px;
    }

    .rmsix-section3-para{
        max-width: 100%;
    }

    .rmsix-left-box{
        margin-top: 30px;
    }
    .time-line-box .status{
        font-size: 9px;
    }
    .rmsix-lbox-text1{
        padding: 23px 19px 30px 24px;
    }

    .rmsix-section1-img{
        padding-top: 22px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .header-section{
        padding-bottom: 0px;
    }
    .section2-rmfour-iconhead{
        gap: 0px;
    }

    .section2-rmfour-text1{
        font-size: 16px;
    }

    .section2-rmfour-text1 h2{
        font-size: 16px;
    }

    .section2-rmfour-para,
    .section2-rmfour-text2{
        font-size: 13px;
    }

    .hero-section .child-div {
        flex-direction: column;
        gap: 36px;
        padding-top: 206px;
    }
    
    .navbar-nav{
        text-align: center;
    }

    
    .carousel2 .owl-nav button.owl-next{
        right: 10px !important;
    }
    .carousel2 .owl-nav button.owl-prev{
        left: 10px !important;
    }

    .owl-carousel.carousel0 {
        position: relative;
    }
    .header-section.hero-absolute{
        position: unset;
        background-color: #ffd959;
    }
    .hero-section .child-div{
        height: 100%;
        max-width: 100%;
        padding: 20px;
    }
    
    .hero-section .child-div .child-div3{
        background-color: #ffd959;
    }

    .carousel3 .owl-nav button.owl-next{
        right: 12px;
    }
    .carousel3 .owl-nav button.owl-prev{
        left: 18px;
    }

    .section1-box{
        flex-wrap: wrap;
    }

    .container .navbar-brand img{
        width: 100px;
    }


    .navbar-light .navbar-toggler-icon{
        background-image: url(../icon/bar.svg) !important;
        font-size: 13px !important;
    }

    .navbar-light .navbar-toggler{
        border-color: transparent;
    }

    button:focus:not(:focus-visible) {
        box-shadow: none;
    }

    .navbar-expand-md{
        padding-top: 12px;
        align-items: baseline;
        padding-bottom: 10px;
    }

    .hero-section{
        margin-top: -1px;
    }

    .header-section.text1 h1{
        font-size: 22px;
    }

    .hero-section .text2{
        font-size: 15px;
        padding-top: 0px;
        line-height: normal;
        max-width: 318px;
    }

    .box-head{
        margin-top: -7px;
    }

    .owl-carousel.carousel0.hero-carousel .item img{
        height: 300px !important;
    }

    .hero-section .text3 a{
        font-size: 16px;
        padding: 10px 32px;
    }

    .section2-card-head{
        gap: 10px;
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .footer-paragraph{
        max-width: 350px;
        font-size: 16px;
    }

    .social-links1 a{
        font-size: 14px;
    }

    .mob-social-pt{
        padding-top: 20px;
    }

    .hero-section.index-bg,
    .hero-section.rmfive,
    .hero-section.rmfour{
        height: 50vh;
    }

    .hero-carousel .owl-nav button.owl-next{
        right: 3px;
    }
    
    .hero-carousel .owl-nav button.owl-prev{
        left: 3px;
    }

    .section1-rmfour-formbtn a{
        padding: 10px 40px;
    }

    .section2-rmfour-img1 img {
        width: 100%;
    }

    .section2-rmfour .row.one-article{
        padding: 0px 50px;
    }

    .fd-cr{
        flex-direction: column-reverse;
    }

    .section2-rmfour .fd-cr{
        flex-direction: row;
    }

    .section2-rmfour-icon1 img {
        width: 16px;
    }

    .section2-rmfour-icon1{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .section2-rmfour-icontext{
        font-size: 12px;
        margin-right: 21px;
    }

    .section2-rmfour.flex{
        flex-wrap: wrap;
        padding: 15px;
        margin-top: 30px;
        gap: 25px;
    }

    .section2-rmfour-img1{
        padding-top: 0;
    }

    .o-spolecnosti-kachlicky h3{
        font-size: 20px;
    }

    .details1-icon img {
        height: 50px;
    }

    .section4-heading{
        margin: auto;
        text-align: center;
    }

    .section4-button.text-start{
        text-align: center !important;
        padding-top: 28px;
        padding-bottom: 25px;
    }

    .section3-rmfive-img1 img
    .swiper-container,
    .section4-rmthree-haed,
    .section1-rmfive-img1 img {
        width: 100%;
    }

    .section1-rmfive-box{
        width: 100%;
        margin-top: 20px;
    }

    .section1-rmfive-img1 {
        bottom: 0px!important;
        position: relative!important;
        left: 0px;
    }
    .o-spolecnosti-mezera-nahoru .tile{
        padding-bottom: 10px!important;
    }

    .oSpolecnostiSekce2{
        padding-top: 0px!important;
    }

    .bg-rows-sections .bg-row .heading{
        font-size: 20px;
        padding-bottom: 0px;
        border: none;
        padding-top: 20px;
    }

    .bg-rows-sections .bg-row{
        margin-top: 30px;
    }

    .section1-rmseven-heading,
    .rm6-section .text-content .right-heading,
    .section1-rmfive-heading,
    .section4-rmthree-text,
    .section3-rmfive-text,
    .section2-rmfive-text,
    .section2-rmfive-heading{
        font-size: 22px;
    }

    .section2-rmfive{
        margin-top: 125px;
        padding-top: 35px;
    }

    .text-center-o-spolecnosti{
        padding-bottom: 0px!important;
    }

    .section2-border-right{
        display: none;
    }

    .section2-rmfive-flex{
        justify-content: center;
        padding-bottom: 30px;
    }

    .section3-rmfive-img1,
    .section3-rmfive{
        padding-top: 30px;
    }

    .section5-rmfive1,
    .section5-rmfive{
        overflow: hidden;
    }

    .rmsix-section4-img{
        padding-bottom: 20px;
    }

    .section5-rmfive1-text1,
    .section5-rmfive-text1{
        font-size: 9px;
        max-width: 102px;
        margin: auto;
    }

    .swiper-wrapper{
        width: 100%;
    }

    .position-absolute{
        top: 340px;
        width: 100%;
        font-size: 18px;
        left: 0px;
        height: 100%;
    }

    .section2-details1{
        padding-top: 50px;
    }

    .rm6-section-img3{
        margin-top: 20px;
    }

    .rm6-section .text{
        font-size: 16px;
    }

    .rm6-section .vector-content {
        bottom: -168px;
        height: 195px;
        width: 93%;
        right: 15px;
    }

    .section2-heading{
        width: 100%;
    }

    

    .rmseven-video{
        padding-top: 20px;
        margin-bottom: 0px;
    }

    .bg-rows-sections .bg-row .text{
        font-size: 16px;
        padding-top: 0px;
        margin-top: -1px;
    }

    .bg-rows-sections{
        padding: 0px 0px;
    }

    .flex-form-section .title {
        padding-top: 20px;
    }

    .flex-form-section .flex-form .input-div {
        padding: 10px 28px;
        width: 100%;
    }

    .owl-dots{
        bottom: 17px;
    }

    .rmsix-boxing-head{
        padding-top: 320px !important;
    }

    .rmsix-section2 .col-12 .bg_img{
        height: 282px !important;
    }

    .rm6-section .left-img{
        min-height: 70vh;
        background-size: 100%;
    }

    .rmsix-section2-cards{
        padding-top: 150px !important;
    }

    .rmthree-coma{
        bottom: 75%;
    }

    .rmfive-coma{
        bottom: 75%;
    }

    .section6-rmthree-head{
        padding-bottom: 22px;
        margin-bottom: 0px;
    }

}

@media screen and (min-width: 1900px) {

    .rmeight-para-fff{
        max-width: 530px;
    }

    .rmeight-content .rmeight-servic-section .title {
        max-width: 500px;
    }

    .section1-rmfour-formbtn a{
        font-size: 18px;
        padding: 10px 40px;
    }

    .section1-rmfour-form {
        gap: 75px;
    }

    .sectiontwo-rmtwo.black a{
        font-size: 18px;
        background-color: #000000 !important;
        padding: 16px 32px;
    }

    .rmeight-content .rmeight-zkuseni-section .row>div .button{
        height: 131%;
    }

    .rmeight-content .rmeight-zkuseni-section{
        height: 450px;
    }

    .rmeight-content .rmeight-servic-section .title {
        padding-bottom: 60px;
    }

    .rmeight-content .rmeight-servic-section .sluzba-pasek-vpravo .title-sluzby{
        max-width: 100%;
        font-size: 81px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.23px;
        max-width: 500px;
        padding-bottom: 10px;
        padding-top: 30px;
        padding-left: 60px;
    }
    
    .section1-rmseven-text2{
        max-width: 100%;
    }
    .time-line-box1 .status1 span:before {
        width: 14px;
        height: 14px;
    }

    .section5-rmfive1-text1 {
        font-size: 18px;
    }

    .time-line-box1 .status1{
        font-size: 22px;
    }

    .section1-rmfive-para1,
    .section1-rmfive-para2{
        max-width: 460px;
    }
    
    .section9-rmfive-para{
        max-width: 425px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next{
        right: 60px;
    }

    .section7-rmone-button{
        padding-top: 168px;
    }

    .section1-rmtwo-para2{
        font-size: 16px;
    }

    .section1-rmtwo-para1{
        font-size: 16px;
        padding: 0px 45px;
        max-width: 88%;
    }

    .section1-rmtwo-border{
        gap: 30px;
    }

    .hero-section{
        margin-top: -1px;
    }

    .header-section{
        margin-top: -2px;
    }

    .rmthree-coma{
        bottom: 77%;
    }
    
    .rmfive-coma{
        bottom: 77%;
    }

    .container{
        max-width: 1160px;
    }

    .header-section.text1 h1{
        font-size: 69px;
    }

    .hero-section .text2{
        line-height: 40px;
        font-size: 38px;
        max-width: 850px;
    }

    .header-section .text3 a{
        padding: 16px 65px;
    }

    .rmsix-section2 .col-12 .bg_img .heading{
        font-size: 26px;
        font-weight: bold;
    }

    .rmsix-section2 .col-12 .bg_img{
        height: 288px;
    }

    .section2-heading{
        font-size: 30px;
        max-width: 300px;
    }

    .section2-paragraph{
        max-width: 500px;
        font-size: 18px;
    }

    .section2-date{
        font-size: 18px;
    }

    .section2-button a{
        padding: 16px 70px;
    }

    .footer-heading{
        font-size: 32px;
    }

    .social-links1 a{
        font-size: 14px; 
    }

    .section2-rmfour-img1 img{
        height: 487px;
        width: 100%;
        max-height: 350px;
        max-width: 731px;
        object-fit: contain;
    }

    .section2-rmfour-text1{
        font-size: 41px
    }

    .section2-rmfour-text1 h2{
        font-size: 33px
    }

    .section2-rmfour-text2{
        font-size: 15px;
        padding-top: 10px;
    }

    .section2-rmfour-para{
        font-size: 15px;
        max-width: 600px;
    }

    .details1-icon img {
        height: 90px;
    }

    .section4-box-tc{
        display: flex;
        justify-content: center;
    }

    .section4-heading{
        font-size: 20px;
    }

    .section4-button a{
        padding: 12px 45px;
    }

    .flex-form-section .flex-form .input-div{
        padding: 10px 38px;
    }

    .flex-form-section .flex-form .btn-submit{
        width: 250px;
        padding: 14px 30px;
    }

    .hero-section6 .text1 {
        max-width: 76% !important;
    }
    .section4-rmthree-text,
    .section1-rmthree-heading {
        font-size: 32px;
    }
    .section3-rmfive-para,
    .section1-rmthree-para{
        font-size: 20px;
        max-width: 600px;
    }

    .section3-rmtwo-text{
        font-size: 19px;
    }

    .section3-rmtwo-text h2{
        font-size: 19px;
    }

    .section1-rmfive-box{
        width: 90%;
        margin-left: auto;

    }

    .rmsix-section5{
        margin-bottom: -214px;
    }

    .owl-theme .owl-nav button{
        font-size: 80px !important;
    }

    .section2-card-head{
        padding-top: 180px;
    }

    .owl-theme .owl-nav button.owl-next{
        right: -50px;
    }
    
    .owl-theme .owl-nav button.owl-prev{
        left: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1300px){

    .cislaKontejner{
        margin-top: 158px!important;
    }

    .rmeight-content .rmeight-zkuseni-section .row>div .button{
        height: 100%;
    }

    .rmeight-content .rmeight-zkuseni-section{
        height: auto;
    }

    .rmeight-content .rmeight-servic-section .title {
        margin-bottom: 17px;
        padding-top: 97px;
        max-width: 100%;
    }

    .rmeight-content .row-count-section .row .title{
        font-size: 34px;
    }

    .footer-social-links{
        min-height: 0px;
    }

    .rmsix-section2 .col-12 .bg_img .heading{
        font-size: 18px;
    }

    .hero-section.rmone-bg .text1,
    .hero-section .text1{
        padding-top: 0px;
    }

    .item{
        align-items: center;
    }

    .section2-button a{
        padding: 12px 60px;
    }


}


@media only screen and (min-width: 768px) and (max-width: 1100px){
    .brand-name-section-left-column .flexSpolecnost2 .brand-name-section-image{
        min-width: auto!important;
       }

       .pravy_sloupec_redfox .flexSpolecnost2 .brand-name-section-image{
        min-width: auto!important;
       }   

    .pravy_sloupec_redfox .flexSpolecnost2 .rmsix-section6-img4{
        margin-top: 28%!important;
        height:145px;
       }
    .index-bg{
        height: 65vh;
    }
    
    .hero-carousel.rmfive .owl-nav button.owl-next{
        right: 0;
    }

    .section3-rmtwo-box1{
        width: 170px;
    }

    .owl-theme .owl-item .item .slider-child{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section2-rmfour.flex{
        flex-wrap: wrap;
    }

    /* .fd-cr{
        flex-direction: column-reverse;
    } */

    .section2-rmfour-img1 img{
        height: 100%;
    }

    .section2-rmfour.flex{
        gap: 60px;
    }

    .section2-rmfour-img1{
        flex: 0 0 44%;
        height: 100%;
    }

    .section2-rmfour {
        padding-top: 50px;
    }

    .section1-rmfive-box{
        width: 100%;
    }

    .section1-rmfive-img1{
        left: 0px;
    }

    .section1-rmfive-img1 img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .novinky-prava-strana{
        max-width: 40% !important;
    }
    .navbar-expand-md{
        padding-bottom: 10px;
    }

    .section1-rmfour-form .form-select{
        background-position: 90%;
    }

    .section1-rmfour-head {
        gap: 0px;
        flex-direction: column;
        width: 55%;
    }

    .rmeight-content .row-count-section .row .title{
        font-size: 25px;
    }

    .section2-index-card{
        margin-top: 25px;
    }

    .section1-index-border{
        height: auto;
    }

    .section2-index-border{
        margin-top: 20px;
    }

    .section5-rmfive1{
        height: 420px;
    }

    .section9-rmfive{
        padding-top: 80px;
    }

    .swiper-wrapper1 .swiper-slide1 .section5-rmfive1-text1{
        height: 150px;
    }
    
    .rmfive-carousel-left{
        margin-left: 0px;
    }

    .section9-rmfive-para{
        margin: auto;
        padding-top: 30px;
    }

    .swiper-wrapper1 .swiper-slide1:nth-child(odd) {
        padding-top: 150px;
    }

    .section3-rmtwo-box{
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-social-links {
        background-size: 100% 100%;
    }


    .rmsix-left-box{
        margin-top: 20px;
    }

    .rmsix-section1-img{
        margin-left: 0px;
        margin-top: 20px;
    }

    .owl-carousel.owl-theme .owl-item img{
        width: 50% !important;
    }

    .rmsix-br{
        border-right: none;
    }
    .rmsix-comma{
        bottom: 78% !important;
    }

    .rm6-section .left-img{
        min-height: 80vh;
    }

    .rm6-section-img3{
        padding-top: 20px;
    }

    .rm6-section{
        padding-bottom: 40px;
    }

    .section5-li{
        font-size: 13px;
    }

    .section2-rmtwo-card{
        margin-top: 0px;
    }

    .rmthree-coma {
        position: absolute;
        bottom: 278px;
        right: -43px;
    }

    .rmfive-coma {
        position: absolute;
        bottom: 278px;
        right: -43px;
    }

    .section6-rmthree-text1{
        font-size: 15px;
    }

    .navbar-nav{
        gap: 2px;
    }

    .navbar-nav{
        margin-bottom: 0px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }

    .navbar-brand img{
        width: 80px;
    }

    .header-section{
        padding-bottom: 0px;
    }

    .rmsix-section6-img4{
        max-width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px){
    .pravy_sloupec_redfox .flexSpolecnost2 .rmsix-section6-img4{
        margin-top: 28%!important;
        height:145px;
       }

    .my-5 {
        padding-top:0px!important;
        }
    .reference-seznam .section2-rmfour-img1{
        
        height: 100%!important;
    }

    .reference-seznam .section2-rmfour-img1 img{
        
        height: 100%!important;
    }

    .swiper-wrapper1 .swiper-slide1 .section5-rmfive1-text1{
        height: 140px;
    }

    .section5-rmfive1{
        height: 400px;
    }

    .swiper-wrapper1 .swiper-slide1:nth-child(odd) {
        padding-top: 140px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next{
        right: 0px;
    }

    .rmsix-section6-img1 img,
    .rmsix-section6-img2 img,
    .rmsix-section6-img3 img,
    .rmsix-section6-img4 img{
        width: 200px !important;
    }
    
    .rmsix-lbox-text1{
        padding: 16px 66px 20px 30px; 
    }

    .time-line-box .status{
        font-size: 14px;
    }

    .rmsix-section2 .col-12 .bg_img{
        height: 240px;
    }

    .section1-rmfive-img1 img {
        width: 350px;
        
    }

    .section1-rmfive-img1{
        left: -30px!important;
    }

    .section1-rmfive-box{
        width: 100%;
    }

    .navbar-nav{
        gap: 5px;
    }

    .section2-rmtwo-address {
        font-size:16px!important
    }
}

@media only screen and (max-width: 450px){

    .section1-rmfour-head{
        width: 95%;
    }

    .section1-rmfour-form .form-select{
        font-size: 13px;
    }

    .hero-section .text2{
        font-size: 14px;
        max-width: 200px;
    }

    .rmeight-content .rmeight-servisni-section .icon-flex{
        flex-wrap: wrap;
        gap: 15px;
    }
    .section1-index-text3{
        font-size: 13px;
    }

    .section1-index-text1{
        font-size: 16px;
    }

    .section2-index-text3{
        font-size: 12px;
    }

    .rmfive-section9-text2,
    .rmfive-section9-text1,
    .section9-rmfive-para{
        font-size: 14px;
    }

    .section2-rmfive{
        margin-top: 96px;
    }

    .section1-rmfive-img1{
        bottom: -188px;
    }

    .section9-rmfive{
        padding-top: 120px;
    }

    .section9-rmfive-para{
        padding-top: 0px;
    }

    .hero-carousel.rmfive .owl-nav button{
        top: 80%;
    }
    

    .rmfive-carousel-left .rmfive-vector-div .rmfive-content::before{
        right: -30px;
    }

    .rmfive-carousel-left .rmfive-vector-div{
        padding: 25px
    }

    .section1-rmfive-boxtext{
        padding: 30px 26px;
    }

    .rmsix-section2 .col-12 .bg_img{
        height: 200px !important;
    }

    .owl-dots{
        bottom: 17px;
    }

    .header-section.text1 h1{
        font-size: 18px;
        line-height: normal;
    }

    .container .navbar-brand img {
        width: 77px;
    }

    .rm6-section .left-img{
        min-height: 36vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px){

    .bg-rows-sections .bg-row .heading{
        font-size: 22px;
    }

    .bg-rows-sections .bg-row .text{
        font-size: 14px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 576px){

    .hero-carousel.rmfive .owl-nav button.owl-next{
        right: -3px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-prev{
        left: 0px;
    }

    .rmfive-carousel-left .rmfive-vector-div{
        right: 20px;
        width: calc(100% - 101px);
    }

    .owl-theme .owl-nav button.owl-next {
        right: 6px;
    }

    .owl-theme .owl-nav button.owl-prev {
        left: 6px;
    }

    .owl-theme .owl-nav button{
        top: 54%;
    }

    .rmsix-section5{
        margin-bottom: -124px;
    }

    .rmsixslider-text {
        font-size: 14px;
    }

    .owl-theme .rmsix-sliderbtn a {
        font-size: 8px;
        padding: 6px 8px;
        width: 88px;
    }

    .time-line-box .status span {
        padding-top: 16px;
    }
    .time-line-box .status{
        padding: 0px;
    }

    .fd-cr-rmseven{
        flex-direction: column-reverse;
    }

    .section1-rmseven-para{
        max-width: 560px;
    }
    
    .section2-rmfour .fd-cr{
        flex-direction: column-reverse;
    }
    .section2-rmfour img{
        margin-bottom: 15px;
    }

    .section2-rmfour-img1{
        padding-top: 0px;
    }

    .section2-rmfour{
        padding-top: 30px;
    }
    .section1-rmfour-formbtn.icon{
        padding-top: 15px;
    }

    .section1-rmfour-formbtn a{
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px){
    .my-5 {
        padding-top:0px!important;
        }
    .swiper-wrapper1 .swiper-slide1 .section5-rmfive1-text1{
        height: 140px;
    }

    .section5-rmfive1{
        height: 400px;
    }

    .swiper-wrapper1 .swiper-slide1:nth-child(odd) {
        padding-top: 140px;
    }

    .rmsix-section6-img1 img,
    .rmsix-section6-img2 img,
    .rmsix-section6-img3 img,
    .rmsix-section6-img4 img{
        width: 100% !important;
    }

    .rmthree-coma {
        position: absolute;
        bottom: 276px;
        right: 0;
    }

    .rmfive-coma {
        position: absolute;
        bottom: 276px;
        right: 0;
    }

    .rmsix-comma{
        bottom: 78%;
    }

    .rm6-section .vector-content{
        bottom: -12px;
        right: 12px;
    }

    .navbar-nav{
        gap: 3px;
    }
}
.hero-section {
    background-size: cover!important;
}

@media (min-width: 992px) {
    .kontakt-sloupce{
        width: 33%;
    }
}

.rmsix-section4-podnadpis{ 
    letter-spacing: -0.2px;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding-top: 16px;
}
.rmsix-section4-podnadpis2{ 
    letter-spacing: -0.2px;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding-top: 16px;
    padding-left: 84px;
}

.rmsix-section6-img4 img{ 
    margin-top: -105px;
    margin-left: 35px;
}

.rmsix-box-seda{
    width: 100%;
    background: transparent linear-gradient(214deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
}
.leva-strana-kariera{
    width: 110%;
    background: transparent linear-gradient(214deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
    z-index: 5;
    position: relative;
}
.prava-strana-kariera{
    border: 1px solid #707070;
    min-height: 238px;
    align-content: center;
    justify-content: center;
    padding-left: 25%;
}
.rmsix-box-seda-reference{
    width: 100%;
    background: transparent linear-gradient(214deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    z-index: 10;
    position: relative;
}

.rmsix-box-seda-reference{
    height: 100px;
    margin-top: -110px;
}


.rmsix-box-seda-novinky-detail{
    width: 50%;
    background: transparent linear-gradient(214deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    padding: 24px;
    margin-left: 25%;
    margin-top: -9%;
}
.pruh-nase-vize {
    font-size: 32px;
    color: white;
    padding-top: 20px;
    padding-left: 133px;
    padding-right: 100px;
    padding-bottom: 25px;
    font-weight: 700;
}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f3f3;
    padding: 20px;
}

.hero-content {
    max-width: 50%;
}

.hero-content h1 {
    font-size: 2em;
    margin: 0;
}

.hero-content p {
    margin: 10px 0;
}

.hero-content button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.hero-content button:hover {
    background-color: #555;
}

.hero-content .contact {
    margin-top: 10px;
}

.hero-content .contact a {
    color: #000;
    text-decoration: none;
}

.hero-content .contact a:hover {
    text-decoration: underline;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.feature {
    flex: 1 1 calc(50% - 20px);
    margin: 10px;
}

.feature-kariera{
    flex: 1 1 calc(50% - 20px);
    margin: 10px;
}

.feature h3 {
    font-size: 33px;
    margin: 0 0 20px;
    padding-left: 80px;
    font-weight: 700;
    padding-right: 0px;
    color: #373737;
}

.feature p {
    font-size: 15px;
    margin: 0 0 10px;
    padding-left: 80px;
    padding-right: 30px;
    color: #373737;
}

.stats {
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f3;
    padding: 20px 0;
}

.stat {
    text-align: center;
}

.stat h3 {
    font-size: 2em;
    margin: 0;
}

.stat p {
    margin: 5px 0 0;
}

.fleet {
    text-align: center;
    padding: 20px 0;
}

.fleet img {
    max-width: 100%;
    height: auto;
}
.sluzby-nadpisy{
    text-align: left;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    padding: 40px 95px 0px 85px;
    line-height: normal;
}

.sluzby-nadpisy h2{
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    line-height: normal;
}

.rmsix-left-box-sluzby{
    background: transparent linear-gradient(214deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    min-height: 450px;
    height: 100%;
    padding-top: 20px;
}
.sluzba-uvodni-text{
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: black;
    padding: 40px 95px 45px 85px;
    line-height: normal;
}
.rmsix-sliderbtn-sluzby a{
    color: black;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
    background: white;
    border-radius: 48px;
    text-decoration: none;
    margin-left: 85px;
    text-align: center;
    padding: 10px 28px;
    margin-right: 12px;
    display: inline-block;
    transition: all 0.3s ease;
}
.ikona-sluzby{
    width: 280px;
    max-width: 50%;
    text-align: center;
    padding: 16px 32px;
    background: transparent;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}
.tlacitka-sluzby{
    display: flex;
    padding-bottom: 50px;
}
.tlacitko-tel-cislo{
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.1px;
    background: #373737;
    border-radius: 48px;
    text-decoration: none;
    text-align: center;
    padding: 10px 28px;
    margin-right: 12px;
    display: inline-block;
    transition: all 0.3s ease;
}
.tlacitko-cislo{
    padding-bottom: 40px;
}
.bg-color{
    display: flex;
    background-color: #373737!important;
}
.reference-pravy-sloupec{
    display: flex;
}
.quote {
    background: transparent linear-gradient(214deg, #373737 0%, #6E6E6E 100%) 0% 0% no-repeat padding-box;
    padding-top: 25px;
    padding-left: 12px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-top: -30px;
    width: 80%;
    justify-content: center;
    vertical-align: middle;
}

.quote p {
    font-size: 16px;
    font-style: italic;
    margin: 0 0 10px 0;
    padding-left: 25px;
    color: white;
}

.quote-author {
    padding-top: 15px;
    font-size: 19px;
    text-align: left;
    padding-left: 25px;
    color: #AEAEAE;
}
.quote-marks {
    position: absolute;
    font-size: 200px;
    color: black;
    padding-left: 20%;
    margin-top: -120px;
}
.column {
    flex: 1;
}

.left .tile, .right .tile {
    background: transparent linear-gradient(214deg, #6E6E6E 0%, #373737 100%) 0% 0% no-repeat padding-box;
    padding: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.right .tile.big {
    height: calc(100% - 20px);
}

.tile h2 {
    margin-top: 0px;
}

.tile p {
    margin-bottom: 0px;
    padding-left: 25px;
    color: white;
    font-size: 14px;
}

.tile p.o-spolecnosti-kachlicky-velky-nadpis {
    font-size: 33px; font-weight: 600;}

.firemni-hodnoty-podnadpis{
    font-size: 19px!important;
    font-weight: 600;
    line-height:28px;
}
.firemni-hodnoty-text{
    font-size: 20px;
    padding-bottom: 15px;
}
.tile{
    min-height: 190px;
}

.section1-rmtwo-border1 {
    border-left: 1px solid #373737;
    height: 750px;
}

.section1-rmtwo-text1 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.section1-rmtwo-text2 {
    font-size: 13px;
    line-height: normal;
    color: #000000;
    max-width: 175px;
}

.section1-rmtwo-text3 {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.section1-rmtwo-text3 img {
    width: 20px;
}

.section1-rmtwo-img {
    margin-top: -40px;
}

.section1-rmtwo-img img {
    width: 100%;
    height: 350px;
}

.section2-rmtwo-card {
    display: inline-block;
    padding: 40px 70px;
    width: 100%;
    background: transparent linear-gradient(201deg, #cbcbcb 0%, #797979 100%) 0% 0% no-repeat padding-box;
    min-height: 510px;
}

.section2-rmtwo-card1 {
    display: inline-block;
    padding: 40px 70px;
    background-color: black;
    color: white;
    min-height: 510px;
    width: 105%;
    height: 110%;
    overflow: auto;
    position: relative;
    left: -2.5%;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    top: -5%;
}
.section2-rmtwo-heading{
    color: white;
    padding-bottom: 15px;
    font-size: 19px;
}

.section2-rmtwo-heading h2{
    color: white;
    font-size: 19px;
}

.section2-rmtwo-address{
    font-size: 19px;
    font-weight: bold;
    color: white;
}
.padding-0 {
    padding:0px;
}
.text-center {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 50px;
}
.col-lg-3-kariera{
    width: 33%;
}
.text-center-obory{
    text-align: center;
    padding-bottom: 50px;
}
.text-center-o-spolecnosti{
    height: 100%;
}

.text-center-o-spolecnosti .swiper-wrapper{
    width: 70%;
}

.swiper-container.text-center-o-spolecnosti{
    width: 170%
}

.pagination {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: flex-end;
}

.page-link {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 15px;
    border: none;
}

.page-item.active .page-link {
    font-weight: bold;
    font-size: 28px;
    background-color: white;
    color: black;
    margin-bottom: -7px;
}

.page-item.disabled .page-link {
    color: white;
    pointer-events: none;
}
.page-link:hover {
    z-index: 2;
    color: black;
    background-color: white;
    border-color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: -7px;
}
.accordition{
    padding-bottom: 35px;
}

.accordion-header{
    background: transparent linear-gradient(260deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
    color: white;
    cursor: pointer;
    user-select: none;
    height: 68px;
    text-align: left;
    font: normal normal bold 19px/23px Montserrat;
    letter-spacing: -0.57px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: unset;
    margin-bottom: unset;
    font-weight: unset;
    line-height: unset;
    font-size: unset;
}

.accordion-header h3{
    color: white;
    text-align: left;
    font: normal normal bold 19px/23px Montserrat;
    letter-spacing: -0.57px;
}

.accordion-item{
    border: none;
}
.accordion-content.active {
    display: flex;
    background-color: white;
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom: 60px;
    margin-right: 30px;
    min-height: 360px;
    align-items:center
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
    background-color: white;
}

.accordion .image-section{
    text-align: right;
}

.text-section {
    width: 45%;
    padding-right: 50px;
}
.text-section p{
    text-align: left;
    font: normal normal normal 15px/18px Montserrat;
    letter-spacing: -0.57px;
    color: #000000;
    opacity: 1;
}
.image-section {
    width: 55%;
}

.image-section img {
    height: 335px;
    object-fit: cover;
    padding-left: 30px;
}
.arrow {
    transition: transform 0.3s;
    padding-right: 35px;
}
.arrow.active {
    padding-right: 150px;
}
.nadpis-carousel-kariera{
    text-align: left;
    font: normal normal bold 41px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
    padding-left: 25px;
}

.nadpis-carousel-kariera h2{
    font: normal normal bold 33px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
}

.podnadpis-carousel-kariera{
    text-align: left;
    font: normal normal bold 15px/23px Montserrat;
    letter-spacing: -0.57px;
    color: #373737;
    padding-left: 25px;
    max-width: 450px;
    padding-bottom: 35px;
}
.kariera-spoluprace-nadpis{
    text-align: left;
    font: normal normal bold 41px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
    padding-left: 28px;
}
.kariera-spoluprace-podnadpis{
    text-align: left;
    font: normal normal bold 19px/23px Montserrat;
    letter-spacing: -0.57px;
    color: #373737;
    margin-top: -15px;
    padding-left: 28px;
}
.text-kariera-spoluprace{
    text-align: left;
    font: normal normal normal 19px/23px Montserrat;
    letter-spacing: -0.57px;
    color: #000000;
    max-width: 650px;
    padding-left: 28px;
}
.pravy-sloupec-text-kariera{
    text-align: left;
    font: normal normal normal 19px/23px Montserrat;
    letter-spacing: -0.57px;
    color: #000000;
    margin-top: 90px;
    max-width: 650px;
}
.rmeight-rychle-section-kariera{
    padding-top: 100px;
    padding-bottom: 50px;
}
.nadpis-predstaveni-tymu{
    text-align: center;
    font: normal normal bold 41px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
    padding-top: 80px;
    padding-bottom: 60px;
}

.nadpis-predstaveni-tymu h2{
    font: normal normal bold 33px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
}

.nadpis-nenudime-se{
    text-align: center;
    font: normal normal bold 41px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #373737;
    padding-bottom: 60px;
}
.rmfive-right-img{
    max-width: 580px;
    max-height: 450px;
}
.video-section {
    display: flex;
    padding: 20px;
    align-items: center;
}

.video-container {
    position: relative;
    margin-right: 20px;
}

.video-container.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-thumbnail {
    width: 300px;
    height: auto;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    cursor: pointer;
}

.video-text {
    max-width: 500px;
}

.video-text h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.video-text p {
    margin: 5px 0;
}

.career-section {
    background-color: #444;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.career-section h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.career-section p {
    margin: 10px 0;
}

.volne-pozice-btn {
    background-color: #888;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.volne-pozice-btn:hover {
    background-color: #666;
}
.nadpis-leva-strana-kariera{
    text-align: left;
    font: normal normal bold 19px/29px Montserrat;
    letter-spacing: -0.72px;
    color: #FFFFFF;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 45px;
}

.nadpis-leva-strana-kariera h2{
    font: normal normal bold 19px/29px Montserrat;
    letter-spacing: -0.72px;
    color: #FFFFFF;
}

.velky-nadpis-leva-kariera{
    text-align: left;
    font: normal normal bold 37px/52px Montserrat;
    letter-spacing: -0.42px;
    color: #FFFFFF;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    max-width: 750px;
}
.section2-rmfour-para-novinky{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    max-width: 1000px;
    min-width: 800px;
    padding-right: 35px;
    letter-spacing: -0.57px;
}
.novinky-detail-nadpis{
    text-align: center;
    font: normal normal bold 41px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #FFFFFF;
}

.novinky-detail-nadpis h2{
    font: normal normal bold 33px/50px Montserrat;
    letter-spacing: -1.23px;
    color: #FFFFFF;
}

.switch-lang {
    width: 110px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    top: 5px;
    right:0;
    top:0
}

.current-lang {
    color: #707070;
    font-size: 14px;
}

.lang-flag {
    width: 20px;
    display: inline-block;
}

.lang-text {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
    margin-bottom: 2px;
}

.lang-dropdown {
    display: none;
    background: #373737;
    border-radius: 5px;
    margin-top: 2px;
}

.switch-lang:hover .lang-dropdown {
    display: block;
}

.selecting-lang:hover {
    background: #22313f;
}

.selecting-lang {
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}

.sluzby-kontaktni-sekce .heading p{
    max-width: 100%!important;
}

.zarovnani-textu-kariera{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.prvni-slider .nadpis-carousel-kariera, .prvni-slider .podnadpis-carousel-kariera, .prvni-slider .section9-rmfive-para-kariera{
    padding-left: 0px;
}


/*homepage slider*/
.carousel, .carousel-inner, .newhero, .hero-section  {
    max-height:65vh!important;
}

@media only screen and (min-height:1080px) {
.carousel, .carousel-inner, .newhero, .hero-section {
    max-height: 55vh !important; }
}

@media only screen and (min-height:1500px) {
    .carousel, .carousel-inner, .newhero, .hero-section {
        max-height: 45vh !important; }
}

@media only screen and (min-height:2000px) {
    .carousel, .carousel-inner, .newhero, .hero-section {
        max-height: 25vh !important; }
}

@media only screen and (max-width:768px) {
    .karieraGalerie{
        margin-bottom: 395px!important;
    }

    .carousel, .carousel-inner, .newhero, .hero-section {
        max-height: 230px !important; }
}

@media only screen and (max-height:600px) {
    .carousel, .carousel-inner, .newhero, .hero-section, .rmseven-bg {
        max-height: none !important;
    height:80vh!important }
}

.carousel-item img {
    object-fit:cover;
}

.newhero {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
}

.newhero {
    background-image: none !important;
}

@media screen and (min-width: 1900px) {
    .hero-section6 .text1 {
        max-width: 100% !important;
    }
}
@media screen and (min-width: 1900px) {
    .hero-section .text1 h1{
        font-size: 55px;
    }
}
.hero-section6 .text1 {
    max-width: 800px !important;
    text-shadow: 4px 10px 24px #000000;
}

@media screen and (min-width: 1900px) {
    .hero-section .text2 {
        line-height: 32px;
        font-size: 27px;
        max-width: 882px;
    }
}

@media (min-width: 576px) {
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
   
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    min-height: 86vh;
}

.carousel-control-next, .carousel-control-prev {
    width: 3%!important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    opacity: 1!important;
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{
    display: flex;
    justify-content: center;
}

.carousel-control-prev, .carousel-control-next{
    background-color: #ffffff55;
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: unset!important;
    text-decoration: unset!important;
    outline: unset!important;
}

/*kontakt panely*/
.section2-rmtwo-card1, .section2-rmtwo-card {
    min-height: 445px;
}

.section2-rmtwo-card {
    display: inline-block;
    padding: 40px;
    width: 100%;
    background: transparent linear-gradient(201deg, #e1e1e1 0%, #d4d4d4 100%) 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.section2-rmfour.clanek-detail-mezera-dolu{
    padding-bottom: 90px;
}

.section2-rmtwo-card1, .section2-rmtwo-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.kontakt-selector-spodni-cast{
    min-height: 162.98px;
    color: white;
    font-weight: 700 !important;
}

.header-section .container.velikost-menu {
    min-height: 8vh;
}

@media only screen and (min-height:1080px) {
    .header-section .container.velikost-menu {
        min-height: 8vh;}
}

@media only screen and (min-height:1500px) {
    .header-section .container.velikost-menu {
        min-height: 4vh;}
}

.rmfive-content{
    padding-top: 20px;
}

.section9-rmfive-para{
    margin-top: -40px;
}

.rmsix-section6-o-spolecnosti .rmsix-br .row>*{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.rmsix-section6-img2 img{
    float: right;
}

.clanky-tlacitko-vice a{
    background: #373737;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.ikona-sluzby:hover{
    color: white!important;
    font-weight: bold;
}

.accordion-item .arrow img{
    height: 30px;
}


.flexSpolecnost1{
    margin-top: -90px!important;
    margin-bottom: -100px!important;
}
.velky-sedy-box{
    min-height: 439px;
}

.section1-rmtwo-border1{
    padding-right: 72px;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.input3 textarea::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.input3 textarea {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.text-center.d-flex.justify-content-center.align-items-end.my-5{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}


.section9-rmfive.kariera-carousel-mezera{
    padding-top: 0px;
}

.prvni-nadpis-sirka{
    max-width: 32%;
}


.nase-znacky-obsah .rmsix-sliderbtn{
    width: 150%;
}

.section1-rmtwo-border .ps-4 {
    border-left: 2px solid grey;
}

@media screen and (min-width: 200px) and (max-width: 500px){
    .section2-rmfive-heading{
        font-size: 12vw!important;
    }

    .sluzby-mezera-vlevo {
        padding-top:0px
    }

}

@media screen and (min-width: 350px) and (max-width: 427px){
    

    .lupa-menu{
        width: 50%!important;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1600px){
    .sluzby-icon-flex {
        display: inline-flex;
        flex-direction: column;
    }

}

/* Styly pro tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    

    .znackaCelyBlok{
        flex-direction: row;
    }
    .znackaText{
        flex-direction:column-reverse;
    }
    .brand-name-section-image{
        min-width: max-content;
    }

    .brand-name-section-right-column .rmsix-sliderbtn{
        margin-bottom: 20%!important;
    }

   

    .nase-znacky-obsah .rmsix-sliderbtn{
        width: 100%;
    }

    /*homepage*/
    .homepage-ctyri-kachlicky{
        margin: 0px auto!important;
    }

    .prvni-nadpis-sirka{
        max-width: 100%;
    }

    .rmsix-section1-dots {
        display: flex;
        justify-content: space-around;
        padding-top: 30px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .rmsix-left-box{
        padding-top: 25px;
    }

    .rmsix-section-heading{
        width: 47%;
    }

    .rmsix-left-box{
        height: unset;
        padding-bottom: 24px;
    }

    .rmsix-section2 .col-12 .bg_img{
        height: 210px;
    }

    .rmsix-section3-heading{
        font-size: 64px;
    }

    .pruh-nase-vize{
        padding-right: 20px;
        padding-left: 25px;
        font-size: 30px;
    }

    .rmsix-section4-para2, .rmsix-section4-heading2, .rmsix-section4-podnadpis2{
        padding-left: unset;
    }

    .rmsix-section4-para{
        padding-right: unset;
    }

    .rmtwo-form-div{
        padding-left: unset;
    }

    .rmsix-section6.homepage-odsazeni-seste-sekce{
        padding-top: 90px!important;
        padding-bottom: 0px !important;
    }

    .navbar-nav{
        padding: 0.068px 0px 0.068px 1px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 16px;
    }

    .footer-social-div{
        padding-bottom: 50px;
    }

    .footer-social-div .row {
        justify-content: space-between;
    }

    .rmsix-section3-heading1{
        font-size: 26px;
    }


    .brand-name-section-help-class{
        width: 100%;
    }

    .brand-name-section-left-column .rmsix-section6-img2 img, .brand-name-section-right-column .rmsix-section6-img4 img{
        margin-top: 10px;
    }

   
    .rmsix-section6-img4 img{
        margin-left: unset;
    }

    .rmsix-sliderbtn{
        text-align: center;
        width: 100%;
    }

    .swiper-wrapper{
        justify-content: unset;
    }

    .box-head.rmsix{
        margin-top: 100px;
    }

    .time-line-box .text-center-o-spolecnosti .status{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px !important;
    }

    .text-center-o-spolecnosti .date {
        font-size: 22px!important;;
    }


    .homepage-odsazeni-sekce-casova-osa{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }

    .swiper-container.text-center-o-spolecnosti, .text-center-o-spolecnosti .swiper-wrapper{
        width: 100%;
    }

    /*nase znacky*/
    .section1-rmtwo-para2{
        padding-bottom: 80px;
    }

    .rmsix-section6-podnadpis{
        width: 100%;
    }

    /*o spolecnosti*/

    .section1-rmfour-formbtn-o-spolecnosti a{
        font-size: 18px!important;
        padding: 20px 50px!important;
    }

    .section1-rmfive-heading{
        font-size: 42px;
        line-height: 44px!important;
    }

    .o-spolecnosti-timeline .status{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section2-rmfive-heading{
        font-size: 4vw;
    }

    .section2-rmfive-text{
        font-size: 24px;
    }

    .velky-sedy-box{
        min-height: 580px;
    }

    .rmsix-section6-o-spolecnosti .brand-name-section-left-column{
        padding-right: 60px;
    }

    .section9-rmfive-para{
        position: absolute;
        top: 65%;
        right: 80px;
        max-width: 490px;
        margin-top: unset;
    }

    .people-section-responsive{
        width: 100%;
    }

    /*Služby*/
    .rmsix-section1-img {
        margin-left: 86px;
        margin-top: -70px;
    }

    .black-box-image-service{
        width: 100%;
    }

    .black-box-text-service{
        width: 100%;
    }

    .feature h3, .feature p{
        padding-left: 0px;
    }

    .bg-color{
        flex-wrap: wrap;
    }

    .bg-color .img img, .bg-color .img{
        width: 100%!important;
    }

    .sluzba-pasek-vpravo .text.rmeight-para-fff{
        text-align: center;
        padding-left: 0px;
        margin: auto;
    }

    .sluzba-pasek-vpravo .title-sluzby{
        text-align: center;
        max-width: 80%;
        padding-left: 0px;
        margin: auto;
    }

    .sluzba-pasek-vpravo{
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .sluzba-uvodni-text{
        text-align: center;
        padding: 40px 40px 45px 40px;
    }

    .tlacitka-sluzby{
        display: flex;
        flex-direction: column;
        margin-left: 85px;
    }

    .rmsix-sliderbtn-sluzby a{
        margin-left: 0px;
    }

    .ikona-sluzby{
        max-width: 100%!important;
        padding-bottom: 40px;
        padding-left: 0px;
    }

    .icon-content-dva{
        padding-left: 0px;
    }

    .sluzby-icon-flex {
        display: inline-flex;
        flex-direction: column;
    }

    /*kariera*/
    .rmsix-section2 .col-12 .bg_img {
        height: 300px;
    }

    .accordion-content.active{
        min-height: 550px;
    }

    .section1-rmfour-formbtn-kariera.icon{
        text-align: center!important;
    }

    .prava-strana-kariera{
        padding-left: 0px;
    }

    .velky-nadpis-leva-kariera {
        font: normal normal bold 30px / 46px Montserrat;
    }

    .video-section-career{
        margin: auto;
    }

    /*Novinky*/
    .section2-rmfour-para-novinky{
        min-width: unset;
        padding-right: unset;
    }

    .novinky-prava-strana{
        width: 55%;
    }

    .section2-rmfour-img1-novinky img{
        width: 100%;
    }

    .section2-rmfour{
        padding-top: 70px;
    }

    /*novinky detail*/
        
    .rmsix-box-seda-novinky-detail{
        margin: -12% auto 0px;
    }

    .rmsix-box-seda-novinky-detail{
        width: 65%;
    }

    .section7-rmone-input1 .form-control{
        width: 90%;
    }

    /*Reference*/
    .reference-text-vlevo{
        width: unset;
    }

    .reference-pravy-sloupec {
        display: flex;
        flex-direction: column;
    }

    .reference-obrazek-vlevo {
        padding-right: 100px;
    }

    .reference-obrazek-vpravo {
        padding-left: 35px;
    }

    .quote{
        margin-top: 10px;
    }

    

    .section2-rmfour-img1 img {
        object-fit: cover;
    }

    

    /*Kontakt*/
    .section1-rmtwo-border1{
        padding-right: unset;
    }

    .section2-rmtwo-card1, .section2-rmtwo-card{
        padding: 35px;
    }

    .section2-rmtwo-address {
        font-size: 20px;
    }

    .section1-rmtwo-border1 {
        height: auto;
    }
}


@media screen and (min-width: 767px){
    
    .topbar-links-mob{
        display: none;
    }
}


/*Responsive mobil*/
@media only screen and (max-width: 767px) {

    .flexSpolecnost1{
        margin-top: -138px!important;
        margin-bottom: -161px!important;
    }

    .sluzby-mezera-vlevo{
        padding-top:0!important;
    }

    .section2-rmfive-heading{
        font-size: 9vw;
    }

    

    .rmsix-section4 .col-lg-6{
        width: fit-content !important;
    }
    
    .section2-rmfour .section2-rmfour-text1{
        max-width: 100% !important;
    }
    
    .section2-rmfour .mx-auto{
        justify-content: center;
    }

    .znackaCelyBlok{
        flex-direction: row;
    }
    .znackaText{
        flex-direction:column-reverse;
    }
    .brand-name-section-image{
        min-width: max-content;
    }
    
    body{
        width: 100%;
        overflow-x: hidden;
    }

    .homepage-timeline .swiper-slide{
        min-width: unset!important;
    }

    .hero-section.rmone-bg {
        background-size: cover !important;
    }

    .header-section {
        top: 0px;
    }

    .section1-rmtwo-border1{
        height: unset!important;
        padding-bottom: 3rem;
    }

    .lupa-menu{
        width: 60%;
        text-align: right;
    }

    .nase-znacky-obsah .rmsix-sliderbtn{
        width: 100%;
    }

    .carousel-item img{
        min-height: 240px!important;
    }

    .header-main-div{
        display: none;
    }

    .topbar-links-mob .header-main-div{
        display: block;
    }

    .topbar-links-mob .switch-lang {
        top: 1px;
        left: 55%;
    }

    .novinky-prava-strana {
        width: 100%!important;
    }

    .prvni-nadpis-sirka {
        max-width: 100%;
    }

    .header-section .container.velikost-menu {
        min-height:0px;
    }

    .hero-section.rmseven-bg .text1, .hero-section.rmfour .text2 {
        padding-bottom: 0px;
    }

    .container .navbar-brand img {
        width: 100px !important;
    }

    .social-links1-nadpis{
        padding-top: 20px;
    }

    .header-main-div {
        text-align: center;
        align-items: center;
        justify-content: flex-end;
        margin-left: -30px;
        padding-right: 9%;
    }

    .navbar-nav {
        padding: 0.068px 0px 0.068px 0px;
    }

    .section3-rmtwo-text{
        text-align: center;
    }

    .section-rmone-form {
        padding-top: 30px;
    }

    /*homepage*/
    .homepage-odsazeni-sekce {
        padding-top: 50px!important;
    }

    .rmsix-section3-heading1{
        max-width: 100%;
    }

    .rmsix-section1-dots {
        justify-content: space-between;
    }

    .homepage-timeline .swiper-wrapper .swiper-slide:nth-child(even) {
        padding-bottom: 0px!important;
    }

    .homepage-ctyri-kachlicky{
        padding-top: 50px;
        padding-bottom: 0px;
        text-align: center;
    }

    .text-center {
        padding-top: 100px;
        padding-bottom: 25px;
    }

    .rmsix-section6.homepage-odsazeni-seste-sekce{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    .hero-section .text1 {
        font-size:29px;
    }

    .rmsix-section1{
        padding-top: 0px;
    }

    .rmsix-section-heading-nase-vize{
        font-size: 22px;
        margin-top: 20%;
    }

    .osoby-info {
        margin-top: unset;
    }

    .pruh-nase-vize {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .rmsix-section4-heading2, .rmsix-section4-podnadpis2, .rmsix-section4-para2, .rmsix-section4-para{
        padding-left: 0px;
        padding-right: 0px;
    }

    .rmsix-section4-heading, .rmsix-section4-heading2{
        font-size: 20px;
    }

    .rmsix-section4-podnadpis, .rmsix-section4-podnadpis2{
        font-size: 18px;
    }

    .rmsix-section4-para, .rmsix-section4-para2{
        font-size: 16px;
    }

    .rmsix-section2::before {
        height: 100%;
    }

    .homepage-text-odsazeni{
        padding-top: 0px!important;
        text-align: center;
    }

    .druhy-clovek-zakladatel{
        display: flex;
        flex-direction: column-reverse;
    }

    .rmsix-section-heading-nase-vize{
        text-align: center;
        padding-left: 0px;
    }

    .citat{
        font-size: 18px;
    }

    .rmsix-section6-podnadpis{
        width: unset!important;
    }

    .brand-name-section-right-column{
        padding-left: 0px;
    }

    .rmsix-section-heading {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        padding-left: 0px;
        position: unset;
        text-align: center;
    }

    .rmsix-section-heading h2{
        font-size: 22px;
        font-weight: 700;
        color: #000000;
        text-align: center;
    }

    .homepage-odsazeni-sekce .rmsix-section1-dots{
        padding-top: 13px!important;
    }

    .rmsix-left-box{
        padding-top: 0px;
        margin-bottom: 0px!important;
        padding-bottom: 0px!important;
    }

    .hero-section .text2{
        padding-bottom: 0px;
    }

    .rmsix-lbox-text1 {
        text-align: center;
        font-size: 16px;
        padding: 23px 20px 30px 20px;
    }

    .rmsix-left-box{
        height: unset;
    }

    .rmsix-section6-para{
        min-width: unset;
    }

    .rmsix-section6-img4 img, .rmsix-section6-img2 img{
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 10px;
    }

    .time-line-box .text-center-o-spolecnosti .status span:before {
        width: 14px!important;;
        height: 14px!important;;
    }

    .text-center-o-spolecnosti .date{
        font-size: 18px;
    }

    .section5-rmfive.homepage-odsazeni-sekce-casova-osa{
        padding-top: 100px!important;
        padding-bottom: 35px!important;
    }

    .box-head.rmsix {
        margin-top: 10px !important;
    }

    .brand-name-section-left-column{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom:30px!important;
    }

    .rmsix-br{
        height: 100%;
    }

    .brand-name-section-left-column, .brand-name-section-right-column{
        text-align: center;
    }

    .rmsix-section6-img2 img {
        width: 60% !important;
        float: unset;
    }

    .pravy_sloupec_redfox{
        padding-top: 0px;
        padding-right: 0px;
    }

    .rmsix-section6-heading{
        font-size: 18px;
    }

    .rmsix-section6-para{
        font-size: 16px;
    }

    .rmsix-sliderbtn a {
        text-align: center;
        font-size: 14px;
        padding: 6px 8px;
    }

    .swiper-container.text-center-o-spolecnosti{
        width: 100%;
    }

    .swiper-wrapper{
        justify-content: unset;
    }

    .time-line-box .text-center-o-spolecnosti .status{
        padding-left: 20px;
        padding-right: 20px;
        width: 200px;
        font-size: 16px!important;
    }

    .text-center-o-spolecnosti .swiper-wrapper{
        width: 100%;
    }

    .section7-rmone-input1 .form-control, .section7-rmone-input1.input2 .form-control, .section7-rmtwo-form .form-select{
        width: 100%;
    }

    .section7-rmone-btn.rmtwo{
        padding-left: 0px;
    }

    .section7-rmone-btn {
        justify-content: center;
    }

    /*Naše značky*/
    .nase-zarizeni-velikost-obrazku {
        width: 100% !important;
    }

    .section1-rmtwo-para2{
        font-size: 16px;
    }

    .section1-rmtwo-head {
        padding-top: 35px;
        padding-left: 0px;
        padding-bottom: 35px;
    }

    .rmthree-img1 img{
        max-width: 50%;
    }

    .sectiontwo-rmtwo a {
        font-size: 16px;
    }

    .section1-rmtwo {
        margin-top: -40px;
    }

    .section1-rmtwo-para1, .section1-rmtwo-para2{
        font-size: 16px;
        line-height: normal;
        padding: 0px 10px;
        max-width: unset;
    }

    .section1-rmtwo-head{
        text-align: center;
    }

    .sectiontwo-rmtwo.black{
        padding-top: 20px;
    }

    .section2-rmtwo.nase-zarizeni-horni-mezera {
        padding-top: 70px;
    }

    .nase-zarizeni-horni-mezera{
        text-align: center;
    }

    .section2-rmtwo-heading.nase-zarizeni-nadpis{
        padding-left: 0px;
    }

    .section2-rmtwo-heading.nase-zarizeni-nadpis h2{
        font-size: 22px!important;
    }

    .nase-zarizeni-horni-mezera .ps-0{
        padding-right: 0px;
    }

    .section2-rmtwo-para, .sectiontwo-rmtwo.nase-znacky-tlacitko a{
        font-size: 16px;
    }

    .sectiontwo-rmtwo a{
        margin-left: 0px;
    }

    .nase-zarizeni-spodni{
        text-align: center;
    }

    .nase-zarizeni-spodni .col-lg-5.col-md-12.col-sm-12.col-12.ps-0,.nase-zarizeni-spodni .col-lg-4.col-md-12.col-sm-12.col-12.ps-0{
        padding-top: 0px!important;
        padding-right: 0px!important;
    }

    .nase-zarizeni-spodni .col-lg-3.col-md-12.col-sm-12.col-12.ps-0{
        padding-right: 0px;
    }
    .section1-rmfive-boxtext p{
        margin-block-end: 0px!important;
    }

    /* o spolecnosti */
    .section1-rmfour-form.rmfive {
        margin-top: -45px;
        gap:5px!important;
    }

    .section9-rmfive.container{
        padding-top: 0px!important;
    }

    .section9-rmfive-para{
        text-align: center;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .section1-rmfour-formbtn-o-spolecnosti a {
        font-size: 16px;
        padding: 10px 25px !important;
    }

    .section1-rmfive {
        padding-top: 210px;
    }

    .firemni-hodnoty-text {
        padding-bottom: 20px;
    }

    .section1-rmfive.about-company-big-space{
        padding-top: 70px;
        text-align: center;
    }

    .section1-rmfive-box{
        height: 100%;
    }

    .section1-rmfive-para1{
        padding-right: 0px;
    }

    .section1-rmfive-para1, .section1-rmfive-boxtext, .tile p{
        font-size: 16px;
    }  

    .o-spolecnosti-kachlicky, .tile p{
        padding-left: 0px;
    }

    .o-spolecnosti-mezera-nahoru{
        text-align: center;
    }

    .o-spolecnosti-kachlicky{
        font-size: 18px;
    }

    .o-spolecnosti-kachlicky-velky-nadpis{
        font-size: 16px!important;
    }
    .firemni-hodnoty-podnadpis{
        font-size: 18px!important;
    }

    .tile {
        min-height: 100%;
    }

    .rmeight-bg {
        height: 174px !important;

    }



    .owl-carousel .owl-item img{
        height: 100% !important;
    }

    .section9-rmfive-para{
        margin-top: unset;
    }

    .rmfive-carousel-left .rmfive-vector-div {
        height: 190px;
    }



    .rmfive-content .rmfive-section9-text1,.rmfive-content .rmfive-section9-text2{
        font-size: 18px;
    }

    .section2-rmfive-heading, .section2-rmfive-text, .section2-rmfive-para{
        text-align: center;
    }

    .section2-rmfive-para{
        font-size: 16px;
    }

    .section2-rmfive{
        padding-bottom: 0px;
    }

    .rmsix-section6-img4 img{
        width: 60%!important;
    }

    .hero-section .text1 h1{
        font-size: 22px;
    }

    .hero-carousel.rmfive .owl-nav button.owl-next {
        right: 145px;
    }
    .brand-name-section-help-class{
        padding-left: 0px;
        padding-right: 0px;
    }

    .time-line-box .status {
        padding-left: 20px;
        padding-right: 20px;
        width: 200px;
    }

    .o-spolecnosti-timeline-2{
        padding-top: 50px;
    }

    .o-spolecnosti-timeline .date{
        font-size: 18px;
    }

    .o-spolecnosti-timeline .status span:before {
        width: 14px;
        height: 14px;
    }

    .o-spolecnosti-timeline .status {
        font-size: 16px !important;
    }

    .time-line-box {
        height: 100%;

    
    }

    .time-line-box .status {
        border:none!important
    }
    .section5-rmfive.o-spolecnosti-timeline.homepage-timeline {
        padding-bottom: 10px!important;}
    
    .swiper-pagination {
        display:none!important;
    }

    .section1-rmfive-heading {
        line-height: unset;
    }

    .hero-section.index-bg, .hero-section.rmfive, .hero-section.rmfour {
        height: 25vh;
    }
    

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }

    /*sluzby*/
    .sluzby-uvodni-fotka{
        height: 25vh!important;
    }

    .rmeight-content .row-count-section .row{
        margin-bottom: 0px;
    }


    .rmsix-left-box-sluzby.sluzby-kontent .rmsix-lbox-text1-sluzba.pb-2{
        padding-bottom: 30px!important;
    }

    .sluzba-uvodni-text {
        text-align: center;
        font-size: 18px;
        padding: 20px 0px 0px 0px;
    }

    .black-box-text-service{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sluzby-obrazek {
        width: 100% !important;
    }

    .black-box-image-service{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sluzby-nadpisy {
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }

    .sluzby-nadpisy h2{
        font-size: 22px;
    }

    .rmeight-content .rmeight-rychle-section{
        padding: 0px;
    }

    .cislaKontejner{
        margin-bottom: 30px!important;
        padding-bottom: 30px!important;
    }

    .section2-rmfive {
        margin-top: 146px;
    }

    .rmsix-lbox-text1-sluzba {
        text-align: center;
        font-size: 16px;
        padding: 10px;
    }

    .rmsix-left-box-sluzby.sluzby-kontent {
        padding-right: 0px;
    }

    .rmsix-left-box-sluzby{
        min-height: unset;
    }

    .tlacitka-sluzby {
        flex-direction: column;
        text-align: center;
    }

    .ikona-sluzby {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 18px 20px;
        font-size: 18px;
        justify-content: center;
    }

    .rmsix-sliderbtn-sluzby a {
        text-align: center;
        font-size: 18px;
        margin-left: 0px;
        text-align: center;
        padding: 13px 40px;
        margin-right: 0px;
    }

    .rmsix-lbox-text1-sluzba{
        padding-bottom: 30px!important;
    }

    .feature h3 {
        font-size: 20px;
        margin: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .feature p {
        font-size: 16px;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .features {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 20px 0;
        flex-direction: column;
        text-align: center;
    }

    .feature {
        padding-bottom: 50px;
    }

    .bg-color {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .bg-color .img img{
        width: 100%;
    }

    .sluzba-pasek-vpravo{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sluzba-pasek-vpravo .title-sluzby{
        padding-left: 0px;
    }

    .sluzba-pasek-vpravo .title-sluzby{
        font-size: 24px;
    }

    .sluzba-pasek-vpravo .text.rmeight-para-fff {
        font-size: 18px;
    }
    .rmeight-para-fff {
        padding-left: 0px;
    }

    .text.rmeight-para-fff{
        width: 100%;
        padding-bottom: 20px;
    }

    .title-sluzby{
        padding-top: 20px;
    }

    .sluzba-pasek-vpravo{
        text-align: center;
    }

    .tlacitko-tel-cislo {
        text-align: center;
        font-size: 18px;
        padding: 15px 40px;
        margin-right: 0px;
    }

    .tlacitko-cislo{
        text-align: center;
    }

    .sluzby-informace-nadpis {
        font-size: 18px;
        text-align: center;
    }

    .sluzby-icon-flex {
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .sluzby-mezera-vlevo{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .icon-content-dva{
        padding-left: 0px;
    }

    .sluzby-kontaktni-sekce .col-lg-6.col-md-12.col-sm-12.col-12{
        text-align: center;
    }

    .sluzby-informace-nadpis{
        padding-top: 60px;
    }

    .sluzby-mezera-dolni-sekce{
        padding-top: 60px;
    }

    .sluzby-mezera-dolni-sekce{
        padding-top: 0px;
    }

    .icon-content, .icon-content-dva{
        font-size: 16px!important;
    }

    .tlacitko-cislo {
        padding-bottom: 0px;
    }

    .sluzby-informace-nadpis p{
        margin-bottom: 0px;
    }

    .icon-content {
        padding-top: 15px;
    }
    .rmsix-section2{
        padding-top: 100px;
    }

    /* Kariéra */
    .rmsix-section2.box-head-kariera.rmsix .container{
        margin-top: -25px!important;
    }

    .section9-rmfive.container.kariera-carousel-mezera{
        padding-top: 20px!important;
    }

    .col-lg-3-kariera{
        width: 100%;
    }

    .rmsix-section2 .col-12 .bg_img .heading{
        font-size: 16px;
    }

    .rmsix-section2-heading.text-center-obory h2{
        font-size: 22px;
    }

    .rmsix-section3-para{
        font-size: 16px;
    }

    .hover-content{
        font-size: 13px;
    }

    
    .hover-content p {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin-block-end: unset;
        padding-top:20px;
        padding-bottom:20px;
    }

    .nadpis-carousel-kariera{
        font-size: 22px;
        padding-left: 0px;
        text-align: center;
    }

    .nadpis-carousel-kariera h2{
        font-size: 22px;
    }

    .podnadpis-carousel-kariera{
        font-size: 18px;
        padding-left: 0px;
        text-align: center;
    }

    .section9-rmfive-para-kariera{
        font-size: 16px;
        padding-left: 0px;
        text-align: center;
    }

    .nadpis-leva-strana-kariera{
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        text-align: center;
    }

    .nadpis-leva-strana-kariera h2{
        font: normal normal bold 22px/29px Montserrat;
        letter-spacing: -0.72px;
        color: #FFFFFF;
    }

    .velky-nadpis-leva-kariera{
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .section1-rmfour-formbtn-kariera a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .prava-strana-kariera{
        padding-left: 0px;
        text-align: center;
    }

    .leva-strana-kariera{
        width: 100%;
    }

    .nadpis-predstaveni-tymu{
        font-size: 18px;
    }

    .nadpis-predstaveni-tymu h2{
        font-size: 22px;
    }

    .accordion-header h3{
        font-size: 18px;
    }

    .text-section {
        width: 100%;
        padding-right: 0px;
    }

    .text-section p{
        font-size: 16px;
        text-align: center;
    }

    .accordion-content.active{
        margin-left: 0px;
    }

    .accordion-content.active {
        display: flex;
        min-height: 800px;
        flex-direction: column;
        margin-top: 10px;
    }

    .image-section img{
        padding-left: 0px;
        max-width: 100%;
    }

    .image-section {
        width: 100%;
        margin-left: -15px;
    }

    .nadpis-predstaveni-tymu{
        padding-bottom: 0px;
    }

    .section9-rmfive, .section1-rmseven.ctvrta-sekce-kariera{
        padding-top: 80px!important;
    }

    .accordion-header h3{
        max-height: 46px;
        overflow: hidden;
    }

    .section9-rmfive.container.pracovni-prostredi-mezera{
        padding-top: 60px!important;
    }

    /*Novinky*/
    .rmone-bg{
        max-height: 25vh;
    }

    .section2-rmfour-img1-novinky img {
        width: 100%;
        padding-right: 0px;
        height: 250px;
    }

    .section2-rmfour-para-novinky{
        min-width: unset;
        padding-right: 0px;
        font-size: 16px;
    }

    .section2-rmfour-text2{
        font-size: 16px;
    }

    .novinky-prava-strana{
        text-align: center;
    }

    .section2-rmfour-text1{
        font-size: 18px;
    }

    .section2-rmfour-text1 h2{
        font-size: 22px;
    }

    .section1-rmfour-formbtn a {
        font-size: 16px;
    }

    .section2-rmfour{
        padding-bottom: 70px;
    }

    .section2-rmtwo .ps-5{
        padding-left: 1rem !important;
    }

    /*Novinky detail*/
    .rmsix-box-seda-novinky-detail {
        width: unset;
        background: transparent linear-gradient(214deg, #373737 0%, #797979 100%) 0% 0% no-repeat padding-box;
        padding: 10px;
        margin-left: 0%;
        margin-top: -13%;
    }

    .novinky-detail-nadpis{
        font-size: 18px;
    }

    .novinky-detail-nadpis h2{
        font-size: 18px;
    }

    /* Reference */
    .section2-rmfour-img1 img{
        padding-left: 0px;
    }

    .section2-rmfour.reference-seznam{
        padding-top: 1%!important;
    }

    .reference-pravy-sloupec {
        display: flex;
        flex-direction: column;
    }

    .section2-rmfour-para, .section2-rmfour-text2 {
        font-size: 16px;
    }

    .section2-rmfour-para {
        font-size: 16px;
        padding-top: 10px;
        padding-right: 0px;
    }
    .reference-text-vlevo {
        width: 100%;
    }

    .reference-obrazek-vlevo{
        padding-right: calc(var(--bs-gutter-x)* .5)!important;
        padding-left: calc(var(--bs-gutter-x)* .5)!important;
        text-align: center;
    }

    .quote-marks {
        font-size: 150px;
        padding-left: 110px;
        margin-top: -95px;
    }

    .quote {
        margin-top: 0px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quote p {
        font-size: 16px;
        padding-left: 0px;
    }

    .reference-obrazek-vpravo{
        padding-right: calc(var(--bs-gutter-x)* .5)!important;
        padding-left: calc(var(--bs-gutter-x)* .5)!important;
        text-align: center;
    }

    .quote-author {
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
    }

    .reference-cela-vpravo-obrazek{
        display: flex;
        flex-direction: column-reverse;
    }

    .section2-rmfour {
        padding-top: 15%;
    }

    .section1-rmseven-head, .section1-rmfour-head {
        display: unset;
        width: 100%;
    }

    .section1-rmfour-form .form-select{
        width: 100%;
    }

    .section1-rmtwo-kontakt{
        padding-top:29px;
    }
    .section1-rmseven-head div{
        width: 100%;
    }

    .section1-rmseven-head {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .rmsix-box-seda-reference{
        height: unset;
        margin-top: -20px;
    }

    .section1-rmfour-form .form-select{
        height: 50px;
        text-align: center;
    } 

    /* Kontakt */
    .section1-rmtwo-img {
        margin-top: 40px;
    }

    .section1-rmtwo-border {
        margin-top: 0px;
    }

    .section2-rmtwo {
        padding-top: 100px;
    }

    .section2-rmtwo-card1 {
        padding: 40px;
    }
}


@media only screen and (max-width: 425px) {
    .section1-rmfour-formbtn-o-spolecnosti:last-of-type {
       
    }
}


@media only screen and (max-width: 1680px) {
    .text-center-o-spolecnosti .swiper-wrapper, .swiper-container.text-center-o-spolecnosti{
        width: 100%!important;
    }

    .time-line-box .text-center-o-spolecnosti .status {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media only screen and (max-width: 1399px){
    .rmsix-dot-text {
        text-align: center;
        font-size: 16px;
    } 

    .rmfive{
        gap: 2%!important;
    }
}



@media screen and (min-width: 1281px) and (max-width: 1400px){
  

    .rmfive-carousel-left img.rmfive-left-img{
        max-width: 244px;
        height: 360px !important;
        object-fit: cover !important;
    }

    .rmfive-carousel-left .rmfive-vector-div{
        right: 25px;
        width: calc(100% - 100px);
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px){

    .citat{
        padding-bottom:0px;
    }
     .my-5 {
        padding-top:0px!important;
        }

    .rmsix-section-heading{
        position: unset;
        padding-left: unset;
    }

    .rmsix-section1-img{
        margin-top: 0px;
        margin-left: 0px;
    }

    .rmsix-section-heading{
        width: 100%!important;
        text-align: center;
    }

    .hero-section .text2{
        font-size: 28px;
    }

    .hero-section .text1 h1{
        font-size: 52px;
    }

    .carousel-item img {
        min-height: 423px;
    }

    .hero-section .text3 a{
        padding: 20px 60px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1399px){
    .rmsix-sliderbtn{
        max-width: 100%!important;
    }

    .rmsix-section6-para{
        min-width: 240px;
    }

    .section1-rmfive-para1 {
        max-width:400px
    }

    .tile p.o-spolecnosti-kachlicky-velky-nadpis {
        font-size: 28px; font-weight: 600;}

    .rmsix-section6-img2 img{
        margin-top: -50px;
    }

    .brand-name-section-image{
        margin: auto!important;
    }

    .rmsix-section6-podnadpis{
        width: 100%;
    }

    .pruh-nase-vize{
        font-size: 30px!important;
        padding-left: 52px;
        padding-right: 40px;
    }

    .rmfive-section9-text1 {
        font-size:25px
    }

    .rmfive-content {
        padding-top: 15px;
        padding-left: 60px;
    }

    .rmsix-left-box-sluzby{
        min-height: 360px;
    }

    .velky-nadpis-leva-kariera {
        font: normal normal bold 31px / 41px Montserrat;
    }

    .prava-strana-kariera {
        padding-left: 20%;
    }

    .text-section {
        padding-right:0px
    }

    .section2-rmfour-text1 h2 {
        font-size:34px;
    }

    .section1-rmfour-formbtn a {
        padding: 10px 26px;
        font-size:18px
    }

    .section1-rmtwo-border1 {
        padding-right:15px
    }

    .section1-rmtwo-border1 .pt-5 {
        padding-left:1rem!important
    }

    .section2-rmtwo-card1 {
        padding: 40px 50px
    }

    .navbar-nav {
        padding:unset
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .rmsix-sliderbtn{
        max-width: 100%!important;
    }

    .znackaCelyBlok{
        flex-direction: row;
    }
    .znackaText{
        flex-direction:column-reverse;
    }
    .brand-name-section-image{
        min-width: max-content;
    }

    .brand-name-section-help-class{
        width: 100%;
    }

    .rmsix-section6-podnadpis{
        width: 100%!important;
    }

    .rmsix-section6-img2 img{
        margin-top: 0px;
    }

    .rmsix-section6-img4 img{
        margin-top: 0px;
        margin-left: 0px;
    }

    .brand-name-section-image{
        margin: auto!important;
    }

    .pruh-nase-vize{
        font-size: 30px!important;
        padding-left: 52px;
        padding-right: 40px;
    }

    .velky-sedy-box {
        min-height: 478px!important;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1207px){
    .rmsix-left-box {
        height: auto!important;
        padding-top: 30px;
        margin-top: 120px;
        padding-bottom:30px
    }

    .rmsix-section3-heading{
        font-size: 74px;
    }

    .section2-rmfive-heading {
        font-size:4vw;
    }
}

/* zoom 125%*/
@media only screen and (max-width: 1536px){
    .nase-znacky-mezera-nahoru {
        margin-top: -10%;
    }

    .sluzby-icon-flex .icon-content{
        font-size: 16px!important;
    }

    .section2-rmfour-text2{
        max-width: 40%;
    }
}

/* zoom 150%*/
@media only screen and (max-width: 1280px){
  


    .rmsix-sliderbtn-sluzby a{
        padding: 13px 20px;
        font-size: 16px;
    }

    .ikona-sluzby{
        font-size: 16px;
    }
}

/* zoom 175% */
@media only screen and (max-width: 1097.14px){
   


    .section1-rmfour-formbtn-o-spolecnosti a{
        font-size: 20px!important;
    }

    .rmfive-section9-text1{
        font-size: 22px!important;
    }

    .rmfive-section9-text2{
        font-size: 14px!important;
    }

    .bg-color .img img{
        width: 115%;
    }

    .rmsix-sliderbtn-sluzby a {
        padding: 13px 9px !important;
        font-size: 14px !important;
    }

    .ikona-sluzby{
        font-size: 16px!important;
    }


    .box-head-kariera{
        margin-top: 0px!important;
    }

    .section1-rmfour-formbtn-kariera a{
        padding: 25px 30px;
    }

    .section1-rmtwo-border1 {
        padding-right: unset;
    }

    .section2-rmtwo-card1{
        padding: 40px 25px;
    }

    .section2-rmtwo-address{
        font-size: 20px;
    }
    
}

/* ZOOM 200%*/
@media only screen and (max-width: 960px){
    .sluzby-mezera-vlevo{
        padding-left: calc(var(--bs-gutter-x)* .5)!important;
        padding-top: 90px;
    }

    .reference-cela-vlevo-obrazek .section2-rmfour-img1 img{
        object-fit: cover!important;
    }

    .novinky-prava-strana{
        width: 50%;
    }

    .section2-rmfour-text1 h2{
        font-size: 36px;
    }

    .section2-rmfour-para-novinky{
        font-size: 16px;
    }

    .quote{
        width: unset!important;
    }

    .section2-rmfour-img1 img {
        object-fit: contain;
    }

    .section2-rmfour-text2 {
        max-width: 100%;
    }
}




@media only screen and (min-width: 960px) and (max-width: 1280px){
   

    .nase-znacky-mezera-nahoru {
        margin-top: -10%;
    }
}
.reference-cela-vlevo-obrazek .section2-rmfour-img1 img{
    object-fit: cover!important;
}

@media only screen and (max-width: 395px){
    .rmfive-section9-text2 {
        font-size: 11px !important;
    }

    .rmfive-section9-text1 {
        font-size: 18px !important;
    }

    .section1-rmfour-form{
        gap: 55px;
    }

    .section1-rmfour-formbtn-o-spolecnosti:last-of-type {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 360px){
    .rmsix-dot-text {
        font-size: 14px;
    }

    .novinky-prava-strana {
        width: 100%;
    }

    .owl-carousel .owl-item img{
        height: 87.2% !important;
    }

    .rmfive-carousel-left img.rmfive-left-img {      
        object-position: bottom;
    }
}

.login-button{
    margin-right: 7px;
}

.section5-rmfive.o-spolecnosti-timeline.homepage-timeline{
    padding-bottom: 125px;
}


/*scrollable timeline*/
.scrollable-section {
    overflow-x: scroll;
    cursor: grab; /* Změní kurzor na ruku */
}

.about-company-timeline .swiper-container .arrow{
    background-color:#F0F0F0;
}

.swiper-container .arrow {
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
    background-color:#fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.swiper-container .arrow-left {
    left: 0;
}

.swiper-container .arrow-right {
    right: 0;
}

.swiper-pagination  {
    display: flex;
    justify-content: space-between;
    padding-top:20px
}

/* Animace */

.section2-rmtwo-card:hover{
    background: transparent linear-gradient(201deg, #cdcdcd 0%, #a1a1a1  100%) 0% 0% no-repeat padding-box;
}

.rmsix-sliderbtn a:hover,
.section4-button a:hover,
.hero-section .text3 a:hover,
.sectiontwo-rmtwo.black a:hover,
.sectiontwo-rmtwo a:hover,
.section1-rmfour-formbtn-o-spolecnosti a:hover,
.section1-rmfour-formbtn-kariera a:hover,
.clanky-tlacitko-vice a:hover,
.section1-rmfour-formbtn a:hover{
    color: black!important; /* Barva textu po hoveru */
    background-color: white!important; /* Barva pozadí po hoveru */
    box-shadow: inset 0 0 0 2px black; /* Simulace okraje o 2px */
    transform: translateY(-3px);
}

.section1-rmfour-formbtn a:hover{
    border:none;
}

.tlacitko-tel-cislo:hover{
    color: white;
    transform: translateY(-3px);
}

.rmsix-sliderbtn-sluzby a:hover{
    color: white!important; /* Barva textu po hoveru */
    background-color: black!important; /* Barva pozadí po hoveru */
    box-shadow: inset 0 0 0 2px white; /* Simulace okraje o 2px */
    transform: translateY(-3px);
}

.social-icon-insta:hover {
    transform: scale(1.1); /* Zvětší o 10 % */
}

.social-icon-insta {
    transition: transform 0.3s ease; /* Plynulý přechod při změně velikosti */
}


.rmsix-section4-img, .rmsix-section1-img{
    display: inline-block; /* obaluje obrázek přesně kolem jeho obsahu */
    overflow: hidden; /* skryje cokoliv, co přesahuje */
}

.rmsix-section4-img img, .rmsix-section1-img img {
    object-fit: cover; /* zajistí, že obrázek vyplní rámeček bez přetékání */
    width: 100%; /* nastaví obrázek na 100 % rodičovské šířky */
    height: auto; /* udrží poměr stran */
}


.druhy-clovek-zakladatel{
    padding-top: 20%;
}

.druhy-clovek-zakladatel-obrazek{
    text-align: right;
}



/* Vstupní animace pro obrázek a text */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* posun zdola */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in {
    animation: slideIn 0.5s ease forwards; /* animace obrázku */
}

.slide-in-delayed {
    animation: slideIn 0.5s ease forwards;
    animation-delay: 0.5s; /* zpoždění pro text */
}





/**
 * Change animation duration
 */
 .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Video overlay*/
#myVideo {
    width: 100%;
    height: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden; /* Zajistí, že obsah overlaye nepřesáhne velikost videa */
}

.overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; /* Obrázek na pozadí */
}

.play-icon {
    position: absolute;
    z-index: 2; /* Ikona Play nad obrázkem */
    font-size: 80px;
    color: white;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: all; /* Aby tlačítko bylo klikatelné */
}

.fa-play{
    z-index: 2;
    font-size: 45px;
    color: white;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: all; /* Aby tlačítko bylo klikatelné */
}

/* Styl pro hover efekt */
.play-icon:hover {
    opacity: 1;
    transform: scale(1.1); /* Zvětší ikonu při hoveru */
}

/* Efekt blikání na hover */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.play-icon:hover {
    animation: blink 1s infinite;
}