

/* Start:/local/templates/mirbezviz/components/bitrix/news.detail/news/style.css?17781515377007*/
.news-detail {
}

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.news-detail-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: url(/local/templates/mirbezviz/components/bitrix/news.detail/news/images/bx-video.png) no-repeat center;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.news-detail-video:hover {
    opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}

.news-detail-slider-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.news-detail-slider-slide {
    z-index: 100;
    float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    cursor: pointer;
}

.news-detail-slider-arrow-container-left {
    left: 0;
}

.news-detail-slider-arrow-container-right {
    right: 0;
}

.news-detail-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 110;
    margin-top: -24px;
    width: 20px;
    height: 48px;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    font-size: 48px;
    line-height: 34px;
    opacity: .5;
    cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
    display: block;
    color: #fff;
    opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
    left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
    right: 20px;
}

.news-detail-slider-control {
    position: absolute;
    bottom: 10px;
    z-index: 110;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    word-spacing: -4px;
}

.news-detail-slider-control li {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    word-spacing: -4px;
    opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
    background: #fff;
    opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {
}

.news-detail-title,
.news-detail-title a {
    margin: 0;
    padding: 2px 0 15px;
    border-bottom: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-detail .card-title a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
    padding-bottom: 5px;
    color: #a4a4a4;
    white-space: nowrap;
    font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
    width: 13px;
    color: #b4b4b4;
}

.news-detail-tags {
    padding-bottom: 5px;
    color: #a4a4a4;
    font-size: 13px;
}

.news-detail-content {
    margin-bottom: 5px;
    font-size: 14px;
}

.button_block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 30px 0;
}

.button_block a {
    width: 100%;
    display: flex;
    padding: 15px 40px;
    background: #2173af;
    color: #fff;
    border-radius: 5px;
}

.button_block a:hover {
    background: #043a5b;
    color: #fff;
}

.button_block a:visited, .button_block a:focus {
    background: #2173af;
    color: #fff;
}

.article__head {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.article__head .article__date {
    position: relative;
    left: 0;
    top: 0;
}

.article__head .author {
    display: grid;
    gap: 10px;
    justify-items: center;
    min-width: 205px;
    margin: 10px auto 30px;
}

.article__head .author span:not(.position) {
    font-weight: bold;
    text-align: end;
}

.article__head .author .position {
    max-width: 245px;
    text-align: center;
}

@media (max-width: 727px) {
    .article__head .author {
        margin: 0 auto 30px;
        min-width: unset;
    }

    .article__head {
        flex-direction: column;
    }

    .article__head i {
        max-width: 100%;
        width: 100%;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 560px) {
    .button_block {
        display: block;
    }

    .button_block > div {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .button_block a {
        padding: 15px;
        align-items: center;
        justify-content: center;
    }
}

.employee-photo {
    width: 75px;
    height: 75px;
    display: block;
}

.employee-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 90px;
    object-position: top;
}
.article__block.content {
	background-color: #f4f6fa;
	padding: 30px 20px 18px;
	border-radius: 9px;
	margin: 20px auto;
}

.article .content h2 {
	margin: 0 auto 10px;
}

.article__block.content a {
	border-bottom: 1px dotted #000000;
}

.meeting_block.meeting_block--custom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.meeting_block.meeting_block--custom a,
.meeting_block.meeting_block--custom a:focus {
    display: inline-block;
    color: #043a5b;
    padding: 0;
    font-size: 14px;
    background: unset;
}

.meeting_block.meeting_block--custom a:hover {
    background-color: unset;
    color: #043a5b;
}

.left_side-content p {
    margin: 16px 0;
    color: #1F222D;
}

.meeting_block.meeting_block--custom .right_side {
    width: 34%;
}

.meeting_block.meeting_block--custom a.modal_meeting-custom {
    display: none;
}

.meeting_block.meeting_block--custom a.modal_meeting-custom,
.meeting_block.meeting_block--custom a.modal_meeting-custom:focus {
  background: #3A70AA;
  color: #ffffff;
  width: max-content;
  padding: 17px 75px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
}

.meeting_block.meeting_block--custom a.modal_meeting-custom:hover {
  color: #ffffff;
  background-color: #043a5b;
}

@media screen and (max-width: 990px) {
    .meeting_block.meeting_block--custom .right_side {
        display: none;
    }

    .meeting_block.meeting_block--custom a.modal_meeting-custom {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .container .article h1, .title-h2 {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/mirbezviz/feedback/templates/meeting-custom-news/style.css?17386190871674*/
.radio-form-meeting > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-form-meeting > div > div {

}

.meeting_block-modal p, .radio-form-meeting label {
    color: #1f222d8a;
}

.meeting_block-modal .modal-dialog {
    max-width: 585px;
}

.radio-form-meeting label {
    margin: 0;
}

.radio-form-meeting input {
    height: auto;
    width: auto;
}

.checkbox-form-communication > div {
    display: flex;
    gap: 10px;
}

.checkbox-form-communication > div > div {

}

.checkbox-form-communication label {
    margin: 0;
    color: #1f222d8a;
}

.checkbox-form-communication input {
    height: auto;
    width: auto;
}

.content-content {
    padding: 10px 20px;
}

.content-content .content-subtitle {
    text-align: center;
}

.content-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.content-inputs .form__input input, .content-subscribe .form__input input {
    border: 1px solid #DCDFEB;
}

.meeting_block--custom.meeting_block .left_side p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.meeting_block--custom.meeting_block .right_side p {
    margin: 4px;
}

.meeting_block--custom.meeting_block .right_side .content-subscribe p,
.meeting_block--custom.meeting_block .right_side .content-subscribe a {
    font-size: 12px;
}

.meeting_block--custom.meeting_block .right_side .content-subtitle p{
    color: #1F222D;
}
/* End */


/* Start:/local/components/mirbezviz/feedback/templates/subscribe_modal/style.css?17386190871231*/
.footer__contacts_top .form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 30px auto 0;
    gap: 0;
}

.footer__contacts_top .form .form__subtitle {
    font-size: inherit;
    text-align: left;
    display: block;
    width: 100%;
}

.footer__contacts_top .container {
    padding: 0;
}

.footer__contacts_top .form .subscribe-block {
    display: flex;
    padding: 20px 0 0;
}

.footer__contacts_top .form .form__label.fav_form-block {
    margin: 0;
    padding: 0;
}

.footer__contacts_top .form .fav_form-input {
    border-radius: 6px 0 0 6px;
}

.footer__contacts_top .form .form__button {
    font-size: 12px;
    max-width: 102px;
    border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 768px) {
    .footer__contacts_top .form__label.fav_form-block input.fav_form-input{
        display: none;
    }

    .footer__contacts_top .form__label.fav_form-block p {
        font-size: 13px;
        margin-bottom: 8px;
    }
}

#subscribe-modal input {
    border: 1px solid #dcdfeb;
}

#subscribe-modal form {
    gap: 0;
    padding: 0;
    margin: auto;
    display: flex;
    justify-items: center;
}

#subscribe-modal .form__subtitle {
    font-size: 15px;
    font-weight: 500;
}
/* End */


/* Start:/local/components/mirbezviz/feedback/templates/meeting-custom-news-left/style.css?17386190871674*/
.radio-form-meeting > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-form-meeting > div > div {

}

.meeting_block-modal p, .radio-form-meeting label {
    color: #1f222d8a;
}

.meeting_block-modal .modal-dialog {
    max-width: 585px;
}

.radio-form-meeting label {
    margin: 0;
}

.radio-form-meeting input {
    height: auto;
    width: auto;
}

.checkbox-form-communication > div {
    display: flex;
    gap: 10px;
}

.checkbox-form-communication > div > div {

}

.checkbox-form-communication label {
    margin: 0;
    color: #1f222d8a;
}

.checkbox-form-communication input {
    height: auto;
    width: auto;
}

.content-content {
    padding: 10px 20px;
}

.content-content .content-subtitle {
    text-align: center;
}

.content-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.content-inputs .form__input input, .content-subscribe .form__input input {
    border: 1px solid #DCDFEB;
}

.meeting_block--custom.meeting_block .left_side p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.meeting_block--custom.meeting_block .right_side p {
    margin: 4px;
}

.meeting_block--custom.meeting_block .right_side .content-subscribe p,
.meeting_block--custom.meeting_block .right_side .content-subscribe a {
    font-size: 12px;
}

.meeting_block--custom.meeting_block .right_side .content-subtitle p{
    color: #1F222D;
}
/* End */


/* Start:/local/components/mirbezviz/feedback/templates/meeting-custom/style.css?17386190871674*/
.radio-form-meeting > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-form-meeting > div > div {

}

.meeting_block-modal p, .radio-form-meeting label {
    color: #1f222d8a;
}

.meeting_block-modal .modal-dialog {
    max-width: 585px;
}

.radio-form-meeting label {
    margin: 0;
}

.radio-form-meeting input {
    height: auto;
    width: auto;
}

.checkbox-form-communication > div {
    display: flex;
    gap: 10px;
}

.checkbox-form-communication > div > div {

}

.checkbox-form-communication label {
    margin: 0;
    color: #1f222d8a;
}

.checkbox-form-communication input {
    height: auto;
    width: auto;
}

.content-content {
    padding: 10px 20px;
}

.content-content .content-subtitle {
    text-align: center;
}

.content-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.content-inputs .form__input input, .content-subscribe .form__input input {
    border: 1px solid #DCDFEB;
}

.meeting_block--custom.meeting_block .left_side p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.meeting_block--custom.meeting_block .right_side p {
    margin: 4px;
}

.meeting_block--custom.meeting_block .right_side .content-subscribe p,
.meeting_block--custom.meeting_block .right_side .content-subscribe a {
    font-size: 12px;
}

.meeting_block--custom.meeting_block .right_side .content-subtitle p{
    color: #1F222D;
}
/* End */


/* Start:/local/components/bitrix/news.detail/templates/plan-meeting/style.css?17525134102996*/
.meeting_block {
    display: flex;
    justify-content: space-evenly;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    margin: 50px 0 0;
}

.meeting_block h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #1F222D;
}

.meeting_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 35px 0;
    max-width: 660px;
    color: #5B5E62;
}

.meeting_block .left_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 50%;
}
/*
.meeting_block a , .meeting_block a:focus {
    background: #3A70AA;
    display: inline-flex;
    color: #ffffff;
    width: max-content;
    padding: 17px 16px;
    max-width: 330px;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    justify-content: center;
}

.meeting_block a:hover {
    color: #ffffff;
    background-color: #043a5b;;
}
*/

.meeting_block .right_side img {
    height: 650px;
    margin: -75px 0 0 0;
    position: relative;
}

.meeting_block .right_side .details {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: 40px -75px 0 5px;
    color: #043A5B;
}

.meeting_block .right_side .details .name {
    font-family: 'RF Tone';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.meeting_block .right_side .details .position {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}

@media screen and (min-width: 1600px) {
    .meeting_block {
        min-height: 574px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
    .meeting_block  {
        padding: 30px 0;
    }

    .meeting_block .right_side .details .name {
        font-size: 16px;
    }

    .meeting_block .right_side .details .position {
        font-size: 10px;
        max-width: 190px;
    }

    .meeting_block .right_side img {
        max-height: 401px;
        position: relative;
        margin: -29px 0 0;
    }

    .meeting_block h2 {
        font-size: 32px;
    }

    .meeting_block p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width: 699px) {
    .meeting_block  {
        padding: 30px 16px;
        flex-direction: column;
    }

    .meeting_block .right_side .details .name {
        font-size: 16px;
    }

    .meeting_block .right_side .details .position {
        font-size: 10px;
    }

    .meeting_block .right_side img {
        max-height: 400px;
        height: 100%;
        margin: 0;
    }

    .meeting_block .left_side {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .meeting_block h2 {
        font-size: 32px;
    }

    .meeting_block p {
        font-size: 13px;
    }
    .meeting_block-btn-wrap {
        text-align: center;
    }
}

.meeting_block .employee_info {
    display: flex;
}
/* End */
/* /local/templates/mirbezviz/components/bitrix/news.detail/news/style.css?17781515377007 */
/* /local/components/mirbezviz/feedback/templates/meeting-custom-news/style.css?17386190871674 */
/* /local/components/mirbezviz/feedback/templates/subscribe_modal/style.css?17386190871231 */
/* /local/components/mirbezviz/feedback/templates/meeting-custom-news-left/style.css?17386190871674 */
/* /local/components/mirbezviz/feedback/templates/meeting-custom/style.css?17386190871674 */
/* /local/components/bitrix/news.detail/templates/plan-meeting/style.css?17525134102996 */
