

/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog/BZCatalogServiceWidget/style.css?16666987641122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.element/catalog.default.6.service.detail/style.css?166669876311784*/
.catalog-element-main-container {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "image prices"
        "description prices";
    gap: 0 50px;
}

.catalog-element-main-image {
    grid-area: image;
    width: 100%;
    height: 240px;
    object-position: center;
    object-fit: cover;
    border-radius: 16px;
}

.catalog-element-description {
    grid-area: description;
    margin-top: 25px;
}

.catalog-element-description-heading {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.catalog-element-description-text {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.catalog-element-main-block-right {
    grid-area: prices;
}

.intec-content {
    overflow: visible !important;
}
.catalog-element-purchase-container {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    background: #F6F6F6;
    border-radius: 16px;
    border: none;
    padding: 27px 20px;
}

.catalog-element-price-current-heading {
    width: 100%;
    margin: 0 0 31px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.catalog-element-price-current-container {
    width: 100%;
    padding: 12px 0;
    border-bottom: 2px dashed #3498db;
    border-top: 2px dashed #3498db;
    box-sizing: border-box;
}

.catalog-element-price-without-additional {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}

.catalog-element-price-current-value {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #2D2D2D;
    margin-right: 5px;
}

.catalog-element-price-current-value-green {
    color: #18a338;
    margin: 10px 15px 10px 0;
}

.catalog-element-purchase-action-button {
    width: 100%;
    margin-top: 30px;
    border-radius: 6px;
    background-color: #3498db;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding: 13px 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.35s linear;
    -webkit-transition: background-color 0.35s linear;
}
.catalog-element-purchase-action-button:hover {
    background-color: #5faee3;
}

.catalog-element-purchase-action-button-call {
    display: none;
}

.catalog-element-price-discount-old {
    text-decoration: line-through;
    font-size: 20px;
    line-height: 24px;
    margin-right: 15px;
}

.catalog-element-price-percent {
    background-color: #18a338;
    border-radius: 10px;
    width: 52px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.catalog-element-price-additional {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog-element-price-additional-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 5px;
    margin: 7px 0 0;
    border-bottom: .5px dashed rgba(200, 200, 200, 0.5);
}

.catalog-element-price-additional-item:last-of-type {
    margin-bottom: 15px;
}

.catalog-element-price-additional-item::before {
    display: none;
}

.catalog-element-price-additional-item-name {
    margin: 0 7px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.catalog-element-price-additional-item-price {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    flex-shrink: 0;
}

/*.catalog-element-final-price-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: baseline;*/
/*    width: 100%;*/
/*    padding: 4px;*/
/*}*/

.catalog-element-final-price-heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 41px 0 0;
}

.finalPriceLine {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #2D2D2D;
    margin: 9px 0 0;
    display: block;
}

.service-table {
    width: 100%;
}

.service-table th {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #F6F6F6;
}

.service-table th:first-of-type {
    padding-left: 20px;
    border-radius: 16px 0 0 16px;
}

.service-table th:last-of-type {
    border-radius: 0 16px 16px 0;
}

.service-table tbody tr {
    border-bottom: 0.5px dashed rgba(200, 200, 200, 0.5);
}

.service-table tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-name {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding-left: 20px;
    padding-right: 7%;
    box-sizing: border-box;
}

.col-discount {
    padding-right: 10px;
    padding-left: 10px;
}

.col-discount-span {
    display: block;
    background-color: #18a338;
    border-radius: 10px;
    width: 52px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.col-price {
    white-space: nowrap;
}

.old-price-value {
    display: none;
}

.current-price-value {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #3498db;
}

.col-old-price {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: line-through;
    white-space: nowrap;
}

.col-action {
    width: 30%;
    text-align: right;
    box-sizing: border-box;
}

.col-action-button {
    border-radius: 6px;
    background-color: #3498db;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 13px 66px;
    border: none;
    cursor: pointer;
    transition: background-color 0.35s linear;
    -webkit-transition: background-color 0.35s linear;
}
.col-action-button:hover {
    background-color: #5faee3;
}


.bz-preview-text {
    padding-top: 25px;
    padding-left: 15px;
    position: relative;
    z-index: 20;
}

.help-tip {
    position: relative;
    padding: 5px 10px;
    width: 21px;
}
.help-tip__icon {
    height: 21px;
    width: 21px;
    padding: 0;
    border-radius: 50%;
    background-color: #18a338;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.help-tip__popover {
    position: absolute;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: auto;
    min-width: 330px;
    max-width: 600px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 4px;
    top: calc(50% + 16px);
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.help-tip__popover:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip__icon:hover + .help-tip__popover, .help-tip__icon:focus + .help-tip__popover, .help-tip__icon:active + .help-tip__popover{
    visibility: visible;
    opacity: 1;
}

.help-tip__popover_active {
    visibility: visible;
    opacity: 1;
}




    /* сроки исполнения, пока не переделаны*/
.showDesctop.row-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}
.row-time > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 5px;
}
.row-time-img {
    margin-right: 5px;
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/catalog.element/catalog.default.6.service.detail/./svg/time.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
}
.row-time-heading {
    margin: 0;
    font-weight: 700;
}
.row-time-text {
    margin: 0;
}
/*конец сроков исполнения*/

/*Начало блок синих тегов для страницы услуг*/
.intec-grid.intec-grid-i-5.navi-blue-spec-wrap {margin-left: -15px;margin-top: 10px;
    margin-bottom: -15px;}
.navi-blue-spec-wrap .intec-ui.intec-ui-control-button {background-color: #0096d212;}
/*Конец блок синих тегов для страницы услуг*/
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-5 .catalog-element-additional-container {
    margin-top: 40px;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-5 .catalog-element-additional-right-container {
    margin-top: 40px;
}
.bz-tiles-wrap-2  .info-text-item-wrapper {
    background:rgb(246, 246, 246);
    border-radius: 16px;
    position:relative;
    height: 100%;
    min-height: auto !important;
}
.bz-tiles-wrap-2  .widget-item-picture {
    position:absolute;
    width:70px;
    height:70px;
    right:40px;
    top:40px;
}
.bz-tiles-wrap-2 .widget-item-picture img{
    width:100%;
    height:100%;
}
.bz-tiles-wrap-2 .widget-item-name{
    font-size: 18px;
    font-weight: 500;
    padding-right: 100px;
}
.bz-tiles-wrap-2 .widget-item-description {
    padding-right: 100px;
    margin-top:40px;
}
.bz-tiles-wrap-2 .widget-item-content{
    padding: 40px
}

@media screen and (max-width: 750px) {
    .catalog-element-main-container {
        grid-template-columns: 100%;
        grid-template-areas:
            "image"
            "prices"
            "description";
    }

    .catalog-element-main-block-right {
        margin-top: 17px;
    }

    .catalog-element-price-current-heading {
        margin-bottom: 17px;
    }
    .catalog-element-price-additional-item-name {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-element-price-additional-item-price {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }

    .service-table th:first-of-type {
        padding-left: 16px;
    }

    .col-mobile-none {
        display: none;
    }

    .col-name {
        font-size: 12px;
        line-height: 15px;
        padding-right: 5%;
    }

    .col-discount-span {
        width: 26px;
        padding: 6px 0;
        font-size: 8px;
        line-height: 10px;
        border-radius: 5px;
    }

    .col-price {
        font-size: 12px;
        line-height: 15px;
        text-align: right;
        padding-right: 16px;
        vertical-align: bottom;
    }

    .old-price-value {
        display: block;
        font-weight: normal;
        font-size: 8px;
        line-height: 10px;
        text-decoration-line: line-through;
        color: #2D2D2D;
        margin: 0;
    }

    .col-price-head {
        border-radius: 0 16px 16px 0;
        text-align: right;
        padding-right: 16px;
    }

    .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-5 .catalog-element-additional-container {
        margin-top: 0;
    }
    .bz-tiles-wrap-2 .widget-item-picture {
        width:50px;
        height:50px;
        right:20px;
        top:20px;
    }
    .bz-tiles-wrap-2 .widget-item-description {
        padding-right: 0;
        margin-top:35px;
    }
    .bz-tiles-wrap-2 .widget-item-content{
        padding: 20px
    }
    .bz-tiles-wrap-2 .widget-item-name{
        margin-top:15px;
        padding-right: 70px;
    }

    .help-tip__popover {
        min-width: 200px;
        right: -80px;
    }

    .help-tip__popover:before {
        right: calc(50% - 5px);
    }
    .catalog-element-purchase-action-button-call {
        display: block;
    }
    .catalog-element-purchase-action-button-select {
        display: none;
    }
}
.catalog-element-additional-container {
    z-index:10;
    position: relative;
}
/* End */


/* Start:/local/components/bz/widget.pageService/templates/.default/style.css?177202941650066*/
.btn {
    border-color: #fff;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    /*margin: 5px;*/
    display: inline-block;
    color: #6691d6;
    font-weight: 600;
}

.btn:hover,.btn:active,.btn:focus {
    text-decoration: none;
}

.btn.selected {
    border-color: #336cc9;
    background-color: #336cc9;
    color: #fff;
}

.btn_white{
    border: 1px solid #0047BB;

}

.btn_center{
    width: 100%;
    text-align: center;
}

.btn_height {
    padding: 11px 10px;
}


.select2-container li:before {
    content: "";
}

.select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-selection__arrow {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 45px !important;
    width: 45px !important;;
    font-size: 1.5em !important;
    margin-right: 6px !important;
    /*box-shadow: var(--primary-box-shadow);*/
    /*border-radius: 50px;*/
    background-image: url("/local/components/bz/widget.page/templates/.default/img/x.svg");
    background-repeat:no-repeat;
    background-position: center center;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-width: 8px 6px 0 6px !important;
    margin-left: -8px !important;
    margin-top: -4px !important;
}



.ui-widget-header {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;

}

.ui-icon-circle-triangle-e {
    background-position: -32px 0px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -95px 0px !important;
}

.ui-state-hover {
    /*border: none !important;*/
    /*background: none !important;*/
    font-weight: normal;
    color: #3498db !important;
}

.ui-state-default {
    background: #F2FAFF !important;
}

.ui-state-active {
    border: #3498db !important;
    background: #3498db !important;
}

/*#slots {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-flex-wrap: wrap;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*margin-left: -2%;*/
/*margin-right: -2%;*/
/*padding: 20px 0 0;*/
/*}*/

.form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0047bb26;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
    width: 320px;
}

#appointment-form {
    display: none;
}

#appointment-form-error, #days-slots-error,#widget-error {
    position: relative;
    font-size: 14px;
    text-align: left;
    background: rgba(253, 94, 94, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E9E6;
    /*margin: 5px;*/
    padding: 13px 20px 14px;
    display: none;
    margin-top: 15px;
}
#widget-error {
    display: block;
}
#days-slots-error{
    margin-left: auto;margin-right: auto;
}

#appointment-form-success {
    position: relative;
    font-size: 14px;
    text-align: left;
    background: rgb(0 255 78 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E2E9E6;
    margin: 5px;
    padding: 13px 20px 14px;
    display: none;
}

.slots {
    display: flex;
    width: 368px;
    /*display: none;*/
    /*margin-top: 40px;*/
    /*width: calc(100% - 368px - 24px);*/

}



.slots-doctor__name {
    padding: 25px;
}

.slots-doctor__name-p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;

}

.slots-doctor__name-clinic {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    margin-top: 4px;
}



.slots-time {
    display: flex;
    flex-wrap: wrap;
    /*margin: 15px;*/
    height: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    /*background: white;*/
    /*min-height: 339px*/

    overflow-x: auto;
    white-space: nowrap;
    height: 132px;
}

.slots-days {
    /*margin: 15px 8px;*/
    /*margin-right: 24px;*/
}

.doctor {
    background: white;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding:20px 20px 0px 20px;
    display: flex;
    min-height:220px;
    min-height:220px;
    width: calc(50% - 12px);
}
.doctor-img{
    width: 130px;
    display: flex;
    align-items: flex-end;

}


.doctor-info {
    width: calc(100% - 130px);;
}
.doctor-name {
    padding-left: 28px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.doctor-spec {
    color:#0047BB;
    padding-left: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.doctor-info .doctor-experience-block {
    display: flex;
    margin: 4px 0;
    padding-left: 28px;
}

.doctor-info .doctor-experience-block .doctor-experience{
    margin: 0 20px 0 0;
    position: relative;
    padding: 0 0 0 24px;
}

.doctor-info .doctor-experience-block .doctor-experience:before{
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS40Ljg0NnYuNWMxLjgzNy4xNDMgMy4wNSAxLjM5NSAzLjA1MiAzLjMxNGwuMDA3IDUuNjE3Yy4wMDMgMi4wOTItMS4zMTIgMy4zOC0zLjQxOSAzLjM4M2wtNS4xNDYuMDA3QzEuOCAxMy42NjkuNDY5IDEyLjM1LjQ2NiAxMC4yNTNMLjQ2IDQuNzAyQy40NTYgMi43NyAxLjYyNyAxLjUyMiAzLjQ2MyAxLjM1NHYtLjVDMy40NjEuNTYgMy42NzguMzQgMy45NjguMzRjLjI5IDAgLjUwNi4yMi41MDcuNTEydi40NjdsMy45MS0uMDA1Vi44NDdjMC0uMjkzLjIxNi0uNTEzLjUwNi0uNTE0LjI4MyAwIC41MDcuMjIuNTA4LjUxM1pNMS40NzMgNC45MDhsOS45NjUtLjAxNHYtLjIzM2MtLjAyOC0xLjQzMi0uNzQ3LTIuMTg0LTIuMDM3LTIuMjk2di41MTNhLjUwNi41MDYgMCAwIDEtLjUwNi41MTQuNTAyLjUwMiAwIDAgMS0uNTA3LS41MTN2LS41NGwtMy45MS4wMDZ2LjU0YS41MDIuNTAyIDAgMCAxLS41MDYuNTEzLjUwMS41MDEgMCAwIDEtLjUwOC0uNTEzdi0uNTEzYy0xLjI4NC4xMjktMS45OTQuODgzLTEuOTkyIDIuMzI5di4yMDdabTcuMTQ1IDMuMDI4di4wMDhhLjU0Mi41NDIgMCAxIDAgMS4wODYtLjAzNi41NTMuNTUzIDAgMCAwLS41NDctLjUzMS41NTIuNTUyIDAgMCAwLS41NC41NlptLjU0NSAyLjk5MmEuNTY1LjU2NSAwIDAgMS0uNTQ4LS41NjYuNTU1LjU1NSAwIDAgMSAuNTQtLjU2N2guMDA2Yy4zMSAwIC41Ni4yNTIuNTYuNTY1IDAgLjMxNC0uMjUuNTY3LS41NTguNTY4Wk01LjkwNyA3Ljk0N2EuNTQ4LjU0OCAwIDAgMCAuNTY3LjUzMi41NDkuNTQ5IDAgMCAwIC41MTktLjU3My41NDQuNTQ0IDAgMCAwLS41NDctLjUzMy41NjkuNTY5IDAgMCAwLS41NC41NzRabS41NyAyLjk1MWEuNTQ4LjU0OCAwIDAgMS0uNTY3LS41MzIuNTcuNTcgMCAwIDEgLjUzOS0uNTc0Yy4yOTYgMCAuNTQuMjMyLjU0Ny41MzJhLjU0OS41NDkgMCAwIDEtLjUyLjU3NFpNMy4xOTIgNy45N2EuNTQ4LjU0OCAwIDAgMCAuNTY3LjUzMy41NDcuNTQ3IDAgMCAwIC41MTktLjU3NC41NDMuNTQzIDAgMCAwLS41NDctLjUzMi41NjguNTY4IDAgMCAwLS41MzkuNTczWm0uNTcyIDIuOTMxYS41NDguNTQ4IDAgMCAxLS41NjYtLjUzMmMtLjAwMS0uMzA2LjIzNi0uNTYuNTM5LS41NzQuMjk2IDAgLjU0LjIzMy41NDcuNTMzYS41NDcuNTQ3IDAgMCAxLS41Mi41NzNaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI2LjQ1OSIgeDI9IjYuNDU5IiB5MT0iLjMzMyIgeTI9IjEzLjY2NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyNUNEQTUiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NERFRjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=) 50% 50% no-repeat;
}

.doctor-info .doctor-experience-block .doctor-reviews{
    color: #336CC9;
    position: relative;
    padding: 0 0 0 24px;
}
.doctor-info .doctor-experience-block .doctor-reviews:before{
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdCREJGQSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC40MSA5LjkyN0g4Yy4yNyAwIC40OTUtLjIyNy40OTUtLjVBLjQ5NS40OTUgMCAwIDAgOCA4LjkzM0g0LjQxYy0uMjcxIDAtLjQ5Ni4yMi0uNDk2LjQ5NCAwIC4yNzMuMjI1LjUuNDk1LjVaTTYuNjQgNS42SDQuNDFhLjUwMS41MDEgMCAwIDAtLjQ5Ni41YzAgLjI3My4yMjUuNDkzLjQ5NS40OTNoMi4yMzJjLjI3IDAgLjQ5NS0uMjIuNDk1LS40OTNzLS4yMjUtLjUtLjQ5NS0uNVptNC43MTEtLjU4M2MuMTU1LS4wMDIuMzI0LS4wMDQuNDc4LS4wMDQuMTY1IDAgLjI5Ny4xMzQuMjk3LjN2NS4zNmMwIDEuNjU0LTEuMzI3IDIuOTk0LTIuOTY0IDIuOTk0SDMuOTA4Yy0xLjcxNiAwLTMuMTE2LTEuNDA3LTMuMTE2LTMuMTRWMy4zNEMuNzkyIDEuNjg3IDIuMTI2LjMzMyAzLjc3LjMzM2gzLjUyNWMuMTcyIDAgLjMwNC4xNC4zMDQuMzA3djIuMTQ3YzAgMS4yMi45OTYgMi4yMiAyLjIwNCAyLjIyNi4yODIgMCAuNTMxLjAwMi43NDkuMDA0bC40NTMuMDAzLjM0Ny0uMDAzWm0uMTgyLS45NzNjLS41NDIuMDAyLTEuMTgyIDAtMS42NDItLjAwNS0uNzMgMC0xLjMzMi0uNjA3LTEuMzMyLTEuMzQ0Vi45MzdjMC0uMjg3LjM0Ni0uNDMuNTQzLS4yMjJhMTQwOTMuNTc5IDE0MDkzLjU3OSAwIDAgMSAyLjY1NyAyLjc5MS4zMTguMzE4IDAgMCAxLS4yMjYuNTM4WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) 50% 50% no-repeat;
}


.slots-time-value {

    margin: 8px;
    padding: 6px 14px;
    padding-top: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    /*border: 1px solid #E5E7E3;*/
    color: #000;
    min-width: 75px;
    height: fit-content;
}

.slots-time-value:hover {
    color: #fff;
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
}

.slots-time-value__selected {
    color: #fff;
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%);
}

.appointment {
    margin-top: 28px;
}
.appointment__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}




.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #ffffffa3;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.preloader {
    display: none;
}

.loading .preloader {
    display: block;
}

.slots-time {
    /*box-shadow: var(--primary-box-shadow);*/
    /*border-radius: 20px;*/
    padding: 16px 0px 0px 10px;
}

.slots-time-value {
    box-shadow: var(--primary-box-shadow);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.appointment__form {
    display: flex;
    flex-wrap: wrap;
}

.appointment__user {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 40px;
}
.appointment__phone {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 40px;
}
.appointment__submit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.appointment__form-item {
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

.form-input-name {
    position: absolute;
    height: 16px;
    left: 12px;
    top: -9px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0047BB;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    display: inline-block;
}
























.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    /*padding-left: 8px;*/
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    /*border: 1px solid #aaa;*/
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: var(--primary-box-shadow);
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 0px;*/
    user-select: none;
    -webkit-user-select: none;
    font-weight: 400;
    padding-left: 24px;

}



.select2-results__option:before{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-top: 1px
}
.select2-results__option.select2-results__message:before {
    display: none;
}


.select2-container--default .select2-results__option--selected {
    background-color: white !important;
}

.select2-results__option.select2-results__option--selected:before{
    border-color: #336cc9;
    background-color: #336cc9;
}

.select2-results__option.select2-results__option--selected:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid white;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 15px;
    left: 5px;

}


.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    /*padding: 4px*/
    margin-bottom: 8px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    /*border: 1px solid #aaa;*/
    border-radius: 4px;

    background-color: #fff;
    box-shadow: var(--primary-box-shadow);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #336cc9;
    line-height: 28px;
    margin-left: 12px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2B3031;
    font-weight: 600;
    display: flex;
    /*margin-left: 40px;*/
    /*padding-left: 8px;*/
}
.select2-selection__placeholder-image {
    margin-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('/local/components/bz/widget.pageService/templates/.default/img/arrow.svg');
    border: none;
    height: 20px !important;
    width: 20px !important;
    margin-top: 12px !important;;
    display: block;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-selection--clearable .select2-selection__arrow {
    display: none;

}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #CCDAF1;
    border-radius: 8px;
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:-moz-focus-inner {
    border: 0;
}


.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: #5897fb;*/
    /*color: white*/
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    /*/border: 1px solid transparent*/
    box-shadow: var(--primary-box-shadow);
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}







/* полоса прокрутки (скроллбар) */
.select2-results__options::-webkit-scrollbar {
    width: 6px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #E6F6FD;
}

/* ползунок скроллбара */
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0047bb;
    border-radius: 9em;
    /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #0047bb;
}

/* Стрелки */
#select2-spec-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/specs.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-service-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/specs.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-center-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/clinic.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}
#select2-doctor-select-container:before {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/doctor.svg");
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 8px;
}


.select-adults {
    box-shadow: var(--primary-box-shadow);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 20px;
    margin-left: 15px;
    display: inline-block;
}

.select-adults a:last-child {
    padding: 8px 15px;
}

@media (max-width: 992px) {

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-left: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px;
    }

    .select2-dropdown {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }

    .select-adults {
        display: flex;
        margin-right: 15px;
    }

    .select-adults .btn {
        width: 50%;
        text-align: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 6px !important;
    }
}





.slots .ui-widget.ui-widget-content {
    border: none;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 24px;
}

.slots .ui-datepicker {
    width: 359px;
}

.slots .ui-state-default {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.slots .ui-datepicker td span, .slots .ui-datepicker td a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background:#E6F6FD;
    padding-top: 2px;

    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #2B3031;
}

.slots .ui-datepicker-unselectable {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #2B3031;
}

.slots .ui-state-disabled {
    /*opacity:unset !important;*/
}

.slots .ui-state-disabled span {
    background:none !important;
}

.slots .ui-datepicker td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slots .ui-datepicker .ui-datepicker-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.slots .ui-datepicker .ui-datepicker-header {
    /*margin-bottom: 20px;*/
}

.slots .ui-state-active {
    background: linear-gradient(180deg, #6F8AEB 0%, #43A6F1 100%) !important;
    color: #fff !important;
}

.slots .ui-datepicker .ui-datepicker-prev span {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/arrow-left.svg");
    background-position:center !important;
    margin-left: -12px;
    margin-top: -12px;
}

.slots .ui-datepicker .ui-datepicker-next span {
    background-image: url("/local/components/bz/widget.page/templates/.default/img/arrow-right.svg");
    background-position:center !important;
    margin-left: -12px;
    margin-top: -12px;
}

.slots .ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.slots .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.slots .ui-datepicker-header .ui-state-hover {
    border: 1px solid #336cc9 !important;
    background: white !important;
}

.slots .ui-icon {
    width: 24px;
    height: 24px;
}

.slots .ui-datepicker th {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #CCDAF1;
}


.slots .ui-datepicker th.ui-datepicker-week-end {
    color: #FFBEBB;
}

@media (max-width: 992px) {

    .slots .ui-datepicker {
        width: 100%;
    }


    .form input {
        width: 100%;
    }

    .appointment__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
}

.slots-container {
    /*padding: 15px;*/
    /*padding-left: 8px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.days-slots-empty {
    display: block;
    height: 100%;
    background: #f1f1f152;
    min-height: 339px;
    width: 359px;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 50px 42px;
    background-image: url('/bitrix/templates/oxo/img/apformdate.png');
    background-repeat:no-repeat;
    background-position: center center;
}

.widget-doctor-filter {
    border: none;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 24px;
    /*width: 368px;*/
    /*margin-right: 24px;*/
    min-height: 339px;
    background: white;
    display: flex;
    flex-direction: column;

}
.widget-doctor-preparation {
    margin-top: auto;
    padding: 15px;
    background:#f7f7f7;
    border-radius: 20px;
    display: none;
}

.slots-doctor__img {
    position: relative;
    background-color: #91B5F0;
    height: 216px;
    border-radius: var(--border-radius-3);
    background-image: url(/bitrix/templates/oxo/img/icons/icon-budzdorov-white-gradient.svg);
    background-position: top 16px right 20px;
    background-repeat: no-repeat;
}

.slots-doctor__img-pic {
    position: absolute;
    width: auto;
    height: 260px;
    left: 35px;
    bottom: 0;
}

.slots-doctor__img-pic img {
    height: 260px;
    width: auto;
}

.slots-doctor {

    width: 377px;
    margin: 15px;
    margin-right: 8px;
}
.slots-doctor__inner {
    /*padding: 24px;*/
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    height: 100%;
}

.slots-time-empty {
    display: block;
    height: 100%;
    background: #f1f1f152;
    min-height: 339px;
    width: 100%;
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 50px 42px;
    background-image: url(/bitrix/templates/oxo/img/apformtime.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.w-clinic {
    display: flex;
    flex-wrap: wrap;
}

.w-clinic__metro {
    display: flex;
    align-items: center;
}

.w-clinic__name {
    color: #336CC9;
    font-weight: 600;
}

.w-clinic__metro-bullet {
    margin-right: 8px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0px;
}

.w-clinic__address {
    margin-left: 8px;
}

.w-clinic__metro {
    margin-left: 8px;
}

.widgetRobomed__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0047BB;
    margin-bottom: 24px;
    display: flex;
    position: relative;
    width: fit-content;
    padding-right: 54px;
}

.widgetRobomed__title:after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("/bitrix/templates/oxo/img/appointment.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right:0px;
    top:3px;

}

@media (max-width: 992px) {

    .w-clinic__address {
        /*margin-left: 0px;*/
    }
    .w-clinic__metro {
        /*margin-left: 0px;*/
    }
}

.widget-doctor {
    display: flex;
    flex-wrap: wrap;
}

.widget-doctor-block {
    display: flex;
    flex-direction: column;

}

.widget-doctor-block__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
}

.widget-doctor-block__title:before {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0047BB;
    position: absolute;
    left: 0px;
    top: -5px;
}

.widget-doctor-block__title_step1:before{
    content: '1';
}
.widget-doctor-block__title_step2:before{
    content: '2';
}
.widget-doctor-block__title_step3:before{
    content: '3';
}
.widget-doctor-block__title_step4:before{
    content: '4';
}

.widget-doctor-block-filter {
    /*width: 368px;*/
    width: calc(100% - 368px - 24px);
    margin-right: 24px;
}

.widget-doctor-block-date {
    width: 359px;
    margin-right: 24px;
}

.widget-doctor-block-time {
    /*width: calc(100% - 359px - 24px);*/
    width: 100%;
    /*min-width: 364px;*/
    margin-top: 40px;
    display: none;
}

.widget-doctor-block__appointment {
    box-shadow: var(--primary-box-shadow);
    border-radius: 20px;
    padding: 40px;
    background: white;
}

.widgetRobomed {
    margin-top: 40px;
    background: #F9FBFF;
    box-shadow: 1px 1px 8px rgba(0, 71, 187, 0.1), 0px 0px 10px rgba(0, 71, 187, 0.1);
    border-radius: 20px;
    padding: 40px 60px;
}

@media (max-width: 1400px) {
    .widget-doctor-block-filter {
        width: 100%;
        margin-right: 0px;
    }
    .widget-doctor-block {
        margin-bottom: 24px;
    }
    .slots {
        width: 100%;
    }
    .widget-doctor-block-time {
        width: 100%;
    }
    .widget-doctor-block-date {
        width: auto;
        /*min-width: 359px;*/

    }
    .days-slots-empty {
        width: 100%;
    }
    .slots-time-empty {
        width: 100%;
    }
}


@media (max-width: 992px) {
    .widgetRobomed {
        padding:0px 24px;
        padding-top: 12px;
        box-shadow: none;
        border-radius:unset;
    }
    .containter_widgetRobomed {
        padding: 0px !important;
    }

    .widget-doctor-block-filter {
        width: 100%;
        margin-right: 0px;
    }
    .widget-doctor-block {
        margin-bottom: 24px;
    }
    .slots {
        width: 100%;
    }
    .widget-doctor-block-time {
        width: 100%;
    }
    .widget-doctor-block-date {
        width: 100%;
        margin-right: 0px;
    }
    .days-slots-empty {
        width: 100%;
    }
    .slots-time-empty {
        width: 100%;
    }
    .appointment-form {
        padding: 0px;
    }
    .widget-doctor-block__appointment {
        padding: 20px;
    }

    .widget-doctor-filter {
        min-height: unset;
    }
    .days-slots-empty,.slots-time-empty {
        min-height: unset;
    }
    .slots-time {
        min-height: unset;
    }

    .widget-doctor-block-time {
        display: flex;
    }

}


@media (max-width: 992px) {
    .slots {
        /*display: block;*/
        flex-wrap: wrap;
    }
    .slots-days {
        width: 100%;
    }

    .doctor{
        width: 100%;
    }

    .appointment__user, .appointment__phone,.appointment__submit {
        margin-right: 0px !important;
        width: 100%;
    }

    .slots-time {
        padding: 24px;
    }
    .slots-container {
        width: 100% !important;
        flex-direction: column;

    }
    .slots-doctor {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .doctor-img {
        width: 90px;
        display: block;
    }
    .doctor-name {
        font-size: 16px;
        padding-left: 10px;
        line-height: unset;
        /*margin-top: 35px;*/
    }
    .doctor-spec {
        font-size: 14px;
        line-height: unset;
        padding-left: 10px;
    }
    .doctor-info .doctor-experience-block {
        font-size: 14px;
        padding-left: 10px;
    }
    .doctor-info {
        width: calc(100% - 90px);
    }
    .doctor {
        position: relative;
        overflow: hidden;
    }
    .slots-time {
        position: absolute;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        overflow-y:auto;
        height: unset;
        padding: 8px;
        width: 100%;
        background: #F9FBFF;
    }

}

@media (max-width: 420px) {
    .doctor-info .doctor-experience-block {
        font-size: 12px;
        padding-left: 10px;
    }
    .doctor-info .doctor-experience-block .doctor-experience {
        margin: 0 10px 0 0;
    }

    .doctor {
        padding: 15px 15px 0px 15px;
    }
}

.appointment-form-info {
    background: linear-gradient(180deg, #fae9e9 0%, #fdefef 100%, #fdefef 100%, #fdefef 100%);
    padding: 12px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.appointment-form-price-box {
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.preloader-mini {
    /*фиксированное позиционирование*/
    position: relative;
    width: 40px;
    margin-left: 10px;
}

.preloader-mini__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader-mini__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader-mini__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-mini-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-mini-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader-mini {
    transition: 0.3s opacity;
    opacity: 0;
}

.preloader-mini {
    display: none;
}

.loading-mini .preloader-mini {
    display: block;
}

.form input {
    width: 100%;
}

.form input[type=checkbox]  {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    width: auto;
    height: auto;
}
.appointment__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-template-rows: auto auto auto;
    row-gap:0px;
    column-gap: 20px;
}

.appointment__form-item__form-checkbox {
    grid-column: span 2;
    padding-top:10px;
}

@media (max-width: 992px) {
    .appointment__form {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto auto auto auto auto;
    }

    .appointment__form-item__form-checkbox {
        grid-column: span 1;
        padding-top:0px;
        order: 1;
    }
    .appointment__form-item__btn {
        order: 2;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/advantages.list/style.css?16666987656134*/
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-wrapper {
  height: 100%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-date {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags {
  margin-top: 10px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper {
  display: block;
  margin: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input {
  display: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 3px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -ms-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:enabled + span {
  cursor: pointer;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:disabled + span {
  cursor: default;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:checked + span,

.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-image {
  display: block;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repear;
  background-position: center;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-text {
  padding: 20px 25px 25px 25px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-name a {
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-tags {
  margin-top: 10px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-wrapper {
  position: relative;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-text {
  padding: 30px 35px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-name {
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  color: #FFF;
  max-width: 300px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-date {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-tags-item-wrapper {
  pointer-events: all;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-tags-item-wrapper span {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="4"] [data-view=big] {
  width: 50%;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="3"] [data-view=big] {
  width: 66.6666666667%;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-role=form] {
  display: none;
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="4"] [data-view=big] {
    width: 66.6666666667%;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid] [data-view=big] {
    width: 100%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-image {
    padding-top: 50%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-name a {
    font-size: 14px;
    line-height: 21px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-date {
    font-size: 11px;
    line-height: 14px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-description {
    font-size: 12px;
    line-height: 18px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-wrapper {
    padding-top: 50%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-name {
    font-size: 14px;
    line-height: 21px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-date {
    font-size: 11px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /bitrix/templates/universe_s1/components/bitrix/catalog/BZCatalogServiceWidget/style.css?16666987641122 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.element/catalog.default.6.service.detail/style.css?166669876311784 */
/* /local/components/bz/widget.pageService/templates/.default/style.css?177202941650066 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/advantages.list/style.css?16666987656134 */
