

/* Start:/local/templates/bq_aliot_s1/components/bitrix/news.detail/tech_detail/style.css?17508570516252*/
.lidservices-detail--demonastration {}

.text-with-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 80px;
}

.text-with-img:first-child {
    margin-top: 0;
}

.text-with-img:last-child {
    margin-bottom: 0;
}

.text-with-img>div:nth-child(1) {
    margin-right: 24px;
    max-width: 500px;
    width: calc(50% - 12px);
    align-self: center;
}

.text-with-img>div:nth-child(1) p:last-child {
    margin-bottom: 0;
}

.text-with-img>div:nth-child(2) {
    flex-shrink: 0;
    margin-left: auto;
    max-width: 570px;
    width: calc(50% - 12px);
}

.text-with-img>div:nth-child(2) img {
    display: block;
    margin: 0 !important;
    height: auto;
    width: 100%;
}

.list-with-icons {
    margin-top: 80px;
    margin-bottom: 80px;
}

h2+.list-with-icons {
    margin-top: 40px;
}

.list-with-icons:first-child {
    margin-top: 0;
}

.list-with-icons:last-child {
    margin-bottom: 0;
}

.list-with-icons ul {
    display: flex;
    flex-wrap: wrap;
    margin: -35px -20px !important;
    list-style: none !important;
}

.list-with-icons ul li {
    position: relative;
    margin: 35px 20px !important;
    width: calc(50% - 70px);
    padding-left: 88px !important;
    line-height: inherit !important;
}

.list-with-icons ul li:before {
    display: none !important;
}

.list-with-icons ul li h3 {
    margin-top: 0;
}

.list-with-icons ul li img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 !important;
    margin-right: 28px !important;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.contacts-wtih-form {
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}

h2+.contacts-wtih-form {
    margin-top: 40px;
}

.contacts-wtih-form:first-child {
    margin-top: 0;
}

.contacts-wtih-form:last-child {
    margin-bottom: 0;
}

.contacts-wtih-form__left {
    flex-shrink: 0;
    max-width: 297px;
    width: 100%;
    padding-top: 9px;
}

.contacts-wtih-form__title {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.contacts-wtih-form__item:not(:last-child) {
    margin-bottom: 28px;
}

.contacts-wtih-form__item {
    position: relative;
    padding-left: 37px;
    font-size: 16px;
    line-height: 20px;
}

.contacts-wtih-form__item::before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 14px;
    width: 12px;
}

.contacts-wtih-form__item--geo::before {
    background-image: url(/local/templates/bq_aliot_s1/img/geo.svg);
}

.contacts-wtih-form__item--phone::before {
    background-image: url(/local/templates/bq_aliot_s1/img/phone.svg);
}

.contacts-wtih-form__item--email::before {
    background-image: url(/local/templates/bq_aliot_s1/img/email.svg);
}

.contacts-wtih-form__item--time:before {
    background-image: url(/local/templates/bq_aliot_s1/img/time.svg);
}

.contacts-wtih-form__item a {
    color: #333;
}

.contacts-wtih-form__item a:hover {
    text-decoration: none !important;
}

.contacts-wtih-form__right {
    width: 100%;
}

.contacts-wtih-form_widgets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts-wtih-form_widgets__item:not(:last-child) {
    margin-bottom: 17px;
}

.contacts-wtih-form_widgets__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 32px;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.contacts-wtih-form_widgets__item:hover {
    text-decoration: none !important;
}

.contacts-wtih-form_widgets__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
}

.contacts-wtih-form_widgets__item--ws:before {
    background-image: url(/local/templates/bq_aliot_s1/img/wa-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts-wtih-form_widgets__item--tg:before {
    background-image: url(/local/templates/bq_aliot_s1/img/te.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts-wtih-form__map {
    height: 321px;
}

.contacts-wtih-form__map .ymaps-2-1-79-map {
    width: 100% !important;
}

.contacts-wtih-form__form {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .text-with-img {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .text-with-img>div:nth-child(1) {
        margin-right: 0;
        max-width: none;
        width: 100%;
    }

    .text-with-img>div:nth-child(2) {
        order: -1;
        margin-bottom: 24px;
        max-width: none;
        width: 100%;
    }

    .list-with-icons {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    h2+.list-with-icons {
        margin-top: 24px;
    }

    .list-with-icons ul {
        margin: -10px !important;
    }

    .list-with-icons ul li {
        margin: 10px !important;
        width: 100%;
        padding-left: 0 !important;
    }

    .list-with-icons ul li>div {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .list-with-icons ul li>div h3 {
        margin-bottom: 0;
        align-self: center;
    }

    .list-with-icons ul li img {
        position: static;
        margin-right: 12px !important;
        height: 50px;
        width: 50px;
    }

    .contacts-wtih-form {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    h2+.contacts-wtih-form {
        margin-top: 24px;
    }

    .contacts-wtih-form__left {
        max-width: none;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .contacts-wtih-form__map {
        margin-right: -30px;
        margin-left: -30px;
        width: calc(100% + 60px);
    }

    .contacts-wtih-form__title {
        margin-bottom: 12px !important;
    }

    .contacts-wtih-form__item {
        padding-left: 30px;
        font-size: 14px;
    }

    .contacts-wtih-form__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .contacts-wtih-form_widgets__item {
        padding-left: 30px;
        font-size: 12px;
    }
}
/* End */
/* /local/templates/bq_aliot_s1/components/bitrix/news.detail/tech_detail/style.css?17508570516252 */
