body{
    padding-top: 56px;
    font-family: 'Roboto', sans-serif;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0; /* -1px */
    border: 1px solid #000;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu .show{
    margin-left: 0; /* 2px */
    border:none;
}

.submenu-item{
    color: #FFF;
    font-size: .9em;
}

.submenu-item:hover{
    text-decoration: none;
    color: #FFF;
}

.dropdown-toggle-right::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: .05em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown-toggle-right{
    font-size: .9em;
    color: #FFF;
}

.dropdown-toggle-right:hover{
    text-decoration: none;
    color: #FFF;
}

.dropdown-item{
    font-size: 0.8em;
    color: #FFF;
}

.dropdown-item:hover{
    background-color: #0074be;
    color: #FFF;
    text-decoration: none;
}

.custom-dropdown-menu{
    margin-left: 2px;
}

.brand-img{
    height: 38px;
}

.lang-button{
    font-size: .85em;
    margin-top: 3px;
    margin-right: 8px;
    font-weight: bold;
    float: left;
    color: rgba(0,0,0,.5);
}

.lang-button:hover{
    text-decoration: none;
}

.nav-left{
    display: flex;
    align-items: center;
}

.nav-link{
    font-size: 0.8em;
    font-weight: bold;
}

.btn-secondary{
    border-radius: 0;
    color: #FFF !important;
    background-color: #3e4b5c;
    border-color: #3e4b5c;
}

.btn-primary{
    border-radius: 0;
    color: #FFF !important;
    background-color: #0074be;
    border-color: #0074be;
}

.dropdown-menu{
    border-radius: 0;
    background-color: rgba(0,0,0,0.7);
    border-color: rgba(0,0,0,0.7);
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.custom-hr{
    max-width: 50px;
    border-color: #007eba;
    border-top: 2px solid #eee;
}

.hr-blue{
    max-width: 30px;
    border-color: #007eba;
    border-top: 2px solid #007eba;
}

.section1-background{
   background-repeat: no-repeat;
    background-size: cover;
}

.home-section1-white{
    background-color: rgba(255,255,255,0.9);
}

.home-section1-blue{
    background: rgba(0,116,190,0.9);
}

.section1-services-name{
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.custom-hr-section1-black{
    max-width: 20px;
    border-color: #000;
    border-top: 2px solid #000;
}

.custom-hr-section1-white{
    max-width: 20px;
    border-color: #FFF;
    border-top: 2px solid #FFF;
}

.section1-link-blue{
    font-size: 0.8rem;
    text-decoration: none;
}

.section1-link-blue:hover{
    text-decoration: none;
}

#potential h2{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
}

.hover-sec3{
    background: #FFF;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect .overlay-sec3 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.4em;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hover-sec3 h2{
    text-align: right;
    text-transform: uppercase;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p, .hovereffect hr {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover hr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.section2-desc-small{
    font-size: 0.8em;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section3-desc-small{
    font-size: 0.7em;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section2-desc-big{
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section3-desc-big{
    font-size: 1em;
    text-transform: uppercase;
}

.section2-head-desc{
    color: #0e9cd1;
    font-weight: bold;
    text-transform: uppercase;
}

.section2-head-text{
    text-align: justify;
    padding: 10px 40px;
    line-height: 1.5em;
}

.btn-outline-light-custom, .btn-outline-light-custom:hover{
    margin-top: 40px;
    border-radius: 0;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
}

.btn-outline-light-custom-solutions, .btn-outline-light-custom-solutions:hover{
    margin-top: 20px;
    border-radius: 0;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 0.8rem;
}

.custom-hr-section2-white{
    max-width: 20px;
    border-color: #FFF;
    border-top: 2px solid #FFF;
    margin-top: 30px;
    margin-bottom: 20px;
}

.custom-hr-section2-white-mobi{
    max-width: 20px;
    border-color: #FFF;
    border-top: 2px solid #FFF;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.btn-outline-light-custom-mobi{
    border-radius: 0;
    border: 2px solid #FFF;
    width: 100%;
}

.section2-ico{
    width: 80px !important;
    margin-top: 50px;
}

.photo-special-l{
    padding-left: 0;
}

.photo-special-m{
    padding-left: 0;
    padding-right: 0;
}

.photo-special-r{
    padding-right: 0;
}

#potential-head2, #industry-head2{
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
}

#customers-head2{
    padding: 30px 15px 0 15px;
    margin-bottom: 0;
}

#potential h2, #industry h2, #customers h2{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.section3-banking-text{
    color: #000;
    padding: 30px 30px 0 30px;
    text-align: justify;
}

.potential-mobi{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.potential-mobi h2{
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 30px;
}

.section4-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section4-small-head{
    padding-top: 80px;
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}

.section4-big-head{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
}

.section4-number{
    font-size: 1.8em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}

.section4-number-desc{
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; color: #000 !important; top:calc(50% - 20px); background-color: rgba(0,0,0,0) !important; border: none; font-weight: bold; }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.leftLst:focus, .rightLst:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.footer-category{
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.footer-category-s{
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 3px;
}

ul.dashed {
    list-style-type: none;
    margin: 0;
    color: #8d8d8d;
    padding-left: 5px;
    font-size: 0.8rem;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}

.contact-data-footer{
    font-size: 0.8rem;
    color: #8d8d8d;
}

.hr-footer{
    width: 100%;
    border-color: #8d8d8d;
    border-top: 1px solid #8d8d8d;
}

.footer-link{
    color: #8d8d8d;
    text-decoration: none;
}

.footer-link:hover{
    text-decoration: none;
    color: #737373;
}

.footer-white-link, .footer-white-link:hover{
    color: #FFF;
    text-decoration: none;
    font-size: 0.9em;
}

.footer-blue-link, .footer-blue-link:hover{
    color: #005cbf;
    text-decoration: none;
    font-size: 0.9em;
}

.solutions-menu-head3, .industries-menu-head3{
    color: #0074be;
    padding: 25px 30px 20px 30px;
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: bold;
}

.industries-menu-head3{
    color: #FFF;
    padding: 23px 20px 20px 20px;
}

.industries-menu-a{
    color: #000;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.industries-menu-a:hover{
    color: #0074be;
    text-decoration: none;
}

ul.triangle {
    list-style-type: none;
    margin: 0;
    color: #8d8d8d;
    padding-left: 5px;
    font-size: 0.6rem;
}
ul.triangle > li {
    text-indent: -5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.triangle > li:before {
    content: "〉 ";
    text-indent: -5px;
}

.left-menu-link-grey, .left-menu-link-grey:hover{
    color: #8d8d8d;
    text-decoration: none;
    font-size: 0.9rem;
}

.container-white-sections{
    margin-left: 10%;
    width: 50%;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.8);
}

.container-white-sections-right{
    margin-left: 40%;
    width: 50%;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.8);
}

.container-white-sections-about{
    margin-left: 10%;
    width: 40%;
    padding: 60px 80px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
    line-height: 1.7em;
}

.container-white-sections-about-right{
    margin-left: 50%;
    width: 40%;
    padding: 60px 80px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
    line-height: 1.7em;
}

.value-head{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    margin-bottom: 3px;
    color: #5c5c5b;
    letter-spacing: 2px;
}

.value-text{
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 30px;
    color: #5c5c5b;
}

.solutions-head-small, .solutions-head-small-white{
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 3px;
}

.solutions-head-big, .solutions-head-big-white{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 3px;
}

.solution-text{
    text-align: justify;
    font-size: 0.8rem;
}

.solutions-head-small-white, .solutions-head-big-white{
    color: #FFF;
}

.solution-text-white{
    text-align: justify;
    font-size: 0.8rem;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.text-white{
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.btn-black, .btn-black:hover{
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.container6-solutions{
   padding: 30px;
}

.solutions-feature-header{
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.solutions-feature{
    text-align: center;
    font-size: 0.9rem;
}

.rights{
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9rem;
    padding-top: 10px;
    padding-bottom: 20px;
}

.industries-description-blue{
    width: 300px;
    background-color: #0074be;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #FFF; font-size: 0.8rem;
}

.industries-description-black{
    width: 300px;
    background-color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #FFF; font-size: 1.1rem;
}

.about-privacy-text{
    text-align: justify;
    color: #5c5c5b;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.about-privacy-paragraphs{
    background-color: #FFF;
    padding: 40px 90px;"
}

.custom-white-btn{
    width: 320px;
    border-radius: 0;
}

.contact-l{
    box-sizing: border-box;
    padding-left: 0;
}

.contact-m{
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

.contact-r{
    box-sizing: border-box;
    padding-right: 0;
}

.contact-container{
    padding: 60px 40px;
}

.contact-head3{
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-size: 1em;
}

.contact-city{
    font-size: 1.3em;
    color: #0074be;
    text-transform: uppercase;
    text-align: center;
}

.contact-adress{
    text-align: center;
    color: #FFF;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-city-link, .contact-city-link:hover{
    color: #22b8f0;
    text-decoration: none;
}

.contact-head3-section{
    width: 100%;
    border-bottom: 2px solid #0074be;
    font-size: 0.8em;
    color: #0074be;
    padding-bottom: 4px;
    font-weight: bold;
}

.contact-head-main{
    width: 80%;
    border-bottom: 2px solid #0074be;
    font-size: 1.5em;
    color: #0074be;
    padding-bottom: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-text-normal{
    font-size: 1.3em;
    margin-top: 8px;
    margin-bottom: 8px;
}

.surname{
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #5c5c5b;
}

.contact-position{
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 5px;
    color: #5c5c5b;
}

.contact-contact-data{
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #5c5c5b;
}

.contact-section-link, .contact-section-link:hover{
    color: #005cbf;
    text-decoration: none;
}

.container-white-section-bigger{
    margin-top: 130px;
    margin-bottom: 130px;
}

.slider-small-p{
    font-size: 1rem;
    letter-spacing: 3px;
}

.slider-big-p{
    font-size: 1.3rem;
    letter-spacing: 3px;
}

.slider-big-head{
    font-size: 2rem;
    letter-spacing: 3px;
}

.slider-white-link, .slider-white-link:hover{
    color: #FFF;
    text-decoration: none;
}

.show-hide-magic div{
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.show-hide-magic:hover div, .show-hide-magic:hover h2{
    visibility: visible;
    color: #000 !important;
}

.section3-head{
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    visibility: visible;
    font-size: 1rem !important;
}

.background-form{
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-form-big{
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-form{
    background-color: rgba(255,255,255,0.9);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px 40px;
}

.bg-form-dark{
    background-color: rgba(0,0,0,0) !important;
}

.white-input{
    border-bottom: 1px solid #FFF !important;
}

.form-ask-offer{
    text-transform: uppercase;
    font-size: 0.8em;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 3px;
    letter-spacing: 3px;
}

.form-head{
    text-transform: uppercase;
    font-size: 1em;
    color: #3a3a3a;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.contact-form-label{
    text-transform: uppercase;
    color: #919191;
    font-size: 0.6em;
    font-weight: bold;
}

.form-custom-input, .form-custom-input:focus{
    border: none;
    border-bottom: 1px solid #919191;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
}

.form-custom-select, .form-custom-input:focus{
    all: unset;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    text-align: center !important;
    font-weight: bold;
    color: #fff;
    -webkit-text-fill-color: #fff;
    width: 100%;
    display: block;
    font-size: 0.8rem;
}

.form-black-text, .form-black-text:focus {
    color: #000000;
    border: none;
    border-bottom: 1px solid #919191;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
}

.form-group{
    text-align: center;
}

.help-contact-form{
    font-size: 0.7em;
    color: #d9534f;
}

.g-recaptcha {
    display: inline-block;
}

.founds-head{
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.news-title, .news-title:hover{
    font-size: 1rem;
    color: #383838;
    text-decoration: none;
    line-height: 1.6;
    text-transform: uppercase;
}

.news-data{
    font-size: .7rem;
    color: #0074be;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3px !important;
}

.news-text{
    font-size: 0.8rem;
    text-align: justify;
    margin-bottom: 30px;
}

.cc-window{
    z-index: 9999999 !important;
}

.pagination {
    justify-content: center;
}

.custom-select{
    text-transform: uppercase;
    font-size: .7rem;
}

.custom-height-telemedic{
    height: 210px;
}

.alfa-btn-blue, .alfa-btn-blue:hover{
    background-color: #0074be;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
}

.btn-umow-sie, .btn-umow-sie:hover{
    background-color: #0074be;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 90%;
    text-align: center;
}

.btn-repo, .btn-repo:hover{
    background-color: #0074be;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    width: fit-content;
}

.border-right-medical{
    border-right: 1px solid #005cbf;
}

.event-form-input, .event-form-input:focus{
    color: #000000 !important;
    -webkit-text-fill-color: #000000;
    background-color: #fff;
    border: 1px solid #454545;
    padding: .375rem 0;
    height: auto !important;
    border-radius: 5px;
}

.event-form-select, .event-form-select:focus {
    padding: 8px 30px 8px 10px;
    font-weight: bold;
    border-radius: 5px;
}

.btn-gradient, .btn-gradient:hover{
    background: rgb(6,87,166);
    background: linear-gradient(0deg, rgba(6,87,166,1) 0%, rgba(3,146,216,1) 100%);
    border-radius: 15px !important;
    border: 0;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
}

.event-form-background {
    background-color: #ededed;
}

.event-form-label {
    color: #000;
    letter-spacing: 2px;
}

.career-head {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.career-head-desc {
    text-align: justify;
}

.career-position{
    font-size: 0.8rem;
}

.career-head-border-right{
    border-right: 1px solid black;
}

.career-head2{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.career-find-offer {
    text-align: center;
}

.career-input{
    border-radius: 7px;
}

.offer-square {
    background: rgb(6,87,166);
    background: linear-gradient(0deg, rgba(6,87,166,1) 0%, rgba(3,146,216,1) 100%);
    color: #fff;
    border-radius: 10px;
}

.offer-title{
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

.ofer-department{
    font-size: 1rem;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.offer-city{
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    display: inline-block;
}

.offer-city:not(:last-child):after {
    content: ', ';
    color: #fff;
    font-weight: bold;
}

.offer-city-job {
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
}

.offer-city-job:not(:last-child):after {
    content: ', ';
    color: #000;
    font-weight: bold;
}

.offer-city-h {
    height: 40px;
}

.offer-link, .offer-link:hover {
    text-decoration: none;
}

.career-benefits{
    background: rgb(3,146,216);
    background: linear-gradient(0deg, rgba(3,146,216,1) 0%, rgba(6,87,166,1) 100%);
    color: #fff;
}

.career-search-btn, .career-search-btn:hover {
    background: rgb(6,87,166);
    background: linear-gradient(0deg, rgba(6,87,166,1) 0%, rgba(3,146,216,1) 100%);
    border-radius: 5px !important;
    border: 0;
    color: white;
    text-transform: uppercase;
}

.link-white, .link-white:hover {
    color: #fff;
    text-decoration: none;
}

.hr-career-white{
    width: 80%;
    border-color: #fff;
    border-top: 1px solid #fff;
}

.career-title, .career-title:hover {
    font-size: 1.3rem;
    text-decoration: none;
    color: #0074be;
}

.career-bg-grey{
    background-color: #f6f6f6;
}

.career-more-info, .career-more-info:hover {
    font-weight: bold;
    font-size: 0.8rem;
    color: #fff;
    background: rgb(6,87,166);
    background: linear-gradient(0deg, rgba(6,87,166,1) 0%, rgb(2, 167, 250) 100%);
    border-radius: 5px !important;
    border: 0;
    text-transform: uppercase;
}

.career-time-badge {
    background: rgb(6,87,166);
    background: linear-gradient(0deg, rgba(6,87,166,1) 0%, rgb(2, 167, 250) 100%);
    color: #fff;
    border-radius: 5px !important;
    border: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    width: 80%;
    align-items: center;
}

.career-time-badge img {
    margin-right: 10px;
}

.career-city {
    font-size: 0.9rem;
    color: #454545;
}

.rozmowa-head {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem
}

.rozmowa-content {
    text-align: center;
    font-size: 1rem
}

.career-steps::after {
    content:"";
    background: #5d5d5d;
    position: absolute;
    bottom: 20%;
    left: 0;
    height: 60%;
    width: 1px;
}

.poznaj-career-head {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.poznaj-career-content {
    color: #fff;
    text-align: center;
}

.career-numbers::after {
    content:"";
    background: #fff;
    position: absolute;
    bottom: 20%;
    left: 0;
    height: 80%;
    width: 2px;
}

.career-brand {
    font-size: 1.3rem;
}

.social-ico {
    width: 40px;
    height: 40px;
}

.socials {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.rodo-title{
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
}

.rodo-header{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0074be;
}

.rodo-content {
    padding-top: 80px;
}

.rodo-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.pobieralnia-background{
    background-image: url('../img/pobieralnia-background.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.pobieralnia-head-form{
    color: #143b8a;
    font-size: 30px;
}

.pobieralnia-head2-form{
    color: #143b8a;
    font-size: 20px;
    font-weight: bold;
}

.pobieralnia-label{
    color: #143b8a;
    font-size: 14px;
}

.pobieralnia-input{
    border: 2px solid #143b8a;
    border-radius: 5px;
}

.pobieralnia-text-blue {
    color: #143b8a;
    font-size: 10px;
}

.pobieralnia-head2-repo{
    color: #143b8a;
    font-size: 25px;
    text-align: center;
}

.pobieralnia-material-opis{
    color: #143b8a;
    font-size: 13px;
    text-align: center;
}

.ue-container{
    position: absolute;
    background-color: white;
    width: 75px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 180px;
    z-index: 99;
    border-radius: 0 5px 5px 0;
    border-right: 1px black solid;
    border-top: 1px black solid;
    border-bottom: 1px black solid;

}

.ue-flag {
    width: 50px;
    display: block;
    margin: 0 auto;
}

.ue-container a, .ue-container a:hover {
    margin-top: 2px;
    text-decoration: none;
}

.ue-text, .ue-text:hover {
    font-size: 9px;
    color: black;
    text-decoration: none;
    margin: 3px 0 0 0;
    padding: 0;
}

@media (max-width: 768px){
    body{
        padding-bottom: 45px;
    }

    .custom-dropdown-menu{
        margin-left: 0;
        background-color: #f8f9fa;
        border: none;
    }

    .dropdown-item{
        color: #000;
    }

    .section2-head-text{
        display: none;
    }

    .static2-ico{
        margin-top: 10px;
    }

    .hovereffect .overlay {
        padding: 20px 20px;
    }

    .photo-special-l, .photo-special-m, .photo-special-r, .contact-l, .contact-m, .contact-r{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-small-padding{
        padding-left: 60px;
    }

    .about-privacy-paragraphs{
        background-color: #FFF;
        padding: 40px 20px;"
    }

    .container-white-section-bigger{
        margin-top: 0;
        margin-bottom: 0;
    }

    .carousel-caption{
        top: 60%;
    }

    .slider-big-head{
        font-size: 1rem;
    }

    .slider-big-p{
        font-size: 0.9rem;
    }

    .slider-small-p{
        font-size: 0.8rem;
    }

    .career-steps::after {
        background: #ffffff;
        width: 0;
    }

    .career-numbers::after {
        width: 0;
    }

    .career-head-border-right{
        border-right: none;
    }
}

@media (max-width: 992px){
    .bg-form{
        margin-top: 0;
        margin-bottom: 0;
    }

    .carousel-caption{
        top: 60%;
    }

    .custom-height-telemedic{
        height: auto;
    }

    .border-right-medical{
        border-right: none;
    }

    .socials {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .offer-city-h {
        height: auto;
    }
}

@media (max-width: 1100px){
    .btn-outline-light-custom{
        font-size: 0.6rem;
        margin-top: 20px;
    }

    .container6-solutions{
        padding: 15px;
    }

    .container-white-sections, .container-white-sections-right{
        width: 100%;
        margin: 0;
        padding: 40px;
        background-color: rgba(255,255,255,0.8);
    }

    .container-white-sections-about, .container-white-sections-about-right{
        width: 100%;
        padding: 40px;
        margin: 0;
        background-color: rgba(255,255,255,0.8);
        box-sizing: border-box;
        font-size: 1.3em;
        line-height: 1.4em;
    }

    .custom-white-btn{
        width: 280px;
        border-radius: 0;
    }

    .show-hide-magic div{
        visibility: visible;
    }

    .section3-head{
        color: #000;
    }

    .pobieralnia-background{
        background-position: top right;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .section2-head-text{
        display: none;
    }

    .slider-small-p{
        font-size: 0.8rem;
    }

    .slider-big-p{
        font-size: 1.1rem;
    }

    .slider-big-head{
        font-size: 1.5rem;
    }

    /*.carousel-caption{
        bottom: -5% !important;
    }*/

    .container-white-sections{
        margin-left: 10%;
        width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1500px){
    .custom-height-telemedic{
        height: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px){
    .btn-outline-light-custom{
        margin-top: 5px;
    }

    .section2-head-text{
        padding: 3px 40px;
        line-height: normal;
        font-size: 0.8rem;
    }

    .custom-height-telemedic{
        height: 226px;
    }
}

@media (min-width: 1200px){
    .section3-banking-text{
        padding: 30px 50px 0 50px;
    }

    .container-white-sections{
        margin-left: 10%;
        width: 50%;
    }

    .container-white-sections-right{
        margin-left: 40%;
        width: 50%;
    }
}

@media (min-width: 1807px) and (max-width: 2227px){
    .custom-height-telemedic{
        height: 173px;
    }
}

@media (min-width: 2228px){
    .custom-height-telemedic{
        height: 150px;
    }
}

