.itb-block {
    width: 100%;
    position: relative;
    text-align: right;
    float: right;
    margin-top: 20px;
}

.itb-block a {
    color: #fccb39;
    text-decoration: none;
}

.itb-block a:hover {
    opacity: 0.7;
}

.center-contacts-right .itb-block {
    width: 100%;
    position: relative;
    text-align: right;
    float: right;
    margin-top: 14px;
    font-size: 14px;
}

.center-contacts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7%;
}

.center-contacts-right {
    text-align: right;
    font-size: 10px;
    font-family: "Arial";
    color: rgb(153, 153, 153);
    width: 584px;
}

.center-contacts-left .f-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.center-contacts-left .f-slogan {
    margin: 10px;
    text-align: left;
}

.center-contacts-left .f-logo {
    margin-bottom: 10px;
}

@media (max-width: 1380px) {
    .center-contacts-right {
        width: 355px;
    }
}


@media (max-width: 1110px) {

    .center-contacts-centr ul.header-menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .center-contacts-centr .header-menu li:first-child,
    .center-contacts-centr .header-menu li {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

}

@media (max-width: 769px) {

.stage-item-descr--small + div {width: 100%; margin-left: 0;}
body .video-wrap iframe, body .new-media .video-wrap {height: 222px !important;}
.num-col {    width: 100%!important;
    display: inline-block!important;
    text-align: center;}
.description-block-num .num {display: inline!important;}
.description-block-performend-works .description-block-num .v-note {text-align: center;}
    .center-contacts {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .center-contacts-left .f-slogan {
        display: block;
        text-align: center;
    }

    .center-contacts-centr ul.header-menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .center-contacts-centr {
        width: 100%;
    }

    #footer .center-contacts-centr .header-menu {
        position: static;
        right: auto;
        top: auto;
        float: none;
        margin: 25px;
    }

    .center-contacts-centr .header-menu li:first-child, .center-contacts-centr .header-menu li {
        border-left: 1px solid #000;
        border-right: 0;
    }

    .center-contacts-centr .header-menu li:first-child {
        border-left: 0;
    }

    .center-contacts-right {
        width: 100%;
        text-align: center;
    }

    .center-contacts-right .itb-block {
        text-align: center;
        float: none;
        font-size: 14px;
    }

    .itb-block {
        text-align: center;
    }

}