

/* Start:/newsite/business/services_for_communal/style.css?175396756212876*/
a, abbr, acronym, address, applet, b, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, t big, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.communal {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: #E5E5E5;
}

.communal__container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.communal-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.communal__intro-block__container {
    margin: 60px 0 83px;
    padding: 40px 0;
    background: #FFFFFF;
}

.communal__intro-block__title {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #3366CC;
}

.communal__intro-block__description {
    width: 76%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666666;
}

.communal__includes-block {
    margin-bottom: 60px;
}

.communal__includes-block__title {
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #3366CC;
}

.communal__includes-block__list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.communal__includes-block__item {
    width: calc(50% - 34px);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}

.communal__includes-block__item_img {
    width: 223px;
    height: 148px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
}

.communal__includes-block__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

.communal__includes-block__item_text {
    width: calc(100% - 250px);
    margin-top: 10px;
    color: #666666;
}

.communal__includes-block__item_title {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
}

.communal__includes-block__item_description {
    font-size: 16px;
    line-height: 22px;
}

.communal__services-block {
    margin-bottom: 96px;
}

.communal__services-block__title {
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #3366CC;
}

.communal__services-block__list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.communal__services-block__item {
    width: calc(50% - 20px);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px 40px;
    font-size: 25px;
    color: #666666;
    background: #FFFFFF;
    border-left: 4px solid rgba(38, 71, 150, 0.41);
    cursor: pointer;
    text-decoration: none;
}

.communal__services-block__item::after {
    content: "";
    width: 30px;
    height: 60px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    right: 40px;
    background: url("https://www.is74.ru/upload/medialibrary/0bc/0bc1056115cce5dc84b1c7ce5980fc90.png") center no-repeat;
    opacity: .4;
}

.communal__services-block__item:hover {
    border-left: 4px solid #264796;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.communal__services-block__item:hover .communal__services-block__item_name::after {
    width: 100%;
}

.communal__services-block__item:hover::after {
    opacity: 1;
}

.communal__services-block__item:nth-of-type(2) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/17f/17f7962497fddc8434b13ecac039e8f1.png");
}

.communal__services-block__item:nth-of-type(3) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/9e3/9e3f16ee8c78c0da8fa625e85977570b.png");
}

.communal__services-block__item
.communal__services-block__item:nth-of-type(4) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/ddd/dddf37a202428c15fdcd94a1d82385d1.png");
}

.communal__services-block__item:nth-of-type(5) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/4f6/4f67e428b6059116562450fea10fb791.png");
}

.communal__services-block__item:nth-of-type(6) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/0f2/0f225134214226bf2d3ac4a5754e6607.png");
}

.communal__services-block__item:nth-of-type(7) .communal__services-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/e24/e24bb69a4f0856468dc93a800b695591.png");
}

.communal__services-block__item_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.communal__services-block__item_name::after {
    content: "";
    width: 0;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(38, 71, 150, 0.4);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.communal__services-block__item_img {
    width: 88px;
    height: 88px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    background-image: url("https://www.is74.ru/upload/medialibrary/211/211bc163e02ee2c745c85bd039db7485.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.communal__steps-block__title {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #666666;
}

.communal__steps-block__list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-bottom: 100px;
}

.communal__steps-block__item {
    width: 20%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #666666;
}

.communal__steps-block__item:nth-of-type(2) .communal__steps-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/f80/f804cd15a8ced4377cce1e8cb3544300.png");
}

.communal__steps-block__item:nth-of-type(3) .communal__steps-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/061/061d14a107a4651ed19dd452c04cd8dc.png");
}

.communal__steps-block__item:nth-of-type(4) .communal__steps-block__item_img {
    background-image: url("https://www.is74.ru/upload/medialibrary/9b1/9b1f026394fe810ce3a5dac493eb3912.png");
}

.communal__steps-block__item_img {
    width: 120px;
    height: 120px;
    background-image: url("https://www.is74.ru/upload/medialibrary/e2a/e2a65654e2d64599e48c40b53cd240c7.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.communal__steps-block__item_name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.communal__steps-block__item_description {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .communal__container {
        width: calc(100% - 72px);
        max-width: 1024px;
    }

    .communal__includes-block__item {
        width: 80%;
    }

    .communal__services-block__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .communal__services-block__item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .communal__includes-block__item {
        width: 100%;
    }

    .communal__steps-block__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .communal__steps-block__item {
        width: 45%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 414px) {
    .communal__container {
        width: calc(100% - 40px);
        max-width: 425px;
    }

    .communal__includes-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 70px;
    }

    .communal__includes-block__item_img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .communal__includes-block__item_text {
        width: 100%;
    }

    .communal__services-block__title {
        font-size: 27px;
    }

    .communal__services-block__item {
        padding: 20px;
    }

    .communal__services-block__item::after {
        right: 20px;
    }

    .communal__services-block__item_name {
        font-size: 16px;
    }

    .communal__services-block__item_img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .communal__steps-block__item {
        width: 100%;
    }

    .communal__steps-block__item_name {
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .communal__container {
        width: calc(100% - 32px);
    }

    .communal__services-block__item {
        padding: 5px;
    }

    .communal__services-block__item::after {
        right: 5px;
    }
}

/* End */


/* Start:/local/templates/is_new/components/siv/order.form/b2b_internet_form/style.css?17539717176519*/
.b2b_internet-form-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    background: #FFFFFF;
}

.b2b_internet-form__container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b2b_internet-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    text-transform: uppercase;
}

.b2b_internet-form__description {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.b2b_internet-form {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.b2b_internet-form__input {
    width: calc(100% / 12 * 2.5 - 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 24px;
    padding: 10px;
    border: 1px solid #909090;
    border-radius: 30px;
    outline: none;
}

.b2b_internet-form__input:focus {
    border-color: #3366CC;
}

.b2b_internet-form__btn {
    width: calc(100% / 12 * 2.5 - 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: #EB0520;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
}

.b2b_internet-form__btn:hover {
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
}

.b2b_internet-form__info {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.b2b_internet-form__info nobr {
    font-size: inherit;
}

.pol {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.pol a {
    font-size: inherit;
    color: inherit;
}

.pol-slide {
    display: none;
}

.pol-slide span {
    display: block;
    text-align: center;
}

.polago {
    text-decoration: underline;
}

.b2b__modal-block {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    padding: 16px 16px 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 8px rgba(117, 117, 117, 0.64);
    box-shadow: 0 8px 8px rgba(117, 117, 117, 0.64);
}

.b2b__modal {
    max-width: 450px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
}

.b2b__modal-block .b2b__modal-close {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: 1;
    margin-bottom: 44px;
    background-image: url(/local/templates/is_new/assets/img/modal_close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: invert(93%) sepia(0%) saturate(1577%) hue-rotate(146deg) brightness(74%) contrast(92%);
    filter: invert(93%) sepia(0%) saturate(1577%) hue-rotate(146deg) brightness(74%) contrast(92%);
    cursor: pointer;
}

.b2b__modal-text {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 40px;

    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.375em;
    line-height: 105.28%;
    color: #2C6BBE;
}

@media screen and (max-width: 1024px) {
    .b2b_internet-form__input {
        width: 30%;
    }

    .b2b_internet-form__btn {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-form__input {
        width: 40%;
    }

    .b2b_internet-form__btn {
        width: 40%;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet-form__container {
        text-align: center;
    }

    .b2b_internet-form__description {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .b2b_internet-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b2b_internet-form__input {
        width: 75%;
        margin-right: 0;
    }

    .b2b_internet-form__btn {
        width: 75%;
        margin-top: 20px;
    }

    .b2b__modal-text {
        padding: 0 10px;
    }
}

@media screen and (max-width: 320px) {
    .b2b_internet-form__input {
        width: 80%;
    }

    .b2b__modal {
        width: 97%;
    }

    .b2b__modal-text {
        padding: 0;
    }
}

/* End */
/* /newsite/business/services_for_communal/style.css?175396756212876 */
/* /local/templates/is_new/components/siv/order.form/b2b_internet_form/style.css?17539717176519 */
