@media screen and (max-width: 1150px) {
  .container {
    width: 768px;
  }
  .info-image {
    width: 310px;
  }
  .section-content {
    max-width: 400px;
  }
  .main-content__title {
    font-size: 40px;
  }
  .more-text {
    font-size: 40px;
  }
  .contacts-wrapper {
    display: block;
  }
  .contacts-wrapper {
    margin-top: 80px;
  }
  .contacts-address {
    margin-top: 0;
  }
  .contacts-address__text {
    font-size: 24px;
  }
  .contacts-address__phone {
    font-size: 24px;
  }
  .contacts-form {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 576px;
  }
  .header-toggle {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
  }
  .header-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    left: 0;
  }
  .header-toggle span:nth-child(2) {
    top: 9px;
  }
  .header-toggle span:nth-child(3) {
    top: 18px;
  }
  .header-more {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    background: #001AFF;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .header-more .header-menu {
    display: block;
  }
  .header-more .header-menu__item {
    margin-bottom: 15px;
  }
  .header-logo {
    position: static;
    transform: none;
  }
  .header {
    padding: 15px 0px;
  }
  html.menu-open .header-more {
    opacity: 1;
    pointer-events: all;
  }
  html.menu-open .header-toggle span {
    background: #001AFF;
  }
  .main-content__title {
    font-size: 34px;
  }
  .main-content__text {
    font-size: 14px;
    margin-top: 24px;
  }
  .info-wrapper {
    display: block;
  }
  .section-content {
    max-width: unset;
  }
  .section-content__up {
    font-size: 14px;
  }
  .section-content__title {
    font-size: 16px;
  }
  .section-content__text {
    font-size: 14px;
  }
  .info-image {
    width: 100%;
    margin-top: 80px;
  }
  .info-wrapper_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .more-text {
    font-size: 30px;
  }
  .credits-wrapper {
    display: block;
  }
  .credits-menu {
    display: block;
    text-align: center;
  }
  .credits-menu__item {
    margin-top: 16px;
  }
  .credits-politic {
    text-align: center;
    margin-top: 16px;
  }
  .advantages .section-content__title {
    font-size: 32px;
  }
  .advantages-list {
    display: block;
  }
  .advantages-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages-list__item:last-child {
    margin-bottom: 0;
  }
  .advantages-list__title {
    font-size: 16px;
  }
  .advantages-list__text {
    font-size: 14px;
  }
  .services .advantages-list__item {
    width: 100%;
  }
  .services .advantages-list__title {
    min-height: unset;
  }
  .services .advantages-list {
    margin-top: 0;
  }
  .main-content__title {
    font-size: 32px;
  }
  .gallery-list {
    display: block;
  }
  .gallery-list__item {
    width: 100%;
    margin-bottom: 48px;
  }
  .gallery-list__item:last-child {
    margin-bottom: 0;
  }
  .contacts .section-content__title {
    font-size: 32px;
  }
  .content .section-content__title {
    font-size: 32px;
  }
  .content-block {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
}/*# sourceMappingURL=media.css.map */