html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    /*height: 60px;*/
    background-color: #5b5b5b;
    border-top: 1px solid #000000;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.block__list{
    margin-top: 25px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div#my-menu-collapse ul li {
    text-align: center;
    margin: 0 auto;
}

#head {
    height: 850px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/img/technical/background1.jpg") ;
    background-size: 100%;
}
.custom_navbar {
    /*height: 120px;*/
    background: rgba(43, 43, 43, 0.92);
    position: fixed;
    width: 100%;
}

.navbar_ul {
    padding: 20px;

}
.logo-text {
    color: white;
    padding: 5px;
}
.nav-item {
    color: white!important;
    font-size: 17px;
    font-weight: 600;
}
.nav-link {
    color: white!important;
}
.head_href {
    color: white !important;
}


.bg-dark {
    background-color: #212529de !important;
    position: fixed !important;
    z-index: 1000;
}

.main_title {
    height: 700px;
    padding: 200px 50px 150px 50px;
}
h1 {
    color: white;
    font-size: 45px!important;
    text-align: center;
}
.main_title_p {
    color: white;
    font-size: 26px!important;
    text-align: center;
}
.date {
    font-family: "Montserrat", "Helvetica", "Verdana", "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.date_items {
    margin-top: 160px;
}

#publications {
    background-color: #1b1b1c;
}

#sections {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.date_link {
    color: black;
}

.conference_title {
    color: white;
    padding: 50px 0 50px 0;
    text-align: center;
    font-family: "Montserrat", "Helvetica", "Verdana", "Roboto", sans-serif;
}
.black_background {
    background-color: #1b1b1c !important;
}
.text_white {
    color: white !important;
}
.accordion-button {
    /*color: white !important;*/
    /*background-color: white !important;*/
    border-color: white !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


#round_table {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.descripton {
    font-size: 25px;
    color: grey;
    font-family: "Montserrat", "Helvetica", "Verdana", "Roboto", sans-serif;
}
.footnote {
    font-size: 20px;
    font-style: oblique;
    margin-top: -17px;

}
#address {
    padding-top: 70px;
    padding-bottom: 70px;
}
.social_links_bottom {
    width: 25px;
    margin-right: 20px;
    margin-top: 25px;
}
.social_links_head {

    width: 55px;
    margin-right: 10px;
    margin-top: 25px;
}
.footer_cont {
    /*text-align: center;*/
}
.footer_logo_text {
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-align: left;
}
.footer_logo_text:hover {
    color: white;
    text-decoration: none;

}

.footer_links {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_links li{
    display: inline-block!important;
}

.footer_link_item {
    color: white;
    text-decoration: none;
    margin: 5px;
    font-size: 15px;
}
.footer_link_item:hover{
    color: #00a900;
}
.d-flex {
    width: 150px!important;
}
/*.navbar-brand {*/
/*    font-size: 24px!important;*/
/*}*/

.logo_text {
    font-size: 15px;
    line-height: 18px;
    padding: 18px 0 12px 0;
    color: white;
    text-align: justify;
}

:target:before {
    content: "";
    display: inline-block;
    height: 380%;
    margin: -380px 440px 440px 1000px;
}

.header_padding {
    padding-bottom: 40px;
    padding-top: 40px
}
.header_padding_lang {
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 60px;
    text-align: center;
}
.header_padding_links{
    padding-bottom: 40px;
    padding-top: 55px;

}
.show-xs {
    display: none;
}

@media(max-width:767px) {
    #head {
        height: 630px;
    }
    .main_title {
        height: 300px;
        padding: 100px 0 100px 0;
    }
    h1 {
        color: white;
        font-size: 23px!important;
        text-align: center;
    }
    .main_title_p {
        color: white;
        font-size: 19px!important;
        text-align: center;
    }
    .date {
        font-family: "Montserrat", "Helvetica", "Verdana", "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 600;
    }
    .footnote, .descripton {
        font-size: 15px;
    }
    .navbar-brand {
        font-size: 11.5px !important;
    }
    .header_links {
        display: none;
    }
    .header_padding_lang {
        padding-top: 1px;
        padding-bottom: 10px;
        display: none;
    }
    .header_padding_links {
        padding-top: 1px;
        padding-bottom: 1px;
    }
        .show-xs {
        display: block;
    }
    /*.logo_head {*/
    /*    display: none;*/
    /*}*/

}





/*Медицинская конференция*/
#head-med-conf {
    height: 700px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64)), url("/img/background/med-conf-background.png") ;
    background-size: 100%;
}
.date-header-med {
    color: white;
    font-weight: bold;
}
.main_title-med {
    height: 700px;
    padding: 160px 50px 150px 50px;
}
.btn-get-inf-letter {
    color: white;
    text-decoration: underline;
    font-size: 18px;

}
.btn-get-inf-letter:hover {
    color: white;
}

.header-item-med {
    text-align: center;
    margin-bottom: 10px;
}
.head-icon-med {
    width: 25px;
    margin-top: -5px;
    margin-right: 5px;
}
@media(max-width:767px) {
    #head-med-conf {
        max-height: 600px;
        background:linear-gradient(to right, rgba(0, 0, 0, 0.69),
        rgba(0, 0, 0, 0.37)), url("/img/background/med-conf-background-mobile.png");
        background-size: auto 100%;
    }
    .main_title-med {
        padding: 30px 20px 100px 20px !important;
    }
    .main_title_med_h1 {
        font-size: 20px!important;
    }
}
/*Еще одна медицинская конференция 19.04.2022*/
#head-med-conf2 {
    height: 650px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.84)), url("/img/background/med-com.jpeg?v=1");
    background-size: 100%;
}
.main_title-med2 {
    height: 650px;
    padding: 100px 50px 150px 50px;
    font-size: 20px;
}
.main_title_p2 {
    color: white;
    font-size: 18px!important;
    font-style: italic;
    text-align: center;
}
.btn_program_med_com {
    background-color: darkred !important;
    border-color: darkred !important;
}
.mainh1 {
    font-size: 30px !important;
}
.program_med_com {
    margin-top: 180px;
}
@media(max-width:767px) {
    #head-med-conf2 {
        max-height: 550px;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.8)), url("/img/background/med-com-mobile.jpeg") ;
    }
    .main_title-med2 {
        padding: 40px 20px 100px 20px !important;
    }
    .mainh1 {
        font-size: 25px!important
    }
    .main_title_p2 {
        margin-top: 50px;
        line-height: 18px;
        font-size: 16px!important;
    }
    .program_med_com {
        margin-top: 40px;
    }
    /*.section-page.franchise{*/
    /*    margin-top: 450px;*/

    /*}*/
  
}
