/**HESDER***********************************************************************/
.breadcrumb{
	position: relative;
	text-align: center;
	background: none;
}
.breadcrumb>li>a{color: #fff; font-size: 15px;}
.breadcrumb > .active {font-weight: 600; color: #fff;}

.header_page{
	width: 100%;
	height: 300px;
	background-color: #000;
	margin-bottom: 50px;
}

.header_page h1{
	position: relative;
	padding-top: 150px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

span.header_page_bg{
	*background-image: url(../images/img/hb1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: inherit;
    opacity: 0.7;
}

li.edd {
    font-size: 18px;
    text-align: center;
}
li.edd a{
	color: #fff;
}
.consultant h3{padding-left: 50px; color: #fff; padding-bottom: 15px;}
.consultant{
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 3px 6px 9px 2px rgba(0,0,0,0.1);
    height: 150px;
    background-color: #3c43e4;
}
.consultant_ico{
    position: absolute;
    right: -36px;
    top: -50px;
    background: url(../images/img/ok1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 200px;
}


.max_page_content{max-width: 1200px;}
.pages-view p{
	white-space: pre-wrap;
	*padding:0 10px 35px 10px;
}
.passport_alert{
	border:1px double red;
	border-radius: 5px;
	padding: 20px 35px;
	text-align: center;
}
.passport_alert h6{
	font-size: 17px;
	color: red;
}
.passport_alert p{padding: 10px;font-weight: 600;}

.scheduleContainer {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 15px 0;
    flex-direction: row;
    flex-wrap: wrap;
    
    & .scheduleItem {
        padding: 20px;
        border: 1px solid #9a9a9a;

        & > ul {
            margin: 0;

            & > li {
                padding: 15px 10px;
                margin: 0;
                text-align: center;
            }

            & > li:not(:nth-child(1),:nth-child(2),:nth-child(3)) {
                color: rgb(132, 132, 132);
            }
            
            & > li:not(:last-child) {
                border-bottom: 1px solid #dddddd;
            }
        }
    }
}

.bold {
    font-weight: 600;
}

/**MAP****************************************************/
 .map-control {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        font-family: 'Roboto','sans-serif';
        margin: 10px;
        /* Hide the control initially, to prevent it from appearing
           before the map loads. */
        display: none;
      }
      /* Display the control once it is inside the map. */
      #map .map-control { display: block; }

      .selector-control {
        font-size: 14px;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
      }

/*TABLES*/
