body{
    overflow-x:hidden;
    font-family: 'Exo 2', sans-serif;
}
a,a:hover{
    text-decoration: none;
    color:#344508;
}
#header{
    border-top:20px solid #739809;
    min-height:80px;
    background:#fff;
}

.main-banner{
    width:100%;
    position:relative;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:6rem 0;
}
.container-form{
    position: absolute;
    left:0;
    right:0;
   
    bottom:-50px;
    
}
.container-form-group{
    position: relative;
    background:#fff;
    border-radius: 0.5rem;
}
#search{
    height:80px;
    border-color:#fff;
    padding-left:80px;
    color:#344508;
    text-transform: uppercase;
}
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#344508;
}
#search::-moz-placeholder { /* Firefox 19+ */
  color:#344508;
}
#search:-ms-input-placeholder { /* IE 10+ */
  color:#344508;
}
#search:-moz-placeholder { /* Firefox 18- */
  color:#344508;
}
#search:focus{
    outline: none;
    box-shadow: none;
}
.label-search{
    width:32px;
    height:32px;
    position: absolute;
    left:20px;
    top:0;
    bottom:0;
    margin:auto;
}
.caption-title{
    text-transform: uppercase;
    color:#fff;
}
.caption-text{
    color:#fff;
    text-align: center;
}
.btn-outline-light {
    color: #fff;
    border-color: #fff;
}
.btn{
    text-transform: uppercase;
}
.btn-lg{
    padding: .5rem 2.5rem;
    font-size: 1rem;
}
.section{
    padding:4rem 0;
    padding: clamp(40px,8vw,80px) 0;
}
.section-title{
    color:#344508;
    text-transform: uppercase;
}
.catalogue-list{
    margin:2rem -5px;
    padding:0;
    list-style: none;
}
.catalogue-list > li{
  float:left;
  width:calc(14.28% - 10px);
  margin:0 5px 10px 5px;
}
.catalogue-list > li a{
  display:block;
  padding:15px;
  border:1px solid #739809;
  position: relative;
  min-height: 150px;
  text-align: center;
    -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.catalogue-list > li a:after{
  content:"";
  top:5px;
  bottom:5px;
  left:5px;
  right:5px;
  position: absolute;
  display:block;
  border:1px solid #cdcdcd;
}
.catalogue-title{
  font-size:0.8rem;
  text-transform: uppercase;
  color:#344508;
  display:block;
  height:42px;
  overflow: hidden;
}
.catalogue-list > li a img{
  width:80px;
  height:80px;
  margin-bottom:0.5rem;
}
.catalogue-list > li a:hover{
  background-color:rgba(39,91,162,0.1);
  background-color:rgba(115,152,9,0.1);
}
.white{
  color:#fff;
}
.section-blue{
  background:#739809;
}
.row.row-small{
  margin:0 -5px;
}
.row.row-small > div{
  padding:0 5px;
}
#footer{
  padding:2rem 0;
  background:#fff;
  border-top:10px solid #739809;
}
.f-text{
  font-size:0.75rem;
  color:#344508;
  text-transform: uppercase;
}
.header-content{
  padding:25px 320px 25px 0;
  position: relative;
}
.logo{
  display:inline-block;
  font-weight: 500;
}
.header-btn{
  display:block;
  width:145px;
  position: absolute;
  top:0;
  bottom:0;
  padding-left:45px;
  height:40px;
  margin:auto;
}
.big-text{
    display:block;
    font-size:0.9rem;
    color:#344508;
    font-weight: 600;
    text-transform: uppercase;
}
.small-text{
    display:block;
    font-size:0.75rem;
    color:#344508;
    text-transform: uppercase;
}
.hb-line{
    left:35px;
    position: absolute;
    background:#bebebe;
    top:5px;
    bottom:5px;
    margin:auto;
    width:1px;
}
.hb-3{ right:0; }
/* .hb-2{ right:160px;} */
.hb-1{ right:155px;}
.hb-0{ right:150px;}

.lang-list{
    list-style: none;
    margin:0;
    padding:0;
}
.lang-list li{
    float:left;
    width:33.33%;
   
    
}
.lang-list li a{
    display:block; 
    padding: 0 5px 0 5px;
    font-size:0.85rem;
    position: relative;
    color:#9d9d9d;
    text-align: center;
}
.lang-list li:first-child a{
    text-align: left;

}
.lang-list li:last-child a{
    text-align: right;

}
.lang-list li:first-child a{
    padding-left:0;
}
.lang-list li a.active{
    color:#344508;
}
.lang-list li a:after{
    content:"";
    position: absolute;
    right:0;
    top:5px;
    bottom:5px;
    width:1px;
    background:#bebebe;
}

.lang-list li:last-child a:after{
    display:none;
}
.header-btn-icon{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:30px;
    height:30px;
    margin:auto;
}
.section-internal-header{
    padding:4rem 0 0.5rem;
     background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.internal-title{
    color:#fff;
    text-transform: uppercase;
    font-size:1.8rem;
}
.card{
    margin-bottom:1.5rem;
    border:0;
}
.card-header{
    padding:0.75rem 1.5rem;
    background:#739809;
    color:#fff;
    border-radius: 0.5rem !important;
}
.card-header h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size:1.1rem;
    margin:0;
}
.list-uppercase li{
    border:0;
    text-transform: uppercase;
    padding: .35rem 1rem;
}
.card-body{
    padding:1rem;
}
.list-uppercase li a{
    display:block;
    font-weight: 500;
    font-size:0.9rem;
}
.blue{
    color:#344508;
}
.title-medium{
    font-size:1.8rem;
}
.title-mediun-flag{
    position: relative;
    padding:1rem 100px 1rem 0;
}
.title-mediun-flag .flag-icon{
    position: absolute;
    right:30px;
    height:43px;
    top:0;
    bottom:0;
    font-size:2.4rem;
    margin:auto;
}
.search-internal .label-search{
    width:20px;
    height:20px;
}
.search-internal #search{
    height:50px;
    padding-left:50px;
}
.fc-center h2{
    text-transform: uppercase;
}
.fc-widget-header{
    background:#739809;
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
}
.fc-widget-content{
    background:#eaeaea;
}
.fc-other-month.fc-past,.fc-other-month.fc-future{
    opacity: 0 !important;
}
.fc-center{
    color:#344508;
}
.fc-unthemed td.fc-today{
    background:#dddbdb !important;  
}
.fc-button-primary{
    border-color:#739809 !important;
    background: #739809 !important;
}
.fc-button-primary:focus{
      box-shadow: 0 0 0 0.2rem rgba(39,91,162,.2) !important; 
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
    float:none !important;
    font-size:1.2rem;
    color:#739809 !important;
    padding:0.5rem;
    font-weight: 500;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color:#fff !important;
}
.fc-day-grid-event{
    padding:0 !important;
    border:0 !important;
}
.fc-head-container.fc-widget-header .fc-day-header{
    border-color:#739809 !important;
}
.fc-day-grid-event .fc-title,.fc-day-grid-event .fc-time{
    color:#739809 !important;
    text-transform: uppercase;
}
.fc-event-container{
    padding:0 0.5rem !important;
}
.fc-day-grid-event .fc-content{
    background:#ffffff;
    
}
.dropdown-arrow{
    width:10px;
    height:10px;
    display: inline-block;
}
.btn-link{
    color:#344508;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #739809 !important;
    background-color: #739809 !important;
}
.custom-control-input:focus:checked~.custom-control-label::before{
    box-shadow: 0 0 0 0.2rem rgba(39,91,162,.2) !important; 
}

.card.card-body {
    padding:0;
    margin-bottom:1rem;
}
.card-body-content{
    border:1px solid #eaeaea;
    position: relative;
    padding:1rem;
    margin-top:1rem;
}

.card-body-content:after, .card-body-content:before {
    bottom: 100%;
    left: 1.5rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.card-body-content:after{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.card-body-content:before{
    border-color: rgba(234, 234, 234, 0);
    border-bottom-color: #eaeaea;
    border-width: 11px;
    margin-left: -11px;
}
.btn-no-pl{
    padding:0rem 0 0.25rem 0;
    text-align: left;
}
.small-icon{
    width:18px;
    height:18px;
    vertical-align: middle;
}
.companies-list,.work-list{
    margin:0 -10px;
    padding:0;
    list-style:none;
}
.companies-list li,.work-list li{
    float:left;
    width:calc(50% - 20px);
    margin:0 10px 40px 10px;
    border:1px solid #e6e6e6;
    position: relative;
    padding:1.8rem 2.5rem 1.8rem 1.8rem;
}
.company-medal{
    position: absolute;
    right:-20px;
    top:-20px;
}
.company-name,.flag-title,.work-title{
    text-transform: uppercase;
    color:#344508;
    font-size:1.4rem;
    margin:0;
    font-weight: 700;
    display: block;
}
.company-sector,.flag-subtitle{
    font-weight: 300;
    font-size:1rem;
    color:#344508;
    text-transform: none;
    display: block;
}
.company-main-information{
    color:#344508;
    font-size:0.9rem;
}
.block-link{
    display:block;
    font-size:0.9rem;
    padding:0.15rem 0 0.15rem 30px;
    position: relative;
}
.block-link img{
    position: absolute;
    top:0.30rem;
    left:0;
}
.list-group-no-padding li{
    padding: .75rem 0;
}
.list-group-no-padding li a,.very-small-text{
    color:#000;
    font-weight: 500;
    font-size:0.8rem;
}
.list-group-comapny{
    line-height:1.2;
}
.tags{
    color:#344508;
    padding:1rem 0;
}
.presetnation-title{
    text-transform: uppercase;
    font-weight: 700;
    color:#344508;
    padding:1rem 0;
    margin:0;
}
.presentation-name{
    display:block;
}
.presentation-btn{
    display:inline-block;
    position:relative;
    padding:0.5rem 0 0.5rem 60px;
    
}
.presentation-btn.presentation-btn-small{
    padding-left:35px;
    font-size:0.9rem;
}
.presentation-icon{
    position: absolute;
    width:48px;
    height:48px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.presentation-btn.presentation-btn-small .presentation-icon{
    width:24px;
    height:24px;
}
.presentation-btn.presentation-btn-small  .presentation-name,.presentation-btn.presentation-btn-small  .presentation-size{
    display:inline-block;
}
.bold-title{
    text-transform: uppercase;
    font-weight: 700;
    color:#344508;
}
.bold{
    font-weight: 700;
}
.company-logo{
    position: relative;
    border:1px solid #e6e6e6;
    padding:0.5rem;
}
.company-logo .company-medal{
    bottom:-10px;
    top:auto;
}
.iframe-container iframe,.iframe-container #map{
    width:100% !important;
    background:#f0f0f0;
}
.gray-box{
    padding:1.5rem;
    background:#eaeaea;
    border-radius: 0.5rem;
}
.gray-box-title{
    color:#344508;
    font-weight: 700;
    font-size:1.1rem;
}
#company-gallery{
    margin:0 -5px 1.5rem -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    
} 
#company-gallery a{
    display:flex;
    align-items: stretch;
    justify-content: center;
    float:left;
    /*width:calc(20% - 10px);*/
    width:calc(16.66666666666% - 10px);
    margin:5px;
    aspect-ratio: 1/1;
}

#company-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.small-text-inline{
    display:inline-block;
}
.btn-very-large{
    font-size:1.2rem;
    padding:1rem 2rem;
}
.btn-primary{
    border-color:#739809 !important;
    background-color:#739809 !important;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:visited,.btn-primary:active{
    border-color:#739809 !important;
    background-color:#739809 !important;
}
.btn-primary:focus{
     box-shadow: 0 0 0 0.2rem rgba(39,91,162,.2) !important; 
}
.initiative-item{
    padding:1rem 300px 1rem  0;
    position: relative;
}
.black{
    color:#000;
}
.like-line{
    height:80px;
    width:1px;
    background:#eaeaea;
    position: absolute;
    top:1rem;
    right:260px;
}
.like-counter{
    color:#4fd520;
    width:130px;
    text-align: center;
    font-weight: 700;
    font-size:1.8rem;
    position: absolute;
    top:2rem;
    right:130px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.dislike-counter{
    color:#d10909;
    display: block;
    width:130px;
    text-align: center;
    font-weight: 700;
    font-size:1.8rem;
    position: absolute;
    top:2rem;
    right:0;
    text-align: center;
    vertical-align: middle;
}
.like-counter img,.dislike-counter img{
    width:30px;
    height:30px;
    vertical-align: middle;
}
.img-inline{
    margin:0 1rem 1rem 0;
    float:left;
    max-width:320px;
}
.initiative-item-not-active{
    padding-left:100px;
}
.initiative-item-not-active .img-inline{
    max-width:220px;
}
.gray-70{
    color:rgba(0,0,0,0.7);
}
.card-body-no-padding{
    padding-left:0;
    padding-right:0;
}
.news-list-item{
    margin-bottom:2rem;
}
.card-body{
    padding:0.5rem 1rem;
}
.toggleContent{
    padding:0.5rem 0 1rem 0;
}
.toggle-title{
    display:block;
    padding:1.15rem 0;
    border-bottom:1px solid #ccc;
}
.toggle-title[aria-expanded="true"]{
    border-bottom-color:#fff;
}
#eduList [class~='toggle-title']:last-of-type {
    border-bottom: 0;
}
.title-normal{
    font-size:1.6rem;
}
.toggleCategoryBtn{
    color:#fff;
    background:url(../images/plus.png) no-repeat right 1rem  center #739809;
    border-radius: 0.5rem;
    display: block;
    padding: 0.75rem 1.5rem;
    position: relative;
}
.toggleCategoryBtn.highlight{
    background:url(../images/minus.png) no-repeat right 1rem  center #739809;
}
.toggleCategoryText{
    color:#fff;
    text-transform: uppercase;
    display:inline-block;
    position: relative;
    padding:5px 80px 5px 0;
    width:320px;
}
.toggle-category-counter{
    position: absolute;
    width:70px;
    border-left:1px solid rgba(255,255,255,0.2);
    top:0;
    bottom:0;
    margin:auto;
    right:0px;
    padding:0 10px;
    text-align: center;
}
.small-title{
    font-size:0.65rem;
    display:block;
    text-align: center;
}
.big-title{
    text-align: center;
    display:block;
    font-size:0.9rem;
}
.record .toggleCategoryText{
    color:#000;
}
.record{
    padding:0.75rem 0;
    display:block;
}
.record-small{
    padding:0.15rem 0;
}
.record .toggle-category-counter{
    border-left:1px solid #c7c7c7;
}
.toggle-categories .toggleContent{
    padding-left:2rem;
}
.toggleCategoryItem{
    margin-bottom:1rem;
}
.profile-data{
    margin-bottom:1rem;
}
.profile-header{
    border-bottom:1px solid #eaeaea;
    padding:0 60px 1rem 0;
    margin-bottom: 1rem;
    position: relative;
}
.edit{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:32px;
    height:32px;
    margin:auto;
    display:block;
}
.red{
    color:#d10909;
}
.green{
    color:#4fd520;
}
#map{
    width:100%;
    height:500px;
}
.map-container{
    margin-bottom:1rem;
}
.pagination{
    margin:1rem 0;
    padding:17px 0;
}
.pagination a{
    color:#344508;
    border:0;
    width:auto;
    min-width: 36px;
    border-radius: 0.25rem;
    margin:0 1px;
}
.pagination a.active{
    color:#fff;
    background:#739809;
}
.blue-form-control{
    border-color:#344508;
}
.form-title{
    background:#739809;
    border-radius: 0.25rem;
    color:#fff;
    margin:1rem 0;
    padding:0.5rem 1rem;
    text-transform: uppercase;
    font-size:1.2rem;
}
.btn-spacing{
    padding-left:2rem;
    padding-right:2rem;
}

.product-or-service-link{
    display:block;
    width:100%;
    position:relative;
}
.service-product-sector{
    display:block;
    width:100%;
}
.company-service-or-product-item{
    padding:1rem 0;
    border-bottom:1px solid #d0d0d0;
}
.transport-direction-list{
    margin:0;
    padding:0;
    list-style:none;
}
.transport-direction-list li{
    padding:0.35rem 0;
    border-bottom:1px solid #eaeaea;
    font-size:0.85rem;
}
.transport-direction-list li span{
    font-size:0.75rem;
}
.transport-direction-list li:first-child span,.transport-direction-list li:last-child span{
    font-size:0.95rem;
}
.company-badges-list{
    margin:1rem 0 1rem 0;
}
.badge-item{
    padding:0.5rem 0.5rem 0.5rem 50px;
    position:relative;
    font-size:0.75rem;
    line-height: 1;
}
.badge-item .align-middle{
    font-size:0.7rem;
}
.badge-icon{
    margin:auto;
    position:absolute;
    width:32px;
    height:32px;
    left:10px;
    top:0.5rem;
    margin:auto;
}

.files-download-list{
    margin:0 0 1rem 0;
    padding:0;
    list-style: none;
}
.files-download-list li{
    float:left;
    padding:0.5rem 0;
}
.list-group-item.list-group-item-border{
    margin:0;
    margin-bottom:1.5rem;
}

.list-group-item.list-group-item-border{
    position:relative;
}
.list-group-item.list-group-item-border:after{
    content:"";
    position:absolute;
    top:100%;
    background:#ccc;
    height:1px;
    left:1rem;
    right:1rem;
}
.files-download-list li a{
    display:block;
    position:relative;
    padding:0 1rem 0 45px;
    border-right:1px solid #ccc;
}
.files-download-list li:last-child a{
    border-right-color:#fff;
}
.download-file-info{
    display:block;
    font-size:0.8rem;
    text-transform: none;
}
.fd-icon{
    position:absolute;
    left:10px;
    top:0;
    bottom:0;
    width:24px;
    height:24px;
    vertical-align: middle;
    margin:auto;
}
.header-content-top{
    border-bottom:1px solid #c9c9c9;
    padding:0.5rem 0;
}
.eu-text,.latest-news{
    font-size: 0.75rem;
    color:#344508;
    text-transform: uppercase;
    display:block;
}
.footer-top{
    border-bottom:1px solid #c9c9c9;
    padding:0 0 2rem 0;
}
.footer-bottom{
    padding:2rem 0;
}
.footer-links{
    margin:0;
    padding:0;
    list-style: none;
}
.footer-links li{
    display:inline-block;
    margin:0 0.25rem 0.25rem 0.25rem;
}
.footer-links li a{
    display:block;
    color:#344508;
    font-weight: 700;
    padding:0.25rem 0.75rem;
}
.copyright,.footer-text{
    padding:0.5rem 0;
    font-size:0.9rem;
    color:#344508;
}
.adversting-block{
    display:block;
    margin:0 auto 30px auto;
    min-height:250px;
    text-align: center;
}
.adversting-block-text{
    display:block;
    max-width:300px;
    border:1px solid #739809;
    padding:15px;
    overflow: hidden;
    position:relative;
}
.adversting-block-text-wrapper{
    top:15px;
    left:15px;
    right:15px;
    bottom:15px;
    position:absolute;
    z-index: 10;
    overflow-y: auto;
}
.adversting-block-title{
    font-size:0.95rem;
    text-align:left;
    padding-right:10px;
}
.adversting-block-paragraph{
    font-size:0.75rem;
    text-align: left;
    margin:0;
    padding-right:10px;
}
.profile-box{
    margin-bottom:30px;
}
.user-header{
    position:relative;
    padding-right:60px;
}
.edit-profile{
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
}
.profile-box .small-text{
    text-transform: none;
    font-size:0.8rem;
}
.user-header .username{
    font-weight: 700;
    text-transform: uppercase;
    font-size:1.2rem;
    line-height: 1;
}
.user-information{
    padding:15px 0;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    margin-top:15px;
}
.user-information-list{
    margin:0;
    padding:0;
    list-style: none;;
}
.user-information-list li{
    padding-bottom: 10px;
}
.user-information-list .black,.profile-box .small-text{
    line-height:1;
}
.user-information-list .black{
    font-size:0.9rem;
}
.user-information-list li:last-child{
    padding-bottom:0;
}

::-webkit-scrollbar {
    width: 6px;
    background: #f0f0f0;
    
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #739809; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #739809; 
}
.filter-form{
    margin-bottom:15px;
}
@media (min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}

@media(max-width:1200px){
    .logo{
        font-size:0.9rem;
    }
}
@media(max-width:1024px){
    .companies-list li, .work-list li{
        width:calc(50% - 20px);
    }
}
@media(max-width:998px){
    .header-content{
      /*padding-right:150px;*/
      /*padding-right:120px;*/
      padding-right:90px;
      padding-top:15px;
      padding-bottom:15px;
    }
    .hb-line, .header-btn .small-text,.header-btn .big-text{
      display:none;
    }
    .header-btn{
      width:30px;
      height:30px;
      padding-left:30px;
    }
    .header-btn-icon{
      width:24px;
      height:30px;
      right:0;
      margin:auto;
    }
    .hb-0{right:35px;}
    /*.hb-1{right:35px;}*/
    /*.hb-2{right:35px;}*/
    .hb-3{right:0px;}
    .lang-box{
      position: absolute;
      width:70px;
      right:0;
      top:100%;
      background:#fff;
      padding:1rem;
      z-index: 100;
      -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      display:none;
    }
    .login-register-dd.visible{
      position: absolute;
      width:140px;
      right:0;
      top:100%;
      background:#fff;
      padding:1rem;
      z-index: 100;
      -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
      display:none;
    }
    .lang-box.visible,.login-register-dd.visible{
      display:block;
    }
    .login-register-dd.visible a,.login-register-dd.visible a span{
      display:block;
      font-size: 0.9rem;
      color:#344508;
      font-weight: 600;
      text-transform: uppercase;
    }
    .lang-list li{
      width:100%;
    }
    .lang-list li a{
      padding:2px 0 2px 0;
      text-align: left !important;
    }
    .lang-list li a:after{
      display:none;
    }
    .logo{
      font-size:0.85rem;
    }
    .catalogue-list > li {
      width: calc(25% - 10px);
    }
    .initiative-item{
      padding: 1rem 0 80px 0;
    }
    .like-counter{
      left:0;
      width:50%;
      right:50%;
      bottom:2rem;
      top:auto;
      font-size:1.2rem;
    }
    .dislike-counter{
      left:50%;
      right:0;
      width:50%;
      bottom:2rem;
      top:auto;
      font-size:1.2rem;
    }
    .like-line{
      width:auto;
      left:0;
      right:0;
      bottom:80px;
      top:auto;
      height:1px;
    }
    .like-counter img, .dislike-counter img {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }
    #company-gallery a{width:calc(20% - 10px);}
}

@media(max-width:768px){
     .catalogue-list > li {
        width: calc(50% - 10px);
    }
    .toggleCategoryBtn .toggleCategoryText{
        width:280px;
    }
    .logo{
        font-size:0.7rem;
    }
    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        font-size:0.9rem;
    }
    .fc-header-toolbar h2{
        font-size:1.2rem !important;
    }
    #calendar{
        margin-top:1rem;
    }
    #company-gallery a{
        width:calc(33.33% - 10px);
    }
    .companies-list li, .work-list li{
        width: 100%;
        margin: 0 0 40px 0;
    }
    .companies-list, .work-list{
        margin: 1rem 0 0 0 ;
    }
    .footer-links li a{
        padding:0 0.75rem;
    }
    .adversting-block-text{
        width:300px;
        height:250px;
    }
    .badge-icon{
        width:24px;
        height:24px;
        top:0.55rem;
    }
    .badge-item{
        padding-left:40px;
        padding-top:0.55rem;
        padding-bottom:0.55rem;
    }
}