@media (max-width: 1249px) {
  .container {
    width: 690px;
  }
  .header,
  .footer {
    padding-top: 25px;
    padding-bottom: 28px;
    height: auto;
    position: relative;
  }
  .header__wrapper,
  .footer__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .header__location,
  .header__contacts,
  .footer__privacy {
    width: 100%;
    margin-top: 15px;
  }
  .footer__privacy {
    text-align: left;
  }
  .header__location-label {
    font-size: 15px;
    line-height: 19px;
  }
  .header__location-icon,
  .header__contacts-icon {
    min-width: 29px;
  }
  .promo {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
  .promo__bg {
    top: -20px;
    left: -20px;
    width: -webkit-calc(100% + (20px * 2));
    width: calc(100% + (20px * 2));
    height: -webkit-calc(100% + (20px * 2));
    height: calc(100% + (20px * 2));
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  .promo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
  }
  .promo .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .promo__wrapper {
    text-align: left;
  }
  .promo__title {
    margin-top: -2px;
  }
  .features {
    margin-top: 50px;
  }
  .features__wrapper {
    height: auto;
  }
  .features__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px 20px 20px;
  }
  .features__item {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px dashed #d5d5d5;
    border-right: none;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .features__item:first-child {
    padding-top: 0px;
  }
  .features__item:last-child {
    padding-bottom: 0px;
  }
  .content {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content__text {
    display: block;
    width: 100%;
  }
  .content__images {
    display: block;
    margin-top: 40px;
  }
  .privacy {
    padding: 35px;
    width: 600px;
  }
}
@media (min-width: 500px) and (max-width: 1239px) {
  .features__item br {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    width: 500px;
  }
  .header__location-label br,
  .promo__wrapper br,
  .content__text br {
    display: none;
  }
  .content__images {
    width: 100%;
  }
  .content__images-slider-item {
    width: auto;
    height: auto;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
  .privacy {
    padding: 25px;
    width: 460px;
  }
  .privacy__title {
    font-size: 20px;
    line-height: 26px;
  }
  .privacy__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy__text p {
    margin-top: 14px;
  }
}
@media (max-width: 499px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__logo-txt {
    display: none;
  }
  .promo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .promo__title {
    font-size: 36px;
    line-height: 38px;
  }
  .promo__description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .features {
    margin-top: 40px;
  }
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content__text {
    font-size: 15px;
    line-height: 22px;
  }
  .content__images {
    margin-top: 30px;
  }
  .privacy {
    width: -webkit-calc(100% - (25px * 2));
    width: calc(100% - (25px * 2));
    max-width: 468px;
  }
  .arcticmodal-container_i2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .box-modal_close {
    top: -webkit-calc((18px + 2px) * (-1));
    top: calc((18px + 2px) * (-1));
    right: -webkit-calc((17px + 2px) * (-1));
    right: calc((17px + 2px) * (-1));
  }
}
