/**
    Fonts
 */

@font-face {
    font-family: 'Lumin Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-serif-300.woff') format('woff'), url(/layouts/dennikn/fonts/lumin-serif-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Lumin Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-serif-300-italic.woff') format('woff'), url(/layouts/dennikn/fonts/lumin-serif-300-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lumin Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-serif-500.woff') format('woff'), url(/layouts/dennikn/fonts/lumin-serif-500.ttf) format('truetype');
}

@font-face {
    font-family: 'Lumin Serif';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-serif-500-italic.woff') format('woff'), url(/layouts/dennikn/fonts/lumin-serif-500-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lumin Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-sans-200.woff') format('woff'), url(/layouts/dennikn/fonts/lumin-sans-200.ttf) format('truetype');
}

@font-face {
    font-family: 'Lumin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/layouts/dennikn/fonts/lumin-sans-400.woff') format('woff'), url(/layout/dennikn/fonts/lumin-sans-400.ttf) format('truetype')
}

/**
    Global
 */

html {
    font-size: 16px;
}

h1,h2,h3 {
    font-family: 'Lumin Sans', sans-serif;
    font-weight: 100;
}

p {
    font-size: 1.1rem;
}

label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.payment .row, .gift .row {
    margin: 0;
}

button, input, textarea {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

a, button {
    transition: all .1s ease;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    border: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.i, a, button {
    text-decoration: none;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

.section-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 850px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-row {
    display: flex;
    width: 100%;
}

.section-title {
    position: relative;
    font-family: 'Lumin Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #9E9E9E;
}

.has-error .section-title {
    color: #BF2134;
}

input[type=radio].radio-input
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    margin-top: 0;

    border: 2px solid #9E9E9E;
}

input[type=radio].radio-input:checked::before
{
    content: '';
    position: relative;
    display: block;
    top: 1px;
    left: 1px;
    width: 7px;
    height: 7px;
    background: #9E9E9E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.print-label input[type=radio].radio-input,
.payment-type input[type=radio].radio-input {
    position: absolute;
    top: 17px;
    left: 0;
}

.payment-type input[type=radio].radio-input {
    top: 18px;
}

.payment-type.single input[type=radio].radio-input {
    top: 14px;
}

.no-label input[type=radio].radio-input {
    top: 2px;
}

.term-label input[type=radio].radio-input {
    top: 9px;
}

.user-col {
    max-width: 280px;
}


/**
    Header
 */
.title {
    font-family: 'Lumin Serif', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    margin: 2rem 0;
}

.header {
    background-color: #F8F8F8;
    padding: 3em 0;
}

/**
    Pricing
 */
.pricing {
    margin-top: 2rem;
}

.pricing-features {
    flex-grow: 1;
}

.pricing-features ul {
    padding: 0;
    margin: 50px 0 0 0;
    list-style-type: none;
    display: block;
    height: 35px;
    line-height: 35px;
    font-family: 'Lumin Sans', sans-serif;
    font-size: 1rem;
}

.pricing-col-standard {
    position: relative;
    margin-top: -10px;
}

.pricing-col-standard .pricing-header-cell {
    height: 60px;
    line-height: 60px;
}

.pricing-col-bottom  {
    text-align: center;
    margin-top: auto;
    width: 100%;
    padding-top: 1rem;
}

.pricing-table {
    display: flex;
    flex-grow: 1;
    max-width: 510px;
}

.pricing-favorite-wrapper {
    position: absolute;
    width: 100%;
    top: -2.5rem;
    left: 0;
}

.pricing-favorite {
    position: relative;
    display: block;
    background-color: #3CB6D6;
    color: #fff;
    font-family: "Lumin Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pricing-favorite:before {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-color: #3CB6D6;
}

.pricing-favorite:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 7px 17px 0;
    border-color: transparent #f8f8f8 transparent transparent;
}

.pricing-col {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 160px;
    margin-right: 15px;
    cursor: pointer;
}

.pricing-col.active .pricing-cell-tick {
    border-left: 2px solid #46B863;
    border-right: 2px solid #46B863;
}

.pricing-col.active .pricing-cell-tick-last {
    border-bottom: 2px solid #46B863;
    padding-bottom: 1rem;
}

.pricing-col .selected {
    display: none;
}

.pricing-col.active .not-selected {
    display: none;
}

.pricing-col.active .selected {
    display: inline;
}

.pricing-col:hover .pricing-cell-tick {
    border-left: 2px solid #b8b8b8;
    border-right: 2px solid #b8b8b8;
}

.pricing-col:hover .pricing-cell-tick-last {
    border-bottom: 2px solid #b8b8b8;
}

.pricing-col:last-child {
    margin-right: 0;
}

.pricing-cell {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

.pricing-cell-text {
    display: none;
}

.pricing-cell:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pricing-cell-tick {
    text-align: center;
    color: #46B863;
    font-size: 1rem;
    height: 35px;
    line-height: 35px;
    padding-top: 2px;
}

.pricing-header-cell {
    font-family: 'Lumin Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pricing-cell-club {
    background-color: #4E4E4E;
}

.pricing-cell-standard {
    background-color: #BF2134;
}

.pricing-cell-mini {
    background-color: #9E9E9E;
}

.pricing-bottom {
    justify-content: flex-end;
    text-align: center;
    padding-top: 0rem;
}

.pricing-bottom small {
    font-family: 'Lumin Sans', sans-serif;
    font-size: 0.9rem;
    color: #9E9E9E;
}

.pricing-price {
    font-family: 'Lumin Sans', sans-serif;
    color: #BF2134;
    font-weight: 400;
    font-size: 1.5rem;
}

.pricing-button {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    border: 1.5px solid #46B863;
    background-color: #fff;
    color: #46B863;
    font-family: 'Lumin Sans', sans-serif;
    font-size: 1.3rem;
    padding: 0.3rem 0 0.4rem 0;
    margin: 0.6rem 0;
}

.pricing-button:hover, .pricing-col.active .pricing-button {
    background-color: #46B863;
    color: #fff;
}

.pricing-button-mobile {
    border-radius: 3px;
    margin-bottom: 0;
    display: none;
}

.pricing-link, .pricing-link:active, .pricing-link:focus {
    position: relative;
    font-family: 'Lumin Sans', sans-serif;
    color: #1D1D1D;
    text-decoration: none;
    font-size: 1rem;
    z-index: 10;
}

.pricing-link:hover {
    text-decoration: none;
    color: #46B863;
}

.pricing-link-mobile {
    display: block;
    text-align: center;
    margin: 1.2rem 0;
    color: #6F6F6F;
    display: none;
}

.pricing-link .fas {
    font-size: 10px;
    margin-left: 3px;
}

/*
    Sections
 */
.section-block {
    padding-top: 1.4rem;
}

.section-header {
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.section-body {
    font-family: 'Lumin Sans', sans-serif;
}

.section-period {
    font-size: 1rem;
    color: #9E9E9E;
    margin-left: 0.5rem;
}

.radio-label {
    font-family: 'Lumin Sans', sans-serif;
    font-size: 1.3rem;
    width: 100%;
}

.section-col {
    width: 50%;
}

.section-row {
    margin-bottom: 1rem;
}

.section-row-term {
    margin-bottom: 0.6rem;
}

.no-margin-bottom {
    margin-bottom: 0;
}

input[type=radio].radio-input {
    margin-right: 1rem;
    float: left;
}

.section-body .price {
    font-family: 'Lumin Sans', sans-serif;
    color: #BF2134;
    font-size: 1.3rem;
}

.no-label {
    font-family: 'Lumin Sans', sans-serif;
    color: #9E9E9E;
}

.print-label {
    position: relative;
    font-family: 'Lumin Sans', sans-serif;
    color: #1D1D1D;
    /*width: 220px;*/
}

.print-label-top {
    font-size: 1.3rem;
    display: block;
}

.print-label-bottom {
    color: #9E9E9E;
    font-size: 1rem;
    display: block;
}

.print-label-top, .print-label-bottom {
    padding-left: 110px;
}

.print-label {
    position: relative;
}

.print-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    background-position: center center;
    width: 65px;
    height: 44px;
    background-repeat: no-repeat;
}

.print-label-everyday:before {
    background-image: url(https://predplatne.dennikn.sk/layouts/dennikn/images/newpayment_print_regular.png);
}

.print-label-friday:before {
    background-image: url(https://predplatne.dennikn.sk/layouts/dennikn/images/newpayment_print_friday.png);
}


/*
    Payment types
 */

.payment-type {
    position: relative;
    font-family: 'Lumin Sans', sans-serif;
    color: #1D1D1D;
    width: 220px;
}

.payment-type-top {
    font-size: 1.3rem;
    display: block;
}

.payment-type-bottom {
    color: #9E9E9E;
    font-size: 1rem;
    display: block;
}

.payment-type-top, .payment-type-bottom {
    padding-left: 110px;
}

.payment-type {
    position: relative;
    display: block;
    margin-bottom: 0.3rem;
    width: 100%;
}

.payment-type.single .payment-type-top {
    padding-top: 5px;
}

.payment-type:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 30px;
    background-position: center center;
    width: 65px;
    height: 44px;
    background-repeat: no-repeat;
    background-image: url('/layouts/dennikn/images/payments-new-1.png');
}

.payment-type.single:before {
    top: 2px;
}

.payment-type-card:before {
    background-position:  0 1px;
}

.payment-type-paypal:before {
    background-position:  0 -104px;
}

.payment-type-transfer:before {
    background-position: 0 -70px;
}

.payment-type-tatrapay:before {
    background-position: 0 -35px;
}

.payment-type-trustpay:before {
    background-position: 0 -177px;
}

.email-error {
    display: block;
    margin-bottom: 0.7rem;
}

.password-error {
    display: block;
    margin-bottom: 0.7rem;
}

.email-help {
    display: block;
    margin-bottom: 0.7rem;
    color: #9E9E9E;
}

.error {
    color: #BF2134;
    display: none;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.input-text {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #9E9E9E;
    margin-bottom: 0.3rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.has-error .input-text, .has-error2 .input-text {
    border-color: #BF2134;
}

.checkbox-label.show-error.has-error .checkbox-label.show-error.has-error2{
    color: #BF2134;
}

.has-error .section-title, .has-error2.shake .section-title,
.has-error #password, .has-error2.shake #password,
.has-error #email, .has-error2.shake #email,
.checkbox-label.show-error.has-error, .checkbox-label.show-error.has-error2.shake {
    -webkit-animation: bounce 0.8s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 0.8s ease-out;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error2 .help-block, .has-error2 .control-label, .has-error2 .radio, .has-error2 .checkbox, .has-error2 .radio-inline, .has-error2 .checkbox-inline, .has-error2.radio label, .has-error2.checkbox label, .has-error2.radio-inline label, .has-error2.checkbox-inline label {
    color: #a94442;
}

.checkbox-label {
    position: relative;
    display: block;
    margin-bottom: 0.6rem;
    color: #9E9E9E;
}

input[type=checkbox].checkbox
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    border: 1px solid #b3b3b3;
    top: 4px;
}

input[type=checkbox].checkbox:checked::before
{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #46B863;
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 13px;
}

.pay-button {
    position: relative;
    display: block;
    border: none;
    background-color: #46B863;
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
    padding: 0.7rem;
    margin-top: 1.2rem;
    cursor: pointer;
    font-weight: 500;
}

.pay-button:hover {
    background-color: #54bd6e;
}

.payment-options-icons {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 12px;
    height: 24px;
}

#second-window {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#second-window p {
    font-size: 1rem;
}

#second-window h1 {
    font-size: 26px;
}

#second-window h2 {
    font-size: 18px;
    margin: 20px;
}

#second-window .col-right h2 {
    margin: 30px;
}

#second-window .carousel-control {
    background-image: none;
    color: #000;
    top: 70px;
    width: 0;
}

#second-window .carousel-indicators {
    bottom: -30px;
}

#second-window .carousel-indicators li {
    background: #cacaca;
    border: none;
    margin: 0 1px;
}

#second-window .carousel-indicators li.active {
    background: #508fd9;
    width: 10px;
    height: 10px;
}

#second-window .carousel-inner .item {
    padding: 0 75px;
}

#second-window .carousel-inner .item .profile {
    padding-top: 10px;
    float: left;
}

#second-window .carousel-inner .item .quote {
    position: relative;
    margin-left: 140px;
    background: #ffffe3;
    padding: 20px 25px 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.25);
}

#second-window .carousel-inner .item .quote:after {
    right: 100%;
    top: 85px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 30px solid rgba(255, 255, 227, 0);
    border-right-color: #ffffe3;
    margin-top: -30px;
}

#second-window .carousel-inner .quote p:first-of-type {
    font-style: italic;
    min-height: 90px;
}

#second-window .carousel-inner .quote .signature img {
    top: -15px;
}

#second-window .carousel-inner .quote p:last-of-type {
    position: absolute;
    bottom: 10px;
}

#second-window .selector-section {
    border: 1px solid #999;
    margin: 35px 20px 0 30px;
}


#second-window .selector-section .col-left,
#second-window .selector-section .col-right {
    padding: 0 20px;
}

#second-window .selector-section .col-left {
    border-right: 1px solid #999;
    background: #f8f8f8;
}

#second-window .amount-section {
    background: #249fdc;
    padding: 35px 7px 10px;
    margin-bottom: 20px;
}

#second-window .amount-section .slider {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    height: 10px;
}

#second-window .amount-section .tooltip {
    margin-top: -43px;
}

#second-window .amount-section .tooltip .tooltip-arrow {
    border-top-color: #fff;

}

#second-window .amount-section .tooltip .tooltip-inner {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

#second-window .amount-section .slider-handle {
    background: #fff none;
    border: 3px solid #000;
    top: -5px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
}

#second-window .amount-section .slider-track,
#second-window .amount-section .slider-selection {
    height: 1px;
    background: #000 none;
    margin-top: 0;
}

#second-window .amount-section .no-padding {
    padding-right: 0;
    padding-left: 0;
}

#second-window .amount-section input {
    padding: 0 2px;
    text-align: right;
    width: 100%;
    height: 26px;
}

#second-window .amount-section .input-group-addon {
    background: none;
    color: #000;
    padding: 6px;
    border: none;
    font-weight: 700;
}

#second-window .amount-section .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 5px 0 0;
}

#second-window .amount-section .triangle-bottom-left {
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #6fcfff;
}

#second-window .amount-section .triangle-bottom-right {
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #6fcfff transparent;
}

#second-window .amount-section .slider-margins div {
    background: #6fcfff;
    color: #000;
    padding: 0 7px;
}

#second-window .slider.slider-horizontal {
    width: 100%;
}

#second-window .additional-type ul {
    list-style: none;
    margin: 0 30px;
    padding: 0;
}

#second-window .additional-type li {
    margin: 10px;
}

#second-window .additional-type input {
    float: left;
    margin: 8px 8px 0 -20px;
}

#second-window .additional-type label {
    display: block;
    margin-left: 20px;
    font-weight: 300;
    cursor: pointer;
    font-size: 12px;
}

#second-window .additional-type label strong {
    font-weight: 700;
    font-size: 18px;
}

#second-window .gift-button {
    margin: 30px auto;
    height: 50px;
    color: #FFF;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    background: #45b864 none;
}

#second-window .no-gift-button {
    margin: 120px auto 20px;
    height: 50px;
    color: #249fdc;
    border: 3px solid #249fdc;
    border-radius: 0;
    font-weight: 700;
    background: none;
}

#second-window #additional-info {
    display: block;
    padding-bottom: 20px;
}

.signature img {
    margin-bottom: 40px;
}

.footer {
    position: relative;
    display: block;
    font-family: 'Lumin Sans', sans-serif;
    background-color: #F8F8F8;
    width: 100%;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer .section-container {
    width: 100%;
    max-width: 100%;
}

.footer-left {
    font-size: 1.1rem;
    padding-left: 2rem;
    color: #000000;
}

.footer-right {
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 0.8rem;
}

.footer-right-text {
    font-weight: bold;
    margin-right: 10px;
}

.footer-center {
    text-align: center;
    margin-bottom: 0.8rem;
}

.footer-button {
    display: inline-block;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
    background-color: #EAEAEA;
    border-radius: 5px;
    color: #6F6F6F;
    text-decoration: none;
}

.footer-link {
    margin-left: 10px;
    color: #6F6F6F;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 900px) {
    .section-row,
    .section-title,
    .section-body p {
        padding: 0 20px;
    }

    .pricing-bottom {
        padding: 0;
    }

    .section-col {
        width: auto;
    }

    .section-col-left {
        flex-grow: 3;
    }

    .section-col-right {
        flex-grow: 1;
    }

    .section-title {
        margin-bottom: 1rem;
    }

    .header {
        padding: 2rem 0;
    }

    .pricing-cell-text {
        color: #000;
        text-align: left;
        padding: 0 10px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .pricing-cell {
        position: relative;
    }

    .pricing-cell-tick .fa-check {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 10px;
    }

    .pricing-cell-tick {
        padding-right: 20px;
    }

    .pricing-cell-text {
        display: block;
    }

    .pricing-features {
        display: none;
    }

    .pricing-table {
        width: 100%;
        flex-grow: 1;
        max-width: 100%;
    }

    .pricing-table .pricing-col {
        flex-grow: 1;
        width: 270px;
    }

    .header {
        padding-bottom: 0;
        padding-top: 1rem;
    }

    #second-window .carousel {
        display: none;
    }

    #second-window .carousel {
        display: none;
    }
    #second-window .selector-section {
        margin: 0;
    }
    #second-window .input-group {
        margin-top: 10px;
    }

    #second-window .additional-type label strong {
        font-size: 14px;
    }

    #second-window .selector-section .col-left {
        border-right: none;
    }

    #second-window .additional-type ul {
        margin: 20px 0;
    }

    #second-window .additional-type li {
        margin: 10px 0;
    }

    #second-window .gift-button {
        font-size: 12px;
        font-weight: 400;
    }

    #second-window .no-gift-button {
        border: 1px solid;
        font-size: 12px;
        font-weight: 400;
        margin: 20px auto;
    }

    .pricing-col {
        width: 33%;
    }

    .pricing-bottom {
        display: none;
    }

    .pricing-header-cell {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.2rem;
    }

    .pricing-cell {
        height: auto;
        line-height: 1.3;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pricing-header-price {
        float: right;
        font-size: 1.2rem;
    }

    .pricing-header-price small {
        display: block;
        font-size: 0.7rem;
        text-align: right;
        text-transform: lowercase;
        font-weight: 400;
    }

    .section-block {
        padding-top: 1rem;
    }

    .section-header {
        padding-bottom: 0;
    }

    .title {
        font-size: 1.4rem;
    }

    .pricing-button-mobile, .pricing-link-mobile {
        display: block;
    }

    .pricing-col-bottom {
        display: none;
    }

    .pricing-col-standard {
        margin-top: 0;
    }

    .pricing-col-standard .pricing-header-cell {
        height: auto;
        line-height: 1.3;
    }
}

@media (max-width: 600px) {
    .section-col-left {
        flex-grow: 3;
    }

    .section-col-right {
        flex-grow: 1;
        max-width: 100px;
        text-align: center;
    }

    .section-period {
        margin: 0;
    }

    .user-col {
        width: 100%;
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
        margin-top: 1rem;
    }

    .payment-col {
        width: 100%;
        flex-grow: 1;
    }

    .user-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 540px) {
    .pricing-table .pricing-col {
        width: 100%;
    }

    .pricing-table {
        flex-direction: column;
    }

    .pricing-col {
        margin-right: 0;
    }

    .pricing-col-standard {
        order: 1;
        margin-top: 40px;
    }
    .pricing-col-club {
        order: 2;
    }
    .pricing-col-mini {
        order: 3;
    }

    .pricing-favorite-wrapper {
        width: 200px;
    }

    .pricing-col:hover:before,
    .pricing-col.active:before {
        display: none;
    }
}

/*=========================================
bounce animation used on errors
==========================================*/


@-webkit-keyframes bounce {
    0% { -webkit-transform:translateY(-100%); }
    5% { -webkit-transform:translateY(-100%); }
    15% { -webkit-transform:translateY(0); }
    20% { -webkit-transform:translateY(-80%); }
    25% { -webkit-transform:translateY(0%); }
    30% { -webkit-transform:translateY(-70%); }
    35% { -webkit-transform:translateY(0%); }
    40% { -webkit-transform:translateY(-60%); }
    45% { -webkit-transform:translateY(0%); }
    50% { -webkit-transform:translateY(-50%); }
    55% { -webkit-transform:translateY(0%); }
    60% { -webkit-transform:translateY(-30%); }
    65% { -webkit-transform:translateY(0%); }
    70% { -webkit-transform:translateY(-15%); }
    75% { -webkit-transform:translateY(0); }
    80% { -webkit-transform:translateY(-10%); }
    85% { -webkit-transform:translateY(0); }
    90% { -webkit-transform:translateY(-5%); }
    95% { -webkit-transform:translateY(0); }
    100% { -webkit-transform:translateY(0); }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
    0% {
        -moz-transform:translateY(-100%);
        opacity: 0;
    }
    5% {
        -moz-transform:translateY(-100%);
        opacity: 0;
    }
    15% { -moz-transform:translateY(0); }
    30% { -moz-transform:translateY(-50%); }
    40% { -moz-transform:translateY(0%); }
    50% { -moz-transform:translateY(-30%); }
    70% { -moz-transform:translateY(0%); }
    80% { -moz-transform:translateY(-15%); }
    90% { -moz-transform:translateY(0%); }
    95% { -moz-transform:translateY(-10%); }
    97% { -moz-transform:translateY(0%); }
    99% { -moz-transform:translateY(-5%); }
    100% {
        -moz-transform:translateY(0);
        opacity: 1;
    }
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
        -o-transform:translateY(-100%);
        opacity: 0;
    }
    5% {
        -o-transform:translateY(-100%);
        opacity: 0;
    }
    15% { -o-transform:translateY(0); }
    30% { -o-transform:translateY(-50%); }
    40% { -o-transform:translateY(0%); }
    50% { -o-transform:translateY(-30%); }
    70% { -o-transform:translateY(0%); }
    80% { -o-transform:translateY(-15%); }
    90% { -o-transform:translateY(0%); }
    95% { -o-transform:translateY(-10%); }
    97% { -o-transform:translateY(0%); }
    99% { -o-transform:translateY(-5%); }
    100% {
        -o-transform:translateY(0);
        opacity: 1;
    }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
    0% {
        transform:translateY(-100%);
        opacity: 0;
    }
    5% {
        transform:translateY(-100%);
        opacity: 0;
    }
    15% { transform:translateY(0); }
    30% { transform:translateY(-50%); }
    40% { transform:translateY(0%); }
    50% { transform:translateY(-30%); }
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% {
        transform:translateY(0);
        opacity: 1;
    }
}


