.promo {
    padding: 30px 0 43px
}

.promo__item {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 494px
}

.promo__item:hover img {
    opacity: .8
}

.promo__item img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: block
}

.promo__item--left .promo__caption {
    bottom: 30px;
    right: 40px
}

.promo__item--right .promo__caption {
    top: 19px;
    left: 26px
}

.promo__caption {
    position: absolute;
    color: #343434
}

.promo__caption.background--dark {
    color: #fff
}

.promo__caption.background--dark.background--complex {
    color: #999
}

.promo__title {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    padding: 0 0 10px
}

.promo__price {
    font-size: 20px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .promo {
        padding:0 0 15px
    }

    .promo__item {
        margin: 0 -15px 20px
    }

    .promo__item--left .promo__caption {
        right: 16px
    }
}

.subscribe {
    background: #2f2f2f;
}
.header-search__input{border:1px solid #ddd;}

/*New icons*/
.fly-menu__block.fly-menu__phone .fly-menu__icon,
.fly-menu__block.fly-menu__email .fly-menu__icon {
    transform: translateY(-10px);
}
.fly-menu__block.fly-menu__phone,
.fly-menu__block.fly-menu__email {
    padding-top: 5px;
}