@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #14344F;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.45;
}

a {
    color: #5B17E1;
    transition: 0.5s;
}

a:active {
    text-decoration: none;
    list-style-type: none;
}

a:hover {
    text-decoration: none !important;
    list-style-type: none;
    transition: 0.5s;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    border: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0px !important;
}

li {
    list-style: none;
}

input:focus {
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.display-inline {
    display: inline-block;
}

.padding-0 {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.margin-5-0 {
    margin: 5px 0;
}

.margin-8-0 {
    margin: 8px 0;
}

.margin-10-0 {
    margin: 10px 0;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.form-control::-moz-placeholder {
    color: #7D7D7D;
    opacity: 0
}

.form-control:-ms-input-placeholder {
    color: #7D7D7D
}

.form-control::-webkit-input-placeholder {
    color: #7D7D7D
}

.form-control::placeholder {
    color: #7D7D7D !important;
}

.bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.color-black {
    color: #222222;
}

.color-white {
    color: #fff !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.text-uppercase {
    text-transform: uppercase;
}

.flex-block .container:before,
.flex-block .container:after,
.flex-row:before,
.flex-row:after {
    content: normal;
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.justify-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.header-wrapper {
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid #fff;
    border-radius: 8px;
    backdrop-filter: blur(12px);
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0;
    z-index: 100;
}

.wall {
    display: inline-block;
    height: 40px;
    width: 2px;
    background: #14344F1A;
    margin: 0 20px;
}

.base-button-primary-small {
    padding: 8px 24px;
}

.inputs-submit-block .button {
    padding: 14px 24px;
}

.base-button-primary-small,
.inputs-submit-block .button {
    background-color: #5b17e1;
    color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(74, 69, 232, .3);
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 0;
}

.base-button-primary-small:hover,
.inputs-submit-block .button:hover {
    background-color: #372598;
    color: #fff;
}

.container>.flex-column {
    margin: 120px 0;
}

h1.title,
h2.title {
    padding: 0;
    background: radial-gradient(115% 84% at 64% 0, #5b17e1 0, #14344f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1.44px;
    margin-bottom: 24px;
}

.container>.flex-column>p {
    padding: 0;
    font-size: 20px;
}

.text-block p {
    font-size: 20px;
}

.container>.flex-column {
    position: relative;
}

.paypro-page-background {
    position: relative;
}

.charge-page::before {
    content: url('../images/purple-ellipse-bg-t-element.svg');
    position: absolute;
    right: 0;
    z-index: -2;
}

.charge-page::after {
    content: url('../images/yellow-ellipse-bg-t-element.svg');
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.paypro-page-background::before {
    content: url('../images/yellow-ellipse-bg-c-element.svg');
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}

.paypro-page-background::after {
    content: url('../images/purple-ellipse-bg-b-element.svg');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.ppg-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.ppg-form-description {
    font-size: 14px;
    margin-bottom: 30px;
}

.form .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
    max-width: 433px;
    width: 100%;
}

.form .inputs-submit-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 433px;
    width: 100%;
}

.inputs-submit-block .message {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #7D7D7D;
}

.inputs-submit-block .message a {
    color: #5b17e1;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.input-group label {
    color: #14344f;
    font-weight: 600;
}

.input-group.required label:after {
    color: #5b17e1;
    content: "*";
    font-weight: 700;
    margin-left: 4px;
}

.input-group input,
.input-group textarea {
    background-color: hsla(0, 0%, 100%, .6);
    border: 1px solid #dee2f2;
    border-radius: 8px !important;
    padding: 10px 16px;
    box-shadow: none;
    width: 100%;
}

.input-group textarea {
    width: 100%;
    max-width: 433px;
}

.form-control {
    height: 48px;
}

.input-group textarea:focus,
.input-group textarea:focus-visible{
    border: 1px solid rgba(91, 23, 225, .3);
    outline: none;
    box-shadow: none;
}

.input-group .error {
    align-items: center;
    bottom: 0;
    color: #ff492c;
    display: none;
    position: absolute;
    right: 0;
    transform: translateY(calc(100% + 8px));
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.input-group input:hover,
.input-group textarea:hover {
    border-color: rgba(91, 23, 225, .3);
}

.ppg-title-with-line::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #5B17E1;
    margin: 17px auto 21px;
}

.g-reacaptha-info {
    margin-top: 16px;
    font-size: 14px
}

.g-reacaptha-info a {
    color: #5B17E1;
    font-weight: 600;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 25px;
}

.input-icon {
    position: relative;
}

.input-icon .ppg-info {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #3d3939;
}

.text-block.row {
    padding: 0;
    margin: 0 0 20px;
}

.text-block p {
    padding: 0;
}

.title-icon {
    margin-bottom: 16px;
}

@media (min-width: 1440px) {
    .img-block>img {
        position: relative;
        right: -150px;
    }

    .contact-us-page .img-block>img {
        top: 0;
    }
}

.form-wrapper,
.faq-block .faq-block-col {
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
    padding: 32px;
    margin: 0;
}

.faq-block-grid {
    gap: 32px 0
}

.faq-block-col {
    height: 100%;
}

.form-group {
    margin-bottom: 0
}

.page-block {
    padding: 80px 0;
}

p.who-we-are {
    margin-bottom: 56px;
}

.faq-block .ppg-form-description {
    margin-bottom: 0;
}

.sertifacates-list {
    margin-bottom: 80px;
}

.sertifacates {
    padding: 20px 0;
}

.sertifacates-list .sertifacate-item {
    margin: 0;
}

footer {
    padding-bottom: 80px;
}

#pp-copyrights {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 12px;
    color: #7D7D7D;
}

.pgg-footer-links li {
    display: inline-block;
    margin: 8px 15px;
    font-weight: 600;
}

.pgg-footer-links li a:hover {
    color: #372598;
}

/*---------------epic/garena charge page---------------*/

h2.who-we-are {
    margin-bottom: 10px;
}

.form-title-info {
    width: 100%;
    max-width: 696px;
}

.info-block-col p,
.info-block-col div.ppg-form-description {
    font-size: 20px;
}

.d-none {
    display: none;
}

@media screen and (max-width: 600px) {
    .info-block-col {
        padding: 0 15px;
    }

    .d-xs-none {
        display: none;
    }

    .d-xs-block {
        display: block;
    }
}

/*---------------end epic/garena charge page---------------*/

@media screen and (min-width: 821px) {
    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 1246px;
    }
}

@media screen and (min-width: 1200px) {
    .text-block.row {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 1200px) {
    .text-block.row {
        margin: 0 15px 20px;
    }

    .d-md-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper {
        margin: 0;
    }

    .sertifacates-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sertifacates-list>.row {
        justify-content: center;
        gap: 30px 10px;
    }

    .page-block .block-title-info {
        margin-bottom: 25px;
    }

    .contacts-info-grid>div {
        border: none !important;
    }

    .contacts-phone-group {
        max-width: 100%;
    }

    .form-wrapper {
        margin: 0 15px;
    }

    h1.title,
    h2.title {
        font-size: 36px;
        line-height: 40px;
    }

    .paypro-page-background::before {
        bottom: auto;
    }
}

@media screen and (max-width: 600px) {
    header .page-logo img {
        max-width: 100px;
    }

    .page-block {
        padding: 30px 0 80px;
    }

    .base-button-primary-small {
        font-size: 14px;
    }
}

/* ---------contact-us pages----------------- */
.contacts-info-grid {
    padding-top: 15px;
}

.contacts-info-grid .contacts-info-col {
    padding: 25px 0;
    height: 100%;
}

.contacts-info-col .contacts-phone-group {
    margin-left: auto;
    margin-right: auto;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: hsla(0, 0%, 100%, .6);
    border: 1px solid #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    padding: 24px;
}

.contacts-info-col .contacts-phone-group:not(:last-child) {
    margin-bottom: 35px;
}

.contact-country-label {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.phone {
    padding: 9px 4px;
}

.phone .phone-number {
    font-weight: 400;
    color: #14344f;
}

.phone-global .phone-number {
    color: #14344f;
}

.phone-icon {
    width: 14px;
    height: 16px;
    display: inline-block;
    background: url(../images/phone-icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 4px;
}

/* ---------popup----------------- */

.modal{
    overflow: visible;
}
.modal-dialog{
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 10px;
}
.modal-content {
    width: 100%;
    max-width: 1424px;
    border-radius: 24px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(32px);
    margin: 0 auto;
}

.modal-body{
    width: 100%;
    max-width: 1256px;
    margin: 20px auto;
}

.modal-body > .row{
    display: flex;
    justify-content: space-between;
}

.modal-body > .row:nth-child(1){
    flex-wrap: wrap-reverse;
}

.modal-body > .row::before,
.modal-body > .row::after{
    display: none;
}

.pop-up-form-block{
    flex-wrap: wrap;
}

.pop-up-form-block .form .form-inputs{
    margin-bottom: 0;
}

.pop-up-form-block textarea{
    min-height: 48px;
    max-height: 60px;
}

button.ppg-btn-cancel{
    background: transparent;
    border: 0;
}

.pop-up-form-block{
    margin: 35px 0;
}

.pop-up-form-block label{
    padding: 0;
}

@media screen and (max-width: 575px) {
    .modal-dialog{
        margin: 10px 0;
    }
    .modal-body{
        margin: 0;
    }
    .modal-body > .row:nth-child(1){
        justify-content: end;
    }
    .modal h1.title{
        text-align: center;
    }
    .pop-up-form-block{
        margin: 10px 0;
    }
    .pop-up-form-block .title-icon{
        display: none;
    }
}
