.inputs__wrapper .red-btn {
    white-space: nowrap;
    background: #CC1111;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    margin: 0 25px 0 auto;
    height: 48px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.inputs__wrapper .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.inputs__wrapper .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.inputs__wrapper .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.inputs__wrapper .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.inputs__wrapper .lbl {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 5px;
    margin-left: 20px;
}

.inputs__wrapper input {
    margin-bottom: 15px;
    margin-right: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    width: 300px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0 48px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 14px;
    color: #999999;
    display: inline;
}

.inputs__wrapper [type="file"] {
    display: none;

}

.inputs__wrapper .custom-file-upload {
    width: 300px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 25px 0 48px;*/
    margin-bottom: 15px;
    margin-right: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    transition: all linear 0.3s;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.inputs__wrapper .custom-file-upload .label {
    vertical-align: 10px;
    margin-left: 7px;
}

.inputs__wrapper .custom-file-upload img {
    height: 32px;
    width: auto;
    margin-left: -5px;
}


.bepeam_details__section {
    width: 100%;
    background: #F5F5F5;
    padding: 80px 0 80px 0;
    min-height: 520px;
    position: relative;
}

.bepeam_details__section .section__title {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-align: center;
    display: block;
    margin: 0 auto 70px auto;
    position: relative;
    z-index: 2;
}

.bepeam_details__section .benefits__wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bepeam_details__section .benefits__wrapper .benefit__item {
    width: -webkit-calc(25% - 60px);
    width: calc(25% - 60px);
}

.bepeam_details__section .benefits__wrapper .benefit__item .number {
    font-size: 36px;
    font-weight: 900;
    color: #CC1111;
    display: block;
    margin-bottom: 15px;
}

.bepeam_details__section .benefits__wrapper .benefit__item .description {
    font-size: 18px;
    font-weight: 200;
    color: #333333;
    opacity: 0.8;
}

.bepeam_details__section .section__letters {
    color: #FFFFFF;
    font-size: 320px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 290px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    white-space: nowrap;
    letter-spacing: 0.5px;
    z-index: 0;
    opacity: 0.65;
}

.bepeam_details__section table {
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 15px 15px 20px 15px;
    text-align: left;
}

.bepeam_details__section table td {
    padding: 10px;
}

.bepeam_details__section table th {
    color: #999999;
    padding: 10px 10px 25px;
}

.bepeam_details__section table .gray_tr {
    background: #F7F7F7;
}


.pagination {
    /*display: inline-block;*/
    padding-top: 5px;
    font-size: 90%;
}

.pagination a {
    color: #999999;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    transition: background-color .3s;

}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
    transition: background-color .3s;

}


.debug_data {
    padding-top: 40px;
}

.messages_tmp {
    width: 100%;
    color: #F1F1F1;
    font-size: 20px;
    font-weight: 900;
    background: #CC1111;
    padding: 10px 0 10px 0;
    min-height: 20px;
    position: relative;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #333333;
    margin-bottom: 15px;
}

.winner_section {
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    min-height: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.winner_section span {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.3px;
}

.protocol_section {
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    min-height: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.protocol_section p {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.3px;
}


.product-description__wrapper {
}

.title__wrapper {
    width: 75%;
}

.title__wrapper .title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    line-height: 1.3;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}


.search-api-key {
    padding-left: 20px;
    padding-right: 30px;
    margin-left: 10px;
    white-space: nowrap;
    background: #CBCED0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.bepeam_participants__wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 25px 25px 25px 35px;
    min-height: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}


.bepeam_participants__wrapper h1 {
    font-size: 30px;
    color: #4E4E4E;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}

.bepeam_participants__wrapper table {
    width: 100%;
    /*table-layout: fixed;*/
}

.bepeam_participants__wrapper .tbl-header {
    background-color: rgba(255, 255, 255, 0.3);
}

.bepeam_participants__wrapper .tbl-content {
    height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    border: 0px solid rgba(255, 255, 255, 0.3);
}

.bepeam_participants__wrapper th {
    padding: 9px 9px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: #4E4E4E;
    border-bottom: solid 1px #F4F4F4;

    /*text-transform: uppercase;*/
/
}

.bepeam_participants__wrapper td {
    padding: 9px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
    color: #4E4E4E;
    /*border-bottom: solid 1px #F4F4F4;*/
}

.bepeam_participants__wrapper ::-webkit-scrollbar {
    width: 0px;
}

.loading__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(1, 1, 1, 0.5);*/
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading__wrapper img {

    width: 100px;
    /*height: 100px;*/
    margin: 20px;
    display: inline-block;
}


.inputs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inputs__row .input__wrapper {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}


.item-slide {
    margin-bottom: 40px;
}


.social-part__wrapper .checkbox-block .checkbox__wrapper .check-box-filter {
    margin-right: 30px;
}

.social-part__wrapper .checkbox-block .checkbox__wrapper .check-box-filter:last-child {
    margin-right: 0;
}

.social-part__wrapper .checkbox-block .check-box-filter .check-btn:checked ~ .checkmark:after {
    display: block;
}


.social-part__wrapper .checkbox-block .check-box-filter .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #CC1111;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-part__wrapper .checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.social-part__wrapper .checkbox-block .check-box-filter .check-btn:checked ~ .checkmark {
    border: 1px solid #fff;
    background: #fff;
}

.social-part__wrapper .checkbox-block .check-box-filter .check-btn.disabled:checked ~ .checkmark {
    border: 1px solid #E3E3E3;
    background: #E3E3E3;
    opacity: 0.8;
}

.social-part__wrapper .checkbox-block .check-box-filter.disabled {
    cursor: auto;
}

.social-part__wrapper .checkbox-block .checkmark {
    position: absolute;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-part__wrapper .checkbox-block .check-box-filter .check-btn {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
}

.social-part__wrapper .checkbox-block .check-box-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 37px;
    font-size: 14px;
    height: 25px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px;
}

.inputs__wrapper .title {
    margin-bottom: 30px;
}

.redactor-s p {
    font-size: inherit;
    font-weight: 200;
    color: inherit;
    margin-bottom: 15px;
}

.add_icon {
    background: #CC1111;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    margin-right: 10px;
    height: 30px;
}

.add__button:hover {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0.7;
}


.auth-red-btn {
    color: #fff;
    background-color: #6e6e6e;
    border-radius: 30px;
}

.user_name {
    margin-left: 15px;
    display: inline-block;
    vertical-align: sub;
    font-size: 14px;
    font-weight: 600;
}

.user_icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-left: -10px;
}

.base_wrapper {
    background: #F5F5F5;
    padding: 50px 50px;
}

.base_wrapper .section__title {
    font-size: 40px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
}

.form__wrapper {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
}

.form__wrapper .form_field .lbl {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 10px;
    margin-left: 20px;
}

.form__wrapper .form_field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 0 20px;
    margin-bottom: 25px;
    width: 50%;
    background: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
}

#shaResult {
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 50px;
    height: 44px;
    font-size: 14px;
    width: 50%;
}

.base_wrapper .result {
    font-size: 45px;
    vertical-align: middle;
    font-weight: 600;
    color: #999999;
}

.bepeam_plus_info {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    background: #6E6E6E;
    color: #fff;
    border-radius: 25px;
}


.payment_service_logo {
    background: #333333;
    width: 84px;
    height: 45px;
    padding-left: 16px;
    padding-top: 14px;
    border-radius: 30px;
    margin: 15px;
}

.payment_service_logo_wrapper {
    display: flex;
    justify-content: center;
}