

/* Start:/local/templates/is_new/components/bitrix/news.list/cctv_faq/style.css?17539717164642*/
.cctv__faq-block__items {
    width: calc(100% / 3 * 2 - 13px);
    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: 64px;
}

.cctv__faq-block__item {
    width: 100%;
    height: auto;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 28px;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "question arrow" "answer answer";
    grid-gap: 0 26px;
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.cctv__faq-block__item:first-of-type {
    padding-top: 0;
}

.cctv__faq-block__item[data-expanded="true"] .cctv__faq-block__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cctv__faq-block__question {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    grid-area: question;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25em;
    line-height: 140%;
    cursor: pointer;
}

.cctv__faq-block__arrow {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    grid-area: arrow;
    background-image: url(/local/templates/is_new/components/bitrix/news.list/cctv_faq/images/faq_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: invert(38%) sepia(52%) saturate(1222%) hue-rotate(183deg) brightness(86%) contrast(89%);
    filter: invert(38%) sepia(52%) saturate(1222%) hue-rotate(183deg) brightness(86%) contrast(89%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}

.cctv__faq-block__arrow-transform {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cctv__faq-block__answer {
    display:none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 12px;
    grid-area: answer;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
    color: #757575;
}

.cctv__faq-block__answer a {
    color: #2C6BBE;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}

.cctv__faq-block__answer ul {
    list-style-type: disc;
}

.cctv__faq-block__answer ul li ul{
    list-style-type: circle;
}

span.cctv__faq-block__answer ul, span.cctv__faq-block__answer ul li {
  margin-left: 10px;
}

@media screen and (max-width: 1440px) {
    .cctv__faq-block__items {
        margin-bottom: 64px;
    }

    .cctv__faq-block__question {
        font-size: 1.25em;
        line-height: 140%;
    }

    .cctv__faq-block__answer {
        font-size: 1em;
        line-height: 150%;
    }

}

@media screen and (max-width: 768px) {
    .cctv__faq-block__items {
        margin-bottom: 76px;
    }

    .cctv__faq-block__items {
        width: 100%;
    }

    .cctv__faq-block__question {
        font-size: 1.5em;
        line-height: 140%;
    }

    .cctv__faq-block__answer {
        font-size: 1.25em;
        line-height: 150%;
    }
}

@media screen and (max-width: 414px) {
    .cctv__faq-block__items {
        margin-bottom: 52px;
    }

    .cctv__faq-block__question {
        font-size: 1.25em;
        line-height: 140%;
    }

    .cctv__faq-block__answer {
        font-size: 1.125em;
        line-height: 150%;
    }
}

@media screen and (max-width: 320px) {
    .cctv__faq-block__items {
        margin-bottom: 44px;
    }

    .cctv__faq-block__question {
        font-size: 1.125em;
        line-height: 140%;
    }

    .cctv__faq-block__answer {
        font-size: 1em;
        line-height: 150%;
    }
}


/* End */


/* Start:/local/templates/is_new/components/siv/order.form/outro-block/style.css?175397171742863*/
.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 {
    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;
    width: 100%;
    margin-bottom: 20px;
}

.outro-block__form-phone-group label {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 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;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
    -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-phone-group input {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #ACACAC;
    padding: 13px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    font-size: 1.25em;
    line-height: 140%;
    color: #575757;
    background-color: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-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-phone-group input::-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-phone-group input::-moz-placeholder {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 140%;
    color: #ACACAC;
    -moz-transition-property: color;
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}

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

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

.outro-block__form-phone-group 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-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;
    color: #4D4D4D;
    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: 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;
    width: 100%;
    margin-bottom: 26px;
}

.outro-block__form-comment-group label {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 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;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
    -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 textarea {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #ACACAC;
    padding: 13px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    font-size: 1.25em;
    line-height: 140%;
    color: #575757;
    background-color: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-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 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 textarea::-moz-placeholder {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 140%;
    color: #ACACAC;
    -moz-transition-property: color;
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}

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

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

.outro-block__form-comment-group textarea::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 textarea:-webkit-autofill, .outro-block__form-comment-group textarea:-webkit-autofill:hover, .outro-block__form-comment-group textarea:-webkit-autofill:active, .outro-block__form-comment-group textarea:-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-comment-group textarea:hover {
    border-bottom-color: #757575;
}

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

.outro-block__form-comment-group textarea:hover::-moz-placeholder {
    color: #757575;
}

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

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

.outro-block__form-comment-group textarea:hover::placeholder {
    color: #757575;
}

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

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

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

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

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

.outro-block__form-comment-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;
    color: #4D4D4D;
    text-transform: none;
    font-size: 0.875em;
    line-height: 149.2%;
    color: #CA2121;
}

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

.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: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    background-color: #CA2121;
    -webkit-box-shadow: 0px 8px 8px rgba(201, 17, 17, 0.15);
    box-shadow: 0px 8px 8px rgba(201, 17, 17, 0.15);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: box-shadow, background-color;
    transition-property: box-shadow, background-color, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 18px;
}

.outro-block__form-button:hover {
    background-color: #AD1414;
}

.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 .button__badge {
    width: 0;
    height: 20px;
    margin-right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -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-button .button__spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

.outro-block__form-button .button__path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke: #FFFFFF;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
}

.outro-block__form-button .button__icon {
    width: 10px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
}

.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;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875em;
    line-height: 142.9%;
    color: #FFFFFF;
}

.outro-block__form-info a {
    color: #FFFFFF;
}

.pol .js-pola-open {
    cursor: pointer;
}

.pol .pol-click {
    text-decoration: underline;
    margin-top: 0;
}

.pol .pol-slide {
    display: none;
    margin-top: 5px;
}

.pol .pol-slide span {
    display: block;
}

.pol a {
    color: #666;
}

.pol__white-link a {
    color: #FFFFFF;
}

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

@media screen and (max-width: 1440px) {
    .outro-block__form {
        margin-bottom: 8px;
    }

    .outro-block__form-phone-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-phone-group input {
        font-size: 1.125em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

    .outro-block__form-phone-group {
        margin-bottom: 20px;
    }

    .outro-block__form-comment-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.125em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

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

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

@media screen and (max-width: 1024px) {
    .outro-block__form-phone-group label {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .outro-block__form {
        margin-bottom: 12px;
    }

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

    .outro-block__form-phone-group label {
        font-size: 1.25em;
        line-height: 150%;
    }

    .outro-block__form-phone-group {
        margin-bottom: 24px;
    }

    .outro-block__form-phone-group {
        margin-bottom: 20px;
    }

    .outro-block__form-comment-group label {
        font-size: 1.25em;
        line-height: 150%;
    }

    .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;
    }
}

@media screen and (max-width: 414px) {
    .outro-block__form {
        margin-bottom: 8px;
    }

    .outro-block__form {
        background: #FFFFFF;
        padding: 20px;
    }

    .outro-block__form-phone-group label {
        font-size: 1.125em;
        line-height: 150%;
    }

    .outro-block__form-phone-group label {
        font-size: 16px;
    }

    .outro-block__form-phone-group input {
        font-size: 1.375em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

    .outro-block__form-phone-group {
        margin-bottom: 16px;
    }

    .outro-block__form-phone-group {
        margin-bottom: 12px;
    }

    .outro-block__form-phone-group {
        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;
    }

    .outro-block__form-phone-group label {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 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;
        color: #4D4D4D;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1em;
        line-height: 150%;
        -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-phone-group input {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        border-radius: 4px;
        border: none;
        border-bottom: 2px solid #ACACAC;
        padding: 13px 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #4D4D4D;
        text-transform: none;
        font-size: 1.25em;
        line-height: 140%;
        color: #575757;
        background-color: #F7F7F7;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        resize: none;
        -webkit-transition-property: border-bottom-color;
        transition-property: border-bottom-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-phone-group input::-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-phone-group input::-moz-placeholder {
        font-family: "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        line-height: 140%;
        color: #ACACAC;
        -moz-transition-property: color;
        transition-property: color;
        transition-duration: 0.15s;
        transition-timing-function: ease-in-out;
    }

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

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

    .outro-block__form-phone-group 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-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 #F7F7F7;
        box-shadow: inset 0 0 0 50px #F7F7F7;
        -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;
        color: #4D4D4D;
        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-phone-group input {
        font-size: 20px !important;
    }

    .outro-block__form-phone-group input::-webkit-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-phone-group input::-moz-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-phone-group input:-ms-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-phone-group input::-ms-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-phone-group input::placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-comment-group label {
        font-size: 1.125em;
        line-height: 150%;
    }

    .outro-block__form-comment-group label {
        font-size: 16px;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.375em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

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

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

    .outro-block__form-comment-group {
        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;
    }

    .outro-block__form-comment-group label {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 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;
        color: #4D4D4D;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1em;
        line-height: 150%;
        -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 textarea {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        border-radius: 4px;
        border: none;
        border-bottom: 2px solid #ACACAC;
        padding: 13px 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #4D4D4D;
        text-transform: none;
        font-size: 1.25em;
        line-height: 140%;
        color: #575757;
        background-color: #F7F7F7;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        resize: none;
        -webkit-transition-property: border-bottom-color;
        transition-property: border-bottom-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 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 textarea::-moz-placeholder {
        font-family: "Roboto", "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        line-height: 140%;
        color: #ACACAC;
        -moz-transition-property: color;
        transition-property: color;
        transition-duration: 0.15s;
        transition-timing-function: ease-in-out;
    }

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

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

    .outro-block__form-comment-group textarea::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 textarea:-webkit-autofill, .outro-block__form-comment-group textarea:-webkit-autofill:hover, .outro-block__form-comment-group textarea:-webkit-autofill:active, .outro-block__form-comment-group textarea:-webkit-autofill:focus {
        -webkit-box-shadow: inset 0 0 0 50px #F7F7F7;
        box-shadow: inset 0 0 0 50px #F7F7F7;
        -webkit-text-fill-color: #2C6BBE;
    }

    .outro-block__form-comment-group textarea:hover {
        border-bottom-color: #757575;
    }

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

    .outro-block__form-comment-group textarea:hover::-moz-placeholder {
        color: #757575;
    }

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

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

    .outro-block__form-comment-group textarea:hover::placeholder {
        color: #757575;
    }

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

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

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

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

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

    .outro-block__form-comment-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;
        color: #4D4D4D;
        text-transform: none;
        font-size: 0.875em;
        line-height: 149.2%;
        color: #CA2121;
    }

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

    .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-comment-group textarea {
        font-size: 20px !important;
    }

    .outro-block__form-comment-group textarea::-webkit-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-comment-group textarea::-moz-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-comment-group textarea:-ms-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-comment-group textarea::-ms-input-placeholder {
        font-size: 100% !important;
    }

    .outro-block__form-comment-group textarea::placeholder {
        font-size: 100% !important;
    }

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

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

@media screen and (max-width: 414px) and (max-width: 1440px) {
    .outro-block__form-phone-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-phone-group input {
        font-size: 1.125em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

    .outro-block__form-comment-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.125em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }
}

@media screen and (max-width: 414px) and (max-width: 320px) {
    .outro-block__form-phone-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-phone-group label {
        font-size: 16px;
    }

    .outro-block__form-phone-group input {
        font-size: 1.25em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.75em;
        line-height: 120%;
    }

    .outro-block__form-comment-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-comment-group label {
        font-size: 16px;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.25em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.75em;
        line-height: 120%;
    }
}

@media screen and (max-width: 414px) and (max-width: 414px) {
    .outro-block__form-phone-group label {
        font-size: 1.125em;
        line-height: 150%;
    }

    .outro-block__form-phone-group label {
        font-size: 16px;
    }

    .outro-block__form-phone-group input {
        font-size: 1.375em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }

    .outro-block__form-comment-group label {
        font-size: 1.125em;
        line-height: 150%;
    }

    .outro-block__form-comment-group label {
        font-size: 16px;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.375em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.875em;
        line-height: 149.2%;
    }
}

@media screen and (max-width: 414px) and (max-width: 768px) {
    .outro-block__form-phone-group label {
        font-size: 1.25em;
        line-height: 150%;
    }

    .outro-block__form-comment-group label {
        font-size: 1.25em;
        line-height: 150%;
    }
}

@media screen and (max-width: 320px) {
    .outro-block__form {
        margin-bottom: 6px;
    }

    .outro-block__form-phone-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-phone-group label {
        font-size: 16px;
    }

    .outro-block__form-phone-group input {
        font-size: 1.25em;
        line-height: 140%;
    }

    .outro-block__form-phone-group .input__error {
        font-size: 0.75em;
        line-height: 120%;
    }

    .outro-block__form-phone-group {
        margin-bottom: 12px;
    }

    .outro-block__form-phone-group {
        margin-bottom: 8px;
    }

    .outro-block__form-phone-group input {
        font-size: 18px !important;
    }

    .outro-block__form-comment-group label {
        font-size: 1em;
        line-height: 150%;
    }

    .outro-block__form-comment-group label {
        font-size: 16px;
    }

    .outro-block__form-comment-group textarea {
        font-size: 1.25em;
        line-height: 140%;
    }

    .outro-block__form-comment-group .input__error {
        font-size: 0.75em;
        line-height: 120%;
    }

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

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

    .outro-block__form-comment-group textarea {
        font-size: 18px !important;
    }

    .outro-block__form-info {
        font-size: 0.875em;
        line-height: 142.9%;
    }
}
/* End */
/* /local/templates/is_new/components/bitrix/news.list/cctv_faq/style.css?17539717164642 */
/* /local/templates/is_new/components/siv/order.form/outro-block/style.css?175397171742863 */
