@import "/data/css/designer_custom.css";

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

#overflow_scroll {
    overflow-y: auto !important;
    max-height: 590px !important;
}

#popup_modal {
    z-index: 9999 !important;
}


/* === FLEXBOX === */

.df {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.dfw {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.dfc {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -ms-flex-direction: column;
}

.f-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
}

.f-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}

.f-2 {
    -ms-flex-positive: 2 !important;
    -webkit-box-flex: 2 !important;
    -webkit-flex-grow: 2 !important;
    flex-grow: 2 !important;
}

.f-3 {
    -ms-flex-positive: 3 !important;
    -webkit-box-flex: 3 !important;
    -webkit-flex-grow: 3 !important;
    flex-grow: 3 !important;
}

.o-0 {
    order: 0;
    -ms-flex-order: 0;
}

.o-1 {
    order: 1;
    -ms-flex-order: 1;
}

.o-2 {
    order: 2;
    -ms-flex-order: 2;
}

.o-3 {
    order: 3;
    -ms-flex-order: 3;
}

.o-4 {
    order: 4;
    -ms-flex-order: 4;
}


.a-c {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.a-e {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}

.a-s {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

.j-c {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.j-e {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}


.j-s {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.j-sb {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.fw {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
}

.fnw {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

/* === FLEXBOX END === */


.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 30px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.boldit {
    font-weight: 800;
}

.underit {
    text-decoration: underline;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #006cb0 !important;
    color: #006cb0;
}


.error p {
    color: unset !important;
}

.cs-form-receipt .title-block {
    margin-bottom: 10px;
}

.cs-form-receipt #form {
    padding-top: 20px;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
    padding-top: 10px;
}

.before-none li::before {
    display: none;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.has-error span {
    color: #a94442 !important;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.error-bubble,
.success-bubble {
    padding: 30px;
    border-radius: 5px;
    margin: 50px 0;
    color: white;
}

.error-bubble > p,
.success-bubble > p {
    color: white;
}

.error-bubble {
    background: #a94442 !important;
}

.success-bubble {
    background: #006cb0 !important;
}

.pad-r-20 {

    padding-right: 20px !important;

}

.error p,
.success p {
    line-height: 35px;
}

.has-error .cs-label-control {
    color: #a94442 !important;
}

.cs-radio-input label {
    border: 2px solid #006cb0;
    padding: 20px 50px;
}

.cs-radio-input label.active {
    background: #006cb0;
    color: white;
}

.cs-radio-input label:hover {
    background: #006cb0;
    color: white;
    transition: all .2s ease;
    cursor: pointer;
}

.cs-radio-input input {
    display: none;
}

.block-time {
    display: block !important;
}

.cs-form-receipt .form-rest {
    transition: all .4s ease;
    max-height: 1px;
}

.cs-form-receipt.opened .form-rest {
    max-height: 1500px;
}

.accordion-item .new-titleblock {
    color: #006cb0 !important;
}

.new-titleblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 30px;
}

.g_map {
    height: 100%;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.space-between {

    padding: 20px 0 !important;
}

.go-left:nth-of-type(2n+1)::after {
    right: unset !important;
    left: 0;
}

.mb-20i {
    margin-bottom: 20px !important;
}

.pb-20i {
    padding-bottom: 20px !important;
}

.mb-50i {
    margin-bottom: 50px !important;
}

.mt-20i {
    margin-top: 20px !important;
}

.mt-50i {
    margin-top: 50px !important;
}

.mb-150i {
    margin-bottom: 150px !important;
}

.breadcrumb-item {
    font-weight: 800;
    text-shadow: 1px 1px 1px #333;
}

.project-cases .cases-item .description .title {
    font-size: 30px;
    color: #006cb0;
}

.cases-item:hover .description .title {
    color: #fff !important;
}

.project-cases .cases-item .description.modra {
    background-color: #006cb0;
}

.project-cases .cases-item:hover .description.modra {
    background-color: #0ac5af;
}

.project-cases .cases-item .description.modra .title {
    color: #fff;
}

.project-cases .cases-item .description.modra .with--line {
    color: #fff;
}

.project-cases .cases-item .description.modra .with--line::after {
    background-color: #fff;
}

.project-cases .cases-item .description.zelena .with--line::after {
    background-color: #fff;
}

.project-cases .cases-item:hover .description.zelena .with--line::after {
    background-color: #006cb0;
}

.project-cases .cases-item .description.zelena {
    background-color: #0ac5af;
}

.project-cases .cases-item:hover .description.zelena {
    background-color: #fff;
}

.project-cases .cases-item .description.zelena .title {
    color: #fff;
}

.project-cases .cases-item .description.zelena .with--line {
    color: #fff;
}

.project-cases .cases-item:hover .description.zelena .title {
    color: #006cb0 !important;
}

.project-cases .cases-item:hover .description.zelena .with--line {
    color: #006cb0;
}

.project-cases .cases-item .description .title:hover {
    color: #FFFFFF;
}

.move-right {
    margin-left: auto;
    margin-right: 50px;
}

.slider-nav .promo-lower .promo-contacts a:hover {

    color: #fff;
    font-weight: 800;

}

.lower-transform {
    text-transform: lowercase;
}

.contact #results {
    width: 100%;
}

.ml-40 {
    margin-left: 40px;
}

.onlyone {
    margin-right: 30px;
}

.everyone {
    margin-left: 30px;
    margin-top: 30px;
}

.pad-70 {
    padding-bottom: 70px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.margin-right-10 {
    margin-right: 10px;
}

.only p {
    font-weight: 600;
    color: #fff !important;
}

.uppercase-transform {
    text-transform: uppercase;
}

.only .title {
    color: #fff !important;
}

.padding-special .tabs-header a {
    text-decoration: none !important;
}

.services-details .padding-special .description-item:nth-of-type(2n+1)::after {
    display: none;
!important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.padd-tb-40 {
    padding: 40px 0;
}

.pobarvaj {
    color: #006cb0
}

.cola {
    color: #82868a;
}

.container-fluid .row.files {
    padding: 0;
    border: none;
}

.ml-0i {
    margin-left: 0 !important;
}

.pad-0 {
    padding: 0 !important;
}

.bhover:hover {

    background-color: #000;

}

.article-search__submit {
    color: #fff;
    border: none;
    height: 35px;
    width: 45px;
    background: #006cb0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.article_search {
    height: 35px;
    border: none !important;
    border-bottom: 2px solid #d7d8d9 !important;
}

.bhover:hover svg {

    color: #fff;

}


.a-under a {
    text-decoration: underline !important;
}

.padding-special {
    padding: 0 250px;
}

.padding-top-bottom {
    padding: 20px 0 !important;
}

.accordion-item .title-block .title {

    color: #006cb0 !important;
}

.maxw100 {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.project-cases .cases-item.jes {
    margin-bottom: 50px;
}

.border-file {
    padding: 18px 48px;
    border: 2px solid #006cb0;
}

.kinfo .error p {
    color: #333 !important;
}

.accordion-item .title::after {
    display: none;
}

.accordion-item.accordion-item--with-shadow {
    background-color: #fff;
    padding: 0;
}

.float-left {
    float: left;
}

.description-item:nth-of-type(2n+1)::after {
    content: "";
    width: 80px;
    height: 100%;
    background-color: #006cb0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.description-item:nth-of-type(2n+1)::after {

    width: 80px;
    display: block;

}

.middle-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.description-item:nth-of-type(2n+1)::after {

    width: 150px;

}

.appleft::before {
    right: unset !important;
    left: 0 !important;
}

.white-text {
    color: #fff !important;
}

#header .button--filled {
    border: 2px solid #006cb0 !important;
}

.hidebefore::before {
    display: none;
}

.sitecolor {
    color: #006cb0 !important;
}

a.sitecolor:hover {
    color: #fff !important;
}


.cooperation-slider .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    padding: 5px;
    cursor: pointer;
}

.cooperation-slider .prev-arrow {
    left: calc(50% - 50px);
}


.cooperation-slider .next-arrow {
    left: calc(50% + 50px);
}

.cooperation-slider .slick-arrow i {
    background: #006cb0;
    padding: 5px 10px;
    color: white;
    border-radius: 75px;
    font-weight: bold;
}

@media (max-width: 1700px) {

    .platform .wrapper .img-background {
        display: none !important;
    }

    .resp-w {
        width: 80px !important;
    }

}


@media (max-width: 1500px) {

    .responsive-hide {
        display: none !important;
    }

}

@media (max-width: 1500px) {

    .description-item:nth-of-type(2n+1)::after {

        display: none;
    }

    .padding-special {
        padding: 0 100px;
    }

}

@media (max-width: 1410px) {
    .font-responsive {
        font-size: 14px;
    }

}

@media (max-width: 1370px) {
    .font-responsive {
        font-size: 12px;
    }

    .font-a {
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 1200px) {
    .font-responsive .button::before {
        padding: 15px 10px !important;
    }

    .font-responsive .button span {
        padding: 15px 10px !important;
    }
}

@media (max-width: 1235px) {
    .margin-responsive {
        margin-right: 20px !important;
    }
}

@media (max-width: 1200px) {

    .font-responsive .button::before {
        padding: 15px 10px !important;
    }

    .font-responsive .button span {
        padding: 15px 10px !important;
    }

    .promo-lower .video-block {
        display: none;
    }

    .promo-lower {
        background-color: #006cb0;
    }

    .slider-nav {
        margin-bottom: 20px;
    }

    .slider-nav {
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        bottom: 160px !important;
    }
}

@media (max-width: 1199px) {
    .res-margin {
        margin: 15px 0 !important;
    }

}

@media (max-width: 1050px) {
    .font-a {
        font-size: 10px !important;
    }

    .font-responsive {
        font-size: 10px !important;
    }
}

@media (max-width: 1050px) {

    .onlyone {
        margin-right: 0;
    }

    .everyone {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }

}

@media (max-width: 992px) {

    .about-welcome .title-block {
        background-size: cover;
    }

    .responsive-hide {
        display: none !important;
    }

    .hidden-area-res {
        display: none !important;
    }

    .cooperation-slider .prev-arrow {
        left: calc(50% - 20px);
    }


    .cooperation-slider .next-arrow {
        left: calc(50% + 20px);
    }

}

@media (max-width: 992px) {
    .padding-special {
        padding: 0 30px;
    }

    .responsive-ipad {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        float: left;

    }

    .mobile_padding_fix {
        padding-bottom: 160px !important;
    }
}


@media (min-width: 767px) and (max-width: 992px) {


    .responsive-col-12 {

        margin: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;

    }


}

@media (max-width: 535px) {

    .responsive-ipad {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        float: left;

    }
}

@media (min-width: 446px) {

    .d-blo {
        display: none !important;
    }

}

@media (max-width: 445px) {

    .d-non {
        display: none;
    }

    .d-blo {
        display: block !important;
    }

}

form .mois label {
    font-size: 15px !important;
    font-weight: normal !important;
}

.mois p {
    font-size: 15px !important;
}


#popup_modal label {
    cursor: pointer;
}

#popup_modal input {
    display: none !important;
}

#popup_modal label:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: calc(50% + 3px);
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    border-radius: 100px;
}

#popup_modal input:checked + label:before {
    border: 1px solid #006DAF;
    background: #006DAF;
}

#popup_modal input:checked + label {
    color: white;
}


#popup_modal label {
    cursor: pointer;
    margin: 5px 3px;
}


.cert-container {
    gap: 25px;
    padding: 15px;
    background: white;
    border-radius: 10px;
}

.cert-container > div {
    height: 100px;
}

.footer-cert img {
    max-height: 100%;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control {
    border-radius: 0;
}


.img-responsive {
    width: 100%;
}






@media screen and (max-width: 1200px) {
    .promo-lower {
        position: relative;
    }    
}
@media screen and (max-width: 991px) {
    body#index {
        padding-top: 110px;
    }
}


.error{
	background-color: #a94442;
	color: #fff;
	padding: 15px 20px;
	margin-bottom: 50px;
}

#contactform .error p,
#contactform .error h4 {
    color: white !important;
}