@media (max-width: 1320px) {
  .card-top-left {
    width: 57%;
  }
  .card-top-right {
    width: 43%;
  }
  .card-slider {
    margin-top: 65px;
    padding-right: 15px;
  }
  .card-image {
    height: 502px;
  }
  .slick-prev {
    left: -131%;
  }
  .slick-next {
    right: 15px;
  }
  .card-slider-image {
    width: 184px;
    height: 146px;
  }
}

@media (max-width: 1200px) {
  .footer .col-3 {
    display: none;
  }
  .footer .col-9 {
    width: 100%;
    padding-left: 15px;
  }
  .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-item {
    margin: 5px 0;
  }
  .contacts-list {
    display: block;
  }
  .contacts-item {
    margin: 15px 0;
  }
  .wedo-list {
    margin: 0;
    padding-left: 50px;
  }
  .wedo-item {
    width: 45%;
    margin: 22px 0;
  }
  .projects-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .projects-item {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .card-top-body {
    display: block;
  }
  .card-top-left {
    width: 100%;
  }
  .card-top-right {
    width: 100%;
  }
  .card-image {
    height: auto;
  }
  .card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .card-list {
    width: 100%;
  }
  .card-price {
    position: static;
  }
  .card-slider {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .promo-descr {
    left: 40px;
  }
}

@media (max-width: 992px) {
  .about {
    margin: 160px 0 40px 0;
  }
  .about-body {
    display: block;
  }
  .about-body .col-5 {
    width: 100%;
    text-align: center;
  }
  .about-body .col-7 {
    width: 100%;
  }
  .about-picture {
    display: inline-block;
  }
  .wedo-item {
    width: 100%;
    margin: 10px 0;
  }
  .card {
    margin: 40px 0;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  .header {
    border-bottom: 1px solid #dddddd;
    -webkit-box-shadow: 3px 0px 12px 3px rgba(221, 221, 221, 0.4);
            box-shadow: 3px 0px 12px 3px rgba(221, 221, 221, 0.4);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
  }
  .header .drop {
    position: absolute;
    top: 22px;
    right: 52px;
  }
  .header-logo {
    width: 110px;
    height: 31px;
    background-image: url(../img/header-logo-mobile.png);
  }
  .header-body {
    display: block;
  }
  .header-body .col-2 {
    width: 100%;
  }
  .header-body .col-10 {
    width: 100%;
  }
  .header-right-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
  }
  .header-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: none;
  }
  .header-nav.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    margin-top: 20px;
  }
  .nav-list {
    display: block;
    width: 100%;
    text-align: right;
  }
  .nav-list li,
  .nav-item {
    margin: 10px 0;
    text-align: right;
  }
  .nav-list li:first-child,
  .nav-item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0;
  }
  .header-top {
    border-bottom: 0;
  }
  .header-mobile {
    display: block;
    margin-left: 10px;
    margin-top: 2px;
    position: absolute;
    top: 20px;
    right: 9px;
  }
  .header-mobile-icon {
    display: inline-block;
    width: 25px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-mobile-icon.png);
  }
  .promo-descr {
    left: 45px;
    bottom: 45px;
  }
  .promo-name {
    font-size: 29px;
  }
  .promo-text {
    font-size: 18px;
  }
  .promo {
    margin-top: 25px;
  }
  .promo-picture {
  height: 300px;
  }
  .footer {
    margin: 10px 0 25px 0;
  }
  .wedo {
    margin: 40px 0;
  }
  .projects-item {
    width: 44%;
  }
  .projects-picture::after {
    width: 100%;
    height: 175px;
  }
  .projects-image {
    width: 100%;
    height: 175px;
  }
  .card-bottom-body {
    display: block;
  }
  .card-bottom-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .card-bottom-right {
    width: 100%;
  }
  .card-price {
    margin-top: 30px;
  }
  .card-top {
    margin-top: 30px;
  }
  .card-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 520px) {
  .footer-copy {
    text-align: center;
  }
  .footer-list {
    display: block;
    text-align: center;
  }
  .footer-item {
    margin: 10px 0;
  }
  .footer-item::after {
    content: none;
  }
  .about {
    margin: 80px 0 40px 0;
  }
  .about-decor {
    top: -45px;
    left: -57px;
    width: 245px;
    height: 222px;
    background-size: contain;
  }
  .contacts {
    margin: 40px 0;
  }
  .wedo-list {
    padding-left: 0;
    text-align: center;
  }
  .wedo-item {
    padding: 20px 10px;
  }
  .wedo-picture {
    position: static;
    margin: 0 auto;
  }
  .filters-drop .drop-body {
    right: auto;
    left: 0;
  }
  .filters-list {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .filters-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .projects {
    margin: 40px 0;
  }
  .projects-item {
    width: 100%;
  }
  .projects-picture::after {
    width: 100%;
    height: 175px;
  }
  .projects-image {
    width: 100%;
    height: 175px;
  }
  .card-slider {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .card-slider-item {
    margin: 0 5px;
  }
  .card-slider-image {
    width: 100%;
    height: 125px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-item {
    width: 49%;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=media.css.map */