.__lock {
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #f6f7fa;
  box-shadow: 3px 8px 22.5px -3px rgba(0, 0, 0, 0.03);
  z-index: 10;
  transition: transform 0.1s linear;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 0 40px;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  height: 46px;
}
.header__contact {
  display: flex;
}
.header__link {
  position: relative;
  display: flex;
  align-items: center;
}
.header__link:first-of-type {
  margin-right: 34px;
}
.header__img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 7px;
  width: 36px;
  height: 36px;
  margin-right: 13px;
}
.header__sub-text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 135%;
  color: #8c8c8c;
  text-align: justify;
}

@media (min-width: 992px) and (max-width: 1500.98px) {
  .header__container {
    margin: 0 100px;
  }
}
.hide {
  transform: translateY(-90px);
}

@media (max-width: 768px) {
  .header {
    box-shadow: none;
  }
}
.header__svg {
  height: 16px;
  width: 16px;
  fill: #130f26;
}

.cabinet__img {
  fill: #130f26;
}

@media (min-width: 992px) {
  .cabinet-user {
    background: #292828;
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  }
  .cabinet-user:active {
    background: #534f4f;
  }

  .cabinet__img {
    fill: #fff;
  }
}
.logo__reviews {
  margin-left: 100px;
}
.logo__link {
  padding: 2px 20px 5px 20px;
  border-radius: 20px;
}
.logo__link:hover {
  background-color: #d4d4d4;
  transition: all 0.3s;
}

.link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #3e3e3e;
}

.contact__container {
  display: flex;
  flex-direction: column;
}

.header__mobile {
  display: none;
}

.header-mobile-fon {
  display: none;
}

.header__mobile-login {
  display: none;
}

@media (min-width: 992px) and (max-width: 1004.98px) {
  .header__link:first-of-type {
    margin-right: 20px;
  }
}
/*media-header**********************************************************/
@media (max-width: 991.98px) {
  .header {
    position: sticky;
  }

  .header {
    border-bottom: none;
  }

  .logo__reviews {
    display: none;
  }

  .contact__text {
    display: none;
  }

  .link__number {
    display: none;
  }

  .header__link:first-of-type {
    margin-right: 0px;
  }

  .header__img {
    width: 40px;
    height: 40px;
    margin-right: 22px;
  }

  .menu__icon {
    height: 32px;
    width: 32px;
    position: relative;
    top: 3px;
    cursor: pointer;
    display: block;
  }

  .menu__icon::before {
    content: "";
    width: 22.5px;
    height: 1.69px;
    background: radial-gradient(53.76% 96.05% at 48.12% 55.42%, #292828 0%, #343434 100%);
    border-radius: 5.625px;
    position: absolute;
    top: 7px;
  }

  .menu__icon span {
    width: 12.38px;
    height: 1.69px;
    background: radial-gradient(53.76% 96.05% at 48.12% 55.42%, #292828 0%, #343434 100%);
    border-radius: 5.625px;
    position: absolute;
    left: 0;
    top: 50%;
  }

  .menu__icon::after {
    content: "";
    width: 15.75px;
    height: 1.69px;
    position: absolute;
    left: 0;
    bottom: 7px;
    background: radial-gradient(53.76% 96.05% at 48.12% 55.42%, #292828 0%, #343434 100%);
    border-radius: 5.625px;
  }

  .header-mobile-fon {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }

  .header__mobile {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 324px;
    background: #f2f3f8;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.12), inset 7px 7px 20px rgba(0, 0, 0, 0.05), inset -10px -10px 25px #ffffff;
    border-radius: 0px 7px 7px 0px;
    z-index: 99;
    overflow: auto;
    transition: all 0.3s;
  }

  .mobile__container {
    padding: 30px 25px;
  }
  .mobile__user {
    background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
    border: 0.138889px solid rgba(255, 255, 255, 0.47);
    box-sizing: border-box;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 7.5px #ffffff, inset 4px 4px 7.5px rgba(0, 0, 0, 0.14);
    border-radius: 7px;
    display: flex;
  }
  .mobile__contact {
    margin-bottom: 40px;
  }
  .mobile__viber a {
    display: flex;
    align-items: center;
  }
  .mobile__telergam a {
    display: flex;
    align-items: center;
  }
  .mobile__icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }

  .contact {
    margin-top: 20px;
  }

  .user__entrance {
    width: 150px;
    height: 40px;
    margin: 12px;
    display: inline-block;
    background: #3e3e3e;
    border: 0.138889px solid rgba(255, 255, 255, 0.47);
    box-sizing: border-box;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 12px rgba(255, 255, 255, 0.3), inset 4px 4px 10.5px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user__entrance span {
    color: #fff;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-right: 5px;
  }
  .user__registration {
    display: inline-block;
    background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
    border-radius: 7px;
    margin: 12px 12px 12px 0;
    width: 151px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user__registration span {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3e3e3e;
    margin-right: 10px;
  }

  .mobile__img {
    width: 36px;
    height: 36px;
  }

  .viber__icon {
    display: inline-block;
    background: #9b51e0;
    border-radius: 4.368px;
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
  }

  .telegram__icon {
    display: inline-block;
    background: #2d9cdb;
    border-radius: 4.368px;
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
  }

  .call__buttom {
    display: flex;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .call__buttom span {
    position: relative;
    left: -20px;
  }

  .header__mobile-login {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 324px;
    background: #f2f3f8;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.12), inset 7px 7px 20px rgba(0, 0, 0, 0.05), inset -10px -10px 25px #ffffff;
    border-radius: 0px 7px 7px 0px;
    z-index: 99;
    overflow: auto;
    transition: all 0.3s;
  }

  .user__login {
    width: 198px;
    height: 40px;
    background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.02), inset -1.5px -1.5px 1.5px rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    margin: 12px;
    display: flex;
    align-items: center;
  }
  .user__login img {
    padding-left: 4px;
  }
  .user__login span {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #3e3e3e;
    padding-left: 20px;
  }
  .user__output {
    background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.02), inset -1.5px -1.5px 1.5px rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    height: 40px;
    width: 40px;
    margin: 12px 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .__active__menu {
    transition: all 0.3s;
    display: block;
    left: 0;
  }
}
.mobile-logo {
  display: none;
}

@media (max-width: 575.98px) {
  .desctop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}