

/* Start:/local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770*/
.page-breadcrumb .sirius-breadcrumb {
	display: flex;
	margin: 20px 20px;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 5px;
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar-thumb {
    background: #6dac44;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar {
    height: 6px;
    background-color: #e1e1e1;
    border-radius: 5px;
}

.page-breadcrumb .sirius-breadcrumb-item {
	font-size: 1.2em;
	line-height: 25px;
	color: rgba(39, 40, 70, 0.45);
	white-space: nowrap;
}

.page-breadcrumb .sirius-breadcrumb-item a {
	color: rgba(39, 40, 70, 1);
}

.page-breadcrumb .sirius-breadcrumb-item i {
	margin-right: 5px;
}

.sirius-breadcrumb-item span {
	font-weight: 400;
}
/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/news/news/bitrix/news.detail/news/style.css?17685587333979*/
.news__detail{
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    grid-gap: 5%;
	margin-bottom: 100px;
}
.detail-desc{
    display: grid;
    grid-auto-rows: max-content;
    grid-gap: 20px;
}
.detail-main > *{
	margin: 0;
	padding: 0;
}
.item_date{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666666;
	display: flex;
	align-items: end;
}

.item_date img{
	margin-right: 10px;
}

.h3_name{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	color: #272846;
	margin: 0;
	text-transform: uppercase;
}

.detail-prew_text{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
	
	color: rgba(39, 40, 70, 0.6);
}

.detail-desc_text{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.5em;
}

.detail_picture{
	background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.gray{
	color: rgba(39, 40, 70, 0.6);
}

@media (min-width:769px) and (max-width:1420px){
	.news__detail{
		padding: 20px;
	}
}

@media (max-width:768px){
	.news__detail{
		grid-template-columns: repeat(auto-fit, 100%);
	}

	.detail_picture{
		border-radius: unset;
		min-height: 350px;
	}

	.detail-desc{
		padding: 0 30px;
	}
}
.detail-desc-link{
	color: white;
	background-color: #6298a2;
	padding: 40px 111px;
	font-size: 25px;
	max-width: 300px;
	border-radius: 40px;
}
.detail-desc-link-mob{
	display: none;
}
@media(max-width:600px){
	.detail-desc-link-mob{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #6298a2;
        padding: 22px 110px;
        font-size: 25px;
        max-width: 75%;
        border-radius: 40px;
	}
	.detail-desc-link{
		display: none;
	}
	.page-title h1{
		font-size: 1.8em;;
	}
	.news__detail{
		display: flex;
		flex-direction: column;
	}
	.banner_item{
		margin-bottom: 30px;
	}
}
.back{
	margin-bottom: 80px;
}


.emoji-wrapper {
	margin: 0 0 100px 0;
}

.emoji-row {
    display: flex;
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    background: #fff;
}

.emoji-element-item {
    display: flex;
    cursor: pointer;
    transition: all .3s ease-in-out;
    align-items: center;
    padding: 3px 5px;
    margin-right: 10px;
    flex-wrap: nowrap;
    min-width: fit-content;
}

.emoji-element-item:last-child {
    margin-right: 0px;
}

.emoji-element-item-img {
    display: flex;
}

.emoji-element-item-count {
    font-size: 14px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
    background: #e1e1e19c;
    padding: 0 3px;
    margin-left: 3px;
    margin-bottom: unset;
    border-radius: 5px 5px 5px 0px;
    margin-top: -10px;
}

.emoji-element-item:hover .emoji-element-item-count {
    background: #959595;
    color: #fff;
}

.emoji-element-item-count {
    transition: all .3s ease-in-out;
}

.emoji-element-item.active .emoji-element-item-count {
    background: #bf0000;
    color: #fff;
}

.emoji-subtitle {
    font-size: 1.866em;
    display: block;
    line-height: 1.2;
    font-weight: 700;
    margin: 35px 0 25px 0;
}

@media (max-width: 768px) {
    .emoji-wrapper {
        font-size: 14px;
    }
    .emoji-element-item {
        flex-direction: column;
        padding: 0px;
        margin: 0px;
    }
    .emoji-row {
        padding: 5px;
        width: 100%;
        justify-content: space-around;
        max-width: 400px;
    }
    .emoji-element-item-count {
        margin-top: 2px;
        margin-left: 0px;
        border-radius: 5px;
        font-size: 12px;
    }
}
.stati_feedback_section {
    background-color: cadetblue;

}
.stati_feedback_section .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/form.result.new/renter/style.css?16904688073927*/
div.mfeedback {}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.wrapper_form{
    background: #6298A2;
    margin-bottom: 40px;
    margin-top: 80px;
}

.main_form{
    background: #FDFEFF;
    border-radius: 40px;
    width: 100%;
    margin: 60px 0px;
    display: flex;
    justify-content: center;
}

.mfeedback{
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding: 5% 10%;
}

.mfeedback .answer, .main_form .answer{
    font-size: 36px;
    align-items: center;
    align-self: center;
    color: #272846;
}

.mfeedback_desc_title{
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #272846;
}

.mfeedback_desc_text{
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1em;
    color: rgba(39, 40, 70, 0.66);
}

.mf_box{
    position: relative;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
}

.mf_box > input{
    margin: 10px;
    padding: 0 10%;
    width: 100%;
    height: 55px;
    background: #F2F4F9;
    border: 1px solid #F2F4F9;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #5A5B72;
}

.mf_box > input:focus-visible{
    outline-color: #E84C1B;
    outline-style: auto;
    outline-width: 1px;
}

.mf_box.mf-req > input{
    outline-color: var(--third);
    border-bottom: 1px solid var(--third);
    outline-width: 1px;
}
 
.mf_btn{
    margin: 10px;
    background: #3C3C3C;
    border: 1px solid #3C3C3C;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .5s;
}

.mf_btn:hover{
    background: #656565;
    border: 1px solid #656565;
}

.errortext {
    margin-left: 35px;
}

.succcess .data-table{
    text-align: center;
}

@media (max-width:760px){
    .mfeedback{
        grid-template-columns: unset;
        padding: 10% 5%;
    }
}

@media (max-width:1200px){
    .main_form{
        width: fit-content;
        margin: 40px 0px;
        border-radius: unset;
    }
}

@media (max-width:768px){
    .mf_box > input{
        margin: 0;
    }

    .mf_btn{
        margin: 0;
    }

    .mfeedback_desc_title{
        font-size: 2em;
    }
    
    .mfeedback_desc_text{
       font-size: 1em;
    }
}

.feedback__desc_contacts .item-title{
    font-size: 1.73333em;
    line-height: calc(1em + 14px);
}
.feedback__desc_contacts .item-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.feedback__desc_contacts .item{
    margin-bottom: 20px;
}
.mfeedback_desc{
    margin-right: 50px;
}
.feedback__desc_contacts .item-content,
.feedback__desc_ps{
    color: gray;
}

.blue a{
    color: var(--four);
}

.green a{
    color: var(--ui-color-accent-green);
}
.mfeedback_desc_title{
    margin-bottom: 10px;
    font-weight: 800;
}

.mfeedback  .mfeedback__agreement{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.mfeedback  .mfeedback__agreement .check{
    position: relative;
    width: 30px;
    height: 25px;
    border-radius: 5px;
    background-color: #E9EBF1;
    padding-right: 20px;
}

.mfeedback #agreement_renter .check.active::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/doweb-sirius/components/bitrix/form.result.new/renter/images/marker.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mfeedback  .mfeedback__agreement .text{
    color: rgba(39, 40, 70, 0.66);
}
@media (max-width:550px){

    .mfeedback  .mfeedback__agreement .check{
        width: 45px;
    }
}
.mfeedback .mfeedback__button input[disabled]{
    background-color: #8a8a8a !important;
    border: 1px solid #8a8a8a !important;
}
.mfeedback .text a{
    color: var(--third);
}
/* End */
/* /local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770 */
/* /local/templates/doweb-sirius/components/bitrix/news/news/bitrix/news.detail/news/style.css?17685587333979 */
/* /local/templates/doweb-sirius/components/bitrix/form.result.new/renter/style.css?16904688073927 */
