/*
 * Copyright (c) 2020. sandysman@mail.ru Martynov A.V.
 */

.news_filter2 {
    padding: 18px 18px 18px 30px;
    background: #ffffff;
    margin-bottom: 40px;
    display: flex;
    padding-top: 25px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;

}

.contact
{
    padding-top: 33px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    max-width: 910px;
    width: 100%;
}
.contact-item
{
    display: flex;
    width: 100%;
    max-width: 420px;
    margin-bottom: 25px;
    border: 1px solid #E2E2E2;
    padding: 10px;
}
.contact-info
{
    padding-left: 20px;
    word-break: break-word;
}
.contact-title
{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    letter-spacing: 0.02em;

    color: #000000;
}
.contact-work
{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    letter-spacing: 0.02em;

    color: #000000;
}
.contact-work-1
{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    /* or 104% */

    padding-bottom: 10px;
    color: #505364;
}
.contact-work-2
{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    /* or 104% */

    padding-bottom: 10px;
    color: #505364;
}
.contact-href
{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    letter-spacing: 0.02em;
    padding-top: 15px;
    color: #325491;
}

.contact-href a
{
    color: #325491;
}

.contact-href a:hover
{
    text-decoration: underline;
}
.maps_center
{
    padding-bottom: 93px;
}
.main_item-btn {
    padding-top: 40px;
}
@media(max-width:1324px){
    .aside_fixed
    {
        display:none;
    }
}
@media(min-width:790px)
{
    .contact-item {
        max-width: 49% !important;
    }
}
@media(max-width:790px)
{
    .contact-item
    {
        max-width: 100% !important;
    }
    .contact {
        padding-bottom: 0px !important;

    }

    .news_filter2 button {
        display: block;
        margin: 0;
        max-width: 165px;
    }
}
@media(min-width:740px) and (max-width:1126px)
{
    .submit_filter
    {
        margin-top: 15px !important;
    }
}

.param img
{
    margin-top: 15px;
    margin-right: 30px;
    height: 35px;
}
@media(max-width:744px)
{
    .param img
    {
        margin-bottom: 24px;
    }
}
.news_filter2
{
    padding-left: 0px !important;
}
.news_filt {
    max-width: 275px;
}
.news_filter2 .jq-selectbox {
    max-width: 260px;
}
@media(min-width:768px) and (max-width:1024px)
{
    .news_filter2.active {
        flex-wrap: wrap;
    }
    .filt-pad
    {
        margin-left: 64px
    }
}