/* -- start setup -- */
/*
font-family: 'Inter', sans-serif;
*/

* {
    font-family: 'Inter', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    color: #434343;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}


.maxW620 {
    max-width: 620px;
}

.maxW500 {
    max-width: 500px;
}

.white {
    color: White;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}


.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}



.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 700;
    border: none;
    display: block;
    color: White;
    font-size: 15px;
    width: 250px;
    height: 64px;
    line-height: 64px;
    background-color: #ED6F1F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    transition: background-color 0.5s;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #181818;
}


.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    width: 60px;
    background-color: #C3AB80;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: #C3AB80;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}



.header {
    background-image: url(../pcs/pcs_layout/header-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 864px;
}

.topMenuBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*min-height: 96px;*/
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width : 1260px) {
    .topMenuContainer {
        width: 1224px;
        margin-left: auto;
        margin-right: auto;
        /*min-height: 96px;*/
    }
}

.topMenuBoxWhite {
    background-color: white;
    -webkit-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
}

.topLogo {
    background-image: url(../pcs/pcs_layout/top-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 183px;
    height: 24px;
}

.topMenuBoxWhite .topLogo {
    background-image: url(../pcs/pcs_layout/top-logo-black.svg);
}

.topMainMenu {
    margin-bottom: 0;
    padding-left: 0;
}

.topMainMenu li {
    list-style-type: none;
}

.topMainMenu li a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 64px;
    text-align: center;
}

.topMenuBoxWhite .topMainMenu li a {
    color: #181818;
}

.topMainMenu li a.active {
    color: #ED6F1F;
    text-decoration: underline;
}

.topMainMenu li a.topMenuButton {
    display: block;
    background-color: #FFFFFF;
    color: #2B2B2A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    margin-left: 10px;
}

.topMenuBoxWhite .topMainMenu li a.topMenuButton {
    background-color: #ED6F1F;
    color: #FFFFFF;
}


@media only screen and (min-width : 768px) {
    .topMainMenu li a {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 40px;
        text-transform: uppercase;
    }
}

@media only screen and (min-width : 992px) {
    .topMainMenu li a {
        font-size: 12px;
        line-height: 80px;
    }
}

@media only screen and (min-width : 1100px) {
    .topMainMenu li a {
        font-size: 13px;
    }
}

@media only screen and (min-width : 1200px) {
    .topMainMenu li a {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 80px;
    }

    .topMainMenu li a.topMenuButton {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
    }

}

@media only screen and (min-width : 1600px) {
    .topMainMenu li a.topMenuButton {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 30px;
    }

}


.headerContent {
    min-height: 650px;

}

@media only screen and (min-width : 768px) {
    .headerContent {
        min-height: 864px;

    }
}

.headerContent h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 620px;
    margin-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .headerContent h1 {
        font-size: 39px;
        line-height: 46px;
    }
}

@media only screen and (min-width : 768px) {
    .headerContent h1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (min-width : 992px) {
    .headerContent h1 {
        font-size: 57px;
        line-height: 66px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerContent h1 {
        font-size: 64px;
        line-height: 77px;
    }
}

.headerSubTitle {
    max-width: 620px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 29px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #181818;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 33px;
        line-height: 41px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

.introBoxes {
    max-width: 725px;
}

@media only screen and (min-width : 992px) {
    .introBoxes {
        position: absolute;
        bottom: -20px;
        right: 10px;
    }
}

@media only screen and (min-width : 1400px) {
    .introBoxes {
        right: -70px;
    }
}

@media only screen and (min-width : 1600px) {
    .introBoxes {
        right: -100px;
    }
}

.introBox {
    padding: 25px 15px 25px 15px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (min-width : 768px) {
    .introBox {
        padding: 30px 30px 0 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
        min-height: 211px;
    }
}



.introBox1 {
    background-color: #7A7A7A;
}

.introBox2 {
    background-color: #181818;
}

.introBox3 {
    background-color: #ED6F1F;
}

.introBoxTitle,
.introBoxTitle span {
    color: White;
    font-weight: 600;
}

.introBoxTitle {
    font-size: 32px;
}

@media only screen and (min-width : 768px) {
    .introBoxTitle {
        font-size: 48px;
    }
}

.introBoxTitle span {
    font-size: 18px;
}

@media only screen and (min-width : 768px) {
    .introBoxTitle span {
        font-size: 24px;
    }
}

.introBoxText {
    color: White;
    font-size: 15px;
    line-height: 140%;
}

.nabidkaBox {
    max-width: 362px;
    min-height: 457px;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    margin: 30px auto;
}

.nabidkaBoxNum {
    position: absolute;
    top: -25px;
    right: 30px;
    background-color: #ED6F1F;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: White;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.nabidkaBoxContent {
    position: relative;
    padding: 30px 30px 10px 30px
}

.nabidkaBoxClaim {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #7A7A7A;
    margin-bottom: 10px;
}

.nabidkaBoxTitle {

    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #414141;
}


.sluzby {
    background-image: url(../pcs/pcs_layout/nabidka-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sluzbaIco {
    padding-left: 87px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 60px;

}

.sluzbaIco1 {
    background-image: url(../pcs/pcs_layout/ico1.svg);
}

.sluzbaIco2 {
    background-image: url(../pcs/pcs_layout/ico2.svg);
}

.sluzbaIco3 {
    background-image: url(../pcs/pcs_layout/ico3.svg);
}

.sluzbaIco4 {
    background-image: url(../pcs/pcs_layout/ico4.svg);
}

.sluzbaIco5 {
    background-image: url(../pcs/pcs_layout/ico5.svg);
}

.sluzbaIco6 {
    background-image: url(../pcs/pcs_layout/ico6.svg);
}

.sluzbaTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.sluzbaIco .text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #9E9E9E;
}


.sluzbyBottomLine {
    border-bottom: 1px solid #484848;
    padding-bottom: 15px;
}

@media only screen and (min-width : 768px) {
    .sluzbyBottomLine {
        min-height: 83px;
        padding-bottom: 0px;
    }

}

.referenceBox {
    max-width: 362px;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 30px;
    margin: 0 auto;
}

@media only screen and (min-width : 768px) {
    .referenceBox {
        max-width: 600px;
    }
}

.referenceBoxSecond {
    margin-top: 52px;
}

.referenceDotInfo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 85px;
    height: 85px;
    background-color: #ED6F1F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.referenceDotInfo p {
    color: White;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.referenceDotInfo p strong {
    display: block;
    color: White;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.referenceTitle {
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 20px;
}

.referenceDot {
    background-image: url(../pcs/pcs_layout/check.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 35px;
    font-weight: 600;
    font-size: 15px;
    color: #555555;
}

.kontakt {
    background-image: url(../pcs/pcs_layout/footer-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 693px;
    background-size: cover;
}

.kontaktTitle {
    font-weight: 600;
    line-height: 140%;
    color: #181818;
    margin-bottom: 20px;
}



.phoneContactIco {
    background-image: url(../pcs/pcs_layout/ico-phone.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.emailContactIco {
    background-image: url(../pcs/pcs_layout/ico-mail.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.phoneContact {
    margin-bottom: 20px;
    margin-top: 20px;

}

.phoneContactText,
.emailContactText {
    height: 48px;
    margin-bottom: 0;
    margin-left: 20px;
    color: #818B8E
}

.phoneContactText strong,
.emailContactText strong {
    display: block;
}

.phoneContactText strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #181818;
}

.emailContactText strong {
    line-height: 140%;
}

.emailContactText strong a {
    font-weight: 600;
    font-size: 20px;
    color: #ED6F1F
}

.formBox {
    background-color: #7A7A7A;
    padding: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.formBox label {
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
}

.formBox label sup {
    color: #ED6F1F;
}

.formBox textarea {
    min-height: 95px;
}

.form-check-label {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 160%;
}

.submitForm {
    width: 150px;
    height: 64px;
    line-height: 64px;
    padding: 0;
    border: none;
    background-color: #ED6F1F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 15px;
    color: White;
    background-image: url(../pcs/pcs_layout/button-arrow.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    padding-right: 20px;
    float: right;
}

.uspesneOdeslani {
    font-weight: bold;
    color: White;
    font-size: 20px;
    margin-bottom: 10px;
}


.footer {
    min-height: 102px;
    background-color: White;
}

.footerLogo {
    background-image: url(../pcs/pcs_layout/footer-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 183px;
    height: 24px;
}

.footerMenu {
    margin-bottom: 0;
}

.footerMenu li {
    list-style-type: none;
}

.footerMenu li a {
    color: Black;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 60px;
}

.footerMenu li a.active {
    color: #509C15;
    text-decoration: underline;
}

@media only screen and (min-width : 768px) {
    .footerMenu li a {
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
        line-height: 60px;
    }
}

@media only screen and (min-width : 992px) {
    .footerMenu li a {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 80px;
    }
}

@media only screen and (min-width : 1200px) {
    .footerMenu li a {
        margin-left: 20px;
        margin-right: 20px;
        line-height: 80px;
    }
}





@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 15px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .topMenuBoxWhite .menuSwitcher {
        top: 15px;
        background-image: url(../pcs/pcs_layout/menu-switch-black.png);
    }

    .openMenu {
        background-color: Black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        font-weight: 600;
        font-size: 18px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #ed6f1f;

        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 768px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}