@media (min-width: 1200px) {
    .rmsbpt-flat .pt-cols-5 > .pt-col {
        padding: 0 2px !important;
        width: 20%;
    }
}

.footer {
    padding: 30px 0;
}

.button-paypal {
    display: inline-block;
    background-color: #ffc539;
    border-radius: 12px;
    color: #003087;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    transition: 200ms;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 22px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 5px;
}

.button-paypal:not(:disabled):hover,
.button-paypal:not(:disabled):focus {
    outline: 0;
    background: #f4e603;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-paypal:disabled {
    filter: saturate(0.2) opacity(0.5);
    -webkit-filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
}

.button-cc {
    display: inline-block;
    background-color: #569dbc;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    transition: 200ms;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 22px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 5px;
}

.button-cc:not(:disabled):hover,
.button-cc:not(:disabled):focus {
    color: #fff !important;
    outline: 0;
    background: #75b1cb;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-cc:disabled {
    filter: saturate(0.2) opacity(0.5);
    -webkit-filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
}

.services-privacy {
    background-color:rgb(242, 241, 241);
    padding: 25px;
    margin: 30px auto;
    border-radius: 20px;
}
.services-privacy h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.services-privacy h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
.services-privacy h3 img {
    width: 32px;
    margin-top: -5px;
}
.services-privacy p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.services-privacy li {
    color: #666;
    margin-left: 30px;
}
.about-foxes {
    background-color: #efefef;
    padding: 25px;
    margin: 30px auto;
    border-radius: 20px;
}
.about-foxes h2 {
    font-size: 18px;
    font-weight: bold;
}
.about-foxes p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.about-list li {
    margin-bottom: 8px;
}
.about-list img {
    margin-top: -5px;
    height: 24px;
}
.header-logo {
    width: 373px;
    /* height: 68px; */
    margin-top: -20px;
}
@media (max-width: 479px) {
    .header-logo {
        width: 250px;
        margin-top: -10px;
    }
}
.section-title h3 {
    line-height: 1.3;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0 !important;
}

.sticky {
    position:fixed;
    bottom: 10%;
    left: 0;
    z-index: 200;
}

article.blog h1 {
    font-size: 26px !important;
}
article.blog h2 {
    font-size: 26px;
}
article.blog h3 {
    font-size: 24px;
}
article.blog p {
    font-size: 16px;
    color: #787878;
}
article.blog li {
    margin-left: 50px;
    font-size: 16px;
    color: #787878;
}
article.blog a {
    color: #f1773e;
}

article.news {
    margin-top: 20px;
}
article.news h2 {
    font-size: 24px;
    line-height: 1.4;
}
article.news p {
    font-size: 16px;
    color: #888888;
}
article.news li {
    font-size: 16px;
    color: #888888;
    margin-left: 40px;
}
article.news a {
    color: #f1773e;
}

h1.news {
    font-size: 32px !important;
}

@media (max-width: 479px) {
    .content {
        padding: 15px;
    }
}

.rmsbpt-flat .pt-price-block .pt-price-main {
    font-size: 78px;
    letter-spacing: -3px;
}
.rmsbpt-flat .pt-sub-text {
    font-size: 16px;
    padding-top: 10px;
}
.rmsbpt-flat .pt-list {
    display: inline-block;
    text-align: left;
    padding: 10px 5px;
}
.rmsbpt-flat .pt-col {
    margin-bottom: 30px;
}
.rmsbpt-flat .pt-block {
    margin: 5px 0;
}
.pt-hand-prom {
    margin-bottom: 60px;
}
.pt-hand-point {
    animation: MoveUpDown 0.75s linear infinite;
    position: absolute;
    left: 50%;
    top: 0;
    margin-bottom: 50px;
    color: #000;
    font-size: 16px;
}
@keyframes MoveUpDown {
    0%, 100% {
        top: 0;
    }
    50% {
        top: 30px;
    }
}