/* https://st.drweb.com/static/new-www/themes/tiles_mobi/assets/css/mydrweb_biz_main.css?r=1 */
.PI-case-content {
	font-size: 0.75rem;
}

.BIZ_INFO .ExportNews-case {
	padding-left: 0;
}

.BIZ_INFO .ExportNews-date {
	margin-left: 0;
}

.BIZ_INFO br {
	display: none;
}

.maxSpace_MyLoginWrapper {
	max-width: 355px;
	box-sizing: border-box;
}

.icon_serial  {
	vertical-align: text-bottom;
}

.borderColorGrey {
  border-color: #bcbcbc;
}

.serialKeyBlock {
	margin-left: -10px;
}

.orderComment textarea {
    width: 95%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #f2ebe2;
    border: 1px solid #f2ebe2;
}

.orderComment textarea:hover {
/*    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.orderComment textarea:focus {
    /*outline: -webkit-focus-ring-color auto 5px;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #4d90fe;
}

.serialChoose_Wrapper {
  /* min-height: 5rem;
  height: 1px; */
  border: 1px solid white;
}

.serialChoose_Wrapper:hover {
    /* background-color: #eaeaea; */
    /* background-color: #fbfbfb; */
    border-top: inset 1px #d6d6d6;
    border-bottom: inset 1px #d6d6d6;
    border-left: inset 1px #d6d6d6;
}
/* .serialChoose_Wrapper:hover.odd:hover {
    background-color: #eaeaea;
} */

.serialChoose_Wrapper:active {
	border: 1px solid #d6d6d6;
}

.serialChoose_Wrapper.bg_salat_1:hover {
    background-color: #D5F0A4;
}

.serialChoose_Label {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  vertical-align: middle;
  text-align: center;

  cursor: pointer;
  position: relative;

  width: 6%;
  width: 56px;
}

/* .serialChoose_Label::before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} */

/*.serialChoose_Label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}*/

/*.serialChoose_Label:hover {
    background-color: #eaeaea;	
}*/

/*
.serialChoose_LabelWrapper {
	display: inline-block;
  position: absolute;
  top: 44%;
  left: 34%;
}*/

.serialChoose_licWrapper {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;

  width: 94%;
}

.allSerialWarning:hover {
    background-color: rgba(234, 234, 234, 0.29);
}

.allSerialWarning__icon {
    vertical-align: sub;
}

.border_main_green_5 {
	border: 1px solid #78c100;
}

.bg_salat_1 {
    background-color: #CCF881;
}

.serialInput {
    cursor: pointer; 
}

.photoProfile {
    width: 240px;
    height: 240px;
    line-height: 240px;
    border: 1px solid #aaaaaa;
}

.fullHeight {
    height: 100%;
}

.NAV-wrp.path_mark, .NAV-wrp:hover {
    background-color: #f18f00; 
}

@media screen and (max-width: 720px) {
	.serialChoose_Wrapper {
		height: auto;
	}

	.serialChoose_Label {
		height: 1px;
    	min-height: 8rem;
	}

	.serialChoose_LabelWrapper {
		height: 100%;
    }	
    
    .orderComment textarea {
        width: 100%;
    }

    .photoProfile {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    ._viewM_minHeight_none {
        min-height: auto;
    }
}



@media screen and (max-width: 425px) {
	.serialChoose_Label {
    	min-height: 3rem;
	}	
}