.header
{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header_logo
{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

}
.logo_logo
{
    width:150px;
    height:100%;

}
.logo_logo img
{
    max-height: 100px;
}
.logo_text
{
    color: #1c417e;
    font-weight:bold;
    font-size:25px;
}
.logo_text_subtitle
{
    font-size:13px;
    margin-bottom:20px;
}
.logo_footer
{
    max-width:70px;
}
.footer
{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.home_top
{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.home_top_img
{
    width:30%

}

.home_top_img img
{
    max-width:100%;
}
.home_top_text
{
    width:40%;
    padding-left:20px;
    padding-right:20px;
    font-size:19px;
}

.home_top_right
{
    width:26%;
}
.home_top_right_ques
{
    padding:20px;
    text-align: center;
    background: #fff;
}
.home_top_right_ques_title
{
    font-weight:bold;
    margin-bottom:25px;
}

.home_top_right_ques a
{
    /*display: inline-block;
    padding:10px 30px;
    text-transform: uppercase;
    background: #1c417e;
    color:#fff;
    text-decoration: none;
    font-weight:bold;*/
}
.gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_item
{
    width:32%;
}
.gallery_item_image
{
    height:200px;
    background-size: cover!important;
}

.zak_table
{
    overflow: scroll;
}
.home_top_right_ques .form_title
{
    text-align:left;
}
.home_top_right_ques .form_input
{
    margin-bottom:20px;
}
.home_top_right_ques .form_input input[type="text"]
{
    text-align: left;
    width:100%;
    display: block;
    width: 100%;
    font-size: 12pt;
    box-sizing: border-box;
    padding: 0 60px 0 20px;
    height: 39px;
    line-height: 39px;
    background: #f7f7f7;
    font-family: inherit;
    color: #252525;
    border: 0;

}
.home_top_right_ques input[type="submit"]
{
    background:#1c417e;
    color:#fff;
    text-transform: uppercase;
    border:0;
    padding:10px 20px;
}
.home_gal_img
{
    height:200px;
    background-size: cover!important;
}
.gallery_item_name
{
    margin-top:20px;
    text-transform: uppercase;
    font-weight:bold;
}
.gallery_item_name a
{
    text-decoration: none;
}

.zakupki_table table td,.zakupki_table table th
{
    padding:10px;

}
.content
{
        min-height:65vh;
}
.footer .social,.footer .contacts,.footer .address,.footer .akatan
{
    position: relative;
    left:auto;
    top:auto;
    right:auto;
}
.content .contacts_block .map
{
    filter:none;
}
.special-color-1 input
{
    border:1px solid #000!important;
}
.special-color-1 .topmenu
{
    border:1px solid #000;
}
.special-color-1 .content .news_list .block
{
    border:1px solid #000;
}
.special-color-1 .home_gal
{
    display:none;
}
.special-color-1 .home_top_right_ques_contacts
{
    border:1px solid #000;
}
.copyright
{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    padding-bottom:30px;
    align-items: center;
}
