

/* Start:/local/templates/main2023/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16938138004849*/
.site-news-detail-banner__img {
	background: rgba(51, 51, 51, 0.7);
	position: relative;

}

.site-news-detail-banner {
	position: relative;

}

.site-news-detail-banner__img img {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	object-fit: cover;
	z-index: -1;
}

.site-news-detail-banner-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;

	color: #fff;
}

.site-news-detail-banner {
	line-height: 153%;
}

.site-news-detail-banner__title {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 143%;
	max-width: 400px;
	letter-spacing: 1px;
	margin: 0 0 25px;

}

.site-news-detail-banner__text {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 143%;
	letter-spacing: 1px;
	color: #B7B7B7;
	margin: 0 0 25px;
}

.site-news-detail-banner__button {
	background: #D7212B;
	box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 60px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	margin-top: 25px;
}

.site-news-detail{
	color: #000;

}

.site-news-detail h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 1px;
	margin: 20px 0;
}

.site-news-detail ol {
	padding: 0 0 0 30px;

}

.site-news-detail ol,
.site-news-detail p {
	font-weight: 400;
	font-size: clamp(16px, 2vw, 18px);
	line-height: 143%;
	letter-spacing: 1px;
}


.site-news-detail__pictures {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-news-detail__picture {
	margin-top: clamp(20px, 2vw, 40px);
	max-width: 1200px;
}

.site-news-detail__picture img {
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
}

.site-news-detail__picture-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}

.site-news-detail blockquote {
	background: #F5F5F5;
	border-radius: 6px;
	padding: clamp(20px, 3vw, 40px);
	margin: clamp(30px, 3vw, 60px) 0;
}

.site-news-detail__tags{
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
	margin-top: 15px;
}

.site-news-detail__tag a{
	display: flex;
    padding: 8px 16px;
    background: #f5f5f5;
    border: 1px solid #F7F7F7;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    cursor: pointer;
	color: #333;
}

.site-news-detail__tag a:hover{
	color: #fff;
	background: #D7212B;
	border: 1px solid #D7212B;
}

.site-news-detail-banner .site-monitor {
	position: absolute;
	right: 15px;
	top: 100%;
	transform: translateY(-50%);
}

.site-monitor {
	width: 100%;
	max-width: 700px;
}

.site-monitor__head {
	width: 100%;
	height: 30px;
	background-color: #f5f5f5;
	border-radius: 6px 6px 0px 0px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.site-monitor__head .ptn {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: green;
	margin-right: 10px;
	opacity: 0.2;
}

.site-monitor__head .ptn:nth-child(2) {
	background: orange;
}

.site-monitor__head .ptn:nth-child(3) {
	background: red;
}

.site-monitor__screen {
	height: 350px;
	overflow: hidden;
	border: 5px solid #F5F5F5;
	border-radius: 0px 0px 6px 6px;
}

.site-monitor__screen img {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-name: scrollCoverBrowser;
	animation-name: scrollCoverBrowser;
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@keyframes scrollCoverBrowser {

	10% {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(calc(-50% + 285px));
		-ms-transform: translateY(calc(-50% + 285px));
		transform: translateY(calc(-50% + 285px));
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 400px));
		-ms-transform: translateY(calc(-100% + 400px));
		transform: translateY(calc(-100% + 400px));
	}

}

@-webkit-keyframes scrollCoverBrowser {
	10% {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(calc(-50% + 285px));
		-ms-transform: translateY(calc(-50% + 285px));
		transform: translateY(calc(-50% + 285px));
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 400px));
		-ms-transform: translateY(calc(-100% + 400px));
		transform: translateY(calc(-100% + 400px));
	}

}

@media (max-width: 1220px) {
	.site-news-detail-banner .site-monitor{
		display: none;
	}
	
}
/* End */


/* Start:/local/templates/main2023/css/ui.css?178714720611778*/
.ui-select {
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
}

.ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D7212B;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.1);
    height: 60px;
    font-weight: 500;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 27px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.ui-button:hover {
    cursor: pointer;
    background: #e9242e;
    color: #fff;
}

.ui-button--white {
    background: #fff;
    border: 2px solid #D7212B;
    color: #D7212B;
}

.ui-button--white:hover {
    background: #D7212B;
    border: 1px solid #D7212B;
    color: #fff;
}

.ui-btn-clear{
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.form-container {
    font-size: 10;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 10;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input:focus::placeholder {
    color: inherit;
}

.ui-input--text textarea {
    background: #fff;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: #000;
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: inline-block;
    line-height: 20px;
}

.ui-input--checkbox input:focus+span::before {
    border-color: #ccc;
}

.ui-input--checkbox input:checked+span::before {
    content: "✓";
    color: #000;
    display: inline-block;
    text-align: center;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #777;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #231F20;
    font-size: 10;
    line-height: 20px;
    padding: 8px 11px;
    border: 1px solid #DCEAFD;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
    color: #1771F1;
    font-weight: 500;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #D7212B;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid #D7212B;
    padding: 18px 5px;
    border-radius: 0;
}

.ui-input__label {
    cursor: pointer;
    display: block;
    font-weight: normal;
}

.ui-input--checkbox .ui-input__label {
    display: inline-block;
    margin-bottom: 0;
}

.ui-input--radio input:focus+span::before {
    background: #ccc;
    border-color: #ccc;
}

.ui-input--radio input:checked+span::before {
    background: #ccc;
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 0 #ccc; */
    padding: 3px;
    border-color: #ccc;
    background-clip: content-box;
    line-height: 10;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
}


.ui-input+.ui-input {
    margin-top: 20px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 10;
    line-height: 143%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: normal;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    color: #777;
    padding: 0 5px;
    pointer-events: none;

    font-weight: normal;
}

.ui-input__placeholder>.tx-red {
    color: #D7212B;
    margin-left: 3px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: #ccc;
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text textarea:focus+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:focus+.ui-input__placeholder {
    top: -10px;
    background: #fff;
    color: #ccc;
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: #ccc;
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: #D7212B !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: #D7212B;
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 12px 40px 12px 15px;
    margin: 0;
    width: 100%;
    font-size: 10;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select .ui-input__placeholder{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: -10px;
    color: #777;
    background: #fff;
    padding: 0 5px;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-input.ui-input--comment {
    color: var(--ui-color-base-90);
    font-weight: 400;
}

/****************/

.yellow-popup{
     font-weight: normal;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 40px rgba(17, 34, 66, 0.1);
    border: 1px solid rgba(20, 33, 60, 0.08);
    position: relative;
}

.yellow-popup .ui-popup__title{
    text-transform: none;
    font-weight: 500;
    color: #14213c;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
}

.yellow-popup .ui-input .ui-input__wraper{
     display: flex;
     flex-direction: column;
}
.yellow-popup .ui-input .ui-input__placeholder{
     order: 0;
     position: static;
     background: transparent !important;
     margin-bottom: 7px;
     color: inherit !important;
     font-weight: 500;
}
.yellow-popup .ui-input input,
.yellow-popup .ui-input select,
.yellow-popup .ui-input textarea {
     min-height: 50px;
     width: 100%;
     padding: 0 14px;
     border-radius: 12px;
     border: 1px solid rgba(23, 35, 61, 0.16);
     font-size: 15px;
     font-family: inherit;
     background-color: #fff;
     transition: border-color 0.25s ease, box-shadow 0.25s ease;

     font-weight: normal;

     order: 1;
}

.yellow-popup fieldset.ui-input{
    padding: 0 14px 14px;
    border-radius: 12px;
    border: 1px solid rgba(23, 35, 61, 0.16);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.yellow-popup .ui-input legend{
    font-size: inherit;
    color: inherit;
    font-weight: 500;
    border-bottom: 0;
    width: fit-content;
}

.yellow-popup .ui-input legend>.tx-red,
.yellow-popup .ui-input__placeholder>.tx-red{
     color: #D7212B!important;
}

.yellow-popup .ui-input textarea{
     min-height: 120px;
     padding: 12px 14px;
     resize: vertical;
}

.yellow-popup .ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    cursor: pointer;
    border: none;
    letter-spacing: 0.1px;
    color: #ffffff;
    background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
    box-shadow: 0 10px 24px rgba(199, 108, 19, 0.32);
}

.yellow-popup .lead-success-overlay[hidden] {
    display: none !important;
}
.yellow-popup .lead-success-overlay {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: inherit;
}

.yellow-popup .lead-success-panel {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 30px 24px 26px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(23, 35, 61, 0.08);
    box-shadow: 0 20px 52px rgba(20, 33, 60, 0.15);
}

.yellow-popup .ui-popup__body{
    position: relative;
}

.ui-popup__container .captchaYandexClass iframe,
.inline-form__container .captchaYandexClass iframe {
    height: auto !important;
}
/* End */


/* Start:/local/templates/main2023/css/ui-popups.css?17872100671606*/
.ui-popup {
    --z-index-menu: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-popup__error {
    color: red;
    margin-bottom: 20px;
}

.ui-popup__error:empty{
    display: none;
}

.ui-popup__buttons{
    margin-top: 20px;
}

.ui-popup__buttons button{
    width: 100%;
}

fieldset.ui-input{
    border: 1px solid #ccc;
    padding: 12px 40px 12px 15px;

}

.ui-input legend{
    color: #777;
    background: #fff;
    padding: 0 5px;
    position: relative;
    left: -8px;

    font-weight: normal;
    width: auto;
    font-size: initial;
    border: 0;
    margin-bottom: 15px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup__title{
    font-weight: 500;
    margin: 10px 0 20px 0;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */
/* /local/templates/main2023/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16938138004849 */
/* /local/templates/main2023/css/ui.css?178714720611778 */
/* /local/templates/main2023/css/ui-popups.css?17872100671606 */
