
header
{
  background: #ffffff;
  position: fixed;
  /*top: 0;*/
  z-index: 1000;
  padding-bottom: 20px;
}
@media (min-width: 1001px)
{
  header.scrolled
  {
    top: -60px;
    transition: all 0.5s ease-out;
  }
}

header.noscrolled
{
  top: 0px;
  transition: all 0.5s ease-out;
}
/*
.header-wrapper-fixed
{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
*/
.main-content
{
  padding-top: 250px;
}
.header-contacts-callin
{
  color: #DA4400;
}
.callin-link
{
  display: none;
}
.call__manager_modal
{
  cursor: pointer;
}
.homepage__banner
{
  width: 100%;
  height: 150px;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin-top: 40px;

  text-decoration: none;
  color: #000;
}
.homepage__banner_title
{
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 16px 0;
  color: #000;
}
.homepage__banner_text
{
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin: 0px;
  color: #000;
}
@media (min-width: 800px) and (max-width: 1000px)
{
  .main-content
  {
    padding-top: 100px;
  }
  .telegram-link  {display: none;}
}
@media (min-width: 0px) and (max-width: 800px)
{
  .main-content
  {
    padding-top: 140px;
  }
  .header-social
  {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
  .callin-link
  {
    display: inline-block;
  }
}

.header-logo-mobile
{
  display: none;
}
@media (min-width: 0px) and (max-width: 800px)
{
  .header-logo-mobile
  {
    display: block;
  }
  .header-logo
  {
    display: none;
  }
}
.box-modal
{
  width: 90% !important;
  max-width: 500px !important;
}

.inner-page-pad
{
  padding-top: 150px;
}
