.installer-block {
    margin-bottom: 30px;
}
.installer-block__install {
    margin-top: 40px;
    margin-bottom: 0;
}
.installer-block h2 {
    margin-top: 30px;
}
.installer-block__title {
    margin: 0 0 40px;
}
.installer-block__title div {
    font-size: 15px;
}
.installer-block__list {}
.installer-block__item-wrapper {
    margin-bottom: 30px;
}
.installer-block__item {
    height: 100%;
    display: flex;
    background: #F5F5F5;
    border-radius: 2px;
    padding: 16px 20px;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
}
.installer-block__item_add {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.33;
    color: #AAAAAA;
    text-align: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.installer-block__item_add:hover {
    background: #fff;
    border-color: #C8102E;
    color: #C8102E;
}
.installer-block__item:hover {
    border-color: #E5E5E5;
}
.installer-block__desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
.installer-block__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
    flex: 1 1 auto;
    margin-bottom: 10px;
}
.installer-block__contact {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.55;
    color: #757575;
    position: relative;
    padding-left: 16px;
}
.installer-block__contact:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "ak-icons";
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    color: #757575;
}
.installer-block__contact_address:before {
    content: "\e905";
}
.installer-block__contact_time:before {
    content: "\e90c";
    font-size: 9px;
    top: 4px;
}
.installer-block__contact_phone:before {
    content: "\e908";
    font-size: 9px;
    top: 4px;
}
.installer-block__img-wrapper {
    flex: 0 0 auto;
    margin-left: 16px;
}
.installer-block__img {
    width: 120px;
    border-radius: 2px;
}
.installer-block__more-wrapper {
    margin-top: 28px;
}
.installer-block__more {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.installer-block__more:hover {
    color: #C51D23;
    border-color: transparent;
}
.installer-block__choose-wrapper {
    margin-top: 20px;
}
.installer-block__edit {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #C8102E;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.installer-block__edit:before {
    content: "\e903";
    position: relative;
    font-family: "ak-icons";
    line-height: 1;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    margin-right: 4px;
}
.installer-block__item:hover .installer-block__edit {
    opacity: 1;
    visibility: visible;
}

.installer-block__list_brands {}
.installer-block__list_brands .installer-block__item {
    height: 120px;
    justify-content: center;
    padding: 0;
    border-color: transparent !important;
}
.installer-block__list_brands .installer-block__img-wrapper {
    margin: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: relative;
}
.installer-block__list_brands .installer-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media screen and (min-width: 768px) {
    .installer-block_personal .installer-block__item {
        min-height: 145px;
    }
}

.install-search__lp {
    padding-bottom: 10px!important;
}
.install-search__btn-block {
    display: flex;
    justify-content: center;
}