.footer-bottom-text {
    font-size: 12px;
    margin-bottom: 16px;
}

.section-submenu {
    padding-top: 0px;
}

.link-on-purple {
    color: #5ca647;
    font-weight: 800;
}

.tab-link.purplebg {
    background-color: #452f91;
    text-decoration: none;
}

.tab-link.inactive {
    background-color: white;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

.tab-link.inactive:hover {
    background-color: #d4d4d4;
}

.no-limit-width {
    max-width: none;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-bottom-space {
    padding-bottom: 0px;
}

.button-header {
    padding-bottom: 4px;
}

.explainer {
    width: 100%;
}

.pink-link {
    color: #5ca647;
    font-weight: 600;
}

.pink-link:hover {
    color: #e559a0;
}

.modal-overflow {
    overflow-x: hidden;
    overflow-y: auto;
}

.topmargin-80 {
    margin-top: 80px;
}

.content-pes .content-kocka {
    display: inline-flex;
    align-items: center;
    align-content: center;
}

.comp-row {
    padding-left: 10px;
}

.hiliterow {
    background-color: #abafc7;
}

.winner {
    color: #5ca647;
    font-weight: 800;
}

.cta-section {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}

.center {
    text-align: center;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
    opacity: 0.5;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: silver;
    opacity: 0.5;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: silver;
    opacity: 0.5;
}

.pricefrom {
    font-size: 18px;
    font-weight: 700;
}

.sub-footer {
    margin-bottom: 30px;
}

.app {
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 991px) {
    .footer_column {
        padding-left: 0px;
    }
    .comp-row {
        border-bottom-width: 3px;
    }
    .pex {
        background: url(/images/icon-3.png) no-repeat;
        background-size: 22px;
        padding-left: 30px;
        border-bottom-color: #5ca647;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
    }
    .npex {
        background: url(/images/icon-1.png) no-repeat;
        background-size: 22px;
        padding-left: 30px;
        /*margin-left:25px;*/
        filter: grayscale(100%);
    }
}

.price_container {
    padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .price_container {
        /*padding-top: 45px;*/
    }
    .price_main-content {
        padding-top: 45px;
    }
    .price_body.th {
        top: 270px;
    }
    .left_pricing_menu {
        top: 210px !important;
    }
    .green_btns {
        top: 200px;
    }
}