

/* Start:/bitrix/templates/proclinic/components/bitrix/menu/menu/style.min.css?1720437078490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/proclinic/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/slider/style.css?1720437079150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/uslugi/style.css?1784531850186*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.services a:hover {
	color: #fff;
}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/sertificati/style.css?1720437079150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news/vrachi/bitrix/news.list/.default/style.css?1783595298359*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.doctors-item-image a {
	display: block;
}
.doctors-item-name a {
	color: inherit;
	text-decoration: none;
}
.doctors-item-name a:hover,
.doctors-item-name a:focus {
	color: inherit;
	text-decoration: none;
}

/* End */


/* Start:/local/components/biokvant/consultation.form/templates/.default/style.css?17871332675359*/
.biokvant-consultation {
    position: relative;
    margin: 30px 0px;
    overflow: hidden;
    border-radius: 18px;
    background:
            linear-gradient(
                    110deg,
                    #f1f8f9 0%,
                    #f1f8f9 82%,
                    #08798a 82%,
                    #08798a 100%
            );
}

.main-consultation-form .biokvant-consultation {
    margin: 30px 200px;
}
.biokvant-consultation__content {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 360px;
    padding: 22px 28px;
}


.biokvant-consultation__form-wrap {
    position: relative;
    z-index: 2;

    width: 60%;
    /*max-width: 650px;*/
}


.biokvant-consultation__title {
    margin: 0 0 8px;

    color: #202020;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}


.biokvant-consultation__description {
    max-width: 600px;

    margin-bottom: 22px;

    color: #4e5e59;

    font-size: 14px;
    line-height: 1.5;
}


.biokvant-consultation__form-wrap .biokvant-consultation__form {
    width: 100%;
    padding: 0;
}


.biokvant-consultation__field {
    margin-bottom: 12px;
}


.biokvant-consultation__field input,
.biokvant-consultation__field textarea {
    display: block;

    width: 100%;

    border: 0;
    outline: 0;

    box-sizing: border-box;

    color: #263934;
    background: #fff;

    font-family: inherit;
    font-size: 15px;

    transition:
            box-shadow .2s ease,
            transform .2s ease;
}


.biokvant-consultation__field input {
    height: 40px;

    padding: 0 20px;

    border-radius: 25px;
}


.biokvant-consultation__field textarea {
    min-height: 95px;

    padding: 15px 20px;

    border-radius: 20px;

    resize: vertical;
}


.biokvant-consultation__field input:focus,
.biokvant-consultation__field textarea:focus {
    box-shadow:
            0 0 0 2px rgba(17, 173, 130, .16),
            0 5px 18px rgba(0, 0, 0, .04);
}


.biokvant-consultation__consent {
    display: flex;
    align-items: flex-start;

    gap: 7px;

    margin: 4px 0 14px;

    color: #536660;

    font-size: 11px;
    line-height: 1.4;

    cursor: pointer;
}


.biokvant-consultation__consent input {
    flex: 0 0 auto;

    margin-top: 2px;
}


.biokvant-consultation__consent a {
    color: inherit;

    text-decoration: underline;
}


.biokvant-consultation__submit button {
    min-width: 125px;
    height: 43px;

    padding: 0 25px;

    border: 0;
    border-radius: 23px;

    color: #fff;
    background: #ff8754;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
            transform .2s ease,
            opacity .2s ease,
            box-shadow .2s ease;
}


.biokvant-consultation__submit button:hover {
    transform: translateY(-1px);

    box-shadow:
            0 6px 16px rgba(255, 135, 84, .25);
}


.biokvant-consultation__submit button:disabled {
    transform: none;

    opacity: .6;

    cursor: default;
}


.biokvant-consultation__status {
    margin-top: 10px;

    font-size: 13px;
}


.biokvant-consultation__status.is-success {
    color: #12815e;
}


.biokvant-consultation__status.is-error {
    color: #c63d3d;
}


/* ===========================
   ВРАЧ
=========================== */

.biokvant-consultation__doctor {
    position: absolute;
    z-index: 1;

    right: 2%;
    bottom: -2px;

    width: 34%;
    height: 100%;

    pointer-events: none;
}


.biokvant-consultation__doctor img {
    position: absolute;

    right: 0;
    bottom: 0;

    display: block;

    width: auto;
    height: 103%;

    max-width: none;

    object-fit: contain;
    object-position: right bottom;

    filter:
            drop-shadow(
                    0 8px 10px rgba(0, 0, 0, .08)
            );
}


/* Honeypot */

.biokvant-consultation__honeypot {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;

    overflow: hidden !important;
}


/* ===========================
   TABLET
=========================== */

@media (max-width: 1100px) {

    .biokvant-consultation__form-wrap {
        width: 65%;
    }

    .biokvant-consultation__doctor {
        right: -2%;

        width: 38%;
    }

    .biokvant-consultation__doctor img {
        height: 95%;
    }

}


/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {

    .biokvant-consultation {
        background: #f1f8f9;
        margin: 30px 0;
    }
    .main-consultation-form .biokvant-consultation {
        margin: 30px 0;
    }

    .biokvant-consultation__content {
        min-height: auto;

        padding: 28px 20px;
    }


    .biokvant-consultation__form-wrap {
        width: 100%;
        max-width: none;
    }


    .biokvant-consultation__title {
        font-size: 24px;
    }


    .biokvant-consultation__doctor {
        display: none;
    }


    .biokvant-consultation__form {
        max-width: none;
    }

}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/otzivi/style.css?1720437079150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/novosti_na_glavnoi/style.css?1720437079150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17483569362729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /bitrix/templates/proclinic/components/bitrix/menu/menu/style.min.css?1720437078490 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/slider/style.css?1720437079150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/uslugi/style.css?1784531850186 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/sertificati/style.css?1720437079150 */
/* /bitrix/templates/proclinic/components/bitrix/news/vrachi/bitrix/news.list/.default/style.css?1783595298359 */
/* /local/components/biokvant/consultation.form/templates/.default/style.css?17871332675359 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/otzivi/style.css?1720437079150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/novosti_na_glavnoi/style.css?1720437079150 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17483569362729 */
