body {
  background: linear-gradient(to bottom, #fedb73, #fff);
}

header {
  font-family: Arial, Helvetica, Sans-Serif;
}

.header-container {
  background-image: url(../img/hider-tr.webp);

  background-repeat: no-repeat;

  max-width: 100%;

  width: 1000px;

  height: 250px;

  margin: 50px auto 35px;

  box-shadow: 0 0 10px 4px #242424;

  border-radius: 35px;
}

.phone__block {
  display: none;
}

.header-container .col-lg-6 {
  padding-left: 10px;
}

.header-content-left {
  padding-left: 20px;

  padding-top: 10px;
}

.main-title {
  color: #fff;

  font-family: arial;

  font-size: 42px;

  line-height: 48px;

  padding: 0;

  margin: 0;

  font-weight: 700;

  max-width: 400px;
}

.header-description-1 {
  font-size: 22px;

  line-height: 27px;

  font-style: normal;

  font-weight: 400;

  color: #ffd327;

  margin: 4px 0 9px;

  white-space: pre-line;
}

.header-description-1::first-letter {
  line-height: 20px;
}

.header-description-2 {
  font-size: 12px;

  line-height: 18px;

  color: #ffd327;

  /* letter-spacing: -0.01px; */

  white-space: pre-line;
}

.logo {
  display: flex;

  justify-content: flex-end;

  position: relative;

  margin-top: -47px;

  margin-right: 10px;
}

.logo img {
  max-width: 330px;

  height: 88px;
}

.logo a {
  position: absolute;

  inset: 0;
}

.header-content-right {
  margin-right: 10px;

  font-size: 16px;
}

.col-lg-6 {
  padding-right: 0;
}

.header-content-order {
  color: #ffd327;

  font-size: 20px;

  text-align: right;

  margin-bottom: 0;

  line-height: 22px;

  margin-top: 5px;
}

.header-phone-text {
  color: #ffd327;

  margin-top: 0px;

  margin-right: 4px;
}

.header-block__btn a {
  color: #fff;

  font-size: 20px;

  text-decoration: none;

  line-height: 22px;

  margin-top: 1px;
}

.header-block__btn a:hover {
  color: #ffd327;

  transition: 0.3s all;
}

.header-block__email {
  display: flex;

  justify-content: flex-end;

  color: #fff;

  font-size: 20px;

  line-height: 22px;

  margin-top: 1px;
}

.header-block__email a {
  color: #fff;

  font-size: 20px;
  line-height: 22px;

  text-decoration: none;
}

.header-block__email a:hover {
  color: #ffd327;

  transition: 0.3s all;
}

.header-block__email span {
  margin-right: 5px;
}

.header-block__social {
  display: flex;

  align-items: flex-end;

  flex-direction: column;

  gap: 2px;
}

.header-block__social a {
  color: white;

  text-decoration: none;

  font-size: 20px;

  line-height: 22px;

  padding-left: 7px;

  padding-bottom: 0px;
}

.header-block__social div {
  display: flex;

  align-items: flex-end;

  margin-top: 4px;

  line-height: 24px;
}

.header-icon-logo {
  width: 32px;

  height: 32px;
}

.header-subtitle {
  font-family: arial;

  font-size: 35px;

  font-weight: 700;

  color: #fff;

  margin-top: 0px;

  margin-left: 20px;
}

.main-menu {
  position: relative;

  display: flex;

  justify-content: center;

  top: -20px;

  margin: 0;
}

.main-container__menu {
  height: 43px;

  border-radius: 10px 10px 0 0;

  background: linear-gradient(to bottom, #686666, #1f191a);

  background-color: #000;
}

.main-container {
  max-width: 100%;

  width: 1000px;

  margin: 0 auto;

  min-height: 400px;

  padding-bottom: 25px;

  color: #060606;

  background-color: #231f20;

  border-radius: 30px;
}

.client_nav-bar {
  display: flex;

  margin: 0;

  padding: 0;

  list-style: none;
}

.main-menu .client_nav-bar .settlement-mobile {
  display: none;
}

.client_nav-bar li:not(.sub-menu li) {
  position: relative;

  display: inline;

  height: 40px;

  margin-right: 10px;

  list-style: none;

  text-align: center;

  letter-spacing: 2px;

  border-radius: 5px;

  background: linear-gradient(to bottom, #fdf0cd, #f5c736);

  box-shadow: 3px 2px 1px #000, 4px 3px 7px #fff;

  padding: 9px 10px 11px;
}

.client_nav-bar li:hover:not(.sub-menu li) {
  background: linear-gradient(to bottom, #fff, #fff0bb);
}

.client_nav-bar li a {
  font-size: 20px;

  line-height: 20px;

  color: #000;

  text-decoration: none;

  font-family: Arial, Helvetica, Sans-Serif;
}

.sub-menu {
  width: 260px;

  background: #ffe9a1;

  position: absolute;

  left: 0;

  top: 40px;

  z-index: 2;

  padding: 0;

  margin: 0;

  text-align: left;
  border-radius: 3px;
}

.sub-menu li {
  position: relative;

  height: 24px;

  list-style: none;

  padding: 2px 1px;

  background: #ffe9a1;

  white-space: nowrap;
  border-radius: 3px;
  font-size: 12px;
}

.sub-menu li a {
  box-sizing: content-box;
  font-family: Arial, Helvetica, Sans-Serif;

  font-weight: 700;

  font-size: 12px;
  border-radius: 0;

  padding: 0 5px;
}

.sub-menu li:hover {
  background-color: #50250c;

  color: #ffe9a1;
}

.menu-levoe-menyu-container li:hover {
  color: #fff;
}

.menu-levoe-menyu-container .nav-bar-left li a:hover {
  color: #fff;
}

.menu-levoe-menyu-container .sub-menu li:hover {
  color: #fff;

  background-color: transparent;
}

.sub-menu li .sub-menu {
  width: auto;

  top: 0;

  margin: 0 0 0 100%;

  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
}

.sub-menu li .sub-menu li a {
  display: inline-block;

  width: 100%;

  color: #000;

  white-space: nowrap;
}

.sub-menu li:hover a {
  color: #ffe9a1;
}

.sub-menu li .sub-menu li:hover a {
  color: #ffe9a1;
}

.menu-item {
  text-transform: uppercase;
}

.sub-menu {
  display: none;
}

.menu-item:hover > .sub-menu {
  display: block;
}

.row {
  max-width: 1000px;

  margin: 0 auto;
}

.col-lg-2 {
  width: 20%;

  max-width: 200px;

  padding: 0;
}

.col-lg-8 {
  width: 60%;

  max-width: 580px;

  padding: 0;

  margin-left: 2px;
}

.block-new-years {
  position: relative;

  width: 91%;

  margin: 10px 0px 10px 8px;

  padding: 17px 0;

  text-align: center;

  border: 1px solid #9c9d98;

  border-radius: 5px;

  background-color: #1e1e14;

  box-shadow: 0 0 10px #444;

  line-height: 20px;
}

.block-new-years span {
  font-family: 'Times new Roman';

  text-transform: uppercase;

  font-size: 16px;

  font-weight: 700;

  float: none;

  vertical-align: middle;

  line-height: 16px;

  color: #dc143c;

  animation: newyear 2s infinite;
}

.block-new-years a {
  position: absolute;

  inset: 0;
}

@keyframes newyear {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav-bar-left {
  display: flex;

  flex-direction: column;

  list-style: none;

  padding: 0;

  margin: 5px;
}

.nav-bar-left li {
  font-size: 10px;

  width: 96%;

  margin: 10px 5px 10px 3px;

  padding: 17px 0;

  text-align: center;

  border: 1px solid #9c9d98;

  border-radius: 5px;

  background-color: #1e1e14;

  box-shadow: 0 0 10px #444;

  line-height: 19px;
}

.nav-bar-left li a {
  font-family: 'Times new Roman';

  font-size: 20px;

  font-weight: 700;

  float: none;

  vertical-align: middle;

  text-decoration: none;

  color: #fcd988;

  transition: all 0.3s ease;
}

.nav-bar-left li a:hover {
  color: #fff;
}

.nav-bar-left .menu-bron a {
  color: #e1cc17;
}

.menu-levoe-menyu-container .nav-bar-left .menu-bron a:hover {
  color: #e1cc17;
}

.nav-bar-left .menu-services a {
  color: #e7ac10;
  font-size: 16px;
}

.nav-bar-left .menu-documentation a {
  color: #ffad00;
  font-size: 18px;
}

.nav-bar-left .menu-reviews a {
  font-size: 18px;
}

.nav-bar-left .menu-item .menu-information a {
  color: #e1cc17;
}

.nav-bar-left li:last-child {
  width: 100%;

  text-transform: none;

  padding: 5px;

  text-align: left;

  box-shadow: none;

  margin: 0;

  color: #f1f778;
}

.nav-bar-left li:last-child a {
  font-family: 'times new romans';

  font-size: 17px;

  font-weight: 700;

  line-height: 20px;

  text-decoration: none;

  text-transform: inherit;

  color: #f1f778;

  margin-bottom: 10px;
}

.nav-bar-left li:last-child .sub-menu {
  position: static;

  display: block;

  background: none;
}

.nav-bar-left li:last-child .sub-menu li {
  background: transparent;

  margin: 10px 0 10px;

  border: none;

  padding: 0;

  max-height: 20px;
}

.nav-bar-left li:last-child .sub-menu li a {
  padding: 0;
}

.menu-right {
  width: 190px;

  max-width: 100%;

  margin-left: 5px;
}

.menu-block-language {
  display: flex;

  justify-content: space-evenly;

  max-width: 100%;

  border: 1px solid #9c9d98;

  background-color: #2a2527;

  box-shadow: 0 0 10px #444;

  padding-top: 11px;

  padding-bottom: 54px;

  border-radius: 5px;

  margin: 5px;

  padding-right: 13px;
}
.menu-block-language .widget.lang-swithcer {
  margin-bottom: 0;
}
.menu-block-language .wpml-ls-sidebars-lang-switcher {
  padding: 0;
}
.menu-block-language .wpml-ls-legacy-list-horizontal>ul {
  gap: 1rem;
  display: flex;
}

.menu-block-language a {
  font-family: 'Times New Roman', Times, serif;

  font-size: 14px;

  margin: 0 auto;

  color: #fcd988;

  text-transform: uppercase;

  line-height: 16px;

  padding-block: 0;

  text-decoration: underline;
}

.menu-block-language a:hover {
  color: #fff;
}

.menu-block-filter {
  display: flex;

  max-width: 100%;

  border: 1px solid #9c9d98;

  box-shadow: 0 0 10px #444;

  margin: 5px;

  padding: 15px 0;

  border-radius: 5px;
}

.menu-block-filter select {
  font-family: 'Times New Roman', Times, serif;

  width: 100%;

  position: relative;

  display: block;

  padding: 0 0 0 8px;

  height: 32px;

  border: 1px solid #000;

  border-radius: 5px;

  background: -webkit-linear-gradient(
    top,
    #f9e7ba 20%,

    #fbe5a5 50%,

    #f7d261 52%,

    #f5c737 100%
  );

  background-clip: padding-box;

  box-shadow: 3px 1px 1px #000, 3px 1px 7px #fff;

  text-decoration: none;

  white-space: nowrap;

  margin-bottom: 3px;

  font-size: 16px;

  font-weight: 700;

  line-height: 30px;

  color: #000;
}

.menu-block-filter option {
  font-family: 'Times New Roman', 'Times', serif;

  padding: 10px;

  font-size: 14px;

  font-weight: 700;

  background-color: #fcd988;
}

.searchform__collapse {
  width: 178px;
}

.menu-block-filter .menu-filter-btn {
  color: #060606;

  line-height: 25px;

  display: inline-block;

  font-family: 'Times New Roman', 'Times', serif;

  width: 83.6px;

  height: 25px;

  padding: 0;

  margin: 0;

  cursor: pointer;

  margin-right: 5px;

  border-radius: 5px;

  background: -webkit-linear-gradient(
    top,
    #f9e7ba 20%,

    #fbe5a5 50%,

    #f7d261 52%,

    #f5c737 100%
  );

  box-shadow: 3px 1px 1px #000, 3px 1px 7px #fff;

  font-weight: 700;

  font-size: 13px;
}

.menu-block-filter .menu-filter-btn:hover {
  transform: scale(1.05);
}

.menu-block-filter .menu-filter-reset {
  width: 80px;
}

.menu-block-filter .menu-filter-btn:last-child {
  margin-right: 0;
}

.menu-filter-block__btn {
  margin-top: 10px;

  padding-left: 3px;

  padding-right: 2px;
}

.menu-block-aktsii {
  border: 1px solid #9c9d98;

  box-shadow: 0 0 10px #444;

  border-radius: 5px;

  padding: 5px;

  margin: 5px;

  height: 66px;
}

.menu-aktsii-btn img {
  width: 165px;

  max-width: 100%;

  height: 50px;
}

.menu-aktsii-btn {
  position: relative;
}

.menu-aktsii-btn a {
  position: absolute;

  inset: 0;
}

.menu-block-paid {
  height: 64px;

  border: 1px solid #9c9d98;

  box-shadow: 0 0 10px #444;

  border-radius: 5px;

  padding: 5px;

  margin: 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.menu-block-paid__card {
  height: 48px;

  width: 48px;

  margin-right: 5px;
}

.menu-block-paid__wifi {
  width: 50px;

  height: 35.5px;
}

.menu-block-social {
  display: flex;

  justify-content: flex-end;

  margin: 10px 10px 0 10px;
}

.menu-block-social img {
  height: 31px;

  width: 31px;
}

.menu-block-social__btn {
  margin-right: 5px;

  position: relative;

  transition: all 0.4s;
}

.menu-block-social__btn:hover {
  transform: rotate(360deg);

  transition: all 0.4s;
}

.menu-block-social a {
  position: absolute;

  inset: 0;
}

.menu-block-ukraine {
  max-width: 100%;

  height: 128px;

  margin-top: 10px;
}

.menu-block-ukraine img {
  height: auto;

  width: 100%;

  border-radius: 5px;
}

@media (max-width: 1200px) {
  .menu-block-ukraine img {
    width: 97%;
  }
}

.post,
.page {
  margin: 0;
}

.main-page__border {
  border: 8px solid transparent;

  border-image: linear-gradient(to bottom, #fff1d4 0, #fedb73 100%);
}

.container {
  width: 100%;

  max-width: 1000px;

  box-sizing: content-box;
}

.block-rating-none {
  display: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 1040px) {
  .container {
    max-width: 100%;

    width: 100%;

    box-sizing: border-box;
  }
}

@media (max-width: 1025px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;

    max-width: 100%;

    padding: 0 8px;
  }

  .header-phone-container {
    padding: 0;
  }

  .header-container {
    background-image: none;

    box-shadow: 0 0 10px 4px #8b8888;

    background: #1e1e14;

    border-radius: 10px;

    border: 1px solid #fff;

    margin-top: 26%;

    width: 96%;

    height: 100%;
  }

  .logo {
    width: 70%;

    left: 15%;

    top: 63px;

    position: absolute;
  }

  .logo img {
    width: 100%;

    height: 100%;

    max-width: 100%;
  }

  .row {
    display: flex;

    flex-direction: column;
  }

  .header-container .col-lg-6 {
    display: flex;

    justify-content: center;

    padding-left: 0;

    margin: auto;
  }

  .header-content-left {
    padding: 0;
  }

  .header-content-right {
    margin-right: 0;
  }

  .main-title {
    margin-top: 26px;
    font-size: 24px;

    line-height: 27px;

    text-align: center;

    font-family: 'Times New Roman';
  }

  .header-description-1 {
    display: none;
  }

  .header-description-2 {
    font-size: 14.4px;

    color: #ffd317;

    margin-bottom: 10px;

    margin-top: 15px;

    text-align: center;

    font-family: 'Times New Roman';

    line-height: 17px;
  }

  .header-content-order {
    color: #ffd317;

    margin-top: 5px;

    line-height: 22px;

    font-size: 16px;

    text-align: center;

    font-family: 'Times New Roman';
  }

  .header-mobile__btn {
    flex-direction: column;
  }

  .header-phone-text {
    text-align: center;

    color: #ffd317;

    display: block;

    margin-right: 0;

    margin-top: 3px;

    line-height: 22px;

    font-size: 16px;

    font-family: 'Times New Roman';
  }

  .header-block__btn {
    margin-top: 16px;

    display: block;

    line-height: 22px;

    text-align: center;

    font-family: 'Times New Roman';
  }

  .header-block__btn a {
    font-size: 20px;

    line-height: 22px;

    margin-bottom: 5px;
  }

  .header-block__email {
    font-size: 16px;

    font-family: 'Times New Roman';

    line-height: 17px;

    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
  }

  .header-block__email a {
    font-size: 20px;

    font-family: 'Times New Roman';
  }

  .header-block__social {
    margin-left: 0;

    margin-bottom: 5px;
  }

  .header-block__social div {
    display: none;
    margin-top: 16px;

    line-height: 22px;
  }

  .header-block__social div img {
    width: 20px;

    height: 20px;

    padding-right: 4px;

    box-sizing: content-box;
  }

  .header-block__social div a {
    font-size: 16px;

    padding-left: 0;

    font-family: 'Times New Roman';
  }

  .header-block-subtitle {
    display: none !important;
  }

  .main-menu {
    flex-direction: column;
  }

  .client_nav-bar {
    flex-direction: column;

    align-items: center;
  }

  .main-menu .client_nav-bar .menu-item:not(.mobile-menu, .settlement-mobile) {
    display: none;
  }

  .main-menu .client_nav-bar .settlement-mobile a {
    letter-spacing: 0px;
  }

  .main-container__menu .main-menu .client_nav-bar .mobile-menu,
  .settlement-mobile {
    list-style: none;

    background: linear-gradient(to bottom, #fdf0cd, #f5c736);

    font-size: 19.2px;

    top: -40px;

    letter-spacing: 2px;

    display: block;

    border-radius: 5px;

    width: 85%;

    margin: 20px auto 0;

    padding: 9.5px 10px;

    height: auto;

    line-height: 22px;
  }

  .apartment-mobile::after,
  .settlement-mobile::after {
    content: '';

    background-image: url(../img/menu-line-second.png);

    background-size: 30px;

    background-repeat: no-repeat;

    z-index: 1;

    height: 36px;

    position: absolute;

    width: 36px;

    right: -2px;

    top: 7px;
  }

  .client_nav-bar li a {
    font-size: 19.4px;

    line-height: 22px;

    display: inline-block;

    width: 100%;
  }

  .main-container__menu {
    height: auto;

    border-radius: 0;

    background: transparent;
  }

  .main-container {
    margin: 0;

    min-height: 100px;

    padding-bottom: 0;

    color: #060606;

    background-color: transparent;

    border-radius: 0;
  }

  .map {
    display: none;
  }

  .row {
    max-width: 100%;

    width: 100%;

    height: auto;
  }

  .left-menu-phone {
    display: none;
  }

  .menu-block-filter {
    display: none;
  }

  .menu-block-aktsii {
    display: none;
  }

  .menu-block-paid {
    display: none;
  }

  .menu-block-ukraine {
    display: none;
  }

  .right-menu-phone {
    width: 100%;

    max-width: 100%;
  }

  .menu-right {
    width: 100%;

    margin: 0;
  }

  .menu-block-language {
    background: #2a2527;

    border-radius: 5px;

    border: 1px solid #9c9d98;

    box-shadow: 0 0 10px #444;

    height: 95px;

    padding-right: 0;

    padding-bottom: 30px;

    position: relative;

    width: 100%;

    margin: 0;

    box-sizing: border-box;
  }

  .menu-block-social {
    background: #2a2527;

    border-radius: 5px;

    padding: 2px;

    margin: 10px 0 0px;

    border: none;

    box-shadow: none;

    width: 100%;

    justify-content: center;

    height: 39px;
  }

  .col-lg-8 {
    width: 97%;

    max-width: 100%;

    padding: 1px;

    text-align: justify;

    border: 8px solid transparent;

    border-radius: 5px;

    margin-top: -63px;

    margin-left: 0;

    border: none;
  }

  .page-content {
    padding: 0;

    font-size: 16px;

    font-family: 'Times New Roman';
  }

  .footer-phone {
    display: block;

    color: lightgrey;

    font-size: 8px;

    text-align: center;
  }

  /* menu mobile */

  .sub-menu {
    width: 100%;

    border: 1px solid #000;

    position: static;

    background: #ffe9a1;

    margin: 10px 0 0;

    padding: 1px;

    border-radius: 10px;

    cursor: pointer;

    height: 100%;
  }

  .main-container__menu .main-menu .client_nav-bar .menu-item .sub-menu li {
    display: block;

    padding: 10px;

    list-style: none;

    border-radius: 5px;

    color: #000;

    line-height: 14px;

    height: auto;

    font-size: 12px;

    box-sizing: content-box;

    text-align: center;

    font-family: Arial, Helvetica, Sans-Serif;

    margin-top: 0;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .menu-item
    .sub-menu
    li:hover {
    background: #50250c;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .menu-item
    .sub-menu
    li:hover
    a {
    color: #fcd988;
  }

  .main-container__menu .main-menu .client_nav-bar .menu-item .sub-menu li a {
    font-size: 12px;

    color: #000;

    text-transform: uppercase;

    padding: 0;

    line-height: 14px;

    font-family: Arial, Helvetica, Sans-Serif;

    font-weight: 400;

    white-space: wrap;
  }

  .main-container__menu .main-menu .client_nav-bar .settlement-mobile {
    padding: 0;

    display: block;

    margin-right: auto;

    height: auto;

    background: transparent;

    box-shadow: none;

    max-height: 210px;
  }

  .settlement-mobile a {
    width: 100%;

    display: inline-block !important;

    position: relative;

    display: inline;

    height: 42px;

    margin-right: 10px;

    list-style: none;

    text-align: center;

    letter-spacing: 2px;

    border-radius: 5px;

    background: linear-gradient(to bottom, #fdf0cd, #f5c736);

    box-shadow: 3px 2px 1px #000, 4px 3px 7px #fff;

    padding: 9px 10px 11px;
  }

  .settlement-mobile .sub-menu {
    display: none;

    list-style: none;

    padding: 0;

    margin: 35px auto 0;

    background-color: #1e1e14;

    box-shadow: 0 0 10px #444;

    width: 76%;

    border-radius: 5px;

    position: relative;

    z-index: 5;

    top: -43px;

    height: auto;

    max-height: 265px;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .settlement-mobile
    .sub-menu
    li {
    background-color: #1e1e14;

    line-height: 18px;

    padding: 8px;

    box-sizing: content-box;

    max-width: 100%;

    height: auto;

    white-space: normal;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .settlement-mobile
    .sub-menu
    li
    a {
    font-family: 'Times New Roman';

    background-color: transparent;

    background: transparent;

    box-shadow: none;

    color: #e1cc16;

    text-decoration: none;

    font-size: 16px;

    text-transform: uppercase;

    display: block;

    cursor: pointer;

    line-height: 17px;

    height: auto;

    text-align: left;

    max-width: 100%;
  }

  .apartment-mobile .sub-menu li .sub-menu {
    margin: 0;

    position: absolute;

    position: absolute;

    list-style: none;

    z-index: 5;

    left: -28px;

    top: 34px;

    border: 1px solid black;

    width: 76%;

    font-size: 10.8px;

    font-family: Arial, Helvetica, Sans-Serif;

    height: auto;

    max-width: 100%;

    white-space: normal;

    box-sizing: border-box;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .apartment-mobile
    .sub-menu
    li
    .sub-menu
    li {
    display: inline-block;

    padding: 10px;

    color: #000;

    text-align: left;

    height: auto;

    width: 100%;

    max-width: 100%;

    white-space: normal;

    box-sizing: border-box;

    line-height: 12px;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .apartment-mobile
    .sub-menu
    li
    .sub-menu
    li
    a {
    display: inline-block;

    color: #000 !important;

    white-space: normal;

    text-align: left;

    line-height: 12px;

    font-size: 10.8px;
  }

  .main-container__menu
    .main-menu
    .client_nav-bar
    .apartment-mobile
    .sub-menu
    li
    .sub-menu
    li:hover
    a {
    color: #fcd969 !important;
  }

  .apartment-mobile .sub-menu li .sub-menu li a:hover {
    color: #fcd969 !important;
  }

  .phone__block {
    display: block;

    position: fixed;

    bottom: 20%;

    left: 25px;

    z-index: 7;

    animation: 1s scale ease-in-out infinite;
  }

  .phone__block_btn a {
    position: absolute;

    inset: 0;

    border: 1px solid #2a2527;

    border-radius: 50%;
  }

  @keyframes scale {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    0% {
      transform: scale(1);
    }
  }
}
