/*
Theme Name: Образовательный центр Лидер 3
Theme URI: http://sasecurity.by
Description: Шаблон для сайта образовательного центра Лидер.
Author: SASecurity Group, PE
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.alignleft {
    float: left;
    margin: 5px;
}

.alignright {
    float: right;
    margin: 5px;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

section {
    margin-top: 0;
    margin-bottom: 0;
}

nav.basic_navbar {
    background: url('images/nav-background.jpg');
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    background-color: transparent;
    border-bottom: 5px #3177B3 solid;
}

#basic_navbar_block {
    width: 50%;
}

div.gradient {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

a.navbar-brand {
    padding: 0;
    background: transparent;
}

a.navbar-brand:hover {
    background: transparent;
}

@media (min-width: 1024px) {
    .navbar-nav {
        padding-left: 30px;
    }
}

#footer_navbar_block ul li {
    float: left;
}

ul#menu-basic_menu li a {
    color: white;
    font-weight: bold;
}

ul#menu-basic_menu li.open a {
    background: transparent;
    box-shadow: none;
    border: none;
}

ul#menu-basic_menu li > ul {
    background: #3278B4;
}

ul#menu-basic_menu li > ul li:hover {
    background: #245782;
}

div.header_right {
    color: white;
    font-size: 1.6em;
    line-height: 60px;
    padding-left: 0;
}

div.header_right small {
    font-size: 0.4em;
}

div.header_right i {
    padding: 5px 7px;
    border: 1px white solid;
    border-radius: 50%;
}

section#home_city_select {
    background: #F5F1F2;
    border-bottom: 1px #E2E0E1 solid;
}

h4.footer_all_cities {
    text-align: center;
    color: #787775;
    font-size: 1em;
    font-weight: bold;
}

.footer_row_cities {
    padding-bottom: 20px;
    border-bottom: 1px #565656 solid;
    position: relative;
    z-index: 99999;
}

a.social_footer {
    border: 1px #337ab7 dashed;
}

a.fb {
    padding: 3px 9px;
}

a.vk,
a.gp {
    padding: 3px 5px;
}

a.tw {
    padding: 3px 6px;
}

a.lj,
a.yt {
    padding: 3px 7px;
}

a.footer_city_link {
    color: white;
    padding: 5px 15px;
    font-size: 0.8em;
    font-weight: bold;
}

#footer_navbar_block a {
    color: white;
}

#footer_navbar_block a:hover {
    background: transparent;
    text-decoration: underline;
}

.btn-success {
    border: 1px #5AA761 solid;
    background: linear-gradient(to bottom, #66BA6D, #5EB066);
}

.btn {
    border-radius: 2px;
}

.table thead tr th {
    font-family: 'PT Sans', sans-serif;
    color: #555555;
}

.table tr td {
    color: #555555;
    font-size: 0.9em;
}

div.sidebar_block {
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.sidebar_block h4 {
    background: #bb5050;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: white;
    font-weight: bold;
    margin: 0;
}

.sidebar_block h3 {
    font-family: 'PT Sans', sans-serif;
    color: #555555;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 15px;
}

.glyphicon-map-marker {
    float: left;
    height: 25px;
}

h1.single_page_title {
    font-family: 'PT Sans', sans-serif;
    color: #555555;
    font-size: 1.4em;
    font-weight: bold;
}

.clients_logos img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.typeahead {
    z-index: 1051;
}

a[href="#vk"],
a[href="#fb"],
a[href="od"] {
    font-size: 0.8em !important;
}

.container_border {
    padding-bottom: 40px;
    border-right: 1px #D7D1D3 solid;
    border-left: 1px #D7D1D3 solid;
    background: #ffffff;
}

.container_clients {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0 5px 10px black;
    background: #fff;
}

.container_clients img {
    max-width: 100%;
}

.container_clients [class^="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home_course_search input[type="text"] {
    min-width: 230px;
}

.column-course {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.navbar-brand,
.navbar-nav > li > a {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

@media (max-width: 768px) {
    #basic_navbar_block {
        width: 100% !important;
    }
    .consul_and_enroll {
        text-align: center;
    }
    .consul_and_enroll a {
        margin-bottom: 7px;
    }
}

@media (min-width: 1024px) {
    .news_sidebar {
        margin-top: -60px;
    }
    .page_sidebar {
        position: relative;
        top: -30px;
    }
    .vac4lid_side {
        position: relative;
        top: -90px;
    }
    .uspeh {
        position: relative;
        top: -60px;
    }
    .breadcrumb {
        padding: 8px 0px;
    }
}

.faqs_content {
    max-height: 600px;
    overflow-y: scroll;
    padding: 15px;
}

section.container_clients {
    background: white;
    padding-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff5656;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

ul.typeahead.dropdown-menu {
    z-index: 9999;
}

.courseProgramm-button {
    cursor: pointer;
    position: relative;
}

.courseProgramm-button-gradient {
    background: url('https://eart.by/wp-content/uploads/2017/02/grad.png') repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.courseProgramm-button-dots {
    background: url('https://eart.by/wp-content/uploads/2017/02/three-dots-more-indicator_icon-icons.com_72518.png') no-repeat center 100%;
    background-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.courseProgramm-block {
    position: relative;
}

.courseProgramm-block-dots {
    background: url('https://eart.by/wp-content/uploads/2017/02/three-dots-more-indicator_icon-icons.com_72518.png') no-repeat center 100%;
    background-size: 25px;
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 30px;
    height: 26px;
    z-index: 999;
    cursor: pointer;
    cursor: pointer;
}

.bg-primary {
    background-color: #bb5050;
}

.profile-photo {
    margin-left: -25px;
    height: auto;
    padding-left: 5px;
    margin-bottom: 20px;
}

.profile-photo img {
    width: 100%;
}

.about_prepod {
    margin-top: 20px;
    padding-top: 15px;
    margin-left: -10px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.about_prepod:hover {
    background-color: #e8e8e8;
}

.about_prepod h3 {
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -5px;
    ;
}

.about_prepod h4 {
    color: #646270;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
    font-style: italic;
}

.about_prepod p {
    font-size: 14px;
}

.about_prepod ul li {
    margin-left: -40px;
    font-size: 14px;
}

.about_prepod ul {
    margin-bottom: 20px;
}

.about_prepod .more {
    color: #b1796c;
    font-weight: 400;
    text-decoration: underline;
}

.page-404 {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    /*  background-image: url(img/404_1.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-404 .text {
    /* position: absolute;
    top: 54%;
    left: 44%;*/
    background-image: url(img/404_2.svg);
    width: 496px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.page-404 .text a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2.549;
    width: 100%;
    float: left;
    top: 77%;
    left: 51%;
    position: absolute;
}

.page-404 .text p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.302);
    margin: 0px;
    left: 41%;
    width: 100%;
    margin-top: -5px;
    position: absolute;
    top: 74%;
}

.page-404 .text .error {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: rgb(23, 112, 172);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3.248;
    font-weight: bold;
    top: 65%;
    left: 41%;
    width: auto;
    position: absolute;
}


@media all and (max-width:1000px) {
    .page-404 .text a {
        font-size: 14px;
        width: 65%;
    }
    .page-404 .text p {
        font-size: 13px;
        width: 65%;
    }
    .page-404 .text .error {
        font-size: 12px;
        top: 66%;
    }
}

@media all and (max-width:665px) {
    .page-404 .text a {
        font-size: 13px;
        width: auto;
        line-height: normal;
        text-align: center;
        width: 100%;
        left: 0%;
        top: 106%;
    }
    .page-404 .text p {
      
        left: 0;
        width: 100%;
        top: 102%;
        text-align: center;
    }
    .page-404 .text .error {
        font-size: 11px;
        text-align: left;
        display: none;
    }
    .page-404 .text{
        background-image: url(img/404_3.svg);
    }
}