@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@400;700;900&family=Open+Sans:wght@400;800&family=Oswald:wght@700&display=swap");
.main {
  position: relative;
  width: 100%;
  height: auto;
}

/*/////////////////////////////// ОБНУЛЕНИЕ СТИЛЕЙ /////////////////////////////////////////*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
html,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  padding: 0;
  margin: 0;
  font-family: montserrat;
}

body, html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*///////////////////////// КОНЕЦ ОБНУЛЕНИЯ ///////////////////////////////////////////*/
.top {
  height: 100vh;
  width: 100%;
  min-height: 5.5vw;
  background: url("../img/photos/top-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-container {
  max-width: 88.88vw;
  height: 100vh;
  margin: 0 auto;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-header {
  width: 100%;
  height: 80px;
  margin-bottom: 70px;
}

/*======================== heder-fixed ================================*/
.container-secondary {
  width: 88.88vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header-body-secondary {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  min-height: 5.55vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -88.88vw;
  left: 0;
  width: 100%;
  height: 5.5vw;
  background-color: #fff;
  z-index: 500;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fixed {
  top: 0;
  opacity: 1;
}

.top-header-logo-link-secondary {
  display: block;
  width: 7.3vw;
  height: 3.1vw;
  background-image: url("../img/svg/footer-logo.svg");
  background-position: center center;
  background-size: cover;
}

/*======================== end heder-fixed ================================*/
.top-header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  min-height: 5.55vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header-logo-link {
  display: block;
  width: 7.3vw;
  height: 3.1vw;
  background-image: url("../img/svg/logo.svg");
  background-position: center center;
  background-size: cover;
}

.top-header-currensy-value {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.66vw;
  margin-right: 2vw;
  margin-left: 51.6vw;
}

.currensy {
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.66vw;
}

.top-header-menu-button {
  cursor: pointer;
  display: block;
  width: 4vw;
  height: 4vw;
  margin-top: 0;
  background-image: url("../img/svg/menu.svg");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-header-menu-button:hover {
  background-image: url("../img/svg/hover-menu.svg");
}

.top-header-menu-button-close {
  display: none;
  position: relative;
  width: 22px;
  height: 22px;
}

.top-header-menu-button-close::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-header-menu-button-close::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*======================= CONTENT BLOCK ================================*/
.top-content {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.top-title h1 {
  width: 64.6%;
  height: 8.1%;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.6vw;
  margin-bottom: 4vw;
}

/*======================== ICONS BLOCK =================================*/
.ab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.cd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57.5vw;
  margin-bottom: 83px;
}

.top-icons-block {
  position: relative;
  width: 14.3vw;
  height: 11.6vw;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top-icons-block:first-child {
  border-left: none;
}

.top-icons-icon {
  width: 2.77vw;
  height: 2.77vw;
  margin-bottom: 0.62vw;
  margin-left: 2.7vw;
}

.top-icons-title {
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.6vw;
  margin-left: 2.7vw;
}

.top-icons-button {
  position: absolute;
  bottom: 0.41vw;
  right: 2.36vw;
  display: block;
  height: 2.77vw;
  width: 2.77vw;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-icons-button::before {
  content: "";
  height: 0.625vw;
  width: 0.138vw;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-icons-button::after {
  content: "";
  height: 0.625vw;
  width: 0.138vw;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-icons-button:hover {
  background-color: #e6bd00;
}

.top-icons-button:hover::after {
  background-color: #fff;
}

.top-icons-button:hover::before {
  background-color: #fff;
}

/*========================= ABOUT BLOCK =====================================*/
.top-about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-about-block-title {
  width: 100%;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  margin-bottom: 1.2vw;
  padding: 0;
}

.top-about-block-subtitle {
  text-align: left;
  min-height: 6.6vw;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.top-about-block-buttons {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-mngr-btn {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 17vw;
  height: 4.1vw;
  background-color: #e6bd00;
  border: 0.065vw solid transparent;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  padding: 1.2vw 1.5vw;
  margin-left: 2vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1.6vw;
}

.top-mngr-btn:hover {
  border: 0.065vw solid #000;
  background-color: #fff;
  color: #000;
  padding: 1.2vw 1.5vw;
}

.top-cntct-btn {
  position: relative;
  width: 17vw;
  height: 4.1vw;
  border: 0.065vw solid #ffff;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.4vw;
  margin-left: 2vw;
  padding: 1.2vw 5.2vw 1.2vw 2vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-cntct-btn:hover {
  border: 0.065vw solid #000;
  background-color: #fff;
  color: #000;
}

.top-cntct-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8vw;
  width: 2.2vw;
  height: 0.27vw;
  background-image: url("../img/svg/arrow-white.svg");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-cntct-btn:hover::after {
  background-image: url("../img/svg/arrow-black.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lock {
  overflow: hidden;
  padding-right: 1.31vw;
}

.top-menu {
  background-color: #ffffff;
  position: fixed;
  top: -150%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
  min-height: 55.83vw;
  z-index: 900;
  -webkit-transition: all  ease 0.5s;
  transition: all  ease 0.5s;
}

.active {
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-menu-close {
  cursor: pointer;
  position: absolute;
  top: 2.22vw;
  right: 6.94vw;
  width: 2vw;
  height: 2vw;
  z-index: 15;
}

.top-menu-close::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1vw;
  height: 0.013vw;
  width: 2vw;
  background-color: #868686;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-menu-close:hover::before {
  background-color: #000;
}

.top-menu-close::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1vw;
  height: 0.013vw;
  width: 2vw;
  background-color: #868686;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-menu-close:hover::after {
  background-color: #000;
}

.top-menu-left {
  width: 44.86vw;
  height: 55.83vw;
  background-image: url("../img/photos/top-menu-photo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-menu-right {
  padding-top: 12.36vw;
  padding-right: 8.33vw;
  padding-left: 9.86vw;
  padding-bottom: 10vw;
  width: 55vw;
  height: 55.83vw;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #ffffff;
}

.menu-list {
  width: 36.87vw;
  list-style: none;
  color: #0f0f0f;
  font-size: 3vw;
  font-weight: 700;
  line-height: 4.58vw;
}

.menu-list-item {
  z-index: 100;
  margin-bottom: 1.1vw;
}

.menu-list-item:last-child {
  margin-bottom: 2.77vw;
}

.menu-link {
  position: relative;
  text-decoration: none;
  color: #0f0f0f;
  z-index: 100;
}

.menu-link::before {
  content: "";
  position: absolute;
  bottom: 0.62vw;
  left: 0;
  width: 0;
  height: 0.41vw;
  background-color: #e6bd00;
  z-index: -10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-link:hover::before {
  width: 100%;
}

.top-menu-currensy-value {
  display: block;
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-bottom: 4.51vw;
}

.top-menu-currensy-value a {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.top-menu-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-menu-mngr-btn {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 17vw;
  height: 4.1vw;
  background-color: #e6bd00;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  padding: 1.2vw 1.5vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-menu-mngr-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 1.2vw 1.5vw;
}

.top-menu-cntct-btn {
  position: relative;
  width: 17vw;
  height: 4.1vw;
  border: 1px solid #000;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.4vw;
  margin-left: 2vw;
  padding: 1.2vw 5.2vw 1.2vw 2vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-menu-cntct-btn:hover {
  border: 1px solid #00b7d6;
  background-color: #fff;
  color: #00b7d6;
}

.top-menu-cntct-btn::after {
  content: "";
  height: 0.23vw;
  width: 1.8vw;
  position: absolute;
  right: 2vw;
  bottom: 1.9vw;
  background-image: url("../img/icons/arrow-hover.png");
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-menu-cntct-btn:hover::after {
  background-image: url("../img/icons/arrow.png");
}

.about {
  width: 100%;
  min-height: auto;
  background-color: #f6f6f6;
}

/*======================== to-top-btn ================================*/
.to-top-btn {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 3.4vw;
  height: 3.4vw;
  background-color: #fff;
  position: fixed;
  border: 1px solid #eaeaea;
  right: 4.9vw;
  bottom: 4.65vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 50;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.to-top-btn:hover {
  border: 2px solid #eaeaea;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.to-top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 31%;
  width: 0.83vw;
  height: 0.03vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.to-top-btn:hover::before {
  background-color: #00b7d6;
}

.to-top-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 0.83vw;
  height: 0.03vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.to-top-btn:hover::after {
  background-color: #00b7d6;
}

.init {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*======================== about-top ==================================*/
.about-top {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f6f6f6));
  background: linear-gradient(to bottom, #fff 50%, #f6f6f6 50%);
}

.about-top-container {
  max-width: 88.88vw;
  margin: 0 auto;
  padding-top: 7.5vw;
  min-height: 48.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-top-photo {
  margin-right: 9.95vw;
  width: 35.5vw;
  height: 35.5vw;
}

.about-top-discription {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.about-top-title {
  width: 43.4vw;
  color: #0f0f0f;
  font-weight: 400;
  font-size: 3vw;
  line-height: 4vw;
  line-height: 4vw;
  margin-bottom: 7.77vw;
}

.about-top-title span {
  color: #0f0f0f;
  font-weight: 700;
}

.about-top-title-mobile {
  display: none;
}

.about-top-subtitle {
  color: #0f0f0f;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2.5vw;
  margin-bottom: 1.4vw;
}

.about-top-text {
  width: 100%;
  min-height: 11.6vw;
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

/*======================================================================*/
.about-container {
  position: relative;
  max-width: 88.88vw;
  margin: 0 auto;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*========================  about-middle  ===============================*/
.about-middle {
  width: 100%;
  padding-top: 8.26vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-middle-discription {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.about-middle-subtitle {
  margin: 9.79vw 0px 1.45vw 0;
  color: #0f0f0f;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.about-middle-text {
  width: 28.26vw;
  height: 6.66vw;
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.about-middle-photo {
  width: 50.97vw;
  height: 33.19vw;
}

/*========================= about-bottom =================================*/
.about-bottom {
  padding-top: 12.77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10.45vw;
}

.about-bottom-photo {
  width: 53.33vw;
  height: 31.87vw;
}

.about-bottom-discription {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-left: 7.29vw;
}

.about-bottom-subtitle {
  color: #0f0f0f;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2.5vw;
  margin-top: 8.33vw;
  margin-bottom: 1.45vw;
}

.about-bottom-text {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  padding-right: 1.94vw;
}

.albania {
  width: 100%;
  min-height: 80vw;
}

.albania-bg {
  width: 100%;
  min-height: 45vw;
  background-image: url("../img/photos/albania.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.albania-container-t {
  padding-top: 12.2vw;
  max-width: 88.88vw;
  min-height: 100%;
  margin: 0 auto;
}

.albania-title {
  text-align: center;
  margin: 0 auto;
  text-shadow: 0 4px 2vw rgba(1, 54, 87, 0.44);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9.93vw;
  font-weight: 800;
  line-height: 9.93vw;
  margin-bottom: 2.4vw;
}

.albania-subtitle {
  text-align: center;
  text-shadow: 0 4px 2vw rgba(1, 54, 87, 0.44);
  color: #ffffff;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.albania-items {
  width: 100%;
  min-height: 35vw;
}

.albania-container-b {
  width: 88.88vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.albania-items-card {
  position: relative;
  padding: 3.47vw 3.12vw 4vw;
  background-color: #fff;
  width: 20.6vw;
  height: auto;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10.4vw;
  text-align: center;
}

.card-icon {
  height: 3.47vw;
  width: 4vw;
  margin-bottom: 2.55vw;
}

.card-title {
  color: #0f0f0f;
  font-size: 1.33vw;
  font-weight: 700;
  line-height: 2vw;
  margin-bottom: 1.33vw;
}

.card-text {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 0.977vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.new-objects {
  width: 100%;
  height: auto;
  padding-top: 3.88vw;
  padding-bottom: 7.84vw;
  background-color: #f6f6f6;
}

.new-objects-container {
  position: relative;
  max-width: 88.88vw;
  margin: 0 auto;
  height: 100%;
}

.new-objects-title {
  color: #0f0f0f;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4.5vw;
  text-align: center;
  margin-bottom: 4.16vw;
}

/*===================================================*/
.new-objects-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*====== sample for show more =======*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 3.3vw;
}

/*===================================================*/
/*====================== SHOW MORE =============================*/
.full {
  margin-bottom: 2vw;
}

.show-more {
  display: none;
}

.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide {
  display: none;
}

/*====================== END SHOW MORE =============================*/
.items-card {
  width: 20.69vw;
  margin-right: 2vw;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 6px 6px 10px rgba(162, 162, 162, 0.25);
          box-shadow: 6px 6px 10px rgba(162, 162, 162, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.items-card:last-child {
  margin-right: 0;
}

.items-card:hover {
  -webkit-box-shadow: 10px 15px 10px rgba(211, 211, 211, 0.15);
          box-shadow: 10px 15px 10px rgba(211, 211, 211, 0.15);
}

.card-photo {
  display: block;
  width: 100%;
}

.card-discription {
  padding: 1.3vw 1.4vw 2.2vw;
}

.card-discription-title {
  color: #0f0f0f;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  margin-bottom: 0;
}

.card-adress {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-bottom: 1.7vw;
}

.card-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.3vw;
}

.left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 3.6vw;
}

.left-icon {
  margin-right: 0.76vw;
  height: 1.3vw;
  width: 1.3vw;
}

.left-icon-subtitle {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.5vw;
  text-align: left;
}

.right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-icon {
  margin-right: 0.76vw;
  height: 1.3vw;
  width: 1.3vw;
}

.right-icon-subtitle {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.5vw;
  text-align: left;
}

.prise-hrivna {
  color: #0f0f0f;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.prise-euro {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  margin-bottom: 1.3vw;
}

.card-footer {
  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;
}

.card-button {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 9.3vw;
  height: 1.8vw;
  padding-top: 0.065vw;
  text-align: center;
  color: #868686;
  font-family: "Open Sans";
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.5vw;
  border: 0.065vw solid #868686;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-button:hover {
  border: 0.065vw solid #000;
  color: #000;
}

.card-arrow {
  width: 2.2vw;
  height: 0.27vw;
}

.new-objects-show-more {
  width: 20.6vw;
  height: 4vw;
  padding: 1.25vw 3.47vw 1.2vw 3.88vw;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #0f0f0f;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.new-objects-show-more:hover {
  color: #00b7d6;
}

.new-objects-show-more::before {
  content: "";
  position: absolute;
  right: 2.2vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.8vw;
  width: 0.83vw;
  height: 0.19vw;
  background-color: #000;
}

.new-objects-show-more:hover:before {
  background-color: #00b7d6;
}

.new-objects-show-more::after {
  content: "";
  position: absolute;
  right: 1.6vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.8vw;
  width: 0.83vw;
  height: 0.19vw;
  background-color: #000;
}

.new-objects-show-more:hover::after {
  background-color: #00b7d6;
}

.footer {
  width: 100%;
  background-color: #f6f6f6;
}

.footer-container {
  max-width: 88.8vw;
  margin: 0 auto;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 5vw;
}

.footer-top-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5vw;
}

.footer-contacts-wrapper-top,
.footer-contacts-wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-adress,
.contacts-email {
  margin: 0 83px 0 0;
}

.adress-title {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.adress-item {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.adress-items {
  width: 16.85vw;
  margin-bottom: 1.5vw;
}

.email-title {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.email-item {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.phone-title {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.phone-items {
  margin-bottom: 1.5vw;
}

.phone-item {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.telegram-title {
  color: #868686;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.telegram-item {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.contacts-button {
  cursor: pointer;
  margin-top: -0.8vw;
  width: 20.62vw;
  height: 4vw;
  text-decoration: none;
  background-color: #e6bd00;
  border: 1px solid transparent;
  padding: 1.25vw 2.7vw;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts-button:hover {
  background: #ffffff;
  border: 0.065vw solid #0f0f0f;
  color: #000;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright {
  color: #0f0f0f;
  font-family: "Open Sans";
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.5vw;
  text-transform: uppercase;
  padding-top: 1.85vw;
  padding-bottom: 3.33vw;
}

.foooter-developer {
  text-decoration: none;
  color: #868686;
  font-family: "Open Sans";
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 1.5vw;
  padding-top: 1.85vw;
  padding-bottom: 3.33vw;
}

.foooter-developer:hover {
  text-decoration: underline;
  color: #00b7d6;
}

.consult {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.84vw 27vw 9vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  z-index: 2000;
}

.consult-close {
  position: absolute;
  top: 6.73vw;
  right: 18.6vw;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}

.consult-close::before {
  content: "";
  width: 1.38vw;
  height: 0.13vw;
  background-color: #868686;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2vw;
  right: 1.38vw;
}

.consult-close::after {
  content: "";
  width: 1.38vw;
  height: 0.13vw;
  background-color: #868686;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 1.94vw;
  right: 1.38vw;
}

.consult-close:hover:before {
  background-color: #000;
}

.consult-close:hover:after {
  background-color: #000;
}

.consult-active {
  left: 0;
}

.consult-title {
  font-size: 3vw;
  font-family: montserrat;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
  color: #0f0f0f;
  margin-bottom: 2vw;
}

.consult-form {
  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;
}

.consult-item {
  position: relative;
}

.name {
  width: 26.3vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.name:focus {
  border-bottom: 2px solid #00b7d6;
}

.name:focus ~ .consult-label,
.name:valid ~ .consult-label {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.phone-num {
  width: 26.3vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.phone-num:focus {
  border-bottom: 2px solid #00b7d6;
}

.phone-num:focus ~ .consult-label-phone,
.phone-num:valid ~ .consult-label-phone {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.mail {
  width: 26.3vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.mail:focus {
  border-bottom: 2px solid #00b7d6;
}

.mail:focus ~ .consult-label-mail,
.mail:valid ~ .consult-label-mail {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.feed {
  width: 26.3vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  margin-bottom: 5.76vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.feed:focus {
  border-bottom: 2px solid #00b7d6;
}

.feed:focus ~ .consult-label-feed,
.feed:valid ~ .consult-label-feed {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.submit {
  width: 14.86vw;
  height: 4vw;
  outline: none;
  background: #e6bd00;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.1vw;
  line-height: 1.5vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

/*================== LABEL ============================*/
.consult-label {
  position: absolute;
  pointer-events: none;
  top: 1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.consult-label-phone {
  position: absolute;
  pointer-events: none;
  top: 1.1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.consult-label-mail {
  position: absolute;
  pointer-events: none;
  top: 1.1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.consult-label-feed {
  position: absolute;
  pointer-events: none;
  top: 1.1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================== MASSAGE ============================*/
.massage {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.massage-phone {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.massage-mail {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.massage-feed {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

/*=============================== NO VALID FORM ==============================*/
.no-valid-form {
  border-bottom: 1px solid #ed1e24;
}

.no-valid-form:focus {
  border-bottom: 2px solid #ed1e24;
}

.no-valid-form:focus ~ .consult-label,
.no-valid-form:focus ~ .consult-label-phone,
.no-valid-form:focus ~ .consult-label-mail,
.no-valid-form:focus ~ .consult-label-feed {
  color: #ed1e24;
}

.error {
  color: #ed1e24;
}

.no-valid {
  opacity: 1;
  visibility: visible;
}

.thank {
  position: fixed;
  top: 0;
  right: -100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3000;
}

.thank-active {
  right: 0;
}

.thank-close {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}

.thank-close::before {
  content: "";
  width: 1.38vw;
  height: 2px;
  background-color: #868686;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2vw;
  right: 1.38vw;
}

.thank-close::after {
  content: "";
  width: 1.38vw;
  height: 2px;
  background-color: #868686;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 1.9vw;
  right: 1.38vw;
}

.thank-close:hover:before {
  background-color: #000;
}

.thank-close:hover:after {
  background-color: #000;
}

.thank-title {
  font-style: normal;
  font-weight: 400;
  font-size: 3vw;
  line-height: 4.58vw;
  text-align: center;
  color: #0f0f0f;
  margin-bottom: 2.91vw;
}

.thank-subtitle {
  width: 30.6vw;
  height: 2.91vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: center;
  color: #0f0f0f;
  margin-bottom: 5.9vw;
}

.thank-button {
  cursor: pointer;
  width: 13.19vw;
  height: 4vw;
  background: #e6bd00;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thank-button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.estate {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  left: -150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.84vw 27vw 9vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  z-index: 1000;
}

.estate-active {
  left: 0;
}

.estate-close {
  position: absolute;
  top: 6.73vw;
  right: 18.61vw;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}

.estate-close::before {
  content: "";
  width: 1.38vw;
  height: 2px;
  background-color: #868686;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2vw;
  right: 1.38vw;
}

.estate-close::after {
  content: "";
  width: 1.38vw;
  height: 2px;
  background-color: #868686;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 1.9vw;
  right: 1.38vw;
}

.estate-close:hover:before {
  background-color: #000;
}

.estate-close:hover:after {
  background-color: #000;
}

.estate-title {
  font-style: normal;
  font-weight: 400;
  font-size: 3vw;
  line-height: 4.58vw;
  text-align: center;
  color: #0f0f0f;
}

.estate-subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: center;
  color: #0f0f0f;
}

.estate-id {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: center;
  color: #868686;
}

.estate-text {
  display: none;
}

.estate-form {
  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;
}

.estate-item {
  position: relative;
}

/*================== LABEL ============================*/
.estate-label {
  position: absolute;
  pointer-events: none;
  top: 1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.estate-label-phone {
  position: absolute;
  pointer-events: none;
  top: 1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.estate-label-mail {
  position: absolute;
  pointer-events: none;
  top: 1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.estate-label-feed {
  position: absolute;
  pointer-events: none;
  top: 1vw;
  left: 0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #868686;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================== LABEL ============================*/
.estate-name {
  width: 26.38vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.estate-name:focus {
  border-bottom: 2px solid #00b7d6;
}

.estate-name:focus ~ .estate-label,
.estate-name:valid ~ .estate-label {
  font-size: 12px;
  top: -10px;
  left: 0;
  color: #c4c4c4;
}

.estate-phone-num {
  width: 26.38vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.estate-phone-num:focus {
  border-bottom: 2px solid #00b7d6;
}

.estate-phone-num:focus ~ .estate-label-phone,
.estate-phone-num:valid ~ .estate-label-phone {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.estate-mail {
  width: 26.38vw;
  height: 3.47vw;
  margin-bottom: 1.25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.estate-mail:focus {
  border-bottom: 2px solid #00b7d6;
}

.estate-mail:focus ~ .estate-label-mail,
.estate-mail:valid ~ .estate-label-mail {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.estate-feed {
  width: 26.38vw;
  height: 3.47vw;
  margin-bottom: 83px;
  border: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}

.estate-feed:focus {
  border-bottom: 2px solid #00b7d6;
}

.estate-feed:focus ~ .estate-label-feed,
.estate-feed:valid ~ .estate-label-feed {
  font-size: 0.83vw;
  top: -0.69vw;
  left: 0;
  color: #c4c4c4;
}

.estate-submit {
  width: 14.86vw;
  height: 4vw;
  outline: none;
  background: #e6bd00;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.1vw;
  line-height: 1.5vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.estate-submit:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

/*================== MASSAGE ============================*/
.estate-massage {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.estate-massage-phone {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.estate-massage-mail {
  position: absolute;
  left: 0;
  bottom: -0.34vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

.estate-massage-feed {
  position: absolute;
  left: 0;
  top: 3.47vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.83vw;
  line-height: 1.5vw;
  color: #ed1e24;
  opacity: 0;
  visibility: hidden;
}

/*=============================== NO VALID FORM ==============================*/
.no-valid-form {
  border-bottom: 1px solid #ed1e24;
}

.no-valid-form:focus {
  border-bottom: 2px solid #ed1e24;
}

.no-valid-form:focus ~ .estate-label,
.no-valid-form:focus ~ .estate-label-phone,
.no-valid-form:focus ~ .estate-label-mail,
.no-valid-form:focus ~ .estate-label-feed {
  color: #ed1e24;
}

.error {
  color: #ed1e24;
}

.no-valid {
  opacity: 1;
  visibility: visible;
}

/*========================= media_query =========================*/
/*====================== top =====================================*/
@media (max-width: 600px) {
  .top {
    overflow-y: auto;
    height: 100vh;
    min-height: 568px;
  }
  .top-header-logo-link {
    display: block;
    width: 70px;
    height: 30px;
    background-image: url("../img/svg/logo.svg");
    background-position: center center;
    background-size: cover;
  }
  .top-header-menu-button {
    width: 50px;
    height: 50px;
  }
  .currensy p {
    display: none;
  }
  .top-header-currensy-value {
    display: none;
  }
  .top-title h1 {
    padding-top: 58px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
  }
  .top-icons {
    display: block;
    width: 290px;
    height: 240px;
    margin-bottom: 46px;
  }
  .top-icons-button {
    display: none;
  }
  .ab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 120px;
  }
  .cd-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: none;
    width: 100%;
    height: 120px;
  }
  .top-icons-block {
    width: 100%;
    height: 120px;
  }
  .a {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .b {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .c {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .d {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-icons-icon {
    width: 30%;
    height: 30%;
    margin-bottom: 10px;
  }
  .top-icons-title {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .top-cntct-btn {
    display: none;
  }
  .top-about-block-subtitle {
    display: none;
  }
  .top-about-block-title {
    display: none;
  }
  .top-about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-mngr-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 230px;
    height: 60px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
  }
  .top-container {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-content {
    height: auto;
    width: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .to-top {
    height: 25px;
    width: 25px;
  }
  .top-title {
    margin-bottom: 41px;
  }
  .top-title h1 {
    height: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  .disable {
    display: none;
  }
  .enable {
    display: block;
  }
}

/*====================== about ===================================*/
@media (max-width: 600px) {
  .about,
  .about-top {
    background: #f6f6f6;
  }
  .about {
    padding-bottom: 70px;
  }
  .about-top-container {
    padding-top: 70px;
  }
  .about-top-photo,
  .about-middle-photo,
  .about-bottom-photo {
    display: none;
  }
  .about-top-discription {
    min-width: 100%;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #c4c4c4;
  }
  .about-top-title {
    display: none;
  }
  .about-top-title-mobile {
    display: block;
    width: 100%;
    min-height: 114px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    margin: 0 auto 40px;
  }
  .about-top-subtitle {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .about-top-text {
    display: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
    color: #0f0f0f;
  }
  .about-middle {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .about-middle-discription {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 25px;
  }
  .about-middle-subtitle {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .about-middle-text {
    display: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
    color: #0f0f0f;
  }
  .about-bottom {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .about-bottom-discription {
    width: 100%;
    margin: 0;
  }
  .about-bottom-subtitle {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .about-bottom-text {
    display: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
    color: #0f0f0f;
  }
  .about-top-subtitle span,
  .about-middle-subtitle span,
  .about-bottom-subtitle span {
    position: absolute;
    top: 28px;
    left: -40px;
    width: 20px;
    height: 20px;
    background: #00b7d6;
  }
  .about-top-subtitle span::before,
  .about-middle-subtitle span::before,
  .about-bottom-subtitle span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  .about-top-subtitle span::after,
  .about-middle-subtitle span::after,
  .about-bottom-subtitle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  /*=================================== to_top_btn =======================================*/
  .to-top-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: fixed;
    border: 1px solid #eaeaea;
    right: 4.9vw;
    bottom: 6vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 500;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .to-top-btn:hover {
    border: 2px solid #eaeaea;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .to-top-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 31%;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #868686;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .to-top-btn:hover::before {
    background-color: #00b7d6;
  }
  .to-top-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 49%;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #868686;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .to-top-btn:hover::after {
    background-color: #00b7d6;
  }
  .open span::after {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media (max-width: 320px) {
  .about-top-subtitle,
  .about-middle-subtitle,
  .about-bottom-subtitle {
    margin: 0 0 0 auto;
  }
}

/*====================== albania =================================*/
@media (max-width: 600px) {
  .albania-bg {
    min-height: 288px;
  }
  .albania-title {
    font-size: 49px;
    line-height: 66px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 4px 26px rgba(0, 0, 0, 0.44);
  }
  .albania-subtitle {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 4px 31px rgba(0, 0, 0, 0.44);
  }
  .albania-container-b {
    display: block;
  }
  .albania-items {
    height: auto;
    padding-bottom: 60px;
  }
  .albania-items-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 25px 30px 25px;
    width: 100%;
    min-height: 96px;
    margin: 0 0 10px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 6px 6px 10px rgba(161, 161, 161, 0.15);
            box-shadow: 6px 6px 10px rgba(161, 161, 161, 0.15);
  }
  .albania-items-card:first-child {
    margin-top: -48px;
  }
  .albania-items-card::before {
    content: "";
    position: absolute;
    top: 43px;
    right: 20px;
    width: 8px;
    height: 2px;
    background: #c4c4c4;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .albania-items-card::after {
    content: "";
    position: absolute;
    top: 43px;
    right: 26px;
    width: 8px;
    height: 2px;
    background: #c4c4c4;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .card_open::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card_open::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .card-icon {
    width: 31px;
    height: 31px;
    margin: 0 25px 0 0;
  }
  .card-title {
    max-width: 147px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
    margin: 0;
  }
  .card-text {
    min-width: 100%;
    display: none;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 31px;
    color: #0f0f0f;
  }
}

/*====================== top_menu ================================*/
@media (max-width: 600px) {
  .top-menu {
    height: 100vh;
    z-index: 1;
    overflow-y: auto;
  }
  .top-menu-left {
    display: none;
  }
  .top-menu-close {
    display: none;
  }
  .top-header-body-secondary {
    height: 70px;
    border-bottom: 1px solid #eaeaea;
  }
  .top-header {
    max-height: 70px;
    margin-bottom: 23px;
  }
  .top-header-body {
    height: 70px;
  }
  .container-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .top-header-logo-link-secondary {
    width: 87px;
    height: 37px;
  }
  .top-menu-right {
    width: 100vw;
    height: 100vh;
    padding: 116px 0 0;
    z-index: -1;
  }
  .top-menu-buttons {
    width: 100%;
    height: 60px;
  }
  .top-menu-mngr-btn,
  .top-menu-cntct-btn {
    width: 50%;
    height: 100%;
    padding: 0 50px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu-list {
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-list-item {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 34px;
  }
  .top-menu-currensy-value {
    width: 160px;
    height: 48px;
    margin: 0 auto 45px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .top-menu-currensy-value a {
    font-size: 14px;
    line-height: 24px;
  }
  .top-menu-close {
    width: 100%;
    height: 100%;
    right: 26px;
    top: 26px;
  }
  .top-menu-close::after, .top-menu-close::before {
    width: 22px;
    height: 2px;
  }
  .top-menu-close::after {
    bottom: 10px;
  }
  .top-menu-close::before {
    top: 10px;
  }
}

/*====================== top_menu ================================*/
@media (max-width: 600px) {
  .new-objects {
    padding: 35px 0 1px 0;
    height: auto;
  }
  .new-container {
    height: auto;
  }
  .new-objects-items {
    display: block;
  }
  .new-objects-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #0f0f0f;
    margin-bottom: 39px;
  }
  .items-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .last-top {
    margin-bottom: 38px;
  }
  .last-bottom {
    margin-bottom: 0;
  }
  .card-discription {
    padding: 20px 23px 30px;
  }
  .card-discription-title {
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
    text-align: left;
  }
  .card-adress {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #868686;
    margin-bottom: 20px;
  }
  .card-features {
    margin-bottom: 15px;
  }
  .features-left,
  .features-right {
    width: 50%;
    min-height: 50px;
  }
  .left-icon,
  .right-icon {
    margin-right: 11px;
    height: 16px;
    width: 16px;
  }
  .left-icon-subtitle,
  .right-icon-subtitle {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0f0f0f;
  }
  .left-wrapper,
  .right-wrapper {
    margin: 0 0 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .right-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .prise-hrivna {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0f0f0f;
  }
  .prise-euro {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #868686;
    margin-bottom: 20px;
  }
  .card-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-button {
    width: 135px;
    height: 27px;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #868686;
  }
  .card-arrow {
    width: 29px;
    height: 4px;
  }
  .show-more {
    display: none;
  }
  .opened {
    display: block;
  }
  .hide {
    display: none;
  }
  .new-objects-show-more {
    font-size: 16px;
    width: 152px;
    height: 24px;
    padding: 0 0 70px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    color: #0f0f0f;
  }
  .new-objects-show-more:hover {
    color: #00b7d6;
  }
  .new-objects-show-more::before {
    content: "";
    position: absolute;
    right: -20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #000;
  }
  .new-objects-show-more:hover:before {
    background-color: #00b7d6;
  }
  .new-objects-show-more::after {
    content: "";
    position: absolute;
    right: -25px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #000;
  }
  .new-objects-show-more:hover::after {
    background-color: #00b7d6;
  }
  .opened {
    margin-bottom: 80px;
  }
}

/*====================== footer ================================*/
@media (max-width: 600px) {
  .footer {
    padding-bottom: 60px;
  }
  .footer-logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 39px;
  }
  .footer-logo-link {
    display: block;
  }
  .footer-logo-img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer-top-wrapper {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 49px;
  }
  .footer-contacts {
    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;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts-button {
    width: 230px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .contacts-phone,
  .contacts-adress,
  .contacts-email,
  .contacts-telegram {
    margin: 0 0 24px 0;
  }
  .footer-contacts-wrapper-top,
  .footer-contacts-wrapper-bottom {
    display: block;
  }
  .adress-title,
  .email-title,
  .phone-title,
  .telegram-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #868686;
  }
  .adress-items {
    width: 242px;
    height: 48px;
  }
  .adress-item,
  .email-item,
  .phone-item,
  .telegram-item {
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
  }
  .footer-copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright,
  .foooter-developer {
    padding: 0;
  }
  .copyright {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #868686;
  }
  .foooter-developer {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #868686;
  }
}

/*====================== consult ================================*/
@media (max-width: 600px) {
  .consult {
    padding: 91px 15px 30px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .consult-form {
    width: 100%;
    height: 100%;
  }
  .consult-item {
    width: 100%;
  }
  .consult-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #0f0f0f;
    margin-bottom: 35px;
  }
  .name,
  .phone-num,
  .mail,
  .feed,
  .consult-label,
  .consult-label-phone,
  .consult-label-mail,
  .consult-label-feed {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #868686;
  }
  .name,
  .phone-num,
  .mail,
  .feed {
    height: 32px;
    margin-bottom: 29px;
  }
  .name:focus ~ .consult-label,
  .name:valid ~ .consult-label,
  .phone-num:focus ~ .consult-label,
  .phone-num:valid ~ .consult-label,
  .mail:focus ~ .consult-label,
  .mail:valid ~ .consult-label,
  .feed:focus ~ .consult-label,
  .feed:valid ~ .consult-label {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .name:focus ~ .consult-label-phone,
  .name:valid ~ .consult-label-phone,
  .phone-num:focus ~ .consult-label-phone,
  .phone-num:valid ~ .consult-label-phone,
  .mail:focus ~ .consult-label-phone,
  .mail:valid ~ .consult-label-phone,
  .feed:focus ~ .consult-label-phone,
  .feed:valid ~ .consult-label-phone {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .name:focus ~ .consult-label-mail,
  .name:valid ~ .consult-label-mail,
  .phone-num:focus ~ .consult-label-mail,
  .phone-num:valid ~ .consult-label-mail,
  .mail:focus ~ .consult-label-mail,
  .mail:valid ~ .consult-label-mail,
  .feed:focus ~ .consult-label-mail,
  .feed:valid ~ .consult-label-mail {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .name:focus ~ .consult-label-feed,
  .name:valid ~ .consult-label-feed,
  .phone-num:focus ~ .consult-label-feed,
  .phone-num:valid ~ .consult-label-feed,
  .mail:focus ~ .consult-label-feed,
  .mail:valid ~ .consult-label-feed,
  .feed:focus ~ .consult-label-feed,
  .feed:valid ~ .consult-label-feed {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .feed {
    margin-bottom: 60px;
  }
  .submit {
    width: 202px;
    height: 60px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
  }
  .massage,
  .massage-phone,
  .massage-mail {
    font-size: 10px;
    bottom: 18px;
  }
  .massage-feed {
    font-size: 10px;
    bottom: 48px;
  }
  .consult-close {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .consult-close::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 43%;
    right: 50%;
  }
  .consult-close::after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 50%;
  }
}

/*====================== consult ================================*/
@media (max-width: 600px) {
  .thank {
    padding: 149px 15px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    overflow-y: auto;
  }
  .thank-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #0f0f0f;
    margin-bottom: 20px;
  }
  .thank-subtitle {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
    color: #0f0f0f;
    margin-bottom: 54px;
  }
  .thank-button {
    width: 180px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  .thank-close {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .thank-close::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 43%;
    right: 50%;
  }
  .thank-close::after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 50%;
  }
}

/*====================== consult ================================*/
@media (max-width: 600px) {
  .estate {
    padding: 91px 15px 81px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
  }
  .estate-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #0f0f0f;
    margin-bottom: 20px;
  }
  .estate-subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0f0f0f;
  }
  .estate-id {
    color: #868686;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 28px;
  }
  .estate-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #0f0f0f;
    margin-bottom: 39px;
  }
  .estate-form {
    width: 100%;
  }
  .estate-item {
    width: 100%;
  }
  .estate-name,
  .estate-phone-num,
  .estate-mail,
  .estate-feed,
  .estate-label,
  .estate-label-phone,
  .estate-label-mail,
  .estate-label-feed {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #868686;
  }
  .estate-name,
  .estate-phone-num,
  .estate-mail,
  .estate-feed {
    height: 32px;
    margin-bottom: 29px;
  }
  .estate-name:focus ~ .estate-label,
  .estate-name:valid ~ .estate-label,
  .estate-phone-num:focus ~ .estate-label,
  .estate-phone-num:valid ~ .estate-label,
  .estate-mail:focus ~ .estate-label,
  .estate-mail:valid ~ .estate-label,
  .estate-feed:focus ~ .estate-label,
  .estate-feed:valid ~ .estate-label {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .estate-name:focus ~ .estate-label-phone,
  .estate-name:valid ~ .estate-label-phone,
  .estate-phone-num:focus ~ .estate-label-phone,
  .estate-phone-num:valid ~ .estate-label-phone,
  .estate-mail:focus ~ .estate-label-phone,
  .estate-mail:valid ~ .estate-label-phone,
  .estate-feed:focus ~ .estate-label-phone,
  .estate-feed:valid ~ .estate-label-phone {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .estate-name:focus ~ .estate-label-mail,
  .estate-name:valid ~ .estate-label-mail,
  .estate-phone-num:focus ~ .estate-label-mail,
  .estate-phone-num:valid ~ .estate-label-mail,
  .estate-mail:focus ~ .estate-label-mail,
  .estate-mail:valid ~ .estate-label-mail,
  .estate-feed:focus ~ .estate-label-mail,
  .estate-feed:valid ~ .estate-label-mail {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .estate-name:focus ~ .estate-label-feed,
  .estate-name:valid ~ .estate-label-feed,
  .estate-phone-num:focus ~ .estate-label-feed,
  .estate-phone-num:valid ~ .estate-label-feed,
  .estate-mail:focus ~ .estate-label-feed,
  .estate-mail:valid ~ .estate-label-feed,
  .estate-feed:focus ~ .estate-label-feed,
  .estate-feed:valid ~ .estate-label-feed {
    font-size: 0px;
    top: 5px;
    left: 5px;
    color: #c4c4c4;
  }
  .estate-feed {
    margin-bottom: 60px;
  }
  .estate-submit {
    width: 202px;
    height: 60px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
  }
  .estate-massage,
  .estate-massage-phone,
  .estate-massage-mail {
    font-size: 10px;
    bottom: 18px;
  }
  .estate-massage-feed {
    font-size: 10px;
    top: 38px;
  }
  .estate-close {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .estate-close::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 43%;
    right: 50%;
  }
  .estate-close::after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #868686;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 50%;
  }
}
