html {
    height: 100%;
    overflow: hidden;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
}
html, body, .container {
    min-width: 971px !important;
}

.price-rouble:after {
    font-family: 'Open Sans';
    content: '\20B7';
}

a {
    outline: none;
}

a img {
    outline: none;
}

img {
    border: 0;
}

#wrapper {
    height: 100%;
    position: relative;
}
#header {
    padding: 20px 20px 0 20px;
}
#top_info,
#top_places {
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
#top_info.zero,
#top_places.zero {
    height: 0;
}
#top_info .back_and_line {
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
}
.back_and_line {
    border-top: 8px solid #005a9f;
    background: #1583e2;
    overflow: hidden;
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
#content .container {
    /* контент не адаптивный */
    width: 1170px;
}
#footer {
    width: 100%;
    /*height: 50px;*/
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 20px;
}
#footer .pull-left {
    position: absolute;
    left: 20px;
    bottom: 0;
}
#footer .pull-right {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pseudo {
    color: #1583e2;
    border-bottom: 1px dashed;
    cursor: pointer;
}


.map_container img,
#map img {
    max-width: none !important;
}
.map_container {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
}
#map {
    width: 100%;
    height: 100%;
}


/* всякие элементы, которые над картой */
.on_top {
    position: relative;
    z-index: 3;
}


h1, h2 {
    margin-top: 3px;
    margin-bottom: 18px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 700;
}
h1 {
    font-size: 40px;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    color: #1583e2;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 25px 0 13px 0;
}
#top_info h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 15px 0;
}




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


.navigation {
    /*background: #eba;*/
    position: relative;
    /*top: 40px;*/
}

.navigation a,
.navigation div,
.navigation .btn {
    vertical-align: top;
}

.navigation .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    behavior: url('/static/js/PIE.htc');
}

.navigation .icon:hover {
    background: #fff;
    border: 7px solid #fff;
    width: 56px;
    height: 56px;
    margin: -7px 13px -7px -7px;
}

.navigation .tooltip.in {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.navigation .tooltip .tooltip-inner {
    background: #1583e2;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
.navigation .tooltip .tooltip-arrow {
    display: none;
}


.info_box {
    width: 200px;
    text-align: center;
}
.info_box div {
    border-radius: 15px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    background: #1583e2;
    text-transform: uppercase;
    display: inline-block;
}


#top_info h1 {
    margin: 50px 0 0 0;
}
#top_info .top_disclaimer {
    margin: 60px 0 0 0;
}
.top_info_close_btn {
    display: block;
    background: url('../img/top_info_close.png');
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.top_info_close_btn:hover {
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: alpha(opacity=80);
}
.awards {
    text-align: center;
    margin: 15px 0 0 0;
    position: relative;
}
.awards a {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 63px;
    text-align: left;
    behavior: url('/static/js/PIE.htc');
}
.awards a span {
    display: block;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    padding-left: 21px;
    color: #ffffff;
    top: 7px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
}
#award_arrow {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 1;
    width: 20000px;
    margin-left: -10000px;
}
#award_arrow .left_part,
#award_arrow .right_part {
    height: 0;
    width: 10015px;
    float: left;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #1583e2 transparent transparent transparent;
}
#award_arrow .right_part {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 15px 0 0 15px;
}


#faces {
    width: 100%;
    height: 234px;
    position: relative;
    text-align: center;
    margin: 25px 0 0 0;
}
#faces a.active {
    z-index: 21 !important;
}
.second_line {
    position: relative;
    top: 100px;
    width: 69%;
    margin: 0 auto;
}
#faces a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid #fff !important;
    border-radius: 50%;
    behavior: url('/static/js/PIE.htc');
}
#faces_mask {
    background: #1583e2;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}
#faces a {
    display: block;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    position: absolute;
    top: 0;
}
#faces #face_1 {
    left: 0;
    z-index: 15;
}
#faces #face_2 {
    left: 50%;
    margin-left: -67px;
    z-index: 14;
}
#faces #face_3 {
    right: 0;
    z-index: 13;
}
#faces #face_4 {
    left: 0;
    z-index: 12;
}
#faces #face_5 {
    right: 0;
    z-index: 11;
}


#top_places h1 {
    margin: 15px 0 0 0;
    text-align: center;
}
#top_places .places_list {
    margin-top: -10px;
    margin-bottom: 20px;
}
#top_places h3 {
    color: #ffffff;
    font-weight: 700;
    margin: 31px 0 11px 0;
    line-height: 16px;
    position: relative;
}
#top_places h3 ins {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 26px;
    height: 24px;
    display: none;
}
#top_places h3.cat_1 ins,
#top_places h3.cat_2 ins,
#top_places h3.cat_3 ins {
    display: block;
}
#top_places h3 img {
    top: -104px;
    left: -76px;
}
#top_places h3.cat_2 img {
    left: -16px;
}
#top_places h3.cat_3 img {
    left: -46px;
}

#top_places p {
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    margin: 5px 0 10px 0;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
}
#top_places p a {
    color: #ffffff;
}
#top_places p:first-child {
    margin-top: 58px;
}



#popup_container {
    padding: 80px 0 20px 0;
    height: 100%;
}
.place_popup .popup_top_marker {
    width: 40px;
    height: 52px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -33px;
    z-index: 5;
    overflow: hidden;
}
.place_popup .popup_top_marker img {
    width: 40px;
}
.place_popup .full_story {
    border-top: 1px solid #1583e2;
    padding-top: 30px;
    padding-bottom: 50px;
}
.place_popup .full_story_preloader {
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}
.price_popup .full_text {
    border-bottom: 1px solid #1583e2;
}
.price_popup .price_button_block {
    padding: 100px 0 40px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.price_popup .price_button_block .btn {
    color: #fff;
    background: #1583e2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    border-color: transparent;
    border-radius: 20px;
    font-size: 20px;
    padding: 16px 30px;
    behavior: url('/static/js/PIE.htc');
}
.price_popup .price_button_block ins {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 82px;
    height: 82px;
    margin-left: -41px;
}
.price_popup .price_button_block ins img {
    left: -310px;
    top: -114px;
}
.price_popup .price_button_block .btn:hover {
    background: #f6931e;
}
.price_popup .price_button_block .btn:hover img {
    top: -212px;
}
.price_popup .price_button_block .btn:active {
    background: #005da5;
}
.price_popup .price_button_block .btn:active img {
    top: -312px;
}

.place_popup .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.popup_background {
    background: #fff;
}
.place_popup {
    width: 768px;
    /*padding: 0 15px;*/
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 100;
}
.place_popup .reducer {
    margin: 0 25px;
}
.place_popup .picture {
    position: relative;
    min-height: 300px;
}
.place_popup .picture .no_trololo_image {
    background: #eee;
    width: 100%;
    height: 321px;
}
.place_popup .picture p {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    top: 64%;
    line-height: 28px;
}
.place_popup .picture .share_block {
    position: absolute;
    bottom: 14px;
    left: 0;
    text-align: center;
    width: 100%;
}
.place_popup .persons_content {
    padding-bottom: 30px;
}
.place_popup .full_story .share_block,
.place_popup .persons_content .share_block,
.price_popup .full_text .share_block {
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 10px;
}
.place_popup .popup_btn {
    width: 56px;
    height: 56px;
    background: #1583e2;
    border-left: 4px solid #005a9f;
    box-sizing: border-box;
    position: absolute;
    top: 32px;
    right: -56px;
    cursor: pointer;
}
.place_popup .close_btn {
    background: #1583e2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAftJREFUeNrs3EFKw0AUgOE0BW/QRcGF4M5reP+tO6GLggtvUCh1Agl0UWvSTKnv5fthdjLCfCSZaaOr0+nUKG6tJQAogAIIUAAFUAABCqAACiBAARRAAQQogAIogAAFUAAFEKAACiBAARRAAQQogAIogAAFUAAFEOD/67WM3R3m3fVzh2oV7B/9dAv8Uca6jO8ytpXm/SpjU8axjLcyPl2B98N76gE3/cLXwlv3c39EuhLbgHhDNRDP8YZCIbZB8WogXsILhxjhGdhtLp5/Weih48Rn4jW88zn3ZbwArPucmotYcy630JFt+wU9XvmZMbfTVHjRdqFzEdPhRTzI34qYEi/iQf4WkCYrXmTAsYhjCosX8RY69XaaGi864FzE8HgZAG9FTIGXBfAccWwp8DIBLrYsgMOOdGy1vooC+KDjxDoLYrtAvFSI7ULx0iD6KC34saJNjrdt6n0VBfABeFMO+yER2wXgpUZsF4KXFjEC4K7yJmQK4g7g/N7/WOxbdpBjEI/97wY4s+419+5190Pl7f81xEMT5BX7KM/AS4g1zm6XEMPgRTzI++OW4OfA4UrcV/7UZNvPGQov4hWo4FegAAIUQAEUQIACKIAABVAABRCgAAqgAAIUQAEUQIACKIACCFAABVAAAQqgAAogQAEUQIACKICa3I8AAwBZq607zYaoKwAAAABJRU5ErkJggg==') -1px 2px;
    background-size: contain;
}
.place_popup .next_btn {
    background: #1583e2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAidJREFUeNrs3D9rVEEUhvFN/BMRTKFCQMFCEMTKIl/AlCnsBEEkpVVsUgQEOxELu1ilkhSBgI1F2uQTiKWQJqRQLKKFFoJBN2fhpgnInTTJOfH3wAvL7in27sPsnZk7M2PD4XCAuowRSCAIBIEEgkAQCAIJBIEgEAQSCAJBIAgkEASCQBBIIAgEgSCQQBAIAgn0KxAIAkEggSAQx8t44e++FXmpBdZsgZ8j17rXy5EnBNZhN3Ll0HvvIg8IzM+PyKV/fLYZmSGwVss7zIfINIE5mYx8j5zpqfsUuUNgXvYiZ3tqtiM3CczL78i5npovkesE5uVX5EJPzbfIVQJr9koP+NndPwlMyqiVXW5orRcJzMvXyFTDfXOCwLzsRG409GDPE5iX0QT3rZ6aPw3DEAJPkI+Ruz01f7u/3F0Cc7IRuddTM7rw212rJTAh7yP3G+pGE+CbBObkbWSuoe5RZJXAnLyOLDTUPY0sEZiTxcirhroXkecE5uRxZKWh7k1knsCczEbWG+rWIg8rXND4AMaB/kIJ1Ikh0DDCQN49MBWm0gpjMrswHicVxgPdwlhSURiLmgpjWWFhLOy1tJ7Ak8DmlsICbS8rKtAGz+ICW3qbtlgX7nU65KAIjhk5Bb1QB/2cgnHgVtfyng3+Yxx2RyAIBIEEgkAQCAIJBIEgEAQSCAJBIAgkEASCQBBIIAgEgSCQQBAIAgkkkEAQCAIJBIEgEEdhX4ABAKobopjUfkrZAAAAAElFTkSuQmCC') -1px 2px;
    background-size: contain;
    top: 104px;
}
.place_popup .prev_btn {
    background: #1583e2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAvhJREFUeNrsnD1rFVEQhs/V+Am5hQYULYIWgnZB/4BpLdIoSkCxMk3SCdordmnURrsogqCVoKX+AQUrvwIRBAORJIWB+BHlOsOuIMF4prqemfM88EJyM0U2T+7dc2Znt9Pr9RL4ZRN/AgQCAgGBCAQEAgIBgQgEBAICAYEIBAQCAgGBCAQEAgIBgQgEBAICAYEIBAQCAhEICAQEAgIRCAgEBPaba5J3Xn/5gcrl3ZJcaL/+KNnv7QA6Fd8j/0Byct1rS5IhBJbPU8nxDX62IukisFyeS45mapYluzkHlscryeFMzU/JARYx5TFnEPNDsoVVaHnoCnNfpmZNspVtRHksGs5nXyU72AeWx2fJYKbG1apzPZE7MasGecue5UUW+M3wkbjgZatQm8DvhsXIB8neCAcbTaBlGzArGY5ywFEEDrUb8M2ZupeSQ5H+YyMIVCGfDMfyTDIS7XzhXaA2pN9KOpm6R5LRiKs1zwLHU3NVIceMZCzqXsmrwCnJPUPdtOR84L2uS4FXJNcNdZclF1NwvLXSbkgmDXXnJHdTBXgSeF9y2lB3QvIkVQJTaQjsG2ckNw11jyVnEVju6vOqoe6O5FINAr0ONU0ZV6LT0VeinqfSxo17wZnIe0HvY4XaSrN0Y7SVNobAMtFm9puU74dqM3sUgWWil5MWDIsyvZw0gsBy0Qu6uWuCsynQNcGIo/U6UpG7Kq8jFcMILBcdasrNxehHrvu5mKittG2SL5maPam5nQyBhbIzNUO7/2JXaoZ/EVgoXcO7bNDwbkXgf95izGdqtreLHwQWit77/j5ToyvXNQSWy0HJ60zNQLuX7CKwTI5IXmRqtBEwh8ByOZaavuhGrCRHT6qodaRCm9oP//L6UnJ2u1nNMzGnJLf/+H4+OXtGzO+Tds1MtO86feCPywZ3zU9qCgFjhQgEBAICEQgIBAQCAhEICAQEAgIRCAgEBAICEQgIBAQCAhEICAQEAgIRCAgEBCIQEAgIBAQiEBAIfeaXAAMAypJ8ySxyxy4AAAAASUVORK5CYII=') -2px 2px;
    background-size: contain;
    top: 168px;
}
.place_popup .popup_btn:hover {
    background-color: #f6931e;
    border-color: #b6701f;
}
.place_popup .popup_btn:active {
    background-color: #ff7842;
    border-color: #bd5d38;
}
.place_popup .popup_header {
    /*padding-top: 24px;*/
}
.price_popup .popup_header,
.awards_popup .popup_header {
    /*padding-top: 16px;*/
}
.awards_popup .person {
    border-top: 1px solid #1583e2;
    padding: 30px 0;
}
.awards_popup .person .person_award_image {
    width: 175px;
}
.awards_popup .person .person_award_image .mask {
    position: relative;
    z-index: 2;
    width: 175px;
}
.awards_popup .person .person_award_image .person_image {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: 150px;
    margin: 15px 13px;
}
.awards_popup .person .person_award_image .person_medal {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.awards_popup .person .person_medal_image {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 81px;
    top: 153px;
    z-index: 4;
}
.report_popup .picture {
    width: 100%;
    background: #1583e2;
    padding-top: 30px;
    margin-bottom: 20px;
}
.report_popup .report_button_block {
    padding: 130px 0 40px 0;
    /*margin-top: 40px;*/
    text-align: center;
    position: relative;
}
.report_popup .report_button_block .btn {
    color: #1583e2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    border-color: transparent;
    border-radius: 20px;
    font-size: 20px;
    padding: 16px 30px;
    behavior: url('/static/js/PIE.htc');
}
.report_popup .report_button_block ins {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 115px;
    height: 115px;
    margin-left: -57px;
}
.report_popup .report_button_block ins img {
    left: -477px;
    top: -18px;
}
.report_popup .report_button_block .btn:hover {
    background: #f6931e;
    color: #fff;
}
.report_popup .report_button_block .btn:hover img {
    top: -147px;
}
.report_popup .report_button_block .btn:active {
    color: #1583e2;
    background: #fff;
}
.report_popup .report_button_block .btn:active img {
    top: -276px;
}
.report_popup .details .btn {
    background: #f6931e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    width: 85px;
    margin-right: 6px;
    border-radius: 10px;
}

.report_popup .subscribe_input_box {
    border: 2px solid #f6931e;
    width: 273px;
    border-radius: 10px;
    text-align: right;
    position: relative;
    margin: 10px 0 0 0;
    behavior: url('/static/js/PIE.htc');
}
.report_popup .subscribe_input_box #robosum {
    width: 143px;
    position: absolute;
    left: 0;
    top: 6px;
    border: 0;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.report_popup .subscribe_input_box .btn {
    border: 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: -2px -2px -2px 10px;
    width: 130px;
    position: relative;
    z-index: 2;
}
.report_popup .subscribe_input_box input:focus {
    outline: none;
}
.report_popup .subscribe_input_box ::-webkit-input-placeholder,
.report_popup .subscribe_input_box :-moz-placeholder,
.report_popup .subscribe_input_box ::-moz-placeholder,
.report_popup .subscribe_input_box :-ms-input-placeholder {
    color:    #eee;
}

.report_popup .robokassa_text_agree {
    position: relative;
    margin: 15px 0 0 20px;
}
.report_popup .robokassa_text_agree .css-label {
    font-weight: normal;
}
.report_popup .robokassa_text_agree #id_agree {
    position: absolute;
    left: -20px;
    top: 0;
}
.report_popup .payment_systems {
    width: 250px;
    height: 45px;
    background: url('../img/pay.png') 0 0 no-repeat;
    margin: 0 0 0 -5px;
}
.offerta {
    font-size: 0.9em;
}
.offerta h3 {
    font-size: 1.4em;
    line-height: 1.2;
    margin: 1em 0 0.5em 0;
}
.offerta table td {
    vertical-align: top;
    padding: 0.3em 0.5em;
    font-size: 0.9em;
}




/* иконки */

.medal_1_1 img {
    top: -243px;
    left: -68px;
}
.medal_1_2 img {
    top: -299px;
    left: -68px;
}
.medal_1_3 img {
    top: -353px;
    left: -68px;
}

.medal_2_1 img {
    top: -243px;
    left: -257px;
}
.medal_2_2 img {
    top: -299px;
    left: -257px;
}
.medal_2_3 img {
    top: -353px;
    left: -257px;
}

.medal_3_1 img {
    top: -243px;
    left: -130px;
}
.medal_3_2 img {
    top: -299px;
    left: -130px;
}
.medal_3_3 img {
    top: -353px;
    left: -130px;
}

.medal_4_1 img {
    top: -243px;
    left: -9px;
}
.medal_4_2 img {
    top: -299px;
    left: -9px;
}
.medal_4_3 img {
    top: -353px;
    left: -9px;
}

.medal_5_1 img {
    top: -243px;
    left: -192px;
}
.medal_5_2 img {
    top: -299px;
    left: -192px;
}
.medal_5_3 img {
    top: -353px;
    left: -192px;
}

.award_medal_1 img {
    top: -131px;
    left: -69px;
}
.award_medal_2 img {
    top: -131px;
    left: -257px;
}
.award_medal_3 img {
    top: -131px;
    left: -130px;
}
.award_medal_4 img {
    top: -131px;
    left: -9px;
}
.award_medal_5 img {
    top: -131px;
    left: -192px;
}

.award_medal_1:hover img,
.award_medal_1.active img {
    top: -185px;
}
.award_medal_2:hover img,
.award_medal_2.active img {
    top: -185px;
}
.award_medal_3:hover img,
.award_medal_3.active img {
    top: -185px;
}
.award_medal_4:hover img,
.award_medal_4.active img {
    top: -185px;
}
.award_medal_5:hover img,
.award_medal_5.active img {
    top: -185px;
}

.nav_places img {
    top: -62px;
    left: -69px;
}
.nav_people img {
    top: -62px;
    left: -125px;
}
.nav_report img {
    top: -62px;
    left: -410px;
}
.nav_price_ru img {
    top: -62px;
    left: -239px;
}
.nav_price_en img {
    top: -62px;
    left: -180px;
}
.nav_news img {
    top: -62px;
    left: -9px;
}
.nav_mail img {
    top: -62px;
    left: -298px;
}
.nav_language_en img {
    top: -5px;
    left: -354px;
}
.nav_language_en:hover img {
    top: -5px;
    left: -354px;
}
.nav_language_ru img {
    top: -62px;
    left: -354px;
}
.nav_language_ru:hover img {
    top: -62px;
    left: -354px;
}
.nav_places.active img {
    top: -5px;
    left: -69px;
}
.nav_people.active img {
    top: -5px;
    left: -125px;
}
.nav_report.active img {
    top: -5px;
    left: -410px;
}
.nav_price_ru.active img {
    top: -5px;
    left: -239px;
}
.nav_price_en.active img {
    top: -5px;
    left: -180px;
}
.nav_news.active img {
    top: -5px;
    left: -9px;
}
.nav_mail.active img {
    top: -5px;
    left: -298px;
}


.nav_donate {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-color: transparent;
    border-radius: 18px;
    font-size: 12px;
    padding: 12px 16px;
    background: #f6931e;
    behavior: url('/static/js/PIE.htc');
}
.nav_donate:hover {
    background: #ff7842;
}


.awards_popup .person .col-xs-9 {
    padding-left: 30px;
}
.place_popup .popup_header .reducer {
    position: relative;
}
.place_popup h2 {
    text-align: center;
    color: #1583e2;
    margin: 0;
    padding: 20px 0 15px 0;
    line-height: 40px;
}
.place_popup .person .position {
    font-size: 10px;
    font-weight: 600;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
.place_popup .person h2 {
    color: black;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}
.place_popup .person .short_text {
    font-size: 22px;
    font-weight: 600;
}
.place_popup .person blockquote {
    background: #c3e7ff;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
    behavior: url('/static/js/PIE.htc');
}
.place_popup .person blockquote:after {
    width: 16px;
    height: 35px;
    background: url('../img/blockquote_tail.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: -16px;
}
.place_popup .person .short_text blockquote {
    margin: 10px -10px 0 -10px;
}
.place_popup .person pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #1583e2;
    text-align: right;
    background: none;
    border: none;
    text-transform: uppercase;
}
.place_popup .person .long_text {
    margin-top: 20px;
}
.price_popup .long_text {
    margin-bottom: 30px;
    margin-top: 20px;
}
.place_popup .sup_header {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
}
.place_popup .short_text_block {
    padding-bottom: 30px;
}
.place_popup .less_info {
    color: #1583e2;
    border-top: 1px solid #1583e2;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.place_popup .more_info {
    background: #1583e2;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.place_popup .more_info_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    margin-left: -14px;
    border-color: #1583e2 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    cursor: pointer;
}


.place_popup td,
.place_popup th {
    border: 1px solid black;
    font-size: 12px;
    padding: 3px 6px;
}
.place_popup thead td {
    font-weight: 700;
}



/* цифры */
.details {
    font-size: 12px;
}
.details p {
    margin: 5px 0;
}
.details p span {
    text-transform: uppercase;
}
.details dl {
    width: 280px;
    margin: 5px 0;
}
.details dt {
    float: left;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.details dd {
    float: left;
    overflow: hidden;
    margin: 0 0 0 0.3em;
    font-weight: bold;
}
.details dt:after {
    content: " .................................................................................."
}



.icon_frame {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
.icon_frame img {
    display: block;
    width: 600px;
    height: 400px;
    position: absolute;
}



.round_popup {
    background: #ff7842;
    color: #fff;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    z-index: 105;
    top: 49%;
    left: 50%;
    margin: -300px 0 0 -300px;
    behavior: url('/static/js/PIE.htc');
}
.round_popup p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}
.round_popup .sup_header {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.round_popup h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.round_popup .button {
    margin-top: 30px;
}
.round_popup .button .btn {
    color: #ff7842;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: 'Open Sans', sans-serif;
    border-color: transparent;
    border-radius: 20px;
    font-size: 20px;
    padding: 16px 30px;
    behavior: url('/static/js/PIE.htc');
}
.round_popup .rings {
    width: 200px;
    height: 94px;
    position: absolute;
    margin: 80px 0 0 200px;
}
.round_popup .rings img {
    width: 100%;
}
.splash_mask {
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}
.round_popup .text {
    width: 560px;
    position: absolute;
    top: 210px;
    left: 20px;
    text-align: center;
}
.round_popup .fbk_sign {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    width: 300px;
    left: 150px;
}

#subscribe .round_popup {
    background: #0080e3;
}
#subscribe .header {
    width: 560px;
    position: absolute;
    top: 100px;
    text-align: center;
    left: 20px;
}
#subscribe .round_popup .text {
    top: 240px;
}
#subscribe .text p {
    font-size: 26px;
}
#subscribe .round_popup h1 {
    letter-spacing: 0;
}
#subscribe .button {
    width: 560px;
    position: absolute;
    top: 360px;
    left: 20px;
    text-align: center;
    /*border: 1px dotted #ccc;*/
}
#subscribe .round_popup .button .btn {
    letter-spacing: 1px;
    color: #0080e3;
    margin: -4px -4px -4px 10px;
    width: 230px;
}
#subscribe .subscribe_input_box {
    border: 4px solid white;
    width: 450px;
    border-radius: 20px;
    text-align: right;
    position: relative;
    margin: 0 auto;
    behavior: url('/static/js/PIE.htc');
}
#subscribe .subscribe_input_box input {
    width: 200px;
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 20px;
    background-color: #0080e3;
    border: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
#subscribe .subscribe_input_box input:focus {
    outline: none;
}
#subscribe .subscribe_input_box ::-webkit-input-placeholder,
#subscribe .subscribe_input_box :-moz-placeholder,
#subscribe .subscribe_input_box ::-moz-placeholder,
#subscribe .subscribe_input_box :-ms-input-placeholder {
    color: #eee;
}
.round_popup .round_popup_close_btn {
    background: #0080e3 url('../img/top_info_close.png') no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    border: 3px solid #0080e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 78px;
    cursor: pointer;
    behavior: url('/static/js/PIE.htc');
}
.round_popup .round_popup_close_btn:hover {
    background-color: #0070d0;
    border-color: #0070d0;
}

#breaking_news .round_popup {
    background: url('../img/bad_news_bg.png') -50% -50% no-repeat;
    background-size: contain;
}
#breaking_news .button .btn {
    color: #e80005;
    letter-spacing: 2px;
}
#breaking_news .round_popup_close_btn {
    background-color: #e80005;
    border-color: #e80005;
}
#breaking_news .round_popup_close_btn:hover {
    background-color: #c90000;
    border-color: #c90000;
}
#breaking_news .round_popup .text {
    width: 500px;
    left: 50px;
}




/* linked_in icon */
.b-share_theme_counter .b-share-btn__linkedin {
    background-color: #007fb2;
    text-align: center;
}
.b-share_theme_counter .b-share-btn__linkedin:hover {
    background-color: #006289;
}
.b-share_theme_counter .b-share-btn__linkedin span:after {
    content: 'in';
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}



.copyright {
    background: #fff;
    padding: 10px;
    font-size: 85%;
}
