.b-popup:before {
    opacity: 0.5 !important;
}

.rect_1024, .rect_1024:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

li {
    list-style: none !important;
}

.hide {
    display: none !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.base {
    padding-bottom: 150px;
}

.main_content {
    padding-top: 20px;
}

.section_inner {
    max-width: 1860px;
    width: 100%;
    margin: 0 auto;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_upper {
    text-transform: uppercase;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
}

.logo_block {
    float: left;
    padding-left: 10px;
}

.logo {
    position: relative;
    display: block;
}

.logo img {
    display: block;
    width: 100%;
}

.lang_switcher {
    float: left;
    padding-left: 60px;
}

.callback_block {
    float: right;
}

.menu_item {
    float: left;
    margin: 0 17px;
}

.menu_link {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 32px;
    text-decoration: none;
}

.rect_1024 {
    position: absolute;
    width: 1860px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    border: solid red;
    border-width: 0 1px;
    z-index: 10;
    pointer-events: none;
}

.rect_1024:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: red;
}
