.page{
    padding-right: 0 !important;
}
.page-header {
    background-color: rgba(51, 199, 212, 0.902);
    padding-bottom: 25px;
    right: 0 !important;
}
.page-header a {
    color: #fff;
    text-decoration: none;
}

a, button {
    outline: none !important;
}

body {
    font-family: "Montserrat";
}

*::-webkit-scrollbar {
    /*width: 0px;*/
}
*::-webkit-scrollbar-track {
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.page-header__wrapper svg path {
    fill: #fff;
}

.dark-blue {
    color: #0094AA;
}

.bold {
    font-weight: bold;
}

.PL_h4 {
    color: #0094AA;
    font-size: 20px;
    font-weight: 600;
}

.PL_input-wrapper {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.PL_input-wrapper .label {
    font-size: 12px;
    margin-bottom: 5px;
    color: #3F3F3F;
    font-weight: 600;
}
.PL_input-wrapper input {
    width: 100%;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 30px;
}
.PL_input-wrapper input::placeholder {
    color: #B1B1B1;
}
.PL_input-wrapper .error {
    color: #FA5266;
    font-size: 11px;
    display: none;
    position: absolute;
    bottom: -18px;
}
.PL_input-wrapper .success {
    display: none;
    font-size: 11px;
    color: #00D8E4;
    position: absolute;
    bottom: -18px;
}
.PL_input-wrapper.error input {
    background: rgba(250, 82, 102, 0.1) !important;
}
.PL_input-wrapper.error .error {
    display: block;
}
.PL_input-wrapper.success .success {
    display: block;
}

.select2-container .select2-selection--single {
    height: 58px;
    outline: none !important;
    border-radius: 30px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    outline: none !important;
    font-weight: 600;
    line-height: 58px;
    padding: 0 30px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B1B1B1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 10px;
}

.select2-dropdown {
    border: none;
}

.PL_nav {
    margin-top: 130px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    display: flex;
    border-bottom: 1px solid #2BBAC9;
}
@media screen and (max-width: 1023px) {
    .PL_nav {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .PL_nav {
        margin-top: 90px;
        padding-bottom: 30px;
        overflow: hidden;
        height: 20px;
        transition: 0.3s;
    }
    .PL_nav .top_menu-arrow {
        display: block !important;
    }
    .PL_nav.active {
        height: 150px;
    }
    .PL_nav.active .top_menu-arrow {
        transform: rotate(90deg);
        top: 5px;
        right: 5px;
    }
}
.PL_nav .top_menu-arrow {
    display: none;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: -5px;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.PL_nav .top_menu-arrow svg {
    width: 50%;
}
.PL_nav a {
    color: #0094AA;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .PL_nav a {
        font-size: 15px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .PL_nav a {
        margin: 5px 0;
    }
}
.PL_nav a.active:after {
    content: "";
    position: absolute;
    width: 30px;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    background: url("../images/tumb.png") no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
    .PL_nav a.active {
        text-decoration: underline;
    }
    .PL_nav a.active:after {
        display: none;
    }
}

.PL_sub_nav {
    margin-top: 50px;
    overflow-x: scroll;
    position: relative;
}
@media screen and (max-width: 767px) {
    .PL_sub_nav {
        margin-top: 25px;
        padding-bottom: 5px;
    }
}
.PL_sub_nav .inner {
    min-width: 895px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .PL_sub_nav .inner {
        padding-right: 50px;
    }
}
.PL_sub_nav a {
    color: #0094AA;
    font-size: 12px;
    padding-bottom: 5px;
    height: 60px;
    align-items: flex-end;
    display: flex;
    text-decoration: none !important;
    position: relative;
}
.PL_sub_nav a:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.PL_sub_nav a.active {
    color: #0094AA;
    font-weight: bold;
    border-bottom: 1px solid #0094AA;
}
.PL_sub_nav a:nth-child(1):after {
    background-image: url("../images/png/1.png");
}
.PL_sub_nav a:nth-child(2):after {
    background-image: url("../images/png/2.png");
}
.PL_sub_nav a:nth-child(3):after {
    background-image: url("../images/png/3.png");
}
.PL_sub_nav a:nth-child(4):after {
    background-image: url("../images/png/4.png");
}
.PL_sub_nav a:nth-child(5):after {
    background-image: url("../images/png/5.png");
}
.PL_sub_nav a:nth-child(6):after {
    background-image: url("../images/png/6.png");
}
.PL_sub_nav a:nth-child(7):after {
    background-image: url("../images/png/7.png");
}

.PL_Count_block {
    margin-top: 50px;
    border-bottom: 1px solid #2BBAC9;
    padding-bottom: 27px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .PL_Count_block .row {
        justify-content: center;
    }
}
.PL_Count_block.no-arrows .arrow-nav {
    display: none !important;
}
.PL_Count_block.no-arrows .finger {
    display: none !important;
}
.PL_Count_block .arrow-nav {
    display: none;
    z-index: 10;
    position: absolute;
    top: -65px;
    width: 20px;
    height: 20px;
    right: 0;
    transform: rotate(-180deg);
}
.PL_Count_block .arrow-nav svg {
    height: 100%;
}
.PL_Count_block .arrow-nav.active {
    display: block;
}
.PL_Count_block .arrow-nav.prev {
    left: 0;
    right: auto;
    transform: rotate(0);
    top: -70px;
}
@media screen and (max-width: 767px) {
    .PL_Count_block {
        margin-top: 0;
    }
}
.PL_Count_block .num {
    font-size: 52px;
    color: #0094AA;
}
@media screen and (max-width: 767px) {
    .PL_Count_block .num {
        font-size: 20px;
    }
}
.PL_Count_block .text {
    color: #B1B1B1;
    font-size: 32px;
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .PL_Count_block .text {
        font-size: 16px;
    }
}
.PL_Count_block .under {
    left: 15px;
    color: #0094AA;
    font-size: 14px;
    bottom: -10px;
}
@media screen and (max-width: 767px) {
    .PL_Count_block .under {
        bottom: -15px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .mobile-center-col {
        justify-content: center;
        margin-bottom: 15px;
        width: auto;
    }
}

.PL_Blue_button {
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    outline: none !important;
    border: none !important;
    line-height: 13px;
    text-decoration: none !important;
    text-align: center;
    width: 222px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00D8E4;
    text-transform: uppercase;
    border-radius: 45px;
    box-shadow: 0px 14px 24px rgba(0, 216, 228, 0.5);
    transition: box-shadow 0.3s;
}
.PL_Blue_button:hover {
    color: #fff;
    box-shadow: 0px 20px 24px rgba(0, 216, 228, 0.5);
}
.PL_Blue_button.disabled {
    background: #B1B1B1;
    box-shadow: none !important;
    pointer-events: none;
}

.PL_Form {
    padding-bottom: 50px;
}
.PL_Form .cap {
    padding: 30px 0;
}

.PL_social_checkboxes .PL_slide {
    height: 20px;
    margin: 0;
}
.PL_social_checkboxes .PL_slide label {
    height: 20px;
    margin: 0;
}
.PL_social_checkboxes .PL_slider__custom {
    transition: 0.2s;
    width: 40px;
    height: 20px;
    border: 1px solid #00D8E4;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.PL_social_checkboxes .PL_slider__custom:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #00D8E4;
    transition: 0.2s;
    top: 6px;
    right: 26px;
}
.PL_social_checkboxes input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.PL_social_checkboxes input[type=checkbox]:checked + .PL_slider__custom {
    background: #00D8E4;
}
.PL_social_checkboxes input[type=checkbox]:checked + .PL_slider__custom:after {
    background: #fff;
    right: 6px;
}
.PL_social_checkboxes .icon {
    background: #0094AA;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .PL_social_checkboxes .icon {
        width: 25px;
        height: 25px;
    }
}
.PL_social_checkboxes .icon img {
    max-width: 70%;
    max-height: 70%;
}

.PL_label-text {
    font-size: 12px;
    margin-bottom: 5px;
    color: #3F3F3F;
    font-weight: 600;
}

.PL_label-text-grey {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 600;
}

.PL_Rules {
    margin-top: 50px;
    padding-bottom: 50px;
}
.PL_Rules .rules_block {
    background: #fff;
    border-radius: 40px;
    padding: 70px 50px 50px 50px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .PL_Rules .rules_block {
        padding: 20px;
    }
}
.PL_Rules .rules_block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: url("../images/gradient.png") bottom center;
    background-size: cover;
    border-radius: 40px;
    pointer-events: none;
}
.PL_Rules .rules_block .block {
    overflow-x: auto;
    overflow-y: scroll;
    padding-right: 30px;
    height: 500px;
    padding-bottom: 100px;
}
.PL_Rules .rules_block p {
    color: #B1B1B1;
    font-size: 14px;
    line-height: 110%;
}

.PL_savePoints, .PL_Gift-shop {
    padding: 30px 0 50px;
    position: relative;
}
.PL_savePoints .PL_savePoints__ask, .PL_Gift-shop .PL_savePoints__ask {
    color: #B1B1B1;
    font-size: 12px;
    text-decoration: underline;
}
.PL_savePoints .block .item .inner_block, .PL_Gift-shop .block .item .inner_block {
    background: #fff;
    border-radius: 40px;
}
.PL_savePoints .block .item .right, .PL_Gift-shop .block .item .right {
    padding: 15px 10px;
}
.PL_savePoints .block .item .image, .PL_Gift-shop .block .item .image {
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-radius: 20px 0 0 20px;
    margin-right: 10px;
    background: #F9F9F9;
}
.PL_savePoints .block .item .image img, .PL_Gift-shop .block .item .image img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 768px) {
    .PL_savePoints .block .item .image img, .PL_Gift-shop .block .item .image img {
        max-height: 100px;
        display: block;
        margin: 0 auto;
    }
}
.PL_savePoints .block .item .cap, .PL_Gift-shop .block .item .cap {
    font-size: 13px;
    color: #3F3F3F;
}
.PL_savePoints .block .item .desc, .PL_Gift-shop .block .item .desc {
    font-size: 13px;
    margin-top: 3px;
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #B1B1B1;
    padding-right: 20px;
}
.PL_savePoints .block .item .more, .PL_Gift-shop .block .item .more {
    margin-top: 5px;
}
.PL_savePoints .block .item .more a, .PL_Gift-shop .block .item .more a {
    text-decoration: underline;
    color: #B1B1B1;
    font-size: 13px;
}
.PL_savePoints .block .item .points, .PL_Gift-shop .block .item .points {
    margin: 5px 0 20px;
    color: #0094AA;
    font-size: 15px;
    font-weight: bold;
}

.PL_Gift-shop .image {
    padding: 20px !important;
    background: #fff !important;
}
.PL_Gift-shop .image img {
    max-width: 70% !important;
    max-height: 80% !important;
}

.PL_history_block {
    padding-bottom: 50px;
}
.PL_history_block .PL_history {
    border-radius: 50px;
    background: #fff;
    padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 768px) {
    .PL_history_block .PL_history {
        padding: 20px;
    }
}
.PL_history_block .PL_history .inner {
    overflow-x: scroll;
    overflow-y: hidden;
}
.PL_history_block .PL_history .inner .table {
    min-width: 850px;
    font-size: 12px;
    color: #3f3f3f;
}
.PL_history_block .PL_history .inner .table thead th {
    border-bottom: 0;
}
.PL_history_block .PL_history .inner .table td, .PL_history_block .PL_history .inner .table th {
    border-top: 0;
    padding: 1.4rem 0.75rem;
    border-bottom: 1px solid #D3EBF6;
}
.PL_history_block .PL_history .more {
    color: #B1B1B1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.PL_Orders_block {
    padding-bottom: 50px;
}
.PL_Orders_block .PL_Orders strong {
    font-weight: 600;
    font-size: 12px;
}
.PL_Orders_block .PL_Orders .inner {
    overflow: scroll;
}
.PL_Orders_block .PL_Orders .inner .table {
    min-width: 850px;
    font-size: 14px;
}
.PL_Orders_block .PL_Orders .inner .table thead th {
    border-bottom: 0;
}
.PL_Orders_block .PL_Orders .inner .table td, .PL_Orders_block .PL_Orders .inner .table th {
    border-top: 0;
    padding: 1.4rem 0.75rem;
    border-bottom: 1px solid #D3EBF6;
}
.PL_Orders_block .PL_Orders .more {
    color: #B1B1B1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.PL_Orders_block .PL_Orders .image {
    border-radius: 20px;
    width: 100px;
    height: 80px;
    background: url("../images/7.png");
}
.PL_Orders_block .PL_Orders .status {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.PL_Orders_block .PL_Orders .status.success {
    color: #0094AA;
}
.PL_Orders_block .PL_Orders .number {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    color: #0094AA;
}

.PL_modals {
    position: relative;
    z-index: 9999;
}
.PL_modals .border-radius {
    border-radius: 50px;
}
.PL_modals .modal-dialog.top-right {
    margin: 1.75rem 2rem 1.75rem auto;
}
.PL_modals .modal-header {
    padding: 1.5rem;
    position: relative;
}
.PL_modals .modal-header .modal-title {
    width: 100%;
    font-size: 28px;
}
.PL_modals .modal-header .modal-title.small-font {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .PL_modals .modal-header .modal-title.small-font {
        padding: 0 20px;
    }
    .PL_modals .modal-header .modal-title.small-font br {
        display: none;
    }
}
.PL_modals .modal-header .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    opacity: 1;
    outline: none !important;
}
.PL_modals .PL_modal-body {
    padding: 20px;
}
.PL_modals .PL_modal-body .PL_input-wrapper {
    height: 60px;
    margin-bottom: 25px;
}
.PL_modals .PL_modal-body .PL_input-wrapper input {
    background: #F3F4F7;
}
.PL_modals .PL_modal-body .PL_input-wrapper input[type=file] {
    position: absolute;
    opacity: 0;
}
.PL_modals .PL_modal-body .PL_input-wrapper input[type=file] + .custom-file {
    background: #F3F4F7;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 30px;
    height: 58px;
    align-items: center;
    color: #B1B1B1;
    position: relative;
}
.PL_modals .PL_modal-body .PL_input-wrapper input[type=file] + .custom-file:after {
    content: "";
    width: 15px;
    height: 15px;
    right: 30px;
    bottom: 10px;
    background: url("../images/download.png");
    background-size: contain;
    position: absolute;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree label {
    display: flex;
    cursor: pointer;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree .custom {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #B1B1B1;
    position: relative;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: -10000px;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree input[type=checkbox]:checked + .custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0094AA;
    border-radius: 30px;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree .desc {
    margin-left: 17px;
    font-size: 14px;
}
.PL_modals .PL_modal-body .PL_input-wrapper.agree .desc a {
    color: #0094AA;
    text-decoration: underline;
}
.PL_modals .PL_modal-body .modal_foo-nav a {
    color: #B1B1B1;
    text-decoration: underline;
    font-size: 12px;
}
.PL_modals .PL_modal-body .modal_social a {
    width: 40px;
    height: 40px;
    display: flex;
    background: #0094AA;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s;
}
.PL_modals .PL_modal-body .modal_social a:hover {
    box-shadow: 0 0 3px 0 #000;
}
.PL_modals .PL_modal-body .modal_social a:not(:first-child) {
    margin-left: 10px;
}
.PL_modals .PL_modal-body .modal_social a img {
    max-width: 50%;
    max-height: 50%;
}
.PL_modals .PL_modal-body .PL_Blue_button.center {
    margin: 1.5rem auto 0.5rem;
}

.modal-backdrop {
    background: #0094AA;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.PL_promocode {
    font-size: 30px;
    height: 50px;
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;
}
@media screen and (max-width: 768px) {
    .PL_promocode {
        height: 60px;
    }
}
.PL_promocode.link {
    font-size: 20px;
}

.PL_code-copy.success, .PL_link-copy.success {
    background: #B1B1B1;
}

.promocode_end {
    font-size: 14px;
    color: #B1B1B1;
}

.PL_modal__vk-icon {
    width: 70px;
    height: 70px;
    background: #0094AA;
    border-radius: 50px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PL_modal__vk-icon img {
    max-width: 60%;
    max-height: 60%;
}

.answer_popup-link {
    color: #fff;
    background: #00D8E4;
    width: 20px;
    height: 20px;
    padding: 3px;
    font-size: 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 14px 24px rgba(0, 216, 228, 0.5);
    transition: box-shadow 0.3s;
    outline: none !important;
    position: relative;
}
.answer_popup-link.active:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url("../images/help.png");
    background-size: cover;
    top: -10px;
    left: -210px;
    z-index: 10;
}
.answer_popup-link:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 20px 24px rgba(0, 216, 228, 0.5);
}

.PL_Quiz {
    position: relative;
    padding-bottom: 150px;
}
.PL_Quiz:after {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #D3EBF6;
    top: 400px;
    left: -50%;
    transform: translateY(-50%);
    z-index: 1;
}
.PL_Quiz .Quiz {
    z-index: 2;
    width: 640px;
    border-radius: 40px;
    background: #fff;
    margin: 0 auto;
    padding: 52px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .PL_Quiz .Quiz {
        width: 300px;
        padding: 10px 5px;
        border-radius: 20px;
    }
}
.PL_Quiz .Quiz .right {
    position: absolute;
    width: 300px;
    height: 210px;
    right: -150px;
    top: 150px;
    border-radius: 30px;
    background: url("../images/4.png");
    background-size: cover;
    z-index: 3;
}
@media screen and (max-width: 1024px) {
    .PL_Quiz .Quiz .right {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: none;
        margin-bottom: 20px;
    }
}
.PL_Quiz .Quiz .quiz-name {
    color: #0094AA;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}
.PL_Quiz .Quiz #quiz {
    display: flex;
    flex-direction: column-reverse;
}
.PL_Quiz .Quiz #quiz .question {
    color: #0094AA;
    font-size: 18px;
    width: 340px;
}
@media screen and (max-width: 1024px) {
    .PL_Quiz .Quiz #quiz .question {
        width: 100%;
    }
}
.PL_Quiz .Quiz #quiz .answers {
    list-style: none;
    padding: 0;
}
.PL_Quiz .Quiz #quiz .answers li.active a {
    background: #F3F4F7;
}
.PL_Quiz .Quiz #quiz .answers li.active a:after {
    border: 1px solid #00D8E4;
}
.PL_Quiz .Quiz #quiz .answers li.active a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00D8E4;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 40px;
}
.PL_Quiz .Quiz #quiz .answers li.disabled {
    pointer-events: none;
}
.PL_Quiz .Quiz #quiz .answers li a {
    color: #000;
    text-decoration: none;
    padding: 12px 12px 12px 48px;
    margin: 7px 0;
    border-radius: 40px;
    transition: 0.3s;
    background: #fff;
    display: block;
    font-size: 14px;
    width: 390px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .PL_Quiz .Quiz #quiz .answers li a {
        width: 100%;
    }
}
.PL_Quiz .Quiz #quiz .answers li a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    border: 1px solid #B1B1B1;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.PL_Quiz .Quiz #quiz .answers li a:hover {
    background: #F3F4F7;
}
.PL_Quiz .Quiz #quiz #quiz-counter {
    display: flex;
    align-items: center;
    font-size: 52px;
    color: #0094AA;
    font-weight: bold;
    margin-top: 70px;
}
.PL_Quiz .Quiz #quiz #quiz-counter .next {
    opacity: 0.5;
    font-size: 40px;
}
.PL_Quiz .Quiz #quiz #quiz-controls {
    position: absolute;
    bottom: 140px;
    left: 50px;
}
@media screen and (max-width: 1024px) {
    .PL_Quiz .Quiz #quiz #quiz-controls {
        bottom: 100px;
    }
}
.PL_Quiz .Quiz #quiz #quiz-controls a {
    background: #00D8E4;
    color: #fff;
    display: block;
    width: 170px;
    border-radius: 40px;
    padding: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.PL_Quiz .Quiz #quiz #quiz-restart-btn {
    display: none !important;
}

.footnote {
    font-size: 14px;
    line-height: 110%;
    color: #878787;
}

.no-upper {
    text-transform: none !important;
}

.footer__wrapper {
    background-image: url("../images/footer-background-image.png");
}

.question_block {
    display: none;
}
.question_block.is_active {
    display: block;
}

.custom_input_wrapper {
    padding: 12px 20px 12px 48px;
    transition: 0.2s;
    border-radius: 50px;
    font-size: 14px;
    width: 400px;
    margin: 5px 0;
}
@media screen and (max-width: 1024px) {
    .custom_input_wrapper {
        width: 100%;
    }
}
.custom_input_wrapper:hover {
    background: #F3F4F7;
}
.custom_input_wrapper.is_active {
    background: #F3F4F7;
}
.custom_input_wrapper label {
    display: flex;
    cursor: pointer;
}
.custom_input_wrapper input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
.custom_input_wrapper input:checked + .custom_radio:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #00D8E4;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.custom_input_wrapper .custom_radio {
    margin-left: -20px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    border: 1px solid #00D8E4;
    margin-right: 20px;
}

#quiz textarea {
    background: #F3F4F7;
    resize: none;
    border-radius: 30px;
    height: 100px;
    outline: none;
    border: none;
    padding: 15px 40px;
    width: 400px;
    margin-left: 30px;
}
@media screen and (max-width: 1024px) {
    #quiz textarea {
        width: 100%;
        margin-left: 0;
    }
}
#quiz .counts {
    display: flex;
    color: #0094AA;
    font-weight: bold;
    margin-top: 20px;
    align-items: center;
}
#quiz .counts .now {
    font-size: 52px;
    margin-left: 30px;
    margin-right: 10px;
}
#quiz .counts .all {
    opacity: 0.6;
    margin-right: 10px;
}
#quiz .counts .all span {
    font-size: 32px;
}
#quiz .buttons {
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    #quiz .buttons {
        width: 100%;
        margin-left: 0;
    }
}
#quiz .buttons a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 15px;
    width: 175px;
    font-size: 11px;
    border-radius: 30px;
    text-align: center;
    background: #00D8E4;
    box-shadow: 0px 14px 24px rgba(0, 216, 228, 0.5);
}
#quiz .buttons a.next {
    margin-left: 10px;
}
#quiz .buttons a.disabled {
    pointer-events: none;
    background: #D9D9D9;
}

.notification-alert {
    display: flex;
    margin-top: 50px;
    background: #D6ECF3;
    border-radius: 30px;
    justify-content: space-between;
    padding: 15px 25px;
}
@media screen and (max-width: 1024px) {
    .notification-alert {
        flex-direction: column;
        align-items: center;
    }
}
.notification-alert .left {
    margin-right: 45px;
}
.notification-alert .left img {
    max-width: 200px;
    max-height: 160px;
    border-radius: 40px;
}
@media screen and (max-width: 1024px) {
    .notification-alert .left img {
        margin-top: 15px;
    }
}
.notification-alert .right {
    color: #0094AA;
}
@media screen and (max-width: 1024px) {
    .notification-alert .right {
        margin-left: 0;
    }
}
.notification-alert .right .title {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .notification-alert .right .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.notification-alert .right .text {
    font-size: 14px;
}

.sort_button {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 5;
}
@media screen and (max-width: 768px) {
    .sort_button {
        top: 30px;
    }
}
.sort_button img {
    display: block;
}

.PL_Friend {
    margin-top: 150px;
    padding-bottom: 100px;
}
.PL_Friend h2 {
    color: #0094AA;
    font-weight: bold;
}
.PL_Friend__text {
    border-radius: 50px;
    padding: 30px 60px;
    background: #fff;
    margin-top: 40px;
    font-size: 13px;
}
.PL_Friend__text span {
    color: #0094AA;
}
.PL_Friend__icons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.PL_Friend__icons .item {
    max-width: 30%;
    margin: 20px 0;
    min-width: 300px;
}
.PL_Friend__icons .item .icon {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0094AA;
    border-radius: 50px;
}
.PL_Friend__icons .item .icon img {
    max-width: 60%;
    max-height: 60%;
}
.PL_Friend__icons .item .title {
    color: #0094AA;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.notifications {
    display: flex !important;
    align-items: center;
}
.notifications span {
    background: #0094aa;
    color: #fff;
    border-radius: 30px;
    font-weight: normal !important;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 0;
}

label.valid__error {
    color: #FA5266;
    font-size: 11px;
    display: none;
    position: absolute;
    bottom: -25px;
    left: 15px;
}

.PL_Orders {
    border-radius: 50px;
    background: #fff;
    padding: 0px 20px 30px 20px;
}

.column {
    flex-direction: column-reverse;
}
.column .under {
    width: 100%;
    left: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .column {
        flex-direction: row;
    }
}

.finger {
    width: 30px;
    height: 30px;
    top: -10px;
    background: #000;
    background: url("../images/touch.png") no-repeat center;
    background-size: contain;
    animation: finger 1s infinite linear;
    position: absolute;
    display: none;
}
@media screen and (max-width: 767px) {
    .finger {
        display: block;
    }
}
.finger.active {
    display: none;
}

@keyframes finger {
    0% {
        left: 110%;
    }
    100% {
        left: 90%;
        opacity: 0.5;
    }
}

/*# sourceMappingURL=style.css.map */
