html {
    position: relative;
    min-height: 100%;
    width: 100%;
}


a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.align-center {
    text-align: center;
}

#container {
    background-color: #FFF;
}
@media (max-width: 500px) {
    html {
        width: 100%;
    }

    #container {
        width: 100%;
    }

    #sidebar {
        display: none;
    }

    #appointment-link {
        display: block;
        width: auto;
        color: #0054A5;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }


    #main {
        font-size: 14px;
    }
    #main h1, #main h2, #main h3 {
        color: #1e73be;
        font-weight: bold;
    }
    #main h1 {
    	font-size: 1.3em;
    }
    #main h2 {
    	font-size: 1.2em;
    }
    #main h3 {
    	font-size: 1.1em;
    }
    .content {
        padding: 0 20px;
    }
}

@media screen and (min-device-width: 501px) and (max-device-width: 991px) {
    body {
        min-height: 100%;
        background-color: #EAECEB;
        font-family: Lato, Helvetica, Arial, sans-serif;
    }

    #container {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px;
    }

    .row {
        margin: 0px;
    }

    #main {
        font-size: 32px;
    }

    #mobile-title h1 {
        display: inline-block !important;
    }

    #main h1 {
        font-size: 0.6em;
    }

    h2 {
        font-size: 0.6em;
    }

    #main h3 {
        font-size: 1.2em !important;
        font-weight: bold;
    }

    #main-menu {
        font-size: 32px !important;
    }

    .logo_container {
        font-size: 32px !important;
    }

    .site-title {

    }

    .site-title a {
        vertical-align: top;
    }

    .site-title a {
        vertical-align: top;
    }

    #logo-img {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        background-image: url('/skeleton/img/Logo_White_Horizontal.png');
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #logo-text {
        height: 100px;
        padding-top: 40px;
        display: inline-block;
        vertical-align: top;
        font-size: 100px !important;
    }

    .site-description {
        margin-top: 60px;
    }

    .li-first-level a {
        font-size: 32px !important;
    }

    .site-title a div {
        font-size: 46px !important;
    }

    .main-menu-span {
        font-size: 32px !important;
    }

    .sidebar {
        font-size: 32px !important;
    }

    .span-grey-12 {
        font-size: 32px !important;
    }

    #site-search {
        display: block;
        margin-right: auto;
        margin-left: auto;
        border: solid 2px #BDBEC2;
        border-radius: 3px;
        color: #BDBEC2;
        padding: 2px 8px;
        padding-top: 4px;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    input {
        outline: none;
    }

    #site-search input {
        width: 100%;
        height: 75px !important;
        line-height: 35px;
        border: solid 0px #BDBEC2 !important;
        background-color: rgba(0, 0, 0, 0) !important;
        font-size: 32px;
        font-weight: bold;
    }

    #site-search input::placeholder {
        color: #BDBEC2;
        font-size: 32px;
        font-weight: bold;
    }

    #search-label {
        position: absolute;
        right: 5px;
        top: 25px;
        border: solid 0px #000;
        background-color: rgba(0, 0, 0, 0);
    }

    .fa-lg {
        font-size: 32px !important;
    }

    .active-aside {
        top: 0px;
        left: 0px;
        position: fixed;
        z-index: 9999 !important;
    }

    #appointment-link {
        display: block;
        width: 213px;
        color: #0054A5;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }


    #small-map {
        width: 100%;
        height: 140px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
        position: relative;
    }

    #small-map a {
        color: #fff !important;
    }

    .site-map-button {
        position: absolute;
        height: 70px;
        width: 33%;
        text-align: center;
    }

    
    .site-map-button:active {
    	color: white;
    }
    

    #site-map-button-1 {
        top: 0px;
        left: 0px;
    }

    #site-map-button-2 {
        top: -2px;
        left: 33%;
        height: 70px;
        margin: 0px;
        padding: 0px !important;
    }

    #site-map-button-3 {
        top: 0px;
        right: 0px;
    }

    #site-map-button-4 {
        top: 70px;
        left: 0px;
    }

    #site-map-button-5 {
        top: 70px;
        left: 33%;
        height: 35px;
        margin: 0px;
        padding: 0px !important;
    }

    #site-map-button-5:active {
    	color: #d7dbe2;
    	background-color: #d7dbe2;
    }

    #site-map-button-5:focus {
    	border: none;
    }

    #site-map-button-6 {
        top: 70px;
        right: 0px;
    }

    #site-map-button-1:active, #site-map-button-2:active, #site-map-button-3:active, #site-map-button-4:active, #site-map-button-5:active, #site-map-button-6:active {
    	color: white;
    }

    .control-label {
        text-align: left!important;
    }

    .form-control {
        min-height: 70px;
        font-size: 50px;
    }

    .btn {
        min-height: 70px;
        font-size: 70px!important;
    }

    label {
        font-size: 40px;
    }

    #appointment-type-time {
        font-size: 40px;
    }

    .day {
        font-size: 70px;
    }

    #sidebar {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }

    body {
        /* Margin bottom by footer height */
        padding-top: 30px;
        min-height: 100%;
        height: 100%;
        background-color: #EAECEB;
        font-family: Lato, Helvetica, Arial, sans-serif;
    }

    #container {
        height: 100%;
        min-height: 100%;
        background-image: url('/skeleton/img/bg-2.png');
        background-position: top center;
    }

    #main h1,
    #main h2,
    #main h3,
    #main h4,
    #main h5,
    #main h6 {
        text-align: left !important;
        margin-left: 0px !important;
    }

    #main h1 {
        display: block;

        font-size: 2.3em;
        font-weight: 700;

        margin-bottom: 2.5rem;
        text-align: center;
        text-transform: uppercase;
        color: #1e73be;
        line-height: 1.1;
    }


    #main-row {
        height: 100%;
        min-height: 100%;
    }

    #sidebar-container {
        height: 100%;
        min-height: 100%;
    }

    #sidebar {
        height: 100%;
        min-height: 100%;
    }

    #mobile-title, #mobile-menu-close {
        display: none;
    }

    .site-title {
        
    }

    .site-title a {
        vertical-align: top;
        height: 51px;
    }

    #logo-img {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        background-image: url('/skeleton/img/Logo_White_Horizontal.png');
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #logo-text {
        height: 51px;
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
    }

    #site-search {
        display: block;
        margin-right: auto;
        margin-left: auto;
        border: solid 2px #BDBEC2;
        border-radius: 3px;
        color: #BDBEC2;
        padding: 2px 8px;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    input {
        outline: none;
    }

    #site-search input {
        width: 100%;
        height: 27px !important;
        line-height: 27px;
        border: solid 0px #BDBEC2 !important;
        background-color: rgba(0, 0, 0, 0);
    }

    #site-search input::placeholder {
        color: #BDBEC2;
        font-size: 16px;
        font-weight: bold;
    }

    #search-label {
        position: absolute;
        right: 5px;
        top: 5px;
        border: solid 0px #000;
        background-color: rgba(0, 0, 0, 0);
    }

    #appointment-link {
        display: block;
        width: 100%;
        color: #0054A5;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #small-map {
        display: block;
        position: relative;
        width: 100%;
    }

    #small-map a {
        color: #fff !important;
    }

    #small-map .site-map-button {
        text-align: center;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
    }

    .content {
        padding: 0 35px;
    }

    #small-map {
        width: 100%;
        height: 70px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
        position: relative;
    }

    .site-map-button {
        position: absolute;
        height: 35px;
        width: 33%;
        text-align: center;
    }

    #site-map-button-1 {
        top: 0px;
        left: 0px;
    }

    #site-map-button-2 {
        top: -2px;
        left: 33%;
        height: 35px;
        margin: 0px;
        padding: 0px !important;
    }

    #site-map-button-3 {
        top: 0px;
        right: 0px;
    }

    #site-map-button-4 {
        top: 35px;
        left: 0px;
    }

    #site-map-button-5 {
        top: 33px;
        left: 33%;
        height: 35px;
        margin: 0px;
        padding: 0px !important;
    }

    #site-map-button-6 {
        top: 35px;
        right: 0px;
    }
}

.white-span {
    color: white;
}

.span-grey {
    color: #BDBEC2 !important;
}

.span-grey-12 {
    color: #BDBEC2 !important;
    font-size: 12px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

#main {
    padding: 0px;
    background-color: #fff;
    color: #333;
}

#main p {
    padding: 0px;
}

#main p.nopadding {
    width: 100%;
    padding: 0px;
}


.main-container {
    width: 1387px;
    min-height: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0px;
    position: relative;
    vertical-align: top;
    background-image: url('/skeleton/img/bg.png');
}

#sidebar {
    background-color: #0054A5;
    padding: 1em 1em 6.25rem;
    height: 100%;
}

.sidebar {
    display: block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 34px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.content a {
    color: #0d4d85;
}

.logo_container {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.site-title {
    width: 100%;
    display: table;
    line-height: 51px;
    padding-bottom: 10px;
}

.site-title a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: bottom;
}

.main-menu-span {
    display: block;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    color: #BDBEC2 !important;
    font-size: 12px;
    line-height: 15px;
}

#main-menu {
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    list-style-image: none;
    border-bottom: solid 2px #BDBEC2;
}

#main-menu li.li-first-level {
    color: #FFF;
    text-transform: uppercase;
    list-style-image: none;
    list-style-type: none;
    font-size: 16px;
    position: relative;
    padding: 10px 10px;

}

#main-menu li.li-first-level::before {
    display: block;
    height: 1px;
    width: 10%;
    background-color: #555555;
    content: " ";
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 0;
    margin-left: -5%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#main-menu li.li-first-level > a {
    display: block;
    color: #FFF;
    text-decoration: none;
}

ul.ul-second-level {
    padding-top: 10px;
    color: #BDBEC2;
}

ul.ul-second-level li {
    text-transform: lowercase;
    font-size: 14px;
    list-style-type: disc;
}

ul.ul-second-level li a {
    color: #d7dbe2;
    text-decoration: none;
    font-size: 12px;
    padding: 0px;
}

li.active a {
    color: #fff !important;
    font-weight: bold;
}

.visually-impaired-form {
    display: block;
    height: 100%;
    border: solid 0px #fff;
}

.visually-impaired-form button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 0px;
}
.visually-impaired-form button:hover {
	text-decoration: underline;
}

.table-condensed td {
/ / border: solid 1 px #CCCCCC;
    color: #2B2B2B !important;
    background-color: #EDEDED !important;
}

.table-condensed td.disabled-date, .table-condensed td.disabled {
    border: solid 1px #FAFBFC !important;
    color: #BEBEBE !important;
    background-color: #FCFCFC !important;
}



#appointment-link:hover {
    text-decoration: none;
    background-color: #EAECEB;
}


.checkbox-container, .checkbox-container div, .checkbox-container i {
      margin: 0px;
      padding: 0px;
  }

.checkbox-container input[type="checkbox"] {
    display: none!important;
}

.checkbox-container label {
    position: relative;
}

.checkbox-container input[type="checkbox"] + label .fa-check-square-o {
    display: none;

}

.checkbox-container input[type="checkbox"]:checked + label .fa-check-square-o {
    display: inline-block;
}

.checkbox-container input[type="checkbox"] + label .fa-square-o {
    display: inline-block;
    position: relative;
    left: -3px;
}

.checkbox-container input[type="checkbox"]:checked + label .fa-square-o {
    display: none;
}

.radio-container, .radio-container div, .radio-container i {
    margin: 0px;
    padding: 0px;
}

.radio-container input[type="radio"] {
    display: none!important;
}

.radio-container label {
    position: relative;
}

.radio-container input[type="radio"] + label .fa-dot-circle-o {
    display: none;

}

.radio-container input[type="radio"]:checked + label .fa-dot-circle-o {
    display: inline-block;
}

.radio-container input[type="radio"] + label .fa-circle-o {
    display: inline-block;
    position: relative;
    left: -3px;
}

.radio-container input[type="radio"]:checked + label .fa-circle-o {
    display: none;
}

/*Блок с отзывом*/

.review_item {
	margin-top: 30px;
}

.review_header {
	font-weight: bold;
	margin-bottom: 10px;
}
.review_text {
	margin-left: 15px;
	border-left: 1px solid #808e99;
	padding-left: 10px;
}


.privacy_policy__text ol,
.privacy_policy__text ul{margin:10px 0 10px 20px;}

.privacy_policy__text > ol{}
.politics-header{position:relative;cursor:pointer;}
.politics-header:after{font-family: FontAwesome; content: "\f078";font-size:16px;color:#1c71ca;position:absolute;top:-5px;right:-25px;}
.privacy_policy__text_item--open .politics-header:after{content: "\f077"}
/*
.privacy_policy__text > ol > li{position:relative;cursor:pointer;}
  .privacy_policy__text > ol > li > strong{position:relative;text-decoration:underline;}
    .privacy_policy__text > ol > li > strong:after{content:"Ë";font-family:"WebSymbolsLiga";font-size:20px;color:#1c71ca;position:absolute;top:0;right:-20px;}
      .privacy_policy__text > ol > .privacy_policy__text_item--open > strong:after{content:"Ë";font-family:"WebSymbolsLiga";font-size:20px;color:#1c71ca;position:absolute;top:0;right:-20px;}
*/
/*.privacy_policy__text > ol > li:after{content:"Ë";font-family:"WebSymbolsLiga";font-size:20px;color:#1c71ca;position:absolute;top:0;left:-20px;}*/
/*.privacy_policy__text > ol > li.privacy_policy__text_item--open:after{content:"È";}*/
.privacy_policy__text > ol ol{display:none;}
.privacy_policy__text > ol ul{display:none;}
.privacy_policy__text_item--open ol{display:block!important;}
.privacy_policy__text_item--open ul{display:block!important;}

.privacy_policy__text ol {margin:10px 0 10px 20px;
    counter-reset: section;           /*Создает новый счетчик для каждого тега <ol>*/
    list-style-type: none;
}

.privacy_policy__text ol li{margin:0 0 10px 0;}
.privacy_policy__text ol li::before {
    counter-increment: section; /* Инкрементируется только счетчик текущего уровня вложенности */
    content: counters(section, ".") ". "; /*Добавляем значения всех уровней вложенности, используя разделитель '.'*/
    /*Если необходима поддержка < IE8, необходимо убедиться, что после разделителя ('.') не стоит пробел*/
}

.privacy_policy__text li{margin-bottom:10px;line-height:20px;}
.privacy_policy__text ul,
.privacy_policy__text ul li{list-style-type:initial;margin:0 0 10px 8px;padding:0;}
.privacy_policy__text ul li:before{
    content:none;
}
.refusing{
    font-size: 12px;
    color: #d7dbe2;
    margin-top: 20px;
}
#main-row {
    background-color: #0054A5;
}
.mini-banner {
    width: 300px;
    max-width: 100%;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.is-banner {
    text-transform: uppercase;
    box-shadow: inset 0px 0px 13px 6px #d3d2d2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
}

.mini-banner .banner-text {
    padding-top: 0px;
    font-size: 10px;
    text-align: center;
}
.mini-banner .banner-text {
    width: 200px;
}
.is-banner .banner-text {
    color: #222222;
    font-size: 10px;
    line-height: 1.4;
}
.mini-banner a {
    padding: 5px;
    font-size: 10px;
    width: 85px;
    margin-right: 10px;
}
.is-banner a {
    color: #EC3035;
    text-decoration: none;
    border: 1px solid #EC3035;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 10px;
    width: 85px;
}
.is-banner .banner-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    margin-bottom: 10px;