.header-top{
  position: sticky;
  top: -80px;
  z-index: 999;
  height: 80px;
}
.navbar-area{
  top: 0;
}
.expanded-header .header-top{
  top: 0;
} 
.expanded-header .navbar-area{
  top: 80px;
}
@media only screen and (max-width: 991px) {
  .expanded-header .navbar-area{
    top: 0px;
  }
}
.header-top {
  padding: 0;
  transition: .4s all ease;
}
.navbar-area {
  transition: .4s all ease;
}
.header-top-item .header-top-right > ul {
  position: relative;
  justify-content: flex-end;
}
.header-top-item .header-top-right > ul > li:first-child {
  /*! position: absolute; */
  /*! right: 95px; */
}
.header-top-item .header-top-right > ul > li {
    min-width: 50px;
    overflow: hidden;
    margin-right: 0;
}
.header-top-item .header-top-right > ul > li:first-child {
  width:auto;
  overflow: visible;
  min-width: 89px;
}
.header-top-item .header-top-right > ul > li a {
    display: block;
    width: 40px;
    height: 40px;
	  margin: 20px 5px;
    border-radius: 50px;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: none;
    /* background-color: #0046c0; */
  	background-color: currentColor;
}
.header-top-item .header-top-right > ul > li > a:hover {
	border: none;
  background-color: transparent !important;
	margin: 15px 0;
	width: 50px;
	height: 50px;
}

.header-top-item .header-top-right > ul > li > a svg {
	width: auto;
	height: 75%;
}
.header-top-item .header-top-right > ul > li > a svg * {
	fill: black
}
.header-top-item .header-top-right > ul > li > a:hover svg * {
	fill: #4267b2;
}
.header-top-item .header-top-right > ul > li:last-child > a:hover svg * {
  fill: url(#rg);
}

.header-top-item .header-top-left {
  display: flex;
}

.js-modal-map-link {
  display: flex;
/*   flex-wrap: wrap; */
  padding-left: 50px;
  max-width: 350px;
  min-width: 345px;
  padding-right: 5px;
  /*! padding: 15px 10px 15px 60px; */
  height: 70px;
  margin: 5px;
  border-radius: 20px;
}
.js-modal-map-link:hover {
  background-color: #ffffff !important;
}
.js-modal-map-link:hover * {
  color: black !important;
}
.js-modal-map-link li {
  font-size: 16px !important;
  height: 25px;
}
.js-modal-map-link li:first-child {
  font-size: 16px !important;
  letter-spacing: 1px;
}
.js-modal-map-link li:last-child {
  width: auto;
  padding: 0;
  border-radius: 50px;
  transition: .7s all ease;
  font-size: 14px !important;
}
.js-modal-map-link li svg {
  transition: .4s all ease;
  background-color: black;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 30px;
  margin-right: 0;
  margin-top: -3px;
  margin-right: 3px;
}
.js-modal-map-link li:first-child svg{
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: currentColor;
  border-radius: 50px;
  margin-left: -50px;
  top: 20px;
}
.js-modal-map-link:hover li svg {
  background-color: transparent;
  top:15px;
}
.js-modal-map-link:hover li:first-child svg {
  width: 50px;
  height: 50px;
  padding: 0px;
}
.js-modal-map-link li svg * {
  fill: currentColor;
}
.js-modal-map-link li:first-child svg *{
  fill: black;
}
.js-modal-map-link:hover li:first-child svg * {
  fill: #0046c0; 
}

.header-top-left > ul {
  flex-wrap: wrap !important;
  align-self: flex-end;
  height: 80px;
  flex-direction: row;
  align-content: flex-end !important;
  align-items: flex-end !important;
}
@media (max-width: 1400px) {
  .header-top-left > ul {
      
    flex-direction: column;
    align-content: flex-start !important;
    justify-content: flex-end;
    flex-grow: 1;
  }
}
.header-top-left > ul li {
  margin-bottom: 10px;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.header-top-left > ul li a {
  transition: .4s all ease;
  font-size: 14px;
  border-radius: 10px;
  padding: 5px 15px;
  /*! height: 23px; */
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .header-top-left > ul li a {
    padding: 3px 10px;
  }
  .header-top-left > ul li:first-child a {
    margin-bottom: 2px;
  }
}
.header-top-left > ul li:first-child {
  /*! height: 28px; */
  /*! padding: 5px; */
  border-radius: 50px;
  background-color: transparent;
  /*! margin: 0 7px 0 0; */
}
.header-top-left > ul li svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50px;
  background-color: currentColor;
  margin: 0 7px 0 0;
}
.header-top-left > ul li svg * {
  fill: black
}
.header-top-left > ul li a:hover {
  color: #0046c0 !important;
  background-color: #ffffff;
}
.header-top-left > ul li a:hover svg {
  transition: .4s all ease;
  background-color: transparent;
  padding: 0;
}
.header-top-left > ul li a:hover svg *{
  fill: #0046c0;
}
.main-nav nav .navbar-nav {
  margin-left: 15px;
}
@media (min-width: 992px) {
    .navbar-nav {
      flex-shrink: 1;     
      justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .navbar-nav::before {
    display: none
  }
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
  width: 200px;
}
.main-nav nav .navbar-nav li.nav-item a{
  font-size: 14px;
}

.header-top-item .header-top-right .widget_polylang a {
  display: flex;
  flex-direction: row;
  width: 190px;
  height: 80px;
  margin: 0;
}
.widget_polylang a svg {
/*   display: flex; */
  position: relative;
  width: 30px;
/*   align-self: flex-end; */
  margin-bottom: -40px;
  margin-left: -15px !important;
  transition: .4s all ease;
}
.widget_polylang[data-lang=uk] a svg {
  z-index: 0;
}
.widget_polylang[data-lang=ru] a svg {
  z-index: 1;
  transform: scale(1.3);
  transition: .7s all ease;
}
.widget_polylang[data-lang=uk] a:hover svg {
  z-index: 1;
  transform: scale(1.3);
}
.widget_polylang[data-lang=ru] a:hover svg {
  z-index: 0;
  opacity: 0;
  transform: none;
}
.header-top-item .header-top-right .widget_polylang a svg:first-child {
  width: 60px;
  margin: 0 !important;
  z-index: 1;
  transform: none;
  opacity: 1;
}
.header-top-item .header-top-right .widget_polylang[data-lang=ru] a:hover svg:first-child {
	transform: scale(1.3);
}
.mobile-header-sticky-contacts {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-header-sticky-contacts {
    display: sticky;
  }
}
/* .widget_polylang li {
  opacity: 1;
  display: block
  position: relative;
  margin-left: -35px !important;
  margin-bottom:  !important;
}
.widget_polylang[data-lang=uk] li a[lang=uk] {
  z-index: 1;
}
.widget_polylang li a {
  margin-bottom: -15px !important;
}
.lang-header-pc li:not(:last-child)::after {
  display: none;
}
.widget_polylang svg {
  width: 30px;
  height: auto;
}
.widget_polylang li:first-child {
  margin-left: 0 !important;
  z-index: 0;
}
.widget_polylang li:first-child a {
  margin: 0 !important;
}
.widget_polylang li:first-child svg{
  width: 60px;
} */