@media screen and (min-width: 661px){
    .featured-twitter-feed {
        overflow-y:scroll;
        max-height: 383px;
    }
}
@media screen and (min-width: 1100px){
    .featured-twitter-feed {
        overflow-y:scroll;
        max-height: 440px;
    }
}
@media screen and (min-width: 1201px){
    .featured-twitter-feed {
        overflow-y:scroll;
        max-height: 571px;
    }
}

.laws-block ul {
    list-style: decimal;
}
.news-photo .category_descr, .news-text .category_descr, .news-video .category_descr{
    display: table;
}
@media all and (-ms-high-contrast: none) {
    .main_text .main-img img {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    *::-ms-backdrop, .main_text .main-img img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
}

/* MAIN PAGE LINKS */
.links-container .featured-gov-links .gov-links_list {
    width: 100%;
}
.links-container .gov-links_item {
    display: inline-block;
    width: 49%;
}
.links-container .featured-gov-links .gov-links_list.rayon .gov-links_item {
    width: 25%;
}
/* MAIN PAGE LINKS END */

/* PDF PAGES */
.block-align-center {
    text-align: center;
    color: #012f3f;
}
.block-align-center>p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #012f3f;
    font-size: 20px;
}
.block-align-center table {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    border: 1px solid #012f3f;
    border-collapse: collapse;
    width: 60%;
}
.block-align-center table th, .block-align-center table td {
    border: 1px solid #012f3f;
    padding: 5px;
}
.block-align-center table th{
    background-color: #5975b0;
    color: #fff;
    padding: 7px 0;
    font-weight: normal;
}
.block-align-center img{
    margin-bottom: 30px;
}
.block-align-center>div{
    margin-bottom: 60px;
}
/* PDF PAGES END */

/* POPULATION */
.general-container ul.links-content {
    list-style-type: none;
    padding: 30px 0 70px;
    margin: 0 auto;
    width: 705px;
}
.general-container ul.links-content li {
    padding-bottom: 10px;
}
.general-container ul.links-content a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #012f3f;
}
.general-container ul.links-content a:hover {
    border-bottom:1px solid #012f3f;
}
.general-container ul.links-content a strong {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 660px){
    .population-block p{
        text-align: center !important;
    }
    .general-container ul.links-content {
        margin: 0;
        width: auto;
    }
}
/* POPULATION END */

@media screen and (max-width: 660px){
    .block-align-center table {
        width: 100%;
    }
    .block-align-center table th, .block-align-center table td {
        padding: 2px;
    }
}

/* HOLIDAYS */
.holidays-block h4 {
    background-color: #5975b0;
    color: #ffffff;
    padding: 20px 10px;
}
.holidays-block p {
    background-color: #ffffff;
    text-align: left;
    border-left: 4px solid #5975b0;
    padding: 15px;
    font-size: 18px;
}
.holidays-block p a{
    text-decoration: underline;
    color: #012f3f;
}
/* HOLIDAYS END  */

/* STATE SYMBOLS */
.general-container .page-symbols .stars-symbols {
    font-size: 30px;
    text-align: center !important;
    margin: 15px 0 0;
}
.general-container .page-symbols .img-flag {
    width: 80%;
    margin: 0 auto;
}
.general-container .page-symbols .img-gerb {
    width: 33%;
}
.general-container .page-symbols .white-block {
    margin-bottom: 30px;
}
@media screen and (max-width: 660px){
    .general-container .page-symbols .img-flag {
        width: 100%;
        margin: 0 auto;
    }
    .general-container .page-symbols .img-gerb {
        width: 100%;
    }
}
/* STATE SYMBOLS END */

/* PAGE STATIC */
.text-align-justify {
    text-align: justify;
}
.text-align-center {
    text-align: center;
}
.page-static-text{
    font-size: 18px;
}
.page-static-text h3,
.page-static-text h5 {
    color: #4868b2;
    margin: 0;
}
.page-static-text h3{
    font-size: 26px;
    line-height: 40px;
    padding: 25px 0 15px;
}
.page-static-text h5{
    font-size: 22px;
    line-height: 40px;
}
.page-static-text .color-blue {
    color: #4868b2;
}

.page-static-table table {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    border: 1px solid #012f3f;
    border-collapse: collapse;
    width: 60%;
}
.page-static-table table th, .page-static-table table td {
    border: 1px solid #012f3f;
    padding: 5px;
    text-align: left;
}
.page-static-table table th{
    background-color: #5975b0;
    color: #fff;
    padding: 7px 5px;
    font-weight: normal;
    text-align: center;
}
@media screen and (max-width: 800px){
    .page-static-text{
        padding: 0 15px;
    }
    .page-static-table table {
        width: 100%;
    }
}
/* PAGE STATIC END */

/* CONSTITUTION */
.page-static-list .list-items{
    background-color: #ffffff;
    border-left: 4px solid #5975b0;
    margin-bottom: 15px;
    padding: 15px;
}
.page-static-list .list-items.list-items-italic p{
    font-style: italic;
    font-size: 16px;
}
.page-static-list p, .page-static-list a, .page-static-list span {
    font-family: 'Roboto Condensed', sans-serif;
}
.page-static-list .list-items p{
    padding: 15px 0 0;
    margin: 0;
}
.page-static-list .list-items .sections-title{
    font-weight: bold;
    text-align: center;
}
.page-static-list .list-items>p:first-child{
    padding: 0;
}
.page-static-list .list-items p a{
    text-decoration: underline;
    color: #012f3f;
}
.page-static-list .list-items p sup{
    text-decoration: underline;
    color: #012f3f;
    font-size: 10px;
}
.page-static-list .list-items .links-content a{
    text-decoration: none;
}
.page-static-list .list-items .links-content .links-title{
    color: #4868b2;
    font-weight: 600;
    font-size: 20px;
}
.page-constitution h3 {
    color: #4868b2;
    font-size: 30px;
    line-height: 40px;
}
/* CONSTITUTION END */

.js-toggle h3:hover {
    cursor: pointer;
}
.main-header_slider .slides_label .label-date {
    text-transform: lowercase;
}

/* MAIN PAGE banners */
.featured-links_strategic-map {
    height: 207px;
    margin-bottom: 22px;
    background-position: center;
}
.featured-links_strategic-map.banner-strateji-yol-xeritesi {
    background-image: url(//static.president.az/assets/banners/strateji_yol_xeritesi.jpg);
}
.featured-links_strategic-map.banner-cop29 {
    background-image: url(//static.president.az/assets/banners/cop29.jpg);
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .featured-links_strategic-map {
        height: 204px;
    }
}

@media screen and (max-width: 1201px) {
    .featured-links_strategic-map {
        height: 14vw;
    }
}
@media screen and (max-width: 960px) {
    .featured-links_strategic-map {
        margin-bottom: 15px;
        height: 135px;
    }
}
@media screen and (max-width: 660px) {
    .featured-links_strategic-map {
        height: 57vw;
    }
    .featured-links_strategic-map.banner-cop29, .featured-links_strategic-map.banner-strateji-yol-xeritesi {
        margin-bottom: 5.33vw;
    }
}

/* Inner page breadcrumbs */
@media screen and (max-width: 660px) {
    .main-content_events .breadcrumbs.mf-bit-title-50 {
        margin-bottom: 90px;
    }
    .main-content_events .breadcrumbs.mf-bit-title-100 {
        margin-bottom: 140px;
    }
    .main-content_events .breadcrumbs.mf-bit-title-150 {
        margin-bottom: 200px;
    }
    .regions-map {
        height: 240px;
    }
}