/* VARIABLES */
/* MIXINS */
/*************** footer hp************************/
#footer.hp_footer {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #footer.hp_footer {
    margin-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  #footer.hp_footer {
    margin-bottom: 0px;
    margin-top: 100px;
  }
  #footer.hp_footer .upper_footer {
    padding-left: 50px;
  }
  #footer.hp_footer .footer_menu {
    margin-bottom: 50px;
  }
  #footer.hp_footer .footer_menu .footermenu span:hover {
    color: #A37B52;
    text-decoration: underline;
  }
}
#footer.hp_footer .footer_info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
#footer.hp_footer .footer_info #footer_contacts {
  width: 90%;
  margin: 20px auto;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #footer_contacts {
    width: 30%;
    order: 1;
    margin: 0px auto;
    position: relative;
    margin-bottom: 23px;
  }
}
#footer.hp_footer .footer_info .footer_logo {
  display: none;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info .footer_logo {
    display: block;
    width: 40%;
    margin-right: auto;
  }
}
#footer.hp_footer .footer_info .footer_contact {
  margin-bottom: 50px;
}
#footer.hp_footer .footer_info .footer_contact .contact {
  margin: 5px auto;
  color: #797979;
}
#footer.hp_footer .footer_info .footer_contact .contact {
  display: flex;
  align-items: center;
  margin: 8px 0;
  color: #797979;
}
#footer.hp_footer .footer_info .footer_contact .contact.call {
  justify-content: flex-start;
}
#footer.hp_footer .footer_info .footer_contact .contact.call span {
  width: 35%;
  color: #A37B52;
}
#footer.hp_footer .footer_info .footer_contact div {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.3px;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info .footer_contact div {
    font-size: 20px;
  }
}
#footer.hp_footer .footer_info .footer_contact .fi-header {
  font-size: 23px;
  line-height: 35px;
  color: #A37B52;
  position: relative;
  font-family: "Playfair Display", sans-serif;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info .footer_contact .fi-header {
    display: none;
  }
}
#footer.hp_footer .footer_info .footer_contact .fi-header:after {
  content: "";
  border-top: 1px solid #A37B52;
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 0;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info .footer_contact .fi-header:after {
    display: none;
  }
}
#footer.hp_footer .footer_info .footer_menu ul li {
  padding: 2.5px 0;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info .footer_menu ul li {
    padding: 0 0;
  }
}
#footer.hp_footer .footer_info #footer_map {
  background: url("../img/mapa-bez-faxu.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #footer_map {
    display: block;
    width: 45%;
    height: 525px;
    order: 3;
  }
  #footer.hp_footer .footer_info #footer_map img {
    width: 100%;
  }
}
#footer.hp_footer .footer_info #foot_menu {
  display: none;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #foot_menu {
    display: block;
    width: 25%;
    order: 2;
  }
  #footer.hp_footer .footer_info #foot_menu .bottommenu li {
    margin: 5px 0;
  }
  #footer.hp_footer .footer_info #foot_menu span {
    font-size: 20px;
    color: #797979;
  }
  #footer.hp_footer .footer_info #foot_menu span:hover {
    color: #A37B52;
    text-decoration: underline;
  }
}
#footer.hp_footer .footer_info #social_sites {
  width: 100%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #social_sites {
    width: 80%;
    margin: 0;
    justify-content: space-between;
  }
}
#footer.hp_footer .footer_info #social_sites .social_site {
  margin: 0 10px;
  width: 20%;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #social_sites .social_site {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0 0px;
  }
  #footer.hp_footer .footer_info #social_sites .social_site svg {
    width: 36px;
  }
}
#footer.hp_footer .footer_info #social_sites .social_site .social_text {
  display: none;
}
@media (min-width: 1280px) {
  #footer.hp_footer .footer_info #social_sites .social_site .social_text {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
  }
}
#footer.hp_footer #footer_partner_hotels {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f1f1f1;
}
@media (min-width: 1280px) {
  #footer.hp_footer #footer_partner_hotels {
    order: 5;
  }
}
#footer.hp_footer #footer_partner_hotels .fi-header {
  font-size: 24px;
  line-height: 1.4em;
  color: #A37B52;
  letter-spacing: 0.3px;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  margin: 20px 0;
}
@media (min-width: 1280px) {
  #footer.hp_footer #footer_partner_hotels .fi-header {
    display: block;
  }
}
#footer.hp_footer #footer_partner_hotels .footer_hotels {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
#footer.hp_footer #footer_partner_hotels .footer_hotels a {
  width: 25%;
  margin: 10px 25px;
}
#footer.hp_footer #footer_partner_hotels .footer_hotels a img {
  filter: invert(48%) sepia(8%) saturate(10%) hue-rotate(37deg) brightness(98%) contrast(94%);
}
@media (min-width: 1280px) {
  #footer.hp_footer #footer_partner_hotels .footer_hotels a {
    width: 7%;
  }
  #footer.hp_footer #footer_partner_hotels .footer_hotels a.cosmo {
    width: 10%;
  }
}
#footer.hp_footer #footer_partner_hotels .footer_hotels .part_logo {
  margin-bottom: 20px;
}
#footer.hp_footer #footer_partner_hotels .footer_hotels .part_logo img {
  max-width: 100%;
}

/************************ footer hp end **********************/
/********* footer rest pages **********************/
#footer.footer {
  padding-bottom: 50px;
}
#footer.footer .bottom_footer {
  text-align: center;
}
#footer.footer .footer_info {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#footer.footer .footer_info #social_sites {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer.footer .footer_info #social_sites .social_site {
  margin: 15px;
}
#footer.footer .footer_info #social_sites .social_site svg {
  width: 62px;
}
#footer.footer .footer_info #social_sites .social_site span {
  display: none;
}
#footer.footer .footer_info .logo_wrapper {
  width: 100%;
}
#footer.footer .footer_info .logo_wrapper .footer_logo {
  display: none;
}
#footer.footer .footer_info .footer_contacts {
  width: 90%;
  margin: 20px auto;
}
#footer.footer .footer_info .footer_contacts #footer_contact {
  margin-bottom: 50px;
}
#footer.footer .footer_info .footer_contacts #footer_contact .contact {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.3px;
  position: relative;
  font-family: "Poppins", sans-serif;
  margin: 8px auto;
  color: #797979;
}
@media (min-width: 768px) {
  #footer.footer .footer_info .footer_contacts #footer_contact .contact {
    font-size: 20px;
  }
}
#footer.footer .footer_info .footer_contacts #footer_contact .fi-header {
  font-size: 23px;
  line-height: 35px;
  color: #A37B52;
  letter-spacing: 0.3px;
  position: relative;
  font-family: "Playfair Display", sans-serif;
  right: 0;
}
#footer.footer .footer_info .footer_contacts #footer_contact .fi-header:after {
  content: "";
  border-top: 1px solid #A37B52;
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 0;
}
#footer.footer .footer_info .footer_contacts #footer_contact .fs_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Playfair Display", sans-serif;
  margin: 8px auto;
}
#footer.footer .footer_info .footer_contacts #footer_contact .fs_wrapper .fsh {
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.3px;
  color: #A37B52;
  width: 30%;
  max-width: 130px;
}
@media (min-width: 768px) {
  #footer.footer .footer_info .footer_contacts #footer_contact .fs_wrapper .fsh {
    font-size: 18px;
  }
}
#footer.footer .footer_info .footer_contacts #footer_contact .fs_wrapper p {
  display: inline-block;
  flex: 1;
}
#footer.footer .footer_info .extra_info {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 1280px) {
  #footer.footer {
    padding-bottom: 0px;
    margin-top: 80px;
  }
  #footer.footer .footer_info {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer.footer .footer_info #social_sites {
    width: 100%;
    margin: auto;
  }
  #footer.footer .footer_info .logo_wrapper {
    width: 25%;
  }
  #footer.footer .footer_info .logo_wrapper .footer_logo {
    display: block;
    -o-object-fit: none;
       object-fit: none;
  }
  #footer.footer .footer_info .footer_contacts {
    width: 70%;
    justify-content: center;
    min-height: 250px;
    position: relative;
    align-items: center;
  }
  #footer.footer .footer_info .footer_contacts #footer_contact {
    position: absolute;
    width: 50%;
    right: -20px;
  }
  #footer.footer .footer_info .footer_contacts #footer_contact:first-child {
    left: 200px;
  }
  #footer.footer .footer_info .footer_contacts #footer_contact div {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
  }
  #footer.footer .footer_info .footer_contacts #footer_contact .fi-header {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.65px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #footer.footer .footer_info .footer_contacts #footer_contact .fs_wrapper .fsh {
    width: 30%;
    max-width: 170px;
  }
  #footer.footer .footer_info .extra_info {
    width: 25%;
    text-align: left;
    margin: 80px 0 25px;
  }
  #footer.footer .footer_info .extra_info p {
    display: block;
  }
}
#footer.footer #footer_partner_hotels {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  padding-bottom: 30px;
}
@media (min-width: 1280px) {
  #footer.footer #footer_partner_hotels {
    order: 5;
  }
}
#footer.footer #footer_partner_hotels .fi-header {
  font-size: 24px;
  line-height: 1.4em;
  color: #A37B52;
  letter-spacing: 0.3px;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  margin: 20px 0;
}
@media (min-width: 1280px) {
  #footer.footer #footer_partner_hotels .fi-header {
    display: block;
  }
}
#footer.footer #footer_partner_hotels .footer_hotels {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer.footer #footer_partner_hotels .footer_hotels a {
  width: 25%;
  margin: 10px 25px;
}
#footer.footer #footer_partner_hotels .footer_hotels a img {
  filter: invert(48%) sepia(8%) saturate(10%) hue-rotate(37deg) brightness(98%) contrast(94%);
}
@media (min-width: 1280px) {
  #footer.footer #footer_partner_hotels .footer_hotels a {
    width: 7%;
  }
  #footer.footer #footer_partner_hotels .footer_hotels a.cosmo {
    width: 10%;
  }
}
#footer.footer #footer_partner_hotels .footer_hotels .part_logo {
  margin-bottom: 20px;
}
#footer.footer #footer_partner_hotels .footer_hotels .part_logo img {
  max-width: 100%;
}

/********* footer hp tablet *******************/
@media (min-width: 600px) and (max-width: 1279px) {
  #footer.hp_footer .upper_footer .footer_info #footer_contacts {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #footer.hp_footer .upper_footer .footer_info #footer_contacts .footer_contact,
  #footer.hp_footer .upper_footer .footer_info #footer_contacts .footer_menu,
  #footer.hp_footer .upper_footer .footer_info #footer_contacts #social_sites,
  #footer.hp_footer .upper_footer .footer_info #footer_contacts #footer_map {
    width: 48%;
  }
  #footer.hp_footer .upper_footer .footer_info #footer_contacts #social_sites .social_site {
    width: 50px;
  }
  #footer.hp_footer #footer_partner_hotels .footer_hotels a, #footer.hp_footer #footer_partner_hotels .footer_hotels .palace {
    width: 20%;
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  #footer.footer .upper_footer .footer_info .footer_contacts {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #footer.footer .upper_footer .footer_info .footer_contacts #footer_contact,
  #footer.footer .upper_footer .footer_info .footer_contacts .footer_menu,
  #footer.footer .upper_footer .footer_info .footer_contacts #social_sites,
  #footer.footer .upper_footer .footer_info .footer_contacts #footer_map {
    width: 50%;
  }
  #footer.footer .upper_footer .footer_info .footer_contacts #social_sites .social_site {
    width: 50px;
  }
  #footer.footer .upper_footer .footer_info .footer_contacts #footer_contact .fi-header {
    margin-bottom: 10px;
  }
  #footer.footer .upper_footer .footer_info .footer_contacts #footer_contact p {
    display: block;
    width: 71%;
  }
  #footer.footer .upper_footer #footer_partner_hotels .footer_hotels {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer.footer .upper_footer #footer_partner_hotels .footer_hotels a, #footer.footer .upper_footer #footer_partner_hotels .footer_hotels .palace {
    width: 20%;
    margin: 30px 15px;
  }
}

/******** adds *******/
#footer_partner_hotels {
  position: relative;
}
#footer_partner_hotels .vzcopy {
  position: absolute;
  left: 10px;
  font-size: 10px;
  bottom: 0;
}

@media (min-width: 1280px) {
  .sec_lang_ru #footer.hp_footer .upper_footer, .sec_lang_it #footer.hp_footer .upper_footer, .sec_lang_de #footer.hp_footer .upper_footer {
    padding-left: 50px;
  }
  .sec_lang_ru #footer.hp_footer .upper_footer .footer_info .footer_contact .contact span, .sec_lang_it #footer.hp_footer .upper_footer .footer_info .footer_contact .contact span, .sec_lang_de #footer.hp_footer .upper_footer .footer_info .footer_contact .contact span {
    width: 35%;
  }
}/*# sourceMappingURL=footer.css.map */