
body {
    font-family: 'Montserrat Regular';
    color: #666666;
}
.tittle-all {
    margin-top: 30px;
    margin-bottom: 30px;
}
.target{
    margin-top: 15px;
    padding: 15px;
    background-color: #ffffff2e;
}
.target a{
        font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}
.nav-header {
    margin-top: 10px;
}
.nav-header a {
    color: #666666;
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
    padding-left: 15px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nav-header a:hover {
    color: #a8a8a8;
}
.navbar-collapse__no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.navbar-header {
    margin-top: -50px;
}
.header-hr {
    color: #006dd4;
    background-color: #006dd4;
    height: 2px !important;
    width: 850px;
    opacity: 1 !important;
    margin-top: 20px;
    margin-bottom: -5px;
}
.header-hr__pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
}
.header-left__text {
    margin-top: 50px;
    margin-left: 20px;
}
.header-left h2 {
    font-size: 18px;
}
.header-left p {
    font-size: 24px;
}
.header-right {
    text-align: right;
    margin-top: 20px;
}
.header-right span {
    display: block;

}
.header-right span:nth-of-type(2) {
    font-size: 16px;
    font-family: 'Montserrat Medium';
}
.header-right a {
    font-family: 'Montserrat SemiBold';
    font-size: 36px;
    text-decoration: none;
}
.header-right a:link,
.header-right a:visited {
    color: #333333;
}
.header-right a:hover {
    color: #006dd4;
}
.slider {
    position: relative;
    margin-top: 30px;
}
.slider-content {
    position: absolute;
    top: 100px;
    left: 300px;
}
.slider-content h1 {
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    font-size: 48px;

}
.slider-content__about {
    font-size: 22px;
    line-height: 1.2;

}
.slider-btn {
    color: white;
    font-size: 22px;
    background-color: #006dd4;
    padding: 15px 30px 15px 30px;
    margin-top: 30px;
    border: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.slider-btn:hover,
.consultation-btn:hover {
    background-color: #00488c;
}
.attorneys {
    margin-top: 30px;
}
.attorneys-tittle {
    font-size: 36px;
    text-transform: uppercase;
}
.attorneys-list {
    margin-top: 30px;
}
.attorneys-btnInfo {
    background-color: transparent;
    color: white;
    border: none;
    padding: 0;
}
.attorneys-btnInfo:hover {
    color: #bdbdbd;
}
.attorneys-hr,
.attorneys-2-hr,
.attorneys-team-hr {
    color: #006dd4;
    background-color: #006dd4;
    height: 3px !important;
    width: 100%;
    opacity: 1 !important;
    margin-top: 20px;
}
.attorneys-2-hr {
    margin-top: 40px;
}
.attorneys-team-hr {
    margin-top: 0;
    margin-bottom: 0;
    height: 2px !important;
}
.attorneys h3 {
    color: #006dd4;
    font-family: 'Montserrat Medium';
    font-size: 16px;
    padding-top: 20px;
}
.attorneys h4 {
    color: black;
    font-family: 'Montserrat SemiBold';
    font-size: 30px;
}
.attorneys-team {
    margin-top: 20px;
}

.attorneys-team h2 {
    font-size: 18px;
    font-family: 'Montserrat Medium';
    margin-top: 20px;
}
.attorneys-team__role {
    text-align: right;
}
.consultation {
    background-color: #eaefee;
    height: auto;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
}
.consultation h2 {
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 36px;
    padding-top: 60px;
}
.consultation-about {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.consultation-btn {
    width: 100%;
    color: white;
    background-color: #006dd4;
    height: 47px;
    border: none;

}
.consultation input {
    border-radius: 0;
}
.consultation input::-webkit-input-placeholder {
    font-size: 16px;
    text-align: center;
}
.consultation input::-moz-placeholder {
    font-size: 16px;
    text-align: center;
}
.consultation input:-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}
.consultation input::-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}
.consultation input::placeholder {
    font-size: 16px;
    text-align: center;
}

/* Style the tab */
.tab1 {
    background-color: #006dd4;
    color: white;
}
.tablinks-btn1,
.tablinks-btn2 {
    font-size: 24px;
    font-family: 'Montserrat SemiBold';
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tablinks-btn1 {
    background-color: #006dd4;
    color: white;
    border: none;
    padding: 15px 20px 15px 20px ;
}
.tablinks-btn2 {
    background-color: white;
    color: #333333;
    border: none;
    padding: 15px 20px 15px 20px ;
}
.tabcontent2 {
    display: none;
}
.tabcontent1,
.tabcontent2 {

    width: auto;
    position: relative;
}
.tabcontent-fem {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tabcontent-tittle-light,
.tabcontent-tittle-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'Montserrat SemiBold';
}
.tabcontent-tittle-light {
    background-color: #4a97e0;
}
.tabcontent-tittle-dark {
    background-color: transparent;
}
.tabcontent-img {
    padding-right: 10px;
}
.tabcontent-img-right {
    max-height: 750px;
    margin-top: -80px;
}
.about {
    font-size: 16px;
    color: #666666;
}
.about p {
    text-align: justify;
}
.footer {
    background-image: url("../img/footer-map.png");
    height: 581px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}
.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 75px;
    margin-left: 14px;
}
.footer-logo__tittle,
.footer-logo__about {
    font-size: 12px;
    font-family: 'Montserrat Medium';
    text-transform: uppercase;
}
.footer-logo__about {
    font-size: 18px;
}
.footer-logo__left-1 {
    margin-left: 20px;
    padding-top: 20px;
}
.footer-logo__img {
    max-height: 80px;
}
.footer-right {
    text-align: right;
    margin-top: 75px;
    font-size: 18px;
}
.footer-right p {
    line-height: 0.6;
}
.footer-right a:link,
.footer-right a:visited {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.footer-right a:hover,
.footer-right__end a:hover {
    color: #b3b3b3;
}
.footer-right__end {
    margin-top: 40px;
}
.footer-right__end a {
    display: block;
    margin-top: 10px;
}
.footer-right__end a:visited,
.footer-right__end a:link {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.footer-menu a {
    color: white;
}
.footer-menu {
    margin-top: 30px;
}
.qfcapt {
    display: none !important;
}
.qf3label {
    display: none !important;
}
.qf3form.default {
    background: transparent !important;
    padding: 0 !important;
}
.modal1 input {
    margin-top: 20px;
}
.form-control-cus {
    width: 100% !important;
}
@media (max-width: 1400px) {
    .slider-content h1 {
        font-size: 30px;
    }
    .slider-content__about {
        font-size: 18px;
    }
    .slider-content {
        top: 50px;
        left: 20px;
    }
}
@media (max-width: 1200px) {
    .header-right a {
        font-size: 25px;
    }
    .navbar-header {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .header-right a {
        font-size: 20px;
    }
    .header-left__text {
        margin-top: 19px;
        margin-left: 20px;
    }
    .header-left__text h2 {
        font-size: 16px;
    }
    .header-left__text p {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .slider-content h1 {
        font-size: 20px;
    }
    .slider-content__about {
        font-size: 16px;
    }
    .slider-content {
        top: 20px;
    }
    .slider-btn {
        font-size: 14px;
        background-color: #006dd4;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
    }
    .slider-content {
        left: 0;
    }
    .attorneys-btnInfo {
        font-size: 14px;
    }
    .zakon,
    .attorneys-team {
        text-align: center;
    }
    .consultation h2 {
        font-size: 25px;
        padding-top: 30px;
    }
    .consultation input {
        margin-top: 10px;
    }
    .consultation-btn {
        width: 100%;
        color: white;
        height: 40px;
        margin-top: 20px;
    }
    .consultation-about {
        margin-bottom: 0;
    }
    .footer-logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    footer {
        text-align: center;
    }
    .footer {
        height: auto;
    }
    .footer-logo__left-1 {
        padding-left: 0;
        margin-left: 0;
    }
    .footer-right {
        text-align: center;
        margin-top: 20px;
    }
    .footer-menu {
        margin-top: 0;
    }
    .footer-right__end {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .img-slider {
        opacity: 0.5 !important;
    }
    .attorneys-tittle {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .header-left__text p {
        font-size: 16px;
    }
    .img-slider {
        opacity: 0 !important;
    }
    .attorneys-hr {
        margin-top: 15px;
    }
    .slider {
        height: 230px;
        text-align: center;
        background-color: #eaefee;
        width: 100%;
    }
    .slider-content__about {
        font-size: 14px;
    }
    .attorneys h4 {
        font-size: 20px;
        text-align: center;
    }
    .attorneys h3,
    .attorneys p {
        text-align: center;
    }
    .consultation h2 {
        font-size: 18px;
    }
}
