.hamburger-menu {
  display: none;
}

.modal-open .modal.show{
  opacity: 1;
}
.fade:not(.show) {
  display: none;
}
.modal-call .modal-body{
  padding: 30px 15px;
}
.modal-call .btn{
  margin-top: 0;
}
#cookieModal {
  border: none !important;
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  max-width: 600px;

  @media (max-width: 768px) {
    max-width: calc(100% - 40px);
  }
}
.cookie-modal-dialog {
  border: none !important;
}
.cookie-modal-content {
  border-radius: 4px !important;
}
.cookie-modal-body {
  border: none !important;
}
@media (min-width: 769px) and (max-width: 1360px) {
  * {
    box-sizing: border-box;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  img,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    max-width: 100%;
  }

  .header-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
  }

  .main-page-content_social {
    display: none;
  }

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

  .container-breadcrumbs {
    margin-top: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1330px) {
  header .logo {
    margin-right: 120px;
  }

  .header-content.header-auth {
    width: 182px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    text-align: right;
  }

  .select-lang {
    margin: 15px auto 13px 15px;
  }

  .header-auth_btn {
    margin-left: 15px;
    height: 40px;
    width: 160px;
  }
}

@media (min-width: 769px) and (max-width: 1160px) {
  header .logo {
    margin-right: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1070px) {
  .header-content.header-auth {
    width: 150px;
  }

  .header-auth_btn {
    height: 34px;
    width: 128px;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .header-menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-items: center;
  }

  .header-menu ul {
    width: 540px;
  }

  .header-menu ul li {
    width: 160px;
    text-align: center;
    margin-right: 0;
  }

  .header-menu a.active {
    text-underline-offset: 5px;
  }
}

@media (min-width: 769px) and (max-width: 968px) {
  .header-menu ul {
    width: 450px;
  }

  .header-menu ul li {
    width: 130px;
  }
}

@media (min-width: 769px) and (max-width: 868px) {
  .header-menu ul {
    width: 360px;
  }

  .header-menu ul li {
    width: 100px;
  }
}

@media (min-width: 769px) and (max-width: 788px) {
  header .logo {
    margin-right: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1360px) {
  .container {
    max-width: 100%;
  }

  .wrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-title,
  .item-title,
  .content_text,
  .main-page-intro,
  .intro-content_body,
  .main-page-intro_content,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    max-width: 100%;
  }

  header,
  .header-container {
    border-bottom: none;
  }

  .header-menu,
  .header-content.header-auth #sign-up-btn,
  .header-content.header-auth #sign-in-btn,
  .main-page-content_social {
    display: none;
  }

  .logo {
    margin: 15px 10px 10px 0;
  }

  .logo img {
    height: 46px;
    width: 174px;
    display: block;
  }

  .header-auth {
    width: 120px;
    position: absolute;
    top: 38px;
    right: 64px;
  }

  .breadcrumbs {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .container-breadcrumbs {
    margin-top: 24px;
  }

  .intro-content_title {
    margin-top: 15px;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1.8px;
  }

  .hamburger-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 26px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger-menu .line {
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
  }

  .hamburger-menu .line:first-child,
  .hamburger-menu .line:last-child {
    width: 26px;
  }

  .hamburger-menu .line:nth-child(2) {
    width: 22px;
  }

  .skewed {
    height: 225px;
  }

  .content_text {
    font-size: 16px;
    line-height: 24px;
  }

  .cabinet-content {
    margin-bottom: 57px;
  }

  .main-page-intro_content {
    display: block;
    margin-bottom: 20px;
  }

  .content-section_title,
  .text-title {
    width: 100%;
    text-align: left;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }

  .margin-content_body {
    margin-right: 0;
    margin-top: 26px;
    font-size: 16px;
    line-height: 21px;
  }

  .content-section_title-text {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 415px) {
  .header-auth {
    right: 35px;
  }
}

@media screen and (max-width: 363px) {
  .header-auth {
    right: 33px;
  }
}

@media screen and (max-width: 357px) {
  .header-auth {
    top: 70px;
    right: -7px;
  }
}
