* {
    margin: 0;
    padding: 0;
    max-height: 999999px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

*, ::after, ::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

html, body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    width: 100%;
    min-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

a {
    color: #008fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

a:hover {
    color: #3ba6ff;
}

b, strong {
    font-weight: bold;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.button {
    display: inline-block;
    padding: 12px 50px;
    background-color: #8c8c8c;
    background: linear-gradient(to right, #00c628 0%, #00cda3 100%);
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.button:hover {
    color: #ffffff;
    background: linear-gradient(to right, #57da2b, #3dd3ad 99%);
}

.button.blue {
    background: linear-gradient(to right, #278cf3, #5db3f9 100%);
}

.button.blue:hover {
    background: linear-gradient(to right, #389bff, #70bbff 100%);
}

.clear {
    content: "";
    display: table;
    clear: both;
}

.body {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.scroll-disabled body {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
}

.divider {
    height: 100%;
}

.invisible {
    display: none !important;
}

.gdpr-cookie {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: initial;
    text-align: center;
    background-color: #212947;
    border-bottom: 1px solid #48515f;
    box-sizing: border-box;
    z-index: 10000;
}

.gdpr-cookie .text {
    display: block;
    color: #c2d0f3;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 16px 20px;
}

.gdpr-cookie .text a {
    color: #dae1f3;
    font-weight: 700;
    text-decoration: underline;
}

.gdpr-cookie .text a:hover {
    text-decoration: none;
}

.gdpr-cookie .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 23px;
    margin: 0 20px 0 20px;
    padding: 0;
    color: #fefefe;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    background: #0085c7;
    border: 1px solid #2ba5fb;
    border-radius: 4px;
    box-sizing: border-box;
}

.header-top {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    transition: background 0.2s;
    z-index: 1000;
}

.header-top .container {
    display: flex;
    position: relative;
    height: 60px;
    justify-content: space-between;
}

.burger-button {
    display: none;
}

.header-top .header-left {
    display: flex;
    align-items: center;
}

.header-prod-logo {
    position: relative;
    padding-left: 43px;
}

.header-prod-logo:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    top: -5px;
    left: 0;
}

.header-prod-logo.logo-calendars5::before, .header-prod-logo.logo-calendars::before {
    opacity: 1;
    background: url("../images/calendars.svg?1580913214") no-repeat 0 0;
}

.header-prod-logo.logo-documents::before {
    background: url("../images/documents-docs.svg?1579261374") no-repeat 0 0;
}

.header-prod-logo.logo-pipi::before {
    background: url("../images/icon_28.png") no-repeat 0 0;
}

.header-prod-logo.logo-scannermini::before {
    background: url("../images/home-icon-sm@2x.png?1567686355") no-repeat 0 0;
    background-size: contain;
}


.header-prod-logo .title {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.header-top .divider {
    width: 2px;
    height: 22px;
    margin: 0 10px 0 8px;
    opacity: 0.4;
    background-color: rgba(255, 255, 255, 0.2);
}

#m-header-menu-layout {
    display: none;
}

.header-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.header-menu li {
    position: relative;
    margin-right: 41px;
    cursor: pointer;
}

.header-menu li.dropdown-link {
    padding-right: 19px;
}

.header-menu > ul > li > span, .header-menu > ul > li > a {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    cursor: pointer;
}

.header-menu li:hover > span, .header-menu li:hover > a {
    opacity: 0.9;
}

.header-menu li.products-list > span {
    opacity: 0.5;
}

.header-menu li.products-list:hover > span {
    opacity: 0.7;
}

.header-top .header-left .dropdown-link:after {
    transition: 0.2s;
    content: "";
    border-bottom: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0.7;
    z-index: 100;
    -moz-transform: translate(10px, 4px) rotate(45deg);
    -webkit-transform: translate(10px, 4px) rotate(45deg);
    -o-transform: translate(10px, 4px) rotate(45deg);
    -ms-transform: translate(10px, 4px) rotate(45deg);
    transform: translate(10px, 4px) rotate(45deg);
}

.header-top .header-left .dropdown-link:hover:after {
    opacity: 0.9;
}

.header-lang .current-lang {
    position: relative;
    padding-right: 19px;
    cursor: pointer;
}

.header-top .header-left .current-lang.dropdown-link:after {
    top: 1px;
}

.header-lang .current-lang img {
    width: 20px;
    height: 20px;
}

.top-menu-block .top-menu-dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    min-width: 100px;
    top: 41px;
    padding: 5px 15px;
    margin-left: -15px;
    border-radius: 4px;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 15;
}

.white .top-menu-block .top-menu-dropdown {
    background-color: rgba(255, 255, 255, 0.95);
}

.top-menu-block .top-menu-dropdown.active {
    display: block;
}

.top-menu-block .top-menu-dropdown ul {
    list-style-type: none;
}

.top-menu-block .top-menu-dropdown li {
    padding: 10px 0;
    margin-right: 0;
}

#language-dropdown {
    top: 62px;
}

#language-dropdown li span {
    padding-left: 12px;
}

.top-menu-block .top-menu-dropdown li span.name {
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.white .top-menu-block .top-menu-dropdown li span.name {
    color: rgba(34, 34, 34, 0.7);
}

.top-menu-block .top-menu-dropdown li:hover span.name {
    color: rgba(255, 255, 255, 0.9);
}

.white .top-menu-block .top-menu-dropdown li:hover span.name {
    color: rgba(34, 34, 34, 0.9);
}

#language-dropdown .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

#language-dropdown li a {
    display: flex;
    align-items: center;
}

#products-dropdown {
    min-width: 182px;
}

#products-dropdown li a {
    display: flex;
    align-items: center;
}

#products-dropdown li a .icon {
    float: left;
    display: block;
    height: 28px;
    width: 28px;
    margin: 0 12px 0 0;
    padding: 0;
    overflow: hidden;
}


.header-logo {
    background: url("../images/pipi-white.svg") no-repeat 0 0;
    width: 92px;
    height: 38px;
    padding-right: 5px;
}

.header-btn {
    position: absolute;
    visibility: hidden;
    padding: 8px 28px;
    right: 20px;
    top: 14px;
    opacity: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.header-btn.small {
    display: none;
}

.mac-dwnl-btn {
    display: none;
}

.mac-device .mac-dwnl-btn:not(.small) {
    display: block;
}

.mac-device .ios-dwnl-btn {
    display: none;
}

.mac-hc-link {
    display: none;
}

.mac-device .mac-hc-link {
    display: block;
}

.mac-device .ios-hc-link {
    display: none;
}

.header-top.moved {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.8);
}

.white.header-top.moved {
    background-color: rgba(255, 255, 255, 0.85);
}

.moved .header-prod-logo:before {
    transition: 1s;
}

.moved .header-prod-logo .title {
    color: rgb(255, 255, 255);
}

.white.moved .header-prod-logo .title {
    color: rgb(34, 34, 34);
}

.header-top.moved .divider {
    background-color: rgba(255, 255, 255, 0.3);
}

.white.header-top.moved .divider {
    background-color: rgba(34, 34, 34, 0.3);
}

.moved .header-menu li span, .moved .header-menu li a {
    color: rgba(255, 255, 255, 0.7);
}

.white.moved .header-menu li span, .white.moved .header-menu li a {
    color: rgba(34, 34, 34, 0.7);
}

.header-top.moved .header-left .dropdown-link:after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.white.header-top.moved .header-left .dropdown-link:after {
    border-bottom: 2px solid rgba(34, 34, 34, 0.7);
    border-right: 2px solid rgba(34, 34, 34, 0.7);
}

.moved .header-lang .current-lang {
    display: none;
}

.moved .header-logo {
    display: none;
}

.moved .header-btn {
    visibility: visible;
    opacity: 1;
    transition: 1s;
}

.wrap {
    flex: 1 0 auto;
    overflow: hidden;
}

.container {
    max-width: 1160px;
}

.footer {
    flex: 0 0 auto;
    position: relative;
    padding: 22px 0 18px;
    background-color: #111111;
}

.white.footer {
    background-color: #f8f8f8;
}

.footer-top-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.footer-menu {
    margin: 0 80px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    min-width: 100px;
}

.footer-menu h3 {
    font-size: 0.9375rem;
    line-height: 1.33;
    text-align: left;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 9px;
}

.white .footer-menu h3 {
    color: rgba(34, 34, 34, 1);
}

.footer-menu .menu-container {
    list-style: none inside;
    vertical-align: top;
    max-width: 200px;
}

.footer-menu .menu-container li {
    text-align: left;
    padding: 5px 0;
}

.footer-menu .menu-container.menu-2 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.footer .menu-container li a {
    transition: 0.15s;
    color: rgba(255, 255, 255, 0.5);
}

.white.footer .menu-container li a {
    color: rgba(34, 34, 34, 0.5);
}

.footer a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.white.footer a:hover {
    color: rgba(34, 34, 34, 1) !important;
}

.footer-top-block .right-block {
    position: relative;
    width: 205px;
    margin-left: auto;
}

.footer-top-block .footer-logo {
    position: absolute;
    right: 0;
    top: -22px;
    width: 92px;
    height: 38px;
    background: url("../images/pipi-white.svg") no-repeat 0 0;
}

.white .footer-top-block .footer-logo {
    background: url("../images/pipi-black.svg") no-repeat 0 0;
}

.footer-social {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    margin-left: 14px;
}

.white .footer-social a {
    opacity: 0.2;
}


.footer-bottom-block {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
    color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.white .footer-bottom-block {
    color: rgba(34, 34, 34, 0.4);
    /*border-top: 1px solid rgba(34, 34, 34, 0.2);*/
}

.footer-bottom-block .copyright {
    max-width: 400px;
    width: 100%;
}

.footer-bottom-block .terms-privacy {
    display: flex;
}

.footer-bottom-block .terms-privacy .divider {
    width: 1px;
    height: 20px;
    margin: 0 11px 0 12px;
    background-color: rgba(255, 255, 255, 0.2);
}

.white .footer-bottom-block .terms-privacy .divider {
    background-color: rgba(34, 34, 34, 0.2);
}

.footer-bottom-block .terms-privacy a {
    color: rgba(255, 255, 255, 0.4);
}

.white .footer-bottom-block .terms-privacy a {
    color: rgba(34, 34, 34, 0.4);
}

@media (max-width: 1199px) {
    .container {
        padding: 0 20px;
    }
}

@media (min-width: 991px) {
    .header-menu {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .header-logo {
        display: none;
        order: -1;
        margin-right: 24px;
    }

    .moved .header-logo {
        display: block;
        background: url("../images/pipi-white.svg") no-repeat 0;
    }

    .white.moved .header-logo {
        background: url("../images/pipi-black.svg") no-repeat 0;
    }

    .burger-button {
        position: relative;
        display: block;
        order: -2;
        height: 60px;
        width: 24px;
        color: 255, 255, 255;
        text-transform: uppercase;
        cursor: pointer;
    }

    .burger-button span {
        position: absolute;
        left: 0;
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        opacity: 1;
    }

    .moved .burger-button span {
        background: rgb(255, 255, 255);
    }

    .white.moved .burger-button span {
        background: rgb(34, 34, 34);
    }

    .burger-button span:nth-child(1) {
        top: 21px;
    }

    .burger-button span:nth-child(2), .burger-button span:nth-child(3) {
        top: 29px;
    }

    .burger-button span:nth-child(4) {
        top: 37px;
    }

    .burger-button.open span:nth-child(1) {
        top: 27px;
        width: 0;
        left: 7px;
    }

    .burger-button.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .burger-button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .burger-button.open span:nth-child(4) {
        top: 27px;
        width: 0;
        left: 7px;
    }

    #m-header-menu-layout {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #m-header-menu-layout.white {
        background-color: rgba(255, 255, 255, 0.85);
    }

    .header-top .header-menu {
        position: absolute;
        left: 0;
        top: 60px;
    }

    .header-top .header-menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        padding: 20px 20px 110px;
        height: calc(100vh - 60px);
        width: 100%;
        outline: none;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1000;
    }

    .header-top .header-prod-logo, .header-top .divider {
        display: none;
    }

    .header-menu ul {
        flex-direction: column;
        list-style: none;
    }

    .header-menu li {
        margin-right: 0;
        padding: 0;
    }

    .header-menu li a, .header-menu li span {
        opacity: unset !important;
        font-size: 1.125rem !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .white .header-menu li a, .white .header-menu li span {
        color: rgba(34, 34, 34, 0.7) !important;
    }

    .header-menu .top-menu-link:nth-child(2) {
        padding: 15px 0 5px;
    }

    .top-menu-link.products-list {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 10px;
    }

    .white .top-menu-link.products-list {
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }

    .top-menu-block .header-menu .top-menu-dropdown {
        display: block;
        position: relative;
        top: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: unset;
    }

    .top-menu-block .header-menu .dropdown-link[data-menu='howto-dropdown'] {
        display: none;
    }

    .top-menu-block .header-menu .dropdown-link[data-menu='products-dropdown'] > span, .top-menu-block .header-menu .dropdown-link[data-menu='more-dropdown'] > span {
        display: none;
    }

    .top-menu-block .top-menu-dropdown {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }

    #products-dropdown li a .icon {
        width: 40px;
        height: 40px;
    }

    .header-btn {
        padding: 8px 13px;
        border-radius: 15px;
        font-size: 0.8125rem;
    }

    .header-lang .current-lang img {
        width: 28px;
        height: 28px;
    }

    .header-lang .current-lang {
        padding-right: 0;
    }

    .header-top .header-left .dropdown-link:after {
        display: none;
    }

    #language-dropdown {
        right: 10px;
        width: 220px;
    }

    .top-menu-block .top-menu-dropdown {
        border-radius: 8px;
    }

    #language-dropdown .icon {
        width: 28px;
        height: 28px;
    }

    #language-dropdown li span {
        padding-left: 20px;
        font-size: 1.125rem;
    }

    .gdpr-cookie {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }

    .gdpr-cookie .text {
        display: block;
        padding: 20px 45px 0 20px;
        color: #c3d0f4;
        font-size: 0.875em;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
    }

    .gdpr-cookie .text a {
        color: #dae1f3;
        font-weight: 700;
        text-decoration: underline;
    }

    .gdpr-cookie .button {
        display: block;
        width: 200px;
        height: 40px;
        margin: 20px auto 25px;
        padding: 0;
        color: #fefefe;
        font-size: 1em;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        background-color: #1f86ca;
        border: 1px solid #3ba6ff;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .gdpr-cookie .close {
        position: absolute;
        display: block;
        top: 16px;
        right: 0;
        width: 28px;
        height: 28px;
        font-size: 2em;
        line-height: 0.8em;
        color: #ccc;
        font-weight: 400;
    }

    .footer-social a {
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
    .footer-top-block {
        flex-direction: column;
        padding: 20px 0 34px 0;
    }

    .footer-top-block .right-block {
        width: 230px;
        margin: 0 auto;
        padding-top: 34px;
        order: 4;
    }

    .footer .footer-menu {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .white.footer .footer-menu {
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }

    .footer-menu.footer-products-how-to {
        display: block;
    }

    .footer .footer-menu:nth-child(1) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .white.footer .footer-menu:nth-child(1) {
        border-top: 1px solid rgba(34, 34, 34, 0.2);
    }

    .footer-menu h3 {
        position: relative;
        height: 51px;
        margin: 0;
        line-height: 51px;
        font-size: 1rem;
        font-weight: 400;
    }

    .footer-menu h3:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 18px;
        width: 6px;
        height: 6px;
        border-top: 2px solid rgba(255, 255, 255, 0.7);
        border-right: 2px solid rgb(255, 255, 255, 0.7);
        border-radius: 1px;
        transform: translate(10px, 4px) rotate(45deg);
        transition: transform .3s ease;
    }

    .white .footer-menu h3:after {
        border-top: 2px solid rgba(34, 34, 34, 1);
        border-right: 2px solid rgb(34, 34, 34, 1);
    }

    .footer-menu.active h3:after {
        -webkit-transform: translate(10px, 4px) rotateZ(135deg);
        -ms-transform: translate(10px, 4px) rotateZ(135deg);
        transform: translate(10px, 4px) rotateZ(135deg);
    }

    .footer .footer-menu .menu-container {
        max-height: 0;
        max-width: initial;
        overflow: hidden;
        padding: 0 0 0 10px;
        transition: max-height 0.4s ease-out;
    }

    .footer .footer-menu.active .menu-container {
        max-height: 1000px;
        transition: max-height 0.4s ease-in;
    }

    .footer-menu .menu-container li {
        padding: 0;
    }

    .footer-menu .menu-container li:last-child {
        padding-bottom: 11px;
    }

    .footer .menu-container li a {
        font-size: 1rem;
        line-height: 3.13;
    }

    .footer-top-block .footer-logo {
        display: none;
    }

    .footer-social {
        position: relative;
    }

    .footer-social a {
        margin-left: 17px;
    }

    .white .footer-bottom-block, .footer-bottom-block {
        flex-direction: column;
        border-top: none;
        padding: 0;
    }

    .footer-bottom-block .copyright {
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .footer-bottom-block .terms-privacy {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .container {
    }

    .header-btn.full {
        display: none;
    }

    .header-btn.small {
        display: block;
        padding: 6px 8px;
        border-radius: 16px;
        min-width: 52px;
    }

    .mac-device .mac-dwnl-btn:not(.small) {
        display: none;
    }

    .ios-device .mac-dwnl-btn {
        display: none;
    }

    .footer-bottom-block .copyright {
        max-width: 100%;
        font-size: 0.75rem;
    }

    .footer-bottom-block .terms-privacy {
        font-size: 0.75rem;
    }
}