@media screen and (max-width: 600px) { /* 600px */

    /* General */
    a {
        text-decoration: none;
    }
    input:focus {
        border: none;
        outline: none;
    }
    .button-one {
        height: 7.441860465116279vw; /* 32px */
        border: 0.46511627906976744vw solid #F47D20; /* 2px */
        border-radius: 50px; /* 50px */
        width: 37.2093023255814vw; /* 160px */
        background: rgba(244, 125, 32, 0.5);
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 700;
        line-height: 3.0232558139534884vw; /* 13px */
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;


    }
    .button-one > p {
        margin: 2.3255813953488373vw; /* 10px */
    }
    
    body {
        position: relative;
        width: 100%; /* 430px */
        height: 100%;
        margin: 0;
        padding: 0;
    
    }
    
    #wrapper {
        position: relative;
        width: 100%; /* 430px */
        height: auto;
        overflow: hidden;
    }
    #lang {
        margin: 0 auto;
        text-align: center;
        padding-top: 5vw;
        z-index: 1000;
        height: 15vw;
        right: 0.5vw;
    }
    #lang > * {
        vertical-align: bottom;
        opacity: 0.5;
        cursor: pointer;
        width: 10.1vw;
        height: 6vw;
        background-size: cover;
        background-position: center;
        padding: 0;
        border: none;
        margin: 0 0.5vw;
        transition: 0.1s ease-in-out;
        background-color: none;
        outline: none;
    }
    #lang > #lang-en {
        background-image: url('../img/ico/en.png');
    }
    #lang > #lang-sr {
        background-image: url('../img/ico/sr.png');
    }
    #scrollTopBtn {
        width: 13vw;
        height: 13vw;
        background-image: url('../img/ico/back-to-top.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        color: white;
        position: fixed;
        bottom: 5vw;
        right: 5vw;
        display: none;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        background-color: transparent;
    }
    /* Navbar */
    #navbar {
        display: none;
}
    #navbar-mob {
        width: 100%;
        height: 9.30232558139535vw; /* 40px */
        background-color: #212121;
        z-index: 100;
        position: fixed;
        padding: 1.8604651162790697vw 4.651162790697675vw; /* 8px */ /* 20px */
    }
    #navbar-mob-burger {
       
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        background-image: url('../img/ico/burger.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
    }
    #navbar-mob-logo {
        margin-top: 1.1627906976744187vw; /* 5px */
        width: 19.069767441860467vw; /* 82px */
        height: 7.441860465116279vw; /* 32px */
        background-image: url('../img/ico/footer-logo.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 30.23255813953488vw; /* 130px */
    }
    #navbar-mob-add {
        padding-top: 11.627906976744185vw; /* 50px */
        top: 9.30232558139535vw; /* 40px */
        width: 100%;
        background-color: #212121;
        position: fixed;
        z-index: 100;
    }
    #navbar-mob-add > a {
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
    }
    #navbar-mob-add > a > p {
        margin-top: 0.9302325581395349vw; /* 4px */
        vertical-align: top;
        line-height: 6.976744186046512vw; /* 30px */
    }
    #navbar-mob-add > a:active > p {
        margin-top: 0.9302325581395349vw; /* 4px */
        vertical-align: top;
        line-height: 6.976744186046512vw; /* 30px */
        background: linear-gradient(90deg, #F47D20 0%, #E06200 100%);;
    }
    /* Popups */
    .popup {
        margin-top: 12.790697674418606vw; /* 55px */
        text-align: center;
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100%;
        transform-origin: center;
        background: #EEEEEE;
    }
    .popup-close {
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        float: right;
        background-image: url('../img/ico/popupclose.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 2.3255813953488373vw; /* 10px */
    }
    .popup > h1 {
        margin-top: 11.627906976744185vw; /* 50px */
        font-family: Montserrat;
        font-size: 4.651162790697675vw; /* 20px */
        font-weight: 800;
        line-height: 5.669767441860465vw; /* 24.38px */
        text-align: center;
        color: #3D3D3D;
    }
    .popup > h2 {
        margin: 0 auto;
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 600;
        line-height: 3.969767441860465vw; /* 17.07px */
        text-align: center;
        color: #F47D20;
        text-transform: uppercase;
        width: 93.02325581395348vw; /* 400px */
    }
    .popup-input-container {
        text-align: left;
    }
    .popup-input-container-box {
        width: 67.44186046511628vw; /* 290px */
        display: inline-block;
        margin: 1.1627906976744187vw 5.814vw; /* 5px */ /* 25px */
    }
    .popup-input-container-box > p {
        margin: 0.0vw; /* 0px */
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: left;
        color: #3D3D3D;
    }
    .popup-input-container-box > input {
        padding: 1.1627906976744187vw 2.3255813953488373vw; /* 5px */ /* 10px */
        width: 67.44186046511628vw; /* 290px */
        height: 6.046511627906977vw; /* 26px */
        border-radius: 0.0px 10.0px 0.0px 10.0px; /* 0.0vw */ /* 10.0vw */ /* 0px */ /* 10px */
        border: 0.0vw; /* 0px */
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 700;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: left;
    }
    .popup-footer-container {
        padding: 0 4.651162790697675vw; /* 20px */
        text-align: left;
    }
    .popup-footer-container > h1 {
        margin-left: 4.651162790697675vw; /* 20px */
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: left;
    }
    .popup-footer-container-box {
        display: inline-block;
        margin: -2.3255813953488373vw 2.3255813953488373vw; /* 2.3255813953488373vw */ /* 10px */
        width: 23.25581395348837vw; /* 100px */
    }
    .popup-footer-container-box > p {
        font-family: Montserrat;
        font-size: 2.3255813953488373vw; /* 10px */
        font-weight: 500;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: center;
        color: #3D3D3D;
        margin-top: -1.1627906976744187vw; /* 5px */
    }
    .popup-footer-container-box-img {
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11.162790697674419vw; /* 48px */
        width: 23.25581395348837vw; /* 100px */
        height: 23.25581395348837vw; /* 100px */
        border-radius: 0.0px 10.0px 0.0px 10.0px; /* 0.0vw */ /* 10.0vw */ /* 0px */ /* 10px */
    }
    #popup-zaposli > form > .button-one {
        margin-top: 13.953488372093023vw; /* 60px */
        margin-right: 6.976744186046512vw; /* 30px */
        float: right;
        background: #F47D20;
        border-color: #F47D20;
    
    }
    #popup-hire > form > .button-one {
        margin-top: 13.953488372093023vw; /* 60px */
        margin-right: 6.976744186046512vw; /* 30px */
        float: right;
        background: #F47D20;
        border-color: #F47D20;
    }
    #popup-potreba > form > .button-one {
        margin: 6.976744186046512vw auto; /* 30px */
        background: #F47D20;
        border-color: #F47D20;
    }
    #popup-organizacija > form > .button-one {
        margin: 6.976744186046512vw auto; /* 30px */
        background: #F47D20;
        border-color: #F47D20;
    }
    
    
    /* Landing */
    #landing {
        position: relative;
        height: 162.7906976744186vw; /* 700px */
        background-image: url('../img/bg/landing1mb.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 23.25581395348837vw; /* 100px */
        height: 207.4418604651163vw; /* 892px */
    }
    
    #landing-text {
        margin: 0;
        position: relative;
    }
    
    #landing-text-heading {
        position: relative;
        font-family: Montserrat;
        font-size: 4.651162790697675vw; /* 20px */
        font-weight: 500;
        line-height: 5.669767441860465vw; /* 24.38px */
        color: #F47D20;
        background-color: #212121;
        width: 108.13953488372093vw; /* 465px */
        height: 6.976744186046512vw; /* 30px */
        width: 64.88372093023256vw; /* 279px */
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 500;
        line-height: 5.727906976744186vw; /* 24.63px */
        text-align: left;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
    }
    #landing-text-heading > p {
        padding: 0.6976744186046512vw; /* 3px */
    }
    
    #landing-text-quote {
        font-family: Montserrat;
        font-size: 11.162790697674419vw; /* 48px */
        font-weight: 800;
        line-height: 13.606976744186047vw; /* 58.51px */
        text-align: left;
        color: white;
        height: auto;
        margin-top: 2.7906976744186047vw; /* 12px */
        font-family: Montserrat;
        font-size: 7.441860465116279vw; /* 32px */
        font-weight: 800;
        line-height: 10.69767441860465vw; /* 46px */
        text-align: center;
        width: 83.72093023255815vw; /* 360px */
        margin: 4.651162790697675vw auto; /* 20px */
    }
    #landing-text-quote-text {
        margin-top: 0.0vw; /* 0px */
    }
    #button-landing {
        margin: 0 auto;
        margin-top: 97.67441860465115vw; /* 420px */
        
    }
    #landing-scroller {
        margin: 6.976744186046512vw auto; /* 30px */
        width: 23.25581395348837vw; /* 100px */
        height: 4.651162790697675vw; /* 20px */
        text-align: center;
        
    }
    .landing-scroller-but {
        display: inline-block;
        border-radius: 50px; /* 50px */
        width: 2.3255813953488373vw; /* 10px */
        height: 2.3255813953488373vw; /* 10px */
        margin: 0.6976744186046512vw; /* 3px */
        background-color: #F47D20;
    }
    #landing-arrow {
        padding: 0 auto;
        position: absolute;
        text-align: center;
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 3.969767441860465vw; /* 17.07px */
        text-align: center;
        color: white;
        margin-top: 4.651162790697675vw; /* 20px */
        left: 40.5%;
    }
    #landing-shape {
        background-image: url('../img/ico/weirdShapeThingy.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 25.883720930232556vw; /* 150px */
        height: 69.76744186046511vw; /* 300px */
        position: absolute;
        top: 186.04651162790697vw; /* 800px */
        right: 0.0vw; /* 0px */
        z-index: 2;
    }
    
    /* Recruit */
    #recruit {
        background-color: #EEEEEE;
        padding: 16.74418604651163vw 0; /* 72px */
        text-align: center;
        position: relative;
        height: 166.27906976744185vw;  /* 715px */
    }
    .recruit-tab {
        vertical-align: top;
        margin: 0 auto;
        width: 74.4186046511628vw; /* 320px */
        height: 72.09302325581395vw; /* 310px */
        display: inline-block;
    }
    .recruit-tab:first-child {
        background-image: url('../img/bg/recruit-tab.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .recruit-tab:nth-child(2) {
        margin-left: -11.627906976744185vw; /* 50px */
    }
    .recruit-tab > h2 {
        margin-top: 9.767441860465116vw; /* 42px */
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 600;
        line-height: 3.402325581395349vw; /* 14.63px */
        text-align: left;

        color: #F47D20;
    }
    .recruit-tab > h1 {
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 6.804651162790698vw; /* 29.26px */
        text-align: left;

        color: #3D3D3D;
    }
    .recruit-tab > p {
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: left;
        color: #3D3D3D;
        width: 66.04651162790698vw; /* 284px */
    }
    #recruit-shape {
        background-image: url('../img/ico/manguy.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 25.581395348837212vw; /* 110px */
        height: 54.18604651162791vw; /* 233px */
        position: absolute;
        transform-origin: center;
        top: 146.51162790697674vw; /* 630px */
        left: 65.11627906976744vw; /* 280px */
    }
    /* Apply */
    #apply {
        padding: 10.465116279069768vw 0; /* 45px */
        background: linear-gradient(90deg, #F47D20 0%, #E06200 100%);
        text-align: center;
    }
    .apply-tab {
        vertical-align: top;
        display: inline-block;  
        height: 41.86046511627907vw; /* 180px */
        margin: 5.813953488372093vw 1.1627906976744187vw; /* 21.1627906976744187vw */ /* 5px */
    }
    .apply-tab > h1 {
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 700;
        line-height: 3.402325581395349vw; /* 14.63px */
        text-align: center;
        color: #FFFFFF;
    }
    .apply-tab-img {
        
        margin-top: 1.8604651162790697vw; /* 8px */
        background: linear-gradient(180deg, #3D3D3D 0%, #212121 100%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 41.86046511627907vw; /* 180px */
        height: 37.2093023255814vw; /* 160px */
        border-radius: 0.0px 30.0px 0.0px 30.0px; /* 0.0vw */ /* 30.0vw */ /* 0px */ /* 30px */
        font-family: Montserrat;
        font-size: 5.348837209302325vw; /* 23px */
        font-weight: 800;
        line-height: 6.520930232558139vw; /* 28.04px */
        text-align: center;
        color: white;
    }
    .apply-tab-img > p {
        margin: 0 auto;
        padding-top: 4.883720930232558vw; /* 21px */
        width: 31.86046511627907vw; /* 137px */
    }
    
    #apply > p {
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: center;
        color: white;
        width: 82.32558139534883vw; /* 354px */
        margin: 0 auto;
    
    }
    #button-apply {
        margin: 9.30232558139535vw auto 0; /* 40px */
        width: 46.51162790697674vw; /* 200px */
        border: 0.46511627906976744vw 0.0vw 0.0vw 0.0vw; /* 2px */ /* 0.0vw */ /* 0.0vw */ /* 0px */
        border-color: white;
    
    
    }
    /* Employ */
    #employ {
        text-align: center;
        background-image: url('../img/bg/employ.png');
        background-position-y: 34.883720930232556vw; /* 150px */
        background-position-x: -23.25581395348837vw; /* 100px */
        background-repeat: no-repeat;
        background-size: 50%;
        padding-top: 8.372093023255815vw; /* 36px */
        height: 200.0vw; /* 860px */
        overflow: hidden;
    }
    #employ-head-img {
        display: inline-block;
        background-image: url('../img/ico/handearth.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 14.883720930232558vw; /* 64px */
        height: 18.372093023255815vw; /* 79px */
    }
    #employ-head > h1 {
        vertical-align: top;
        display: inline-block;
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 6.804651162790698vw; /* 29.26px */
        text-align: left;
        color: #3D3D3D;
        width: 56.74418604651162vw; /* 244px */
        margin-top: -0.0vw; /* 0px */
        margin-left: 4.651162790697675vw; /* 20px */
        margin-bottom: 16.27906976744186vw; /* 70px */
    }
    
    #employ-img {
        background-image: url('../img/bg/employ-employee.png');
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        width: 86.04651162790698vw; /* 370px */
        height: 55.81395348837209vw; /* 240px */
        vertical-align: top;
    }
    #employ-list {
        margin-top: 11.627906976744185vw; /* 50px */
        margin-left: 11.627906976744185vw; /* 50px */
        text-align: left;
        width: 81.3953488372093vw;  /* 350px */
        display: inline-block;
        vertical-align: top;
    }
    .employ-list-ico {
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #employ-list > * {
        vertical-align: top;
        display: inline-block;
    }
    
    #employ-list > p {
        text-transform: uppercase;
        margin-top: 0.9302325581395349vw; /* 4px */
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        text-align: left;
    
    }
    #button-contact {
        border: 0.46511627906976744vw solid #212121; /* 2px */
        width: 46.51162790697674vw; /* 200px */
        border: 0.46511627906976744vw 0.0vw 0.0vw 0.0vw; /* 2px */ /* 0.0vw */ /* 0.0vw */ /* 0px */
        opacity: 0.0vw; /* 0px */
        background: #21212140;
        color: #212121;
        margin-left: 9.30232558139535vw; /* 40px */
    }
    /* Rent */
    #rent {
        padding: 10.69767441860465vw 0.0vw; /* 46px */ /* 0px */
        text-align: center;
        background-image: url('../img/bg/rentmb.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #rent-header-img {
        margin: 0 auto;
        background-image: url('../img/bg/rent-top.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 79.06976744186046vw; /* 340px */
        height: 22.325581395348838vw; /* 96px */
    }
    #rent-header-text {
        margin-left: 18.13953488372093vw; /* 78px */
        background-image: url('../img/bg/rent-top-h.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 80.23255813953489vw; /* 345px */
        height: 28.37209302325581vw; /* 122px */
        margin: 0 auto;
    }
    #rent-text {
        margin-top: 26.744186046511626vw; /* 115px */
    }
    #rent-text > h2 {
        padding-left: 10.465116279069768vw; /* 45px */
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 600;
        line-height: 3.402325581395349vw; /* 14.63px */
        text-align: left;
        color: #F47D20;
    }
    #rent-text-header {
        background-image: url('../img/bg/rent-a-car.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 79.06976744186046vw; /* 340px */
        height: 14.418604651162791vw; /* 62px */
        margin: 0 auto;
    }
    #rent-text > p {
        margin-left: 10.465116279069768vw; /* 45px */
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: left;
        color: #E5E5E5;
        width: 71.62790697674419vw; /* 308px */
    }
    #id {
        display:none;
    }
    #rent-text-cars {
        width: 81.3953488372093vw; /* 350px */
        height: 18.13953488372093vw; /* 78px */
        background-image: url('../img/ico/cariconsmb.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 20.930232558139537vw auto; /* 90px */
    }
    .rent-tab-img {
        background: linear-gradient(90deg, #F47D20 0%, #F47D20 100%);
    }
    .rent-tab-img > p > span {
        font-size: 16.27906976744186vw;  /* 70px */
        line-height: 13.953488372093023vw; /* 60px */
    }
    #rent > p {
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: center;
        color: #FFFFFF;
        width: 82.32558139534883vw; /* 354px */
        margin: 6.976744186046512vw auto; /* 30px */
    
    }
   
    #button-rent {
        width: 55.81395348837209vw; /* 240px */
        opacity: 0.0vw; /* 0px */
        border: 0.46511627906976744vw solid #FFFFFF; /* 2px */
        color: white;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.25);
    }
    
    
    /* Transfer */
    #transfer {
        height: 162.7906976744186vw; /* 700px */
        background-image: url('../img/bg/transferm.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 14.883720930232558vw; /* 64px */
        text-align: center;
    }
    #transfer > h2 {
        padding: 1.1627906976744187vw 0; /* 5px */
        color: rgba(244, 125, 32, 1);
        background: rgba(33, 33, 33, 1);
        width: 39.30232558139535vw; /* 169px */
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 500;
        line-height: 3.402325581395349vw; /* 14.63px */
        text-align: center;
        margin: 0 auto;
    }
    #transfer > h1 {
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 7.906976744186046vw; /* 34px */
        text-align: center;
        color: #212121;
        width: 81.86046511627907vw; /* 352px */
        margin: 2.3255813953488373vw auto; /* 10px */
    }
    #transfer > p {
        margin: 9.30232558139535vw auto; /* 40px */
        width: 79.06976744186046vw; /* 340px */
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: center;
        text-align: center;
        color: #3D3D3D;
    }
    
    /* Serbia */
    
    #serbia {
        background-image: url('../img/bg/srbijamb.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 216.27906976744185vw; /* 930px */
    }
    #serbia-wrap {
        position: absolute;
        margin-top: -6.976744186046512vw; /* 30px */
        margin-left: 6.976744186046512vw; /* 30px */
    }
    #serbia > #serbia-wrap > h1 {
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 700;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: left;
        background-color: #F47D20;
        color: white;
        text-align: center;
        width: 53.48837209302325vw; /* 230px */
        border-radius: 0.0px 10.0px 0.0px 10.0px; /* 0.0vw */ /* 10.0vw */ /* 0px */ /* 10px */
    }

    #serbia > #serbia-wrap > p {
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 400;
        line-height: 8.372093023255815vw; /* 36px */
        text-align: left;
        width: 82.55813953488372vw; /* 355px */
        margin: -1.1627906976744187vw 2.3255813953488373vw 6.976744186046512vw; /* 5px */ /* 10px */ /* 30px */
    
    }
    #serbia > #serbia-wrap > .button-one {
        margin-top: 83.72093023255815vw !important; /* 360px */
        width: 55.81395348837209vw; /* 240px */
        opacity: 0.0vw; /* 0px */
        border: 0.46511627906976744vw solid #212121; /* 2px */
        color: #212121;
        margin: 0 auto;
        margin-left: 11.627906976744185vw; /* 50px */
        background: rgba(33, 33, 33, 0.25);
    
    }
    
    /* About */
    #about {
        background: linear-gradient(114.98deg, #3D3D3D 5.91%, #212121 92%);
        padding-top: 21.3953488372093vw; /* 92px */
        text-align: center;
        height: 460.4651162790698vw; /* 1980px */
    }
    #about > h2 {
        padding: 1.1627906976744187vw 0; /* 5px */
        color: rgba(244, 125, 32, 1);
        background: rgba(33, 33, 33, 1);
        width: 37.2093023255814vw; /* 160px */
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 500;
        line-height: 5.727906976744186vw; /* 24.63px */
        text-align: center;
        margin: 0 auto;
    }
    #about > h1 {
        margin-top: 3.488372093023256vw; /* 15px */
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 7.906976744186046vw; /* 34px */
        text-align: center;
        color: white;
    }
    #about > p {
        margin: 0 auto;
        margin-top: 10.465116279069768vw; /* 45px */
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: center;
        color: white;
        width: 75.81395348837209vw; /* 326px */
    }
    #about-cards {
        width: 76.74418604651163vw; /* 330px */
        text-align: center;
        margin: 0 auto;
        margin-top: 11.627906976744185vw; /* 50px */
        margin-bottom: 18.6046511627907vw; /* 80px */
    }
    .about-card {
        margin: 2.3255813953488373vw; /* 10px */
        vertical-align: top;
        display: inline-block;
        width: 74.4186046511628vw; /* 320px */
        height: 35.348837209302324vw; /* 152px */
        border-radius: 0.0px 30.0px 0.0px 30.0px; /* 0.0vw */ /* 30.0vw */ /* 0px */ /* 30px */
        background: #212121;
    }
    .about-card-img {
        display: inline-block;
        vertical-align: top;
        background-position: contain;
        background-repeat: no-repeat;
        background-size: contain;
        width: 13.953488372093023vw; /* 60px */
        height: 15.11627906976744vw; /* 65px */
        margin-top: 10.465116279069768vw; /* 45px */
    }
    
    .about-card-txt {
        text-align: left;
        vertical-align: top;
        display: inline-block;
        width: 46.51162790697674vw; /* 200px */
        margin-left: 4.651162790697675vw; /* 20px */
        margin-top: 7.674418604651163vw; /* 33px */
    }
    .about-card-txt > h1 {
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 5.6976744186046515vw; /* 24.5px */
        text-align: left;
        color: #F47D20;
        margin: 0.0vw; /* 0px */
    }
    .about-card-txt > p {
        font-family: Montserrat;
        font-size: 2.7906976744186047vw; /* 12px */
        font-weight: 500;
        line-height: 4.651162790697675vw; /* 20px */
        text-align: left;
        color: white;
        margin-top: 0.0vw; /* 0px */
        margin-bottom: 2.3255813953488373vw; /* 10px */
    }
    
    #gallery {
        margin-top: 12.790697674418606vw; /* 55px */
    }
    .gallery-card {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 60.46511627906976vw; /* 260px */
        height: 37.2093023255814vw; /* 160px */
        display: inline-block;
        
    }
    .gallery-card:first-child {
        vertical-align: top;
        margin-top: 27.906976744186046vw; /* 120px */
        display: none;
    }
    .gallery-card:nth-child(3) {
        vertical-align: top;
        margin-top: 27.906976744186046vw; /* 120px */
        display: none;
    }
    #gallery-button-left {
        display: inline-block;
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        background-image: url('../img/ico/arrow_left.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: top;
        margin-top: 34.883720930232556vw; /* 150px */
    }
    .gallery-card:nth-child(2) {
        width: 88.37209302325581vw; /* 380px */
        height: 88.37209302325581vw; /* 380px */
    }   
    #gallery-main {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 74.4186046511628vw; /* 320px */
        height: 69.76744186046511vw; /* 300px */
        display: inline-block;
        border-radius: 0px 30px 0px 30px;
    }
    #gallery-button-right {
        vertical-align: top;
        margin-top: 34.883720930232556vw; /* 150px */
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        background-image: url('../img/ico/arrow_right.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }
    
    /* Contact */
    #contact {
        height: 204.6511627906977vw; /* 880px */
        padding-top: 13.953488372093023vw; /* 60px */
        background: linear-gradient(90deg, #F47D20 0%, #E06200 100%);
        text-align: center;
    }
    #contact-txt {
        text-align: left;
        display: inline-block;
        width: 97.67441860465115vw; /* 420px */
    }
    #contact-txt > h1 {
        font-family: Montserrat;
        font-size: 5.5813953488372094vw; /* 24px */
        font-weight: 800;
        line-height: 7.906976744186046vw; /* 34px */
        text-align: center;
        color: white;
    }
    .contact-txt-list-img {
        vertical-align: top;
        display: inline-block;
        width: 5.5813953488372094vw; /* 24px */
        height: 5.5813953488372094vw; /* 24px */
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1.9vw;
    }
    #contact-txt-list {
        margin: 11.86046511627907vw auto 0.0vw auto; /* 51px */ /* 0px */
        position: relative;
        width: 86.04651162790698vw; /* 370px */
    }
    #contact-txt-list > a > p {
        vertical-align: top;
        display: inline-block;
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 700;
        line-height: 2.3255813953488373vw; /* 10px */
        text-align: left;
        color: white;
    }
    #contact-txt-list-ico {
        background-image: url('../img/ico/contact_thingy.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24.418604651162788vw; /* 105px */
        height: 24.418604651162788vw; /* 105px */
        position: absolute;
        left: 46.51162790697674vw; /* 200px */
        top: 11.627906976744185vw; /* 50px */
    }
    #contact-txt > p {
        font-family: Montserrat;
        font-size: 3.7209302325581395vw; /* 16px */
        font-weight: 400;
        line-height: 5.5813953488372094vw; /* 24px */
        text-align: center;
        width: 75.81395348837209vw; /* 326px */
        margin: 0 auto;
        color: white;
    
    }
    #contact-img {
        display: inline-block;
        overflow: hidden;
        width: 83.72093023255815vw; /* 360px */
        height: 65.11627906976744vw; /* 280px */
        border-radius: 0.0px 30.0px 0.0px 30.0px; /* 0.0vw */ /* 30.0vw */ /* 0px */ /* 30px */
        vertical-align: top;
        margin: 18.6046511627907vw auto; /* 80px */
    }
    
    /* Footer */
    #footer {
        text-align: center;
        background: #212121;
        height: 139.53488372093022vw; /* 600px */
        padding-top: 6.976744186046512vw; /* 30px */
    
    }
    .footer-card {
        margin: 11.627906976744185vw auto; /* 50px */
    }
    #footer-card-img {
        margin: 0 auto;
        margin-top: 7.906976744186046vw; /* 34px */
        background-image: url('../img/ico/footer-logo.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 43.02325581395349vw; /* 185px */
        height: 16.97674418604651vw; /* 73px */
    }
    .footer-card > a,
    .footer-card > a:link,
    .footer-card > a:visited,
    .footer-card > a:hover,
    .footer-card > a:active {
        font-family: Montserrat;
        font-size: 3.255813953488372vw; /* 14px */
        font-weight: 400;
        line-height: 6.046511627906977vw; /* 26px */
        text-align: center;
        text-decoration: none;
        color: white;
    }
    #footer-card-fb {
        display: inline-block;
        width: 7.441860465116279vw; /* 32px */
        height: 7.441860465116279vw; /* 32px */
        background-image: url('../img/ico/fb.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #footer-card-ig {
        margin-top: 12.558139534883722vw; /* 54px */
        display: inline-block;
        width: 7.441860465116279vw; /* 32px */
        height: 7.441860465116279vw; /* 32px */
        background-image: url('../img/ico/ig.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    }