* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: PFDinBold;
    src: url(../fonts/PFDinTextPro-Bold.ttf);
    format(truetype);
}
@font-face {
    font-family: PFDinReg;
    src: url(../fonts/PFDinTextPro-Regular.ttf);
    format(truetype);
}

body {
    background: url(../img/body_bg.jpg) no-repeat center top #fff;
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

#wrapper {
    width: 1038px;
    margin: 0 auto;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 8px #e7e7e7;
    -moz-box-shadow: 0px 0px 8px #e7e7e7;
    -o-shadow: 0px 0px 8px #e7e7e7;
    box-shadow: 0px 0px 8px #e7e7e7;
}

.wrap {
    width: 998px;
    margin: 0 auto;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

.red_field {
    border: 1px solid #ca0500 !important;
    background: #f8e3de !important;
}

.no_error {
    border: 1px  solid #02a461 !important;
    background: #ddf4f7 !important;
    padding: 12px 13px;
    margin-bottom: 20px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.error {
    border: 1px  solid #ca0500 !important;
    background: #f8e3de !important;
    padding: 12px 13px;
    margin-bottom: 20px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pluso {
    margin: 20px 0 0px;
}

hr {
    margin: 20px 0;
    height: 0;
    border-top: 1px solid #ccc;
}

/*****************************/
/*****************************/

/*****************************/

#user_menu {
    height: 35px;
    background: #2d2d2d;
    position: relative;
}

    #user_menu #logout_link {
        height: 35px;
        line-height: 35px;
        position: absolute;
        right: 50px;
        top: 0;
        padding-left: 31px;
        color: #eee;
        font-family: Arial;
        text-decoration: underline;
        background: url(../img/logout.png) no-repeat left center;
    }

    #user_menu #logout_link:hover {
        color: #fbfecf;
    }

    #user_menu #color_settings {
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: 50px;
        top: 0;
        padding-left: 31px;
        color: #eee;
        font-family: Arial;
        text-decoration: underline;
        background: url(../img/color_settings.png) no-repeat left center;
    }

    #user_menu #color_settings:hover {
        color: #fbfecf;
    }

    #user_menu #text_settings {
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: 220px;
        top: 0;
        padding-left: 31px;
        color: #eee;
        font-family: Arial;
        text-decoration: underline;
        background: url(../img/constants_settings.png) no-repeat left center;
    }

    #user_menu #text_settings:hover {
        color: #fbfecf;
    }

    #user_menu #gerb_settings {
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: 390px;
        top: 0;
        padding-left: 31px;
        color: #eee;
        font-family: Arial;
        text-decoration: underline;
        background: url(../img/gerb_settings.png) no-repeat left center;
    }

    #user_menu #gerb_settings:hover {
        color: #fbfecf;
    }

/*****************************/
/*****************************/

#header {
    height: 216px;
    position: relative;
    background: url(../img/header_bg.jpg) no-repeat top center;
    margin-bottom: 20px;
}

    #header #mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 170px;
        width: 998px;
        background: url(../img/header_mask_bg.png) no-repeat top center;
    }

    #header #logo {
        position: absolute;
        top: 11px;
        left: 62px;
    }

    #header #slogan_1 {
        position: absolute;
        top: 50px;
        left: 270px;
        font-family: PFDinBold;
        font-size: 36px;
        font-weight: bold;
        color: #006daf;
        text-transform: uppercase;
        /*text-shadow: 2px 2px 1px #fff;*/
		text-shadow: -1px 0px #fff, 0px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 0px 4px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
    }

    #header #slogan_2 {
        position: absolute;
        top: 90px;
        left: 269px;
        font-family: "Times New Roman";
        font-size: 26px;
        color: #006daf;
        /*text-shadow: 2px 2px 1px #fff;*/		
		text-shadow: -1px 0px #fff, 0px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 0px 4px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
    }

    #header #social_buttons {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 32px;
    }

        #header #social_buttons a {
            float: right;
            width: 32px;
            height: 32px;
            margin-left: 10px;
        }

        #header #social_buttons a#rss_button {
            background: url(../img/rss_button.png) no-repeat center center;
        }

        #header #social_buttons a#twitter_button {
            background: url(../img/twitter_button.png) no-repeat center center;
        }

        #header #social_buttons a#facebook_button {
            background: url(../img/facebook_button.png) no-repeat center center;
        }

        #header #social_buttons a#vk_button {
            background: url(../img/vk_button.png) no-repeat center center;
        }

        #header #social_buttons a#google_plus_button {
            background: url(../img/google_plus_button.png) no-repeat center center;
        }

        #header #social_buttons a#to_rus_button {
            /*background: url(../img/rus.png) no-repeat center center;*/
        }

        #header #social_buttons a#to_ukr_button {
            background: url(../img/ukr.png) no-repeat center center;
        }

    #header #top_menu {
        position: absolute;
        height: 68px;
        width: 1128px;
        left: -65px;
        bottom: -14px;
        background: url(../img/top_menu_bg.png) no-repeat top;

    }

        #header #top_menu #search {
            position: absolute;
            top: 16px;
            left: 65px;
            background: url(../img/search_bg.png) no-repeat;
            width: 252px;
            height: 30px;
        }
			#header #top_menu #search input {
				position: absolute;
				top: 2px;
				left: 2px;
				height: 26px;
				line-height: 26px;
				width: 219px;
				text-indent: 5px;
				background: transparent;
			}
			#header #top_menu #search button {
				position: absolute;
				top: 2px;
				right: 2px;
				height: 26px;
				line-height: 26px;
				width: 26px;
				background: transparent;
				border: none;
				cursor: pointer;
				width: 28px;
			}

        #header #top_menu ul {
            position: absolute;
            list-style: none;
            height: 46px;
            top: 8px;
            right: 65px;
        }

            #header #top_menu ul li {
                float: left;
                border: 1px solid transparent;
            }

            #header #top_menu ul span {
                float: left;
                width: 2px;
                height: 45px;
                background: url(../img/top_menu_separator.png) no-repeat center center;
            }

                #header #top_menu ul li a {
                    display: block;
                    padding: 0 17px;
                    height: 43px;
                    line-height: 43px;
                    border-top: 1px solid #ffef00;
                    font-family: PFDinReg;
                    font-size: 15px;
                    color: #333;
                    text-shadow: 1px 1px #ffe400;
                    text-decoration: none;
                }

            #header #top_menu ul li.active {
                border: 1px solid #005c9e;
            }

                #header #top_menu ul li.active a {
                    border-top: 1px solid #00ccea;
                    height: 43px;
                    line-height: 43px;
                    padding: 0 20px;
                    background: url(../img/top_menu_hover_bg.png) repeat-x bottom #009fcb;
                    color: #fff;
                    text-shadow: 1px 1px #005396;
                }

/*********************************/

    #header #top_vip_menu {
        position: absolute;
        height: 46px;
        width: 1048px;
        left: -26px;
        bottom: 0px;
        background: url(../img/top_vip_menu_bg.png) repeat-x top #feb800;
        border: 1px solid #feb000;
        border-radius: 7px;
        -o-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;

    }

        #header #top_vip_menu ul {
            position: absolute;
            list-style: none;
            height: 46px;
            top: 0px;
            left: 25px;
        }

            #header #top_vip_menu ul li {
                float: left;
                border: 1px solid transparent;
            }

            #header #top_vip_menu ul span {
                float: left;
                width: 2px;
                height: 45px;
                background: url(../img/top_menu_separator.png) no-repeat center center;
            }

                #header #top_vip_menu ul li a {
                    display: block;
                    padding: 0 18px;
                    height: 43px;
                    line-height: 43px;
                    border-top: 1px solid #ffef00;
                    font-family: PFDinReg;
                    font-size: 15px;
                    color: #333;
                    text-shadow: 1px 1px #ffe400;
                    text-decoration: none;
                }

            #header #top_vip_menu ul li.active {
                border: 1px solid #005c9e;
            }

                #header #top_vip_menu ul li.active a {
                    border-top: 1px solid #00ccea;
                    height: 43px;
                    line-height: 43px;
                    padding: 0 20px;
                    background: url(../img/top_menu_hover_bg.png) repeat-x bottom #009fcb;
                    color: #fff;
                    text-shadow: 1px 1px #005396;
                }

#header #top_vip_menu #add_page_to_top {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url(../img/add_page.png) no-repeat;
}

/*********************************/

#breadCrumbs {
    margin-top: -7px;
    margin-bottom: 13px;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    margin-left: 15px;
}

    #breadCrumbs a {
        color: #006daf;
    }

/*********************************/

#content {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

    #content #left_column {
        float: left;
        width: 250px;
    }

    #content #right_column {
        float: right;
        width: 728px;
    }

/********************************/

#left_column p {
    margin: 15px 0;
}

/********************************/

.sidebar_title {
    height: 40px;
    line-height: 39px;
    padding-left: 15px;
    border: 1px solid #005c9e;
    background: url(../img/sidebar_title_bg.png) repeat-x top;
    font-family: PFDinReg;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px #005396;
}

#left_menu {
    list-style: none;
    background: #efefef;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: none;
}

    #left_menu li {
        border-top: 1px solid #fefefe;
        border-bottom: 1px solid #e0e0e0;
    }

        #left_menu li a {
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0 10px 0 15px;
            font-family: Arial;
            font-size: 13px;
            color: #333;
            text-decoration: none;
            position: relative;
        }

        #left_menu li.city_li a {
            color: #006fb4;
        }

        #left_menu li a.rada_menu {
            display: block;
            height: auto;
            line-height: 16px;
            padding: 8px 10px 8px 15px;
            font-family: Arial;
            font-size: 13px;
            color: #333;
            text-decoration: none;
            position: relative;
        }

        #left_menu li a:hover {
            color: #006fb4;
            background: #f5f5f5;
        }

        #left_menu li a.active {
			color: #0063AA;
            background: #FFF0BF;
        }

            #left_menu li a span {
                position: absolute;
                right: 8px;
                top: 7px;
                height: 17px;
                line-height: 17px;
                border-top: 1px solid #fdb200;
                border-bottom: 1px solid #fefefe;
                border-radius: 4px;
                -o-border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                text-align: center;
                width: 33px;
                background: #fec800;
                font-family: Arial;
                font-size: 11px;
                color: #333;
                text-shadow: 1px 1px #ffe600;
            }

            #left_menu li a:hover span {
                border-top: 1px solid #004f99;
                border-bottom: 1px solid #fefefe;
                background: #006fb4;
                color: #fff;
                text-shadow: 1px 1px #00408c;
            }

/**************************************/

#right_menu {
    background: #ebf1f4;
    border: 1px solid #d4e9f0;
    padding: 9px 9px 0;
}

    #right_menu ul {
        list-style: none;
    }

        #right_menu ul li {
            margin-bottom: 9px;
            position: relative;
        }

            #right_menu ul li a {
                position: relative;
                display: block;
                height: 40px;
                line-height: 40px;
                background: url(../img/top_vip_menu_bg.png) repeat-x 0px -14px #005c9e;
                border: 1px solid #005c9e;
                border-radius: 6px;
                -o-border-radius: 6px;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                padding: 0 10px;
                font-family: Arial;
                font-size: 13px;
                color: #fff;
                text-decoration: none;
                text-shadow: 1px 1px #00408c;
            }

            #right_menu ul li a.add_subpage {
                position: absolute;
                width: 24px;
                height: 24px;
                top: 9px;
                right: -2px;
                background: url(../img/add_page.png) no-repeat center center;
                border: none;
            }

            #right_menu ul li a#add_page_to_right {
                padding-left: 50px;
                text-shadow: none;
                color: #00408c;
                font-weight: bold;
                background: url(../img/add_page.png) no-repeat center left 10px;
            }

            #right_menu ul li ul {
                display: none;
                position: absolute;
                top: 0;
                right: 232px;
                width: 220px;
            }

                #right_menu ul li ul li {
                    margin-bottom: 2px;
                }

    #right_banner_block {
        position: relative;
        background: #f8f8f8;
        border: 1px solid #e0e0e0;
        padding: 15px;
    }

        #right_banner_block #edit_banner {
            display: inline-block;
            height: 24px;
            width: 24px;
            background: url(../img/edit_page.png) no-repeat;
        }

        #right_banner_block p {
            margin: 14px 0;
        }

/**************************************/

#right_column h1 {
    font-family: Arial;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

#right_column h2 {
    font-family: Arial;
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

#right_column p {
    margin: 15px 0;
    line-height: 19px;
}

#right_column a {
    color: #006fb4;
}

#right_column ul, #right_column ol {
    margin: 15px 25px;
}

    #right_column ul li, #right_column ol li {
        margin: 8px 0;
    }

#right_column img[style*="float: left"] {
    margin: 4px 15px 10px 0;
}

#right_column img[style*="float: right"] {
    margin: 4px 0px 10px 15px;
}

#right_column #myMap {
    height: 600px;
    border: 1px solid #E0E0E0;
}

/****************************************/
/****************************************/

#right_column h1 #edit_page {
    position: absolute;
    top: 0;
    right: 30px;
    height: 24px;
    width: 24px;
    background: url(../img/edit_page.png) no-repeat;
}

#right_column h1 #delete_page {
    position: absolute;
    top: 0;
    right: 0px;
    height: 24px;
    width: 24px;
    background: url(../img/delete_page.png) no-repeat;
}

#right_column h1 #add_news {
    position: absolute;
    top: 0;
    right: 60px;
    height: 24px;
    width: 24px;
    background: url(../img/add_news.png) no-repeat;
}

#right_column h1 #add_photo {
    position: absolute;
    top: 0;
    right: 60px;
    height: 24px;
    width: 24px;
    background: url(../img/add_photo.png) no-repeat;
}

/****************************************/
/****************************************/

.one_object_news {
    padding: 15px 10px;
    position: relative;
}

.one_object_news.grey_block {
    background: #eaeaea;
}

    .one_object_news a {
        display: block;
        font-family: PFDinReg;
        color: #006fb4;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .one_object_news a:hover {
        text-decoration: none;
    }

    .one_object_news .one_object_news_add_date {
        font-size: 11px;
    }

    .one_object_news .edit_news {
        position: absolute;
        bottom: 0px;
        right: 40px;
        height: 24px;
        width: 24px;
        background: url(../img/edit_page.png) no-repeat;
    }

    .one_object_news .delete_news {
        position: absolute;
        bottom: 0px;
        right: 10px;
        height: 24px;
        width: 24px;
        background: url(../img/delete_page.png) no-repeat;
    }

/****************************************/
/****************************************/

.one_photo_block {
    position: relative;
    float: left;
    width: 132px;
    text-align: center;
    height: 150px;
    margin-left: 8px;
    margin-bottom: 26px;
}

    .one_photo_block .one_photo {
        text-decoration: none;
    }

        .one_photo_block .one_photo img {
            width: 128px;
            border: 2px solid #E0E0E0;
        }

    .one_photo_block .delete_photo {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 16px;
        height: 16px;
        background: url(../img/delete_photo.png) no-repeat;
        cursor: pointer;
    }

    .one_photo_block .edit_photo_name {
        color: #0081ba;
        border-bottom: 1px dotted #0081ba;
        cursor: pointer;
    }

/****************************************/
/****************************************/

#footer {
    height: 54px;
}

#footer .wrap {
    position: relative;
}

    #footer #code_informer {
        float: left;
        width: 250px;
        margin-right: 15px;
        position: relative;
        margin-top: 16px;
    }

        #footer #code_informer #informer_area {
            position: absolute;
            height: 30px;
            border: 1px solid #787878;
            background: #fff;
            font-family: Verdana;
            font-size: 8px;
            color: #424242;
            width: 148px;
            top: 0;
            left: 100px;
            overflow: auto !important;
            resize: none;
        }

    #footer #footer_menu {
        padding-top: 12px;
        text-align: center;
        list-style: none;
        margin-top: 10px;
    }

        #footer #footer_menu li {
            display: inline-block;
        }

            #footer #footer_menu li a {
                display: block;
                height: 19px;
                line-height: 19px;
                padding: 0 14px 0 13px;
                background: url(../img/footer_menu_separator.png) no-repeat left center;
                font-family: PFDinReg;
                color: #0081ba;
                font-size: 14px;
            }

            #footer #footer_menu li a.first {
                background: none;
            }

    #footer #footer_menu_grey {
        padding-top: 12px;
        text-align: center;
        list-style: none;
    }

        #footer #footer_menu_grey li {
            display: inline-block;
        }

            #footer #footer_menu_grey li a {
                display: block;
                height: 19px;
                line-height: 19px;
                padding: 0 14px 0 13px;
                background: url(../img/footer_menu_separator.png) no-repeat left center;
                font-family: PFDinReg;
                color: #ccc;
                font-size: 14px;
            }

            #footer #footer_menu_grey li a.first {
                background: none;
            }

    #footer #admin_login {
        position: absolute;
        bottom: -1px;
        left: 0px;
        font-family: Arial;
        font-size: 11px;
        color: #ccc;
        text-decoration: underline;
    }

    #footer #copyright {
        margin-top: 5px;
        text-align: center;
    }

/*********************************/

.pageLister {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageLister a {
	display: inline-block;
	margin: 0 4px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background: #feb000;
	color: #fff;
}
.pageLister span {
	display: inline-block;
	margin: 0 4px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background: #009eca;
	color: #fff;
}
.pageLister .ways {
	display: none;
}

/*********************************/

#login_block {
    padding: 15px 25px;
}

.popup_header {
    font-size: 20px;
    color: #0081ba;
    font-family: PFDinReg;
    margin-bottom: 15px;
}

    #login_block p {
        margin: 12px 0;
        font-family: Arial;
        font-size: 14px;
        color: #686868;
    }

        #login_block p input {
            height: 25px;
            line-height: 25px;
            padding: 0 4px;
            font-size: 18px;
            font-family: Arial;
            color: #686868;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            width: 250px;
        }

    #login_block .inline_button {
        margin: 15px 0;
        text-align: center;
    }

        #login_block .inline_button button {
            width: 130px;
            height: 31px;
            line-height: 31px;
            text-align: center;
            background: url(../img/top_menu_hover_bg.png) repeat-x bottom;
            color: #fff;
            text-shadow: 1px 1px #005396;
            font-family: PFDinReg;
            font-size: 15px;
            cursor: pointer;
            text-decoration: none;
            border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

/*****************************************/

.form {
    width: 700px;
    margin: 0 auto;
}

    .form label.label_left {
        width: 210px;
        float: left;
        text-align: right;
        margin-right: 15px;
        font-family: Verdana;
        font-size: 12px;
        height: 31px;
        line-height: 31px;
        color: #7a7a7a;
    }

    .form .small_input {
        width: 400px;
        border: 1px solid #a1a7bc;
        font-family: Verdana;
        font-size: 14px;
        height: 31px;
        line-height: 31px;
        padding: 0 4px;
    }

    .form #message {
        width: 400px;
        height: 131px;
        padding: 4px;
    }

    .form .checkbox {
        margin-left: 220px;
    }

    .form label.label_right {
        font-family: Verdana;
        font-size: 14px;
        height: 31px;
        line-height: 31px;
    }

    .form #reload_captcha {
        display: inline-block;
        margin-left: 20px;
        text-decoration: underline;
        cursor: pointer;
        font-family: Verdana;
        color: #0A62A0;
        font-size: 12px;
    }

    .form #submit_button {
        height: 40px;
        line-height: 40px;
        background: url(../img/sidebar_title_bg.png) repeat-x;
        border: 1px solid #005c9e;
        padding: 0 10px;
        font-family: Arial;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px #00408c;
        cursor: pointer;
    }

/******************************************/

.one_guest {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    padding: 15px;
}

    .one_guest .guest_author {
        font-weight: bold;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }

        .one_guest .guest_author span {
            margin-right: 15px;
        }

    .one_guest .guest_answer {
        padding: 15px;
        background: #ededed;
    }

/*****************************/
/*****************************/

.top_banner {
    margin-bottom: 15px;
}

    .top_banner * {
        margin: 0 !important;
        /*font-size: 1px;*/
    }

.banner_bottom {
    margin-bottom: 6px;
}

.banner_bottom p {
    margin: 0 !important;
}

#small_paragraph {
    margin-right: 316px;
    position: relative;
}

    #small_paragraph p {
        margin: 9px 0 9px 0;
    }

    #small_paragraph .banner_right {
        position: absolute;
        right: -316px;
        top: -12px;
        height: 250px;
        width: 300px;
    }

        #small_paragraph .banner_right * {
            margin: 0 !important;
        }

.banners_left p {
    margin-top: 0 !important;
}

/*****************************/
/*****************************/

#gMap {
    height: 600px;
    border: 1px solid #E0E0E0;
}

#map_nav {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 37px;
}

    #map_nav li {
        float: left;
        width: 210px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        padding: 0;
        margin: 0 !important;
        margin-right: 5px !important;
        cursor: pointer;
        border: 1px solid #ссс;
        border-top: 0;
        font-family: PFDinReg;
        font-size: 16px;
        color: #424242;
        border: 1px solid #ccc;
        border-top: 0;
        padding-left: 22px;
    }

    #map_nav li.myMap {
        background: url(../img/yandex.png) no-repeat left 10px center;
    }

    #map_nav li.gMap {
        background: url(../img/google.png) no-repeat left 10px center;
    }

    #map_nav li#active {
        font-family: PFDinReg;
        background-color: #eee;
    }

        #map_nav li a {
            display: block;
            height: 36px;
            line-height: 36px;
            font-family: PFDinReg;
            font-size: 16px;
            color: #424242;
            text-decoration: none;
        }

/************************************/

.one_news {
	margin-bottom: 30px;
}

.news_img {
    float: left;
    width: 130px;
    margin: 4px 15px 50px 0;
}

    .news_img img {
        background: #fff;
        width: 120px;
        padding: 4px;
        border: 1px solid #ccc;
    }

.content_img {
    float: left;
    width: 216px;
    margin: 4px 15px 10px 0;
}

    .content_img img {
        background: #fff;
        width: 206px;
        padding: 4px;
        border: 1px solid #ccc;
    }

.news_title a {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.news_title .news_date {
    display: inline-block;
    margin-top: 10px;
    border-top: 1px solid #fdb200;
    border-bottom: 1px solid #fefefe;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fec800;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    text-shadow: 1px 1px #ffe600;
    padding: 3px 9px;
}

.update_date {
    margin-right: 16px;
    border-top: 1px solid #fdb200;
    border-bottom: 1px solid #fefefe;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fec800;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    text-shadow: 1px 1px #ffe600;
    padding: 3px 9px;
}

#ya-site-form0 .ya-site-form__submit_type_image {
    background: none !important;
}

#ya-site-form0 .ya-site-form__input-text {
    background: none !important;
    border: none !important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	background-color: #FFF2BB !important;
}

#ya-site-form0 .ya-site-form__input-text {
	width: 98%;
}

#ya-site-results {
	background: #FBFBFB !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
	background: #FBFBFB !important;
	border-color: #FBFBFB !important;
}

/****************************************/

.one_object {
	margin-bottom: 40px;
}

	.one_object p {
		margin: 8px 0 !important;
	}

/****************************************/

#content_block table {
    margin: 15px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}

    #content_block table td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 3px;
    }

/**********************************/
/**********************************/
/**********************************/

.modal-popup {
	padding: 20px 30px;
}
	.modal-popup h3 {
		text-align: center;
		font-family: Arial;
		font-size: 20px;
		color: #0065ab;
		margin-bottom: 20px;
	}
	.modal-popup p {
		margin: 15px 0;
	}
	.modal-popup textarea {
		padding: 5px !important;
		height: 100px !important;
		font-family: Arial !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}
	.modal-popup button {
		height: 40px;
        line-height: 40px;
        background: url(../img/sidebar_title_bg.png) repeat-x;
        border: 1px solid #005c9e;
        padding: 0 10px;
        font-family: Arial;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px #00408c;
        cursor: pointer;
	}