#respMenu,
#respMenuClose {
  display: none;
}

.resp {
  display: none;
}

/* 1365 */
@media only screen
and (max-width : 1365px) {
  #ladder,
  #structure .center .small {
    display: none;
  }
  main {
    width: 100%;
  }
  #structure .center {
    width: 1000px;
    overflow: hidden;
  }
  #structure .center .big {
    position: absolute;
    top: 0;
    left: -93px;
    height: 100%;
    width: 1093px;
  }
  #structure .left {
    width: calc((100% - 1000px) / 2);
    background-position: right 23px center;
  }
  #structure .right {
    width: calc((100% - 1000px) / 2);
  }
  footer .wrapper,
  nav .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

/* 1280 */
@media only screen
and (max-width : 1280px) {
  #cookie {
    flex-direction: column;
    text-align: center;
  }  
  #cookie a.closer {
    position: relative;
    right: auto;
    margin-top: 10px;
  }
}

/* 1000 */
@media only screen
and (max-width : 1000px) {
  #structure .center#structure .center {
    width: 100%;
  }
  #structure .center .big {
    width: calc(100% + 93px);
  }
  #structure .left,
  #structure .right {
    display: none;
  }
  main {
    padding: 0 20px;
  }
  h1 {
    flex-wrap: wrap;
    width: auto;
    text-align: center;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .image,
  .contact-wrapper .info {
    width: 100%;
  }
  .contact-wrapper .image {
    height: 500px;
  }
  .contact-wrapper .image img {
    object-position: center top;
  }
  .contact-wrapper .info {
    margin-top: 30px;
  }
  #content {
    width: 100%;
  }
  #respMenu {
    display: flex;
    margin: 0 auto;
    height: 100%;
  }
  #respMenu i {
    margin-right: 10px;
    font-size: 30px;
  }
  #respMenuClose {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    font-size: 40px;
    z-index: 10;
  }
  nav .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #cb6f03;
    opacity: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
  }
  nav .wrapper.show {
    opacity: 1;
    z-index: 10;
  }
  nav ul {
    flex-direction: column;
    justify-content: flex-start !important;
    padding-top: 50px;
  }
  nav li {
    margin: 15px 0 !important;
    border-color: rgba(255,255,255,0.2) !important;
  }
  nav .metric::before,
  nav .metric::after {
    background: url(../img/pure-white-metric-closer.png) center center no-repeat;  
    opacity: 0.2;
  }
  .progress h2 {
    align-items: flex-start;
  }
}

/* 768 */
@media only screen
and (max-width : 768px) {
  header {
    height: 150px;
  }
  #structure {
    height: 140px;
  }
  #structure .center .big {
    background: url(../img/structure-big-resp.png) center center no-repeat;
    width: 100%;
    left: 0;
  }  
  #logo {
    width: 160px;
    margin-left: 0;
    bottom: 25px;
  }
  #content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .items.col-2 .entry {
    width: calc((100% / 1) - 20px);  
  }
  #help .entry {
    justify-content: center;
  }
  .notfound i {
    font-size: 220px;
  }
  .items.col-3 .entry {
    width: calc((100% / 2) - 20px);
  }
  .owl-prev span,
  .owl-next span {
    font-size: 50px;
  }
  .owl-prev {
    left: -25px;
  }
  .owl-next {
    right: -25px;
  }
  .owl-nav {
    top: calc(50% - 35px);
  }
  .contact-wrapper .image {
    height: 400px;
  }  
}

/* 550 */
@media only screen
and (max-width : 550px) {
  table td {
    font-size: 14px;
    white-space: nowrap;
  }
  table th {
    font-size: 12px;
  }
  .items.col-3 .entry {
    width: calc((100% / 1) - 20px);
  }
  #impress {
    height: auto;
  }
  #impress .wrapper {
    flex-direction: column;
    padding: 30px 0;
    align-items: center;
  }
  #impress a::before {
    display: none;
  }
  #content {
    padding-bottom: 50px;
  }
  .resp {
    display: block;
  }
  .noresp {
    display: none;
  }
  #tamogatas-2025 {
    padding: 20px 20px 100px 20px;
    background-position: bottom 20px center;    
  }
  #tamogatas-2025 h2 {
    font-size: 22px;
    text-align: center;
  }
  #tamogatas-2025 h3 {
    text-align: center;
    margin-top: 15px;
  }
}