/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

#mobilemenu span.btn.btn-default.btn-lg.mobile-btn-width {
    width: 97%;
    margin-left: 3px;
    padding-left: 21px;
}

.right_wrap.header__top-item .line-block__item.line-block.line-block--40.line-block--40-1200 {
    display: none;
}

.right_wrap.header__top-item .line-block__item.no-shrinked:nth-child(2) {
    display: none;
}

.form-control input[type=date] {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px
}

input[type=date]{
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    color: var(--white_text_black);
    height: auto;
    font-size: 14px;
    outline: 0;
}

.SIMPLE_FORM_12 .form-control:nth-child(7){
	display: none;
}

.form.APPOINTMENT_OPHTHALMOLOGIST .form-control:nth-child(4){
	display: none;
}

.form-control.captcha-row{
	display: none;
}
