@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", serif !important;
    font-style: normal;
    background-color: #DDD;
    color: #444;
    line-height: initial;
}

.left-side {
    padding: 0 5px 0 0 !important;
}

.right-side {
    padding: 0 0 0 5px !important;
}

p {
    line-height: initial !important;
}

div.grey-bg {
    background: #ddd !important;
}

h2 {
    margin: initial;
    font-weight: bold;
    line-height: initial;
    font-size: 1.5em;
}

h3 {
    font-weight: bold;
    margin-bottom: 21px;
    font-size: 1.17em;
    line-height: initial;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    width: 100%;
    height: 30px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Cairo', sans-serif;
    padding: 5px;
}

.top-bar .top-bar-head {
    font-size: 12px;
    opacity: 0.6;
}

.top-bar .pc-menu {
    width: 170px;
    text-align: right;
}

.top-bar .pc-menu img {
    height: 17px;
    margin: 0 5px;
}

.hero {
    background: url(../img/bg.jpg) no-repeat center #fff;
    min-height: calc(100vh - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #606060;
}

.top-area {
    background-color: #f8f9f9;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-area .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 85px;
    font-size: 13px;
    color: #8aa1b7;
    text-align: center;
}

.top-area .icon img {
    height: 45px;
    margin-bottom: 10px;
}

.button-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-area h1 {
    font-weight: 500;
    margin: 0 auto 30px auto;
    font-size: 40px;
    color: #444;
    letter-spacing: -1px;
}

.button-modal {
    background-color: #17A200;
    color: white;
    font-weight: 600;
    width: 400px;
    max-width: 90vw;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 15px auto;
    cursor: pointer;
    border: none;
    font-family: Arial, serif;
}

.dot {
    display: inline-block;
    background-color: #17A200;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 10px;
    animation: dotblink 1s infinite;
}

.bottom-area {
    background-color: #f8f9f9;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-area .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 85px;
    font-size: 13px;
    color: #999b9e;
    text-align: center;
    opacity: 0.6;
}

.bottom-area .icon img {
    height: 45px;
    margin-bottom: 10px;
}

.section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.device-split {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin-top: 50px;
    max-width: 100%;
    padding: 0 20px;
}

.device-split .text {
    padding: 0 20px;
}

.device-split .image img {
    max-width: 400px;
}

.boxes {
    display: flex;
    color: #333;
    margin: 50px auto;
}

.boxes .box {
    background-color: #EEE;
    padding: 25px;
    width: 250px;
    height: 250px;
    margin: 25px;
}

.boxes .box .icon-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.boxes .box .icon-section img {
    max-width: 50px;
    margin-right: 25px;
}

.covers-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100%;
    font-size: 18px;
    color: #444;
    margin-bottom: 50px;
}

.covers-section img {
    max-width: 100%;
    width: 40vw;
}

.covers-section .text {
    margin: 0 auto;
    max-width: 700px;
    width: 70%;
    padding: 25px;
}

.posters {
    display: flex;
    margin-bottom: 50px;
}

.posters .poster {
    background-color: #EEE;
    border: 1px solid #EEE;
    border-radius: 3px 3px 0 0;
    color: #666;
    text-align: center;
    margin: 0 15px;
    height: 281px;
}

.posters .poster .title {
    padding: 5px 0;
}

.posters .poster img {
    max-width: 250px;
}

.terms-footer {
    max-width: 95%;
    color: #556177;
    font-size: 12px;
}

.modal-left {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.modal-right {
    background-color: #eee;
    padding: 15px 40px;
    border-radius: 0 10px 10px 0;
}

.modal-left .pop-steps {
    display: inline-block;
    margin-top: 25px;
    text-align: left;
    font-weight: bold;
}

.modal-left .pop-steps .pop-step.active {
    color: #222;
}

.modal-left .pop-steps .pop-step {
    color: #999;
    margin-bottom: 10px;
}

.modal-left .pop-steps .pop-step .circle {
    background-color: #999;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 0 0 0;
    margin-right: 10px;
}

.modal-left .formbox-header {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

.modal-right h4 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 20px;
    color: #444;
    font-family: Arial, serif;
}

.modal-right input {
    width: 100%;
    padding: 12px 0 12px 20px;
    margin-bottom: 5px;
    font-size: 15px;
    border: 1px solid #767676;
}

.modal-right .ui-form__submit-button {
    border-radius: 0;
    box-shadow: none;
    font-size: 25px;
}

.modal-right .ui-form__submit {
    margin: 10px 0;
}

.modal-terms {
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #888;
    text-align: center;
    line-height: initial;
}


/* Second page */
.payment2-content {
    max-width: 980px !important;
    background: #fff;
    padding: 0 10px;
}

.secondStep div.grey-bg {
    background: #000 !important;
}


.header {
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.header h1 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}

.steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.steps>div {
    margin-bottom: 20px;
    width: 33.3%;
    text-align: center;
    z-index: 1;
}

.steps>p {
    font-size: 10px;
}

.steps>div>div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #01c77c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 12px;
}

.steps:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #b8b8b8;
    left: 0;
    top: 14px;
    position: absolute;
    z-index: 0;
}

div.step_void>div {
    background: #6c757d;
}

.box {
    background: #f7f7f7;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.form-header {
    text-align: center;
    color: #333;
}

.form-header h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.form-header p {
    font-size: 12px;
}

.tp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 10px 0;
    margin: 15px 0;
    background: #dde2e9;
    border-radius: 3px;
    color: #fff;
}

.tp_stars {
    width: 30%;
    padding-bottom: 6%;
    background-image: url(../img/stars.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 102%;
    margin-right: 20px;
}

.tp>p {
    font-weight: 500;
    color: #123b70;
    margin: 0;
}

.ui-form__block {
    margin-bottom: 10px !important;
}

label {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

input.ui-input {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0 !important;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 14px;
    height: initial;
}

.card-types {
    width: 104px;
    height: 17px;
}

select.ui-input {
    height: 43px;
    color: #000;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    margin: 0 !important;
    font-family: inherit;
    font-size: 14px;
}

.secondStep .ui-form__submit-button {
    font-weight: bold;
    padding: 25px;
    width: 100%;
    border-radius: 0px;
    border: none;
    background: #01c77c;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 5px 10px #0000001c;
}

.secondStep .ui-form__submit-button span {
    position: relative;
    display: inline-block;
    left: 10px;
}

.secondStep .ui-form__submit-button span:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../img/download.svg);
    display: block;
    filter: invert(1);
    left: -34px;
    position: absolute;
    top: -5px;
}

.xsell {
    color: #7a7a7a;
    margin-top: 10px;
}

.h3_fst {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 12px;
}

.xsell p {
    font-size: 10px;
}

.right-side-space {
    padding: 20px;
}

.right-side h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.devices-right-side {
    width: 100%;
    height: 155px;
    max-width: 70%;
    display: block;
    margin: 20px auto;
}

.right-side small {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
    font-weight: 500;
}

.features p {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
}

.features span:before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: block;
    background: #01c77c;
    margin-right: 10px;
}

.features span:after {
    content: '';
    border: 3px solid #fff;
    border-top: none;
    border-left: none;
    width: 5px;
    height: 11px;
    transform: rotate(50deg);
    position: absolute;
    top: 6px;
    left: 10px;
}

.footer {
    margin: 15px 0;
    font-size: 10px;
    text-align: center;
}

@keyframes dotblink {
    0% {
        background-color: #17A200
    }

    50% {
        background-color: #1ec900
    }

    100% {
        background-color: #17A200
    }
}

@media screen and (max-width: 768px) {
    .header h1 {
        font-size: 20px;
    }

    .steps>div {
        margin-bottom: 5px;
    }

    .steps>div>div {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .steps:after {
        top: 11px;
    }

    .box {
        padding: 15px;
    }

    .tp {
        margin: 10px 0;
        padding: 7px 0;
    }

    .modal-left {
        border-radius: 10px 10px 0 0;
    }

    .modal-right {
        border-radius: 0 0 10px 10px;
    }

}

@media (max-width: 992px) {
    h2 {
        margin: 20px 0;
    }

    .modal-left {
        background-color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .modal-right {
        background-color: #eee;
        padding: 15px 40px;
        border-radius: 0 0 10px 10px;
    }

    .device-split {
        margin: 0;
        text-align: center;
    }

    .boxes {
        flex-direction: column;
        margin: 0;
    }

    .section>.covers-section:first-child {
        flex-direction: column-reverse;
    }

    .covers-section {
        flex-direction: column;
    }

    .covers-section img {
        width: 100%;
    }

    .bottom-area {
        height: 150px;
        margin-bottom: 120px;
    }

    .top-area .icon {
        margin: 0 20px;
        opacity: 0.7;
        filter: saturate(0.8);
    }

    .bottom-area .icon {
        margin: 0 20px;
    }

    .poster-section {
        display: none;
    }
}