*{box-sizing: border-box;}

html,
body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 12px;
}

body{background: url(/images/new/body-bg.jpg) no-repeat left top #fff;}

a,
a:visited{color: #5a8282;}

a:hover{text-decoration: none;}

h1{
    margin: 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: normal;
    color: #577f8f;
}

h2{
    margin: 0;
    line-height: 28px;
    font-size: 24px;
    font-weight: normal;
    color: #577f8f;
}

.wrap{
    margin: 0 auto;
    width: 940px;
}

.cf::after,
.wrap::after{
    content: '';
    display: block;
    clear: both;
}

/* header
--------------------------------------------------------------------------------------------------*/
.header{padding: 82px 0 0;}

    .header-top{
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        margin: auto;
        padding: 10px 0;
        width: 940px;
        height: 82px;
        color: #fff;
        background: #65aab2;
        background: linear-gradient(#91c9c0 0%, #65aab2 30px, #65aab2 75px, #5ba3af 100%);
        border-radius: 0 0 4px 4px;
    }

        .header-top a{color: #fff;}

        .header-top > div{
            float: left;
            height: 62px;
        }

        .header-region{
            padding-top: 35px;
            padding-left: 50px;
            width: 245px;
        }

            .header-region .select-region{
                display: inline-block;
                margin-left: 5px;
                font-size: 16px;
            }

                .header-region .select-region span{
                    padding: 0 2px;
                    border-bottom: 1px dashed;
                    cursor: pointer;
                }

                .header-region .select-region span:hover{border: none;}

        .header-dms-request{}

            .btn-request-dms{
                display: inline-block;
                width: 234px;
                height: 54px;
                line-height: 48px;
                font-size: 18px;
                text-align: center;
                text-decoration: none;
                background: url("/images/big_button-lt.png") no-repeat center -77px;
                border: 2px solid #fff;
                border-radius: 6px;
            }

            .btn-request-dms:hover{background-position: center top;}
            .btn-request-dms:active{background-position: center -154px;}

        .header-callback{
            padding-right: 25px;
            width: 265px;
            text-align: right;
        }

            .header-phone{
                font-family: 'Open Sans', sans-serif;
                font-size: 26px;
            }

        .header-top-links{
            padding-left: 20px;
            border-left: 1px solid #afd3d7;
        }

            .header-top-links ul{
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .header-top-links li{
                    line-height: 18px;
                }

            .header-request-callback{
                margin-top: 8px;
                font-size: 12px;
            }

                .header-request-callback span{
                    border-bottom: 1px dashed;
                    cursor: pointer;
                }
					.header-request-callback span a{text-decoration: none;}

                .header-request-callback span:hover{border: none;}

    .header-bottom{
        position: relative;
        overflow: hidden;
        /*height: 106px;*/
        min-height: 20px;
        /*line-height: 100px;*/
    }

        .header-logo{
            float: left;
            padding-left: 10px;
            width: 305px;
        }

            .header-logo span{
                display: inline-block;
                vertical-align: middle;
            }

            .header-logo img{
                display: block;
                margin: -10px 0 0;
            }

        .header-bottom-links{
            /*margin-left: 305px;*/
            line-height: 100px;
        }

            .header-bottom-links ul{
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .header-bottom-links li{
                    display: inline-block;
                    vertical-align: middle;
                    padding: 0 10px;
                    line-height: 35px;
                    font-size: 18px;
                }

                .header-bottom-links li + li{margin-left: 15px;}

                .header-bottom-links li.active{
                    background: #ffe5bb;
                    border-radius: 3px;
                    color: #000;
                }

                    .header-bottom-links span{
                        display: inline-block;
                        line-height: normal;
                    }

                    .header-bottom-links .cat-phys span,
                    .header-bottom-links .cat-jur span{
                        color: #5a8282;
                        /*border-bottom: 1px dashed;*/
                        cursor: pointer;
                    }

                    .header-bottom-links .cat-phys span:hover,
                    .header-bottom-links .cat-jur span:hover,
                    .header-bottom-links li.active span{
                        color: #333;
                        border: none;
                    }

                    .header-bottom-links li.active a{
                        text-decoration: none;
                        color: #000;
                    }

        .header-bottom .breadcrumbs{
            position: absolute;
            left: 0;
            bottom: 0;
            line-height: normal;
        }

/* footer
--------------------------------------------------------------------------------------------------*/
#footer{
    overflow: hidden;
    width:940px;
    padding: 45px 0;
    border-top:1px dashed #bcbdbf;
    color:#5d5c5c;
}

    .footer_bl_left{
        padding: 42px 0 0;
        font-size:11px;
        float:left;
        width:220px;
    }

        .f_links{
            line-height: 24px;
        }

        .f_links div ~ div{
            margin-top: 10px;
        }

            .f_links ul{
                margin: 0;
                padding: 0;
                list-style: none;
                line-height: 14px;
            }

        .f_rating_bl{
            padding:29px 0 0 0;
        }

            .f_rating_bl a{
                margin-right:7px;
            }


    .footer_bl_center{
        left: 0;
        float:left;
        width:490px;
        font-size:11px;
    }

     .footer-copyright{
            line-height: 23px;
            white-space: nowrap;
        }

            .footer-copyright a{
                display: inline-block;
                vertical-align: middle;
            }

            a.dev_ico img{
                display: block;
                position: static;
                top: auto;
                margin:0 3px 0 6px;
            }

            a.dev_link{
                color:#5d5c5c;
                text-decoration:none;}

        .footer .site_inf{
            margin: 0 0 0 20px;
            /*font-size:12px;*/
        }

        .footer .site_inf a{
            font-weight:bold;
            text-decoration:none;
            margin:0 0 0 10px;
        }

        .f_c_menu_bl{
            float: none;
            /*overflow:hidden;*/
            padding: 10px 0 0;
        }

            ul.footer_main_menu{
                margin:0;
                padding:0;
                color:#5a8282;}

                ul.footer_main_menu li{
                    display:inline;
                    font-size:11px;
                    margin:0;
                    padding:0;}

                    ul.footer_main_menu li img{
                        position:relative;
                        top:2px;
                        margin:0 6px 0 6px;}


        .footer_menu_buttons{
            font-size:11px;
            padding:13px 0 0 0;}

            .footer_menu_buttons ul{
                display:block;
                margin:0 0 0 -3px;
                padding:0;}

            .footer_menu_buttons li{
                float:left;
                display:block;
                list-style:none;
                margin:0;
                padding:0 0 0 3px;}

            .footer_menu_buttons a{
                text-decoration:none;
                position:relative;
                top:2px;}

            .footer_menu_buttons div{
                text-align:center;
                width:102px;
                height:20px;
                background:url(/images/med/footer_bg_buttons.jpg) no-repeat #ececed;}


        .cont_inf_bl{
            font-size:12px;
            padding:30px 0 0 0;}

            .cont_inf_bl p{
                margin: 0;
                line-height:15px;}

                .cont_inf_bl p a{
                    font-size:11px;
                    text-decoration:none;
                    margin-left:5px;
                    border-bottom:1px dashed;}

                .cont_inf_bl p a:hover{
                    border:0;}

    .footer_bl_right{
        float:right;
        width:190px;}

        .searh_inp_footer{
            background:url(/images/med/footer_search_bg.jpg) no-repeat 0 0;
            height:23px;
            margin-bottom:7px;}

            .searh_inp_footer input{
                height:17px;
                width:155px;
                border:0;
                line-height:16px;
                margin:1px 0 0 5px;
                font-size:12px;
                color:#bbbbbd;
            }
                .searh_inp_footer input.image{
                    margin: 0 0 -5px 7px; width: 17px; height: 19px;
                }

            a.footer_site_map_link{
                display: inline-block;
                line-height: 24px;
                font-size:11px;
                background:url(/images/med/ico_site_map.png) no-repeat left center;
                padding:0 0 0 18px;
                color:#5a8282;}

            span.footer_site_map_link{
                font-size:11px;
                background:url(/images/med/ico_site_map.png) no-repeat 0 2px;
                padding:0 0 0 18px;
                color:#5a8282;}

        .f_bl_old_parts{
            margin:11px 0 0 0;
            border:1px solid #d8d9db;
            border-radius:4px;
            padding:8px 3px 16px 15px;
            font-size:11px;}

            .f_bl_old_parts p{
                color:#b3b3b3;
                font-weight:bold;
                padding-bottom:5px;}

                .f_bl_old_parts p a{
                    color:#b3b3b3;}

            .bl_old_p{
                font-size:10px;
                color:#d8d9db;}


                .bl_old_p span{
                    margin:0 6px 0 9px;}

    .footer-sn{
        margin:10px 0 0 0;
        text-align:right;}

/* content
--------------------------------------------------------------------------------------------------*/
#content{
    padding: 15px 0 50px;
}

.content .breadcrumbs{
    position: relative;
    margin: -15px 0 15px;
    line-height: 15px;
    color: #898d9f;
}

    .breadcrumbs a{
        color: #898d9f;
    }

.dms-programs{
    overflow: hidden;
    border: 2px solid #ffe5bb;
    border-radius: 5px;
    box-shadow: none;
}

.dms-programs-top{
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
}

.dms-programs-main{
    border-width: 0 2px 2px;
    border-radius: 0 0 5px 5px;
}

    .dms-programs-header{
        overflow: hidden;
        line-height: 60px;
        background: #f7f3eb;
        border-bottom: 1px solid #e9e8e6;
    }

    .noshadow .dms-programs-header{border-radius: 3px 3px 0 0;}

        .dms-programs-header .prog-header-label{
            float: left;
            padding-left: 75px;
            font-size: 30px;
            color: #577f8f;
        }

        .dms-programs-header .prog-header-txt{
            padding: 0 20px 10px;
            font-size: 14px;
            color: #666;
        }

            .dms-programs-header > div > span{
                display: inline-block;
                vertical-align: middle;
            }

            .prog-header-label > span{
                margin: -5px 0 0;
                line-height: 30px;
            }

            .prog-header-txt > span{line-height: 16px;}

    .dms-programs-list{
        padding: 45px 15px 25px;
        background: #f7f7f7;
        background: linear-gradient(#fdfdfd, #f1f1f1);
        border-top: 1px solid #fff;
    }

    .noshadow .dms-programs-list{
        /*background: #f5f5f5;*/
        /*background: linear-gradient(#f5f5f5, #eee);*/
        border-radius: 0 0 3px 3px;
    }

        .dms-programs-list .prog-list-item{
            float: left;
            position: relative;
            padding-top: 17px;
            padding-left: 200px;
            width: 440px;
            height: 270px;
        }

        .dms-programs-list .prog-list-item:nth-child(even){margin-left: 24px;}

            .dms-programs-list .prog-item-img,
            .dms-programs-list .prog-item-info{
                height: 212px;
                background: #fff;
                border-radius: 4px;
                box-shadow: 0 0 10px -5px #000;
                box-shadow: 0 0 5px rgba(0,0,0,0.25);
            }

            .dms-programs-list .prog-item-img{
                overflow: hidden;
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                width: 255px;
                height: 212px;
                border: 3px solid #fff;
            }

                .dms-programs-list .prog-item-img img{display: block;}

            .dms-programs-list .prog-item-info{
                position: relative;
                z-index: 2;
                padding: 5px 0 50px 14px;
                width: 238px;
            }

                .dms-programs-list .prog-price{
                    margin-right: -14px;
                    padding: 12px 20px 0 0;
                    height: 40px;
                    line-height: 20px;
                    font-size: 18px;
                    text-align: right;
                    color: #fff;
                    background: url(/images/new/prog-price-ribbon.png) no-repeat right top;
                }

                .dms-programs-list .prog-price.extra{
                    background: url(/images/new/prog-price-ribbon-1.png) no-repeat right top;
                }

                .dms-programs-list .prog-price.no-price{
                    visibility: hidden;
                    background: none;
                }

                    .rur:after{
                        content: '\2013';
                        position: relative;
                        top: 0.15em;
                        margin-left: -0.7em;
                    }

                .dms-programs-list .prog-title{
                    margin: 5px 0 0;
                    padding-right: 10px;
                    line-height: 24px;
                    font-size: 24px;
                }

                .dms-programs-list .prog-descr{
                    margin: 5px 0 0;
                    padding-right: 10px;
                    /*line-height: 18px;*/
                    line-height: normal;
                    font-size: 12px;
                    color: #5d5c5c;
                }

                .dms-programs-list .prog-links{
                    position: absolute;
                    left: 14px;
                    bottom: 0px;
					
                }

                    .dms-programs-list .prog-links > div{
                        padding: 0 0 2px 20px;
                        line-height: 15px;
                        font-size: 14px;
						margin-bottom:14px;
                    }

                   /* .dms-programs-list .prog-links .request-pick{
                        background: url(/images/new/icon-match.png) no-repeat left bottom;
                    }*/

                    .dms-programs-list .prog-links .calculate{
                        margin: 3px 0 0;
                        background: url(/images/new/icon-calculate.png) no-repeat left bottom;
                    }

					
.dms-programs-list .prog-links .request-pick a{
    padding:10px;
	text-decoration: none;
    color: #000;
    background: #ccc;
    background: linear-gradient(#ffd65f, #faba44);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px -3px #000;
}
					
					
.dms-programs .all-programs-link{
    padding: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background: #f1f1f1;
}

.content > section.information{margin: 20px 0 0;}

    .information .info-block{
        float: left;
        width: 300px;
    }

    .information .info-block + .info-block{margin-left: 20px;}

        .info-block-header{
            padding: 15px 25px 0;
            height: 75px;
            line-height: 25px;
            font-size: 25px;
            color: #577f8f;
            background: #f5f5f5;
            border-radius: 3px 3px 0 0;
        }

        .info-block-cont{
            margin: 4px 0 0;
            padding: 10px;
            height: 205px;
            background: #f5f5f5;
            background: linear-gradient(#f5f5f5, #e0e0e0);
            border-radius: 0 0 3px 3px;
        }

    .info-block.clinic-search{}

        .clinic-search .info-block-cont{}

            .clinic-search .clinic-map{
                border: 4px solid #fff;
                border-radius: 4px;
                box-shadow: 0 0 6px -3px #000;
            }

                .clinic-search .clinic-map img{display: block;}

    .info-block.articles{}

        .articles .info-block-cont{padding: 22px 25px 0;}

            .articles .info-block-cont .all-articles{
                float: right;
                width: 70px;
                margin: -2px 0 0;
                padding-left: 14px;
                line-height: 14px;
                font-family: Tahoma, sans-serif;
                font-size: 11px;
                background: url(/images/new/icon-list-all.gif) no-repeat left 2px;
            }

                .info-block-cont .all-articles a{
                    color: #b39c3c;
                    text-decoration: none;
                    border-bottom: 1px dashed;
                }

                .info-block-cont .all-articles a:hover{border: none;}

            .articles .info-block-cont .articles-list{
                font-family: Tahoma, sans-serif;
                font-size: 11px;
            }

                .info-block-cont .articles-list ul{
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                    .info-block-cont .articles-list li{
                        padding-left: 10px;
                        line-height: 15px;
                        background: url(/images/med/wh_list_bull.jpg) no-repeat 0 5px;
                    }

                    .info-block-cont .articles-list li:not(:first-child){margin: 3px 0 0;}

    .info-block.achievements{}

        .achievements .counters{
            margin: 0 auto;
            padding: 25px 0 0;
            width: 190px;
        }

            .achievements .counters p{
                margin: 0 0 6px;
                font-family: 'Tahoma', sans-serif;
                font-weight: bold;
                color: #666;
            }

.content > section.text-block{
    margin: 40px 0 0;
    padding: 0 20px;
}

    .content > section.text-block p{
        margin: 1.5em 0;
        line-height: 16px;
    }

        .text-block ul{
            margin: 12px 0 12px 0;
            padding: 0;
        }

            .text-block ul li{
                list-style: none;
                background: url(/images/med/cont_list_bull.jpg) no-repeat 2px 8px;
                margin: 0;
                padding: 0 0 0 15px;
                line-height: 20px;
            }

    .text-block .txt-toggle{
        text-decoration: none;
        border-bottom: 1px dashed;
    }

    .text-block .txt-toggle:hover{border: none;}

    .text-block .collapsed .txt-toggle{display: none;}

.content > section.clients{
    margin: 28px 0 0;
}

    hr.shadowline{
        display: block;
        margin: 0;
        height: 4px;
        background: url(/images/new/shadow-line.png) repeat-x 0 0;
        border: none;
    }

    section.clients .clients-header{
        margin: 20px 0 0;
        font-size: 29px;
        text-align: center;
        color: #454545;
    }

    .clients .clients-slider-wrap{
        position: relative;
        margin: 22px 0 44px;
        padding: 0 45px;
        height: 80px;
        overflow: hidden;
    }

        .clients .clients-slider-controls{}

            .clients-slider-wrap .arr-left,
            .clients-slider-wrap .arr-right{
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 9px;
                height: 14px;
                cursor: pointer;
            }

            .clients-slider-wrap .arr-left{
                left: 18px;
                background: url(/images/new/arr-left.png) no-repeat 0 0;
            }

            .clients-slider-wrap .arr-right{
                right: 18px;
                background: url(/images/new/arr-right.png) no-repeat 0 0;
            }

        .clients .clients-slider-scrollpane{
            overflow: hidden;
            height: 80px;
        }

            .clients .clients-slider{
                height: 80px;
            }

                .clients .clients-slider-item{
                    float: left;
                    padding: 0 8px;
                }

                .clients-slider-item .slide{
                    overflow: hidden;
                    width: 154px;
                    height: 80px;
                    line-height: 78px;
                    text-align: center;
                    border: 1px solid #f0f0f0;
                    border-radius: 3px;
                }

                    .clients .clients-slider-item span{
                    }

                        .clients .clients-slider-item img{
                            display: inline-block;
                            vertical-align: middle;
                        }

/* старые стили
--------------------------------------------------------------------------------------------------*/
.news_bl_c{
    margin: 10px 10px 50px;
}

    .news-columns{overflow: hidden;}

        .inner_bl_news_c{
            float: left;
            width: 50%;
        }

            .news_c_one{
                padding-right: 30px;
                width: auto;
            }

            p.news_bl_c_header{
                float:left;
                padding-bottom:10px;
                width: 50%;
                color:#5a8282;
                font-size:22px;}


            a.all_news_link{
                float:right;
                background:url(/images/med/all_pr_ico.png) no-repeat 0 3px;
                padding:0 0 0px 17px;
                line-height:16px;
                margin:3px 0 0 0;}

                .ie6 a.all_news_link{
                    line-height:15px;}


            p.news_time{
                font-family:Tahoma, Geneva, sans-serif;
                font-size:11px;
                margin:0 0 3px 0;
                color:#a7a7a7;}

                p.news_time img{
                    position:relative;
                    top:1px;
                    margin-right:3px;}

                .some_new_bl{
                    position:relative;
                    padding-left: 80px;
                    font-size:13px;
                    line-height:18px;
                    font-family:Tahoma, Geneva, sans-serif;}

                    img.news_img_ram{
                        position:absolute;
                        left:0;}

                    a.news_img_link{
                        position:absolute;
                        top:4px;
                        left: 0;
                        margin-right:9px;}

                    .some_new_bl a{font-weight: bold;}

.bl_wh_list ul{
    margin:0;
    padding:0;
}

    .bl_wh_list li{
        margin:0;
        padding:0;
        list-style-type: none;
        line-height:18px;
    }

        .bl_wh_list span{
            background:url(/images/med/wh_list_bull.jpg) no-repeat 0 7px;
            width:4px;
            margin:0 6px 0 0;
            display:inline-block;
        }

        .numb-time-cont{
            overflow:hidden;
            font-size:17px;
            font-weight:bold;
            color:#ffffff;
            padding:0 0 10px;}

            .numb-time-cont > div{float:left;}

            .time-numb{
                background:url(/images/med/timer-bg.gif) no-repeat 0 0;
                width:35px;
                min-height:26px;
                padding:5px 4px 0;
                word-spacing:4px;}

                .time-info{
                    color:#404d55;
                    font-size:8px;
                    text-align:center;
                    padding:12px 0 0;
                    text-transform:uppercase;
                    margin:0 -10px;
                    position:relative;}


            .split-dotted{
                color:#404d55;
                padding:5px 5px 0 5px;}

            .app-counter-cont{}

                .app-counter-cont > div{
                    background:url(/images/med/app-counter2.jpg) no-repeat 0 0;
                    width:190px;
                    height:33px;
                    padding:6px 0 0;
                    font-size:17px;
                    color:#fbfbfb;
                    font-weight:bold;
                    overflow:hidden;}

                    .app-counter-cont > div span{
                        width:17px;
                        display:block;
                        float:left;
                        margin-right:2px;
                        text-align:center;}

/*		баблы на главной	----------------------------------------------------------------------------------------*/

		.bubble{
			position: absolute;
			border-radius: 4px;
			/*-moz-border-radius: 4px;*/
			background-color: #fff;
			box-shadow: 0 0 10px #888;
			/*-moz-box-shadow: 0 0 10px #888;*/
			margin: 10px;
			padding: 10px 20px;
			font-size: 12px;
			color: #808080;}

			.bubble_header{
				position: relative;
				height: 30px;
				margin-bottom: 10px;}

				.bubble_header h1{
					padding-top: 3px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 18px;
					font-weight: normal;
					color: #5a8282;}

				.bubble_header a{
					position: absolute;
					top: 0px;
					right: -5px;
					height: 30px;
					width: 30px;
					background: url(/images/med/bubble_close.png) center center no-repeat;}

			.bubble input[type="text"],
			.bubble input[type="password"]{
				display: block;
				width: 100%;
				height: 28px;
				padding: 0;
				margin: 3px 0 13px 0;
				border: 1px solid #c4c5c7;
				background: url(/images/med/bubble_input_bg.png) left top no-repeat #fff;
				font-size: 14px;
				line-height: 28px;
				text-indent: 8px;
				color: #808080;}

			.bubble input[type="radio"]{margin: 0 7px;}

			.bubble ul.callback_time_sel {
				margin: 10px 0 0;
				padding: 0;}

				.bubble .callback_time_sel li{
					line-height: 22px;
					list-style: none;
					margin: 0;
					padding: 0;}

			.bubble_buttons{padding-top: 15px;}

				.bubble_button{
					float: left;
					margin-right: 20px;}

				.bubble_buttons .restore_pwd{
					display: inline-block;
					width: 130px;
					padding-left: 20px;
					background: url(/images/med/ico_qu_png.png) left top no-repeat;}

		.bubble_auth{
			height: 240px;
			width: 310px;}

		.bubble_callback{
			height: 370px;
			width: 310px;}

		.bubble_subscribe{
			height: 520px;
			width: 310px;}

/* вывод полной карты
--------------------------------------------------------------------------------------------------*/
.map-bubble{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 100;}

	.map-bubble .bubble{z-index: 100;}

		.bubble-map-wrap{
			position: relative;
			overflow: hidden;
			margin: 0 -20px -10px;
			width: 1070px;
			height: 610px;
			border-radius: 0 0 4px 4px;
			/*behavior: url(/PIE.htc);*/
        }

			.bubble-map-wrap .map-wrap-layer{
				position: absolute;
				z-index: 1;
				top: 0;
				bottom: 0;
				left: 0;
				width: 100%;}

			.bubble-map-wrap .map-wrap-search{
				position: absolute;
				z-index: 2;
				right: 20px;
				top: 20px;
				width: 220px;
				background-color: #f0f1f3;
				box-shadow: 0 0 20px -5px #000;
				/*behavior: url(/PIE.htc);*/
            }

				.bubble-map-wrap .map-wrap-search form{
					padding: 15px;
					color: #000;
				}

					.bubble-map-wrap .map-wrap-search form .search-field{
						position: relative;
						margin: 2px 0 8px;
					}

						.bubble-map-wrap .map-wrap-search form input[type="text"]{
							margin: 0;
							padding: 0 20px 0 3px;
							width: 163px;
							height: 24px;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							font-weight: bold;
							color: #699;
							text-indent: 0;
							background: #fff;
							border: 2px solid #699;
						}

						.bubble-map-wrap .map-wrap-search form .search-field a{
							display: block;
							position: absolute;
							right: 2px;
							top: 2px;
							bottom: 2px;
							width: 20px;
							background: url(/images/med/icon-search.jpg) no-repeat center center;
						}

					/*.bubble-map-wrap .map-wrap-search form select{width: 100%;}*/

				.bubble-map-wrap .map-wrap-search .results-number{
					padding: 15px;
					font-size: 14px;
					color: #fff;
					background: #699;
					border: dashed #f0f1f3;
					border-width: 1px 0;
				}

				.bubble-map-wrap .map-wrap-search ul.search-results{
					overflow-y: auto;
					list-style-type: none;
					margin: 0;
					padding: 0;
					max-height: 284px;}

					.bubble-map-wrap .map-wrap-search .search-results li{
						position: relative;
						padding: 10px 10px 10px 30px;}

					.bubble-map-wrap .map-wrap-search .search-results li + li{border-top: 1px solid #ddd;}

					.bubble-map-wrap .map-wrap-search .search-results li.active{background-color: #e2f0f0;}

						.map-wrap-search .search-results .number{
							position: absolute;
							top: 11px;
							left: 4px;
							font-size: 11px;
							font-weight: bold;}

						.map-wrap-search .search-results .title{}

						.map-wrap-search .search-results .location{
							padding: 5px 0;
							font-size: 11px;}

						.map-wrap-search .search-results .phone{
							font-size: 11px;
							color: #678;}

			.bubble-map-wrap .map-wrap-baloon{
				position: absolute;
				z-index: 2;
				top: 100px;
				left: 200px;
				width: 280px;}

				.map-wrap-baloon .baloon-shadow{
					border-radius: 6px;
					box-shadow: 0 0 20px -5px #000;
					/*behavior: url(/PIE.htc);*/
                }

					.map-wrap-baloon .baloon-top{
						padding: 15px;
						background-color: #e2f0f0;
						border: 1px solid #fff;
						border-width: 1px 1px 0 1px;
						border-radius: 6px 6px 0 0;
						/*behavior: url(/PIE.htc);*/
                    }

						.map-wrap-baloon .baloon-top .title{font-size: 14px;}

						.map-wrap-baloon .baloon-top .location{padding: 10px 0;}

						.map-wrap-baloon .baloon-top .phone{
							font-size: 14px;
							color: #678;}

					.map-wrap-baloon .baloon-bottom{
						padding: 15px;
						background-color: #fff;
						border-top: 1px dotted #bbb;
						border-radius: 0 0 6px 6px;
						/*behavior: url(/PIE.htc);*/
                    }

						.map-wrap-baloon .baloon-bottom img{vertical-align: middle;}

				.map-wrap-baloon .baloon-pointer{
					margin: 0 auto;
					width: 0;
					color: #fff;
					border-top: 20px solid #fff;
					border-left: 20px solid transparent;
					border-right: 20px solid transparent;}

/* внутренние страницы
==================================================================================================*/
.content .cont-header{min-height: 280px;}

.content .page-top{
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    background: #f7f3eb;
    border: 2px solid #ffe5bb;
    border-radius: 5px;
}

    .page-top-img{
        display: inline-block;
        vertical-align: middle;
    }

        .page-top-img img{display: block;}

    .page-top-txt{
        position: absolute;
        left: 392px;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 30px;
        height: 190px;
        /*color: #577f8f;*/
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        background: url(/images/new/page-top-txt-bg.png) 0 0;
    }

        .page-top-txt .page-top-header{
            line-height: 65px;
            /*font-size: 72px;*/
            font-size: 64px;
        }

        .page-top-txt .page-top-descr{
            margin: 20px 0 0;
            line-height: 20px;
            font-size: 14px;
        }

/* калькулятор ДМС (версия со страницы http://medstrahovka.ru/landing/index3.php)
==================================================================================================*/
.btn-gray{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-decoration: none;
    background: #ccc;
    background: linear-gradient(#f7f3eb, #ccc);
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 6px -3px #000;
}
.btn-gray:active{
    background: linear-gradient(#ccc, #fff);
    box-shadow: inset 0 1px 6px -3px #000;
}

.btn-gold{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    background: #ccc;
    background: linear-gradient(#ffd65f, #faba44);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px -3px #000;
}
.btn-gold:active{
    background: linear-gradient(#faba44, #ffd65f);
    box-shadow: inset 0 1px 6px -3px #000;
}

.btn-green{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    background: #55a4b1;
    background: linear-gradient(#8cc8c2, #55a4b1);
    border-radius: 3px;
    box-shadow: 0 1px 6px -3px #000;
}
.btn-green:active{
    background: linear-gradient(#55a4b1, #8cc8c2);
    box-shadow: inset 0 1px 6px -3px #000;
}

.dms-calc{
    /*overflow: hidden;*/
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    background: linear-gradient(#ffffff, #f1f1f1);
    /*border-radius: 3px;
    box-shadow: 0px 1px 20px #bbb;*/
    border: 2px solid #ffe5bb;
    border-radius: 5px;
}

    .dms-calc-top{
        padding: 15px 0 0;
        height: 100px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        background-color: #f7f3eb;
    }

        .dms-calc-top > span{
            display: block;
            margin: 10px 0 0;
        }

    .dms-calc-main{
        padding: 30px 25px 25px;
        border-top: 1px solid #fff;
    }

        .calc-main-col{
            position: relative;
            float: left;
            width: 300px;
        }

        .calc-main-col:not(:first-child){
            margin-left: 26px;
            width: 560px;
        }

            .calc-param{}

            .calc-param:not(:first-child){margin: 25px 0 0;}

                .calc-param-name{margin: 0 0 10px;}

                .calc-param-value{position: relative;}
                .dms-calc .calc-param-value input[type=text] {width: 290px;}
                    .switch-button{
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .switch-button:not(:first-child){margin-left: 5px;}

                        .switch-button input[type="radio"],
                        .switch-button input[type="checkbox"]{
                            position: absolute;
                            z-index: -1;
                        }

                        .switch-button label{
                            cursor: pointer;
                            padding: 0 10px;
                            height: 25px;
                            line-height: 24px;
                        }

                        .switch-button input:checked + label{
                            cursor: default;
                            background: #fff;
                            background: linear-gradient(#ccc, #f7f3eb);
                            box-shadow: inset 0 1px 6px -3px #000;
                        }

                        .switch-button label.company-switch{
                            padding: 0;
                            width: 75px;
                            height: 45px;
                            line-height: 42px;
                            text-align: center;
                        }

                            .switch-button span{
                                display: inline-block;
                                line-height: 14px;
                                border-bottom: 1px dotted;
                            }

                            .switch-button label:hover span,
                            .switch-button input:checked + label span{border-bottom: none;}

                            .switch-button img{
                                display: inline-block;
                                vertical-align: middle;
                            }

                    .checkbox{
                        position: relative;
                        padding-left: 20px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                        .checkbox input[type="checkbox"]{
                            position: absolute;
                            left: 0;
                            top: 3px;
                        }

                    .checkbox-group .checkbox{display: block;}

                    .checkbox-group .checkbox:not(:first-child){margin-top: 5px;}
                    .dropdown-wrap{
                        display: inline-block;
                        position: relative;
                        width: 100%;
                        height: 28px;
                        line-height: 28px;
                        background: #ccc;
                        background: linear-gradient(#f7f3eb, #ccc);
                        border-radius: 3px;
                        box-shadow: 0 1px 6px -3px #000;
                        cursor: default;
                    }

                    .dropdown-wrap.open{
                        background: #fff;
                        border-radius: 3px 3px 3px 0;
                    }

                        .dropdown-wrap .dropdown-val{
                            margin-right: 25px;
                            padding: 0 10px;
                            height: 28px;
                            line-height: 28px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .dropdown-wrap .dropdown-list{
                            overflow: hidden;
                            display: none;
                            position: absolute;
                            top: 100%;
                            left: -1px;
                            right: 24px;
                            z-index: 10;
                            background: #f7f3eb;
                            border: 1px solid #ccc;
                            border-radius: 0 0 3px 3px;
                        }

                        .dropdown-wrap .dropdown-list.scroll{
                            overflow-y: scroll;
                            max-height: 280px;
                        }

                        .dropdown-wrap .dropdown-list.scroll-custom{overflow: hidden;}

                        .dropdown-wrap.open .dropdown-list{
                            display: block;
                        }

                            .dropdown-wrap .dropdown-list .option{
                                padding: 0 10px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }

                            .dropdown-wrap .dropdown-list .option.active,
                            .dropdown-wrap .dropdown-list.single .option:hover{background: #ccc;}

                            .dropdown-list .dropdown-scrollpane{}

                            .dropdown-list .dropdown-scrollbar{
                                position: absolute;
                                right: 1px;
                                top: 51px;
                                bottom: 1px;
                                width: 10px;
                            }

                                .dropdown-scrollbar .ui-slider-handle{
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    height: 50px;
                                    background: #a2a2a2;
                                    border-radius: 4px;
                                    outline: none;
                                }

                        .dropdown-wrap .dropdown-arr{
                            position: relative;
                            float: right;
                            width: 24px;
                            height: 28px;
                            line-height: 28px;
                            text-align: center;
                            border-left: 1px solid #ccc;
                        }

                        .dropdown-wrap .dropdown-arr:after{
                            content: '';
                            position: absolute;
                            left: 7px;
                            top: 12px;
                            display: block;
                            width: 0;
                            height: 0;
                            border-width: 5px;
                            border-style: solid;
                            border-color: #666 transparent transparent;
                        }

                        .dropdown-wrap.open .dropdown-arr:after{
                            margin-top: -5px;
                            border-color: transparent transparent #666;
                        }

                    .clinic-list-wrap{
                        overflow: hidden;
                        position: relative;
                        padding: 10px;
                        height: 350px;
                        border: 1px solid #a2a2a2;
                        border-radius: 5px;
                    }

                        .clinic-list{min-height: 32px;}

                            .clinic-list .clinic{padding: 6px 0;}

                            .clinic-list .clinic:not(:first-child){border-top: 1px solid #a2a2a2;}

                        .clinic-list-wrap .clinic-list-scroll{
                            position: absolute;
                            right: 1px;
                            top: 51px;
                            bottom: 1px;
                            width: 8px;
                            height: auto;
                            background: none;
                            border: none;
                        }

                            .clinic-list-wrap .clinic-list-scroll .ui-slider-handle{
                                position: absolute;
                                left: 0;
                                margin: 0;
                                width: 8px;
                                height: 50px;
                                background: #a2a2a2;
                                border: none;
                                border-radius: 4px;
                                outline: none;
                            }

        .dms-calc-main .switch-ymap {
            position: relative;
            z-index: 1;
        }
            .dms-calc-main .switch-ymap div {
                position: absolute;
                right: 0px;
                top: -32px;
                padding: 5px 8px;
                background: #fcc24c;
                border-radius: 3px;
            }
                .dms-calc-main .switch-ymap a {
                    color: #000000;
                }

            .calc-param.ymap{
                display: none;
                overflow: hidden;
                position: absolute;
                left: 0;
                right: 0;
                top: -30px;
                bottom: 0;
                z-index: 2;
                background: #fcfcfc;
            }
                .calc-param.ymap .switch-back {
                    position: relative;
                    z-index: 2;
                }
                    .calc-param.ymap .switch-back div {
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        padding: 5px 8px;
                        background: #fcc24c;
                        border-radius: 3px;
                    }
                    .calc-param.ymap .switch-back a {
                        color: #000000;
                    }

                .dms-calc-main .ymap_container {
                    position: absolute;
                    overflow: hidden;
                    bottom: 0;
                    right: 0;
                    width: 483px;
                    height: 370px;
                    border: 1px solid #a2a2a2;
                    border-radius: 5px;
                }

    .dms-calc-bottom{
        overflow: hidden;
        padding: 20px 25px 30px;
        border-top: 0px solid #fff;
    }

        .calc-offers{}

            .calc-offers .calc-result{
                margin: 0;
                float: left;
                line-height: 70px;
                white-space: nowrap;
            }

                .calc-result b,
                .calc-result .b{
                    margin-left: 0px;
                    vertical-align: middle;
                    line-height: 65px;
                    font-size: 48px;
                    font-weight: normal;
                    color: #d09518;
                }

                .dms-calc .rur:after{
                    content: '\2013';
                    vertical-align: middle;
                    top: auto;
                    margin-left: -0.65em;
                    line-height: 1;
                }

            .calc-offers .calc-summary-page{
                margin-left: 326px;
                padding: 15px 0 0;
            }

                .calc-offers .calc-summary-page .btn-gold{
                    padding: 0 15px;
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    font-size: 16px;
                    text-align: center;
                    color: #000;
                }

                .calc-offers .calc-summary-page .btn-gold:not(:first-child){
                    margin: 20px 0 0;
                }

                .calc-summary-page .btn-green:active,
                .calc-summary-page .btn-green.active{
                    background: linear-gradient(#55a4b1, #8cc8c2);
                    box-shadow: inset 0 1px 6px -3px #000;
                }

                .calc-summary-page .calc-summary{
                    position: relative;
                    padding: 17px;
                    border: 1px solid #a2a2a2;
                    border-radius: 3px;
                }

                    .calc-summary-close{
                        overflow: hidden;
                        position: absolute;
                        right: 7px;
                        top: 7px;
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        font-weight: bold;
                        text-align: center;
                        text-indent: -999px;
                        color: #fff;
                        background: url(/landing/images/btn-close.png) no-repeat left top;
                        border-radius: 50%;
                        cursor: pointer;
                    }

                    .calc-summary .calc-summary-form{
                        margin: 0 auto;
                        width: 525px;
                        text-align: left;
                    }

                        .calc-summary-form .calc-summary-row{}

                        .calc-summary-form .calc-summary-row:not(:first-child){margin: 15px 0 0;}

                            .calc-summary-row label{
                                float: left;
                                width: 155px;
                                line-height: 25px;
                                text-align: right;
                            }

                            .calc-summary-row input,
                            .calc-summary-row textarea{
                                display: block;
                                margin-left: 160px;
                                background: #ccc;
                                background: linear-gradient(#e6e6e6, #fff);
                                border: none;
                                border-radius: 3px;
                                box-shadow: inset 0 1px 4px -3px #000;
                            }

                            .calc-summary-form .calc-summary-row input[type="text"]{
                                padding: 0 5px;
                                width: 320px;
                                height: 25px;
                                line-height: 25px;
                            }

                            .calc-summary-row textarea{
                                padding: 4px 0 0 5px;
                                width: 325px;
                                height: 150px;
                            }

                        .calc-summary-submit{
                            margin: 15px 0 0 160px;
                            padding: 0 30px;
                            height: 36px;
                            line-height: 35px;
                            font-size: 16px;
                        }

.info-block.contact-info{}

    .contact-info .ib-contacts{padding: 15px 15px 0;}

        .ib-contacts .phone{
            margin: 0 0 10px;
            font-size: 18px;
        }

        .ib-contacts .contact-us{
            /*font-size: 11px;*/
            color: #666;
        }

            .ib-contacts .callback{margin: 5px 0 0;}

            .ib-contacts .dms-request{margin: 5px 0 0;}

                .ib-contacts .contact-us a{text-decoration: none;}

                    .ib-contacts .contact-us img{
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 2px;
                    }

                    .ib-contacts .contact-us a span{
                        display: inline-block;
                        vertical-align: middle;
                        text-decoration: none;
                        border-bottom: 1px dashed;
                    }

                    .ib-contacts .contact-us a:hover span{border: none;}

        .ib-contacts .social{
            margin: 10px 0 0;
            /*font-size: 11px;*/
            color: #666;
        }

            .ib-contacts .social-links{margin: 5px 0 0;}

.info-block.important-info{}

    .important-info .file-list{padding: 30px 15px;}

        .important-info .file-list-item{}

            .important-info .file-list-item img,
            .important-info .file-list-item span{
                display: inline-block;
                vertical-align: middle;
            }

            .important-info .file-list-item img{margin-right: 5px;}

            .important-info .file-list-item span{max-width: 180px;}

            .important-info .file-list-item a span{text-decoration: underline;}

            .important-info .file-list-item a:hover span{text-decoration: none;}

        .important-info .file-list-item:not(:first-child){margin-top: 15px;}

/* workflow
==================================================================================================*/
.workflow-wrap{
    margin: 25px 0 0;
    padding: 20px 0 25px;
}

    .workflow-wrap h1{text-align: center;}

    .workflow{
        margin: 0 auto;
        width: 900px;
    }

        .workflow-step{
            float: left;
            margin: 30px 0 0 20px;
            width: 210px;
        }

        .workflow-step:nth-child(4n+1){margin-left: 0;}

            .step-title{
                position: relative;
                margin: 0 5px;
                padding: 0 10px;
                height: 40px;
                line-height: 38px;
                font-weight: bold;
                color: #fff;
                background: #78bbbc;
            }

                .step-title:before,
                .step-title:after{
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    width: 0;
                    height: 0;
                }

                .step-title:before{
                    left: -20px;
                    border-width: 20px;
                    border-style: solid;
                    border-color: #78bbbc #78bbbc #78bbbc transparent;
                }

                .step-title:after{
                    right: -40px;
                    border-width: 20px;
                    border-style: solid;
                    border-color: transparent transparent transparent #78bbbc;
                }

                .step-title span{
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    line-height: 14px;
                }

            .step-txt{height: 100px;}

                .step-name{font-weight: bold;}

                .step-descr{margin: 5px 0 0;}

                .step-txt a{color: #D09518;}

/* advantages
==================================================================================================*/
.advant_bl{
    /*margin: 20px 0 0;*/
    /*padding: 30px 0 0;*/
    /*border-top: 1px dashed #bdbdbd;*/
}

.cont_bl-left .advant_bl{
    margin: 0 0 20px;
    padding: 0;
    border-top: none;
}

    h2.yellow{
        text-align: center;
        color: #e4bd44;
    }

    .cont_bl-left h2.yellow{
        margin: 0 20px;
        padding: 10px 0 15px;
        line-height: 25px;
        font-size: 18px;
        font-weight: normal;
    }

    .str_border_bl{
        margin: 20px 0 0;
        background: none #f8e5aa;
        border: 4px dashed #e1b433;
        border-radius: 4px;
        box-shadow: 0 0 10px #ddd;
    }

    .cont_bl-left .str_border_bl{
        width: 222px;
        box-shadow: none;
    }

    .str_border_bl_inner{
        overflow: hidden;
        padding: 5px 0 15px;
        background: none #fff;
        border-radius: 2px;
    }

    .str_border_bl_inner > p{
        overflow: hidden;
        display: inline-block;
        margin: 0 13px;
        padding: 10px 0;
        vertical-align: top;
        width: 204px;
    }

    .cont_bl-left .str_border_bl_inner > p{
        margin: 0 20px;
        width: 184px;
    }

    .str_border_bl_inner > p:nth-child(n+5){border-top: 1px dashed #bdbdbd;}

    .str_border_bl_inner > p > .b,
    .str_border_bl_inner > p > b:first-child{
        display: block;
        padding: 0 0 5px;
        font-size: 14px;
        color: #d0ab40;
    }

.no-switch .prog-header-txt {
	margin-top: -20px;
	}








/*=========================================*/
/* Ratinglist table */

.ratinglist-table {
    width: 100%;
    margin-top: 10px;
}

.ratinglist-table thead tr td {
    background-color: #d7dce0;
    padding: 8px 8px 4px 8px;
    border-bottom: 4px solid #d7dce0;
    font-family: "Cuprum", Tahoma;
    font-size: 18px;
}

.ratinglist-focus-thead-td {
    border-bottom: 4px solid #b2bcc8 !important;
}

.ratinglist-table tbody tr:hover {
    background-color: #E8EFF7 !important;
}

.ratinglist-table thead tr:hover {
    cursor: pointer;
}

.ratinglist-table thead tr td:hover {
    border-bottom: 4px solid #c5d0d8;
}

.ratinglist-table-tr-hover {
    box-shadow: 0 2px 2px 0 #b6b6b6;
    background-image: url('/images/ratinglight-rating-button.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.ratinglist-table tbody tr td {
    padding: 8px;
}

.rating-img-container {
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    width: 50px;
    font-family: "Cuprum", Tahoma;
    font-size: 15px;
}

.rating-img-container:hover {
    cursor: pointer;
}

.rating-image-conteiner-a {
    background-color: #ff0000 !important;
    cursor: pointer;
}

.rating-image-conteiner-b {
    background-color: #3873af !important;
    cursor: pointer;
}

.rating-image-conteiner-c {
    background-color: #75579d !important;
    cursor: pointer;
}

.rating-image-conteiner-d {
    background-color: #4f4f4f !important;
    cursor: pointer;
}

.ratinglist-table a {
    text-decoration: underline;
}

span.ratinglist-active-sort-asc {
    background-image: url('/images/ratingratinglist-active-sort-asc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-active-sort-desc {
    background-image: url('/images/ratingratinglist-active-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-unactive-sort-asc {
    background-image: url('/images/ratingratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-unactive-sort-desc {
    background-image: url('/images/ratingratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-submenu-bullet-white {
    background-image: url('/images/ratingratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-submenu-bullet-white {
    background-image: url('/images/ratingbullet-w.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-bullet-red {
    background-image: url('/images/ratingbullet-r.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-arrow-white {
    background-image: url('/images/ratingmenu-right-arrow-white.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-arrow-red {
    background-image: url('/images/ratingmenu-bottom-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}
.rating-img-container {
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    width: 65px;
    font-family: "Cuprum", Tahoma;
    font-size: 15px;
}


.advant_bl .col-md-4 {
    float: left;
    text-align: center;
    width: 185px;
    padding: 0 5px;
    margin-right: 0px;
}
.advant_bl .col-md-4 {
    float: left;
    text-align: center;
    width: 176px;
    padding: 0 5px;
    margin-right: 5px;
}
section.cont-phys.cont-jur.advantages {
    margin-bottom: 40px;
}


section.cont-phys.cont-jur.advantages  .row {
    margin-top: 25px;
}

div#topcontrol {
    bottom: 50px !important;
}

.header-bottom .header-bottom-links li + li {
margin-left: 0px;
}
.header-top {
overflow: hidden;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 10;
margin: auto;
padding: 10px 0px;
width: 940px;
height: 80px;
color: #FFF;
background: linear-gradient(#91C9C0 0%, #65AAB2 30px, #65AAB2 75px, #5BA3AF 100%) repeat scroll 0% 0% transparent;
border-radius: 0px;
}
.btn-request-dms.btn-gold {
width: 200px;
height: 40px;
line-height: 38px;
font-size: 15px;
color: #000;
border: 1px solid #FFF;
}
#menu_wrapper {
width: 940px;
position: fixed;
z-index: 9999999;
top: 80px;
}
#menu {
display: inline-block;
background: linear-gradient(#91C9C0 0%, #65AAB2 30px, #65AAB2 75px, #5BA3AF 100%) repeat scroll 0% 0% transparent;
width: 100%;
border-radius: 0px 0px 4px 4px;
}
#menu li a{
font-size: 12px;
color: white;
position: relative;
top: -3px;
font-weight: bold;
padding-top: 6px;
border-right: 1px solid white;
padding-bottom: 9px;
padding-right: 22px;
}
.header-bottom-links {
    line-height: 40px;
}
#content {
    padding-top: 0px;
    margin-top: 40px;
}
#sub_top_menu {
display: none;
position: absolute;
top: 44px;
background: linear-gradient(#91C9C0 0%, #65AAB2 30px, #65AAB2 75px, #5BA3AF 100%) repeat scroll 0% 0% transparent;
width: 129px;
left: 113px;
}
 #sub_top_menu li {
    display: block;

 }
  #sub_top_menu li a {
      border-right: none;
}
#menu li:hover #sub_top_menu{
    display: block;
}



/* стили по переверстке футера */
#footer {
padding: 0px 0 45px 0;
}
.footer_bl_left, .footer_bl_center,.footer_bl_right {
    padding: 20px 0 0 0;
}

.footer_menu {
    clear: left;
}

ul.footer_main_menu {
    float: left;
    margin-right: 25px;
}

a.footer_site_map_link.fixpng {
    line-height: 15px;
}

#footer form {
    float: right;
    margin-right: 0px;
    margin-top: -5px;
    width: 195px;
}
span.b-share {
    width: 150px;
}

.yashare-auto-init {
    background: none !important;
    float: right;
    margin-right: 75px;
    margin-top: -10px;
}
#footer .cf::after, #footer .wrap::after {
    display: none;
}

span.site_inf {
    float: left;
    margin-right: 33px;
    display: block;
}

.footer .site_inf {
    margin-right: 18px;
    margin-left: 0px;
}

.razrab {
    float: right;
    width: 295px;
    margin-top: -10px;
}

.razrab a {
    float: left;
}

.footer_phone {}

.footer_phone,.footer_mail {}

.footer_phone,.footer_mail,.footer_callback {
    color: #7e7e7e;
    font-size: 22px;
    text-align: center;
}

.footer_callback {
}

.footer_bl_center {
    width: 347px;
}

.footer_bl_right {
    width: 365px;
}

span.phone_number {
    font-size: 22px;
    font-weight: 600;
}
.footer_phone {
    padding-top: 4px;
}
/* стили по переверстке футера */

ul.podmenu {
    display: none;
    position: absolute;
	background: linear-gradient(#91C9C0 0%, #65AAB2 30px, #65AAB2 75px, #5BA3AF 100%) repeat scroll 0% 0% transparent;
}

.header-bottom-links li {
    padding: 0px;
}

#menu li a {
    padding: 7px;
}
.header-bottom-links>li {
	padding: 0px;
	position:relative;
}
ul.podmenu li {
    display: list-item;
	line-height: 19px;
	text-align: left;
	min-width: 90px;
}

ul.podmenu li a {
    border: none !important;
}
li.haschild:hover ul.podmenu{
display:block;
}
a.orange {
/*
	color: orange !important;
*/
	text-transform:uppercase;
}
#menu li a {
	text-decoration: none;
}
#menu li a:hover, #menu li a.activeUri {
	text-decoration: underline;
}
.search_btn {
	width: 39px;
	height: 39px;
	background-image: url(/images/searchbtn.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
	cursor: pointer;
	display:block;
}
.fancybox-margin {
	 margin-right: auto !important;
}
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999999;
}
.fancybox-inner form {
	margin-right: 25px;
}
.fancybox-inner .searh_inp_footer {
	margin-right: -20px;
}
.searchTitle {
	font-size: 16px;
	width: 215px;
	margin: 15px;
	text-align: center;
}
.fancybox-inner form {
	margin: 0 auto;
	width: 195px;
}

/* меню в шапке
==============================================================================*/
#header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  padding: 0;
  width: 100%;
}
.header-top{
  position: static;
}

.header-bottom{
  margin: 0 auto;
  width: 940px;
}

.header-bottom .header-bottom-links{
  text-align: left;
}

#menu_wrapper{
  position: static;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#91C9C0 0%, #65AAB2 30px, #65AAB2 75px, #5BA3AF 100%);
  border-radius: 0 0 4px 4px;
}

.header-bottom-links #menu{
  width: auto;
  font-size: 0;
  background: none;
}

.header-bottom-links #menu:nth-child(2){
  padding-right: 10px;
}

.header-bottom-links li.menu-alt{
  background: rgba(0,0,0,.15);
}

.header-bottom-links li.menu-alt:nth-child(2){
  /*margin-right: 50px;*/
}

#menu li.menu-alt a{
  padding: 7px 20px;
}

#menu li.menu-alt:nth-child(2) a{
  border: none;
}

#content.content{
  padding-top: 110px;
}


/* слайдер на главной
==============================================================================*/

.fiz-slider-wrap .arr-left, .fiz-slider-wrap .arr-right, .yur-slider-wrap .arr-left, .yur-slider-wrap .arr-right {
	display: block;
	width: 30px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 115px;
	z-index: 5;
}
.fiz-slider-scrollpane .prog-list-item, .yur-slider-scrollpane .prog-list-item {
	margin-right: 25px;
}
.fiz-slider-wrap, .yur-slider-wrap {
	position: relative;
}
.fiz-slider-wrap .dms-programs-list.cf, .yur-slider-wrap .dms-programs-list.cf {
	height: 290px;
	overflow: hidden;
}
.fiz-slider-wrap .arr-left, .yur-slider-wrap .arr-left {
	background: #fff url('/images/prev_ar.png') no-repeat 50% 50%;
	left: -17px;
}
.fiz-slider-wrap .arr-right, .yur-slider-wrap .arr-right {
	background: #fff url('/images/next_ar.png') no-repeat 50% 50%;
	right: -17px;
}
.dms-programs {
	overflow: visible;
}
.fiz-slider-scrollpane,.yur-slider-scrollpane {
	overflow: hidden;
}
.dms-programs-list .prog-list-item:nth-child(even) {
	margin-left: 0px;
}



/* footer */
.footer_bl_left ul.footer_main_menu li {
    display: list-item;
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
}

.footer_bl_left ul.footer_main_menu {
    width: 220px;
    margin-right: 0px;
}

.footer_bl_left ul+ul {
}

.footer_bl_left {
    width: 440px;
}

.footer_bl_center span.phone_number {
    font-size: 22px;
    font-weight: normal;
}

.footer_bl_center .footer_mail {
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
}

.footer_bl_center a.btn_dms_calc {
    margin-top: 90px;
    display: block;
}

.footer_bl_center a.btn_dms_calc {
    display: block;
    margin-top: 19px;
}

a.btn_dms_calc {
    display: block;
    margin-top: 15px;
    margin-left: 26px;
}

.footer_bl_right {
    width: 205px;
}

.footer_bl_center {
    width: 235px;
}

.footer_callback {
    font-size: 16px;
    text-align: center;
    color: #5a8282;
}

form#searchformpopup {
    margin-top: 10px;
}

.searh_inp_footer.fixpng {
    background: url(/images/footer_img/search_bg.png);
    height: 31px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

form#searchformpopup {
    float: none;
    margin: 10px auto;
    width: 200px;
}

.footer_bl_center .footer_mail a {
	text-decoration: none;
}
.searh_inp_footer input.image {
    margin: 5px 0px 0px 10px;
}
.yashare-auto-init {
	float: right;
	margin-right: -20px;
	margin-top: -20px;
}
.searh_inp_footer input[type="text"] {
	outline: none;
	height: 25px;
	position: relative;
	top: -5px;
}

.bubble_callback {
height: 390px;
width: 330px;
}


/* .dms-calc .dms-calc-bottom .calc-offers .calc-summary-page a:first-child{
	display: none !important;
} */
.office_info
{
    float: left;
    width: 315px;
}

#contact input[type="text"]
{
    width: 250px;
    border: 1px solid #4E868C;
    line-height: 16px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #bbbbbd;
    height: 30px;
    border-radius: 5px;
    padding: 2px 5px;
}
#contact textarea
{
    width: 250px;
    border: 1px solid #4E868C;
    line-height: 16px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #bbbbbd;
    height: 150px;
    border-radius: 5px;
    padding: 2px 5px;
}

#send
{
    width: 250px;
    height: 25px;
}

#contact input[type="text"].error,
#contact textarea.error
{
    border: 1px solid red;
}

.form_banner {
    background: url('/images/banner_new.png') no-repeat scroll 0 0 transparent;
    height: 339px;
    position: relative;
    line-height: 45px;
    margin: 25px 0px;
}
.banner-2018{
	background: url('/images/banner_new-2018.jpg') no-repeat scroll 0 0 transparent!important;	
}
.banner-2018-1{
	background: url('/images/banner_new-2018-1.jpg') no-repeat scroll 0 0 transparent!important;	
}
.banner-2018-2{
	background: url('/images/banner_new-2018-2.jpg') no-repeat scroll 0 0 transparent!important;	
}
.banner-2018-3{
	background: url('/images/banner_new-2018-3.jpg') no-repeat scroll 0 0 transparent!important;	
}
.banner-2018 .h1-new{
	display:none;
}
.banner-nesch{
	background: url('/images/banner-med-nesch.jpg') no-repeat scroll 0 0 transparent!important;
}
.banner-nesch #ban_send{
	margin-top:0px!important;
}
.banner-nesch .h1-new{
	display:none;
}

.h1-new{
	    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 16px;
}
.message {
    top: 85px;
    position: absolute;
    width: 360px;
        text-align: center;
}

#ban_contact {
    width: 360px;
    position: absolute;
    padding: 0px 30px;
    top: 120px;
}

#ban_contact input[type="text"] {
    width: 100%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    height: 36px;
    border-radius: 5px;
    padding: 2px 10px;
}

#ban_send {
    background: url('/images/2583166_Zakazat.png') no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-weight: bold;
    height: 42px;
    padding-bottom: 2px;
    width: 202px;
    float: right;
    margin-top: 18px;
}

#ban_send:hover {
    background: url('/images/2583167_Zakazat_hover.png') no-repeat scroll 0 0 transparent;
}

.form_banner ::-webkit-input-placeholder {      color: #707070;  font-style: italic;}
.form_banner ::-moz-placeholder          {     color: #707070;    font-style: italic;}/* Firefox 19+ */
.form_banner :-moz-placeholder           {      color: #707070;   font-style: italic;}/* Firefox 18- */
.form_banner :-ms-input-placeholder      {     color: #707070;   font-style: italic;}

.prog-header-txt {
  width: 100% !important;
    padding: 30px 20px 0px 20px !important;
    /*padding-left: 130px !important;*/
}


.dms-text-top {
    color: #5d5c5c;
    line-height: 20px;
    font-size: 14px;
}
form#ban_contact .error {
    border-color: red;
}
.requiredpoles {
    font-size: 9px;
    line-height: 1;
    margin-bottom: -5px;
    margin-top: 5px;
}
.calculate{
	display:none;
}
