@media screen and (min-width: 1920px) {
  .info-figure img {
    width: 100%;
  }
}

@media screen and (max-width: 1230px) {
  .container {
    width: 992px;
  }
  html.menu-open .header-nav {
    opacity: 1;
    pointer-events: all;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 60px 50px;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 3;
  }
  .header-menu {
    display: block;
  }
  .header-menu__item {
    margin-bottom: 20px;
  }
  .header-menu__item:last-child {
    margin-bottom: 0;
  }
  .header-toggle {
    display: block;
  }
  .header-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .services-list__item {
    max-width: 300px;
  }
  .project-list__image {
    max-width: 600px;
  }
  .credits-logo img {
    width: 120px;
  }
  .credits-menu__item {
    margin-right: 26px;
  }
  .info-content__title {
    font-size: 65px;
    line-height: 63px;
  }
  .description-list__item {
    width: 31.5%;
  }
  .description .gallery-sizer {
    width: 31.5%;
  }
  .description-params__value {
    font-size: 50px;
    line-height: 50px;
  }
  .project-params {
    width: 400px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .main-content__title {
    font-size: 55px;
    line-height: 45px;
  }
  .services-list {
    display: block;
  }
  .services-list__item {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .services-list__item:last-child {
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .about-title {
    font-size: 50px;
    line-height: 50px;
  }
  .project-list__item {
    display: block;
    height: auto;
    margin-bottom: 40px;
  }
  .project-list__image {
    height: 389px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .project-list {
    margin-top: 40px;
  }
  .project-list__title {
    width: 100%;
  }
  .project-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%;
  }
  .project-params__item {
    margin-bottom: 21px;
  }
  .clients {
    padding-bottom: 30px;
  }
  .credits-header {
    display: block;
  }
  .credits-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .credits-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits-contacts {
    text-align: center;
    margin-top: 10px;
  }
  .info {
    padding-top: 160px;
  }
  .info-content__title {
    font-size: 55px;
    line-height: 63px;
  }
  .description-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .project-params {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 576px;
  }
  .main-content__title {
    font-size: 43px;
    line-height: 38px;
  }
  .main {
    padding-bottom: 50px;
  }
  .main-content__link {
    margin-top: 120px;
  }
  .about-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
  .about-list__item {
    font-size: 28px;
  }
  .clients-list__item {
    width: 240px;
  }
  .credits-menu {
    display: block;
    text-align: center;
  }
  .credits-menu__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .credits-menu__item:last-child {
    margin-bottom: 0;
  }
  .credits-footer {
    display: block;
    margin-top: 30px;
  }
  .credits-address, .credits-politic {
    margin-top: 20px;
    text-align: center;
  }
  .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .about {
    padding-bottom: 100px;
  }
  .description-list__item {
    width: 48%;
  }
  .description .gallery-sizer {
    width: 48%;
  }
  .description {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .description-params {
    margin-top: 40px;
  }
  .description-params__value {
    font-size: 40px;
    line-height: 40px;
  }
  .description-content {
    margin-top: 40px;
  }
  .project-list__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .header-logo img {
    width: 100px;
  }
  .header-toggle {
    margin-left: 18px;
  }
  .main-content__title {
    font-size: 25px;
    line-height: 25px;
  }
  .main {
    padding-top: 150px;
  }
  .main-content__link {
    font-size: 25px;
    line-height: normal;
    margin-top: 60px;
  }
  .about-list__item {
    padding-left: 35px;
    font-size: 20px;
  }
  .about-list {
    margin-top: 30px;
  }
  .project-list__image {
    min-height: 200px;
    height: 200px;
  }
  .clients-list__item {
    margin-bottom: 20px;
  }
  .info-content__title {
    font-size: 40px;
    line-height: 45px;
  }
  .info {
    padding-bottom: 320px;
  }
  .description-list__item {
    width: 100%;
  }
  .description .gallery-sizer {
    width: 100%;
  }
  .description-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=media.css.map */