.header, 
.footer, 
.top-news-wrapper, 
.last-news-wrapper, 
.header-title-box, 
.line_menu2, 
.article_details_news_wp {
    max-width: 1100px;
}

.header-right-block {
    float: left;
    margin-left: 30px;
}
.header-right-block a,
.header-right-block p {
    display: block;
    vertical-align: top;
    padding: 5px 0;
    font: normal bold .86em 'NotoSans-Bold', Helvetica, Arial;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    color: #AAAAAA;
    margin: 0 5px;
}
.header-right-block a {
    /*color: #aaaaaa;*/
    /*margin-right: 15px;*/
    background: url(icons/ic_email_white_24px.svg) left center no-repeat;
    padding-left: 32px;
    margin-top: 10px;
}
.header-right-block a span {
    display: inline-block;
    border-bottom: 1px solid #AAAAAA;
    line-height: 1;
}
.header-right-block a:hover,
.header-right-block a:focus {
    color: #db214c;
}
.header-right-block a:hover span,
.header-right-block a:focus span {
    border-bottom: 1px solid #db214c;
}
.header-right-block p {
    background: url(icons/ic_phone_white_24px.svg) left center no-repeat;
    padding-left: 30px;
}
.who_make a:last-child {
	display: none;
}



.contact-form-wrp {
    /*margin: 0 80px;*/
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
    background-color: #F7F6EF;
}
.contact-form-wrp:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 6px;
    background: #333;
    top: 80px;
    left: 50%;
    margin-left: -40px;
}
.contact-form-wrp form {
    display: block;
    width: 85%;
    max-width: 561px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.contact-form-wrp form .label {
    font-size: 19px !important;
    margin-bottom: 18px;
    color: #737373;
    display: block;
    text-align: left;
}
.contact-form-wrp form input {
    display: block;
    width: 100%;
    padding: 8px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    height: 50px;
    margin-bottom: 34px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    letter-spacing: 1px;
    font-size: 17px !important;
    box-sizing: border-box;
    text-align: left;
}
.contact-form-wrp form textarea {
    font-size: 16px !important;
    height: 190px;
    margin-bottom: 75px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    overflow: auto;
    text-align: left;
}
.contact-form-wrp form input[type="button"] {
    display: inline-block;
    line-height: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 300ms ease;
    color: #444;
    padding: 16px 60px;
    border: 5px solid #444;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-bottom: 0px;
    font-size: 16px !important;
    cursor: pointer;
    -webkit-appearance: button;
    width: auto;
    height: auto;
}
.contact-form-wrp form input[type="button"]:hover {
    background-color: #444;
    color: #ededed;
}
.contact-form-wrp .contact-form-title {
    display: block;
    width: 85%;
    max-width: 561px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;

    font-size: 2.4em;
    line-height: 1.6em;
    font: italic normal 1.6em/1.5em 'Times New Roman', Georgia, Serif;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 50px;
}

.top-news .last_news li .date,
.top-news .last_news li .title,
.top-news .last_news li .source,
.top-news .last_news li .desc,
.top-news .last_news li .author,
.top-news .last_news li .full_desc {
    display: none;
}
.top-news .last_news li .news_img_block,
.top-news .last_news li .news_img_block a,
.top-news .last_news li .news_img_block a .news_img,
.top-news .last_news li .news_img_block a .news_img img {
    display: block;
}
.top-news .last_news li {
    max-height: 407px;
}
.top-news-wrapper {
    padding: 0;
}
.body_bottom {
    overflow: hidden;
}




/*#container {
	padding-bottom: 100px;
}*/