##{$alias}_sitemap {
    &>div {
            &:nth-of-type(13),
            &:nth-of-type(21),
            &:nth-of-type(10),
            &:nth-of-type(17),
            &:nth-of-type(31),
            &:nth-of-type(24)
            {
                border-top: none;
            }
            &:nth-of-type(15) {
                margin-bottom: px(25);
            }
            &:nth-of-type(1),
            &:nth-of-type(2),
            &:nth-of-type(9),
            &:nth-of-type(13),
            &:nth-of-type(14),
            &:nth-of-type(15),
            &:nth-of-type(16),
            &:nth-of-type(20),
            &:nth-of-type(23),
            &:nth-of-type(27),
            &:nth-of-type(28),
            &:nth-of-type(29),
            &:nth-of-type(30),
            &:nth-of-type(3) {
                margin-left: px(25);
                margin-top: px(25);
            }
            &:nth-of-type(2),
            &:nth-of-type(3), {
                margin-top: px(20);
                margin-bottom: px(20);
            }
    }

    a {
            color: #e6383f;
            &:hover {
                color: $primary;
            }
    }
    input {
            &[type="button"] {
                margin-top: -#{px(2)};
                cursor: pointer;
            }
    }
    .#{$alias}-form-row.__tab7 {
            label,
            select {
                display: block;
                margin: px(15) 0;
            }
            label {
                margin: px(10) 0;
            }
    }
}