/*
html{
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
*/
:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
.enu_diena_page :target::before {
  content: none;
}
#my-menu li a {
  color: white;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  margin: 0;
}
#link-top {
  opacity: 1;
  position: fixed;
  width: -webkit-fill-available;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 4vw 0vw 4vw;
  justify-content: space-between;
  align-items: center;
  z-index: 99992;
  height: 70px;
  top: 0px;
  left: 0px;
  right: 0px;
}
/* Internet Explorer 11+ */
_:-ms-fullscreen,
:root #link-top {
  width: 93%;
}

/* Internet Explorer 10+ */
_:-ms-lang(x),
#link-top {
  width: 93%;
}

@supports (-ms-ime-align: auto) {
  #link-top {
    width: 93%;
  }
}

#banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: center;
}
#logo {
  display: -webkit-flex;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
#logo a {
  padding: 0;
  width: 140px;
}
.menu {
  width: 40px;
  margin-left: 70px;
}
.menu img {
  width: 100%;
  cursor: pointer;
}
.logo {
  background-size: 98%;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
  height: 100px;
  width: 138px;
  z-index: 100;
  position: absolute;
  top: 7px;
}
.login {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  opacity: 0.8;
  z-index: 100;
}
.login a {
  font-size: 12px;
}
.login li {
  display: inline;
  list-style: none;
  margin-right: 13px;
  cursor: pointer;
}
#link-top .login a {
  color: white;
}
.login a:hover {
  color: #2cc654 !important;
}
.login li:hover {
  color: #2cc654 !important;
}
#link-top.show {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#link-top.show .logo {
  background-image: url(../img/logo2.png?ver=20220816);
  height: 53px;
  top: 8px;
  width: 190px;
}
#link-top.show .login a {
  color: rgb(159, 159, 159);
}

.capture {
  position: absolute;
  margin-top: 20vw;
  margin-left: 12vw;
  width: 40%;
}
.capture h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: left;
  font-size: 27px;
  line-height: 1.1;
  padding-bottom: 13px;
}
.capture p {
  margin: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 17px;
  text-align: left;
  opacity: 0.8;
}
#banner span {
  color: #2cc654;
}
.capture span {
  color: #2cc654;
}

#menu-content {
  display: none;
  position: fixed;
  background-color: #285f74;
  padding: 70px;
  padding-top: 7vw;
  top: 0;
  z-index: 99991;
}
#menu-content a {
  font-size: 1.2vw;
  line-height: 1.5;
  font-weight: 400 !important;
  opacity: 1;
  padding-bottom: 0 !important;
}
#menu-content a:hover {
  text-decoration: underline;
}
.yellow:hover {
  color: yellow;
}
.violet:hover {
  color: violet;
}
.greenn:hover {
  color: green;
}
#menu-content li {
  padding: 0;
  line-height: 1.5;
}
.sub {
  margin-left: 27px;
  display: none;
}
div#blog-head-item {
  width: 350px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
input.blog-head-item {
  float: right;
  width: 250px;
}
.blog-head-item2 {
  width: 350px;
  height: 100px;
  box-sizing: border-box;
  border-color: #ccc;
}
input#sl {
  font-family: "Poppins", sans-serif;
  background-color: #16b01a !important;
  color: white;
  font-size: 13px !important;
  padding: 0.5vw 27px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-transform: uppercase;
}

input#sl:hover {
  border: 1px solid #7eb079;
  background-color: #2cc654 !important;
}
/*.collapsed span:before{*/
/*content: "\25BC";*/
/*}*/
/*.expanded span:after{*/
/*content: "\25B2";*/
/*}*/

#topmenu {
  display: flex;
}
@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 900px) {
  #menu-content {
    padding: 20px;
    padding-top: 120px;
    width: 100%;
    font-size: 25px;
  }
  .login {
    /*display:none*/
    width: 74%;
  }
  #link-top .login a {
    font-size: 18px;
  }
  #topmenu {
    margin-top: 2vw;
    justify-content: flex-end;
  }
  .menu {
    width: 50px;
    margin-left: 0;
    position: fixed;
    right: 0;
    margin-top: 60px;
    margin-right: 21px;
  }
  #link-top {
    display: block;
    position: absolute;
    border-bottom: 1px solid #ddd;
    background-color: rgba(206, 206, 208, 0.8);
  }
  #logo a {
    position: absolute;
    top: 16px;
  }
  .logo {
    background-size: contain;
    /*height: 6.5vw;*/
    width: 25vw;
  }
  #banner {
    height: 150vw;
    background-position: center;
  }

  .capture {
    position: relative;
    width: 85%;
    margin: auto;
    text-align: center;
    top: 80vw;
  }
  .capture h2 {
    text-align: center;
    font-size: 83px;
    line-height: 1;
    padding-bottom: 70px;
  }
  .capture p {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
  }
  #menu-content a {
    font-size: 25px;
  }
  #topmenu ul {
    margin-top: 10px;
  }
}
