@media (min-width: 768px) {
  .logo__text {
      font-size: 68px;
  }
}


@media (min-width: 992px) {
  .header__nav {
      display: block;
      margin-left: 384px;
  }
}

@media (min-width: 992px) {
  .navigation__link {
      font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .an-awards__notice {
      font-size: 23px;
      line-height: 54px;

  }
}

.phone-block__hint {
  font-size: 17px;
  margin-bottom: 25px;
}

.phone-block__icon {
 
  width: 81px;
  height: 79px;
  
}

@media (min-width: 992px) {
  .phone-block__number {
      font-size: 30px;
  }
  .email-block {
    font-size: 30px;
  
}

}


.partners__item img {
  filter: none
}

@media (min-width: 1200px) {
  .our-story__text--style-bolditalic {
      font-size: 27px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1276px;
  }
}

.email-block{
  margin-top: 21px;
}

.we-are-not
{
  font-size: 40px;
  text-align: center;
}



.email-icon{
  align-self: center;
  height: 22px;
  width: 21px;

}