
@media only screen and (max-width:1700px){

  .wrapper_gallery_swiper_all .prev {
    position: relative;
    left: -75px;
  }
  .wrapper_gallery_swiper_all .next {
    position: relative;
    right: -75px;
  }

  .wrapper_intro_home_page_all {
    margin-top: 350px;
    margin-bottom: 150px;
  }

}

@media only screen and (max-width:1600px){

  .wrapper_gallery_swiper_all .prev {
    position: relative;
    left: -55px;
  }
  .wrapper_gallery_swiper_all .next {
    position: relative;
    right: -55px;
  }

  .wrapper_intro_home_page_all {
    margin-top: 250px;
    margin-bottom: 150px;
  }

}

@media only screen and (max-width:1500px){

  .wrapper_gallery_swiper_all .controls{
    display: none;
  }

}


@media only screen and (max-width: 1400px){

  .container {
    padding: 0 30px;
  }

  .wrapper_intro_home_page_all {
    margin-top: 200px;
    margin-bottom: 125px;
  }

}


@media only screen and (max-width:1200px){

}


@media only screen and (max-width:992px){

  .wrapper_footer_content_all {
    padding: 20px 12px;
  }
  .wrapper_footer_title { order: 1; }
  .wrapper_footer_map { order: 3; }
  .wrapper_footer_content_all { order: 2; }

  .wrapper_footer_container_gdpr_cookies {
    padding-top: 20px;
  }
  .wrapper_footer_content_row {
    padding-bottom: 40px;
  }

  .section_text_img .col-lg-7 {
    order: 1;
  }
  .section_text_img .col-lg-5 {
    order: 2;
  }

}


@media only screen and (max-width:768px){

  .container {
    padding: 0 20px;
  }
  
  .navmenu > li > ul li a {
    color: #16163F;
    font-size: 16px;
    margin-bottom: 0px ;
  }

  .navmenu > li > ul {
    list-style: none;
    padding: 0px;
    opacity: 1;
    margin: 0;
    visibility: visible;
    position: relative;
    top: 0;
    z-index: 1;
    background-color: #fff;
    white-space: nowrap;
  }


  .whrapper_header {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrapper_header_button{
    display: none;
  }

  .navmenu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100vw;
    width: calc(100vw - 150px);
    height: 100%;
    background: #D9D9D9;
    transition: right 0.5s ease;
    z-index: 100;
    padding-top: 100px;
    padding-bottom: 30px;
    list-style: none;
    overflow: auto;
    gap: 20px;
  }
  .navmenu.open {
    right: 0;
    transition: 0.5s;
  }
  .navmenu li a:hover::after {
    width: calc(100% - 80px);
  }
  .navmenu li {
    display: block;
    color: #070707; 
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px 40px !important;
    width: fit-content;
  }
  .navmenu a {
    justify-content: flex-start;
    font-size: 26px ;
  }
  .open_menu {
    display: block;
    width: 40px;
  }
  .menu_opened.open_menu img {
    opacity: 0;
  }
  .menu_opened{
    background-image: url(../img/close.svg);
    z-index: 1000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .wrapper_footer_map {
    height: 350px;
  }

  .wrapper_text h1{
    font-size: 24px;
  }
  .wrapper_text h2{
    font-size: 20px;
    font-weight: bold;
  }
  .wrapper_text h3{
    font-size: 14px;
    font-weight: bold;
  }
  p, ul{
    font-size: 14px;
  }

  .wrapper_swiper_gallery_slide .item_gallery{
    pointer-events: none;
  }
  .item_gallery {
    width: 100%;
  }

  .wrapper_intro_home_page_all {
    margin-top: 125px;
    margin-bottom: 50px;
  }

  .section_gallery .container{
    padding-right: 0;
  }
  .wrapper_swiper_gallery_slide:last-of-type{
    padding-right: 30px;
  }

}


@media only screen and (max-width:500px){

  .logo {
    width: 150px;
  }

  .navmenu {
    width: calc(100vw - 125px);
  }

  .wrapper_intro_home_page_all {
    margin-top: 125px;
    margin-bottom: 50px;
  }

}




@media screen and (max-width: 991px) {
  .cookies_inner {
    max-width: 570px;
    flex-wrap: wrap;
    padding: 20px;
    gap: 24px;
  }

  .cookies_left {
    width: 100%;
    flex: none;
  }

  .cookies_right {
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }

  .cookies_right button {
    flex: auto;
    width: auto;
    font-size: 12px;
    height: 33px;
  }

  .cookies_right > button:last-child {
    order: 1;
  }

  .cookies_right > button:nth-child(1) {
    order: 3;
  }

  .cookies_right > button:nth-child(2) {
    order: 2;
  }

  .cookies_label {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .cookies_desc {
    padding: 0;
  }

  .cookies_desc p {
    font-size: 14px;
    line-height: 1.4;
  }
  .cookis_list {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .cookies_right {
    flex-direction: column;
  }

  .cookies_wrp {
    padding: 10px;
  }

  .cookies_inner {
    gap: 17px;
    padding: 18px;
  }

  .cookies_label {
    font-size: 19px;
  }

  .cookies_desc p {
    font-size: 13px;
    line-height: 1.37;
  }

  .cookies_right > button:nth-child(1) {
    order: 1;
  }

  .cookies_right > button:nth-child(2) {
    order: 2;
  }

  .cookies_right > button:nth-child(3) {
    order: 3;
  }

  .cookis_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px 0;
  }

  .cookis_list li {
    font-size: 15px;
  }

  .cookies_more {
    font-size: 14px;
  }
  .cookies_wrp {
    bottom: -480px;
  }
}
