

/* Start:/local/templates/inner/components/onelab/cons.list.test/consultants_new2021/style.css?165821889213878*/
h1.page__title{margin-bottom: 20px;}
#main_con_cons{position: relative;}
#fixpanel{
    /*width: 770px;*/
    margin-bottom: 70px;
    /*height: 37px;*/
}
#fixpanel.fixed {
    width: 100%;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    /*left: 15px;
    right: 15px;*/
    /*background-color: #fff;*/
    z-index: 110;
}
#fixpanel.fixed .switcher_cons {
    background-color: #fff;
}
#fixpanel table td{vertical-align: top;}
.item_side{display: none;}
.item_side.active{display: block;}
#y_map{width: 100%; height: 500px;border: 1px solid #dde0e2;}
.switcher_cons {
    border: 1px solid #d5e0e6;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.switcher_link {
    display: inline-block;
    padding: 0 20px;
    color: #3a556b;
    /*font-family: "NotoSansRegular";*/
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.switcher_link:hover {
    background-color: rgba(0,183,238,0.03);
}
.switcher_link:active {
    background-color: rgba(0,183,238,0.12);
}
.switcher_link.active {
    background-color: #008b8a !important;
    color: #fff;
}




.form_select_city {
    height: 51px;
    border: 1px solid #dde0e2;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAAiklEQVQoU2O8//ix/f9/DGsZmRiCFWVlDzIQCe7de+j6j5lpnoq8rCwjSA+pBkENWPafmdFXVUbmBNgQUgyCGcDwm8lfRUX6GEgv3BBiDMJmAIYh+AzCZQBWQ7AZhM8AnIYgG/SPiSGG4R/DYuQwQI9AlDBBl7z77Jnc/59/zzAw/MlTUVRcgSv2ASiZZglS5fWTAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 25px;
    line-height: 50px;
}
.form_select_city option,
.form_select_city optgroup {
    font-size: 25px;
}
.cb_agent{
    position: relative;
    margin: 20px 0;
}
.cb_agent .fl_l{
    width: 200px;
    height: 220px;
    float: left;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.cb_sub{
    margin-left: 230px;
}
.cb_sub .name{
    /*color: #61676b;*/
    font-size: 1.2em;
    margin-bottom: 0;
    display: inline-block;
}
.cb_sub .phone{
    /*color: #8e979d;*/
    /* font-size: 16px;*/
    display: inline-block;
    background: url("/local/templates/inner/components/onelab/cons.list.test/consultants_new2021/img/phone_agent.png") no-repeat left;
    padding-left: 30px;
    background-size: .9em;
}
.cb_sub .phone-wrap {
    margin-bottom: 10px;
}

.cb_sub .phone_non_logo{
    color: #8e979d;
    font-size: 16px;   display: block;
}
.clear{
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 20px;
}
.flex_city {
    display: flex;
    align-items: stretch;
}
.flex_select {
    flex: 1 1 auto;
    font-size: 0;
    line-height: 0;
	/*margin-right: 20px;*/
}
.flex_switcher {
    flex: 0 0 auto;
    font-size: 0;
    line-height: 0;
}
#json_map{}



/*Kazinsys*/
.cons-review__lightbox {
    /*background: linear-gradient(200deg, rgba(41, 174, 227, 0.8) 32%, rgba(38, 96, 156, 0.6) 100%) !important;*/
    background-color: #008b8a;
    padding: 20px;
    min-width: 400px;
    max-width: 600px;
    margin: -25px;
    display: none;
    margin-bottom: 0;
    color: white;
    overflow-y: scroll;
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin:auto;
    z-index: 1000;
    height: 700px;
}

@media (max-width: 1024px) {
    .cons-review__lightbox {
        margin: -10px;
        min-width: 0;
        max-width: 600px;
    }
}

.featherlight .cons-review__lightbox {
    display: block;
}

.cons-review {
    /*max-width: 300px;*/
}

.cons-review__message {
    font-size: 18px;
    color: #099b09;
    margin-bottom: 20px;
}

.cons-review__message.cons-review__message_error {
    color: #de0000;
}

.cons-review label {
    display: block;
    font-size: 18px;
    margin: 10px 0;
    color: white;
    font-weight: 600;
}

.cons-review input, .cons-review textarea {
    display: block;
    padding: 10px;
    margin-top: 5px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background: white;
}

.cons-review textarea {
    resize: vertical;
}

.cons-review img {
    display: block;
}

.cons-review button {
    /*padding: 10px 20px;
    display: inline-block;
    border: 0;
    background-image: linear-gradient(to top, #ffd002 0%, #fff644 100%) !important;
    color: black;
    font-size: 18px;*/
    margin-top: 10px;
}

.reviews-list__title {
    padding: 20px 20px 0;
    font-size: 30px;
    margin: 0;
}

.reviews-list__message {
    padding: 20px;
}

.review-item {
    padding: 20px;
    border-bottom: 1px solid white;
}

.review-item__title {
    font-size: 24px;
    margin-top: 0;
}

.review-item__text {
    text-align: justify;
    word-break: break-word;
}

.button-inline {
    padding: 10px 20px;
    display: inline-block;
    border: 0;
    color: #fff;
    background-color: #008b8a;
    transition: .5s ease;
    /*margin: 0 0 10px;*/
    cursor: pointer;
}

.button-inline:hover {
    color: #fff;
    background-color: rgb(128,198,197);
}

.featherlight .featherlight-content {
    border-bottom: none !important;
}

.featherlight-content::-webkit-scrollbar {
    width: 10px;
}

/*.featherlight-content::-webkit-scrollbar-thumb {
    background-color: #ffea8a;
}*/


/*RATING*/
.bx_item_detail_rating {
    margin-bottom: 10px
}

.bx_item_detail_rating td {
    vertical-align: middle;
    text-align: right
}

.bx_item_detail_rating .bx_item_rating {
    text-align: right
}

.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: 64px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%
}

.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(/local/templates/inner/images/stars.png) no-repeat center
}

.bx_item_detail_rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110
}

.bx_item_detail_rating .bx_stars_rating_votes {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle
}

@media (max-width: 530px) {
    .bx-touch .bx_item_detail_rating .bx_stars_container {
        height: 15px;
        margin: 4px 0
    }

    .bx_item_detail_rating .bx_stars_rating_votes {
        font-size: 7px;
        line-height: 7px
    }
}

/* RATING END */


.reports-panel{
    text-align:right;
    /*padding: 10px 0;*/
    margin-bottom: 70px;
}
.reports-panel__button{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #008b8a;
    color: #008b8a;
    transition: .5s ease;
    background-color: transparent;
}

.reports-panel__button:hover{
    background-color: #008b8a;
    color: #fff;
}

#report-table thead th{
    background-color: #333;
    color: white;
    font-weight: 600;
}

/*.cb_agent .phone{
    color: #33b8e9;
}

.cb_agent .phone:hover{
    color:#058ab2;
}*/

/*Kazinsys end*/


@media (max-width: 991px) {
    .td_select {
        width: auto;
    }
    .switcher_cons {
        display: flex;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .flex_city {
        /*display: block;*/
		/*flex-direction: column;*/
    }
    .flex_switcher {
        padding-left: 0;
    }
    #fixpanel.fixed .switcher_cons {
        display: flex;
        align-items: stretch;
    }
    .switcher_link {
        flex: 0 0 50%;
        text-align: center;
    }
    .cb_agent .fl_l {
        float: none;
        margin: 0 auto 20px auto
    }
    .cb_sub {
        margin-left: 0;
    }
    .reports-panel,
    .cb_agent .ta-r {
        text-align: center;
    }
}

@media (max-width: 529px) {
    .reports-panel__button,
    .button-inline {
        margin: 10px;
    }
    .content ul, .content ol {
      padding-left: 20px !important;
  }
  .detail_buttons {
    width: 80% !important;
  }
}




/*НИЖЕ С test.css*/

.shtorka {
    position:fixed;
    top:0;
    left:0;
    background-color: grey;
    opacity: 0.5;
    z-index:250;
    width: 100%;
    height: 100%;   
    display: none;
}

.cb_agent .fl_l {
    width:100% !important;
        background-position: top;
}

.fl_l {
    display: block;
    margin-bottom: 20px !important;
}
.namerow1 {
    display: block;
}
.cb_agent {
    border: 1px solid #d5e0e6;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    flex: 0 0 15%;  /*Было 1 0 21%*/
}
.elem-agent {
    /*display: inline-block !important;*/
}

.line-agent {
box-sizing: border-box;
display: flex;
padding: 0px !important;
flex-wrap: wrap;
flex-direction: row;
/*justify-content: space-between; Расширять по краям*/
}

ul.line-agent li.elem-agent {
    display: inline; /* Отображать как строчный элемент */
}

.namerow1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bolder;
    margin-bottom: 30px;
    clear:both;
    margin-left:20px;
    margin-right: 5px;
    width :200px;
    height: 24px
}
.namerow2 {
    font-size: 14px;
    line-height: 0.9em;
    opacity: 0.7;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 5px;
}
.textarea {
    border-bottom: 1px solid grey;
    clear:both;
}

.row3 {
    display: flex;
    justify-content: space-between;
    margin:10px 20px;
}
:focus {
    outline: none !important;
}
:focus {
    outline: none !important;
}
.text-center .btn{
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 6px 25px !important;
    font-size:15px;

}
.cb_agent .text-center {

}

.b_agent .fl_l {
    width: 200px;
    height: 220px;
    float: left;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center; 
}

.consult-detail {
    position: fixed;
    border-radius: 7px;
    height: fit-content;
    width: 500px;
    top:0;
    right: 0;
    left:0;
    bottom: 0;
    margin: auto;
    background-color: white;
    z-index: 500;
}

.featherlight {
    display: none;
}

.detail {
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}
.detail-social {
    justify-content: center;
    margin-top: 5px;
}

.icon-tel {
    display:flex;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 10px;
}
.detail-cons-p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;

    text-align: center;
}
.agent-functions {
    font-size: 16px;
    padding: 0 30px;
}
.agent-functions b {
    text-align: center;
    display: block;
}
.agent-functions ul {
    padding: 0;
    margin-bottom: 25px !important;
}
.agent-functions li {
    list-style: none;
    font-size: 15px;
    line-height: 1.5;
}
.agent-functions li b {
    text-align: left;
    display: inline;
}
.cb_agent .agent-functions ul {
    margin: 0 0 20px 0 !important;
    padding: 0 10px;
}
.cb_agent .agent-functions {
    padding: 0;
}
.cb_agent .agent-functions b {
    display: none;
}
.cb_agent .rating {
    margin-bottom: 49px;
    margin: 0 auto 48px;
}
.cb_agent .btn.btn_grey {

}
.cons_img_detail {
    width: 200px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;    
}
.cons_img_detail div.fl_l {
    height: 220px;
    background-position: top;
}

.detail_buttons {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top:10px;
    width: 60%;
    font-size:15px;
    padding: 0px 10px;
}

.detail-cons-phone {
    color:#008b8a;
    margin-left: 10px;
    font-size: 20px;
}

.socials {
margin-top: -5px;
}

.socials a img {
    height: 40px;
}
.icon-tel img {
    height: 14px;
    margin-top: 10px;
}
.consult-detail p {
    margin-bottom: 5px;
    font-size: 16px !important;
    text-align: center;
}
.detail-cons-name {
    font-family: 'Ubuntu';
	font-size: 20px;
}

.consult-detail p.detail-cons-p-bottom {
    line-height: 24px;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 10px;
}
.featherlight {
    overflow: auto !important;
    cursor:default;
}

.email-line {
    white-space: normal !important;
    line-height: 20px !important;
}

.mfp-close {
    color: #333 !important;
}

/**/
.rating {
    margin-bottom: 15px;
}

.button-inline {
    border-radius: 7px !important;
}

#moreconsadd{
    margin-top: 20px;
}

.otzyv_cons_page {
        height: 50px    !important;
        font-size: 18px !important;
        font-weight: 100;
        color: #000 !important;
}
select.otzyv_cons_page option {
    font-size:18px;
    color: #000 !important;
}

.shadow_l {
    display: none !important;
}

.captcha_block {
    display: flex !important;
}
#captcha_word {
    margin-right:10px;
    margin-top: 0px;
    height: 100%;
}
.cb_agent .cb_sub{
    margin-left: 0px !important;
}

ymaps .cb_agent{
    display: flex;
}

/*::-webkit-input-placeholder {font-size: 16px !important;}
::-moz-placeholder          {font-size: 16px !important;}*//* Firefox 19+ */
/*:-moz-placeholder           {font-size: 16px !important;}*//* Firefox 18- */
/*:-ms-input-placeholder      {font-size: 16px !important;}*/


@media (max-width: 768px) {

.cb_agent {
    flex: 1 0 15%;  /*Было 1 0 21%*/
}

.consult-detail {
    position: fixed;
    height: 600px;
    width: 100%;
    top: 0;
    left:0;
    right: 0;
    bottom:0;
    margin:auto;
    background-color: white;
}
.featherlight {
    overflow:; !important;
}
.detail {
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:10px;
}
.email-line {
    white-space: normal !important;
    line-height: 20px;
    margin-top: -20px;
}
}


/* End */
/* /local/templates/inner/components/onelab/cons.list.test/consultants_new2021/style.css?165821889213878 */
