@media (max-width: 1650px) {
  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 90px;
    margin: 0 0 30px;
  }
  main #main-screen p {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 100px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  main #main-screen .scrol img {
    height: 35px;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 90px;
    margin: 0 0 60px;
  }
  main #reviews-screen h2 span {
    font-size: 60px;
  }
  main #reviews-screen h2 img {
    height: 90px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0 0 40px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 38px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -60px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -60px;
  }
  main #reviews-screen button {
    padding: 15px 35px;
    font-size: 18px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look {
    width: 65%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 27px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 38px;
  }

  footer {
    height: 130px;
    padding: 0 70px;
  }
  footer .address a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 40px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 50px;
    width: 50px;
  }
  footer .address a:last-child img {
    height: 25px;
    width: 25px;
  }
  footer .address a span:first-child {
    height: 50px;
    width: 50px;
    margin: 0 15px 0 0;
  }
  footer .address a img {
    height: 30px;
    width: 30px;
  }
  footer .social a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  footer .social a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 1450px) {
  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 90px;
    margin: 0 0 30px;
  }
  main #main-screen p {
    font-size: 26px;
    line-height: 40px;
    margin: 0 0 100px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  main #main-screen .scrol img {
    height: 32px;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 90px;
    margin: 0 0 50px;
  }
  main #reviews-screen h2 span {
    font-size: 60px;
  }
  main #reviews-screen h2 img {
    height: 90px;
  }
  main #reviews-screen .container-gallery-reviews {
    margin: 0 0 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 34px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -60px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -60px;
  }
  main #reviews-screen button {
    padding: 15px 35px;
    font-size: 18px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look {
    width: 70%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 27px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 38px;
  }

  footer {
    height: 130px;
    padding: 0 50px;
  }
  footer .logo-foot {
    height: 100px;
  }
  footer .address a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 40px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 50px;
    width: 50px;
  }
  footer .address a:last-child img {
    height: 25px;
    width: 25px;
  }
  footer .address a span:first-child {
    height: 50px;
    width: 50px;
    margin: 0 15px 0 0;
  }
  footer .address a img {
    height: 30px;
    width: 30px;
  }
  footer .social a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  footer .social a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1370px) {
  header {
    padding: 0 70px;
  }
  header menu li {
    font-size: 18px;
  }
  header .schedule b {
    font-size: 20px;
  }
  header .schedule span {
    font-size: 18px;
  }

  #drop_menu .head_drop_menu {
    padding: 0 70px;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 20px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 18px;
  }
  #drop_menu menu li {
    font-size: 18px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 90px;
    margin: 0 0 30px;
  }
  main #main-screen p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 80px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  main #main-screen .scrol img {
    height: 30px;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 90px;
    margin: 0 0 30px;
  }
  main #reviews-screen h2 span {
    font-size: 60px;
  }
  main #reviews-screen h2 img {
    height: 90px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 34px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -60px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -60px;
  }
  main #reviews-screen button {
    padding: 15px 35px;
    font-size: 18px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  footer {
    height: 130px;
    padding: 0 40px;
  }
  footer .logo-foot {
    height: 100px;
  }
  footer .address a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 50px;
    width: 50px;
  }
  footer .address a:last-child img {
    height: 25px;
    width: 25px;
  }
  footer .address a span:first-child {
    height: 50px;
    width: 50px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 30px;
    width: 30px;
  }
  footer .social a {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 10px;
    margin: 0 20px;
  }
  footer .social a img {
    height: 25px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1290px) {
  #gallery_look_cont #gallery-look {
    width: 75%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 25px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 34px;
  }
}
@media (max-width: 1220px) {
  header {
    height: 150px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo-head {
    height: 100px;
    width: 100px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu li {
    font-size: 18px;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  #drop_menu .head_drop_menu .logo-head {
    height: 100px;
    width: 100px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 80px;
    margin: 0 0 30px;
  }
  main #main-screen p {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 80px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 80px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 50px;
  }
  main #reviews-screen h2 img {
    height: 80px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 30px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -60px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -60px;
  }
  main #reviews-screen button {
    padding: 15px 35px;
    font-size: 18px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look {
    width: 80%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 25px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 34px;
  }

  footer {
    height: 120px;
    padding: 0 20px;
  }
  footer .logo-foot {
    height: 80px;
    width: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 30px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 45px;
    width: 45px;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 45px;
    width: 45px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1100px) {
  header {
    height: 150px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo-head {
    height: 100px;
    width: 100px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu li {
    font-size: 18px;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 75px;
    margin: 0 0 20px;
  }
  main #main-screen p {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 80px;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #main-screen .scrol img {
    height: 27px;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 80px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 50px;
  }
  main #reviews-screen h2 img {
    height: 80px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 100%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 26px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -45px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -45px;
  }
  main #reviews-screen button {
    padding: 15px 35px;
    font-size: 18px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look {
    width: 92%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 25px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 34px;
  }

  footer {
    height: 120px;
    padding: 15px 25px;
  }
  footer .logo-foot {
    height: 80px;
    width: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 30px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 45px;
    width: 45px;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 45px;
    width: 45px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 15px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 980px) {
  header {
    height: 120px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 90px;
    width: 90px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header .schedule {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 90px;
    width: 90px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 18px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 16px;
  }
  #drop_menu menu li {
    font-size: 18px;
  }
  #drop_menu menu li a {
    padding: 10px 35px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 70px;
    margin: 0 0 20px;
  }
  main #main-screen p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 80px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 70px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 40px;
  }
  main #reviews-screen h2 img {
    height: 70px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 95%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 16px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look {
    width: 100%;
  }
  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 5%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 25px;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    color: rgba(255, 255, 255, 0.7);
    font-size: 34px;
  }

  footer {
    height: 120px;
    padding: 10px 20px;
  }
  footer .logo-foot {
    height: 80px;
    width: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 20px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 920px) {
  footer {
    height: 120px;
    padding: 10px 20px;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 20px 0 0;
  }
  footer .address a:last-child span:last-child {
    display: none;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 0 0 5px;
  }
  footer .social a:first-child span:last-child {
    display: none;
  }
}
@media (max-width: 860px) {
  header {
    height: 120px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 90px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 90px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 18px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 16px;
  }
  #drop_menu menu li {
    margin: 15px 10px;
    font-size: 16px;
  }
  #drop_menu menu li a {
    padding: 10px 35px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-family: "Adigiana";
    font-size: 70px;
    margin: 0 0 20px;
  }
  main #main-screen p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 80px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 70px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 40px;
  }
  main #reviews-screen h2 img {
    height: 70px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 16px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  footer {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: none;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 15px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 820px) {
  footer {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: none;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 10px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child span:last-child {
    display: none;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 0 0 5px;
  }
  footer #developers {
    width: 100%;
    padding: 15px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 750px) {
  header {
    height: 120px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 90px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 90px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 18px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 16px;
  }
  #drop_menu menu li {
    margin: 15px 10px;
    font-size: 16px;
  }
  #drop_menu menu li a {
    padding: 10px 35px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 65px;
    padding: 0 40px;
    margin: 0 0 20px;
    line-height: 50px;
    text-align: center;
  }
  main #main-screen p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 80px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px 30px;
  }
  main #main-screen .link a:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 70px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 40px;
  }
  main #reviews-screen h2 img {
    height: 70px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 95%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 15px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 25px;
    font-size: 14px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  footer {
    height: auto;
    padding: 10px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px 20px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 22px;
    margin: 0 10px 20px;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 650px) {
  header {
    height: 120px;
    width: 100%;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 90px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 65px;
    padding: 0 40px;
    margin: 0 0 20px;
    line-height: 50px;
  }
  main #main-screen p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 60px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 20px 30px;
  }
  main #main-screen .link a:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 15px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 70px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 40px;
  }
  main #reviews-screen h2 img {
    height: 70px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 100px 0 90px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 16px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 9%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 20px;
  }
  #gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: auto;
  }
  #gallery_look_cont #gallery-look .swiper-button-prev {
    left: 35%;
  }
  #gallery_look_cont #gallery-look .swiper-button-next {
    right: 35%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button] {
    top: 97%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    font-size: 22px;
  }

  footer {
    height: auto;
    padding: 10px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px 20px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 22px;
    margin: 0 10px 20px;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 550px) {
  header {
    height: 120px;
    width: 100%;
    padding: 0 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 90px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 18px;
  }
  header .schedule span {
    font-size: 16px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 90px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 18px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 16px;
  }
  #drop_menu menu li {
    margin: 15px 10px;
    font-size: 16px;
  }
  #drop_menu menu li a {
    padding: 10px 35px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 65px;
    padding: 0 40px;
    margin: 0 0 20px;
    line-height: 50px;
  }
  main #main-screen p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 60px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  main #main-screen .link a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px 30px;
  }
  main #main-screen .link a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  main #reviews-screen {
    padding: 50px;
  }
  main #reviews-screen h2 {
    height: 70px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 40px;
  }
  main #reviews-screen h2 img {
    height: 70px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 100px 0 90px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 230px;
    border-radius: 30px;
    overflow: hidden;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 16px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 2%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 20px;
  }
  #gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: auto;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button] {
    top: 90%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    font-size: 22px;
  }

  footer {
    height: auto;
    padding: 10px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 80px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px 30px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 22px;
    margin: 0 10px 20px;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 450px) {
  header {
    height: 100px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #burger_button i {
    height: 1px;
    border: 2px solid #f14635;
  }
  header .logo-head {
    height: 80px;
    width: 80px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 16px;
  }
  header .schedule span {
    font-size: 14px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 80px;
    width: 80px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 16px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 14px;
  }
  #drop_menu menu li {
    margin: 10px 10px;
    font-size: 16px;
  }
  #drop_menu menu li a {
    padding: 10px 35px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 55px;
    padding: 0 10px;
    margin: 0 0 20px;
    line-height: 50px;
  }
  main #main-screen p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 60px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  main #main-screen .link a {
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 10px;
    margin: 0 10px 25px;
  }
  main #main-screen .link a img {
    height: 18px;
    margin: 0 10px 0 0;
  }
  main #main-screen .scrol img {
    height: 25px;
  }
  main #reviews-screen {
    padding: 40px;
  }
  main #reviews-screen h2 {
    height: 60px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 35px;
  }
  main #reviews-screen h2 img {
    height: 60px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 80px 0 70px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 180px;
    border-radius: 30px;
    overflow: hidden;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 14px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 15%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 20px;
  }
  #gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: auto;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button] {
    top: 85%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    font-size: 22px;
  }

  footer {
    height: auto;
    padding: 10px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 80px;
    width: 80px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 10px 20px;
  }
  footer .social a img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 22px;
    margin: 0 10px 20px;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 400px) {
  header {
    height: 100px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo-head {
    height: 70px;
    width: 70px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 14px;
  }
  header .schedule span {
    font-size: 12px;
  }

  #drop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #drop_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #drop_menu .head_drop_menu {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  #drop_menu .head_drop_menu .logo-head {
    height: 70px;
    width: 70px;
  }
  #drop_menu .head_drop_menu .logo-head img {
    height: 100%;
    width: 100%;
  }
  #drop_menu .head_drop_menu .schedule b {
    font-size: 14px;
  }
  #drop_menu .head_drop_menu .schedule span {
    font-size: 12px;
  }
  #drop_menu menu li {
    margin: 10px 10px;
    font-size: 14px;
  }
  #drop_menu menu li a {
    padding: 10px 30px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 45px;
    padding: 0 10px;
    margin: 0 0 20px;
    line-height: 40px;
  }
  main #main-screen p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 60px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  main #main-screen .link a {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 10px 20px;
  }
  main #main-screen .link a img {
    height: 18px;
    margin: 0 15px 0 0;
  }
  main #main-screen .scrol img {
    height: 23px;
  }
  main #reviews-screen {
    padding: 40px;
  }
  main #reviews-screen h2 {
    height: 55px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 32px;
  }
  main #reviews-screen h2 img {
    height: 55px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 70px 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 160px;
    border-radius: 30px;
    overflow: hidden;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 14px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 16%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 20px;
  }
  #gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: auto;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button] {
    top: 85%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    font-size: 22px;
  }

  footer {
    height: auto;
    padding: 10px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 70px;
    width: 70px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 10px 20px;
  }
  footer .social a img {
    height: 15px;
    margin: 0 15px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 15px;
    margin: 0 10px 20px;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 15px;
    margin: 0 15px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 350px) {
  header {
    height: 100px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #burger_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 27px;
  }
  header .logo-head {
    height: 60px;
    width: 60px;
  }
  header .logo-head img {
    height: 100%;
    width: 100%;
  }
  header menu {
    display: none;
  }
  header menu li {
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
  }
  header .schedule b {
    font-size: 14px;
  }
  header .schedule span {
    font-size: 12px;
  }

  main #main-screen {
    height: 100vh;
    width: 100%;
    padding: 25% 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #main-screen h1 {
    font-size: 45px;
    padding: 0 10px;
    margin: 0 0 20px;
    line-height: 35px;
  }
  main #main-screen p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 60px;
  }
  main #main-screen .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  main #main-screen .link a {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 10px 17px 0;
  }
  main #main-screen .link a:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main #main-screen .link a img {
    height: 18px;
    margin: 0 10px 0 0;
  }
  main #reviews-screen {
    padding: 40px;
  }
  main #reviews-screen h2 {
    height: 55px;
    margin: 0;
  }
  main #reviews-screen h2 span {
    font-size: 32px;
  }
  main #reviews-screen h2 img {
    height: 55px;
  }
  main #reviews-screen .container-gallery-reviews {
    width: 85%;
    margin: 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
    margin: 70px 0;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
    height: 160px;
    border-radius: 30px;
    overflow: hidden;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
    font-size: 20px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
    left: -50px;
  }
  main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
    right: -50px;
  }
  main #reviews-screen button {
    padding: 10px 30px;
    font-size: 14px;
  }
  main #map-screen {
    height: 60vh;
    width: 100%;
  }

  #gallery_look_cont #gallery-look #close_gall {
    right: 5%;
    top: 15%;
  }
  #gallery_look_cont #gallery-look #close_gall img {
    height: 20px;
  }
  #gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: auto;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button] {
    top: 85%;
  }
  #gallery_look_cont #gallery-look [class*=swiper-button]::after {
    font-size: 20px;
  }

  footer {
    height: auto;
    padding: 10px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo-foot {
    height: 60px;
    width: 60px;
  }
  footer .address {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .address a {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  footer .address a:last-child span:first-child {
    height: 40px;
    width: 40px;
  }
  footer .address a:last-child span:last-child {
    display: inline;
  }
  footer .address a:last-child img {
    height: 20px;
    width: 20px;
  }
  footer .address a span:first-child {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
  }
  footer .address a img {
    height: 25px;
    width: 25px;
  }
  footer .social {
    margin: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .social a {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 10px 17px 0;
  }
  footer .social a img {
    height: 15px;
    margin: 0 10px 0 0;
  }
  footer .social a:first-child {
    padding: 10px 15px;
    margin: 0 10px 17px 0;
  }
  footer .social a:first-child span:last-child {
    display: inline;
  }
  footer .social a:first-child img {
    height: 15px;
    margin: 0 10px 0 0;
  }
  footer #developers {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-size: 14px;
    border-top: 2px solid #335d53;
  }
  footer #developers p {
    margin: 0 5px 0 0;
  }
}