

/* Start:/local/templates/mirbezviz/components/bitrix/news.detail/programs/style.css?17738641677145*/
.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;
}

section.video iframe {
	margin: 0 auto;
	width: 100%;
	height: 600px;
	border-radius: 20px;
}

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

.callback {
	display: flex;
	max-width: 1200px;
	margin: 40px 0;
	background: #f4f6fa;
	border-radius: 16px;
	padding: 32px 24px;
	gap: 35px;
	align-items: center;
	width: fit-content;
}

.callback a {
	max-width: 200px;
}

.block_program_work {
	position: absolute;
	right: 40px;
	top: 20px;
	z-index: 1;

}

.block_program_work span {
	background-color: #b5e61d;
	padding: 8px 20px;

	font-size: 16px;
	color: #333;
	font-weight: 700;
}

.block_program_work-stop span {
	background-color: #fc7e28;
}
.object-data__item_work-info-stop {
	color: #fc7e28;
	font-weight: 700!important;
}

.object-data__item_work-info .work-info {
	color: #b5e61d;
	font-weight: 700!important;
}

.object-data__item_work-info .object-data__name{
	font-weight: 400;
}

.object-data__text .object-data__price.fs-16 {
	font-size: 16px;
}

.object-data__item_work-info .work-info {
	color: #2173af;
}

.program-row .col-lg-7 .program-about__list .col-xs-12{
	margin-bottom: 20px;
}

@media screen and (max-width: 550px) {
	.callback {
		display: grid;
	}

	.callback span {
		text-align: center;
	}

	.callback a {
		max-width: 100%;
	}
}


@media (max-width: 1270px) {
	.block_program_work {
		top: 60px;
		}
}

.dop-programs__title{
	margin: 0 auto;
}
.programs-block--dop{
	margin-bottom: 50px;
}

.opportunities-container {
	display: flex;
	gap: 10px;
	margin-top: 20px;

	.opportunities-left-block, .opportunities-right-block {
		flex: 1;
	}

	.opportunities-left-block .text {
		width: 75%;
	}
}
@media(max-width: 768px) {
	.opportunities-right-block {
		display: none;
	}
}
.opportunities-image {
	width: 100%;
	max-width: 400px;
	border-radius: 16px;
}

.why-country-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 400px;
    margin-top: 30px;
}

.why-country-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Темный оверлей */
.why-country-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.why-country-content {
    position: relative;
    z-index: 3;
    padding: 60px;
    color: white;
}

.why-country-title {
    color: white;
    margin-bottom: 40px !important;
}

.why-country-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why-country-item {
    display: flex;
    align-items: flex-start;
    flex: 0 0 calc(50% - 10px);
	max-width: 300px;
    margin-bottom: 15px;
}

.why-country-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: white;
    color: black;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.why-country-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: calc(100% - 40px);
    word-wrap: break-word;
}

/* Адаптивность */
@media (max-width: 768px) {
    .why-country-hero {
        min-height: 300px;
    }
    
    .why-country-content {
        padding: 30px;
    }
    
    .why-country-item {
        flex: 0 0 100%;
    }
    
    .why-country-text {
        max-width: calc(100% - 40px);
    }
}

@media only screen and (min-width: 768px) {
    .object-data__name + .object-data__price.fs-16 {
        margin-left: 0;
    }
}


.meeting_block.meeting_block--custom a.custom_link {
	font-size: inherit;
}

.questions .question__answer {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

.questions .question__answer.expanded{
	max-height: 500px;
}
/* End */


/* Start:/local/components/bitrix/news.detail/templates/plan-form/style.css?17525134884270*/
.meeting_block {
    display: flex;
    justify-content: space-evenly;
    background-position: center;
    background-size: cover;
    padding: 0 70px;
    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: flex;
    color: #ffffff;
    width: max-content;
    padding: 17px 75px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}

.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: 0 25px;
    }

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

.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: 699px) {
    .meeting_block  {
        padding: 0 10px;
        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;
    }
}

@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 screen and (max-width: 699px) {
    .meeting_block.meeting_block--custom a.modal_meeting-custom {
        margin-left: auto;
        margin-right: auto;
    }
}

.meeting_block .employee_info {
    display: flex;
}
/* End */


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

.meeting_block .texth2 {
    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: flex;
    color: #ffffff;
    width: max-content;
    padding: 17px 75px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}

.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: 0 25px;
    }

    .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 .texth2 {
        font-size: 32px;
    }

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

.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: 699px) {
    .meeting_block  {
        padding: 0 10px;
        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 .texth2 {
        font-size: 32px;
    }

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

@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 screen and (max-width: 699px) {
    .meeting_block.meeting_block--custom a.modal_meeting-custom {
        margin-left: auto;
        margin-right: auto;
    }
}

.meeting_block .employee_info {
    display: flex;
}
/* End */


/* Start:/local/components/mirbezviz/feedback/templates/form-page-meet/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/programs/style.css?17738641677145 */
/* /local/components/bitrix/news.detail/templates/plan-form/style.css?17525134884270 */
/* /local/components/bitrix/news.detail/templates/plan-form-page-meet/style.css?17525134854281 */
/* /local/components/mirbezviz/feedback/templates/form-page-meet/style.css?17386190871674 */
/* /local/components/bitrix/news.detail/templates/plan-meeting/style.css?17525134102996 */
