@media (min-width: 767px) {
    .detail--lab-box .fav-container {
        position: absolute;
        right: 0;
        top: 3px;
    }
}

.fav-container .h1-label {
    cursor: pointer;
}

@media screen and (min-width: 767px) {
    .sitebar {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        overflow: hidden;
        background: 0 0;
    }
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap !important;
}

.label-line {
    border: 1px solid #ebeded;
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    font-size: 18px;
}

.j4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.label-line__icon {
    margin-right: 10px;
}

.label-line__title {
    color: #e31e24;
}

.label-line__dash {
    margin: 0 5px;
    color: #187f76;
}

@media screen and (min-width: 767px) {
    .sitebar {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        overflow: hidden;
        background: 0 0;
    }
}

.sitebar {
    width: 335px;
    min-width: 335px;
    max-width: 33%;
    margin-right: 65px;
    background: #f2f8f8;
}

@media screen and (min-width: 767px) {
    .sitebar__selector {
        margin-bottom: 25px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
    }
}

.sitebar__selector {
    background: #007368;
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    font-weigth: 100;
    cursor: pointer;
}

.pseudo-select.disable {
    pointer-events: none;
    background: 0 0 !important;
}

.sitebar .pseudo-select {
    max-height: 100%;
}

.sitebar__pseudo-select {
    color: #fff;
}

.pseudo-select {
    position: relative;
    max-height: 100px;
}

.pseudo-select.disable input {
    width: 100%;
}

.sitebar__pseudo-select input,
.sitebar__pseudo-select svg {
    color: #fff;
    font-size: 18px;
    font-family: Roboto-light;
    margin: 0;
}

pseudo-select input {
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 767px) {
    .sitebar__selector .options.accordeon-content {
        position: relative;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 1;
    }
}

@media screen and (min-width: 767px) {
    .sitebar__selector .options {
        border-top: 1px solid #187f76;
    }
}

.sitebar__selector .sitebar-select__options {
    width: -webkit-calc(100% + 70px);
    width: -moz-calc(100% + 70px);
    width: calc(100% + 70px);
    left: -35px;
    padding-bottom: 0 !important;
}

.pseudo-select .options {
    position: absolute;
    min-width: 100%;
    width: auto;
    z-index: 99;
    pointer-events: none;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 800px;
}

.accordeon-content {
    display: none;
}

@media screen and (min-width: 767px) {
    .sitebar__selector .options.accordeon-content .wrap {
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
    }
}

@media screen and (min-width: 767px) {
    .sitebar__selector .options.accordeon-content .wrap {
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
    }
}

.sitebar__selector .sitebar-select__options .wrap {
    border: 2px solid #00685f;
    margin-top: 13px;
}

.pseudo-select .options .wrap {
    margin-top: 15px;
    border: 1px solid #ebeded;
    background: #fff;
}

.options .wrap {
    max-height: 50vh;
    overflow: auto;
}

.pseudo-select .options .wrap .option {
    padding: 5px 15px;
    font-weight: 700;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

@media screen and (min-width: 767px) {
    .sitebar__selector .sitebar-select__options .option {
        font-weight: 100 !important;
        padding: 10px 31px !important;
    }
}

.sitebar__selector .sitebar-select__options .option {
    color: #000;
    padding: 10px 35px !important;
}

.option.selected {
    background: #daebe9;
    display: none !important;
}

@media screen and (min-width: 767px) {
    .sitebar__live-search {
        background: #fff9f9;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}

@media screen and (min-width: 767px) {
    .livesearch-input {
        border-bottom: 2px solid #fff;
    }
}

.livesearch-input {
    position: relative;
}

.live-search__icon {
    position: absolute;
    left: 15px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.input-livesearch {
    font-size: 17px;
    padding: 15px 30px 15px 45px;
    width: 100%;
}

.live-search__cross {
    opacity: 0;
    left: -webkit-calc(100% - 45px);
    left: -moz-calc(100% - 45px);
    left: calc(100% - 45px);
}

.live-search__icon {
    position: absolute;
    left: 15px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.nowrap .svg-icon {
    min-width: 1em;
}

.svg-icon {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
}

.livesearch-variants {
    padding: 15px 0;
}

.livesearch-variants__group {
    display: block;
    border-bottom: none;
    margin-bottom: 12px;
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.accordeon-group {
    width: 100%;
}

.livesearch-variant {
    border-bottom: none;
    font-weight: 500;
    padding: 0 30px;
}

.link,
a {
    cursor: pointer;
    text-decoration: none;
    outline: 0 !important;
    border-bottom: 1px solid;
    border-color: transparent;

    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.livesearch-variant__title a,
.livesearch-variant__title>div {
    font-weight: 300;
    border-bottom: none;
}

.livesearch-variants__group.current .livesearch-variant {
    padding: 15px 30px;
    background: #fff;
    margin-top: -5px;
    color: #000;
}

.mobile-catalog-button {
    display: none;
}

.hidden {
    display: none !important;
}

lab-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.text-guide {
    font-size: 18px;
    line-height: 1.66667;
}

.text-guide {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
}

.analizes-info__left {
    max-width: 100%;
    padding-right: 25px;
}

.analizes-detail__title {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 15px;
}

.analizes-detail__title {
    position: relative;
    display: inline-block;
}

.lh1 {
    line-height: 1;
}

.mt0 {
    margin-top: 0;
}

.analizes-info__left .img-favorite {
    width: 30px;
    min-width: 30px;
    height: 30px;
    right: -30px;
}

.analizes-detail__img-favorite {
    position: absolute;
    right: -60px;
    top: -5px;
}

.img-favorite {
    cursor: pointer;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background: url(/local/assets/images/icons/favorite-star-green.png) top left no-repeat;
}

.analize-info__subtitle {
    color: #187f76;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}

.analize-info__article {
    font-size: 14px;
    line-height: 40px;
}

.analize-info__short-descr {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 410px;
    color: #e31e24;
}

.analizes-info__right {
    text-align: right;
    width: 175px;
}

.analizes-info__price {
    font-weight: 700;
}

.analizes-info__price-descr {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    opacity: .9;
    color: #919191;
}

.analizes-detail__caracters,
.analizes-detail__city-info {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
}

.analizes-detail__city-info__left {
    padding-right: 50px;
    border-right: 1px solid #919191;
    position: relative;
}

.city-info__title {
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 300;
}

.city-info__text {
    line-height: 24px;
    color: #919191;
}

.analizes-detail__city-info__right {
    padding-left: 50px;
}

.analizes-detail__caracters {
    padding: 15px 0;
}

.analizes-detail__caracters,
.analizes-detail__city-info {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
}

.section--lab {
    margin: 50px 0;
}

.section--lab__accordeon-group.current {
    border-top: 4px solid #ee6b6a;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.section--lab__accordeon-group {
    border-bottom: 1px solid #ebeded;
}

.accordeon-group {
    width: 100%;
}

.current .accordeon__title {
    color: #e31e24;
    opacity: .7;
}

.accordeon__title {
    cursor: pointer;
}

.accordeon__title--lab {
    padding: 30px 0;
    font-size: 22px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.j46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordeon__title--lab {
    padding: 30px 0;
    font-size: 22px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.lab-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.accordeon-arrow--right-small {
    right: -15px;
    padding: 3px;
}

.accordeon-arrow--right {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.current .accordeon-arrow--right,
.current-sub .container-title .breadcrumbs-arrow {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.analizes-detail__city-info__left:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    background: #fff;
    right: -9px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
}

.analizes-list__item {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}



@media (min-width: 767px) {
    .detail--lab-box {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .section--lab-box {
        margin-top: 0;
        display: block !important;
    }
}

@media only screen and (max-width: 767px){
    .analizes-info {
        display: flex;
        flex-flow: column;
    }
    .analizes-info .analizes-info__left,
    .analizes-info .analizes-info__right{
        width: 100%;
        max-width: 100%;
    }
}