.hide {
    display: none;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.media-detail__arrow {
    position: absolute;
}

.footer-menu__title, .article__tag {
    text-transform: uppercase;
}
.footer-menu:last-child {
    margin-bottom: 60px;
}

.section.section-middle h2 {
    width: 420px;
}

.section.section-middle-processing h2 {
    width: 450px;
}

.card__back-inner, .article__preview-text {
    color: #1e1e1e;
}

.article__more {
    text-decoration: none;
}

td.big-text {
    display: table-cell;
}

.article-detail__text table td {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
}

.article-detail__text table td:first-child {
    padding-left: 0;
}
.article-detail__text table td:last-child {
    padding-right: 0;
}

.footer__links {
    margin-right: 125px;
}

.footer__link {
    display: flex;
    align-items: center;;
    line-height: 20px;
    width: 110px;
    text-decoration: none;
    color: rgba(30,30,30,.6);
}

.footer__link-icon {
    margin-right: 8px;
}

.___iframe_widget__close svg {
    top: -6px;
    position: relative;
}


.partner-list .card__back-inner,
.partner-list .more-link--icon_white {
    color: #fff;
}

.article-source-url {
    cursor: pointer;
}

.cards-slider__slide {
    height: 100%;
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.sitemap > li {
    width: 200px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.sitemap .parent-item {
    font-weight: 700;
}

.sitemap .children-list {
    padding-left: 5px;
}


.main-menu__item.phone {
    display: flex;
    flex-direction: column;
}

.main-menu__item.phone .main-menu__link--tel-link {
    align-self: flex-end;
}

p.smaller
{
    font-size:12px;
}

.contact__text-big {
    padding: 0;
    margin: 0!important;
    font-size: 20px
}

.contact__text-small {
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom: 27px!important
}

.contacts__block-inner-padding {
    width: 80%
}

.small-padding-bottom {
    margin-bottom: 0!important
}

.contacts__block-inner-adress {
    width: 80%
}

.contacts__text-color {
    color: #000
}

.contacts__icon-icon-grey {
    fill: #5a5a5a
}

.contacts__text-city-color {
    color: #d3d0c9
}

.new-icon-wh {
    width: 60px;
    height: 60px
}

.footer__link-icon {
    fill: #1e1e1e;
    height: 36px;
    width: 36px;
    margin-right: 0px;
}

.footer__links {
    margin: 0 41px;
}

.footer__link {
    width: 36px;
}

.cwidget-holder {
    bottom: 36px;
    height: 66px;
    left: auto;
    position: fixed;
    right: 36px;
    top: auto;
    width: 66px;
    z-index: 10;
}

.cwidget-holder-icon {
    height: 66px;
    width: 66px;
}

.to-top {
    position: fixed;
    z-index: 100;
    top: auto;
    right: 28px;
    bottom: 172px;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    width: 49px;
    height: 49px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    transition: all .3s;
    opacity: .4;
    border: none;
    outline: 0;
    background-color: #38393d;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

