.button__blue {
    border-radius: 100px;
    background: #275EC7;
    padding: 16px 40px;
    color: #ffffff;
    /* font-family: "Manrope"; */
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    border: 2px solid #275EC7;
    cursor: pointer;
}
.button__blue:hover {
    background: #1A4087;
    border-color: #1A4087;
    color: #fff;
}

.dev-support {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.support-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 550;
	display: none;
}

.support-modal.active {
	display: flex;
	justify-content: center;
}

.support-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.50);
}

.support-modal__content {
	padding: 40px 48px 48px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 16px;
	background: #000521;
	z-index: 102;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	overflow-y: scroll;
}

.support-modal__content::-webkit-scrollbar {
  display: none;
}

.support-modal__content-gradient {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 320px;
	height: 500px;
	border-radius: 100px;
	opacity: 0.5;
	background: #3893FF;
	filter: blur(300px);
}

.support-modal__content .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 130%;
	color: #A4A4A4;
}

.support-modal__content .subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	color: #A4A4A4;
	display: flex;
}

.support-modal__content .subtitle a {
	color: #fff;
	transition: color .15s ease;
	margin-left: 4px;
	display: flex;
	align-items: center;
}

.support-modal__content .subtitle a svg {
	position: relative;
	top: 1px;
	left: 4px;
}

.support-modal__content .subtitle a svg path {
	transition: all .2s ease;
}

.support-modal__content .subtitle a:hover {
	color: #275EC7;
}

.support-modal__content .subtitle a:hover svg path {
	stroke: #275EC7;
}

.support-modal__content form {
	display: flex;
	flex-direction: column;
}


.support__form_item {
    position: relative;
	width: 600px;
}

.support__form_item textarea {
	padding: 20px 16px 14px 24px;
}
.support__form_item .label_attachment {
	cursor: pointer;
}
.support__form_item .label_attachment span {
    color: var(--white);
}

.support__request_input-label {
    position: absolute;
    top: 15px;
    left: 26px;
    transition: all 0.5s ease;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
	text-align: left;
	cursor: text;
	pointer-events: none;
}

.support__request_input-label__active {
    top: 5px;
    font-size: 12px;
}

.support__request_input {
    padding: 20px 16px 6px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    width: 100%;
	max-height: 52px;
    outline: none;
    border: 2px solid transparent;
}

.support__form_item-msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

.support__problem-type_shevron {
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-up.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 25px;
    top: 16px;
    right: 23.5px;
    cursor: pointer;
    pointer-events: none;
}

.support__problem-type_shevron__down {
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-down.png);
}

.support__problem-type_select {
    display: none;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.04), 1px 2px 8px rgba(34, 34, 34, 0.04);
    position: absolute;
    width: 100%;
    z-index: 20;
    box-sizing: border-box;
    top: 60px;
}

.support__problem-type_select__active {
    display: block;
}

.support__problem-type_option {
    list-style: none;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 12px 16px;
	text-align: start;
}

.support__problem-type_option:first-child {
    border-radius: 10px 10px 0 0;
}

.support__problem-type_option:last-child {
    border-radius: 0 0 10px 10px;
}

.support__problem-type_option:hover, .support__problem-type_option:active, .support__problem-type_option:focus {
    cursor: pointer;
    color: #275EC7;
    background: #e3e3e3;
}

#modal-label_modal-problem-type {
	cursor: pointer;
}

#modal-problem-type {
	cursor: pointer;
	caret-color: transparent;
}

#modal-problem-descr {
	width: 100% !important;
	height: 156px !important;
	min-height: 156px;
	resize: none;
}

.support__label_required-fields {
	text-align: start;
	color: #737373;
}

.support__form-error-msg {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

/*
.modal-uploader-wrapper_subtitle{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
*/

.modal-uploader-wrapper_subtitle-item {
	font-size: 18px;
	font-weight: 500;
	color: #737373;
	display: flex;
	align-items: start;
	text-align: left;
}

.modal-uploader-wrapper_subtitle-item::before {
	content: "";
	width: 8px;
	height: 8px;
	min-width:8px;
	min-height: 8px;
	margin-right: 8px;
	background-color: #275EC7;
	border-radius: 50%;
	position:relative;
	top: 9px;
}

.support__button_wrapper {
	display: flex;
}

.support__label_agreement {
	text-align: start;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #A4A4A4;
}

.support__form_item .label_attachment {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	align-items: center;
}

.support__label_agreement a{
	color: #275EC7;
}

.support__label_agreement a:hover{
	color: #1A4087;
}

.support-modal__content-close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.modal-background {
	z-index: 10002 !important;
}

.attach-file_error__modal{
	color:#F93232; 
	text-align: left; 
}

.attach-file_error{
	color: #F93232; 
}

.attach-file_reqs{
	text-align:left;
	/*display: flex;*/
	flex-direction: column; 
	justify-content: left;
	margin-left:20px;  
}

.attach-file_req__item{
	color: #A4A4A4;
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	list-style:none;
}

.attach-file_req__item::before{
	content: ""; 
	background: #275EC7;
	font-weight: bold; 
	display: inline-block; 
	width: 8px;
	height: 8px;  
	position: absolute;
	left: 26px; 
	margin-top: 7px;
  	border-radius: 50px;
}

#support-dev{
	cursor: pointer; 
	width: fit-content;
}



.modal-background__hidden, .footer_modal-background__hidden{
	display: none; 
}

/* bitrix uploader START*/
.uploader-wrapper{
    margin:131px auto;
    background: #ffffff; 
    padding: 50px 60px 60px 60px;
    box-sizing: border-box; 
    display:flex;
    flex-direction: column; 
    justify-content:left; 
    position: relative;
    max-width: 826px;  
    overflow-y: auto; 
    z-index: 600;
	border-radius: 16px;
}

.uploader-wrapper_subtitle{
    display: flex;
    flex-direction: column;
	margin-top: 24px;
}

.uploader-wrapper_subtitle-item {
    font-size: 18px;
    font-weight: 500;
    color: #737373;
    display: flex;
    align-items: center;
}

.uploader-wrapper_subtitle-item::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: #275EC7;
    border-radius: 50%;
}

.uploader-wrapper_title{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #222222;
}

.uploader-wrapper_draganddrop{
    width: 100%; 
    height: auto; 
    background: aliceblue;
    border-radius:16px; 
    border: 2px dashed #275EC7; 
    display: block;
    position: relative; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding-bottom: 80px; 
}

.uploader-wrapper_draganddrop-icon{
    background-size:cover; 
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/draganddrop-icon.png); 
    width: 80px; 
    height: 80px; 
}
.uploader-wrapper .file-selectdialog{
    background:none;
    border:none;
    box-shadow:none;
    padding: 0;
}

.uploader-wrapper .file-selectdialog .file-label{
    display:none;
}
.file-selectdialog .file-simple, .file-selectdialog .file-extended{
    margin-left: 0 !important; 
    /*height: 320px; */ 
}

.file-selectdialog .file-extended .file-selector{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
    padding: 50px 10px !important; 
    box-sizing: border-box;
    border: 3px dashed #275EC7;
    border-radius:16px !important;
    text-align:center;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #222222 !important;
}

.file-selectdialog .file-extended .file-selector .file-uploader{
    color: #275EC7;
}

.file-selectdialog .file-simple,
.file-selectdialog .file-placeholder{
    margin-left:0 !important;
}

.file-placeholder{
    margin-top: 32px; 
}

.file-selectdialog  .file-placeholder .files-list td{

}

.file-selectdialog .file-extended .file-selector:hover{
    padding: 50px 10px !important;
    border: 0 !important;
    border: 3px dashed #275EC7 !important;
}

.file-selectdialog .file-extended .file-load-img{
    background-image: url("/local/templates/doma-main/icons/download-cloud.svg") !important;
    position:initial !important;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img{
    background-position: initial !important;
    position: initial !important;
}
/* bitrix uploader END*/


.upload-wrapper_button{
    padding: 16px 40px;
    border-radius: 100px; 
    border: 2px solid #275EC7; 
    background: #275EC7; 
    color: #ffffff; 
    box-sizing: border-box;
    cursor: pointer; 
    font-size: 18px; 
    width: 252px; 
    margin: 20px auto 20px 0; 
    text-align: center; 

}

.upload-wrapper_button:hover, .upload-wrapper_button:active{
    padding: 16px 40px;
    border-radius: 100px; 
    background: #ffffff; 
    color: #275EC7; 
    box-sizing: border-box;
    cursor: pointer; 

}

.upload-wrapper_images{
    max-height:80px;
    overflow-x: auto
    display: flex;
    flex-direction: row; 
}

.uploaded-images_wrapper{
    display: flex;
    flex-direction: row; 
    justify-content: left; 
    max-height: 80px; 
}
.uploaded-preview-image{
    width:80px;
    border-radius: 4px; 
}

.uploaded-images_item{
    position: relative; 
    height: 80px;
    overflow: hidden;
    width: 80px;
    border-radius: 4px;
    margin-right: 16px; 
}
.uploaded-images_item .uploaded-preview-image{
    background-size: cover;
}

.preview-image_delete{
    background-size: cover;
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/circle-close-icon__filled.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.modal_close{
    background-size: cover;
    background-repeat: no-repeat; 
    background-image: url(/local/templates/doma-main/icons/modal-close-icon.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: 20px;
    right: 20px;
    cursor: pointer; 
}

@media screen and(max-width: 1600px){
    .uploader-wrapper{
        margin: 137px 107px; 
    }
}

@media screen and (max-width: 480px){

	.support-modal.active {
		top: 0 !important;
		max-height: 100dvh !important;
	}

    .request_input {
        padding: 18px 16px 10px 24px;
    }

    .request_input-label {
        top: 16px;
    }

    .request_input-label__active {
        top: 5px;
    }

    .problem-description{
        padding: 0 20px 60px; 
    }

    .problem-description > .content{
        margin: auto; 
    }

    .problem-description .title{
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 200;
        font-size: 30px;
        line-height: 120%;
        text-align: left;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

    .uploader-wrapper{
        margin:20px;
        background: #ffffff; 
        padding: 10px 20px;
        box-sizing: border-box; 
        display:flex;
        flex-direction: column; 
        justify-content:left; 
    }

    .uploader-wrapper_subtitle.sm-display {
        display: flex !important;
    }

    .uploader-wrapper_subtitle-item {
        align-items: flex-start;
    }

    .uploader-wrapper_subtitle-item::before {
        min-width: 8px;
        position: relative;
        top: 8px;
    }

     .uploaded-images_wrapper{
        display: flex;
        flex-direction: row;
        justify-content: left;
        max-height: 100px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        /*padding-bottom: 20px;*/
    }

     .uploaded-images_item{
        position: relative; 
        height: 80px;
        overflow: hidden;
        width: 80px;
        border-radius: 4px;
        margin-right: 16px; 
        min-width: 80px;
    }
    .uploaded-preview-image{
          position: relative;
          height: 80px;
          overflow: hidden;
          width: 80px;
          border-radius: 4px;
    }

    .preview-image_delete{
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/local/templates/doma-main/icons/circle-close-icon__filled.png);
        position: absolute;
        width: 50%;
        height: 50%;
        top: -5px;
        right: -5px;
        cursor: pointer;
        z-index: 20;
    }

    .uploader-wrapper_title{
        font-size: 22px; 
    }

    .send-request_form{
        padding: 60px 10px; 
        margin: 10% 20px 0 20px;
        width: 100%; 
    }

    /* bitrix uploader start */ 
    .file-selectdialog .file-extended .file-load-img{
        display: none; 
    }
    .file-selectdialog .file-extended .file-selectdialog .file-label{
        display: none; 
    }
    /* bitrix uploader end */ 
}


@media screen and (max-width: 480.99px) {
  .support-modal__content .title {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.6px;
  }

	.support-modal.active {
		position: absolute;
		top: 88px;
		right: auto;
		bottom: auto;
		max-height: calc(100dvh - 88px);
		-webkit-max-height: calc(100dvh - 88px);
		overflow: scroll;
	}

	.support-modal__bg {
		display:none;
	}
	
	.support-modal .support-modal__content {
		padding: 60px 20px 40px;
		margin-top: auto;
		overflow: scroll;
		position: relative;
		border-radius: 0;
		align-items: flex-start;
	}
	
	.support-modal .support-modal__content .title {
		font-size: 30px;
		font-weight: 200;
		letter-spacing: -0.6px;
	}
	
	.support-modal .support__form_item {
		width: 100%;
	}
	
	.support-modal .support-modal__content-close {
		top: 20px;
		right: 20px;
	}
	
	#modal-problem-descr {
		padding-top: 40px;
		height: 278px !important;
		min-height: 278px !important;
		width: 100% !important;
		
	}
	
	#modal-label_modal-problem-descr {
		background-color: #fff;
		width: calc(100% - 40px);
	}	

	.attach-file_req__item{
		margin-left: 10px; 
	}

	.attach-file_req__item::before{
		margin-left: -15px; 
	}
}

@supports (-webkit-touch-callout: none) {
      .support-modal__content {
        padding: 60px 20px 100px;
    }
}