

/* Start:/local/templates/promolink/components/bitrix/news.detail/deputies/style.css?17001392383138*/
.tab-element-js {
    display: none;
}

.tab-element-js.active {
    display: block;
}

.deputy-page__send-block {
    display: none;
    padding-top: 20px;
}

.wrap-review-img {
    max-width: 150px;
    display: inline-block;
}

.wrap-review-img img {
    max-width: 150px;
    object-fit: cover;
}

.send-thanks__forms {
    transition: all .25s ease-in;
}

.send-thanks__forms._sending {
    opacity: .4;
}

.resMessage {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 16px;
    padding: 5px;
    transition: all .25s ease-in;
}

.resMessage._show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#reviewSuccess {
    color: #34b109;
}

#reviewFail {
    color: #c00000;
}

#form_content {
    max-width: 376px;
}

.send-thanks__forms._hide {
    display: none;
}

.send-thanks__policy a {
    color: #057AFF;
    text-decoration: underline;
}

.send-thanks__submit {
    transition: all .25s ease-in;
}

.send-thanks__submit:disabled {
    background: #B1CEFD;
    color: black;
}

/* CHECKBOX */
.send-thanks__forms input[type="checkbox"]:checked,
.send-thanks__forms input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.send-thanks__forms input[type="checkbox"]:checked + label,
.send-thanks__forms input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    /*line-height: 20px;*/
    cursor: pointer;
}

.send-thanks__forms input[type="checkbox"]:checked + label:before,
.send-thanks__forms input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.send-thanks__forms input[type="checkbox"]:checked + label:before,
.send-thanks__forms input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.send-thanks__forms input[type="checkbox"]:checked + label:after,
.send-thanks__forms input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.send-thanks__forms input[type="checkbox"]:checked + label:after,
.send-thanks__forms input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 6px;
    width: 11px;
    height: 6px;
    border-radius: 1px;
    border-left: 3px solid #057AFF;
    border-bottom: 3px solid #057AFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.send-thanks__forms input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.send-thanks__forms input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

@media (max-width: 768px) {
  .send-thanks__buttons {
      flex-direction: column-reverse;
  }

    #form_content {
        max-width: 93.9vw;
    }
}
/* End */


/* Start:/local/templates/promolink/components/bitrix/news.list/news_list/style.css?16999553103264*/
/* FANCYBOX */
.fancybox__backdrop {
    background: #F0F6FF !important;
    opacity: .9 !important;
}

.f-button.is-close-btn svg {
    fill: #000000 !important;
    stroke: #000000 !important;
}
/*
.news-press__item > div {
    width: 100%;
}

.news-press__item img {
    height: 170px;
}

.news-main__news-group.b_news_list {
    padding-top: 0;
}

.news_filter_form {
    padding: 21px 0 0 0;
}
.tab-news__modal-wrapper.fancybox__content {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}

.tab-news__modal-inner:not(:last-child) {
    margin-bottom: 20px;
}

.filter_title {
    font-weight: 700;
    margin-bottom: 15px;
}

.tab-news__search-wrapper input::placeholder {
    color: #848e99;
}

.filter_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.filter_tags > .filterTag input[type="checkbox"] {
    display: none;
}

.filter_tags .filterTag input[type="checkbox"]:checked + label {
    background: #057AFF;
    color: white;
}

.filter_tags > .filterTag > label {
    display: inline-block;
    color: #444;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #F0F6FF;
    background: #F0F6FF;
    padding: 4px 10px;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    transition: all .25s ease;
}

.filter_tags > .filterTag > label:hover {
    background: #057AFF;
    color: white;
}

.filterTag {

}

.filter_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #057AFF;
    border-radius: 12px;
    min-width: 120px;
    padding: 11px 11px;
    font-size: 18px;
    line-height: 1;
    color: white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.filter_btn:hover {
    background: #0265d5;
}

.tab-news__modal-inner .selectric {
    background-color: white;
    color: #000000;
    !*box-shadow: 0 0 20px rgb(211, 211, 211, 0.3);*!
    border-radius: 8px;
    border: 1px solid #dedede;
}

.tab-news__date_container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 371px;
}

.tab-news__date_container input {
    border-radius: 8px;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #848e99;
    outline: none;
    font-size: 16px;
    width: 172px;
    box-shadow: 0 0 20px rgb(211, 211, 211, 0.3);
    padding: 0 23px;
    position: relative;
    z-index: 1;
}

.tab-news__date_container input:first-child {
    margin-right: 27px;
}

.tab-news__date_container img {
    width: 25px;
    height: 23px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 127px;
    transform: translateY(-50%);
}

.tab-news__date_container img:last-child {
    left: auto;
    right: 17px;
}

.tab-news__date_container .date-interval-hellip {
    display: none;
}

.tab-news__date_container .calendar-icon {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.tab-news__date_container .calendar-icon-hover {
    border: 1px solid transparent;
    background-color: unset;
}

.news_filter_row {
    display: flex;
    align-items: center;
    gap: 27px;
}

.news_filter_row:first-child {
    margin-bottom: 27px;
}

.fancybox__backdrop {
    background: #F0F6FF !important;
    opacity: .9 !important;
}*/

/* End */


/* Start:/local/templates/promolink/components/bitrix/news.list/reviews/style.css?1699346366150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/promolink/components/bitrix/news.detail/deputies/style.css?17001392383138 */
/* /local/templates/promolink/components/bitrix/news.list/news_list/style.css?16999553103264 */
/* /local/templates/promolink/components/bitrix/news.list/reviews/style.css?1699346366150 */
