.install-form__wrapper {
    margin-bottom: 50px;
}
.install-form__img-wrapper {}
.install-form__img-wrapper img { max-height: 320px; }

.install-form__img {}
.install-form {}
.install-form__title-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
}
.install-form__title {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: #000000;
}
.install-form__price {
    flex: 0 0 auto;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25;
    color: #000000;
}
.install-form__price_old {
    text-decoration: line-through;
    font-size: 24px;
    opacity: 0.4;
}
.install-form__title.result {
    font-weight: 600;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .install-form__img {
        height: 200px;
        margin: 0 auto 24px;
    }
}
@media screen and (max-width: 479px) {
    .install-form__title-wrapper {
        flex-wrap: wrap;
    }
    .install-form__price {
        margin-top: 8px;
    }
}

.installer-detail {}
.installer-detail__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 24px;
}
.installer-detail__img-wrapper {
    margin: 0 0 24px;
}
.installer-detail__img {
    max-height: 105px;
}
.installer-detail__contact-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.installer-detail__contact-group + .installer-detail__contact-group {
    margin-top: 22px;
}
.installer-detail__contact {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    position: relative;
    padding-left: 24px;
}
.installer-detail__contact:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "ak-icons";
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
}
a.installer-detail__contact:hover {
    color: #C8102E;
}
.installer-detail__contact + .installer-detail__contact {
    margin-top: 6px;
}
.installer-detail__contact_address:before {
    content: "\e905";
}
.installer-detail__contact_time:before {
    content: "\e90c";
}
.installer-detail__contact_phone:before {
    content: "\e908";
}
.installer-detail__contact_website:before {
    content: "\e90a";
}
.installer-detail__contact_instagram:before {
    content: "\e907";
}
.installer-detail__contact_youtube:before {
    content: "\e90f";
}
.installer-detail__contact_vk:before {
    content: "\e90e";
}
.installer-detail__contact_facebook:before {
    content: "\e904";
}
.installer-detail__contact_address:before {}
.installer-detail__contact_address:before {}
@media screen and (max-width: 991px) {
    .installer-detail__title {
        font-size: 26px;
    }
}


.install-form__title .text-primary { font-weight: 900; }
.install-form__title.result {

}

.install-cmc_row {
    border-top: 1px solid #EA072B;
    margin-top: 24px;
    padding-top: 15px;
}

#modal-studio-choice-install .form-control{
    border: none;
}