.cut {
    overflow: hidden;
}

.cut .layout {
    height: 100%;
    overflow: hidden;
}

.cut .teasers-pagination {
    display: none;
}

.cut .popups_shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 20px;
    z-index: 1001;
    border-top: 1px solid rgb(182, 182, 182);
    box-shadow: inset 0 12px 20px -15px rgb(182, 182, 182);
}


.cut .popup_sitemap.layout {
    height: auto;
    padding-bottom: 0;
}

.cut .popups,
.cut .popup_sitemap_wrapper {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 45px;
    bottom: -1px;
    padding-bottom: 1px;
}

.cut .popup_sitemap_wrapper {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.control_sitemap {
    cursor: pointer;
}

.control_sitemap.active ins {
    background-position: -405px -85px;
}

.popup_sitemap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    overflow: auto;
}

.popup_sitemap_right:before {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 174px;
    height: 213px;
    background: url('/ege/f/src/global/i/gypsum/bird.png') no-repeat 0 0;
    content: '';
}

.popup_sitemap_left:after {
    z-index: 1;
}
.popup_sitemap_content {
    background: #fff;
}

.popup_sitemap_left,
.popup_sitemap_right,
.popup_sitemap_content {
    padding: 40px 30px;
}

.popup_sitemap_contents,
.popup_sitemap_left,
.popup_sitemap_right,
.popup_sitemap_content {
    position: relative;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
}

.popup_sitemap_left {
    float: left;
    width: 140px;
    font-size: 12px;
    background: #f9f9f9;
    border-right: 1px solid #fff;
}

.popup_sitemap_left:after {
    display: block;
    position: absolute;
    right: -83px;
    top: 20px;
    width: 135px;
    height: 115px;
    background: url('/ege/f/src/global/i/decor-sitemap.png');
    content: '';
}

.popup_sitemap_right {
    float: right;
    width: 220px;
    padding-top: 170px;
    font-size: 12px;
    background: #fff;
}

.popup_sitemap_content {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    overflow: hidden;
}

/* categories */

.popup_sitemap_title {
    font-family: 'FuturaPTWebDemi', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.popup_sitemap_categories {
    margin: 20px 0;
}

.popup_sitemap_category {
    font-weight: bold;
    margin-bottom: 10px;
}

.popup_sitemap_category span {
    display: inline-block;
}

.popup_sitemap_category > span.selected {
    position: relative;
    left: 5px;
    padding: 1px 5px;
    margin: 19px -5px -1px -5px;
    background: #1658da;
}

.popup_sitemap_category:first-child > span.selected {
    margin-top: -1px;
}

.popup_sitemap_category span.selected a {
    color: #fff !important;
    border-color: transparent !important;
    cursor: default;
}

.popup_sitemap_subcategory {
    margin-bottom: 5px;
}

.popup_sitemap_subcategory:last-child {
    margin-bottom: 29px;
}

.popup_sitemap_subcategory span.selected a {
    font-weight: bold;
    color: #1658da !important;
    border-color: transparent !important;
    cursor: default;
}

.popup_sitemap_subcategory.active:after {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    border-radius: 50%;
    background: #1658da;
    content: '';
}

/* links */

.popup_sitemap_links {
    margin: 20px 0;
}

.popup_sitemap_link {
    margin-bottom: 10px;
}

/* content */

.popup_sitemap_content .navigation {
    margin-bottom: 50px;
}

.popup_sitemap_content .navigation li {
}

.popup_sitemap_content .navigation li.active {
    position: relative;
    display: inline-block;
}

.popup_sitemap_content .navigation li.active:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    content: '';
}

.popup_sitemap_content .navigation li.active:after {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 5px;
    margin-left: 5px;
    font-size: 11px;
    color: #fff;
    background: #1658da;
    content: 'Вы здесь';
}

.popup_sitemap_search_form {
    padding: 10px 0;
    margin-bottom: 3em;
}

.popup_sitemap_search_input {
    margin-right: 200px;
}

.popup_sitemap_search_input input {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8a8a8a;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_sitemap_search_controls {
    float: right;
    line-height: 30px;
}

.popup_sitemap_search_controls button {
    margin: 0 15px 0 0;
}

.popup_sitemap_content {
    font-size: 14px;
    padding-left: 75px;
}

.popup_sitemap_content h1 {
    padding: 0;
    margin: 50px 0 20px 0;
}

.popup_sitemap_content > ul > li:first-child h1 {
    margin-top: 0;
}

.popup_sitemap_content h2 {
    padding: 0;
    margin: 50px 0 15px 0;
}

.popup_sitemap_content h3 {
    padding: 0;
    margin: 30px 0 10px 0;
}

.popup_sitemap_content {
    counter-reset: counter_level1;
}

.popup_sitemap_content h1:before,
.popup_sitemap_content h2:before,
.popup_sitemap_content h3:before {
    float: left;
    width: 45px;
    margin-left: -55px;
    font-family: Arial, verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    color: #cacaca;
}

.popup_sitemap_content h1 {
    counter-reset: counter_level2;
}

.popup_sitemap_content h2 {
    counter-reset: counter_level3;
}

.popup_sitemap_content h1:before {
    line-height: 31px;
    counter-reset: counter_level2;
    counter-increment: counter_level1;
    content: counter(counter_level1);
}

.popup_sitemap_content h2:before {
    line-height: 32px;
    counter-increment: counter_level2;
    content: counter(counter_level1) '.' counter(counter_level2);
}

.popup_sitemap_content h3:before {
    line-height: 25px;
    counter-increment: counter_level3;
    content: counter(counter_level1) '.' counter(counter_level2) '.' counter(counter_level3);
}
