.download-ug {
    text-shadow: 7px 6px 5px rgb(0 0 0);
}

.general-img {
    display: block;
    max-width: 100%;
    margin: 20px 0;
}

ol.letters {
    margin: 20px 0;
}

ol.letters li {
    font-size: 13pt;
    text-align: justify;
    line-height: 23px;
}

table.contrast_table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: auto;
}

table.contrast_table td {
    font-size: 13pt;
    line-height: 23px;
    border: 2px solid #555555;
    background-color: #d9d9d9;
    padding: 5px;
}

.contrast_table tr td:first-child {
    text-align: right;
}

.right_product {
    float: right;
}

.module-title {
    font-family: GothamBold;
    font-size: 16pt;
    margin-bottom: 20px;
    color: #39006d;
}

#krecorder strong, #kcreator strong {
    color: #39006d;
}

.main-editing-module .item_title, .main-editing-module.content .ug p a, .main-editing-module.content .ug p a:hover {
    color: #39006d;
}

.main-editing-module .ug span.number {
    background-color: #3a00b8;
}

.kc-module .module-title, .kc-module .item_title, .kc-module.content .ug p a, .kc-module.content .ug p a:hover, .kc-module span.a {
    color: #a400b7;
}

.kc-module .ug {
    padding-left: 30px;
    background-color: #e4e4e4;
}

.kc-module .ug span.number {
    background-color: #a400b7;
    position: static;
    display: block;
    width: 70px;
    border-radius: 0;
    margin-bottom: 10px;
    margin-left: -30px;
}

.kr-module .module-title, .kr-module .item_title, .kr-module span.a {
    color: #ef000a;
}

.krem-module .module-title, .krem-module .item_title {
    color: #cb0282;
}

.numbers_img {
    max-width: 1031px;
    margin: 30px auto;
    position: relative;
}

.numbers_img img {
    display: block;
    width: 100%;
}

.menu_nav_item {
    position: absolute;
    width: 30px;
    height: 30px;
}

.menu_nav_item.top {
    top: 0;
}

.menu_nav_item.left-1 {
    left: 33px;
}

.menu_nav_item.left-2 {
    left: 0;
}

.menu_nav_item.bottom {
    bottom: 0;
}

.menu_nav_item.right {
    right: 0;
}

.ug {
    position: relative;
    background-color: #e4e4e4;
    border: 2px solid #3a0d6b;
    border-radius: 5px;
    padding: 20px 30px 20px 50px;
    margin-top: 15px;
}

.ug span.number {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    width: 35px;
    line-height: 24px;
    background-color: #3a0d6b;
}

.item_title {
    color: #3a0d6b;
}

.ug p:last-child {
    margin-bottom: 0;
}

.ug p:first-of-type {
    margin-top: 0;
}

.ug-empty {
    margin: 15px 0;
}

.list-wrapper {
    padding-left: 20px;
}

.content .ug p a, span.a {
    font-family: GothamBold;
    text-decoration: none;
}

.content .ug p a:hover {
    text-decoration: underline;
}

.right-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    max-width: 50%;
    border: 3px solid #3a0d6b;
}

.left-img {
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
    max-width: 50%;
    border: 3px solid #3a0d6b;
}

.big-in-center {
    border: 3px solid #3a0d6b;
}

.col-2 {
    column-count: 2;
}

.two-in-line {
    text-align: center;
}

.two-in-line img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
}

.contrast {
    font-size: 13pt;
    border-spacing: 0;
    margin-left: 20px;
}

.contrast th {
    text-align: left;
    padding: 5px;
}

.contrast td {
    padding: 5px;
}

.modules-separator {
    position: relative;
    height: 8px;
    margin: 50px 0;
}

.modules-separator::before, .modules-separator::after {
    content: "\00a0";
    height: 8px;
    width: 100%;
    border-radius: 5px;
    background-color: #3a0d6b;
    position: absolute;
    left: 0;
}

.modules-separator::before {
    top: 100%;
}

.modules-separator::after {
    bottom: 100%;
}

.inline-section {
    display: flex;
    justify-content: space-evenly;
}

.inline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 48%;
}

.special-paragraph {
    max-width: 800px;
    margin: auto !important;
}

@media (max-width: 1200px) {
    .menu_nav_item {
        display: none;
    }
}

@media (max-width: 768px) {
    .inline-section {
        flex-direction: column;
        align-items: center;
    }

    ol.letters li, table.contrast_table td {
        font-size: 11pt;
        line-height: 19px;
    }

    .contrast {
        font-size: 11pt;
    }

    .contrast th, .contrast td {
        padding: 3px;
    }

    .right_product {
        margin-bottom: -45px;
        margin-left: -55px;
        margin-top: -5px;
        width: 250px;
    }

    .module-title {
        margin-bottom: 15px;
        font-size: 13pt;
    }

    .list-wrapper {
        padding-left: 5px;
    }

    .ug {
        margin-top: 5px;
        padding: 15px 15px 15px 35px;
    }

    .kc-module .ug {
        padding-left: 15px;
    }

    .kc-module .ug span.number {
        margin-left: -15px;
        width: 55px;
    }

    .ug span.number {
        font-size: 13px;
        line-height: 22px;
        width: 30px;
        top: 15px;
    }

    .two-in-line img {
        max-width: 100%;
        margin: 5px 0;
    }

    .left-img {
        margin-right: 10px;
    }

    .right-img {
        margin-left: 10px;
    }

    .numbers_img {
        margin: 20px auto;
    }
}

@media (max-width: 500px) {
    .ug {
        padding: 10px;
    }

    .ug .item_title {
        display: block;
        margin-left: 25px;
    }

    .ug span.number {
        top: 9px;
    }

    .contrast {
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    .right_product {
        margin-left: -40px;
        width: 180px;
    }

    h1 {
        font-size: 15pt;
    }
}