﻿body.noscroll{
	overflow:hidden;
}
.modal_win{
  	display:none;
	position:fixed;
  	top:0;
  	left:0;
  	bottom:0;
  	right:0;
  	background: #24242480;
  	z-index:100;
}
.modal_win .close{
	opacity:1;
}
.modal_win .close:hover{
	opacity: .5;
}
.modal_win .close svg{
	width:24px;
  	height:24px;
}
.modal_win._compare{
	top:auto;
  	border-bottom-left-radius:0px;
  	border-bottom-right-radius:0px;
  	background:none;
  	bottom:-200%;
  	display:block;
  	transition:.3s ease all;
}

.modal_win._compare.showed{
  	bottom:0;
}
.modal_win._compare.showed::before{
	display:block;
}

.modal_win_form_request[status="default"] div[success-send], 
.modal_win_form_request[status="default"] div[error-send],
.modal_win_form_request[status="success"] div[try-send],
.modal_win_form_request[status="success"] div[error-send],
.modal_win_form_request[status="error"] div[try-send],
.modal_win_form_request[status="error"] div[success-send]
{
	display:none;
}

.modal_win_form_request[status="success"] div[success-send]{
	display:block;
}

.modal_win_form_request[status="error"] div[error-send]{
	display:block;
}



.modal_win_form{
  	transition:0.7s ease all;
  	padding-left:96px;
	background: var(--fill-color-10-white, #FFF);
  	position:absolute;
  	top:0;
  	max-width:903px;
  	width:100%;
  	bottom:0;
  	right:-100%;
  	padding-top:320px;
  	padding-right:150px;
}

.review-form .modal_win_form {
  padding-top: 190px;
}

.review-form textarea {
  resize: none;
  width: 560px;
  height: 220px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
}

.modal_win_form.opened{
	right:0px;
}
div:not([address])[status="success"]{
	max-width:412px;
}
div[status="error"]{
	max-width:657px;
}
.modal_win_form .close{
	position:absolute;
  	top:100px;
  	right:150px;
  	opacity:1;
}
.modal_win_form .close:hover svg path{
	fill:#FF7A00;
}

.container.request-block div[status="success"], .container.request-block div[status="error"]{
	display:none;
}

.modal_win_form .lbl, div[status="success"] .lbl, div[status="error"] .lbl{
	color: var(--fill-color-7-dark-gray, #676767);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.rds_input{
  	font-size:16px;
	outline: none;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 15px 20px;
}
.modal_win_form_request .hdr{
	max-width:492px;
}
.modal_win_form form{
  	margin-top:40px;
	max-width:660px;

}

.modal-form-wrap {
	display:flex;
  	gap: 10px;
}

.review-form .modal_win_form form {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.modal_win_form form.req input:first-child{
  width:260px;
}
.modal_win_form form.req input:last-child{
 width:210px;
}

.review-select-wrap {
  position: relative;
}

.review-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  transition: z-index .4s step-start;
}

.review-select[data-type="provider"] {
  z-index: 3;
}

.review-select[data-type="category"] {
  z-index: 2;
}

.review-select[data-type="rate"] {
  z-index: 1;
}

.review-select[data-type="provider"].opened {
  z-index: 13;
}

.review-select[data-type="category"].opened {
  z-index: 12;
}

.review-select[data-type="rate"].opened {
  z-index: 11;
}

.review-select.opened {
  cursor: default;
}

.selected-value {
  color:  #676767;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  border-radius: 30px;
  padding: 18px 20px 0;
}

.select-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a2a2a2;
  border-left: 2px solid #a2a2a2;
  transform: rotate(-45deg);
  transition: all .3s ease-out;
}

.review-select.opened .select-icon {
  border-bottom-color: #0971E8;
  border-left-color: #0971E8;
  transform: rotate(135deg);
  top: 25px;
}

.review-select.selected .select-icon {
  border: none;
  width: 16px;
  height: 16px;
  top: 17px;
  transform: rotate(0);
  background-image: url(/Cms_Data/Contents/Providers/Media/icons/black-close.png);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.review-options {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 30px;
  padding: 0 20px 15px;
  transition: margin-top .4s ease-out, gap .4s ease-out;
}

.review-select.opened .review-options {
  margin-top: 20px;
  gap: 20px;
}

.review-select.opened .selected-value, .review-select.selected .selected-value {
  color: #242424;
}

.review-select.selected .selected-value .stars {
  display: inline-block;
  margin-left: 7px;
}

body.rds .review-select.selected .selected-value span.active svg path {
  fill: #ff7a00;
}

.review-form .modal_win_form form.req input:not([provider-review]), .review-select-wrap {
  width: 270px;
  height: 47px;
}

.review-form .modal_win_form form.req input[name="Reviewer"]{
	width:560px;
  	margin-top:20px;
  	
}

.review-form .modal_win_form form.req input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  width: 0;
}
.review-option {
  cursor: pointer;
  position: relative;
  margin: 0;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows .4s ease-out, padding-top .4s ease-out;
}

.review-option .stars {
  height: 0;
}

.review-option svg {
  height: 16px;
  width: 16px;
}

.review-select.opened .review-option {
  grid-template-rows: 1fr;
  overflow: visible;
}

.review-select.opened .review-option .stars {
  height: auto;
}

.review-option .option-label {
  font-size: 14px;
  line-height: 1.2;
  color: #242424;
  font-weight: 400;
  margin-left: 25px;
  overflow: hidden;
}
 
.review-option .option-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: none;
  border-radius: 2px;
}

.review-select.opened .review-option .option-label::before {
  background-color: #ebebeb;
}

.review-select.opened .review-option input:checked + .option-label::before {
  background-image: url(/Cms_Data/Contents/Providers/Media/icons/box-checked.svg);
}

.review-select.opened .review-option input:checked + .stars::before {
  content: '';
  position: absolute;
  top: 4px;
  right: -2px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}

.review-form .modal_win_form form.req input::placeholder {
  color:  #676767;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.2;
}
.modal_win_form form.req button{
	flex:1 1 auto;
}

.review-form .modal_win_form form.req button {
  margin-top: 10px;
  flex: initial;
}

.modal_win_form form.req button
.modal_win_form label{
	margin-top: 20px;
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    color: var(--fill-color-8-aluminum, #A1A1A1);
  	font-weight: 400;
}
.modal_win_form label a{
	text-decoration: underline;
    text-underline-offset: 5px;
    color: inherit;
}
.modal_win_form_request .lbl.brd, div[status="success"] .lbl.brd{
	margin-top:50px;
  	padding-top:50px;
  	border-top:1px solid #EBEBEB;
}
.modal_win_form_request .modal_win_req_success .hdr, .modal_win_form_request .modal_win_req_success .lbl.brd span, .modal_win_form_request .modal_win_req_err .lbl.brd span{
	max-width:398px;
}
.modal_win_form_request .modal_win_req_success .lbl.brd span, .modal_win_form_request .modal_win_req_err .lbl.brd span, div[status="success"] .lbl.brd span{
	display:inline-block;
}
.modal_win_form_request .modal_win_req_success .lbl.brd span a, .modal_win_form_request .modal_win_req_err .lbl.brd span a{
	text-decoration: none;
    color: inherit;
}
.modal_win_form_request .modal_win_req_success .lbl.brd span a:hover, .modal_win_form_request .modal_win_req_err .lbl.brd span a:hover{
	color:#0971E8;
}
.modal_win_req_err .hdr{
	max-width:565px;
}
.modal_win_req_btns{
  	display:flex;
  	gap:10px;
	margin-top:40px;
  	padding-bottom:50px;
}
.desk_hide{
	display:none;
}
.modal_win_req_err, .modal_win_req_success{
	margin-top:-80px;
}

.review-form .modal_win_req_err, .review-form .modal_win_req_success {
	margin-top: 220px;
}

.modal_win.check_address .modal_win_form_request .hdr{
    max-width: 652px;
}
.modal_win.check_address  .modal_win_form form.req input{
	flex:1 1 auto;
}
.modal_win h2{
	margin-bottom:20px;
}
.modal_win.check_address  .modal_win_form form.req button {
    flex:0 0 auto;
}

.modal_win.check_address .modal_win_form_request .lbl.brd{
  	margin-top:100px;
}
.modal_win.check_address .modal_win_form_request .lbl.brd span{
  	display:inline-block;
	max-width:565px;
}
.modal_win.check_address .modal_win_req_btns{
	padding-bottom:0px;
}

.modal_win .title {
  margin-bottom: 20px;
}

@media(max-width:568px){
.modal_win.check_address .modal_win_form_request .lbl.brd{
  	margin-top:50px;
}
.modal_win h2{
	margin-bottom:15px;
}
.desk_hide{
	display:inline-block;
}
.modal_win_form{
	padding:60px 15px 0px 15px;
  	top:100%;
  	border-radius: 20px 20px 0px 0px;
  	right:0px;
  	left:0px;
}

.modal_win_form.opened{
	top:150px;
}
.modal_win_form .close{
	top:15px;
  	right:15px;
}
.modal_win_form .close svg{
	display:flex;
  	width:24px;
  	height:24px;
}
.modal_win_req_btns{
  	gap:20px;
	flex-direction:column;
  	margin-top:30px;
  	padding-bottom:0px;
}
.modal_win_form_request .lbl.brd{
	padding-top:30px;
}
.modal_win_form form{
  	margin-top:30px;
}

.modal-form-wrap {
	flex-direction:column;
    gap:20px;
}

.modal_win_form form input, .review-select-wrap{
	width:100%!important;
}

.modal_win_form_request .modal_win_req_success .lbl.brd span, .modal_win_form_request .modal_win_req_err .lbl.brd span{
	max-width:288px;
}
.modal_win_req_err, .modal_win_req_success{
	margin-top:0px;
}

.review-form .modal_win_form.opened {
  top: 50px;
}

.review-form .modal_win_req_success, .review-form .modal_win_req_er {
  margin-top: 0;
}
.review-form .modal_win_form {
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;

}

.review-form .modal_win_form_request {
  flex: 1;
}

.review-form .modal_win_req_try, .review-form .modal_win_req_success, .review-form .modal_win_req_err {
  height: 100%
}

.review-form .modal_win_req_try {
  display: flex;
  flex-direction: column;
}

.review-form .modal_win_form form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-form textarea {
  width: 100%;
  flex:1;
}

}


.modal_win_form_request[status="default"] div[status="success"],
.modal_win_form_request[status="default"] div[status="error"]{
	display:none;
}


.modal_win_form_request[status="success"] div[status="default"],
.modal_win_form_request[status="success"] div[status="error"]{
	display:none;
}

.modal_win_form_request[status="error"] div[status="default"],
.modal_win_form_request[status="error"] div[status="success"]{
	display:none;
}

.modal_win_form .form-agreement {
	font-weight:400;
  	margin-top:20px;
}


.mark-wrap{
  	gap:5px;
	display:flex;
 	flex-direction:row;
  	align-items:center;
}
.mark-wrap .mark-star{
	cursor:pointer;
}
.mark-wrap svg{
	width:25px;
  	height:25px;
}

.mark-wrap svg path{
	fill: rgba(161, 161, 161, 1);
}

.mark-wrap svg path{
	fill: rgba(161, 161, 161, 1);
}

.mark-wrap .mark-star.active svg path{
	fill: rgba(255, 122, 0, 1)
}

@media(max-width:576px){
  .mark-wrap{
      padding-left:10px;
  }
  .review-form textarea {
    height:250px;
  	flex:0 1 auto;
  }
  .review-form .modal_win_form form.req input[name="Reviewer"]{
	width:auto;
  	margin-top:0px;
  }
}


