.addReview {
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px 0 20px;
    text-decoration: none;
    background: #282828;
    color: #fff;
    font-family: apercu, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.popup {
    display: flex;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
}

.reviews_block {
    max-width: 25%;
}

.window_popup {
    display: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 60px 40px 40px 40px;
}

.window_popup .inner {
    width: 280px;
    margin: 0 auto;
}

.window_popup .inner .for_items .item:first-child {
    margin-top: 0px;
}

.window_popup .inner .for_items .item .heading {
    color: #808285;
    margin-bottom: 5px;
}

.window_popup .inner .for_items .item input {
    border: 1px solid #ededed;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    color: #000;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.window_popup .inner .for_items .item .input_rating input {
    border: none;
    width: auto;
    height: auto;
    line-height: auto;
    background: none;
    padding: 0;
}

.window_popup .inner .for_items .item input {
    border: 1px solid #ededed;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    color: #000;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.window_popup .inner .for_items .item {
    margin-top: 20px;
}

.window_popup .inner .for_items .item textarea {
    border: 1px solid #ededed;
    width: 100%;
    height: 100px;
    background: #f9f9f9;
    color: #000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.window_popup .inner .for_items .item .heading {
    color: #808285;
    margin-bottom: 5px;
}

.window_popup .inner .for_items .item .file_upload {
    background: #f9f9f9;
    border: 1px solid #ededed;
}

.window_popup .inner .for_items .item .file_upload {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.window_popup .inner .for_items .item .file_upload > button {
    background: url(/images/upload_icon.jpg) 50% 50% no-repeat;
    overflow: hidden;
    border: none;
    text-overflow: -999px;
    margin: 2px 2px 0px 0px;
}

.window_popup .inner .for_items .item .file_upload > button {
    float: right;
    width: 34px;
    height: 34px;
}

.window_popup .inner .for_items .item .file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer;
}

.window_popup .inner .for_items .item input {
    border: 1px solid #ededed;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    color: #000;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.window_popup .inner .for_btn {
    text-align: center;
    margin-top: 20px;
}

.window .fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    background: url(/images/window_close.svg) 0px 0px no-repeat;
    width: 16px;
    height: 17px;
}

	.tab2.active {
    max-height: 500px;
}
.tab2 {
    border-bottom: 1px solid #EBEBEB;
    max-height: 5em;
    overflow: hidden;
    padding: 1.875em 0;

}
.tab_title2{
	cursor:pointer;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1.875em;
}

.window_popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px 20px 20px 20px;
    z-index: 500;
}

.tab_title2 svg {
    width: .688em;
    height: 1.125em;
    -webkit-transform: rotate(
-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    position: relative;
    right: 5px;
}

.window_popup input[type=text], .window_popup input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.window_popup input[type=text]:focus, .window_popup input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.window_popup .btn {
  background-color: #1976D2;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: bold;
}

.window_popup .cancel {
  background-color: #448AFF;
}

.orderItem__repeat {
  margin: 0;
}