

/* Start:/local/templates/is_new/components/bitrix/news.list/sd_slider/style.css?17539717161451*/
html, body {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    margin: 60px 0 55px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.phone-slide {
    width: 248px;
}

.phone-slide__text {
    width: 90%;
    height: 106px;
    margin: 10px auto -30px;
    padding: 17px 13px 0;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;

    background: #264796;
    border-radius: 15px;
}

.phone-slide__img {
    width: 236px;
    height: 490px;
}

@media screen and (max-width: 768px) {
    .phone-slide {
        width: 105px; /* 150px */
    }

    .phone-slide__text {
        padding: 12px 10px 0;
        margin: 10px auto -15px;
        font-size: 10px;
    }

    .phone-slide__img {
        width: 120px; /* 146px */
        height: 254px; /* 304px */
    }

    .hide-tablet {
        display: none;
    }
}

/* End */


/* Start:/local/templates/is_new/components/bitrix/news.list/ud_tariffs/style.css?17539717162346*/
section.sd-section.sd-tariffs {
    margin-top: 50px;
}

.link-wrap {
    width: 706px;
    display: flex;
    justify-content: center;
    margin: 48px auto;
    padding-bottom: 0;
    padding-top: 0;
    border: 2px solid #264796;
    border-radius: 8px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

a.link_item.link_item_ {
    text-decoration: none;
}

.link-wrap__tab-left {
    width: 50%;
    border-right: 1px solid;
    color: #264796;
}

.link-wrap__tab-right {
    width: 50%;
    border-left: 1px solid;
    color: #264796;
}

.active_tab {
    background: #264796;
}

.link-wrap h3 {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #264796;
}

a.link_item.link_item_.active h3 {
    color: #FFF;
}

.ud_plans_title {
    font-family: "Benzin-Bold";
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #333;
}

.ud__plans_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ud__plans_item {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.ud__plan_price-num {
    font-family: "Benzin-Bold";
    font-size: 45px;
    line-height: 130%;
    color: #264796;
}

.ud__plan_price-rub {
    font-family: "Benzin-Bold";
    font-size: 22px;
    line-height: 130%;
    color: #264796;
}

.ud__plan_price-month {
    font-family: "Benzin-Bold";
    font-size: 22px;
    line-height: 130%;
    color: #264796;
}

.ud__plan_functions {
    display: flex;
    flex-direction: column;
}

.ud__plan_functions_title {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 150%;
    color: #333;
}

.ud__plan_function {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    line-height: 150%;
}

.ud__plan_function::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
    background: url("/local/templates/is_new/components/bitrix/news.list/ud_tariffs/img/checkmark.svg") center no-repeat;
    background-size: cover;
}

.hide {
    display: none;
}

.hide_false {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .link-wrap {
        width: 90%;
    }

    .link-wrap h3 {
        height: 36px;
    }
}

/* End */


/* Start:/local/templates/is_new/components/bitrix/news.list/slider_ud/style.css?17539717161511*/
html, body {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    text-align: center;
    font-size: 18px;
}

.slide-link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.slide-image {
    width: auto;
    height: 100%;
    display: block;
    flex: none;
}

.show-tablet_slider_ud {
    display: none;
}

@media screen and (max-width: 1440px) {
    .slide-image {
        width: 120%;
        height: auto;
        height: 396px;
    }
}

@media screen and (max-width: 1024px) {
    .slide-image {
        width: 174%;
        height: auto;
        min-height: 380px;
    }
}
@media screen and (max-width: 550px) {
    .hide-tablet_slider_ud {
        display: none;
    }

    .show-tablet_slider_ud {
        display: block;
    }

    .slide-image {
        width: 100%;
    }

    .slide-image.show-tablet_slider_ud {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* End */


/* Start:/local/templates/is_new/components/siv/order.form/smart-domofon/style.css?175397171716606*/
div.smart-domofon-container {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.smart-domofon-container div.sd-form {
    width: 360px;
    margin: auto 0;
}

div.smart-domofon-container div.sd-image div.sd-text {
    position: absolute;
    left: 6%;
    bottom: 10%;
    font-size: 380%;
    color: #FFF;
    z-index: 2;
    font-weight: 700;
    line-height: 1.07;
    text-transform: uppercase;
    letter-spacing: -1.8px;
}

div.smart-domofon-container div.sd-form span.title {
    width: 393px;
    height: 41px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

div.smart-domofon-container form input.sd-form-input {
    height: 55px;
    width: 100%;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #F7F7F7;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sd-form-button {
    width: 300px;
    height: 65px;
    background: #264796;
    color: #FFF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

div.smart-domofon-container form input.sd-form-input:focus {
    outline: none;
    border-bottom: 1px solid #3366CC;
}

div.smart-domofon-container form {
    text-align: center;
}

div.smart-domofon-container form .address-js-error {
    color: red;
    text-align: start;
}

div.smart-domofon-container div.sd-form div.input-address {
    width: 100%;
}

div.smart-domofon-container div.sd-form div.input-address #address {
    order: 2;
}

div.smart-domofon-container div.sd-form div.input-flat {
    width: 37%;
}

div.smart-domofon-container div.sd-form div.input-phone {
    width: 100%;
}

div.smart-domofon-container div.sd-form div.input-content {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 26px;
}

div.smart-domofon-container div.sd-form div.input-content span {
    height: 15px;
    color: #3366CC;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: none;
    position: absolute;
    left: 0;
    top: 5px;
    order: 1;
}

div.smart-domofon-container form input.sd-form-input:focus ~ .input-small {
    display: block;
}

div.smart-domofon-container div.sd-form form input[type="submit"] {
    border: none;
    -webkit-appearance: none;
}

div.smart-domofon-container div.sd-form form div.input-row {
    display: flex;
    margin-bottom: 20px;
}

div.smart-domofon-container div.sd-form form div.input-row:nth-of-type(2) {
    justify-content: space-between;
}

div.smart-domofon-container div.sd-form form div.input-row input {
    padding: 10px 0;
}

div.smart-domofon-container form input.sd-form-input::placeholder {
    color: #3C3C3C;
}

div.smart-domofon-container div.pol {
    text-align: center;
    font-size: 69%;
}

div.smart-domofon-container .pol {
    padding-top: 10px;
    font-size: .8rem;
}

div.smart-domofon-container .pol .js-pola-open {
    cursor: pointer;
    font-size: 12px;
}

div.smart-domofon-container .pol .pol-click {
    text-decoration: underline;
    margin-top: 0;
}

div.smart-domofon-container .pol .pol-slide {
    display: none;
    margin-top: 5px;
}

div.smart-domofon-container .pol .pol-slide span {
    display: block;
}

div.smart-domofon-container .sd-form .form-checkbox__row:first-of-type {
    margin-top: 31px;
}

div.smart-domofon-container .sd-form .form-checkbox__row {
    margin-top: 9px;
}

div.smart-domofon-container .sd-form a.polago {
    margin-top: 5px;
    text-align: left;
}

div.smart-domofon-container .pol a {
    color: #666;
}

div.smart-domofon-container .pol .pol-slide .polago {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

/*политика*/

#overlay {
    z-index: 999999999;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* модалка успешная */

#sd-form-success {
    width: 819px;
    height: 516px;
    box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #3366CC;
    text-align: center;
    margin: auto;
    position: relative;
}

#sd-form-success img {
    width: 100%;
    height: 190px;
    border-radius: 10px 10px 0 0;
}

#sd-form-success div.content-modal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: calc(100% - 190px);
    width: 100%;
    align-items: center;
}

#sd-form-success div.title-modal {
    max-height: 49px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.5px;
}

#sd-form-success div.text-modal {
    max-width: 496px;
    max-height: 90px;
    color: #FEFEFE;
    font-size: 16px;
    line-height: 24px;
}

#sd-form-success div.social-img-modal .ya-share2__container {
    margin: unset;
    width: 100%;
}

#sd-form-success div.social-img-modal ul.ya-share2__list {
    display: flex;
    justify-content: space-evenly;
}

#sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
    width: 47px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
}

#sd-form-success div.social-img-modal .ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: #FFF;
}

#sd-form-success div.social-img-modal .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("https://www.is74.ru/upload/medialibrary/425/42560d7d6f9be41606ebe3396850c9dc.png");
    background-size: 95%;
    background-position-y: center;
}

#sd-form-success div.social-img-modal {
    width: 35%;
}

#sd-form-success div {
    margin: 0 auto;
}

#sd-form-success button.mfp-close {
    color: #FFF;
    right: -35px;
    top: -35px;
    font-size: 50px;
}

/* модалка не успешная */

#sd-form-error {
    max-width: 80%;
    margin: 0 auto;
    min-height: 100px;
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: table;
    position: relative;
}

#sd-form-error button.mfp-close {
    color: #FFF;
    right: -30px;
    top: -30px;
    font-size: 40px;
    position: absolute;
}

#sd-form-error h2 {
    line-height: unset;
    font-size: 20px;
}

#sd-form-error hr {
    margin: 15px 0;
}

#sd-form-error p {
    margin-bottom: 10px;
}

/* автокомплит */

ul.ui-widget-content {
    background: #FFF;
    opacity: 0.99;
    color: #666;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    overflow-y: scroll;
    z-index: 100;
    max-width: 50%;
}

div.ui-menu-item-wrapper {
    margin: 2px 0;
}

div.ui-menu-item-wrapper:hover {
    color: #FFF;
    background: #2B55A7;
    font-size: 16.5px;
}

div.ui-helper-hidden-accessible {
    display: none;
}

/* медиа */

@media screen and (max-width: 900px) {
    div.smart-domofon-container div.sd-image {
        width: 100%;
        order: 1;
    }

    div.smart-domofon-container div.sd-form {
        width: 100%;
        order: 3;
    }

    div.smart-domofon-container div.pol {
        margin-bottom: 36px;
    }

    #sd-form-success {
        width: 80%;
        height: 444px;
    }

    #sd-form-success img {
        height: auto;
    }

    #sd-form-success div.content-modal {
        height: 60%;
    }
}

@media screen and (max-width: 768px) {
    div.smart-domofon-container form input.sd-form-input {
        margin: 0 auto;
    }

    div.smart-domofon-container div.sd-form div.input-content input {
        margin: 0 auto;
    }

    #sd-form-success {
        height: 344px;
    }

    #sd-form-success div.content-modal {
        height: 55%;
    }

    #sd-form-success div.title-modal {
        font-size: 40px;
    }

    #sd-form-success div.text-modal {
        font-size: 14px;
        line-height: 20px;
        font-weight: unset;
    }

    #sd-form-success div.social-img-modal {
        width: 30%;
    }

    #sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 600px) {
    div.smart-domofon-container div.sd-image {
        height: 259px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 52px;
    }

    #sd-form-success {
        height: 340px;
    }

    #sd-form-success img {
        height: auto;
    }

    #sd-form-success div.content-modal {
        height: 66%;
        justify-content: center;
    }

    #sd-form-success div.title-modal {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #sd-form-success div.text-modal {
        width: 80%;
        line-height: 130%;
    }

    #sd-form-success div.social-img-modal {
        width: 36%;
        margin-top: 30px;
    }

    #sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
        width: 30px;
        height: 30px;
    }

    #sd-form-success button.mfp-close {
        right: -33px;
        top: -33px;
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    div.smart-domofon-container div.sd-form {
        width: 90%;
        margin: 0 auto;
    }

    div.smart-domofon-container .sd-form .form-checkbox__row a.polago {
        margin: 0 auto;
        width: 50%;
    }

    div.smart-domofon-container div.sd-image {
        height: 207px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 43px;
    }

    #sd-form-success div.title-modal {
        font-size: 27px;
    }

    #sd-form-success div.social-img-modal {
        width: 40%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    #sd-form-success div.content-modal {
        height: 70%;
    }

    #sd-form-success div.title-modal {
        font-size: 22px;
    }

    #sd-form-success div.social-img-modal {
        margin-top: 66px;
    }
}

@media screen and (max-width: 360px) {
    div.smart-domofon-container div.sd-image {
        height: 154px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 32px;
    }

    #sd-form-success {
        height: 333px;
    }

    #sd-form-success div.content-modal {
        height: 79%;
        justify-content: flex-start;
    }

    #sd-form-success div.title-modal {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: unset;
        margin-top: 10px;
    }

    #sd-form-success div.social-img-modal {
        width: 44%;
        margin-top: 75px;
    }
}

@media screen and(max-width: 320px) {
    div.smart-domofon-container div.sd-image {
        height: 136px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 28px;
    }

    #sd-form-success img {
        height: 70px;
    }

    #sd-form-success div.title-modal {
        font-size: 20px;
    }

    #sd-form-success div.social-img-modal {
        width: 55%;
    }
}

/* спинер */
:root {
    --duration: 1.5s;
    --container-size: 250px;
    --box-size: 33px;
    --box-border-radius: 15%;
}

.preloader {
    width: var(--container-size);
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: none;
    margin: 0 auto;
}

.square {
    width: var(--box-size);
    height: var(--box-size);
    position: relative;
    display: block;
    transform-origin: -50% center;
    border-radius: var(--box-border-radius);
}

.square:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: lightblue;
    border-radius: var(--box-border-radius);
    box-shadow: 0 0 10px 0 rgba(28, 159, 255, 0.4);
}

.square:nth-child(1) {
    animation: slide var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(1):after {
    animation: color-change var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2) {
    animation: flip-1 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2):after {
    animation: squidge-1 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(3) {
    animation: flip-2 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(3):after {
    animation: squidge-2 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(4) {
    animation: flip-3 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(4):after {
    animation: squidge-3 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(5) {
    animation: flip-4 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(5):after {
    animation: squidge-4 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2):after {
    background-color: #1C9FFF;
}

.square:nth-child(3):after {
    background-color: #1FB1FD;
}

.square:nth-child(4):after {
    background-color: #22C7FB;
}

.square:nth-child(5):after {
    background-color: #23D3FB;
}

@keyframes slide {
    0% {
        background-color: #1795FF;
        transform: translatex(0vw);
    }
    100% {
        background-color: #23D3FB;
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
    }
}

@keyframes color-change {
    0% {
        background-color: #1795FF;
    }
    100% {
        background-color: #23D3FB;
    }
}

@keyframes flip-1 {
    0%, 15% {
        transform: rotate(0);
    }
    35%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-1 {
    5% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    15% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    25%, 20% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    55%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    40% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-2 {
    0%, 30% {
        transform: rotate(0);
    }
    50%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-2 {
    20% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    30% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    40%, 35% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    70%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    55% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-3 {
    0%, 45% {
        transform: rotate(0);
    }
    65%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-3 {
    35% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    45% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    55%, 50% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    85%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    70% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-4 {
    0%, 60% {
        transform: rotate(0);
    }
    80%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-4 {
    50% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    60% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    70%, 65% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    100%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    85% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

/* End */


/* Start:/local/templates/is_new/components/siv/order.form/smart-domofon-modalform/style.css?175397171716661*/
ul#ui-id-2 {
    z-index: 1150;
}

div.smart-domofon-container {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.smart-domofon-container div.sd-form-modal {
    width: 100%;
    margin: auto 0;
}

div.smart-domofon-container div.sd-image div.sd-text {
    position: absolute;
    left: 6%;
    bottom: 10%;
    font-size: 380%;
    color: #FFF;
    z-index: 2;
    font-weight: 700;
    line-height: 1.07;
    text-transform: uppercase;
    letter-spacing: -1.8px;
}

div.smart-domofon-container div.sd-form-modal span.title {
    width: 393px;
    height: 41px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

div.smart-domofon-container form input.sd-form-input {

    height: 55px;
    width: 82%;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    background: #F7F7F7;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sd-form-button {
    width: 300px;
    height: 65px;
    background: #264796;
    color: #FFF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

div.smart-domofon-container form input.sd-form-input:focus {
    outline: none;
    border-bottom: 1px solid #3366CC;
}

div.smart-domofon-container form {
    text-align: center;
}

div.smart-domofon-container form .address-js-error {
    color: red;
    text-align: start;
}

div.smart-domofon-container div.sd-form-modal div.input-address {
    width: 100%;
}

div.smart-domofon-container div.sd-form-modal div.input-address #address {
    order: 2;
}

div.smart-domofon-container div.sd-form-modal div.input-flat {
    width: 37%;
}

div.smart-domofon-container div.sd-form-modal div.input-phone {
    width: 100%;
}

div.smart-domofon-container div.sd-form-modal div.input-content {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 7px;
}

div.smart-domofon-container div.sd-form-modal div.input-content span {
    height: 15px;
    color: #3366CC;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: none;
    position: absolute;
    left: 0;
<<<<<<< HEAD
<<<<<<< HEAD
    top: -16px;
=======
    top: 5px;
>>>>>>> e1b045c4e4ec3ecd217883796e40ba1c0f83e73a
=======
    top: -16px;
>>>>>>> 7457f2b5b5691e00fe90963c0f9eb624f430500b
    order: 1;
}

div.smart-domofon-container form input.sd-form-input:focus ~ .input-small {
    display: block;
}

div.smart-domofon-container div.sd-form-modal form input[type="submit"] {
    border: none;
    -webkit-appearance: none;
}

div.smart-domofon-container div.sd-form-modal form div.input-row {
    display: flex;
    margin: 32px 33px 20px;
}

div.smart-domofon-container form input.sd-form-input::placeholder {
    color: #3C3C3C;
}

div.smart-domofon-container div.pol {
    text-align: center;
    font-size: 69%;
}

div.smart-domofon-container .pol {
    padding-top: 10px;
    font-size: .8rem;
}

div.smart-domofon-container .pol .js-pola-open {
    cursor: pointer;
    font-size: 12px;
}

div.smart-domofon-container .pol .pol-click {
    text-decoration: underline;
    margin-top: 0;
}

div.smart-domofon-container .pol .pol-slide {
    display: none;
    margin-top: 5px;
}

div.smart-domofon-container .pol .pol-slide span {
    display: block;
}

div.smart-domofon-container .sd-form-modal .form-checkbox__row:first-of-type {
    margin: 31px 51px 0;
}

div.smart-domofon-container .sd-form-modal .form-checkbox__row {
    margin: 10px 51px 10px;
}

div.smart-domofon-container .sd-form-modal a.polago {
    margin-top: 5px;
    text-align: center;
}

div.smart-domofon-container .pol a {
    color: #717171;;
}

div.smart-domofon-container .pol .pol-slide .polago {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

/*политика*/

#overlay {
    z-index: 999999999;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* модалка успешная */

#sd-form-success {
    width: 819px;
    height: 516px;
    box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #3366CC;
    text-align: center;
    margin: auto;
    position: relative;
}

#sd-form-success img {
    width: 100%;
    height: 190px;
    border-radius: 10px 10px 0 0;
}

#sd-form-success div.content-modal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: calc(100% - 190px);
    width: 100%;
    align-items: center;
}

#sd-form-success div.title-modal {
    max-height: 49px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.5px;
}

#sd-form-success div.text-modal {
    max-width: 496px;
    max-height: 90px;
    color: #FEFEFE;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 24px;
}

#sd-form-success div.social-img-modal .ya-share2__container {
    margin: unset;
    width: 100%;
}

#sd-form-success div.social-img-modal ul.ya-share2__list {
    display: flex;
    justify-content: space-evenly;
}

#sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
    width: 47px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
}

#sd-form-success div.social-img-modal .ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: #FFF;
}

#sd-form-success div.social-img-modal .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("https://www.is74.ru/upload/medialibrary/425/42560d7d6f9be41606ebe3396850c9dc.png");
    background-size: 95%;
    background-position-y: center;
}

#sd-form-success div.social-img-modal {
    width: 35%;
}

#sd-form-success div {
    margin: 0 auto;
}

#sd-form-success button.mfp-close {
    color: #FFF;
    right: -35px;
    top: -35px;
    font-size: 50px;
}

/* модалка не успешная */

#sd-form-error {
    max-width: 80%;
    margin: 0 auto;
    min-height: 100px;
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: table;
    position: relative;
}

#sd-form-error button.mfp-close {
    color: #FFF;
    right: -30px;
    top: -30px;
    font-size: 40px;
    position: absolute;
}

#sd-form-error h2 {
    line-height: unset;
    font-size: 20px;
}

#sd-form-error hr {
    margin: 15px 0;
}

#sd-form-error p {
    margin-bottom: 10px;
}

/* автокомплит */

ul.ui-widget-content {
    background: #FFF;
    opacity: 0.99;
    color: #666;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    overflow-y: scroll;
    z-index: 100;
    max-width: 50%;
}

div.ui-menu-item-wrapper {
    margin: 2px 0;
}

div.ui-menu-item-wrapper:hover {
    color: #FFF;
    background: #2B55A7;
    font-size: 16.5px;
}

div.ui-helper-hidden-accessible {
    display: none;
}

/* медиа */

@media screen and (max-width: 900px) {
    div.smart-domofon-container div.sd-form-modal {
        width: 100%;
        order: 3;
    }

    div.smart-domofon-container div.pol {
        margin-bottom: 36px;
    }

    #sd-form-success {
        width: 80%;
        height: 444px;
    }

    #sd-form-success img {
        height: auto;
    }

    #sd-form-success div.content-modal {
        height: 60%;
    }
}

@media screen and (max-width: 768px) {
    #sd-form-success {
        height: 344px;
    }

    #sd-form-success div.content-modal {
        height: 55%;
    }

    #sd-form-success div.title-modal {
        font-size: 40px;
    }

    #sd-form-success div.text-modal {
        font-size: 14px;
        line-height: 20px;
        font-weight: unset;
    }

    #sd-form-success div.social-img-modal {
        width: 30%;
    }

    #sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 600px) {
    div.smart-domofon-container div.sd-form-modal form div.input-row {
        display: flex;
        margin: 18px 18px 18px;
        flex-direction: column;
    }

    #sd-form-success {
        height: 340px;
    }

    #sd-form-success img {
        height: auto;
    }

    #sd-form-success div.content-modal {
        height: 66%;
        justify-content: center;
    }

    #sd-form-success div.title-modal {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #sd-form-success div.text-modal {
        width: 80%;
        line-height: 130%;
    }

    #sd-form-success div.social-img-modal {
        width: 36%;
        margin-top: 30px;
    }

    #sd-form-success div.social-img-modal img, span.ya-share2__badge, .ya-share2__container_size_m span.ya-share2__icon {
        width: 30px;
        height: 30px;
    }

    #sd-form-success button.mfp-close {
        right: -33px;
        top: -33px;
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    div.smart-domofon-container div.sd-image {
        height: 207px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 43px;
    }

    #sd-form-success div.title-modal {
        font-size: 27px;
    }

    #sd-form-success div.social-img-modal {
        width: 40%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    div.smart-domofon-container div.sd-form-modal form div.input-row {
        margin: 18px 0 18px;
    }

    div.smart-domofon-container form input.sd-form-input {
        width: 100%;
    }

    div.smart-domofon-container .sd-form-modal .form-checkbox__row:first-of-type {
        margin: 25px 0 0;
    }

    div.smart-domofon-container .sd-form-modal .form-checkbox__row {
        margin: 10px 0 10px;
    }

    #sd-form-success div.content-modal {
        height: 70%;
    }

    #sd-form-success div.title-modal {
        font-size: 22px;
    }

    #sd-form-success div.social-img-modal {
        margin-top: 66px;
    }
}

@media screen and (max-width: 360px) {
    div.smart-domofon-container div.sd-image {
        height: 154px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 32px;
    }

    #sd-form-success {
        height: 333px;
    }

    #sd-form-success div.content-modal {
        height: 79%;
        justify-content: flex-start;
    }

    #sd-form-success div.title-modal {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: unset;
        margin-top: 10px;
    }

    #sd-form-success div.social-img-modal {
        width: 44%;
        margin-top: 75px;
    }
}

@media screen and(max-width: 320px) {
    div.smart-domofon-container div.sd-image {
        height: 136px;
    }

    div.smart-domofon-container div.sd-image div.sd-text {
        font-size: 28px;
    }

    #sd-form-success img {
        height: 70px;
    }

    #sd-form-success div.title-modal {
        font-size: 20px;
    }

    #sd-form-success div.social-img-modal {
        width: 55%;
    }
}

/* спинер */
:root {
    --duration: 1.5s;
    --container-size: 250px;
    --box-size: 33px;
    --box-border-radius: 15%;
}

.preloader {
    width: var(--container-size);
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: none;
    margin: 0 auto;
}

.square {
    width: var(--box-size);
    height: var(--box-size);
    position: relative;
    display: block;
    transform-origin: -50% center;
    border-radius: var(--box-border-radius);
}

.square:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: lightblue;
    border-radius: var(--box-border-radius);
    box-shadow: 0 0 10px 0 rgba(28, 159, 255, 0.4);
}

.square:nth-child(1) {
    animation: slide var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(1):after {
    animation: color-change var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2) {
    animation: flip-1 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2):after {
    animation: squidge-1 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(3) {
    animation: flip-2 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(3):after {
    animation: squidge-2 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(4) {
    animation: flip-3 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(4):after {
    animation: squidge-3 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(5) {
    animation: flip-4 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(5):after {
    animation: squidge-4 var(--duration) ease-in-out infinite alternate;
}

.square:nth-child(2):after {
    background-color: #1C9FFF;
}

.square:nth-child(3):after {
    background-color: #1FB1FD;
}

.square:nth-child(4):after {
    background-color: #22C7FB;
}

.square:nth-child(5):after {
    background-color: #23D3FB;
}

@keyframes slide {
    0% {
        background-color: #1795FF;
        transform: translatex(0vw);
    }
    100% {
        background-color: #23D3FB;
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
    }
}

@keyframes color-change {
    0% {
        background-color: #1795FF;
    }
    100% {
        background-color: #23D3FB;
    }
}

@keyframes flip-1 {
    0%, 15% {
        transform: rotate(0);
    }
    35%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-1 {
    5% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    15% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    25%, 20% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    55%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    40% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-2 {
    0%, 30% {
        transform: rotate(0);
    }
    50%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-2 {
    20% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    30% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    40%, 35% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    70%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    55% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-3 {
    0%, 45% {
        transform: rotate(0);
    }
    65%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-3 {
    35% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    45% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    55%, 50% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    85%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    70% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes flip-4 {
    0%, 60% {
        transform: rotate(0);
    }
    80%, 100% {
        transform: rotate(-180deg);
    }
}

@keyframes squidge-4 {
    50% {
        transform-origin: center bottom;
        transform: scalex(1) scaley(1);
    }
    60% {
        transform-origin: center bottom;
        transform: scalex(1.3) scaley(0.7);
    }
    70%, 65% {
        transform-origin: center bottom;
        transform: scalex(0.8) scaley(1.4);
    }
    100%, 100% {
        transform-origin: center top;
        transform: scalex(1) scaley(1);
    }
    85% {
        transform-origin: center top;
        transform: scalex(1.3) scaley(0.7);
    }
}

/* End */


/* Start:/local/templates/is_new/components/siv/order.form/smart-domofon-interner-join/style.css?17539717179799*/
.outro-block__form {
    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;
    padding: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.6);
}

.outro-block__form-phone-group {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-block {
    display: flex;
    flex-direction: row
}

.outro-block__form-phone-group {
    height: 55px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
}

.outro-block__form-phone-group input {
    height: 55px;
    width: 93%;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    background: #F7F7F7;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.outro-block__form-comment-group {
    height: 55px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.outro-block__form-comment-group input {
    height: 55px;
    width: 93%;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    background: #F7F7F7;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.outro-block__form-phone-group input::placeholder,
.outro-block__form-comment-groupinput::placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #333333;
}

.outro-block__form-phone-group input:-webkit-autofill, .outro-block__form-phone-group input:-webkit-autofill:hover, .outro-block__form-phone-group input:-webkit-autofill:active, .outro-block__form-phone-group input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #FFFFFF;
    box-shadow: inset 0 0 0 50px #FFFFFF;
    -webkit-text-fill-color: #2C6BBE;
}

.outro-block__form-phone-group input:hover {
    border-bottom-color: #757575;
}

.outro-block__form-phone-group input:hover::-webkit-input-placeholder {
    color: #757575;
}

.outro-block__form-phone-group input:hover::-moz-placeholder {
    color: #757575;
}

.outro-block__form-phone-group input:hover:-ms-input-placeholder {
    color: #757575;
}

.outro-block__form-phone-group input:hover::-ms-input-placeholder {
    color: #757575;
}

.outro-block__form-phone-group input:hover::placeholder {
    color: #757575;
}

.outro-block__form-phone-group input:focus {
    border-bottom-color: #2C6BBE;
}

.outro-block__form-phone-group input:not(:focus) {
    color: #2C6BBE;
}

.outro-block__form-phone-group input[readonly] {
    color: #575757;
    background-color: #F7F7F7;
}

.outro-block__form-phone-group input[readonly]:hover {
    border-bottom-color: #ACACAC;
}

.outro-block__form-phone-group input[readonly]:focus {
    border-bottom-color: #ACACAC;
}

.outro-block__form-phone-group .input__error {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 4px;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    font-size: 0.875em;
    line-height: 149.2%;
    color: #CA2121;
}

.outro-block__form-phone-group:focus-within label {
    color: #2C6BBE;
}

.outro-block__form-phone-group:focus-within[data-readonly="true"] label {
    color: #575757;
}

.outro-block__form-phone-group[data-valid="true"] input {
    color: #575757;
    border-bottom-color: #3AA928;
}

.outro-block__form-phone-group[data-valid="false"] label {
    color: #CA2121;
}

.outro-block__form-phone-group[data-valid="false"] input {
    color: #575757;
    border-bottom-color: #CA2121;
}

.outro-block__form-phone-group[data-disabled="true"] {
    opacity: 0.6;
}

.outro-block__form-phone-group[data-disabled="true"] input {
    cursor: not-allowed;
    background-color: #F7F7F7;
}

.outro-block__form-phone-group[data-disabled="true"] input:not(:focus) {
    color: #575757;
}

.outro-block__form-phone-group[data-disabled="true"] input:hover {
    border-bottom-color: #ACACAC;
}

.outro-block__form-comment-group {
    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;
    margin-bottom: 26px;
}

.outro-block__form-comment-group textarea::-webkit-input-placeholder {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 140%;
    color: #ACACAC;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.outro-block__form-comment-group:focus-within[data-readonly="true"] label {
    color: #575757;
}

.outro-block__form-comment-group[data-valid="true"] input {
    color: #575757;
    border-bottom-color: #3AA928;
}

.outro-block__form-comment-group[data-valid="false"] label {
    color: #CA2121;
}

.outro-block__form-comment-group[data-valid="false"] input {
    color: #575757;
    border-bottom-color: #CA2121;
}

.outro-block__form-comment-group[data-disabled="true"] {
    opacity: 0.6;
}

.outro-block__form-comment-group[data-disabled="true"] input {
    cursor: not-allowed;
    background-color: #F7F7F7;
}

.outro-block__form-comment-group[data-disabled="true"] input:not(:focus) {
    color: #575757;
}

.outro-block__form-comment-group[data-disabled="true"] input:hover {
    border-bottom-color: #ACACAC;
}

.outro-block__form-button {
    width: 47%;
    height: 65px;
    margin: 0 auto;
    background: #264796;
    color: #FFF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.outro-block__form-button[data-active=true] {
    padding: 14px 33px;
}

.outro-block__form-button[data-active=true] .button__badge {
    width: 20px;
    margin-right: 10px;
    visibility: visible;
    opacity: 1;
}

.outro-block__form-button[data-success=true] {
    padding: 14px 48px;
    background-color: #3AA928;
    -webkit-box-shadow: 3px 4px 7px rgba(42, 130, 28, 0.7) inset;
    box-shadow: 3px 4px 7px rgba(42, 130, 28, 0.7) inset;
}

.outro-block__form-button[data-success=true] .button__badge {
    width: 0;
    margin-right: 0;
    visibility: hidden;
    opacity: 0;
}

.outro-block__form-button[disabled] {
    background-color: #ACACAC;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.outro-block__form-info {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875em;
    line-height: 142.9%;
}

.outro-block__form-info div.pol div.form-checkbox__row .form-checkbox input {
    border: 0;
    border-radius: 2px;
    background: #F7F7F7;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
}

.outro-block__form-info div.pol div.form-checkbox__row .form-checkbox input:checked {
    background: url(/local/templates/is_old/img/contacts/check.svg) center no-repeat;
}

.outro-block__form-info div.pol div.form-checkbox__row span {
    font-family: "Inter";
    font-size: 6px;
    line-height: 150%;
    color: #717171;
}

.outro-block__form-info div.pol div.form-checkbox__row a.polago {
    margin-top: 20px;
    cursor: pointer;
}

<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 7457f2b5b5691e00fe90963c0f9eb624f430500b
.mfp-wrap .mfp-inline-holder .mfp-content {
    width: auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

<<<<<<< HEAD
=======
>>>>>>> e1b045c4e4ec3ecd217883796e40ba1c0f83e73a
=======
>>>>>>> 7457f2b5b5691e00fe90963c0f9eb624f430500b
@media screen and (max-width: 768px) {
    .outro-block__form {
        margin-bottom: 12px;
    }

    .outro-block__form {
        padding: 30px 26px;
    }

    .input-block {
        flex-direction: column-reverse;
    }

    .outro-block__form-comment-group input {
        width: 100%;
    }

    .outro-block__form-phone-group input {
        width: 100%;
    }

    .outro-block__form-button {
        width: 100%;
    }

    .outro-block__form-phone-group {
        margin-left: 0;
    }

    .outro-block__form-comment-group {
        margin-bottom: 30px;
    }

    .outro-block__form-comment-group {
        margin-bottom: 40px;
    }

    .outro-block__form-info {
        font-size: 1em;
        line-height: 142.9%;
    }

    .outro-block__form-info {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/is_new/components/bitrix/news.list/sd_slider/style.css?17539717161451 */
/* /local/templates/is_new/components/bitrix/news.list/ud_tariffs/style.css?17539717162346 */
/* /local/templates/is_new/components/bitrix/news.list/slider_ud/style.css?17539717161511 */
/* /local/templates/is_new/components/siv/order.form/smart-domofon/style.css?175397171716606 */
/* /local/templates/is_new/components/siv/order.form/smart-domofon-modalform/style.css?175397171716661 */
/* /local/templates/is_new/components/siv/order.form/smart-domofon-interner-join/style.css?17539717179799 */
