textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

/*** Defaults ***/
.page, input, select { font-family: 'Roboto', sans-serif; font-size: 15px; color: #32323B; font-weight: 300; }
.page{
    margin-bottom: 0px;

}
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
.clearboth { clear: both; }
.bnr-links .a-container a.p3 br{display:none;}
body{counter-reset: headings;    position: relative;
     max-width: 1440px;
     margin: 0 auto;
}
/*** Header ***/
#headera {  top: 0; width: calc(100% - 60px); z-index: 500; height: 140px; background-color: #fff; padding: 0px 30px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            position:absolute;}

/* Header - logo */
#headera .logo { width: 132px; height: 78px; margin-top: 10px; float: left; }
#headera .logo .logo-image { width: 100%; height: 100%; }

/* Header - search */
#headera .search { float: left; margin-left: 36px; margin-top: 58px; }
#headera .search .search-button { cursor: pointer; background: url(../images/icons/search.svg) no-repeat center center; border: none; width: 24px; height: 24px; float: left; }
#headera .search .search-input { font-weight: 500; font-size: 14px; color: #ACACBE; border: none; line-height: 25px; padding: 0px 8px; width: 143px;}
#headera .search .search-input::placeholder { color: #ACACBE; }
#headera .search .search-input::focus { outline: 0; }
#headera .irc{
        float: left;
    margin-left: 36px;
    margin-top: 53px;
}
/* Header - mainmenu */
#headera .mainmenu { float: right; margin-right: 15px; }
#headera .mainmenu .list-item { float: left; padding-top: 49px; 
                                -webkit-transition: all 0 0.25s ease-out;
                                -moz-transition: all 0 0.25s ease-out;
                                -o-transition: all 0 0.25s ease-out;
                                transition: all 0 0.25s ease-out;}
#headera .mainmenu .list-item.active, #headera .mainmenu .list-item:hover { background-color: #FF5700; }
#headera .mainmenu .list-item .link { color: #666670; font-size: 17px; line-height: 20px; font-weight: 500; text-decoration: none; margin-left: 13px; margin-right: 13px; display: block; padding: 13px 0px;}
#headera .mainmenu .list-item ul .link{ padding-left: 55px;}
#headera .mainmenu .list-item.active>.link, #headera .mainmenu .list-item:hover>.link { color: #FFFFFF; }
#headera .mainmenu .list-item:first-child .link {  }
#headera .mainmenu .list-item.orange-button { margin-left: 12px; }
#headera .mainmenu .list-item.orange-button .link { font-weight: 400; font-size: 14px; color: #FF5700; line-height: 38px; padding: 0px 30px; border: 1px solid #FF5700; }
#headera .mainmenu .list-item.orange-button:hover {background-color:transparent}
#headera .mainmenu .list-item.orange-button:hover .link {color:#666670; border-color:#666670}
#headera .mainmenu .list-item .menu-container{opacity:0;}
#headera .mainmenu .list-item:hover .menu-container, #headera .mainmenu .list-item .menu-container:hover {display:blockk;}
#headera .mainmenu .list-item:hover .menu-container{}
#headera .mainmenu .list-item .menu-container{
    position: absolute;
    top: 91px;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    opacity: 0;
}

#headera .mainmenu .list-item .menu-container ul.list-submenu{
    width: 90%;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1000px;
    text-align: center;
}
#headera .mainmenu .list-item ul.list-submenu{margin-top:20px;}
#headera .mainmenu .list-item ul.list-submenu .link{margin:0px;}


#headera .mainmenu .cl_286 ul.list-submenu li{    margin-bottom:30px;}
#headera .mainmenu .list-item ul.list-submenu li{width:auto; margin-right:80px;display:inline-block;
                                                 background-size: 46px 46px!important;
                                                 box-sizing: border-box;

                                                 float: none;
                                                 padding-top:0px;}
#headera .mainmenu .list-item ul.list-submenu li:last-child{margin-right:0px;}
#headera .mainmenu .list-item ul.list-submenu li ul li{margin-bottom:0px;}
#headera .mainmenu .list-item ul.list-submenu .list-submenu2{margin-bottom:200px;    padding-left: 55px;}
#headera .mainmenu .list-item ul.list-submenu li ul.list-submenu2 li{padding-left:0px;width: 100%;}
#headera .mainmenu .list-item ul.list-submenu li ul.list-submenu2 li a{
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0px;
}
#headera .mainmenu .cl_286 .menu-container ul.list-submenu{max-width:1000px;}
#headera .mainmenu .cl_286 ul.list-submenu li{width:33%;    margin-right: 0px;    float: left;
                                              text-align: left;}

#headera .mainmenu .list-item ul.list-submenu li:hover>a, #headera .mainmenu .list-item ul.list-submenu li.active>a{
    color:#FF5700;
}
#headera .mainmenu .list-item ul.list-submenu li ul.list-submenu2 li:hover{
    color:#FF5700;
    background-color:transparent;
}
/* Header - languages */
#headera .languages { float: right; margin-top: 48px; position:relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px;
    margin-right: -30px;
}
#headera .languages.active{
 -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#headera .languages .icon { display: inline-block; width: 20px; height: 20px; float: left; margin-right: 6px; }
#headera .languages .icon .globe { width: 100%; height: 100%; }
#headera .languages .current-language { cursor: pointer; text-transform: uppercase; font-weight: 500; font-size: 14px; color: #666670; display: inline-block; margin-top: 3px; padding-top: 1px; padding-right: 34px; background: url(../images/icons/arrow-down-light.svg) no-repeat center right; background-size: 24px 24px; }

/* Header - hamburger */
#headera .hamburger { cursor: pointer; background: url(../images/icons/burger.svg) no-repeat center center; border: none; width: 48px; height: 20px; display: none; margin-top: 46px; float: right; }



#headera .mainmenu .list-item:hover .menu-container.open {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);

}



.defaultpages{max-width:900px;margin:0 auto; margin-bottom:80px;}
.defaultpages h1{font-size:38px;line-height:46px; font-weight:300; color:#32323B;margin-bottom:30px;    padding-top: 35px;}
.defaultpages p, .article-content-bcg ol li, .article-content-bcg ul li, .defaultpages ol li, .defaultpages ul li{font-size:17px;line-height:26px; font-weight:300; color:#32323B}


/*** Footer ***/
#footer { height: 98px; background-color: #32323B; padding: 0px 30px; 
          position: absolute;
          width: 100%;
          box-sizing: border-box;
}

/* Footer - copyrights */
#footer .copyrights { font-weight: 400; font-size: 13px; color: #FFFFFF; line-height: 40px; float: left; margin-top: 32px; }
#footer .copyrights .link { font-weight: 500; color: #FFFFFF; text-decoration: none; }

/* Footer - menu */
#footer .footermenu { float: right; margin-right: 50px; margin-top: 29px; }
#footer .footermenu .list-item { font-weight: 400; font-size: 13px; float: left; margin-left: 30px; }
#footer .footermenu .list-item:first-child { margin-left: 0px; }
#footer .footermenu .list-item .link { color: rgba(255, 255, 255, 0.5); text-decoration: none; display: inline-block; line-height: 40px;     line-height: 45px;}

/* Footer - social media */
#footer .socialmedia { float: right; margin-right: 50px; margin-top: 29px; }
#footer .socialmedia .link { width: 40px; height: 40px; display: inline-block; margin-left: 5px; }
#footer .socialmedia .link.irc{
        width: 130px;
    height: 35px;
    margin-top: -5px;
        margin-right: 50px;
}
#footer .socialmedia .link:first-child  { margin-left: 0px; }
#footer .socialmedia .link .icon { width: 100%; height: 100%; }

/* Footer - back to top */
#footer .backtotop { cursor: pointer; font-weight: 500; font-size: 15px; color: #FFFFFF; padding: 0px 20px; padding-left: 40px; line-height: 40px; border: none; float: right; margin-top: 29px; background: url(../images/icons/arrow-top.svg) no-repeat 14px center #666670; background-size: 14px 14px; }


.ask-question{
        position: fixed;
    right: 0px;
    width: 60px;
    color: white;
    font-size: 12px;
    text-align: center;
    top: 50%;
    padding: 4px;
    background: url(/hrk/images/icons/mail_1.svg) no-repeat top center #32323B;
    background-size: 25px;
    background-position-y: 18px;
    padding-top: 49px;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 18px;
        z-index: 9999;
}





/*** Content ***/
#content { padding-top: 140px;padding-bottom: 94px;}



/*** Homepage ***/
/* Homepage - slider */
#homepage .slider { background-size: cover;     position: relative;}
#homepage .slider .right {width: 100%;     z-index: 2;
    position: relative;}
#homepage .slider .center{
           max-width: 1040px;
            padding-top: 80px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
#homepage .slider .right .socialmedia .link { width: 75px; height: 75px; display: inline-block; float: right; clear: both; }
#homepage .slider .right .socialmedia .link .icon { width: 100%; height: 100%; }

#homepage .slider .right h1 { font-weight: 700; font-size: 38px; line-height: 46px; color: #FFFFFF; margin-bottom: 30px; }
#homepage .slider .right  p { font-weight: 300; color: #FFFFFF; font-size: 17px; line-height: 24px;}
.bnr-links .a-container{
    width:25%;
    float:left;
    padding:25px;
    box-sizing:border-box;
        padding-left: 37px;
       
}
.bnr-links .a-container a{color:white;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
        line-height: 47px;
    height: 47px;
    display: block;
        padding-left: 45px;
        transition-duration: 0.3s;

}
.bnr-links .a-container a.p1{
    background: url(../images/icons/p1.svg) no-repeat;
}
.bnr-links .a-container a.p2{
    background: url(../images/icons/p2.svg) no-repeat;
}
.bnr-links .a-container a.p3{
    background: url(../images/icons/p3.svg) no-repeat;
        padding-left: 29px;
}
.bnr-links .a-container a.p4{
    background: url(../images/icons/291-a.svg) no-repeat;
        padding-left: 29px;
}
.bnr-links .a-container1, .bnr-links .a-container2{
    border-right:1px solid #FF5700;
}
.bnr-links .a-container a:hover{
    transform: scale(1.2);
}

#homepage .slider .right  .offers-search {    margin: 0 auto; background-color: #FFFFFF; padding: 18px; margin-top: 50px; margin-bottom:103px; max-width: 640px; 
                   
   background-color:rgba(102,102,112,0.25);
 

       background-size: 100%;
                   
                   
                   
}


.gradient{
    width:100%;height:50%;position:absolute;bottom:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#homepage .slider .right  .offers-search .subtitle { font-weight: 500; font-size: 20px; line-height: 20px; margin-bottom: 20px; }
#homepage .slider .right  .offers-search .select { padding: 19px 20px; font-weight: 400; font-size: 15px; border: 1px solid #E9E9E9; width: calc(75% - 10px); margin-right: 10px; float: left; }
#homepage .slider .right  .offers-search .submit { 
   text-indent: 50px;
    cursor: pointer;
    font-size: 17px;

    font-weight: 500;
    line-height: 61px;
    background-color: #FF5700;
    border: none;
    background: url(../images/icons/search-w.svg) no-repeat #FF5700;
    width: 56px;
        
    background-size: 35px;
    background-position: 10px;}

#homepage .slider .right  .offers-search .custom-select{
       border: 1px solid #E9E9E9;
    padding: 12px;
    font-weight: 400;
    padding-bottom: 13px;
    font-size: 15px;
    width: calc(100% - 56px);
    margin-right: 0px;
        background-color: white;
    float: left;
    box-sizing: border-box;
}

#homepage .slider .right .offers-search .custom-select .select-selected:after {
    top: 25px;
    right: 25px;
}
#homepage .slider .right .offers-search .custom-select .select-selected.select-arrow-active:after{
    top:17px;
}
#homepage .slider .right .offers-search .select-selected
{
    font-weight:400
}

/* Homepage - brands */
#homepage .brands { padding: 75px 120px; position:relative;    overflow: hidden;}

#homepage .brands .textline { position: absolute; top:75px;
                              width: 53%;
                              text-align: center;
                              right:0px;
}
#homepage .brands .textline .bottom { position: absolute; bottom: 0; width: 37.5%; }
#homepage .brands .textline .blocks {  }
#homepage .brands .textline .blocks .block { width: 33.3333%; }

#homepage .brands .textline .description { text-align: center; max-width: 582px;

                                           padding-right: 20px;

                                           box-sizing: border-box;}
#homepage .brands .textline .description h2 { font-weight: 300; font-size: 36px; line-height: 42px; margin-bottom: 30px; }
#homepage .brands .textline .description p { font-size: 17px; font-weight: 300; line-height: 26px; margin-bottom: 30px; } 

#homepage .brands .line .blocks .block { width: 12.5%; }

#homepage .brands .blocks .block {  display: block; float: left; position: relative; }
#homepage .brands .blocks .block .name { color: #FFFFFF; font-weight: 700; font-size: 16px; line-height: 18px; position: absolute; width: calc(100% - 20px); bottom: 10px; left: 10px; display: block; }
#homepage .brands .block .icon { width: 40%; height: 40%; float: right; margin-top: 15px; margin-right: 10px; }
#homepage .brands .block.yellow { background-color: #FF8800; }
#homepage .brands .block.black { background-color: #32323B; }
#homepage .brands .block.gray { background-color: #666670; }
#homepage .brands .block.white { background-color: #fff; }
#homepage .brands .block.orange { background-color: #FF5700; }
#homepage .brands .block.orange .icon { color: #FFFFFF; }
#homepage .brands .block.white .name { color: #666670 !important; }

/* Homepage - about */
#homepage .about { display: table; width: 100%; }

#homepage .about .left { display: table-cell; position: relative; width: calc(50% - 120px); padding: 80px 0px; background-color: #F7F7F7; overflow: hidden;}
#homepage .about .left .pl{padding:0px 60px}
#homepage .about .left h2 { font-weight: 300; font-size: 30px; line-height: 38px; margin-bottom: 30px; }
#homepage .about .left p { font-weight: 300; font-size: 15px; line-height: 23px; }
#homepage .about .left .statistics {margin-top: 50px; margin-bottom: 20px;     float: left;width:100%;}
#homepage .about .left .statistics .line { border-top: 1px dashed rgba(103, 103, 113, 0.3); }
#homepage .about .left .statistics .line:first-child { border-top: none; }
#homepage .about .left .statistics .number { font-weight: 500; font-size: 30px; vertical-align: middle; text-align: right; padding-right: 25px; padding-bottom: 20px; padding-top: 20px; line-height: 48px; }
#homepage .about .left .statistics .icontd  .icon { width: 48px; height: 48px; vertical-align: middle; padding-bottom: 20px; padding-top: 20px; line-height: 48px; }
#homepage .about .left .statistics .description { font-weight: 500; font-size: 18px; vertical-align: middle; padding-top: 20px; padding-bottom: 20px; line-height: 20px; padding-left: 30px;}
#homepage .about .left .arrows { width: 151px; position: absolute; bottom: 30px; right: 0px; }
#homepage .about .left .arrows .arrow { cursor: pointer; width: 75px; height: 75px; background-color: #FFFFFF; line-height: 90px; text-align: center; float: right; }
#homepage .about .left .arrows .arrow.arrow-left { border-right: 1px solid #F7F7F7; }
#homepage .about .left .arrows .arrow .icon { width: 25px;  height: 25px; }

#homepage .about .right { display: table-cell; position: relative; width: 50%; background: url(../images/photos/employer_branding_hrk.jpg) no-repeat center center; background-size: cover; }
#homepage .about .right .meetus { position: absolute; left: 0; bottom: 30px; width: 150px; height: 150px; background: url(../images/icons/arrow-top-right.svg) no-repeat 106px 15px #FF5700; background-size: 28px 28px; }
#homepage .about .right .meetus .helper { display: block; width: 100%; height: 100%; position: relative; }
#homepage .about .right .meetus .name { position: absolute; bottom: 15px; left: 18px; margin-right: 15px; font-weight: 700; font-size: 16px; line-height: 18px; color: #FFFFFF; }

/* Homepage - offer */
#homepage .offer { padding: 80px 120px; position: relative;     padding-bottom: 0px;}
#homepage .offer .title {box-sizing:border-box; font-size: 38px; line-height: 46px; font-weight: 300; text-align: center; padding: 0px 120px; margin-bottom: 70px; }
#homepage .offer h2.title {        max-width: 915px;
                                   margin: 0 auto;
                                   margin-bottom:70px;}
#homepage .offer .arrow, #aboutusmanagement .arrow { position: absolute; height: 100%; width: 65px; top: 0; cursor: pointer; text-indent: 100%; white-space: nowrap; overflow: hidden; }
#homepage .offer .arrow.inactive { opacity: 0.2; cursor: auto; }
.offer .left-arrow, #aboutusmanagement .left-arrow{ left: 0; background: url(../images/icons/arrow-thin-left.svg) no-repeat center right; background-size: 40px 60px; }
.offer .right-arrow, #aboutusmanagement .right-arrow{ right: 0; background: url(../images/icons/arrow-thin-right.svg) no-repeat center left; background-size: 40px 60px; }
#aboutusmanagement .left-arrow{width:40px; display:none}
#aboutusmanagement .right-arrow{width:40px;display:none;}


#homepage .offer .mobile-arrows { display: none; }
#homepage .offer .boxes-inside {width:6000px;
                                -moz-box-sizing: border-box; 
                                -webkit-box-sizing: border-box; 
                                box-sizing: border-box; }
#homepage .offer .boxes{overflow:hidden;box-sizing:border-box;
                        width: 94%;
                        margin: 0 auto;
}
#homepage .offer .box {  -moz-box-sizing: border-box; 
                         -webkit-box-sizing: border-box; 
                         box-sizing: border-box; ; position: relative; float: left;  }
#homepage .offer .box .box-inside{padding-left: 130px; padding-right: 80px; padding-bottom: 40px;}
#homepage .offer .box {background-size: 76px 76px!important; }
#homepage .offer .box .subtitle { font-size: 20px; font-weight: 500; margin-bottom: 20px; }
#homepage .offer .box .text { font-size: 15px; line-height: 23px; font-weight: 300; margin-bottom: 30px; }
#homepage .offer .box .orange-button { position: absolute; bottom: 0px; text-align: center; left: 130px; text-decoration: none; font-weight: 400; font-size: 14px; padding: 12px 20px; display: inline-block; color: #FF5700; border: 1px solid #FF5700;     background-color: transparent;
                                       width: auto;}
#homepage .offer .box .orange-button:hover, .content .article-content .orange-button:hover, #career .careerinfo .left .orange-button:hover, .content .article-content .report-list li .right-report .download-link:hover
{color:#666670; border-color:#666670}

#homepage .about .slider2inside{width:3000px;    position: absolute;}
#homepage .about .slider2{height:330px;}
#homepage .about .slider2 .tabble-div{padding:0px 60px;
                                      float: left;
                                      box-sizing: border-box;
}



/*** Main offer ***/
/* Category Article - Main Image */
#categoryarticle .mainimage {   width:100%;
                                height: 460px; float: right; background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* Category Article - Mobile Categories */
#categoryarticle .mobile-categories { display: none; }

/* Category Article - Article */
#categoryarticle .article { float: right;    width: 100%; }
#categoryarticle .article .background {    box-sizing: border-box; background-color: #FFFFFF; float: left; width: 73%; margin-top: -75px; padding: 40px 0px; padding-right: 60px;       margin-bottom: 0px;
                                        padding-bottom: 0px;}
#categoryarticle .article .background{padding-right: 35px;}
#categoryarticle .article h1.title { font-size: 38px; line-height: 46px; font-weight: 300; margin-bottom: 20px; }
#categoryarticle .article .headline { font-size: 20px; line-height: 28px; font-weight: 300; margin-bottom: 35px; }
#categoryarticle .article h2, #categoryarticle .article h2.title { font-weight: 500; font-size: 20px; line-height: 28px; margin-top: 40px; margin-bottom: 12px; }
#categoryarticle .article h3, #categoryarticle .article h3.title { font-weight: 500; font-size: 28px; line-height: 28px; margin-top: 40px; margin-bottom: 12px; color:#FF5700}
#categoryarticle .article p, .mainpagetext p { font-weight: 300; font-size: 17px; line-height: 26px; margin-bottom: 30px; }
#categoryarticle .article ul { padding-top: 10px; }
.mainpagetext{max-width:50%;display:block;}
#categoryarticle .article ul li { font-size: 17px; line-height: 26px; position: relative; padding-left: 32px; margin-top: 6px; font-weight: 300; }
#categoryarticle .article .ocena ul li:first-child { margin-top: 0px; border-left:0px;border-left: 1px solid #EDEDED;}
#categoryarticle .article ul li::before { content: "•"; color: #FF5700; display: block; width: 12px; font-size: 36px; position: absolute; left: 0; }

#categoryarticle .article .meetus { float: left; width: 150px; height: 150px; color: #666670; background-color: #F7F7F7; font-weight: 700; font-size: 16px; line-height: 18px; position: relative; }
#categoryarticle .article .meetus .name { position: absolute; left: 20px; bottom: 20px; }
#categoryarticle .article .meetus .icon { color: #666670; width: 32px; height: 32px; float: right; margin-top: 10px; margin-right: 10px; }

#categoryarticle .article .persons{ float: right; background-color:#F7F7F7;padding: 30px;
   width:27%; box-sizing:border-box}
#categoryarticle .article .persons h2{
        font-size: 18px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}
#categoryarticle .article .person { 
 
    left: 0px;
    width:100%;
    margin-top:0px;
    margin-bottom:30px;
    border-bottom:1px solid #EDEDED;
}
#categoryarticle .article .person:last-child{border-bottom:0px solid #EDEDED;margin-bottom:0px;}
#categoryarticle .article .person:last-child .grey{margin-bottom:0px;}
#categoryarticle .article .active{display:block!important;}
#categoryarticle .article .persons .prlink{   background: url(../images/icons/pr2.svg) no-repeat center center white;width:50px;height:50px;float:right;background-size:20px;}
#categoryarticle .article .persons .prlink.active, #categoryarticle .article .persons .prlink:hover{ background: url(../images/icons/pr1.svg) no-repeat center center white; background-size:20px;}
.top0{    margin-top: 0px!important;}
#categoryarticle .article .persons .prlink a{display:block;width:100%;height:100%;text-align:right; font-size:12px; color:#666670;padding:6px;box-sizing:border-box; font-weight:bold;}
#categoryarticle .article .person .img{    height: 80px;margin-bottom: 10px;
    background-size: cover;
    width: 80px;}
#categoryarticle .article .person .orange{    font-weight: 300;
    font-size: 12px;
    line-height: 16px;}
#categoryarticle .article .person .orange p{margin-bottom:0px;} 
#categoryarticle .article .person .orange p.title{font-size:15px;line-height:20px;font-weight: 500; margin-bottom:2px;}
#categoryarticle .article .person .orange b{font-weight:400;}
#categoryarticle .article .person .grey{margin-top:20px;margin-bottom:30px;}
#categoryarticle .article .person .grey a{    box-sizing: border-box;
    text-align: left;
    color: #32323B;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-left: 33px;
    margin-bottom: 11px;}
#categoryarticle .article .person .grey .linkedin{
    background: url(../images/icons/i2.svg) no-repeat left center;
    background-size: 20px;}
#categoryarticle .article .person .grey .question{
    background: url(../images/icons/i1.svg) no-repeat left center;
    background-size: 20px;}
#aboutus .offer .right .icons-list .item .aboutus-icons{
        width: 100%;
    height: auto;
    min-height:66px;
    display: block;
}

/* Category Article - Person */
#categoryarticle .article.person-article .background { margin-top: 0px; width: calc(100% - 300px); }
#categoryarticle .article.person-article .person { width: 240px; float: right; margin-top: -240px; }
#categoryarticle .article.person-article .person .person-image { height: 240px; background-position: top center; background-repeat: no-repeat; background-size: cover; }
#categoryarticle .article.person-article .person .person-info { background-color: #FF5700; padding: 20px; color: #fff; }
#categoryarticle .article.person-article .person .person-info .name { font-size: 21px; line-height: 28px; font-weight: 500; margin-bottom: 16px; }
#categoryarticle .article.person-article .person .person-info .job { font-size: 14px; line-height: 22px; font-weight: 300; }
#categoryarticle .article.person-article .person .person-info .job strong { font-weight: 500; }
#categoryarticle .article.person-article .person .options { background-color: #32323B; padding: 25px; }
#categoryarticle .article.person-article .person .options .link { display: inline-block; width: calc(50% - 10px); margin-left: 15px; color: #fff; font-size: 13px; line-height: 18px; font-weight: 700; text-align: center; padding-top: 50px; text-decoration: none; background-position: top center; background-repeat: no-repeat; background-size: 36px 36px; }
#categoryarticle .article.person-article .person .options .link:first-child  { margin-left: 0px; } 
#categoryarticle .article.person-article .person .options .link.askquestion { background-image: url(../images/icons/call-center.svg); }
#categoryarticle .article.person-article .person .options .link.linkedin { background-image: url(../images/icons/in.svg); }

/* Category Article - Left Menu */
.left-box { float: left; width: 420px;}
.right-box{width:calc(100% - 420px); float:right;}
.leftmenu .list { padding: 30px 60px; padding-top:10px;}
.leftmenu .list-item { border-top: 1px solid #EDEDED; background-position: left center; background-repeat: no-repeat; background-size: 42px 42px; padding: 22px 0px; padding-left: 60px; }
.leftmenu .list-item:first-child { border-top: none; }
.leftmenu .list-item.active { background-position: left 12px; }
.leftmenu .list-item .link { font-weight: 500; font-size: 17px; color: #32323B; text-decoration: none; line-height: 25px; line-height: 24px; }
.leftmenu .list-item.active > .link, .leftmenu .list-item:hover > .link,
.leftmenu .list-item ul li.active > .link, .leftmenu .list-item ul li:hover > .link
{ color: #FF5700; }


.leftmenu .list-item .list-submenu { padding-left: 0px; padding-right: 0px; padding-top: 25px; }
.leftmenu .list-item .list-submenu .list-submenu-item { margin-top: 13px; }
.leftmenu .list-item .list-submenu .list-submenu-item:first-child { margin-top: 0px; }
.leftmenu .list-item .list-submenu .list-submenu-item .link { font-size: 16px; line-height: 18px; }
.leftmenu .list-item .list-submenu .list-submenu-item.active .link { color: #FF5700; }

.next-prev{margin-top:80px;}
.next-prev a{font-size:15px; line-height:18px; font-weight:500; color:#666670; text-decoration:none;}
.next-prev a.prevelement{float:left;background: url(../images/icons/arrow-left-grey.svg) no-repeat center left;padding-left:30px;}
.next-prev a.nextelement{float:right;background: url(../images/icons/arrow-right-grey.svg) no-repeat center right;padding-right:30px;}
.next-prev a.nextelement:hover{color:#FF5700; ;background: url(../images/icons/arrow-right-orange.svg) no-repeat center right}
.next-prev a.prevelement:hover{color:#FF5700; ;background: url(../images/icons/arrow-left-orange.svg) no-repeat center left}

.content .accordion {margin-top: 30px;}
.content .accordion span{}
.content .accordion  p.ui-accordion-content{
    font-size:15px!important;
    line-height:19px!important;
        padding: 8px;
}
.content .accordion .ui-accordion-content{padding:15px!important;padding-left:24px!important;}
.content .accordion  p.ui-accordion-content{margin-bottom:10px!important;}

.content .accordion h4{
        padding: 10px;
        cursor:pointer;
    border-top:1px solid #EDEDED;
   
}
:focus {outline: 0;}
.content .article-content h4{
        font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ui-icon-triangle-1-s:before{
    content:"-";
    color:#FF5700;
    font-size:25px;
    padding-right:15px;
}
.ui-icon-triangle-1-e:before{
    content:"+";
    color:#FF5700;
    font-size:25px;
    padding-right:15px;
}

.content .article-content2{margin:0 60px;}
.content .article-content h1, .site-map h1{font-size:38px;line-height:46px;margin-bottom:50px; font-weight:300;}
.reports-section h1{padding-top:35px;margin-bottom:80px;}
.content .article-content .parent-img{width:53%; min-height:320px; float:left;}
.content .article-content .parent-img .img{
    width: 100%;
        min-height: 215px;
    background-size: cover!important;
}
.content .article-content .news-list .parent-img .img{
    height:100%
}
.content .article-content .article-content-bcg ul, .defaultpages ul{
    position: relative;
    margin-bottom:20px;
}
.content .article-content.one-article .article-content-bcgh3, .defaultpages h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 10px;
    color:#FF5700;
}

.content .article-content .bar{
    border-bottom:1px solid #F1F1F1;
    margin-bottom:30px;
}
.content .article-content .bar li{float:left;padding-bottom:30px;}
.content .article-content .bar li.active-tag{
    border-bottom: 1px solid #FF5700;
}
.content .article-content .bar li:first-child{
    background: url(../images/icons/home.svg) no-repeat left top;
    background-size: 24px;
}
.content .article-content .bar li a{
    font-weight:400; font-size:15px; line-height:28px; padding:0 20px;
    color:#666670;
}
.content .article-content .bar #article-search{
    float: right;
}
.content .article-content .bar #article-search .search-input{
    border:0px;
    color:#ACACBE;
    font-size:14px;
    font-weight: 400;
}
.content #article-search .search-button {
    cursor: pointer;
    background: url(../images/icons/search.svg) no-repeat center center;
    border: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-right:14px;
}
.content .article-content .article-content-bcg ul li{padding-left:20px;}
.content .article-content .article-content-bcg ul li p{margin-bottom:0px}
.content .article-content .article-content-bcg ul li::before { content: "•"; color: #FF5700; display: block; width: 12px; font-size: 36px; position: absolute; left: 0; }
.content .article-content.one-article{margin-bottom:0px;}
.content .article-content .right-news{width:47%;float:left;padding:50px;background-color:#F7F7F7;box-sizing:border-box;min-height: 320px;position:relative}
.content .article-content .right-news h2{font-size:20px; line-height:28px;font-weight:500; color:#32323B}
.content .article-content .right-news p{font-size:13px;line-height:18px;margin-top:30px;    color: #32323B;}
.content .article-content .tags{margin-top:15px;}
.content .article-content .article-content-bcg .socialmedia{
    width: 40px;
    position: absolute;
    margin-left: -120px;
}
.content .article-content .right-news .tags{margin-top:20px;}
.content .article-content .tags .onetag{
    padding: 8px 10px;
    margin-right: 5px;
    display: inline-block;
    background-color: #e2e2e3;
    color: #32323B;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    float: left;
}
.content .article-content .tags .onetag:hover{
    background-color:#666670;
    color:white;
}
.content .article-content-bcg{
    margin: 0px;
    padding: 50px 0px;
}

.content .article-content .article-content-bcg ol,  .defaultpages ol{
    counter-reset: headings;
}
.content .article-content .article-content-bcg ol li::before, .defaultpages ol li:before{
    counter-increment: headings 1;  
    content: "." counter(headings, decimal); 

    color: #FF5700;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}
.content .article-content .article-content-bcg ol, .defaultpages ol,  .content .article-content .article-content-bcg ul, .defaultpages ul{
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.content .article-content.one-article .article-content-bcg h2, .defaultpages h2{margin-top:50px; margin-bottom:20px;font-size:20px;line-height:28px; font-weight:500;}
.content .article-content.one-article .article-content-bcg .right-author h2.title{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.content .article-content-bcg .mw{font-size:17px; line-height:26px;}
.content .article-content-bcg .mw, .content .article-content.one-article .right-news, .article-content.one-article .image-bcg img{margin: 0 auto;max-width:678px;float:none;}
.article-content.one-article .image-bcg img{    max-width: 678px;    width: 100%;}
.article-content.one-article .image-bcg{
    margin-top:50px;
    text-align: center;
    background-color: #F7F7F7;
    width:100%;
}
.content .article-content-bcg .right-author{width:420px; float:left; padding-left:0px;}
.content .article-content-bcg .right-author h2.title{margin-top:0px;}
.content .article-content-bcg .right-author .person{width:400px; background-color:white;margin-bottom:20px;padding:20px;}
.content .article-content-bcg .right-author .person .img{
    width: 150px;
    height: 150px;
    float: left;
        background-size: cover;
    margin-right: 10px;
}
.content .article-content-bcg .right-author .person.noimage{padding:0px;}
.content .article-content-bcg .right-author .person.noimage .img{display:none;}
.content .article-content-bcg .right-author .person.noimage .title{margin-bottom:5px;}
.article-content.one-article .similar-articles{
    padding:0px 60px;
}
.article-content.one-article .article-link{
    background: url(../images/icons/arrow-left-1.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    margin-left: -115px;
}
.content .article-content-bcg .right-author .person .title{font-size:21px; line-height:28px;font-weight:500;margin-top:0px; margin-bottom:38px;}
.content .article-content-bcg .right-author .person .position{font-size:14px; line-height:22px;font-weight:300;    margin-bottom: 0px;}
.content .article-content-bcg .right-author .person .type{font-size:14px; line-height:22px;font-weight:400;}
.content .article-content-bcg .mw p{margin-bottom:30px;}
.content .article-content-bcg p.summary{font-size:24px; font-weight:300; line-height:32px;    margin-bottom: 50px;}
.content .article-content-bcg ol, .content .article-content-bcg ul{margin-bottom:20px;}
.content .article-content-bcg ol li{
    position: relative;
    padding-left: 19px;
}
.content .article-content-bcg ol > li:before{
    content: "•";
    color: rgb(255, 87, 0);
    display: block;
    width: 12px;
    font-size: 36px;
    position: absolute;
    left: 0px;

}

a{text-decoration:none;}
.content .article-content .orange-button{
    bottom: 0px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    display: inline-block;
    color: #FF5700;
    border: 1px solid #FF5700;
    background-color: transparent;
    width: auto;
    right: 0px;
    float: right;
    line-height: 16px;
    margin-right: 0px;
}
#personjump{position:absolute;
            margin-left: 23%;
            margin-top: -20%;
            opacity:0;

}
.animatestart #personjump {   animation: personjump 0.4s 0.8s ease-out both;width: 50%;}
.content .article-content .date{
    font-size: 12px;
    padding-left: 0px;
    color: #32323B;
    margin-top: 27px;
    display: inline-block;
}
.content .article-content .bottom-buttons{bottom:50px; width:100%; margin-top:30px;
                                          margin-top: 30px;
                                          position: absolute;
                                          bottom: 30px;
                                          margin-left: 0px;
                                          width: calc(100% - 60px);

}
.content .article-content .news-list{
    margin-top:50px;
}
.content .article-content .news-list li a{
    text-decoration:none; color:#32323B;
    display: block;
    width: 100%;
    height: 100%;
}
.content .article-content .news-list li{
    width:33.33%;
    float:left;
    box-sizing:border-box;
    position:relative;
    border: 1px solid #F1F1F1;
    border-top: 0px;
    border-bottom: 0px;
    padding: 30px;
    margin-right: -1px;
    margin-bottom:30px;
    transition-duration: 0.2s;
}
.submenulinks{display:none;margin-bottom: 20px;}
.content .article-content .news-list li:hover{
    -webkit-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
}
.content .article-content .news-list li:hover .onetag{
    background-color: #e2e2e3;
    color: #32323B;
}
.content .article-content .news-list li .parent-img{ 
    width:100%;
    height:200px;
    float:none;
    min-height:190px;
}
.content .article-content .news-list li .bottom-news{
    padding:30px 0px;
    padding-bottom:0px;

    margin-bottom: 0px;
}
.content .article-content .news-list li .bottom-news h3{margin-top:0px; font-size:20px;line-height:28px;font-weight:400;}
.content .article-content .news-list li .bottom-news p{font-size:13px;line-height:18px;font-weight:300;margin-top:20px; max-height: 72px; overflow: hidden;    margin-bottom: 60px;}
.content .article-content .news-list li .bottom-news .bottom-buttons{
    bottom: 20px;
}
.content .article-content .news-list li .bottom-news .date{padding-left:0px;}
.content .article-content .news-list li .bottom-news .orange-button{margin-right:0px;right:0px;}

.content .article-content.one-article .right-news a{text-decoration:none;}

.content .article-content.one-article .right-news{background-color:white;padding:0px;min-height:auto;width: 100%;}
.content .article-content.one-article .right-news p{
    font-size: 19px;
    margin-top: 30px;
    line-height: 25px;

}
.content .article-content.one-article .right-news .date{
    display: block;
    padding-left: 0px; 
    margin-top: 3px; 
}
.content .article-content.one-article .parent-img{width:50%;float:right;}
.content .article-content.one-article .right-news h1, .content .article-content.one-article h2{font-size:38px; line-height:46px;font-weight:300;margin-bottom:0px;}
.content .article-content.one-article .right-news h1{padding-top:30px;}


.image-list li{
    list-style: none;
    float: left;
    width: 24.8%;
    border: 1px solid #EDEDED;
    padding: 0px!important;
    margin-left: -1px;
    height:140px;
    margin-top: -1px!important;
}
.image-list li:before{display:none!important;}
.image-list li .image img{
    max-width: 80%;
    max-height: 125px;
    margin: 0 auto;
    line-height: 100px;
    vertical-align: middle;
    height: auto;}
.image-list li figure.image{
    text-align: center;
    height: 100%;
    vertical-align:middle;
}





.clear{clear:both;}
.upload-file{
    background-color:#F7F7F7;
    padding:35px;
    padding-left:176px;
    background: url(../images/icons/pdf2.svg) no-repeat center left #F7F7F7;
    background-size: 96px;
    background-position-x: 30px;
}
#categoryarticle .upload-file h2{margin-top:0px;}
.upload-file a{font-size:12px; line-height:18px;padding-left:38px;display:block; text-decoration:none; background: url(../images/icons/pdf.svg) no-repeat center left; background-size: 29px;   color: #32323B;}

/* Category Article - Orange Button */
.content .orange-button-group { display: block; float: left; clear: left;     width: calc(100% - 120px);; background-color: #FF5700; position: relative; margin: 0px 60px; height: 150px;}
.content .orange-button-group a.orange-button-search{
    width: 100%;
    height: 100%;
    display: block;
}
.content .orange-button .name { position: absolute; left: 20px; bottom: 20px; font-weight: 700; font-size: 16px; line-height: 18px; color: #fff; text-decoration: none;     }
.content .orange-button .image { width: 60px; height: 60px; float: right; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; }
.content .newsletter-box{
    display: block; background-color: #FF5700; position: absolute;
    top:0;
    color: white;
    margin-left: 0px;
    width: auto;
    width: 100%;
    box-sizing:border-box;
min-height: 470px;
    height: 100%;
    z-index:99999;
    overflow: hidden;
    visibility:hidden;
} 
.content .newsletter-box .group .reg input{
    float:left;
}
.content .newsletter-box .group .reg label{
   font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    float: left;
    display: inline-block;
    width: 93%;
    padding-left: 10px;
    padding-top: 5px;
}

.content .newsletter-box .inside{opacity:1;    padding: 30px;transition-duration: 0.2s; transition-delay: 0.3s;
                                 box-sizing: border-box;
                                 overflow: hidden;}
.content .newsletter-box.no-active .inside{opacity:0;}
#categoryarticle .newsletter-box.no-active{width:0px;    transition-duration: 0.3s;}
.content .newsletter-box h4{font-size:21px; font-weight:500;line-height:25px; margin-bottom:16px; max-width:400px;float:left;}
.content .newsletter-box p, .content .newsletter-box a{font-size:12px; font-weight:300;line-height:18px;color:white;}
.content .newsletter-box input[type="text"]{box-sizing:border-box; width:70%;background-color:white;float:left;font-size:15px; line-height:17px;font-weight:400;padding:20px;border:0px;}
.content .newsletter-box input[type="submit"]{
    width: 30%;
    background-color: #32323B;
    color: white;
    font-size: 17px;
    line-height: 20px;
    padding: 11px;
    text-align: center;
    font-weight: 500;
    border: 0px;
    float: right;
    box-sizing: border-box;
    cursor:pointer;
}
.content .newsletter-box .error-message{
    font-weight: 500;
    margin-top: -30px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.content #report-box .error-message{ margin-bottom: 0px;}

.content .newsletter-box a{text-decoration:underline;}
.content .newsletter-box .group{    margin-top: 24px;
                                    margin-bottom: 34px;}
.content  #report-box .group{
    margin-bottom: 10px;
}
.content .newsletter-box img{
    width: 40px;
    float: right;
}
.cloud  .newsletter-box{display:block}
.newsletter-box-success{background-color:white;padding:30px;     width: 600px; box-sizing:border-box; height:276px;
                        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
                        -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
                        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
                        background-color:white;
                        position: absolute;
                        text-align: center;
                        display:none;
                        top: 0;
                        height: 100%;
                        min-height:250px;
                        z-index: 99999;
}
.newsletter-box-success .close-window-small,   .newsletter-box .close-window-small{
    background: url(../images/icons/close.jpg) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    position: absolute;
    right: -7px;
    top: 0px;}
.newsletter-box-success h4{font-size:20px; line-height:28px; font-weight:500;    margin-bottom: 10px;
                           margin-top: 15px;}
.newsletter-box-success img{
    width: 50px;
}
.newsletter-box-success p{
    font-size:13px; line-height:18px; font-weight:300;margin-bottom:20px;
}
.close-window{
    color: white;
    background-color: #666670;
    padding: 18px 25px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.cloud{
    transition-duration: 0.4s;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
    display:block;
}
#contact .cloud{top:12%;}
.cloud.hidden, #content .cloud.hidden{top:-100%!important}
.cloud .newsletter-box{
    background-color:white;
    color:#32323B
}
.reports .cloud .newsletter-box{
    padding: 30px;
}

.cloud .newsletter-box p, .cloud .newsletter-box a{ color:#32323B}
.content .newsletter-box input[type="text"]{border:1px solid #E9E9E9;
                                            line-height: 16px;
                                            padding: 12px 12px;
    margin-bottom: 10px;}

.content #report-box .name, .content #report-box .phone, .content #report-box .position, .content #report-box .company{width:49%!important; float:left!important;}
.content #report-box .phone, .content #report-box .company{float:right!important;}
.content #report-box #email{width:100%;}


.cloud .newsletter-box-success .message a{
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    margin-top: 15px;
    color: #ff5700;
}

.content #contact-box input[type="text"] {
    padding: 12px 20px;
}
.content #contact-box .name{
    width: 49%;
    float: left;
}
.content #contact-box .surname{
    width: 49%;
    float: right;
}

.content #contact-box input{margin-bottom:10px;}
.content #contact-box .company, .content #contact-box .email{width:100%}
.content #contact-box label{font-size:11px; font-weight:300; line-height:15px;
                            float: left;
                            display: inline-block;
                            width: 88%;
                            padding-left: 20px;
}
.content #contact-box input[type="submit"]{
    background-color: #FF5700;
    margin-top: 50px;
    float: right;
}

.content .newsletter-box .error-message {
    margin-top: -20px;
    color: red;
}
.content #report-box .error-message{
    margin-top: 10px
}

.content .newsletter-box input.error,.content .newsletter-box textarea.error{    border-color: red;}
.content .newsletter-box label.error{color:red;}
.content .contact-cloud .newsletter-box-success{
    width:100%;
    height:auto;
}
.content .contact-cloud .newsletter-box-success .message{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 18px;
    margin-top: 17px;
}
.content .contact-cloud .newsletter-box-success .close-window{
    margin-bottom:50px;
}
.content .contact-cloud .newsletter-box-success img{width:180px; margin-bottom:35px;margin-top:50px;}
#categoryarticle .newsletter-box{width:600px;    transition-duration: 0.3s;}
.content #contact-box .group{
    margin-bottom:0px;
}
.content #contact-box #terms{float:left;}
.contact-cloud {width:520px; height:auto;margin-left:-260px;
                position:absolute;

}
.contact-cloud .newsletter-box{
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16);
}
.content #contact-box textarea{
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
    font-weight:400;font-size:15px; line-height:20px; color:#32323B;    font-family: 'Roboto', sans-serif;
    padding: 12px 20px;
}
.newsletter-page .column{width:600px;margin:0 auto;}
/* Category Article - Icons Grid */
#categoryarticle .icons-grid { margin-top: 50px; margin-bottom: 50px; }
#categoryarticle .icons-grid .item {transition-duration: 0.2s; border:1px solid white; float: left; width: calc(20% - 2px); display: block; border-bottom: 1px solid #EDEDED; border-right: 1px solid #EDEDED; position: relative; text-decoration: none; text-align: center; }
#categoryarticle .icons-grid .item:nth-child(5n+1) { clear: both; border-left: 1px solid #EDEDED; }
#categoryarticle .icons-grid .item:nth-child(-n+5) { border-top: 1px solid #EDEDED; }
#categoryarticle .icons-grid .item .image { max-width: 45%; margin-top: 15px; }
#categoryarticle .icons-grid .item .name { font-weight: 700; font-size: 16px; line-height: 18px; color: #666670; bottom: 7px; position: absolute; left: 0; margin: 0px 10px; width: calc(100% - 20px); text-align: center; }

#categoryarticle .icons-grid .item:hover {
    z-index: 9999;
    background-color: white;
    border: 1px solid #EDEDED;
    transform:scale(1.1); -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); -o-transform:scale(1.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
}

.content #contact{    margin-bottom: -94px;}
#categoryarticle .ocena ul{margin-left:0px; margin-top:70px;}
#categoryarticle .ocena ul li:before{display:none;}
#categoryarticle .ocena ul li{width:33%;display:inline-block;margin-left:0px;padding-left:0px;
                              border-left: 1px solid #EDEDED;
                              box-sizing: border-box;
                              padding: 30px;
                              padding-bottom: 20px;
                              margin-top: 0px;
                              float: left;}
#categoryarticle .ocena ul li:last-child{padding-right:0px;}
#categoryarticle .ocena ul::after{clear:both;content:" ";display:block;}
#categoryarticle .ocena ul li figure{
    margin-right: 20px;
    float:left;
    margin-top:-15px;
}
#categoryarticle .ocena ul li p{margin-bottom:0px;color:#666670;
                                font-size: 14px;
                                line-height: 20px;
}
strong{font-weight:bold;}
.w100{
    font-weight: 100!important;
}
#categoryarticle .ocena .left{float:left;padding-right: 40px;}
#categoryarticle .ocena .left.pt{padding-right:0px; margin-top:-16px;}



/*** About us ***/
/* Info - left */
#aboutus .info > .left { float: left; width: 50%; }
#aboutus .info .left h1 { font-size: 38px; line-height: 46px; font-weight: 300; padding: 0px 60px; margin-top: 80px; padding-bottom: 30px; }
#aboutus .info .left p { font-size: 17px; font-weight: 300; line-height: 26px; padding: 0px 60px;  }
#aboutus .info .left .boxes { position: relative; margin-left: 60px; width: 110%; margin-top: 75px; z-index:1;}
#aboutus .info .left .boxes .left-boxes { float: left; width: 40%; }
#aboutus .info .left .boxes .left-boxes .box { width: 50%; float: left; }
#aboutus .info .left .boxes .left-boxes .box.full { width: 100%; }
#aboutus .info .left .boxes .right-boxes { float: left; width: 60%; }
#aboutus .info .left .boxes .right-boxes .box { float: left; width: 33.333%; }
#aboutus .info .left .boxes .box.big.right {height: 66.66%;}
#aboutus .info .left .boxes .right-boxes .box.big.half-width { clear: both; }
#aboutus .info .left .boxes .right-boxes .box.right { float: right; clear: right; }

#aboutus .info .left .boxes .box {opacity:1; position: absolute; color:#666670; width:20%;    height: 33.33%;}
#aboutus .info .left .boxes .box .icon { width: 40%; height: 40%; float: right; margin-top: 15px; margin-right: 10px; }
#aboutus .info .left .boxes .box.full .icon, #aboutus .info .left .boxes .box.half-width .icon { width: 20%; }
#aboutus .info .left .boxes .box .name {font-weight: 700; font-size: 16px; line-height: 18px; position: absolute; width: calc(100% - 20px); bottom: 10px; left: 10px; display: block; }

#aboutus .info .left .boxes .box.orange { background-color: #FF5700; color: #FFF; }
#aboutus .info .left .boxes .box.white { background-color: #FFF; }
#aboutus .info .left .boxes .box.yellow { background-color: #FF8800; color: #FFF; }
#aboutus .info .left .boxes .box.gray { background-color: #666670; color: #FFF; }
#aboutus .info .left .boxes .box.light { background-color: #F7F7F7; }

#aboutus .info .left .boxes .block1{transition: all 0.3s 0s ease-out;margin-left:calc(0*20%); margin-top:0}
#aboutus .info .left .boxes .block2 {transition: all 0.3s 0.3s ease-out;margin-left:calc(1*20%); margin-top:0}
#aboutus .info .left .boxes .block3{transition: all 0.3s 0.6s ease-out;margin-left:0; margin-top:calc(1*20%); width:40%}

#aboutus .info .left .boxes .block4{transition: all 0.3s 0.9s ease-out;margin-left:0; margin-top:calc(2*20%); width:40%;}
#aboutus .info .left .boxes .block5{transition: all 0.3s 1.2s ease-out;margin-left:calc(3*20%); margin-top:0; width:40%}
#aboutus .info .left .boxes .block6{transition: all 0.3s 1.5s ease-out;margin-left:calc(2*20%); margin-top:0}
#aboutus .info .left .boxes .block7{transition: all 0.3s 1.8s ease-out;margin-left:calc(2*20%); margin-top:calc(1*20%)}
#aboutus .info .left .boxes .block8{transition: all 0.3s 2.1s ease-out;margin-left:calc(2*20%); margin-top:calc(2*20%); width:40%;}
#aboutus .info .left .boxes .block9{transition: all 0.3s 2.5s ease-out;margin-left:calc(4*20%); margin-top:calc(2*20%)}
#aboutus .info .left .boxes .box.trnasimp{transition: all 0.2s 0s ease-out!important;}

#aboutus .info .left .boxes .block1a{margin-left:calc(-1*20%); margin-top:0;opacity:0;}
#aboutus .info .left .boxes .block2a {margin-left:calc(1*20%); margin-top:20%;opacity:0;}
#aboutus .info .left .boxes .block3a{margin-left:0; margin-top:calc(2*20%);opacity:0;}

#aboutus .info .left .boxes .block4a{margin-left:0; margin-top:calc(3*20%);opacity:0;}
#aboutus .info .left .boxes .block5a{margin-left:calc(4*20%); margin-top:0;opacity:0;}
#aboutus .info .left .boxes .block6a{margin-left:calc(2*20%); margin-top:-20%;opacity:0;}
#aboutus .info .left .boxes .block7a{margin-left:calc(1*20%); margin-top:calc(1*20%);opacity:0;}
#aboutus .info .left .boxes .block8a{margin-left:calc(2*20%); margin-top:calc(3*20%);opacity:0;}
#aboutus .info .left .boxes .block9a{margin-left:calc(5*20%); margin-top:calc(2*20%);opacity:0;}


/* Info - right */
#aboutus .info > .right { float: right; width: 50%; text-align: center; }
#aboutus .info .right .background-image { width: 100%; height: 586px; background: url(../images/photos/employer_branding_hrk.jpg) no-repeat top left; background-size: cover; }
#aboutus .info .right h2 {color:#666670;  text-transform: uppercase; margin-top: 84px; margin-bottom: 30px; font-weight: 700; font-size: 16px; line-height: 18px; padding-right: 75px; padding-left: 195px; }
#aboutus .info .right p {color:#666670;  font-weight: 300; font-size: 30px; line-height: 38px; padding-right: 75px; padding-left: 195px; }

/* Offer */
#aboutus #aboutusoffer.offer { clear: both;     padding: 0px; padding-top: 80px; }

#aboutus .offer .left { width: 50%; float: left; text-align: center; }
#aboutus .offer .left .image { width: 100%; display: block; }
#aboutus .offer .left .background { background-color: #FF5700; color: #fff;     padding: 30px 15px; }
#aboutus .offer .left .title { text-transform: uppercase; margin-bottom: 15px; font-weight: 700; font-size: 16px; line-height: 18px; }
#aboutus .offer .left .text { font-weight: 300; font-size: 30px; line-height: 38px; }

#aboutus .offer .right { width: calc(50% - 120px); float: right; background-color: #F7F7F7; text-align: center; padding: 80px 60px; }
#aboutus .offer .right h2 { font-weight: 300; font-size: 38px; line-height: 46px; max-width:100%;padding:0px;
                                padding-bottom: 30px;
                                margin: 0px;
}
#aboutus .offer .right p { font-weight: 300; font-size: 17px; line-height: 26px; }
#aboutus .offer .right .icons-list { margin-top: 60px; }
#aboutus .offer .right .icons-list .item { float: left; margin-left: 40px; width: calc(16.666% - 33.333px); }
#aboutus .offer .right .icons-list .item:first-child { margin-left: 0px; }
#aboutus .offer .right .icons-list .item .icon { width: 100%; height:62px}

#aboutus .offer  .building-images{height:360px;}
/* Management */
#aboutus .management { clear: both; padding-top: 80px; padding-bottom: 0px; position:relative}
#aboutus .management .title { font-weight: 300; font-size: 38px; line-height: 46px; text-align: center; }
#aboutus .management .persons { text-align: center; font-size: 17px; line-height: 26px; font-weight: 300; margin-top: 20px; }
#aboutus .management .persons .item { float: left; width: 16.6666%; }
#aboutus .management .persons .item .image { margin-top: 32px; width:200px;    transition-duration: 0.2s;}
#aboutus .management .persons .item .image:hover{
    transform:scale(1.1); -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); -o-transform:scale(1.1)
}
#aboutus .management .persons .item:nth-child(1) .image {width:220px;}
#aboutus .management .persons .item .name { display: block; font-weight: 500; margin-top: 10px; }
#aboutus .info .left .boxes .box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
} 

/*** Contact ***/
/* Data */
#contact .data { padding: 0px 60px; padding-top: 60px; padding-bottom: 60px; }
#contact .data .title { font-weight: 300; font-size: 38px; line-height: 46px; margin-bottom: 50px; }

#contact .data .left {     float: left;
    width: calc(50% - 70px);
    margin-right: 100px;}
#contact .data .left .boxes .box.pressbox .person p{
        font-size: 17px;
    margin-bottom: 7px;
}
#contact .data .left .imgabs{
        position: absolute;
    right: 29px;
    width: 80px;
    top: 20px;
}
#contact .data .right .firminfo { width: 100%; }
#contact .data .right .firminfo tr { border-top: 1px solid #f0f0f0; }
#contact .data .right .firminfo tr:first-child { border-top: none; }
#contact .data .right .firminfo  td:first-child { width: 160px; font-weight: 500; font-size: 17px; line-height: 26px; padding: 10px 0px; padding-right: 36px;}
#contact .data .right .firminfo  td:nth-child(2) { font-size: 17px; font-weight: 300; line-height: 26px; }
#content .newsletter-box{opacity:1;position:relative;visibility:visible; padding:30px;}
.submenulinks-link{display:none;
                  font-size: 16px;
position: relative;
font-weight: 500;

line-height: 18px;

    margin-bottom: 0px;

padding: 22px 0px;

}
.submenulinks a{
    font-size: 14px;

font-weight: 300;

padding: 4px 0px;
display: block;

color: #32323B;
}
.submenulinks-box{margin: 20px;border-bottom: 1px solid #EDEDED;margin-bottom: 30px;margin-top:0px;}
#contact .data .right { float: right; width: calc(50% - 30px); }
#contact .data .left .boxes .box { float: left; width: calc(50% - 60px); padding: 30px; }
#contact .data .left .boxes .box.orange { background-color: #FF5700; color: #fff; }
#contact .data .left .boxes .box.yellow { background-color: #FF8800; color: #fff; }
#contact .data .left .boxes .box.gray { background-color: #F7F7F7; }
#contact .data .left .boxes .box .subtitle { font-size: 28px; line-height: 28px; font-weight: 300; }
#contact .data .left .boxes .box.gray .subtitle { color: #FF5700; } 
#contact .data .left .boxes .box.phonebox .phone {
    font-weight: 300px; font-size: 17px; line-height: 26px; margin-top: 30px; display: block; text-decoration: none; color: #FFF; 
    background: url(../images/icons/tel-white.svg) no-repeat left center;
    padding-left: 40px;
    background-size: 26px;
}

#contact .data .left .boxes .box.pressbox { position: relative;  }
#contact .data .left .boxes .box.pressbox .person { margin-top: 47px; /*position: absolute; bottom: 30px; left: 30px; width: calc(100% - 60px); */ }
#contact .data .left .boxes .box.pressbox .person .name { font-size: 17px; line-height: 26px; font-weight: bold; }
#contact .data .left .boxes .box.pressbox .person .job { font-size: 17px; line-height: 26px; margin-bottom: 20px; }
#contact .data .left .boxes .box.pressbox .person .phone { 
    font-size: 17px; line-height: 26px; display: block; text-decoration: none; color: #32323B; 
    background: url(../images/icons/tel1.svg) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 10px;
}
#contact .data .left .boxes .box.pressbox .person .mobile { 
    font-size: 17px; line-height: 26px; display: block; text-decoration: none; color: #32323B; 

    background: url(../images/icons/tel2.svg) no-repeat left center;
    padding-left: 40px;
}

#contact .data .left .boxes .box.personbox { padding: 0px; width: 50%; }
#contact .data .left .boxes .box.personbox .person { max-width: 100%; height: 50%; background-position: top center; background-size: cover; background-repeat: no-repeat; }
#contact .data .left .boxes .box.personbox .message { max-width: 100%; display: block; height: 50%; background-color: #32323B; text-align: right; position: relative; }
#contact .data .left .boxes .box.personbox .message .icon { 
    width: 62px; margin-top: 20px; margin-right: 20px; 

} 
#contact .data .left .boxes .box.personbox .message .name { bottom: 20px; left: 20px; width: calc(100% - 40px); position: absolute; display: block; text-align: left; font-weight: 700; font-size: 16px; line-height: 18px; color: #FFF; } 


/* Map */
#contact .map { padding: 80px 66px; background: url(../images/photos/contact-build.jpg) no-repeat center center; background-size: cover; }
#contact .map .title { font-size: 38px; line-height: 46px; font-weight: 300; color: #FFF; margin-bottom: 30px; }

#contact .map .area { }
#contact .map .area .cities { float: left; width: 220px; background-color: #fff; }
#contact .map .area .cities .list-item { display: block; border-top: 1px solid #f0f0f0; }
#contact .map .area .cities .list-item:first-child { border-top: none; }
#contact .map .area .cities .list-item .link { display: block; line-height: 90px; padding: 0px 30px; font-size: 17px; color: #666670; text-decoration: none; font-weight: 500;}
#contact .map .area .cities .list-item.active .link { background-color: #FF5700; color: #FFF; }

#contact .map .area .maps{position: relative;}
#contact .map .area .mapcontent.active{display:block;}
#contact .map .area .mapcontent {display:none; float: left; width: calc(100% - 220px); position: absolute;  margin-left: 220px;}
#contact .map .area .mapcontent .iframe-map { float: left; width: calc(100% - 410px); }
#contact .map .area .mapcontent .iframe-map iframe{
        border: 0;
    width: 100%;
    height: 100%;
}

.languages-div{
    display:none;
margin-top:10px;
    width: calc(100% + 18px);
    margin-left:-20px;
}
#headera .languages.active .languages-div{display:block;}
.languages-div a{
    background-color: white;
        font-size: 14px;
    font-weight: bold;
    color:#666670;
    border-top: 1px solid #EDEDED;
    width: 100%;
        padding: 11px;
            width: 100%;
    display: block;
    text-align: center;
}


#contact .map .area .mapcontent .info { float: left; width: 410px; background-color: #FFF; }
#contact .map .area .mapcontent .info .padding {     padding: 40px 30px;
    padding-bottom: 0px; }
#contact .map .area .mapcontent .info .subtitle { font-size: 17px; line-height: 25px; font-weight: 700; }
#contact .map .area .mapcontent .info .address { font-size: 17px; line-height: 25px; }
#contact .map .area .mapcontent .info .phone { 
    display: block; text-decoration: none; color: #32323B; font-size: 17px; line-height: 26px; margin-top: 32px; 
    background: url(../images/icons/tel1.svg) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 0px;
}
#contact .map .area .mapcontent .info .mobile { display: block; text-decoration: none; color: #32323B; font-size: 17px; line-height: 26px; 
                                                background: url(../images/icons/tel2.svg) no-repeat left center;
                                                padding-left: 40px;
                                      
}
#contact .map .area .mapcontent .info .fax { display: block; text-decoration: none; color: #32323B; font-size: 17px; line-height: 26px; 
                                             background: url(../images/icons/print.svg) no-repeat left center;
                                             padding-left: 40px;
                                             margin-bottom: 10px;
}
#contact .map .area .mapcontent .info .howtodrive { margin-top: 35px; } 
#contact .map .area .mapcontent .info .description { margin-top: 20px; font-size: 13px; line-height: 18px; }
#contact .map .area .mapcontent .info p{font-size:17px;line-height:25px;}
.pagination {width:100%;
             width: 100%;
             text-align: center;
             margin-bottom: 0px;
             margin-top: 20px;
}
.c-select-box-mobile{display:none;}
.pagination li{
    background-image: none;
    display: inline-block;
    margin: 0px;
    list-style-type: none;
    border: 1px solid #EAEAEA;

    margin-right:10px;

}
.pagination li a, .pagination li span{
    display: block;
    padding: 0px;
    color:#32323B;
    text-align:center;
    width: 36px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    position:relative;
}
.pagination li.pagination_next a:after, .pagination li.pagination_next span:after{
    position: absolute;
    content: "";
    top: 11px;
    right: 7px;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-color: transparent transparent transparent #32323b;
}
.pagination li.pagination_next:hover a:after{
    border-color: transparent transparent transparent white;
}
.pagination li.active a, .pagination li a:hover, .pagination li.active span{
    background-color:#FF5700;
    color:white;
}
.pagination .pagination_previous{
    margin: 0px;
    margin-right: 30px;}

.pagination li.pagination_previous a:after, .pagination li.pagination_previous span:after{
    position: absolute;
    content: "";
    top: 11px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-color: transparent #32323b transparent transparent ;
}
.pagination li.pagination_previous:hover a:after {
    border-color: transparent white transparent transparent ;
}
.pagination .pagination_next{
    margin: 0px;
    margin-left: 20px;
}

.custom-select {
    position: relative;

}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-color: #32323b transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #32323b transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #32323B;
    cursor: pointer;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    padding-left:20px;
    text-align:left;
}
.select-items div{border-bottom:1px solid #eaeaea; background-color:white;}
/*style items (options):*/
.select-items {
    position: absolute;
    max-height: 150px;
    overflow-y: scroll;
    top: 100%;
    left: -1px;
    right: 0;
    z-index: 99;
    border:1px solid #eaeaea;
}
/*.custom-select .select-items::-webkit-scrollbar{
    width: 5px;
    height: 10px;
    padding-top: 40px;
}

.custom-select .select-items::-webkit-scrollbar-track{
    background: white;

}
.custom-select .select-items::-webkit-scrollbar-thumb{
    height: 30px;
    width: 3px;
    background: #32323B;
}

.custom-select .select-items::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}*/
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgb(247, 247, 247);
}


strong{font-weight:500;}
.offers-page .header{padding:50px; background-color:grey; position:relative;
                     background: url(../images/photos/offer.jpg) no-repeat center center; background-size: cover;
}
.offers-page .header h1{font-weight:300; line-height:46px;font-size:38px; text-align:center; color:white;margin-bottom:30px;}
.offers-page .header label{font-size:20px; line-height:28px; color:white;margin-bottom:20px;  
                           display: block;font-weight:500;}
.offers-page .header .box{width:33.333%;float:left;padding-right:20px; box-sizing:border-box;}
.offers-page .header .box input, .offers-page .header .box select{box-sizing: border-box; font-weight:400;padding:10px; width:100%;height:56px; border:0px solid white; background-color:white; font-size:15px; line-height:20px; color:#32323B; padding-left:20px;}
.offers-page .header .box select option{font-weight:400;font-size:15px; line-height:20px; color:#32323B;    font-family: 'Roboto', sans-serif;}
.offers-page .header .box .custom-select{
    background-color: white;
}

.offers-page .header form{    margin-right: -20px;}
.offers-page .header .box .select-selected{
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
.offers-page .header .box .select-items div{

}
.offers-page .header .box .select-selected:after{
    top: 25px;
    right: 20px;
}
.offers-page .header .box .select-selected.select-arrow-active:after {
    border-color: transparent transparent #32323b transparent;
    top: 17px!important;
}
.offers-page .header .box .select-items{max-height:250px;}
.offers-page .header p.specialization{
    font-size:20px; line-height:28px; font-weight:500;margin-top:30px; margin-bottom:20px; display:block; color:white;
}


.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    display: inline-block;
    position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.offers-page .header .specialization-group{width:25%;float:left;}
.offers-page .header .specialization-group input, .offers-page .header .specialization-group label{float:left;}
.offers-page .header .specialization-group input{
    height: 22px;
    width: 22px;
    background-color: white;
    border: none;
}
.offers-page .header .specialization-group label{font-size:15px; font-weight:300; line-height:24px;    margin-bottom: 8px;    padding-left: 20px;}
.offers-page .header .box input::-webkit-input-placeholder,
.offers-page .header .box input::-moz-placeholder,
.offers-page .header .box input:-ms-input-placeholder,
.offers-page .header .box input:-moz-placeholder
{ /* Chrome/Opera/Safari */
    color:#32323B;
    font-weight:400;
    font-size:15px; line-height:20px;
    font-family: 'Roboto', sans-serif;
}
.offers-page .header .button{
    padding: 21px 0px;
    font-size: 20px;
    color: white;
    font-weight: 500;
    background-color: #FF5700;
    border: 0px;
    margin: 0 auto;
    display: block;
    margin-bottom: -81px;
    margin-top: 30px;
    cursor:pointer;
    width: 32%;
    margin-left: 33.333%;
}

.offer-list{padding:60px;}
.offer-list h2{
    font-weight:300; font-size:38px; margin-top:50px; margin-bottom:50px;
}
.offer-list ul li .region{padding-left:20px;}
.offer-list ul {margin-right:-1%}
.offer-list ul li
{
    width:32.33%;
    float:left;
    box-sizing:border-box;
    padding:30px;
    margin-right:1%;
    border:1px solid #EAEAEA;
    margin-bottom:20px;
    transition-duration: 0.2s 
}
.offer-list ul li:hover{
    -webkit-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
}
.offer-list ul li a{font-size:15px;line-height:18px;color:#32323B;display: block;}
.offer-list ul li h3{color:#32323B; font-size:17px;line-height:26px;margin-bottom:11px;font-weight:500;}
.offer-list ul li .date{margin-bottom:56px;font-weight:300;font-style:italic; display:block;}






.content .article-content .report-list li{float:left;width:50%;box-sizing:border-box;padding:30px; border-left:1px solid #F1F1F1; border-right:1px solid #F1F1F1; margin-left:-1px; margin-bottom:30px;}

.content .article-content .report-list li:hover{
    -webkit-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
    box-shadow: 0px 9px 18px 5px rgba(0,0,0,0.16);
}

.content .article-content .report-list li .parent-img{width:180px;float:left;min-height: auto; min-height:215px;}
.content .article-content .report-list li .right-report{position:relative; width: calc(100% - 210px);box-sizing:border-box;padding-left:30px; float:left;padding-bottom:60px}
.content .article-content .report-list li .right-report h3{color:#32323B;font-size:20px;line-height:28px;margin-bottom:20px;font-weight:500}
.content .article-content .report-list li .right-report p{color:#32323B;font-size:13px;line-height:19px;margin-bottom:20px;font-weight:300}
.content .article-content .report-list li .right-report .download-link{
    position: absolute;
    bottom: 0px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 33px;
    display: inline-block;
    color: #FF5700;
    border: 1px solid #FF5700;
    background-color: transparent;
    width: auto;
}

.site-map{padding:0px 60px;}
.site-map ul li{background:none!important;}
.site-map ul li:hover{background:none!important;}
.site-map ul li a{
    font-size: 21px;
    line-height: 27px;
    color: #666670;
}
.site-map ul li ul{margin-left:20px;}
.site-map ul li ul li a{
    font-size: 19px;
    line-height: 22px;}

.site-map ul li ul li ul li a{
    font-size: 16px;
    line-height: 22px;}
.map-link{display:none;}
.one-offer #bodyOgloszenie, .one-offer #talentfinder_layout{
    max-width: 860px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size:17px; line-height:26px;
    color:#32323B;
    font-family: 'Roboto', sans-serif;
    border:0px;padding:0px;
    width:100%;
    background-size: 100%;
    padding: 0px 20px;
}
.one-offer #talentfinder_layout #rozbiegowka {
    padding-top: 457px;
}
.one-offer #bOgloszenie span{
    font-size:17px; line-height:26px;
    color:#32323B;
    font-family: 'Roboto', sans-serif;
}
.one-offer #bodyOgloszenie img{width:100%;margin-bottom: 30px;}
.one-offer #bodyOgloszenie #ogloszenie_content{padding:0px;}
.one-offer #bodyOgloszenie #ogloszenie_content b, .one-offer strong{font-weight:500;}
.one-offer ul, .one-offer #bOgloszenie ul, .one-offer #talentfinder_layout ul{margin-top:10px; margin-bottom:30px;}
.one-offer ul li, .one-offer #bOgloszenie ul li, .one-offer #talentfinder_layout ul li{position:relative; padding-left:30px;    text-align: left;margin-left:0px;}
.one-offer ul li::before { content: "•"; color: #FF5700; display: block; width: 12px; font-size: 36px; position: absolute; left: 0; }
.one-offer #Zadania ul, .one-offer  #Wymagania ul, .one-offer #Oferta ul, .one-offer #bOgloszenie ul  {padding-left:0px;margin-left:0px;}
.one-offer #bodyOgloszenie #ogloszenie_content #bodyOgloszenie li{list-style-image:url();}
.one-offer #bOgloszenie #containerOgloszenie{width:100%; border:0px}
.one-offer #bodyOgloszenie table{width:100%;}
.one-offer #bOgloszenie{ font-size:17px; line-height:26px;color:#32323B;  font-family: 'Roboto', sans-serif;}
.one-offer #bOgloszenie #trescOgloszenie{padding:0px;}
.one-offer #bOgloszenie #Stanowisko, .one-offer #bOgloszenie #Stanowisko span{width:100%;}
.one-offer #bOgloszenie #Stanowisko{margin-top:20px;}
.one-offer #bOgloszenie ul li{background-image:none;}

.one-offer #bodyOgloszenie #ogloszenie_content #AdresPocztowy a, .one-offer #Procedura a, .one-offer #procedura a{

    cursor: pointer;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 54px;
    background-color: #FF5700;
    width: 25%;
    border: none;
    width: 50%;
    margin:20px 0px;
    display: inline-block;
}
.one-offer #Procedura a spa, .one-offer #talentfinder_layout a{color:white!important;}
.one-offer #bodyOgloszenie #ogloszenie_content #Oswiadczenie{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
    display: block;
}



/*** Career ***/
/* Career info */
#career .careerinfo { padding: 0px 60px; } 
#career .careerinfo .left { float: left; width: calc(50% - 30px); margin-right: 60px;     width: calc(50% - 80px);
                            margin-right: 110px;}
#career .careerinfo .left .title { font-size: 38px; line-height: 46px; font-weight: 300; margin-bottom: 30px; margin-top: 80px;}
#career .careerinfo .left .subtitle { font-size: 20px; line-height: 28px; font-weight: 500; margin-bottom: 15px; }
#career .careerinfo .left .text { font-size: 17px; line-height: 26px; font-weight: 300; margin-bottom: 40px; }
#career .careerinfo .left .orange-button { font-size: 17px; line-height: 25px; color: #FF5700; font-weight: 500; padding: 20px 36px; display: inline-block; border: 1px solid #FF5700; text-decoration: none; }

#career .careerinfo .right { float: right; width: calc(50% - 30px);     position: relative;    margin-bottom: -80px;    overflow: hidden;}

#career .careerinfo .right .person-box { float: left; width: 25%; background-position: center center; background-repeat: no-repeat; background-size: cover; }
#career .careerinfo .right .icon-box.medium { width: 50%; }
#career .careerinfo .right .icon-box.orange { background-color: #FF5700; color: #FFF; }
#career .careerinfo .right .icon-box.yellow { background-color: #FF8800; color: #FFF; }
#career .careerinfo .right .icon-box.white { background-color: #FFF; }
#career .careerinfo .right .icon-box.light { background-color: #F7F7F7; }
#career .careerinfo .right .icon-box .icon { width: auto; height: 40%; float: right; margin-top: 15px; margin-right: 10px; }
#career .careerinfo .right .icon-box .name { font-weight: 700; font-size: 16px; line-height: 18px; position: absolute; width: calc(100% - 20px); bottom: 10px; left: 10px; display: block; }
#career .careerinfo .right .line.line-3 .right-side { float: right; }
#career .careerinfo .right .line.line-3 .left-side { float: left; }
#career .careerinfo .right .line.line-3 .left-side.clearleft { clear: left; }
#career .careerinfo .right .line.line-3 .double-box { width: 50%; }
#career .careerinfo .right .line.line-3 .person-box.huge { width: 50%; font-size: 21px; line-height: 25px; }
#career .careerinfo .right .line.line-3 .double-box .box { width: 50%; }
#career .careerinfo .right .line.line-3 .icon-box.huge { width: 50%; }

/* Why us */
#career .whyus { background-color: #F7F7F7; clear: both; padding-top: 152px; }
#career .whyus .left {    width: calc(50% - -29px);
                          padding-left: 72px;
                          padding-right: 71px;
                          float: left;
                           margin-top: -128px;
                          margin-top: 0px;
                      
                          box-sizing: border-box;}
#career .whyus .right {     width: calc(50% - 32px);
                            padding-right: 72px;
                            margin-left: 0px;
                            float: right;
                            box-sizing: border-box; }
#career .whyus .left .title2 { margin-top: -65px; }
#career .whyus .title { font-size: 38px; line-height: 46px; font-weight: 300; }
#career .whyus h3, #career .whyus .subtitle, #career .whyus h3.subtitle, #career .whyus h3.title { font-size: 20px; line-height: 28px; font-weight: 500; margin-top: 50px; }
#career .whyus p { font-size: 17px; line-height: 26px; font-weight: 300; margin-top: 20px; }

#career .whyus .training { margin-top: 0px; position: relative; background-color: #F7F7F7; }
#career .whyus .training .leftside { float: left; width: calc(50% - 84px); color: #FFF; padding: 80px 60px; background-color: #32323B; position: absolute; bottom: 0; }
#career .whyus .training .rightside { float: right; width: calc(50% - 36px); height: 400px; background-position: center center; background-repeat: no-repeat; background-size: cover; }

#career .whyus .training-boxes { }
#career .whyus .training-boxes .box { float: left; padding: 60px; width: calc(33.333% - 120px); font-size: 17px; line-height: 26px; font-weight: 300; color: #FFF; }
#career .whyus .training-boxes .box.orange { background-color: #FF5700; }
#career .whyus .training-boxes .box.yellow { background-color: #FF8800; }
#career .whyus .training-boxes .box.gray { background-color: #666670; }
#career .whyus .training-boxes .box strong { font-weight: 500; }

/* Recruitment */
#career .recruitment { padding: 80px 60px; background-color: #F7F7F7; }
#career .recruitment .title { font-size: 38px; line-height: 46px; font-weight: 300; margin-bottom: 50px; }
#career .recruitment .left { float: left; margin-right: 96px; width: calc(50% - 48px); }
#career .recruitment .right { float: right; width: calc(50% - 48px); }
#career .recruitment .subtitle { font-size: 20px; line-height: 28px; font-weight: 500; }
#career .recruitment .list .list-item { margin-top: 20px; font-size: 17px; line-height: 26px; font-weight: 300; padding-left: 25px; position: relative; }
#career .recruitment .list .list-item::before {content: "•"; color: #FF5700; font-size: 38px; display: block; position: absolute; left: 0px; }

/* Opportunities */
#career .opportunities { background-color: #FF5700; padding: 80px 66px; }
#career .opportunities .first-line { margin-bottom: 150px; }
#career .opportunities .first-line .title-box { float: left; }
#career .opportunities .first-line .title-box .title { font-size: 38px; line-height: 46px; font-weight: 300; color: #fff; }
#career .opportunities .first-line .select-box { float: right; }
#career .opportunities .first-line .select-box .link { text-decoration: none; color: #F7F7F7; font-size: 20px; line-height: 23px; font-weight: 300; margin-left: 24px; padding-left: 24px; border-left: 1px solid #F7F7F7; }
#career .opportunities .first-line .select-box .link:first-child { margin-left: 0px; padding-left: 0px; border-left: none; }
#career .opportunities .first-line .select-box .link.active { font-weight: 500; }
#career .opportunities .first-line .select-box-mobile { display: none; }

#career .opportunities .second-line { position: relative; clear: both; }
#career .opportunities .second-line .boxes {height:450px;position:absolute; float:left; width: 68%;}
#career .opportunities .second-line .boxes .box { cursor: pointer; float: left; width: calc(14.285% - 1px); margin-right: 1px; position:absolute; bottom:0px}
#career .opportunities .second-line .boxes .box .button {opacity:0; writing-mode: tb-rl; transform: rotate(-180deg); height: calc(100% - 60px); color: #fff; font-size: 18px; line-height: 24px; font-weight: 700; padding: 30px 0px; margin-left: calc(50% - 12px); }
#career .opportunities .second-line .boxes .box .description { display: none; }
#career .opportunities .second-line .boxes .box.box1 { height: 200px; margin-left: calc(0*(16.666% + 0px)); }
#career .opportunities .second-line .boxes.payrol{width:82%}
#career .opportunities .second-line .boxes .box .inside{background-color: #32323B; width:100%;    bottom: 0; position: absolute;height:0px; transition-duration: 0.2s}
#career .opportunities .second-line .boxes.animatestart .box.box1 .inside{animation: bar1 0.4s 0s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box1 .inside .button{animation: opacity 0.2s 0.5s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box2 .inside{animation: bar1 0.4s 0.2s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box2 .inside .button{animation: opacity 0.2s 0.7s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box3 .inside{animation: bar1 0.4s 0.6s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box3 .inside .button{animation: opacity 0.2s 0.9s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box4 .inside{animation: bar1 0.4s 0.8s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box4 .inside .button{animation: opacity 0.2s 1.1s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box5 .inside{animation: bar1 0.4s 1s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box5 .inside .button{animation: opacity 0.2s 1.3s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box6 .inside{animation: bar1 0.4s 1.2s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box6 .inside .button{animation: opacity 0.2s 1.7s linear both;}
#career .opportunities .second-line .boxes.animatestart .box.box7 .inside{animation: bar1 0.4s 1.6s ease-out both;}
#career .opportunities .second-line .boxes.animatestart .box.box7 .inside .button{animation: opacity 0.2s 2.1s linear both;}
#career .opportunities .second-line .boxes.animatestart .dsnone{display:none!important}





#career .opportunities .second-line .boxes .box.box2 { height: 240px; margin-left: calc(1*(14.285% + 1px));}
#career .opportunities .second-line .boxes .box.box2 .button { margin-left: calc(50% - 12px);}
#career .opportunities .second-line .boxes .box.box3 { height: 280px;  margin-left: calc(2*(14.285% + 1px));}
#career .opportunities .second-line .boxes .box.box4 { height: 320px;  margin-left: calc(3*(14.285% + 1px))}
#career .opportunities .second-line .boxes .box.box5 { height: 360px;  margin-left: calc(4*(14.285% + 1px))}
#career .opportunities .second-line .boxes .box.box6 { height: 400px;  margin-left: calc(5*(14.285% + 1px))}
#career .opportunities .second-line .boxes .box.box7 { height: 440px;  margin-left: calc(6*(14.285% + 1px))}
#career .opportunities .second-line .boxes .box .inside.active { background-color: #fff; }
#career .opportunities .second-line .boxes .box .inside:hover{
    background-color: #666670;
}
#career .opportunities .second-line .boxes .box .inside.active .button{ color: #32323B; }
#career .opportunities .des .description { display: block; font-size: 15px; line-height: 21px; color: #fff; font-weight: 300; 
                                           padding-left: 60px;
                                           box-sizing: border-box;
}

#career .opportunities .second-line .boxes .box.bxw2 {
    width: calc(16.285% - 1px);
}
#career .opportunities .second-line .boxes .box.box2.bxw2 { margin-left: calc(1*(16.285% + 1px));}
#career .opportunities .second-line .boxes .box.box2.bxw2 .button { margin-left: calc(50% - 12px);}
#career .opportunities .second-line .boxes .box.box3.bxw2 { margin-left: calc(2*(16.285% + 1px));}
#career .opportunities .second-line .boxes .box.box4.bxw2 {   margin-left: calc(3*(16.285% + 1px))}
#career .opportunities .second-line .boxes .box.box5.bxw2 {   margin-left: calc(4*(16.285% + 1px))}
#career .opportunities .second-line .boxes .box.box6.bxw2 {   margin-left: calc(5*(16.285% + 1px))}
#career .opportunities .second-line .boxes .box.box7.bxw2 { margin-left: calc(6*(16.285% + 1px))}


   #contact .box.inspektor .subbox{
            background-color: #666670;
    color: white;
 
        box-sizing: border-box;
    }
    #contact .box.inspektor .subbox .mail{
            text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
        display: block;
    padding: 20px;
    }
    #contact .box.inspektor .subbox .titlee{
            font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    padding: 20px;
    display: block;
    padding-bottom: 0px;
    }
    .lang-en .bnr-links .a-container a.p3{line-height:24px;}
#career .opportunities .button-box{
    display: block;
    padding-left: 60px;
    box-sizing: border-box;
    position:absolute;
    bottom:0px;
    width: 100%;
}
#career .opportunities .second-line .boxes .box.hiddenn{height:0px;}
#career .opportunities .des h3 { font-size: 20px; line-height: 28px; font-weight: 500; margin-bottom: 20px; }
#career .opportunities .des .white-button {     position: relative;
                                                display: block;
                                                box-sizing: border-box;
                                                border:1px solid white;
                                                color:white;
                                                padding: 35px;  font-size: 17px; line-height: 25px; text-decoration: none; text-align: center; font-weight: 500; }
#career .opportunities .des .white-button:hover{
    background-color: #FFF;
    color: #FF5700;
}
#career .opportunities .des{
    height: 100%;
    position: relative;
    right: 0px;
    top: 0px;
    float:right;
    width: 32%;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}

/* You gain */
#career .yougain { padding: 40px 60px; }
#career .yougain .title { font-size: 38px; line-height: 46px; font-weight: 300; margin-bottom: 20px; }
#career .yougain .table { width: 100%; }
#career .yougain .table .thead .th.check-row { font-size: 20px; line-height: 28px; font-weight: 500; padding: 18px 60px; }
#career .yougain .table .tr { border-bottom: 1px solid #EDEDED; }
#career .yougain .table .tr:last-child { border-bottom: 0px solid #EDEDED; }


#career .yougain .table .tr .td { vertical-align: middle; }
#career .yougain .table .tr .td.check-row{    background: url(../images/icons/ok.svg) no-repeat center;
                                              background-size: 36px;}
#career .yougain .table .tbody .td.title-row { font-size: 15px; line-height: 20px; font-weight: 500; padding: 16px 16px; padding-right: 32px; width: 40%; }
#career .yougain .table .tbody .icon-row { padding: 16px 16px; }
#career .yougain .table .light { background-color: #F7F7F7; }
#career .yougain .table .tr td.light.check-row{background: url(../images/icons/ok.svg) no-repeat center #F7F7F7;background-size: 36px;}
#career .yougain .table .icon-row { width: 62px; text-align: center;}
#career .yougain .table .icon-row .image { width: 100%; }

/* Reservation Care */
#career .reservationcare { padding: 40px 64px; }
#career .reservationcare .title { font-size: 38px; line-height: 46px; font-weight: 300; margin-bottom: 50px; }
#career .reservationcare .box { float: left; margin-left: 80px; width: calc(50% - 40px); }
#career .reservationcare .box:first-child { margin-left: 0px; }
#career .reservationcare .box .image { width: calc(50% - 64px); float: left; background-position: center center; background-repeat: no-repeat; background-size: cover; }
#career .reservationcare .box .orange { width: calc(50% - 64px); float: left; background-color: #FF5700; position: relative; }
#career .reservationcare .box .orange .name { padding: 20px; color: #FFF; font-size: 21px; line-height: 28px; font-weight: 500; }
#career .reservationcare .box .orange .bottom { padding: 20px; position: absolute; bottom: 0px; }
#career .reservationcare .box .orange .bottom .job { color: #FFF; font-size: 14px; line-height: 22px; font-weight: 300; }
#career .reservationcare .box .orange .bottom .place { color: #FFF; font-size: 14px; line-height: 18px; font-weight: 400; }
#career .reservationcare .box .buttons { width: 128px; float: left; background-color: #32323B; }
#career .reservationcare .box .buttons .link { background-size: 36px; background-position: center 30px; background-repeat: no-repeat; display: block; font-size: 13px; line-height: 18px; color: #fff; font-weight: 700; text-decoration: none; padding: 20px; padding-top: 57%; padding-bottom: 10px; text-align: center; 
                                               height: 50%;
                                               box-sizing: border-box;}
#career .reservationcare .box .buttons .link.askquestion {     background-image: url(../images/icons/mail.svg);
                                                               background-size: 36px; }
#career .reservationcare .box .buttons .link.linkedin { background-image: url(../images/icons/link.svg);
                                                        background-size: 36px; }
#careerboxes .box{width:25%;    position: absolute; opacity:1;    height: 20%;}


#career #careerboxes .block1{transition: all 0.3s 0s ease-out;margin-left:0px; margin-top:0px}
#career #careerboxes .block2{transition: all 0.3s 0.3s ease-out;margin-left:calc(1*25%); margin-top:0%}
#career #careerboxes .block3{transition: all 0.3s 0.6s ease-out;margin-left:calc(2*25%); margin-top:0%; width:50%;}
#career #careerboxes .block4{transition: all 0.3s 0.9s ease-out;margin-left:calc(3*24.97%); margin-top:0%}

#career #careerboxes .block5{transition: all 0.3s 1.2s ease-out;margin-left:calc(0*25%); margin-top:calc(1*25%)}
#career #careerboxes .block6{transition: all 0.3s 1.5s ease-out;margin-left:calc(1*25%); margin-top:calc(1*25%)}
#career #careerboxes .block7{transition: all 0.3s 1.8s ease-out;margin-left:calc(2*25%); margin-top:calc(1*25%); width:50%}
 
#career #careerboxes .block8{transition: all 0.3s 2.1s ease-out;margin-left:calc(2*25%); margin-top:calc(2*25%);}
#career #careerboxes .block9{transition: all 0.3s 2.4s ease-out;margin-left:calc(3*25%); margin-top:calc(2*25%);}
#career #careerboxes .block10{transition: all 0.3s 2.7s ease-out;margin-left:calc(0*25%); margin-top:calc(2*25%);width:50%; height:40%;}

#career #careerboxes .block11{transition: all 0.3s 3s ease-out;margin-left:calc(2*25%); margin-top:calc(3*25%);width:50%;height:40%;    background-position: center;}
#career #careerboxes .block12{transition: all 0.3s 3.3s ease-out;margin-left:calc(0*25%); margin-top:calc(4*25%);width:50%}


#career #careerboxes .block1a{margin-left:-10%; margin-top:0px; opacity:0}
#career #careerboxes .block2a{margin-left:calc(1*25%); margin-top:10%; opacity:0}
#career #careerboxes .block3a{margin-left:calc(1*25%); margin-top:0%; opacity:0}
#career #careerboxes .block4a{margin-left:calc(4*25%); margin-top:0%; opacity:0}

#career #careerboxes .block5a{margin-left:calc(1*25%); margin-top:calc(1*25%); opacity:0}
#career #careerboxes .block6a{margin-left:calc(2*25%); margin-top:calc(1*25%); opacity:0}
#career #careerboxes .block7a{margin-left:calc(3*25%); margin-top:calc(1*25%); width:50%; opacity:0}

#career #careerboxes .block8a{margin-left:calc(3*25%); margin-top:calc(2*25%); opacity:0}
#career #careerboxes .block9a{margin-left:calc(3*25%); margin-top:calc(2*25%); opacity:0}
#career #careerboxes .block10a{margin-left:calc(-1*25%); margin-top:calc(2*25%);width:50%; opacity:0}

#career #careerboxes .block11a{margin-left:calc(3*25%); margin-top:calc(3*25%);width:50%; opacity:0}
#career #careerboxes .block12a{margin-left:calc(0*25%); margin-top:calc(3*25%);width:50%; opacity:0}

#career #careerboxes .box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
} 






#homepage .brands .myblocks .block{position:absolute!important; width:12.5%; height:25%;}
#homepage .brands .myblocks{position:relative;    max-width: 1200px!important;}
#homepage .brands .myblocks .block .name {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    display: block;
}
#homepage .brands .myblocks .block{opacity:1;}
#homepage .brands .myblocks .block1{transition: all 0.3s 0s ease-out; margin-left:0px; margin-top:0px}
#homepage .brands .myblocks .block2{transition: all 0.3s 0.3s ease-out;margin-left:12.5%; margin-top:0%}

#homepage .brands .myblocks .block3{transition: all 0.3s 0.6s ease-out;margin-left:12.5%; margin-top:12.5%}
#homepage .brands .myblocks .block4{transition: all 0.3s 0.9s ease-out;;margin-left:calc(2*12.5%); margin-top:12.5%}

#homepage .brands .myblocks .block5{transition: all 0.3s 1.2s ease-out;margin-left:0px; margin-top:calc(2*12.5%)}
#homepage .brands .myblocks .block6{transition: all 0.3s 1.5s ease-out;margin-left:calc(1*12.5%) ;margin-top:calc(2*12.5%)}
#homepage .brands .myblocks .block7{transition: all 0.3s 1.8s ease-out;margin-left:calc(2*12.5%);margin-top:calc(2*12.5%)}
#homepage .brands .myblocks .block8{transition: all 0.3s 2.1s ease-out; margin-left:calc(3*12.5%);margin-top:calc(2*12.5%)}
#homepage .brands .myblocks .block9{transition: all 0.3s 2.4s ease-out;margin-left:calc(5*12.5%);margin-top:calc(2*12.5%)}
#homepage .brands .myblocks .block10{transition: all 0.3s 2.7s ease-out;margin-left:calc(6*12.5%);margin-top:calc(2*12.5%)}

#homepage .brands .myblocks .block11{transition: all 0.3s 3.0s ease-out;margin-left:0px; margin-top:calc(3*12.5%)}
#homepage .brands .myblocks .block12{transition: all 0.3s 3.3s ease-out;margin-left:calc(1*12.5%);margin-top:calc(3*12.5%)}
#homepage .brands .myblocks .block13{transition: all 0.3s 3.6s ease-out;margin-left:calc(2*12.5%);margin-top:calc(3*12.5%)}
#homepage .brands .myblocks .block14{transition: all 0.3s 3.9s ease-out;margin-left:calc(4*12.5%);margin-top:calc(3*12.5%)}
#homepage .brands .myblocks .block15{transition: all 0.3s 4.2s ease-out;margin-left:calc(6*12.5%);margin-top:calc(3*12.5%)}
#homepage .brands .myblocks .block16{transition: all 0.3s 4.5s ease-out;margin-left:calc(7*12.5%);margin-top:calc(3*12.5%)}

#homepage .brands .myblocks .block1a{margin-left:-10%; margin-top:0px;opacity:0;}
#homepage .brands .myblocks .block2a{margin-left:12.5%; margin-top:-10%;opacity:0;}

#homepage .brands .myblocks .block3a{margin-left:25.5%; margin-top:12.5%;opacity:0;}
#homepage .brands .myblocks .block4a{margin-left:calc(2*12.5%); margin-top:22.5%;opacity:0;}

#homepage .brands .myblocks .block5a{margin-left:0px; margin-top:calc(1.0*12.5%);opacity:0;}
#homepage .brands .myblocks .block6a{margin-left:calc(1*12.5%) ;margin-top:calc(1*12.5%);opacity:0;}
#homepage .brands .myblocks .block7a{margin-left:calc(2*12.5%);margin-top:calc(3*12.5%);opacity:0;}
#homepage .brands .myblocks .block8a{margin-left:calc(3.5*12.5%);margin-top:calc(2*12.5%);opacity:0;}
#homepage .brands .myblocks .block9a{margin-left:calc(3.5*12.5%);margin-top:calc(2*12.5%);opacity:0;}
#homepage .brands .myblocks .block10a{margin-left:calc(5.5*12.5%);margin-top:calc(2*12.5%);opacity:0;}

#homepage .brands .myblocks .block11a{margin-left:0px; margin-top:calc(2.5*12.5%);opacity:0;}
#homepage .brands .myblocks .block12a{margin-left:calc(1*12.5%);margin-top:calc(2.5*12.5%);opacity:0;}
#homepage .brands .myblocks .block13a{margin-left:calc(2*12.5%);margin-top:calc(3.4*12.5%);opacity:0;}
#homepage .brands .myblocks .block14a{margin-left:calc(4*12.5%);margin-top:calc(2.5*12.5%);opacity:0;}
#homepage .brands .myblocks .block15a{margin-left:calc(5.4*12.5%);margin-top:calc(3*12.5%);opacity:0;}
#homepage .brands .myblocks .block16a{margin-left:calc(7.4*12.5%);margin-top:calc(3*12.5%);opacity:0;}
#homepage .brands .myblocks .block.trnasimp, #careerboxes .box.trnasimp{transition: all 0.2s 0s ease-out!important;}
#homepage .brands .block:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    z-index:19;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    
   
  
}
@media screen and (max-width: 1440px) {
    #headera .mainmenu { margin-right: 20px; }
    #headera .languages {
    margin-right: -24px;
}

            #contact .data .left .boxes .box.personbox .message .icon {
    width: 50px;
}
#headera .logo { width: 110px; height: 65px;}
    #headera .search .search-input { font-size: 13px; line-height: 24px; padding: 0px 7px; }
    #headera .mainmenu .list-item .link { font-size: 15px; line-height: 16px; margin-left: 9px; margin-right: 9px; }
    #headera .mainmenu .list-item.orange-button .link { font-size: 14px; line-height: 32px; padding: 0px 22px; }
    #headera .mainmenu .list-item.orange-button { margin-left: 12px; }
    

    #headera .languages .current-language { padding-right: 28px; }
    #headera .mainmenu .list-item ul.list-submenu li { background-size: 41px 41px!important;}
        #categoryarticle .mainimage{
        height: calc(43vw - 200px) !important;
    }
    #headera .irc {
    margin-top: 45px;
}
    #homepage .slider .right .text {
    font-size: 15px;
    line-height: 21px;
}
#homepage .slider .right .title {
    margin-bottom: 15px;

}

    #headera {
    height: 100px;
    }
    #content {
    padding-top: 100px;
}
#headera .logo {
    margin-top: 10px;
}
#headera .search {
    margin-top: 48px;
}
#headera .mainmenu .list-item {
    padding-top: 41px;
}

.content .article-content2, #career .careerinfo .left .title,#aboutus .info .left .title {
   padding-top:30px;
   margin-top:0px;
}
#contact .data .title, #homepage .brands .textline .description .title, #homepage .offer h2.title,
#categoryarticle .article h1.title,
#contact .map .title,
.content .article-content h1, .site-map h1,
#career .careerinfo .left .title,
#aboutus .info .left .title,
.offers-page .header h1,
.offer-list h2,
.content .article-content.one-article .right-news h1, .content .article-content.one-article,
.content .article-content.one-article .right-news h1, .content .article-content.one-article h2,
.content .article-content h1, .site-map h1,
#career .reservationcare .title,
#career .whyus .title
{
    font-size: 34px;
    line-height: 36px;
margin-top:0px;
padding-top:0px;
}
.offers-page .header, #news {
    padding-top: 30px;
}
.content .article-content h1, .site-map h1{margin-bottom:20px;}
#headera .mainmenu .list-item .menu-container {
    top: 78px;}
#headera .languages {
    float: right;
    margin-top: 41px;
}
    #homepage .slider .right{height:100%;position:relative;}

    #categoryarticle .mainimage{
        height: calc(39vw - 200px) !important;
    }
    #homepage .slider .right .socialmedia .link {
    width: 50px;
    height: 50px;
}
#homepage .slider .right .title {
    font-weight: 700;
    font-size: 32px;}
#contact .data {
    padding-top: 30px;}

#aboutus .info > .left {
    padding-top: 30px;

}
#career .careerinfo .left {

padding-top:30px;

}
#career .opportunities .des .white-button {
    padding: 20px 0px;}
}

/*** Resolution adjustments ***/
/* Resolution adjustments - Header */
@media screen and (max-width: 1296px) {
                #contact .data .left .boxes .box.personbox .message .icon {
    width: 40px;
}

    
    #career .reservationcare .box .buttons .link {
    background-position: center 20px;
        padding-top: 20px;
    padding-top: 48%;}
     #headera { padding: 0px 24px; width: calc(100% - 48px); }
    #headera .logo { width: 100px; height: 60px; margin-top: 24px; }
    #headera .search { margin-left: 22px; }
    #headera .search .search-input { font-size: 12px; padding: 0px 6px; width: 116px;}
    #headera .mainmenu .list-item .link { font-size: 14px; margin-left: 6px; margin-right: 6px; }
    #headera .mainmenu .list-item.orange-button .link { font-size: 13px; line-height: 31px; padding: 0px 17px; }
    #headera .mainmenu .list-item.orange-button { margin-left: 2px; }
    #headera .mainmenu { margin-right: 0px; }
}
@media screen and (max-width: 1160px) {
            #contact .data .left .boxes .box.personbox .message .icon {
    width: 25px;
}
   
            #categoryarticle .mainimage{
        height: calc(56vw - 200px) !important;
    }
}
@media screen and (max-width: 1130px) {
    #headera .search {
    display: none;
}
}
@media screen and (max-width: 1110px) {
    


    .content .article-content-bcg p.summary {

    font-size: 21px;
    line-height: 27px;
    margin-bottom: 50px;

}
#career .careerinfo .right {

    width: 50%;

}
#career .careerinfo .left {
    margin-right: 30px;

}
#career .opportunities .des .white-button {

    padding: 10px 0px;

}
}

/* Resolution adjustments - Footer */
@media screen and (max-width: 1240px) {
                    #contact .data .left .boxes .box.personbox .message .icon {
    width: 62px;
}
    #footer .footermenu { float: left; margin-top: 25px; margin-right: 0px; }
    #footer .footermenu .list-item .link { line-height: 26px; }
    #footer .copyrights { line-height: 24px; margin-top: 0px; clear: left; }
}
@media screen and (max-width: 1000px) {
    .content .article-content .article-content-bcg .socialmedia {

    width: 100%;
    position: relative;
    margin-left: 0px;
    height: 40px;

}
.content .article-content .article-content-bcg .socialmedia img{height:100%;}
.content .article-content-bcg p.summary {
    margin-top: 10px;

}
.article-content.one-article .article-link {
    top: 0px;
    margin-left: 0;
    margin-bottom: 20px;
position:relative;
}
}
@media screen and (max-width: 840px) {
    #footer .socialmedia { margin-right: 10px; }
}

/* Resolution adjustments - Homepage - Brands */
@media screen and (max-width: 1280px) {
    #homepage .brands .blocks .block .name { font-size: 14px; line-height: 16px; }
}

@media screen and (max-width: 1140px) {
    #homepage .brands { padding-left: 60px; padding-right: 60px; }
    #homepage .brands .blocks .block .name { font-size: 13px; line-height: 15px; }
    #homepage .brands .block .icon { width: 30%; height: 30%; margin-top: 10px; }
}

@media screen and (max-width: 992px) {
    #homepage .brands .blocks .block .name { font-size: 12px; line-height: 14px; }
}

@media screen and (max-width: 910px) {
    #homepage .brands .blocks .block .name { font-size: 11px; line-height: 13px; }
}

@media screen and (max-width: 850px) {
    #homepage .brands .blocks .block .name { font-size: 10px; line-height: 12px; }
}

/* Resolution adjustments - Homepage - Offer */
@media screen and (max-width: 1024px) {
    
    #homepage .offer { padding-left: 30px; padding-right: 30px; }
    #homepage .offer .box { width: calc(50% - 60px); padding-left: 0px;}
    #homepage .offer .box .box-inside {
        background: white;
    }
    #homepage .offer .box.recruitment { background-size: 70px 70px; }
    #homepage .offer .box.executive-search { background-size: 70px 70px; }
    #homepage .offer .box .orange-button { left: 100px; }
    #headera .mainmenu .list-item .menu-container {top: 78px;}
    #headera .mainmenu .list-item ul.list-submenu li { margin-right: 35px;}
    #headera .mainmenu .list-item.cl_286 ul.list-submenu li { margin-right: 0px;}
    #homepage .offer .arrow{width:40px;}
    #homepage .offer .boxes {  width: 97%;}
    #homepage .offer .box .box-inside {
        padding-left: 15px;
        padding-right: 15px;
    }
    #homepage .offer .box .text {

        font-size: 12px;
        line-height: 19px;

    }
    #homepage .offer h2.title {

        max-width: 560px;}
    #aboutusmanagement .left-arrow, #aboutusmanagement .right-arrow{display:block}
    #aboutus .management .persons .item .image{
        height: 298px;
    }

}

/* Resolution adjustments - Category Article */
@media screen and (max-width: 1024px) {


    #categoryarticle .leftmenu { width: 100%; }
    #categoryarticle .leftmenu .list { padding-left: 0px; padding-right: 30px; }
    #categoryarticle .mainimage { width: 70%; }
    #categoryarticle .article { width: 70%; }
    #categoryarticle .content .orange-button { width: calc(30% - 60px); margin-left: 30px; margin-right: 30px; }
    #categoryarticle .leftmenu .list-item, .leftmenu .list-item:hover, .leftmenu .list-item.active{background-image:none!important; padding-left: 20px;padding-top: 0px;}
    #categoryarticle .leftmenu .list-item .list-submenu{padding-left:15px;padding-right: 0px; padding-top: 5px;
padding-bottom: 5px;}
#categoryarticle .leftmenu .list-item{padding-top: 10px;
padding-bottom: 10px;}
#aboutus .management .persons .item:nth-child(3) .image {

    margin-top: 32px;
    width: 200px;

}
#contact .data .left {
    width: 100%;}
#contact .data .right {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 40px;

}

}

/* Resolution adjustments - Main offer - Orange button */
@media screen and (max-width: 1570px) {
    #categoryarticle .content .orange-button .image { width: 90px; height: 90px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; }
    #categoryarticle .content .orange-button .name { left: 20px; bottom: 20px; font-size: 19px; line-height: 23px; }
}

@media screen and (max-width: 1340px) {
    #categoryarticle .content .orange-button .image { width: 70px; height: 70px; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; }
    #categoryarticle .content .orange-button .name { left: 15px; bottom: 15px; font-size: 16px; line-height: 20px; }
}

@media screen and (max-width: 1200px) {
    #categoryarticle .content .orange-button .image { width: 50px; height: 50px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }
    #categoryarticle .content .orange-button .name { left: 10px; bottom: 10px; font-size: 13px; line-height: 16px; }
    .content .article-content .report-list li{width:100%;
    border: 0px solid;
    border-bottom: 1px solid #F1F1F1;}
    
    
    
    
}

@media screen and (max-width: 1024px) {
    #categoryarticle .content .orange-button .image { width: 70px; height: 70px; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; }
    #categoryarticle .content .orange-button .name { left: 15px; bottom: 15px; font-size: 16px; line-height: 20px; }
}

@media screen and (max-width: 946px) {
    #categoryarticle .content .orange-button .image { width: 60px; height: 60px; margin-top: 12px; margin-right: 12px; margin-bottom: 12px; }
    #categoryarticle .content .orange-button .name { left: 12px; bottom: 12px; font-size: 15px; line-height: 19px; }
}

@media screen and (max-width: 866px) {
    #categoryarticle .content .orange-button .image { width: 50px; height: 50px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }
    #categoryarticle .content .orange-button .name { left: 10px; bottom: 10px; font-size: 13px; line-height: 16px; }
}

/* Resolution adjustments - Main offer - Meet us */
@media screen and (max-width: 1060px) {
    #categoryarticle .article .meetus { width: 100px; height: 100px; font-weight: 500; font-size: 12px; line-height: 14px; }
    #categoryarticle .article .meetus .name { left: 10px; bottom: 10px; }
    #categoryarticle .article .meetus .icon { width: 24px; height: 24px; margin-top: 2px; margin-right: 2px; }
}

@media screen and (max-width: 890px) {
    #categoryarticle .article .meetus { width: 80px; height: 80px; font-weight: 500; font-size: 11px; line-height: 13px; }
    #categoryarticle .article .meetus .name { left: 5px; bottom: 5px; }
    #categoryarticle .article .meetus .icon { width: 20px; height: 20px; margin-top: 0px; margin-right: 0px; }
}

/* Category Article - Icons Grid */
@media screen and (max-width: 1136px) {
    #categoryarticle .icons-grid .item .name { font-size: 14px; line-height: 16px; }
}

@media screen and (max-width: 1024px) {
    #categoryarticle .icons-grid .item .name { font-size: 12px; line-height: 14px; margin: 0px 5px; width: calc(100% - 10px); }
    #categoryarticle .icons-grid .item .image { margin-top: 20px; max-width: 40%; }
}

@media screen and (max-width: 890px) {
    #categoryarticle .icons-grid .item .name { font-size: 13px;
line-height: 15px; }
    #categoryarticle .icons-grid .item .image { margin-top: 15px; max-width: 36%; }
}

/* Resolution adjustments - About Us - Info */
@media screen and (max-width: 1320px) {
    #aboutus .info .left .boxes .box .name { font-size: 14px; line-height: 16px; }
}

@media screen and (max-width: 1170px) {
    .mainpagetext {
    max-width: 100%;}
    #aboutus .info .left .boxes .box .name { font-size: 13px; line-height: 15px; }
    #aboutus .info .left .boxes .box .icon { width: 35%; height: 35%; }
    #categoryarticle .article .meetus{display:none;}
    #categoryarticle .article .background {
    width: 100%;
    box-sizing: border-box;}
    #categoryarticle .article .persons{margin-top:50px;float:left;width:100%;max-width:100%}
        #categoryarticle .article .persons .person{position:relative;width:100%;max-width:100%}
        #categoryarticle .article .person .img, #categoryarticle .article .person .orange{width:200px;height:200px;float:left;box-sizing:border-box;}
        #categoryarticle .article .person .grey {
    float: left;
    height: 200px;
    box-sizing: border-box;
        max-width: 125px;
}
 #categoryarticle .article .person .orange,#categoryarticle .article .person .grey {width:calc(100% - 200px);height:auto;max-width:100%;padding:20px;}
#categoryarticle .article .person .grey a {
    width: 100%;
}
}

@media screen and (max-width: 1100px) {
    #aboutus .info .left .boxes .box .name { font-size: 12px; line-height: 14px; bottom: 7px; }
    #aboutus .info .left .boxes .box .icon { width: 30%; height: 30%; margin-top: 10px; }
    .offers-page .header {

        padding: 30px;
    }
    .offer-list {

        padding: 30px;

    }
    .offers-page .header label, .offers-page .header p.specialization {

        font-size: 16px;
        line-height: 19px;}
    .leftmenu .list {

    padding: 30px 20px;

}
#categoryarticle .article .background{padding-right:20px;}
.left-box {

    float: left;
    width: 340px;

}
.right-box {

    width: calc(100% - 340px);
    float: right;

}
.content .orange-button-group {
    width: calc(100% - 40px);
    margin: 0px 20px;

}

.offers-page .header .specialization-group {

    width: 33.333%;
    float: left;

}
.offers-page .header .button {
    width: 40%;
    margin-left: calc(29.5%);}
#categoryarticle .mainimage {

    width: 100%;}
#categoryarticle .article {
    width: 100%;


}
.content .article-content2 {

    margin: 0 20px;

}
.content .article-content .right-news{padding-bottom:90px;}
.content .article-content .news-list li {

    width: 50%;}
#aboutus .info .left .title {
    padding: 0px 20px;padding-bottom: 30px;


font-size: 27px;

line-height: 35px;}
#aboutus .info .right .background-image {
    height: 460px;}
#aboutus .info .left p {

    padding: 0px 20px;

}
#aboutus .info .right h2 {
    margin-top: 50px;}
#career .careerinfo {

    padding: 0px 20px;

}
#career .whyus .left {
    padding-left: 20px;
    padding-right: 20px;}

#career .whyus .right {
    padding-right: 20px;
    margin-left: 0px;}

#career .whyus .training .leftside {
    padding: 30px 20px;
width: calc(50% - 0px);}
#aboutus .info .right .text, #aboutus .offer .left .text {
    font-size: 24px;
    line-height: 30px;}
#career .whyus .training-boxes .box {
    padding: 20px;
    width: calc(33.333% - 40px);
}
#career .recruitment {

    padding: 80px 20px;}
#career .opportunities {

    padding: 80px 20px;

}
#career .opportunities {
    padding: 80px 20px;

}
#career .opportunities .first-line .select-box {
    width: 384px;

}
#career .opportunities .first-line .select-box .link {
    border-left: 0px solid #F7F7F7;
    float: right;

}
#career .yougain {
    padding: 40px 20px;
}
#career .reservationcare {
    padding: 40px 30px;
}
#career .yougain .table .icon-row{width:0px;}
#contact .data {
    padding: 0px 20px;
}
#contact .map {
    padding: 80px 20px;}
#contact .map .area .mapcontent .info {
 
    width: 300px;}
#contact .map .area .cities {

    width: 150px;}
#contact .map .area .mapcontent {
        width: calc(100% - 130px);
    margin-left: 150px;
}
#contact .map .area .mapcontent .iframe-map {
    width: calc(100% - 320px);
}
.offers-page .header .button{margin-bottom:-61px;}
.offer-list {
    padding-top: 60px;
}
.content .article-content .right-news {
    padding: 20px;}
}
/*** Mobile ***/
/* Mobile - headera */
@media screen and (max-width: 1024px) {
    #headera { height: 100px; padding: 0px 20px; width: calc(100% - 40px); }
    #headera .search { display: none; }
    #headera .languages { margin-top: 36px; }
    #headera .logo { margin-top: 10px; }
    #headera .mainmenu .list-item  { padding-top: 39px; }

    #aboutus .info > .right h2, #aboutus .info > .right p{display:none;}
}

@media screen and (max-width: 948px) {
    #headera .mainmenu { display: none; top: 100px; margin-top: 0px; background-color: #FFFFFF; padding: 20px 0px; position: absolute; left: 0px; width: 100%; text-align: center; margin-right: 0px; }
    #headera .mainmenu .list-item { float: none; }
    #headera .mainmenu .list-item .link { margin-left: 0px; margin-right: 0px; }
    #headera .mainmenu .list-item.orange-button { margin-left: 0px; }
    #headera .hamburger { display: block; }
    #headera .mainmenu .list-item {padding-top: 0px;
                                   border-bottom: 1px solid #d3d3d8
    }
    #headera .languages {      margin-right: -20px;}
    #headera .mainmenu .list-item .menu-container {
        top: -27px;
        position: relative;
        visibility: visible;
        opacity: 1;
    }
    #headera .mainmenu .list-item ul.list-submenu li{background:none!important}
    #headera .mainmenu .list-item ul .link {  padding-left: 0px;}
    #headera .mainmenu .list-item ul.list-submenu .list-submenu2{padding-left:0px; margin-right: 10px;}
    #headera .mainmenu .cl_286 ul.list-submenu li { width: 50%;}
    #headera .mainmenu .list-item .menu-container ul.list-submenu{margin-top:30px; margin-bottom:30px;margin-bottom:0px;}
    #headera .mainmenu .list-item .link{font-size:19px;}
    #headera .mainmenu .list-item ul.list-submenu .link{font-size:15px;}
    #headera .mainmenu .list-item ul.list-submenu li ul.list-submenu2 li{border-bottom:0px}
    #headera .mainmenu .list-item ul.list-submenu .list-submenu2{margin-bottom:0px;}
    #headera .mainmenu .cl_286 ul.list-submenu li {margin-bottom: 0px;}
    .cl_312 {
        padding-bottom: 6px;
    }
    .cl_291, .cl_312, .cl_286 ul li{border-bottom:0px!important;width:50%!important;}
    .cl_286 ul li ul li{width:100%!important;}

    #headera .mainmenu .list-item:hover { background-color: #fff; }
    #headera .mainmenu .list-item.active>.link, #headera .mainmenu .list-item:hover>.link { color: #666670; }
    #headera .mainmenu .list-item ul.list-submenu li {
        border-bottom: 0px solid;
        width: 100%;}
}
@media screen and (max-width: 768px) {
    .content .article-content .news-list li .bottom-news h3 {
    font-size: 15px;
    line-height:19px;
    font-weight: 500;

}
#contact .data .title{margin-bottom:10px;}
.content .article-content .report-list li .right-report .download-link {

    width: calc(100% - 68px);

}
.content .article-content .report-list li {
    padding: 30px 0px;}
.content .article-content .news-list li .bottom-news {

    padding-top: 20px;}
    
    #homepage .brands .textline .description {
        max-width: 100%;
        padding-right: 0px;

    }
    .offers-page .header .box {

        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
        margin-bottom: 20px;

    }
    .offers-page .header label{margin-bottom:10px;}
    .offers-page .header p.specialization {
        margin-top: 0px;
        margin-bottom: 10px;
    display: block;

height: 40px;

position: relative;
    cursor:pointer;
    }
    .offer-list ul li {

    width: 100%;}
    .submenulinks-link{display:block; cursor:pointer}
    .offers-page .header p.specialization::after, .submenulinks-link::after, .select-link:after, .map-link:after {

    position: absolute;
    content: "";
    top: 14px;
    right:2px;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-color: #fff transparent transparent transparent;

}
.map-link:after{
        border-color: #32323B transparent transparent transparent;
        top: 5px;
right: 0px;
}
#contact .map .area .cities {
    width: 100%;
    height:auto!important
}
#contact .map .area .mapcontent{position:relative;}
#contact .map .area .mapcontent .info .padding {
    padding: 40px 0px;
}
#contact .map .area .cities .list-item .link {
    line-height: 40px;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: 400;
}
.select-link:after {
    top: 5px;
right: 10px;
}
.submenulinks-link::after{border-color: #32323B transparent transparent transparent;top: 28px;}
.offers-page .header .specialization-group {
    width: 100%;
}
.offer-list h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.one-offer #bOgloszenie {

    font-size: 14px;
    line-height: 23px;}


#categoryarticle .article .meetus {
    width: calc(50% - 20px);
    height: 160px !important;
    margin-top: 57px;
    margin-left: 20px;

}
#categoryarticle .article .meetus .name{
    font-weight: 500;

font-size: 17px;

line-height: 17px;
}
.content .orange-button .image {
    margin-top: 20px;
    margin-right: 20px;
}

.content .orange-button .name {
    font-weight: 400;
}
.content .article-content .news-list li {
padding: 0px;

border: 0px;
border-bottom: 1px solid #F1F1F1;
    width: 100%;}
.content .article-content .news-list li .bottom-news .bottom-buttons {

    bottom: 30px;

}
.content .article-content .parent-img, .content .article-content .right-news {

    width: 100%;}
.content .article-content .main-news .parent-img .img{min-height:260px;}

}

/* Mobile - Footer */
@media screen and (max-width: 768px) {
    .content .article-content .accordion h4 {
   
    font-size: 16px;
    line-height: 20px;
 
}
.content .accordion p.ui-accordion-content {
    font-size: 12px!important;
}
.content .accordion .ui-accordion-content {
    padding: 10px!important;
    padding-left: 10px!important;
}
    #footer { height: auto; }
    #footer .footermenu { clear: both; margin-top: 20px; }
    #footer .footermenu .list-item { float: none; margin-left: 0px; }
    #footer .socialmedia { float: left; }
    #footer .copyrights { font-size: 15px; line-height: 23px; margin-top: 25px; margin-bottom: 25px; }
    #footer .copyrights .copytext { display: block; }
    #footer .copyrights .whomadetext { display: block; }
    .offers-page .header form .specializations{display:none;}
    #contact .map{background:none;padding-top:0px;}
    .map-link{display:block;font-size:16px; line-height:18px; font-weight:500;position:relative;padding-bottom: 20px;cursor:pointer;}
    #contact .map .area .cities .list-item.active{display:none;}
    .area .cities{display:none;}
    #contact .map .area .mapcontent {

    width: 100%;
    margin-left: 0px;

}
#contact .map .area .mapcontent.active{position:relative;}
#contact .map .area .mapcontent .iframe-map {
    width: 100%;
    height: 390px !important;

}
    #contact .map .area .mapcontent .info {

    width: 100%;
    height: auto !important;

}
    #contact .map .area .maps {
    border-top: 1px solid #EDEDED;
    padding-top: 30px;
}
.offers-page .header .button {
    width: calc(100% + 40px);
    margin-left: -30px;
}
#homepage .brands .textline .description .text {
    font-size: 13px;
    line-height: 18px;
}
.offer-list ul li .date {
    margin-bottom: 30px;
}
.offer-list ul li {
    padding: 20px;}
.content .article-content .bottom-buttons {
    position: relative;
    width: 100%;
    margin-top: 40px;

}
.content .article-content .parent-img {

    min-height: 260px;

}
#homepage .slider .right h1 span,#homepage .slider .right p span{color:white!important}

}
@media screen and (max-width: 550px) {
    #contact .data .left .imgabs{display:none;}
    .bnr-links .a-container a.p3 br{display:block;}
    .ask-question{display:none;}
    #contact .data .left .firminfo .line{display:block;}
#contact .data .left .firminfo .line .value {
    display: block;
    width: 100%;

}
#contact .data .left .boxes .box.pressbox .person {
    margin-top: 17px;
}
#contact .data .left .firminfo .line .name, #contact .data .left .firminfo .line .value {
    font-size: 14px;
    line-height: 23px;

}
#contact .data .left .firminfo .line .name {
    padding: 5px 0px;
    padding-top: 20px;

}
#contact .data .right .boxes .box {
    width: 100%;margin-bottom:1px;
box-sizing: border-box;}
    #contact .cloud {
       
    }
#contact .data .right .boxes .box.personbox {
    width: 100%;
}
#contact .data .right .boxes .box.personbox .person, #contact .data .right .boxes .box.personbox .message{width:50%!important; float:left;}

.content .article-content .bar #article-search {
    width: 100%;
    margin-bottom: 16px;
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;

}

#contact .data .left .boxes .box.pressbox .person .mobile {
    font-size: 15px;
    background: none;
    padding-left: 0px;
}

}
@media screen and (max-width: 500px) {
    .pagination li{display:none;}
    .pagination .pagination_previous, .pagination .pagination_next{display:inline-block;}
    .offers-page .header .button {

    width: calc(100% + 40px);
    margin-left: -30px;

}

}

@media screen and (max-width: 400px) {
    #contact .data .left .boxes .box.personbox .message .icon {
    width: 45px;
}
    #contact .data .left .boxes .box {
    width: calc(50% - 20px);
    padding: 10px;
}
#contact .data .left .boxes .box .subtitle {
    font-size: 25px;
}
    #contact .data .left .boxes .box.phonebox .phone {
     background: none; 
    padding-left: 0px;
    }
    #contact .data .left .boxes .box.phonebox .phone {
    font-size: 15px;
    }
    #contact .data .left .imgabs {
    display: none;
}
#contact .data .left .boxes .box.pressbox .person .mobile {
    font-size: 15px;
    background: none;
    padding-left: 0px;
}
    #headera .irc {
    float: left;
    margin-left: 22px;
    margin-top: 49px;
}
.next-prev a.prevelement, .next-prev a.nextelement {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
        padding-right: 0px;
            padding-left: 0px;
}
#homepage .offer .mobile-arrows .mobile-arrow {
    width: 100%;
    padding: 0px!important;
    text-align: center;
}
    
#headera .irc img{width:80px;}
}

@media screen and (max-width: 330px) {
    #footer { text-align: center; }
    #footer .socialmedia { float: none; }
    #footer .backtotop { float: none; }
    #footer .footermenu { float: none; }
}
@media screen and (max-width: 1300px){
    #homepage .brands {

        padding: 75px 60px;
    }
}
@media screen and (max-width: 1100px) {
    #homepage .brands .myblocks .block .name {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
    #aboutus .info .left .boxes .box .name{
        font-weight: 400;
        font-size: 16px;

line-height: 20px;
    }
    #homepage .brands .textline .description .title {

        font-weight: 300;
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 15px;

    }
    #homepage .brands .textline .description .text {
        font-size: 14px;
        line-height: 19px;
    }
    #homepage .about .left .statistics {

        margin-top: 10px;
    }
    #homepage .about .left .statistics .number {
        font-size: 24px;
        padding-right: 20px;

    }
    #homepage .about .left .statistics .description {
        font-size: 15px;
        line-height: 17px;
        padding-left: 0px;

    }
    #homepage .about .left{padding: 30px 0px;}
    #homepage .brands {

        padding: 75px 30px;

    }
    #homepage .about .left .pl {

        padding: 0px 30px;

    }
    #homepage .about .slider2 .tabble-div {

        padding: 0px 30px;
    }
    #homepage .about .left .arrows {
        bottom: 0px;

    }
    #homepage .about .right .meetus {

        bottom: 0px;
    }
    .article-content.one-article .similar-articles {

    padding: 0px 20px;

}
.leftmenu .list-item .list-submenu .list-submenu-item .link {
    font-size: 14px;
    line-height: 16px;
}
.leftmenu .list-item .list-submenu .list-submenu-item {
    margin-top: 9px;
}
#aboutus .offer .right {
    width: calc(50% - 40px);
    padding: 30px 20px;
}
}
/* Mobile - Content */
@media screen and (max-width: 1024px) {
    #content { margin-top: 0px;     padding-top: 100px;}
    #homepage .about .left {
        padding: 20px 0px;
    }
    #homepage .about .left .title, #homepage .offer h2.title  {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .left-box {

    float: left;
    width: 200px;

}
.right-box {

    width: calc(100% - 200px);
    float: right;

}
.content .orange-button .image {

    width: 40px;
    height: 40px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 30px;

}
.content .orange-button .name {
    left: 10px;
    bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

}
#categoryarticle .article {

    width:100%;

}
#categoryarticle .mainimage {

    width: 100%;

}
}

/* Mobile - Homepage */
@media screen and (max-width: 1024px) {
    /* Homepage - Slider */

    #homepage .slider .right .offers-search { margin-top: 30px;     margin-bottom: 50px;}
    #homepage .slider .right .title{    margin-top: 0px;}
}

@media screen and (max-width: 768px) {
    #homepage .slider .right .offers-search{
        background:none;
    }
    #homepage .slider .right  .offers-search .submit { 
     color:white;   
    }
    /* Homepage - Slider */
    #homepage .slider { background: none; }
    #homepage .slider .right { width: 100%; clear: none; }
    #homepage .slider .right .mobile-background { padding: 30px 20px; background-color: #002553; text-align: center;}
    #homepage .slider .right .offers-search { margin-top: 0px; }
    #homepage .slider .right .socialmedia .link { width: 50px; height: 50px; }
    #homepage .slider  .right .socialmedia { height: calc(0.26*100vw); display: block; float: none; width: 100%; background-size: cover; }
    #homepage .slider .right .title { font-size: 24px; line-height: 29px; margin-bottom: 20px; }
    #homepage .slider .right .text { font-size: 13px; line-height: 18px; padding-right: 0px; }
    #homepage .slider .right .offers-search { padding: 30px 20px; background-color: #F7F7F7; }
    #homepage .slider .right .offers-search .select {color:white; float: none; width: 100%; margin-right: 0px; }
    #homepage .slider .right .offers-search .submit { float: none; width: 100%; margin-top: 20px;     background-image: none;    text-indent: 0px;}
    #homepage .slider .right .offers-search .custom-select { width: 100%;}
    /* Homepage - Brands */
    #homepage .brands { padding: 30px 20px; margin-top: 380px;}
    #homepage .brands .textline { position: static; }
    #homepage .brands .textline .description { float: none; width: 100%; margin-left: 0px; }
    #homepage .brands .textline .bottom { position: static; width: 100%; }
    #homepage .brands .blocks .block.empty { display: none; }
    #homepage .brands .textline .blocks .block { width: 50%; }
    #homepage .brands .line .blocks .block { width: 50%; }
    #homepage .brands .block .icon { width: 50%; height: 50%; margin-top: 15px; }
    #homepage .brands .blocks .block .name { font-size: 22px; line-height: 26px; }
    #homepage .brands .line .blocks .block.mobile-orange { background-color: #FF5700; }
    #homepage .brands .line .blocks .block.mobile-gray { background-color: #666670; }

    /* Homepage - About */
    #homepage .about { display: block; }

    #homepage .about .left { display: block; position: relative; padding: 30px 0px; width: 100%; }
    #homepage .about .left .title { font-size: 24px; line-height: 29px; margin-bottom: 20px; }
    #homepage .about .left .text { font-size: 13px; line-height: 18px; }
    #homepage .about .left .statistics { margin-top: 10px; margin-bottom: 10px; }
    #homepage .about .left .statistics .number { font-size: 20px; }
    #homepage .about .left .statistics .description { font-size: 13px; line-height: 14px; }
    #homepage .about .left .statistics .icontd .icon { width: 42px; height: 42px; }
    #homepage .about .left .statistics .icontd { width: 65px; }
    #homepage .about .left .arrows { width: 101px; bottom: 0; left: 0px; }
    #homepage .about .left .arrows .arrow { width: 50px; height: 50px; line-height: 62px; }
    #homepage .about .left .arrows .arrow .icon { width: 20px; height: 20px; }

    #homepage .about .right { display: block; position: static; width: 100%; height: 150px }
    #homepage .about .right .meetus { position: static; display: block; float: right; }


    /* Homepage - Offer */
    #homepage .offer { padding: 30px 20px;padding-bottom:0px}
    #homepage .offer .title { font-size: 24px; line-height: 29px; padding: 0px 0px; }
    #homepage .offer  .boxes { padding-bottom: 0px; }
    #homepage .offer .box {  width: calc(100%); padding-left: 0px; background-size: 42px !important;}
    #homepage .offer .box .subtitle { font-size: 15px; }
    #homepage .offer .box .text { font-size: 12px; line-height: 16px; }
    #homepage .offer .box .box-inside {
        background: transparent;
    }

    #homepage .offer .box.mobile-active { display: block; }
    #homepage .offer .box.recruitment { background-size: 42px 42px; background-position-y: 3px; }
    #homepage .offer .box.executive-search { background-size: 42px 42px; background-position-y: 3px; }
    #homepage .offer .box .orange-button { left: 0px; width: calc(100% - 42px); }
    #homepage .offer .arrow { display: none; }
    #homepage .offer .mobile-arrows { display: block; margin-top: 25px; }
    #homepage .offer .mobile-arrows .mobile-left-arrow { float: left; background: url(../images/icons/arrow-thin-left.svg) no-repeat center left; padding-left: 30px; }
    #homepage .offer .mobile-arrows .mobile-right-arrow { float: right; background: url(../images/icons/arrow-thin-right.svg) no-repeat center right; padding-right: 30px; }
    #homepage .offer .mobile-arrows .mobile-arrow { height: 23px; cursor: pointer; background-size: 30px 70px; line-height: 23px; font-size: 15px; font-weight: 500; color: #666670; }
    #homepage .offer .mobile-arrows .mobile-arrow.inactive { opacity: 0.2; cursor: not-allowed; }

    #homepage .slider .right .offers-search{max-width: 100%;margin-bottom: -228px;}
    #homepage .slider .right .title{margin-top:0px;}
    #homepage .slider{height:auto;    background-size: 100%!important;
    background-position-y: top!important;}

    
 
    
    #homepage .brands .textline {

        position: static;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
        min-height: 180px;
    }
    #homepage .brands .myblocks .block, #aboutus .info .left .boxes .box {

        opacity: 1;
        width: 33%;
        transition:none!important;
        position: relative !important;
        display: block;
        margin-left:0px!important;
        margin-top:0px!important;
        float: left;

    }
    #homepage .brands .myblocks .block.trnasimp, #careerboxes .box.trnasimp, #aboutus .info .left .boxes .box.trnasimp{transition:none!important;}
    #homepage .brands .myblocks, #aboutus .info .left .boxes {
        width: 100%;
        height: auto !important;

    }

    #homepage .offer .box .box-inside {

        padding-left: 75px;}
    .left-box {
     position: relative;

width: calc(100% - 40px);

float: left;

margin-top: 0px;

min-height: 160px !important;

margin-left: 20px;
}
.content .orange-button-group{height:100px!important;
    width: 100%;
    margin: 0px 0px;
    margin-right:0px;
min-height: 160px;
    margin-top: 40px;
}
element {

    visibility: visible;

}
#categoryarticle .article .persons {
  
    padding: 0px 25px;
    box-sizing: border-box;
    padding-top:20px;
}

#categoryarticle .newsletter-box {

    width: 100%;
    padding-bottom: 0px;
    height: auto;

}
.right-box {

    width: 100%;


}
.content .article-content .article-content-bcg .socialmedia {

    width: 100%;
    position: relative;
    margin-left: 0px;
    height: 40px;

}
.content .article-content .article-content-bcg .socialmedia img{
    height: 40px;
}
.content .article-content-bcg {
    padding: 50px 0px;

}
.content .article-content-bcg .mw p {

    font-size: 14px;
    line-height: 23px;

}
.content .article-content-bcg p.summary {

    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 50px;
    margin-top:10px;
}
.one-article ,main-news{padding:0 20px;}
.content .article-content-bcg .right-author .person {

    width: 100%;}
#homepage .brands .myblocks .block .name {
    font-size: 20px;
    line-height: 25px;
}
#contact .data .title, #homepage .brands .textline .description .title, #homepage .offer h2.title, #categoryarticle .article h1.title, #contact .map .title, .content .article-content h1, .site-map h1, #career .careerinfo .left .title, #aboutus .info .left h1, .offers-page .header h1, .offer-list h2
.content .article-content.one-article .right-news h1, .content .article-content.one-article h2,
.content .article-content.one-article .right-news h1,
.content .article-content h1, .site-map h1,
#career .reservationcare .title,
#career .whyus .title
{
    font-size:24px;line-height:29px;
}
.offers-page .header h1{text-align:left;}
.search-job__advanced-filters{margin-top:15px;}
.content .orange-button .name {
    left: 30px;
    bottom: 30px;
    font-size: 17px;
    line-height: 20px;
    width: calc(100% - 60px);
}
.article-content.one-article .similar-articles {

    padding: 0px 0px;
 
}
}

@media screen and (max-width: 610px) {
    #homepage .slider .right p span{
    font-size: 17px!important;
}

        #homepage .brands .myblocks .block, #aboutus .info .left .boxes .box{width:50%;}
    #aboutus .info .left .boxes .box.half-width, #aboutus .info .left .boxes .box.big{width:100%;}
    #categoryarticle .article .persons {
    max-width: 100%;
    margin: 0 auto;
    margin-top:50px;
}
#categoryarticle .article .persons .person {
    max-width: 240px;
    margin: 0 auto;
}
#categoryarticle .article .person .grey {
    width: 100%;
    max-width: 100%;
    height:auto;
}
#categoryarticle .article .person .grey a {
    width: 100%;
    height: auto;
}
#categoryarticle .article .person .img, #categoryarticle .article .person .orange, #categoryarticle .article .person .grey{width:100%;padding:0px;}
}
@media screen and (max-width: 410px) {
    #homepage .slider .right .socialmedia {
    height: calc(0.18*100vw);
    }
    /* Homepage - Brands */
    #homepage .brands .block .icon { width: 40%; height: 40%; margin-top: 15px; }
    #homepage .brands .blocks .block .name { font-size: 16px; line-height: 18px; }

    /* Homepage - Offer */
    #homepage .offer .box {  padding-left: 0px; width: 100%; }
    #homepage .offer .box .orange-button { left: 0px; width: calc(100% - 42px); }

    #homepage .about .left .title, #homepage .offer h2.title {

        font-size: 21px;
        line-height: 24px;}
    #aboutus .info .left .boxes .box .name {

    font-size: 14px;
    line-height: 14px;
    bottom: 10px;
    left: 10px;
    

}
#homepage .brands .myblocks .block .name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.content .orange-button-group {
    height: 150px;}
.content .orange-button .image {
    width: 30%;
    height: 30%;}
}

@media screen and (max-width: 300px) {
    /* Homepage - Brands */
    #homepage .brands .block .icon { width: 35%; height: 35%; margin-top: 12px; }
    #homepage .brands .blocks .block .name { font-size: 14px; line-height: 16px; }

}

/* Mobile - Category Article */
@media screen and (max-width: 768px) {
    .bnr-links .a-container {
    padding: 0px;
    margin: 25px 0px;
    border-color:#666670;
    border-size:1px;
        width: 50%;
}
    .bnr-links{
            margin-top: 228px;
    position: absolute;
        width: 100%;
            overflow: hidden;
    }
    .bnr-links .a-container a {
        height: auto;
        border-color:#666670;
        color:#666670;
        padding-left: 0px;
    transition-duration: 0.3s;
    padding-top: 55px;
    background-size: 50px!important;
    line-height: 19px;
    }
    .bnr-links .a-container a.p1 {
        background: url(/images/blog/entry/icon/314.svg) no-repeat top center;
}
.bnr-links .a-container a.p2 {
        background: url(/images/blog/entry/icon/313.svg) no-repeat top center;
}
.bnr-links .a-container a.p3 {
        background: url(/images/blog/entry/icon/312.svg) no-repeat top center;
            padding-left: 0px;
}
.bnr-links .a-container a.p4 {
        background: url(/images/blog/entry/icon/291.svg) no-repeat top center;
            padding-left: 0px;
}
    #headera .mainmenu .list-item.active, #headera .mainmenu .list-item:hover {

    background-color: white;

}
    #categoryarticle .leftmenu { display: none; }
    #categoryarticle .mainimage { width: 100%; height: 41vw !important; float: none; }

    /* Category Article - Mobile categories */
    #categoryarticle .mobile-categories { display: block; padding: 0px 20px; padding-bottom: 15px; margin-top: 15px; margin-bottom: 30px; width: calc(100% - 40px); border-bottom: 1px solid #EDEDED; }
    #categoryarticle .mobile-categories .select { cursor: pointer; width: 100%; padding: 10px 20px; font-weight: 500; font-size: 13px; border: 0; }

    /* Category Article - Article */
    #categoryarticle .article { float: none; width: 100%; }
    #categoryarticle .article .background { width: 100%; margin-top: 0px; padding: 0px 20px; }
    #categoryarticle .article .title { font-size: 24px; line-height: 29px; }
    #categoryarticle .article .headline { font-size: 17px; line-height: 26px; }
    #categoryarticle .article h2 { font-size: 18px; line-height: 28px; }
    #categoryarticle .article p, #categoryarticle .article ul li { font-size: 14px; line-height: 23px; margin-top: 3px;}

    /* Category Article - Person */
    #categoryarticle .article.person-article .background { width: calc(100% - 40px); }
    #categoryarticle .article.person-article .person { float: none; margin-top: 0px; width: calc(100% - 120px); padding: 60px; }

    /* Category Article - Meet us */
    #categoryarticle .article .meetus { float: left; display: block; width: calc(100% - 80px);
margin-left: 20px;
padding: 20px;}
    #categoryarticle .article .meetus .name {

    left: 30px;
    bottom: 30px;

}
    #categoryarticle .content .meetus .name { left: 20px; bottom: 20px; font-size: 18px; line-height: 21px; width: calc(100% - 40px); }
    #categoryarticle .content .meetus .image { width: 120px; height: 120px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

    /* Category Article - Orange button */
    #categoryarticle .content .orange-button { float: right; width: 50%; margin-left: 0px; margin-right: 0px; position: absolute; right: 0; }
    #categoryarticle .content .orange-button .name { left: 20px; bottom: 20px; font-size: 18px; line-height: 21px; width: calc(100% - 40px); }
    #categoryarticle .content .orange-button .image { width: 120px; height: 120px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; }

    /* Category Article - Grid Icons */
    #categoryarticle .icons-grid .item .name { font-size: 16px; line-height: 18px; margin: 0px 10px; width: calc(100% - 20px); }
    #categoryarticle .icons-grid .item .image { margin-top: 10px; max-width: 45%; }
    .content .article-content-bcg .right-author {

    width: 100%;
    box-sizing: border-box;

}
#career .reservationcare .box .buttons .link {

    background-position: center 41%;
    padding-top: 77%;

}
#headera .mainmenu .list-item:hover, .content .article-content .news-list li:hover, #categoryarticle .icons-grid .item:hover, #aboutus .info .left .boxes .box:hover,.offer-list ul li:hover,
.content .article-content .report-list li:hover,
#career #careerboxes .box:hover,
#homepage .brands .block:hover{
    -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;

}
}

@media screen and (max-width: 680px) {
    /* Category Article - Grid Icons */
    #categoryarticle .icons-grid .item .name { font-size: 14px; line-height: 16px; margin: 0px 7px; width: calc(100% - 14px); }
    #categoryarticle .icons-grid .item .image { margin-top: 7px; max-width: 40%; }
}

@media screen and (max-width: 600px) {
    /* Category Article - Grid Icons */
    #categoryarticle .icons-grid .item { float: left; width: calc(50% - 2px); display: block; border-bottom: 1px solid #EDEDED; border-right: 1px solid #EDEDED; position: relative; text-decoration: none; text-align: center; }
    #categoryarticle .icons-grid .item:nth-child(5n+1) { clear: none; border-left: none; }
    #categoryarticle .icons-grid .item:nth-child(-n+5) { border-top: none; }
    #categoryarticle .icons-grid .item:nth-child(2n+1) { clear: both; border-left: 1px solid #EDEDED; }
    #categoryarticle .icons-grid .item:nth-child(-n+2) { border-top: 1px solid #EDEDED; }
    #categoryarticle .icons-grid .item .image { max-width: 45%; margin-top: 40px; }
    #categoryarticle .icons-grid .item .name { font-weight: 500; font-size: 16px; line-height: 18px; color: #666670; bottom: 7px; position: absolute; left: 0; margin: 0px 10px; width: calc(100% - 20px); text-align: center; }
    #categoryarticle .icons-grid .item:hover .helper { z-index: 50; position: static; margin-left: 0px; margin-top: 0px; display: inline; width: auto; height: auto; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
#categoryarticle .ocena ul li{width:100%;border-left:0px solid !important;}

.upload-file{
    background: none;

padding-left: 0px;
}
.image-list li {
    width: 49%;}

.content .article-content .report-list li .parent-img {

    width: 100%;}
.content .article-content .report-list li .right-report {
    width: 100%;padding-left: 0px;
}
.cloud{width: 100%;

left: 0%;

margin-left: 0px;}
.newsletter-box-success{width:100%;}
}
@media screen and (max-width: 530px) {
    /* Category Article - Meet us */

    #categoryarticle .content .meetus .name { font-size: 28px; line-height: 32px; }
    #categoryarticle .content .meetus .image { width: 240px; height: 240px; }

    /* Category Article - Orange button */
    #categoryarticle .content .orange-button { float: none; width: 100%; position: relative; }
    #categoryarticle .content .orange-button .name { font-size: 28px; line-height: 32px; }
    #categoryarticle .content .orange-button .image { width: 240px; height: 240px; }
}

@media screen and (max-width: 410px) {
    /* Category Article - Meet us */
    #categoryarticle .content .meetus .name { font-size: 24px; line-height: 28px; }
    #categoryarticle .content .meetus .image { width: 180px; height: 180px; }

    /* Category Article - Orange button */
    #categoryarticle .content .orange-button .name { font-size: 24px; line-height: 28px; }
    #categoryarticle .content .orange-button .image { width: 180px; height: 180px; }

    /* Category Article - Person */
    #categoryarticle .article.person-article .person { width: calc(100% - 40px); padding: 60px 20px; }
    #categoryarticle .icons-grid .item .image {
    margin-top: 20px;
}
}

@media screen and (max-width: 335px) {
    /* Category Article - Meet us */
    #categoryarticle .content .meetus .name { font-size: 20px; line-height: 24px; }
    #categoryarticle .content .meetus .image { width: 140px; height: 140px; }

    /* Category Article - Orange button */
    #categoryarticle .content .orange-button .name { font-size: 20px; line-height: 24px; }
    #categoryarticle .content .orange-button .image { width: 140px; height: 140px; }
}

@media screen and (max-width: 1355px) {
    #career .whyus .left{margin-top:0px;}
}
/* Mobile - About us */
@media screen and (max-width: 1024px) {
 
    #aboutus .info .left .boxes { position: relative; margin-left: 0px; width: calc(100% + 125px); }
    #aboutus .info .right .text { font-size: 24px; line-height: 34px; padding-right: 50px; padding-left: 170px; }

    #aboutus .management .persons { overflow: hidden; overflow-x:auto; overflow-y:hidden; }

        #aboutus .info .left .boxes {
    width: calc(100vw - 17px);
overflow:hidden;
box-sizing: border-box;

padding: 0 0px;}
        #aboutus .management .persons{width:1440px;}
        #aboutus .management .persons .item{width: 25vw;}
        #aboutus .management .persons-list{
            overflow: hidden;
position: relative;
margin: 0 40px;
        }
        #aboutus .management .persons .item {

    width: calc(25vw - 80px);

}
#aboutus .management .persons .item {

    width: calc((100vw - 100px)/4);

}
#career .reservationcare .box {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
float: none;
}
} 
@media screen and (max-width: 900px) {
    #aboutus .management .persons .item {

    width: calc((100vw - 100px)/3);

}
}
@media screen and (max-width: 768px) {
        #aboutus .management .persons .item {

    width: calc((100vw - 100px));

}
#aboutus .management .persons {

    width: 4000px;

}
    #aboutus .info > .right { float: none; width: 100%; }
    #aboutus .info .right h2 { display: none; }
    #aboutus .info .right p { display: none; }
    #aboutus .info .right .background-image { height: 250px; }
#aboutus .info .left .boxes {
    margin-top: 50px;

}
#aboutus #aboutusoffer.offer {
    padding-top: 50px;

}
    #aboutus .info > .left { float: none; width: 100%; }
    #aboutus .info .left h1 { text-align: center; font-size: 24px; line-height: 29px; margin-top: 0px; padding: 0px 20px; margin-bottom: 20px; }
    #aboutus .info .left p { text-align: center; font-size: 13px; line-height: 18px; padding: 0px 30px; }
    #aboutus .info .left .boxes { position: static; width: 100%; padding: 0px 30px;}
    #aboutus .info .left .boxes .left-boxes { float: none; width: 100%; }
    #aboutus .info .left .boxes .box .icon { margin-top: 20px; margin-right: 20px; width: auto; width: 30%;

height: 30%; }
    #aboutus .info .left .boxes .box.full .icon, #aboutus .info .left .boxes .box.half-width .icon { width: auto; }
    #aboutus .info .left .boxes .box .name { font-size: 16px; line-height: 19px; bottom: 15px; left: 15px; width: calc(100% - 30px); }

    #aboutus .info .left .boxes .right-boxes { float: none; width: 100%; clear: both; }
    #aboutus .info .left .boxes .right-boxes .box { width: 50%; }
    #aboutus .info .left .boxes .right-boxes .box.big { float: none; width: 100%; }


    #aboutus .offer .left { float: none; width: 100%; }
    #aboutus .offer .left .background { margin: 0px 20px; margin-top: -80px; position: relative; padding: 50px 40px; }
    #aboutus .offer .left .text { font-size: 24px; line-height: 29px; }

    #aboutus .offer .right { float: none; width: calc(100% - 40px); padding: 40px 20px; }
    #aboutus .offer .right .icons-list .item { width: calc(33.333% - 26.666px); margin-left: 40px; margin-bottom: 36px; }
    #aboutus .offer .right .icons-list .item:nth-child(3n+1) { margin-left: 0px; }
    #aboutus .offer .right h2,#aboutus .management .title { font-size: 24px; line-height: 29px; padding-bottom:0px;}
    #aboutus .offer .right p { font-size: 13px; line-height: 18px; margin-top: 30px; }
    
    #aboutusmanagement .left-arrow {
    left: 20px;

}
    #aboutusmanagement .right-arrow {
    right: 20px;

}
}



@media screen and (max-width: 420px) {
    #aboutus .info .left .boxes .box .name { font-size: 18px; line-height: 20px; }
}

@media screen and (max-width: 324px) {
    #aboutus .info .left .boxes .box .name { font-size: 15px; line-height: 17px; }
}


/* Mobile - Career */
@media screen and (max-width: 1024px) {
    #career .careerinfo .left { margin-right: 0px; width: 100%; }
    #career .careerinfo .right { width: 100%; margin-top: 50px; }
    #career .careerinfo .right .line .icon-box .icon { margin-top: 15px; height: 40%; }
    #career .careerinfo .right .line .icon-box .name { font-size: 16px; line-height: 18px; }
    #career .reservationcare .box { width: 100%; margin-left: 0px; margin-top: 20px; }
    #career .reservationcare .box :first-child { margin-top: 0px; }
    #career .reservationcare .box .orange .name  { font-size: 28px; line-height: 36px; padding: 20px; }
    #career .reservationcare .box .orange .bottom { padding: 20px; }
    #career .reservationcare .box .orange .bottom .job { font-size: 20px; line-height: 24px; }
    #career .reservationcare .box .orange .bottom .place { font-size: 20px; line-height: 24px; }
    #career .reservationcare .box .buttons .link { background-size: 36px; background-position: center 20px; font-size: 13px; line-height: 18px; padding-top: 62px; padding-bottom: 10px; }
    #career .opportunities .des .description { font-size: 15px; line-height: 22px; }
    #career .opportunities .des .white-button { padding: 15px 20px; font-size: 15px; line-height: 20px; width: 100%; }
#career .opportunities .des .description, #career .opportunities .button-box{padding-left:20px;}
    
}

@media screen and (max-width: 788px) {
    #career .careerinfo { padding: 0px 20px; }
    #career .careerinfo .left .title { font-size: 24px; line-height: 29px; }
    #career .careerinfo .left .text { font-size: 13px; line-height: 18px; }
    #career .careerinfo .left .subtitle { font-size: 18px; line-height: 28px; }
    #career .careerinfo .left .orange-button { width: calc(100% - 72px); text-align: center; }

    #career .whyus { padding-top: 50px; }
    #career .whyus .left { width: calc(100% - 0px); padding-left: 20px; padding-right: 20px; margin-right: 0px; }
    #career .whyus .right { width: 100%; padding-left: 20px; padding-right: 20px; margin-left: 0px; margin-top: 50px; }
    #career .whyus .title { font-size: 24px; line-height: 29px; }
    #career .whyus .subtitle { font-size: 18px; line-height: 28px; margin-top: 30px; }
    #career .whyus .text { font-size: 14px; line-height: 23px; }

    #career .whyus .training .rightside { width: 100%; float: none; margin-top: 50px; height: 300px; }
    #career .whyus .training .leftside { position: static; width: calc(100% - 40px); float: none; background-color: #fff; color: #32323B; padding: 40px 20px; }
    #career .whyus .training-boxes .box { float: none; padding: 50px 20px; width: calc(100% - 40px); }

    #career .recruitment { padding: 50px 20px; }
    #career .recruitment .title { font-size: 24px; line-height: 29px; margin-bottom: 30px; }
    #career .recruitment .left { float: none; width: 100%; margin-right: 0px; }
    #career .recruitment .right { float: none; width: 100%; margin-top: 30px; }
    #career .recruitment .subtitle { font-size: 18px; line-height: 28px; margin-bottom: 20px; }
    #career .recruitment .list .list-item { font-size: 14px; line-height: 23px; margin-top: 0px; }

    #career .opportunities { padding: 50px 20px; }
    #career .opportunities .first-line .title-box { float: none; }
    #career .opportunities .first-line .title-box .title { font-size: 24px; line-height: 29px; }
    #career .opportunities .first-line .select-box .link { display: none; }
    #career .opportunities .first-line .select-box-mobile { margin-top: 10px; display: block; border-bottom: 1px solid #fff; padding-bottom: 20px; }
    #career .opportunities .first-line .select-box-mobile .select { color: #FFF; font-size: 16px; line-height: 18px; font-weight: 500; background-color: #FF5700; border: none; width: 100%; }
    #career .opportunities .first-line { margin-bottom: 0px; }
    #career .opportunities .second-line .boxes { width: 100%; }
    #career .opportunities .second-line .boxes .box { height: auto !important; margin-top: 0px !important; float: none; width: calc(100% - 60px); margin-bottom: 1px; padding: 20px 30px; }
    #career .opportunities .second-line .boxes .box .button { writing-mode: lr-tb; font-size: 17px; line-height: 24px; transform: rotate(0deg); margin-left: 0px !important; padding: 0px; }
    #career .opportunities .second-line .des .description { position: static; width: 100%; color: #32323B; margin-top: 20px; }
    #career .opportunities .second-line .boxes .white-button { position: static; float: none; width: calc(100% - 40px); display: block; margin-top: 30px; }

    

    
    
    
    
    #career .yougain { padding: 50px 20px; }
    #career .yougain .title { font-size: 24px; line-height: 29px; }
    #career .yougain .table .tbody .icon-row { padding: 0px; width: 0px; overflow: hidden; }
    #career .yougain .table .icon-row .image { display: none; }
    #career .yougain .table .thead .th.check-row { padding: 12px; font-size: 14px; line-height: 18px; }
    #career .yougain .table .tbody .td.title-row { font-size: 12px; line-height: 16px; padding: 12px 8px; padding-left: 0px; }

    #career .reservationcare { padding: 40px 20px; padding-top: 0px; }
    #career .reservationcare .title { font-size: 24px; line-height: 29px; margin-bottom: 10px; }

    #career .reservationcare .box .orange {  }
    #career .reservationcare .box .orange .bottom { position: static; padding: 20px; padding-top: 0px; }
    #career .reservationcare .box .orange .name { font-size: 21px; line-height: 28px; }
    #career .reservationcare .box .orange .bottom .job { font-size: 14px; line-height: 22px; }
    #career .reservationcare .box .orange .bottom .place { font-size: 14px; line-height: 18px; }
    #career .reservationcare .box .buttons {} 
    #career .reservationcare .box .buttons .link { display: inline-block; padding-bottom: 18px; width: 100%;}

    #career .careerinfo .right .line .person-box { width: 50%; }
    #career .careerinfo .right .line .icon-box { width: 50%; }
    #career .careerinfo .right .line .icon-box.medium { width: 100%; }
    #career .careerinfo .right .line.line-3 .double-box { width: 100%; }
    #career .careerinfo .right .line.line-3 .person-box.huge { width: 100%; }
    #career .careerinfo .right .line.line-3 .icon-box.huge { width: 100%; }
    #career .careerinfo .right { margin-bottom: 35px; }
    
    #career .careerinfo .right .box {
    width: 50%;
    float:left;
    position:relative!important;
    margin-left:0px!important;
    margin-top:0px!important;
    transition:none!important;

display: block;}
    #career .careerinfo .right .icon-box.medium{width:100%!important;}
    #careerboxes{height:auto!important;}
    #career #careerboxes .block7{width:50%!important;}
    
    #career .opportunities .second-line .boxes .box.box{width: 100%;
padding: 0px;
position: relative;

box-sizing: border-box;

margin-left: 0px;}
 #career .opportunities .second-line .boxes .box .description{display:block;
 background-color: white;
font-size:14px;line-height:24px;
padding: 20px;}
  #career .opportunities .second-line .boxes .box .description h3{display:none;}
 #career .opportunities .second-line .boxes .box .inside.active {

    background-color: #32323B;
}
#career .opportunities .second-line .boxes .box .inside.active .button{color:white;    opacity: 1;}
 #career .opportunities .des{height: 530px;
height: 85px;
width: 100%;

margin-left: 0px;

padding-left: 0px;}
 #career .opportunities .button-box{padding-left:0px;margin-top:30px;}
 #career .opportunities .second-line .boxes{position:relative;height:auto!important}
    #career .opportunities .second-line .boxes .box .inside{position:relative;
     padding: 20px 30px;

box-sizing: border-box;}
    .animatestart #personjump {
right: -29px;
animation: personjump 0.4s 0.8s ease-out both;
width: 160px;
top: -243px;
animation: none;
opacity: 1;
margin-top: 0px;
}
    .c-select-box-mobile{display:block; border-bottom:1px solid white;padding-bottom:24px;margin-bottom: 30px;}
    .c-select-box-mobile .select-link{
            font-size: 16px;
    line-height: 18px;
    color: white;
    cursor:pointer;
    font-weight: 500;
    margin-top: 30px;
    position:relative;
    }
    .select-links {display:none;}
    .select-links a{color:white;display:block;line-height:19px;}
    .select-links{
        padding-top: 6px;
    }
    .select-links a.active{font-weight:500;}
    #career .opportunities .second-line .boxes.payrol {
    width: 100%;
}
}

@media screen and (max-width: 520px) {
    #career .reservationcare .box .image{height:240px!important;width:240px!important}
    #career .reservationcare .box {

    width: 240px;}
    #career .reservationcare .box .orange,#career .reservationcare .box .buttons {

    width: 100%;

}
#career .reservationcare .box .buttons .link {
    width: 50%;
    float: left;

}
#career .yougain .table .thead .th.check-row {
    padding: 5px;
    font-size: 11px;
    line-height: 15px;
}
#career .yougain .table .tbody .td.title-row {
    font-size: 11px;
}
}
@media screen and (max-width: 450px) {
	#headera .logo {
    margin-top: 10px;
    margin-left: -17px;
    width: 80px;
}
#headera .irc {
    float: left;
    margin-left: 9px;
    margin-top: 68px;
}
}
@keyframes bar1{
    0%{
        height: 0;
    }

    100%{
        height: 100%;

    }
}  
@keyframes opacity{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;

    }
}  

@keyframes personjump{
    0%{
        opacity:0;
        margin-left: 8%;
        margin-top: -13%;
    }

    100%{
        margin-left: 23%;
        margin-top: -20%;
        opacity:1;

    }
}  

