i{
    font-family: 'Open Sans', sans-serif !important;
}
body {
    /*overflow-x: hidden;*/
    font-size: 12px;
}
button:focus {
    outline: none;
}
button {
    outline: none;
}
.flex-contain {
    display: flex;
    /*flex-wrap: nowrap;*/
    align-items:center;
}
#no-data-found {
    color: #ffffff;
    text-align: center;
}
.logo{
    width: 96px;
    height: 36px
}
#form-2{
    display: none ;
}
.navbar-collapse{
    z-index: 99999;
}
.content{
    margin-top: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.home_container{
    align-items: center;
    max-width: 1400px;
    width: 100%;
    padding: 0;
}
.toggler-icon{
    background-color: white !important;
}
.navbar-toggler {
    border: 0 !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: block;
    transition: all 0.2s;
}
/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}
/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */
/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */
/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}
/* navbar end */
.navbar-nav .nav-item .nav-link a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.nav-link{
    /*padding-right: 20px !important;*/
    display: flex;
    align-items: center;
}
.nav-item .dropdown-menu{
    left: auto;
    margin-top: 10px;
}
.languages .nav-item{
    padding-top: 4px !important;
}
.navbar{
    /*overflow-x: hidden;*/

}
.sub_t_g {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #BABABA;
}
.languages .fa-chevron-down{
    display: block !important;

}
.languages select{
    background-color: black;
    color: white;
    border: none;
    width: 80px;
}
.navbar:has(.nav-item:hover){
    background-color: white;
    overflow: unset !important;
}
.nav-item:hover i[disab='false']{
    transform: rotate(180deg);
    color: #F3C05F;
    transition: .5s ease
}
#footer_menu{
    display: flex;
    flex-direction: column;
    height: 170px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.languages .nav-link{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF !important;
}
.languages .dropdown-menu li{
    cursor: pointer;
    height: 50px;
    padding: 12px 16px 12px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #2E5261;
}
.languages .dropdown-menu li:hover{
    background-color: #ECEBE580;
    border-radius: 4px;
}
.languages .dropdown-menu{
    width: 133px;
    height: 136px;
    margin-left: -46px;
    padding: 16px;
    border-radius: 4px;
}
.nav-item{
    font-weight: 400;
}
.navbar .fa-chevron-down{
    color: #1E1E1E;
}
.languages .fa-chevron-down{
    color: #BBBBBB;
}
.navbar-nav .nav-item .nav-link i{
    font-size: 16px;
}
.navbar-nav {
    width: 90%;
    justify-content: space-evenly;
}
#navbarSupportedContent .navbar-nav{
    width: 100%;
    justify-content: space-evenly;
    padding: 0 5px;
}
.dropdown-menu li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
}
.nav-item:hover i[disab='false']{
    transform: rotate(180deg);
    color: #F3C05F;
    transition: .5s ease
}
.languages .nav-link i{
    font-size: 16px !important;
    color: #787878;
}
.nav-link a{
    text-wrap: nowrap;
}
.navbar-expand-xxl .navbar-nav .nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.navbar-expand-xxl .news_for_container{
    overflow-x: hidden !important;
}
.navbar-expand-xxl .nav-link:hover{

}
.placeholder_item a{
    color: #F3C05F !important;
}
#collapseExample {
    position: absolute;
    width: 100%;
    left: 0;
    top: 73px;
    z-index: 9999;
}
#collapseExample .card .home_container{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0 auto;
}
.search{
    width: 13%;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    background-color: #214757;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    align-items: center;
    color: #FFFFFF;

}
.search-input{
    background: none;
    border: 1.25px solid #1E1E1E26;
    color: #1E1E1EB2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.search-input{
    width: 84%;
    height: 56px;
    padding: 14px 24px 16px 24px;
    border-radius: 5px;
    border: 1.25px solid #214757;
}
.get_in_touch{
    height: 100px;
    width: 100%;
    background-color: #214757;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.get_in_touch .home_container{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get_in_touch .home_container .context{
    padding:0;
    margin: 0;
}
.get_in_touch .home_container .context .title{
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}
.get_in_touch .home_container .context .body{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFFB2;
    text-align: center;
}
.get_in_touch .home_container .contact_us{
    /*width: 150px;*/
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #FFFFFF26;
    background: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
}
.navbar_container{
    background-color: #1E1E1E;
    color: white;
    height: 72px;
    margin: 0 !important;
    justify-content: center !important;
}
#form-1 .bi-search,#form-2 .bi-search{
    font-size: 18px;
}
.get_in_touch .home_container .contact_us:hover{
    color: #FFFFFF;
}
.footer{
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 446px;
    margin-top: 99px;
    padding: 60px 40px 60px 40px;
    background-color: #1E1E1E;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.footer .home_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: unset;
    margin: 0 auto;
}
.footer ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    list-style: none;
}
.footer ul li a{
    text-decoration: none;
    color: white;
    margin-right: 10px;
}
.copyright_,.privacy_policy1{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.footer .secondary{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}
.footer button{
    width: 100%;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #1E1E1E;
    text-align: center;
}
.footer input{
    width: 100%;
    height: 56px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #FFFFFF26;
    color: #FFFFFF26;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #1E1E1E;
}
.footer_first,.footer_second{
    display: flex;
    justify-content: space-between;
    /*padding-left: 10px;*/
}
.d_f_c{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.privacy_policy{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color:#FFFFFF26;
}
.get_in_touch .contact_us{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_second{
    min-height: 120px;
}
.footer_second .d_f_c div,.privacy_policy1{
    color: #BABABA;
}
.privacy_policy2{
    display: none !important;
}
.privacy_policy1{
    display: flex !important;
}
.footer_first div ul li{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.footer_first,.footer_second{
    display: flex;
    justify-content: space-between;
    /*padding-left: 10px;*/
}
.footer_first div ul li{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.footer_second .d_f_c div,.privacy_policy1{
    color: #BABABA;
}
.privacy_policy1 a,.privacy_policy2 a,#collapseCredits p a{
    color: #BABABA;
    text-decoration: none;
}
@media all and (max-width: 767px) {
    .social_links0 {
        justify-content: center;
    }

    .footer_first,.footer_second{
        display: flex;
        justify-content: center;
    }
    .navbar_container{
        overflow: hidden
    }
}
@media all and (max-width: 1400px) {
    .content .home_container{
        max-width: 100%;
        padding: 0 15px 0 15px;
    }
    .get_in_touch .home_container{
        padding: 0 10px;
    }
}
@media all and (min-width: 767px) and (max-width: 991px) {
    .search .search-input {
        width: 75%;
    }

    .search .search-btn {
        width: 22%;
    }
}
@media all and (min-width: 1400px) {
    .nav-item:hover .dropdown-menu{
        display: block;
    }
}
@media all and (min-width: 1200px) {
    .navbar-nav .nav-item{
        padding: 19px 0 10px 0;
    }
    .dropdown-menu[data-bs-popper]{
        top: unset!important;
    }
    #navbarSupportedContent .dropdown-menu{
        /*margin-left: -8px;*/
        border-radius: 4px;
        padding: 16px;
    }
    #navbarSupportedContent .dropdown-menu li a{
        padding: 12px 16px 12px 16px;
        border-radius: 4px;
    }
    #navbarSupportedContent .dropdown-menu li:hover a{
        background-color: #ECEBE580 !important;
        border-radius: 4px;
        /*padding: 5px;*/
    }
}
/*/////////////////////////////////////////////////////////////////////////////*/
#header-navbar {
    position: fixed;
    top:0;
    margin: 0;
    height: 74px;
    z-index: 999;
    background-color: #1E1E1E;
    /*background-image: linear-gradient(to right, #165baa, #2487c8);*/
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding-bottom: 0;
    padding-top: 0;

}
#header-navbar .navbar-brand {
    padding:0;

}
#header-navbar .navbar-toggler-icon {
    height: 4px;
    background-color: #ffffff;
    margin-top: 4px;
    display: block;
}
#header-navbar  .home-logo-div {
    width: 78.5px;
    height: 74px;
    background-color: #0e4781;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-navbar  .home-conlaw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3%;
}
.flex-container{
    display: flex;
    flex-wrap: nowrap;
    height: 74px;
}
.concern-dialog{
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    /*line-height: 1.23;*/
    line-height: .83;
    letter-spacing: -0.42px;
    text-align: left;
    color: #ffffff;
}
.law-firm {
    height: 16px;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: -0.3px;
    text-align: left;
    color: #ffffff;
}

#header-navbar .logo-home {
    height:54px;
}
#header-navbar .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}
#navbarSupportedContent {
    height:100%;
}
/*#header-navbar .navbar-nav .active {*/
/*    border-bottom: 2px solid #ffffff;*/
/*}*/
#header-navbar .navbar-nav  {
    display: flex;
    align-items: center;
    height: 100%;
}
#header-navbar .nav-link {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
}
#header-navbar .nav-item .dropdown-menu{
    top: 100%;
    /*padding: 0;*/
}
.languages .nav-item .dropdown-menu{
    top: 75%;
    /*padding: 0;*/
}
#header-navbar .nav-item:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}
/*#header-navbar .nav-item .dropdown-item {*/
/*    color: #FFFFFF;*/
/*    font-size: 13px;*/
/*    padding: .4em 1em;*/
/*}*/
/*#header-navbar .nav-item .dropdown-item:hover {*/
/*    color: #007bff;*/
/*    background-color: transparent;*/
/*}*/
/*#search-button {*/
/*    position: relative;*/
/*    left: -80%;*/
/*    padding: 12px 7%;*/
/*    cursor: pointer;*/
/*    z-index: 3;*/
/*}*/
/*#search-button:focus {*/
/*    outline:none;*/
/*}*/
/*#search-input::-webkit-input-placeholder { !* Chrome/Opera/Safari *!*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*}*/
/*#search-input::-moz-placeholder { !* Firefox 19+ *!*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*}*/
/*#search-input::-ms-input-placeholder { !* IE 10+ *!*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*}*/
/*#search-input::-moz-placeholder { !* Firefox 18- *!*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*}*/
#main {
    /*margin-top: 74px;*/
}



.dropdown-toggle::after {
    content: unset;
}
.dropdown-menu-right {
    width: max-content;
    text-align: right;
    font-size: 10px;
    background-color: #35373a;
    border: 1px solid grey;
    border-radius: unset;
    right:0;
    left:unset;
    top: 47px;
    border-top: unset;
}
.dropdown-menu-right .services-items{
    display: inline-block;
    float: right;
    max-width: 33%;
    margin-left: 1%;
}

.dropdown-list {
    display: block;
    text-decoration: none;
    margin: 0;
}
.dropdown-list:hover {
    text-decoration: none;
    color: #007bff;
}

.drop2, .drop3 {
    margin-left:5px;
}
.search-input {
    line-height: 16px;
    font-size: 14px;
}
#search-form {
    width: 100%;
}
/*#search-input {*/
/*    !*width: 144px;*!*/
/*    height: 36px;*/
/*    border-radius: 18px;*/
/*    border: solid 1px #2572cb;*/
/*    background-color: #0b498f;*/
/*    line-height: 36px;*/
/*    text-indent: 15%;*/
/*    color: #ffffff;*/
/*}*/
#search-form .search-hover,
#search-form .search-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 50px;
    width: 86%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    float: right;
}
#search-form form {
    display: none;
}
.contact_us_title{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
}
.contact-us{
    padding: 60px 0;
}
.contact-us .get-in-touch{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2E5261;
}
.contact-us .bottom,.contact-us .bottom-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-us .bottom a,.contact-us .bottom-2 a{
    margin-top: 5px;
    text-decoration: underline;
}
.contact-us .under_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1EB2;
    width: 80%;
}
.contact-us .address{
    width: 50%;
}
.contact-us .address,.contact-us .email,.contact-us .phone{
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
}
.contact-us iframe{
    width: 100%;
    height: 450px;
}
.contact_us{
    height: 40px;
    padding: 9px 24px 12px 24px;
    border-radius: 5px;
    border: 1.25px solid #404040;
    background: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FFFFFF;
    cursor: pointer;
}
.contact-us{
    display: none;
}
.contact-us .bottom-2{
    display: none;
}
.contact-us .contact-map-row {
    padding-top: 87px;
}
.contact-us .contact-list-div {
    height: 60px;
    display: flex;
    align-items: center;
    color:#ffffff;
    margin-bottom: 10px;
}
.contact-us .contact-list-div:last-child {
    margin-bottom: unset;
}
.contact-us .elipse-tel {
    margin-right: 2%;
}
.contact-us .elipse-tel img {
    height: 50px;
}
.contact-us .tel-p {
    display: inline-block;
    width:100%;
}
.contact-us .tel-p * {
    margin:unset;
}
.contact-us .contact-map-row .contact-list-div span{
    height: 84px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
}
.contact-us .contact-map-row .contact-list-div span p {
    display: inline-block;
}
.contact-us .contact-map-row .contact-list-div span:hover{
    opacity:.5;
}
.contact-us .contact-map-row .contact-list-div a {
    text-decoration: none;
}
.copyright-block {
    text-align: center;
    padding-top: 50px;

}
.copyright-text {
    height: 24px;
    opacity: 0.3;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:85%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border-radius: 7px;
}
#credits .credits a {
    height: 24px;
    opacity: 0.3;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
#credits .credits i {
    width: 8px;
    height: 5px;
    opacity: 0.4;
    color: #ffffff;
    display: inline-block;
    font-family: "Font Awesome 5 Free" !important;
}
#credits .panel-body a,
#credits .panel-body * {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #707070;
}

/*news-nodata*/
#news-nodata {
    text-align: center;
}

/*READ MORE*/
.read-more {
    margin-bottom: 48px;
    height: 38px;
}
.read-more-block {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more .line {
    display: inline-block;
    /*width: calc(100%/3);*/
}

.read-more .left-line, .read-more .right-line {
    height: 1px;
    background-color: #000000;
}

.navbar .bi-chevron-down{
    color: #1E1E1E;
}
/*END*/
.load-more-button {
    height: 38px;
    border-radius: 23px;
    border: solid 1px #000000;
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

/*MEDIA*/

@media all and (max-width: 1400px) {
    .nav-item{
        border-bottom: none !important;
        padding-left: 0 !important;
    }
    .contact-us .bottom{
        display: none;
    }
    .contact-us .bottom-2{
        display: flex;
    }
    .contact-us{
        padding-bottom: 50px;
        height: unset;
        padding-top: 0;
    }
    .contact-us .under_title{
        width: unset;
    }
    .contact-us iframe{
        height: 350px;
        margin: 20px 0;
    }
    .contact-us .col-12:nth-child(1){
        margin: 0;
    }
    .contact-us .address{
        width: unset;
    }
    .nav-link {
        display: flex;
        justify-content: space-between;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 71px;
        width: 100%;
        left: 0;
        padding: 27px 24px;
        background-color: white;
        z-index: 9999999!important;
        height: unset;
    }
    .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0 !important;
        padding-top: 0;
        left: 10px;
        border: none;
        font-size: 20px;
        color: #1E1E1E;
    }
    .languages .dropdown-menu{
        position: absolute !important;
        padding: 16px !important;
        left: unset !important;
        top: 100% !important;
    }
    .languages .nav-link i{
        font-size: 16px !important;
        color: #787878;
    }
    .navbar-nav .nav-item .nav-link a{
        color: black;
        font-size: 30px;
    }
    .search,.search-input{
        width: 100%;
        margin-bottom: 5px;
    }
    #header-navbar {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    #header-navbar .navbar-row{
        width: 100%;
    }
    #header-navbar .navbar-flex-col{
        display: flex;
        justify-content: flex-end;
        padding-right: unset;
    }
    #header-navbar .nav-item {
        width: max-content;
        height:40px;
        display: block;
        align-items: center;
    }
    #header-navbar .navbar-toggler {
        padding: unset;
    }
    #header-navbar .nav-item .dropdown-menu{
        position: absolute;
        left: 100%;
        top: 50%;
    }
    #form-2{
        display: flex !important;
        margin-right: -20px;
    }
    #form-1{
        display: none !important;
    }
    #header-navbar .navbar-collapse .navbar-nav {
        position: fixed;
        top: 74px;
        bottom: 0;
        left:0;
        right:0;
        width: 100%;
        height: 100vh;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-image: linear-gradient(102deg, #165baa, #2487c8);
    }
    #header-navbar .concern-dialog {
        font-size: 19px;
    }
    #header-navbar .law-firm {
        font-size: 12px;
    }
    /*#search-input {*/
    /*    width: 100%;*/
    /*}*/
    #search-button {
        position: relative;
        padding: unset;
        cursor: pointer;
        z-index: 3;
        top: -24px;
        left: 7%;
    }
    /*.navbar-expand-lg .navbar-collapse {*/
    /*    display: none;*/
    /*    flex-basis: unset !important;*/
    /*}*/
    /*.navbar-expand-lg .navbar-toggler {*/
    /*    display: block;*/
    /*}*/

}
@media screen and (max-width: 992px) {
    /*.nav-item{*/
    /*    border-bottom: none !important;*/
    /*    padding-left: 0 !important;*/
    /*}*/
    /*.contact-us .bottom{*/
    /*    display: none;*/
    /*}*/
    /*.contact-us .bottom-2{*/
    /*    display: flex;*/
    /*}*/
    /*.contact-us{*/
    /*    padding-bottom: 50px;*/
    /*    height: unset;*/
    /*    padding-top: 0;*/
    /*}*/
    /*.contact-us .under_title{*/
    /*    width: unset;*/
    /*}*/
    /*.contact-us iframe{*/
    /*    height: 350px;*/
    /*    margin: 20px 0;*/
    /*}*/
    /*.contact-us .col-12:nth-child(1){*/
    /*    margin: 0;*/
    /*}*/
    /*.contact-us .address{*/
    /*    width: unset;*/
    /*}*/
    /*.nav-link {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*#navbarSupportedContent {*/
    /*    position: absolute;*/
    /*    top: 71px;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*    padding: 27px 24px;*/
    /*    background-color: white;*/
    /*    z-index: 9999999!important;*/
    /*    height: unset;*/
    /*}*/
    /*.nav-item .dropdown-menu {*/
    /*    position: relative;*/
    /*    margin-top: 0 !important;*/
    /*    padding-top: 0;*/
    /*    left: 10px;*/
    /*    border: none;*/
    /*    font-size: 20px;*/
    /*    color: #1E1E1E;*/
    /*}*/
    /*.languages .dropdown-menu{*/
    /*    position: absolute !important;*/
    /*    padding: 16px !important;*/
    /*    left: unset !important;*/
    /*    top: 100% !important;*/
    /*}*/
    /*.languages .nav-link i{*/
    /*    font-size: 16px !important;*/
    /*    color: #787878;*/
    /*}*/
    /*.navbar-nav .nav-item .nav-link a{*/
    /*    color: black;*/
    /*    font-size: 30px;*/
    /*}*/
    /*.search,.search-input{*/
    /*    width: 100%;*/
    /*    margin-bottom: 5px;*/
    /*}*/
    .footer{
        padding: 60px 20px 60px 20px !important;
    }
    .footer_second{
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .footer_second{
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    /*#header-navbar {*/
    /*    padding-left: unset !important;*/
    /*    padding-right: unset !important;*/
    /*}*/
    /*#header-navbar .navbar-row{*/
    /*    width: 100%;*/
    /*}*/
    /*#header-navbar .navbar-flex-col{*/
    /*    display: flex;*/
    /*    justify-content: flex-end;*/
    /*    padding-right: unset;*/
    /*}*/
    /*#header-navbar .nav-item {*/
    /*    width: max-content;*/
    /*    height:40px;*/
    /*    display: block;*/
    /*    align-items: center;*/
    /*}*/
    /*#header-navbar .navbar-toggler {*/
    /*    padding: unset;*/
    /*}*/
    /*#header-navbar .nav-item .dropdown-menu{*/
    /*    position: absolute;*/
    /*    left: 100%;*/
    /*    top: 50%;*/
    /*}*/
    /*#form-2{*/
    /*    display: flex !important;*/
    /*    margin-right: -20px;*/
    /*}*/
    /*#form-1{*/
    /*    display: none !important;*/
    /*}*/
    /*#header-navbar .navbar-collapse .navbar-nav {*/
    /*    position: fixed;*/
    /*    top: 74px;*/
    /*    bottom: 0;*/
    /*    left:0;*/
    /*    right:0;*/
    /*    width: 100%;*/
    /*    height: 100vh;*/
    /*    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
    /*    background-image: linear-gradient(102deg, #165baa, #2487c8);*/
    /*}*/
    /*#header-navbar .concern-dialog {*/
    /*    font-size: 19px;*/
    /*}*/
    /*#header-navbar .law-firm {*/
    /*    font-size: 12px;*/
    /*}*/
    /*!*#search-input {*!*/
    /*!*    width: 100%;*!*/
    /*!*}*!*/
    /*#search-button {*/
    /*    position: relative;*/
    /*    padding: unset;*/
    /*    cursor: pointer;*/
    /*    z-index: 3;*/
    /*    top: -24px;*/
    /*    left: 7%;*/
    /*}*/
    .main-welcome {
        height:250px;
    }
    .welcome {
        bottom: 71px;
    }
    .last-news {
        text-align: right;
        font-size: 12px;
        top: unset;
        position: absolute;
        height: auto;
        bottom: 10px;
        right: 0;
        width: 75%;
    }
    .last-news h3 {
        font-size: 18px;
        text-align: right;
    }
    .last-news .news-title {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .last-news .more-btn {
        padding: 0 19%;
    }
    .header-blok-item-col {
        top:-70px;
        height:140px;
    }
    .header-blok-item {
        height:140px;
        background-size: contain;
    }
    .header-blok-item-text {
        font-size: 6vw;
    }


    .main-services {
        height: 600px;
        background-position-y: 663px;
        background-image: unset !important;
        background-color: #f6f6f6;
    }
    .main-services .service_list {
        height:unset;
        margin-top: -170px;
    }
    .spec-menu {
        position: unset;
        top:unset;
    }
    .main-services .view-all {
        bottom: 105px;
    }
    .main-services .view-all .left-line,
    .main-services .view-all .right-line{
        background-color: #000;
        width: calc(100%/3);
    }

    .main-services .view-all .view-all-div .text-white {
        color: #000 !important;
    }
    .view-all .view-all-div {
        font-size: 12px;
    }

    .main-services .list-group-item-action a {
        font-size: 12px;
    }
    .main-services .backcround-gradient {
        height:unset;
    }
    .main-specialists {
        background-repeat: no-repeat;
        background-size: contain;
        height: unset;
        background-color: #302e3b;
        padding-bottom: 25px;
        min-height: unset;
    }
    .main-specialists .spec-menu {
        top: 85px;
        height: unset;
        min-height: 570px;
    }
    .main-specialists .view-all {
        bottom:23px;
    }
    .main-specialists .view-all .left-line,
    .main-specialists .view-all .right-line
    {
        background-color: #fff;
        width: calc(100%/3);
    }
    #specialists-list {
        padding-top: 20px;
    }
    #specialists-list .card-img-top {
        height: 146px;
    }
    #specialists-list .card-body {
        height: 45px;
    }
    #specialists-list .card-body .card-text,
    #specialists-list .card-body .card-title{
        font-size: 12px;
    }
    .specialists-buttons .buttons-div {
        height:33px;
    }
    .specialists-buttons .buttons-url {
        font-size: 11px;
    }
    .specialists-buttons .buttons-col:first-child,
    .analytics-blok .analitics-col:first-child {
        padding-right: unset;
    }
    .specialists-buttons .buttons-col:last-child,
    .analytics-blok .analitics-col:last-child {
        padding-left: unset;
    }


    .main-analytics {
        min-height: 250px;
    }
    .main-analytics .analytics-blok {
        padding-top: unset;
    }
    .main-analytics .analitics-div-image {
        height: 79px;
        background-size: contain;
    }

    .main-analytics .analitics-div .number {
        font-size: 20px;
        line-height:unset;
        margin-bottom: 5px;
    }
    .main-analytics .analitics-div .text {
        font-size: 12px;
    }
    .main-analytics .analitics-div {
        padding-top: 10px;
    }

    .main-about {
        min-height: 182px;
        margin-top: 50px;
    }
    .main-about .header-blok-item-col {
        top: -106px;

    }
    .about-menu {
        min-height: unset;
        margin-top: unset;
        background-color: #f6f6f6;
        padding-bottom: 20px;
    }
    .about-menu .about-list {
        margin-top: -41px;
        margin-bottom: unset;
    }

    .main-partners {
        padding-left: unset;
        padding-right: unset;
    }
    .main-partners .parners-title h3 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #000000;
        margin: 38px 0;
    }

    .map-responsive {
        height:336px;

    }
    .map-responsive iframe {
        border-radius: unset;
    }


    .contact-us {
        min-height: 500px;
    }
    .contact-us .contact-map-row {
        padding-top: 30px;
    }
    .contact-us .elipse-tel {
        margin-right: 8%;
    }
    .contact-us .dialog-soc-row {
        padding-top: 20px;
    }
    .contact-us .contact-map-row .contact-list-div span {
        font-size: 18px;
        font-weight: normal;
    }

}

/*cookie*/
#cookie-section {
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    z-index:11111111;
    padding-bottom: 10px;
    background-color: #f5f2f2;
    border-top-left-radius: 3%;
    border-top-right-radius: 3%;

    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}


@keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.cooki-notice *{
    color: #666666 !important;
    font-size: 13pt !important;
}
.cooki-notice-content {
    padding-top: 20px;
}
.cookie-actions {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
