/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import "elements.css";
@import "components.css";
@import "modules.css";

.dropdown-menu {
    /*display: block !important;*/
}

/* === fonts === */

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('MyriadPro-Regular.eot');
    src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('MyriadPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings Regular';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Rouble';
    src: url('rouble.eot');
    src: url('rouble.eot?#iefix') format('embedded-opentype'), url('rouble.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

html {
    color: #222;
    font-size: 16px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height: 1.4;
}

* {
    outline: none;
}

form {
    margin-bottom: 0;
}

/* ==== btn ==== */

.my_btn {
    display: inline-block;
    border: 0;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.btn_green {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,146,63) 0%, rgb(6,201,90) 98%, rgb(0,146,63) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,146,63) 0%, rgb(6,201,90) 98%, rgb(0,146,63) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,146,63) 0%, rgb(6,201,90) 98%, rgb(0,146,63) 100%);
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    color: #fff;
    text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.75);
    padding: 7px 18px;
}



/* ==== all_form ==== */

.all_form * {
    box-sizing: border-box;
}

.all_form:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
}

.all_form .items,
.all_form .title {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.all_form .title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.all_form .select_section_bx {
    font-size: 14px;
    color: grey;
}

.all_form .btn_bx {
    padding-left: 180px;
}

.all_form label {
    width: 160px;
    float: left;
    text-align: right;
    margin-right: 20px;
    padding-top: 5px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

.all_form select,
.all_form input[type="text"],
.all_form textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 4px 6px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;


}

.all_form input[type="text"],
.all_form select {
    height: 30px;
    width: 286px;
}

.all_form input[type="submit"],
.all_form .btn_as_submit {
    display: inline-block;*
    display: inline;*
    zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto;
    color: #fff;
    background-color: #5cb85c;
    background-image: -webkit-linear-gradient(top, #5cb85c, #5cb85c);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.all_form input:disabled {
    background: #f2f2f2;
}

.all_form textarea {
    width: 460px;
}

.all_form .date_input input {
    width: 87px;
}

.all_form .checkbox_label {
    width: auto;
    margin-right: 10px;
}

.all_form input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.all_form .checkboc_bx {
    margin-left: 180px;
}

.all_form .checkboc_bx label {
    float: none;
}

.all_form .checkbox_label_checkbox input {
    position: relative;
    top: 0px;
}

.all_form .item_cbx {
    float: left;
    padding-right: 20px;
}

.all_form .wrap_siti_list {
    position: relative;
}

.all_form .wrap_siti_list .siti_list {
    position: absolute;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 1px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 999;
}

.all_form .wrap_siti_list .siti_list span {
    display: block;
    padding: 3px 6px;
    cursor: pointer;
}

.all_form .wrap_siti_list .siti_list span:hover {
    background: #2a5d9c;
    color: #fff;
}

.all_form #map {
    margin-left: 180px;
}

    /*
     * Remove text-shadow in selection highlight:
     * https://twitter.com/miketaylr/status/12228805301
     *
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.content_wrap {
    position: relative;
}

.container_wrapper {
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#main_manu {
    float: left;
}

.main_menu_wrapper {
    background: #007bc1;
    position: relative;
}

.search_container {
    float: right;
}

.profile_container {
    float: right;
}

.header-bg {
    background: url('img/header-bg.png') no-repeat 450px 0px;
    padding: 10px 0 196px;
    margin-bottom: -196px;
}

.header_bg_no_top_padding {
    padding-top: 0;
}

.header-logo {
    padding-left: 20px;
}

.header-info {
    float: right;
    width: 260px;
}

.profile_container {
    font-size: 14px;
    color: #fff;
    margin: 0 25px 0 20px;
    line-height: 56px;
}

.profile_container img {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    border: 2px solid #dbdbdb;
    margin-right: 5px;
}

.profile_container a {
    color: #fff;
    text-decoration: none;
}

.header-info .date,
.header-info .date a,
.header-info .weather,
.header-info .weather a,
.header-info .currency,
.header-info .currency a {
    color: #838383;
    font-size: 13px;
}

.footer_top {
    background: #017a35;
}

.footer_bottom * {
    color: #fff;
}

.footer_bottom {
    background: #00923f;
    font-size: 12px;
    color: #fff;
    padding: 15px 0;
}

.footer_bottom td {
    padding: 15px 0;
}

.footer_bottom .footer_logo {
    padding: 0 10px 0 40px;
}

.footer_bottom .copyright {
    padding: 0 10px;
    min-width: 400px;
}

.footer_bottom .footer_text {
    padding: 0 0px 0 10px;
    text-align: justify;
}

.left_side {
    float: left;
    min-width: 10px;
}

.right_side {
    float: right;
    min-width: 10px;
}

.table {
    display: table;
    width: 100%;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.td.middle-align {
    vertical-align: middle;
}

.margin_right_filter {
    margin-right: 254px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* === общие === */

h1,
.com_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.com_head_more {
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
}

.com_head_more a {
    color: #9095aa;
}

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

/* === skelet === */

.margin_right {
    margin-right: 280px;
}

/* ====== components ====== */

/* ====== modules ====== */

/* === top-menu === */

.top-menu li:first-of-type {
    /* padding-top: 16px; */
}

.top-menu .add_btn {
    padding-top: 10px;
}

.top-menu .add_in_menu_btn {
    display: inline-block;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 146, 63) 0%, rgb(6, 201, 90) 80%, rgb(0, 146, 63) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 146, 63) 0%, rgb(6, 201, 90) 80%, rgb(0, 146, 63) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 146, 63) 0%, rgb(6, 201, 90) 80%, rgb(0, 146, 63) 100%);
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.3);
    left: 169px;
    top: 257px;
    width: auto;
    height: 30px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-shadow: #000000 1px 1px 0px;
    padding: 0 12px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.top-menu .add_in_menu_btn:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00923f+0,05c95a+9,04b751+67,009340+100 */
    background: #00923f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTIzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMDVjOTVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjMDRiNzUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTM0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #00923f 0%, #05c95a 9%, #04b751 67%, #009340 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00923f), color-stop(9%,#05c95a), color-stop(67%,#04b751), color-stop(100%,#009340)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00923f 0%,#05c95a 9%,#04b751 67%,#009340 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00923f 0%,#05c95a 9%,#04b751 67%,#009340 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00923f 0%,#05c95a 9%,#04b751 67%,#009340 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00923f 0%,#05c95a 9%,#04b751 67%,#009340 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923f', endColorstr='#009340',GradientType=0 ); /* IE6-8 */
}

.top-menu .add_in_menu_btn span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/add_in_menu_btn.png) no-repeat left top;
    vertical-align: middle;
    margin-right: 5px;
}

.top-menu .cell-mdd {
    width: 21%;
}

/* === bx-breadcrumb === */

.bx-breadcrumb {
    margin: 15px 0;
}

.bx-breadcrumb,
.bx-breadcrumb a {
    font-size: 12px;
    color: #7d7d7d;
}

.bx-breadcrumb a {
    text-decoration: none;
}

.bx-breadcrumb a:hover {
    text-decoration: underline;
}

.bx-breadcrumb .bx-breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
}

.bx-breadcrumb .bx-breadcrumb-item:first-of-type a {
    font-size: 15px;
}

.bx-breadcrumb .bx-breadcrumb-item:first-of-type a span {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(img/ico_bx-breadcrumb-item.png) no-repeat left top;
    font-size: 0px;
    vertical-align: middle;
}

/* ==== form_complain_job ==== */

form.form_complain_job * {
    box-sizing: border-box;
}

form.form_complain_job {
    padding: 10px 20px;
    font-size: 14px;
}

form.form_complain_job .title_form {
    font-size: 22px;
    font-weight: bold;
    color: #151515;
    text-decoration: none;
    padding: 0px 20px 8px 20px;
    border-bottom: 1px solid #ccc;
    margin: 0 -20px 10px -20px;
}

form.form_complain_job .controls {
    margin: 5px 0;
}

form.form_complain_job input[type="text"],
form.form_complain_job textarea {
    padding: 6px;
}

form.form_complain_job textarea[disabled] {
    cursor: not-allowed;
    background-color: #eee
}

/* ==== form_become_a_visitor ==== */

.form_become_a_visitor {
    width: 300px;
}

    /* ==== pagenav ==== */

.pagenav {
    clear: both;
    margin: 15px 0 30px;
    text-align: center;
}

.pagenav .page_wrap {
    display: inline-block;
}

.pagenav span,
.pagenav a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    min-width: 37px;
    padding: 0 10px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: url("img/pagenav.gif");
}

.pagenav a {
    text-decoration: underline;
}

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==== цвета ==== */

.com_blue {
    color: #007bc1;
}

.com_blue .com_wrap {
    border-top-color: #007bc1;
}