@import 'fonts.css';

* {
    box-sizing: border-box;
    outline: 0 !important;
    box-shadow: none !important;
    font-family: "Lato", "sans-serif";
    color: #161616;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: #e1e1e1 !important;
    border-radius: 30px;
    display: none;
}

body div a {
    text-decoration: none;
    color: inherit;
}

ul.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.parsley-errors-list li:first-child {
    visibility: visible;
}

div.swal2-container {
    z-index: 99999;
}

ul.parsley-errors-list li {
    visibility: hidden;
    color: #be1e2d;
}

div.main_section {
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

.topbar_block {
    margin: 20px 0px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
}

.topbar_block .actions {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.main_menu_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.main_menu_list li {
    display: flex;
    justify-content: center;
    padding: 0 1vw;
}

.main_menu_list li span.menu_link {
    cursor: pointer;
}

.main_menu_list li span.menu_link,
.main_menu_list li a.menu_link {
    padding: 6px 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.main_menu_list li span.menu_link:hover,
.main_menu_list li span.menu_link.active,
.main_menu_list li a.menu_link:hover,
.main_menu_list li a.menu_link.active {
    background-color: #DC7500;
    color: #FFFFFF;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.mb-Info-Block .lang-switch label,
.topbar_block .actions .lang-switch label {
    margin-right: 18px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: inset 0px 0px 7px #00000065 !important;
}

.mb-Info-Block .lang-switch .input-group-text,
.topbar_block .actions .lang-switch .input-group-text {
    height: calc(2.25rem + 2px);
    border-radius: 20px 0px 0px 20px !important;
    background-color: transparent;
    border: none !important;
    color: #161616;
}

.mb-Info-Block .lang-switch .custom-select,
.topbar_block .actions .lang-switch .custom-select {
    background-color: transparent;
    border: none;
    color: #161616;
    width: 50px;
    line-height: 1;
    float: right;
    border-radius: 0px 20px 20px 0px;
    padding: 5px;
    -webkit-appearance: none;
}

div.first_block.col-12 {
    display: flex;
    align-items: center;
    position: relative;
}

div.sxb_btns,
div.sxb_wrapper,
div.first_block_txt {
    z-index: 10;
}

div.first_block_txt {
    padding-bottom: 8%;
}

.fb_title {
    letter-spacing: 1.65px;
    font: normal normal 900 3.438vw Lato;
    text-align: left;
    margin-bottom: 20px;
}

.fb_txt {
    text-align: left;
    font: normal normal 300 1.927vw Lato;
    letter-spacing: 0.93px;
    margin-bottom: 50px;
}

.fb_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

button.btn.register_btn {
    background: #DC7500 0% 0% no-repeat padding-box;
    border: 2px solid #DC7500;
    border-radius: 10px;
    padding: 15px 4.948vw;
    text-align: center;
    font: normal normal 900 1.042vw Lato;
    letter-spacing: 0.53px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

button.btn.register_btn:hover {
    background: none;
    border-color: #DC7500;
    color: #DC7500;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

button.btn.contact_us_btn {
    border: 2px solid #DC7500;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font: normal normal 900 1.042vw Lato;
    letter-spacing: 0.53px;
    color: #DC7500;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.lkeo_btn:hover button.btn.contact_us_btn,
button.btn.contact_us_btn:hover {
    background: #DC7500 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

div.social_work_ff {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    z-index: 3;
}

div.fb_effect_second_wrap,
div.fb_effect_wrap {
    position: absolute;
    top: -10%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: visible;
}

div.fb_effect_second_wrap {
    width: 40%;
    height: auto;
    bottom: 0;
    top: auto;
    opacity: .3;
}

.fb_data_circle {
    max-width: 100%;
    max-height: 100%;
}

#click_event_wrapper {
    position: absolute;
    top: -20px;
    right: 0;
    width: 150px;
    height: 150px;
}

div.sb_title {
    text-align: left;
    font: normal normal 900 3.438vw Lato;
    letter-spacing: 1.65px;
    color: #DC7500;
    margin-bottom: 20px;
}

div.sb_subtitle {
    text-align: left;
    font: normal normal 900 1.667vw Lato;
    letter-spacing: 0.8px;
    color: #151414;
    margin-bottom: 35px;
}

div.sb_txt {
    text-align: left;
    font: normal normal 300 1.354vw Lato;
    letter-spacing: 0.91px;
    color: #151414;
}

div.second_block {
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding-top: 20px;
}

div.blockWhy1,
div.blockWhy2 {
    position: relative;
}

.flamyfox_block_why_1,
.flamyfox_block_why_2,
.flamyfox_block_why_3,
.flamyfox_block_why_4 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000029 !important;
    border-radius: 15px;
    padding: 1.042vw;
    width: 16.719vw;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.flamyfox_block_why_1,
.flamyfox_block_why_3 {
    position: absolute;
    top: 2.146vw;
    left: 1.563vw;
    z-index: 3;
}

.flamyfox_block_why_2,
.flamyfox_block_why_4 {
    position: absolute;
    top: 17vw;
    left: 1.563vw;
    z-index: 2;
}

.flamyfox_block_why_1 {
    height: 11.510vw;
}

.flamyfox_block_why_2 {
    height: 12.031vw;
}

.flamyfox_block_why_3 {
    height: 10.833vw;
}

.flamyfox_block_why_4 {
    height: 14vw;
}

.flamyfox_block_why_1:hover,
.flamyfox_block_why_2:hover,
.flamyfox_block_why_3:hover,
.flamyfox_block_why_4:hover {
    background: #FDECD8 0% 0% no-repeat padding-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.flamyfox_block_why_1:hover {
    height: 15.313vw;
}

.flamyfox_block_why_2:hover {
    height: 17vw;
}

.flamyfox_block_why_3:hover {
    height: 16vw;
}

.flamyfox_block_why_4:hover {
    height: 20vw;
}

.flamyfox_block_why_1 .sb_why_1_txt,
.flamyfox_block_why_2 .sb_why_2_txt,
.flamyfox_block_why_3 .sb_why_3_txt,
.flamyfox_block_why_4 .sb_why_4_txt {
    opacity: 0;
    display: none;
    text-align: center;
    font: normal normal 300 1.042vw Lato;
    letter-spacing: 0.39px;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.flamyfox_block_why_1:hover .sb_why_1_txt,
.flamyfox_block_why_2:hover .sb_why_2_txt,
.flamyfox_block_why_3:hover .sb_why_3_txt,
.flamyfox_block_why_4:hover .sb_why_4_txt {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

#graphic_block_1,
#graphic_block_2,
#graphic_block_3,
#graphic_block_4 {
    margin: auto;
}

#graphic_block_1 {
    width: 11.667vw;
    height: 7.760vw;
}

#graphic_block_2 {
    width: 11.250vw;
    height: 8.281vw;
}

#graphic_block_3 {
    width: 12.500vw;
    height: 7.031vw;
}

#graphic_block_4 {
    width: 8.490vw;
    height: 8.490vw;
}

.sb_why_1_title,
.sb_why_2_title,
.sb_why_3_title,
.sb_why_4_title {
    text-align: center;
    font: normal normal bold 1.406vw Lato;
    letter-spacing: 1.22px;
}

div.second_block_txt {
    display: flex;
    justify-content: center;
    flex-flow: column;
    z-index: 2;
}

div.secon_block_grid {
    z-index: 2;
    height: 40.781vw;
}

div.sb_wrapper_left_view {
    background-image: url("../img/sb_left_view.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -20%;
    z-index: 1;
}

div.sb_wrapper_right_view {
    background-image: url("../img/sb_right_view.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 19.010vw;
    height: 25.156vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

div.tb_container {
    padding-bottom: 2.604vw;
}

div.third_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 69px #0000001F !important;
    position: relative;
    z-index: 11;
}

.tb_title_block {
    text-align: center;
    font: normal normal 900 2.4vw Lato;
    letter-spacing: 1.65px;
    padding: 4.083vw 0;
}

.tb_block {
    width: 19.531vw;
    height: 13.229vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000029 !important;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tb_icon_block {
    width: 4.948vw;
    height: 4.948vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 26px #00000033 !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center;
    background-size: 65% 65%;
    background-repeat: no-repeat;
}

.tb_pub_block .tb_icon_block {
    background-image: url("../img/publishers-icon.svg");
}

.tb_leads_block .tb_icon_block {
    background-image: url("../img/leads-icon.svg");
}

.tb_payout_block .tb_icon_block {
    background-image: url("../img/payout-icon.svg");
}

.tb_offers_block .tb_icon_block {
    background-image: url("../img/active-offers-icon.svg");
}

.tb_subtitle_block {
    text-align: center;
    font: normal normal 900 1.615vw Lato;
    letter-spacing: 0.78px;
    margin-top: 3vw;
}

.tb_numbers_block {
    min-width: 11.354vw;
    margin-top: 1.406vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font: normal normal 900 2.083vw Lato;
    letter-spacing: 1.07px;
    color: #DC7500;
    padding: 1vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 26px #00000033 !important;
    border-radius: 70px;
}

.tb_animationWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}

.tb_data_img {
    max-height: 100%;
}

.frb_title {
    text-align: left;
    font: normal normal 900 3.2vw Lato;
    letter-spacing: 1.65px;
    margin-bottom: 1.042vw;
}

.frb_txt {
    text-align: left;
    font: normal normal 300 1.354vw Lato;
    letter-spacing: 0.91px;
    color: #151414;
    margin-bottom: 1.563vw;
}

button.btn.register_pub,
button.btn.register_adv {
    background: #DC7500 0% 0% no-repeat padding-box;
    border: 2px solid #DC7500;
    border-radius: 10px;
    padding: 15px 4.948vw;
    text-align: center;
    font: normal normal 900 1.042vw Lato;
    letter-spacing: 0.53px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

button.btn.register_pub:hover,
button.btn.register_adv:hover {
    background: none;
    border-color: #DC7500;
    color: #DC7500;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sxb_animation_join,
.frb_animation_pub,
.frb_animation_adv {
    width: 31.250vw;
    height: 31.250vw;
}

.frb_second_part {
    flex-direction: row-reverse;
}

.fifth_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 69px #0000001F !important;
    padding: 3vw 0;
}

.sixth_block_txt,
.fifth_block_txt,
.fourth_block_txt {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.ffb_animation_block_tg,
.ffb_animation_block_fb {
    width: 8.750vw;
    height: 14.063vw;
    margin: auto;
}

.ffb_anim_txt {
    text-align: center;
    font: normal normal 900 1.406vw Lato;
    letter-spacing: 0.78px;
}

.ffb_title {
    text-align: left;
    font: normal normal 900 3.2vw Lato;
    letter-spacing: 1.65px;
    color: #DC7500;
    margin-bottom: 1.406vw;
}

.ffb_txt {
    text-align: left;
    font: normal normal 300 1.354vw Lato;
    letter-spacing: 0.91px;
}

.sxb_title {
    text-align: left;
    font: normal normal 900 1.823vw Lato;
    letter-spacing: 0.97px;
    color: #DC7500;
}

.sxb_sub_title {
    text-align: left;
    font: normal normal 900 3vw Lato;
    letter-spacing: 1.6px;
    margin-bottom: 1.406vw;
}

.sxb_txt {
    text-align: left;
    font: normal normal 300 1.354vw Lato;
    letter-spacing: 0.91px;
    margin-bottom: 1.563vw;
}

.sixth_block_txt .contact_us_btn {
    margin-left: 3.125vw;
}

.sixth_block {
    position: relative;
}

div.sxb_animation_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.footer_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 69px #0000001F !important;
    padding-top: 2.604vw;
}

.footer_socialMedia_block,
.brand_footer,
.footerMenu {
    margin-bottom: 2.083vw;
}

.footerMenu .main_menu_block {
    width: 100%;
}

.footer_contact_icon {
    width: 2.604vw;
    height: 2.604vw;
    margin-right: 1.042vw;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.phone_icon_block {
    background-image: url("../img/phone.svg");
}

.email_icon_block {
    background-image: url("../img/email.svg");
}

.location_icon_block {
    background-image: url("../img/location.svg");
}

.contactInfoBlock {
    margin-bottom: 2.083vw;
}

.footer_social_acc {
    width: 3.385vw;
    height: 3.385vw;
    margin-right: 1.563vw;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.footer_socialMedia_block a:last-child .footer_social_acc {
    margin-right: 0;
}

.footer_fb_social {
    background-image: url("../img/fb.svg");
}

.footer_tg_social {
    background-image: url("../img/tg.svg");
}

.footer_yt_social {
    background-image: url("../img/yt.svg");
}

.copyright_block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 69px #0000001F !important;
    padding: 5px 0;
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

#CybotCookiebotDialog {
    box-shadow: 0px 3px 26px #00000029 !important;
}

a.privacy_link:hover,
a.privacy_link {
    font-weight: 900;
    color: var(--bs-orange);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

a.privacy_link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    div.blockWhy1 {
        margin-top: 15%;
    }

    div.first_block {
        height: calc(100vh - 130px);
    }

    #openPageslide {
        display: none;
    }

}

#menu_side {
    display: none;
    background-color: #FFFFFF;
    height: 100vh;
    width: 120px;
    overflow-y: auto;
    box-shadow: 0px 0px 16px #00000065 !important;
    padding: 0;
    overflow: scroll;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.viewer_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    height: 0%;
    transition: height .5s;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.viewer_wrapper.show {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(255, 255, 255, .4);
}

body.viewer_wrapper-show {
    height: 100vh;
    overflow-y: hidden;
}

.viewer_wrapper .content .header {
    position: relative;
    display: grid;
    place-items: center;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    border-bottom: 1px solid #34343426;
}

.viewer_wrapper .content .body {
    padding: 20px 40px;
}

.viewer_wrapper .content .header span.close-marker {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #151414;
    z-index: 51;
    margin-right: 20px;
    cursor: pointer;
}

#modContactWrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 83px #00000047 !important;
    border-radius: 27px;
    height: 85vh;
    width: 31%;
    overflow-y: auto;
}

#contactMod textarea,
#contactMod input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -13px 13px 26px #00000029 !important;
    border-radius: 28px;
    border: none;
    padding: 8px 30px;
}

#contactMod label {
    font: normal normal bold 18px Lato;
    letter-spacing: 0.47px;
}

#contactMod label.requiredLabel::after {
    content: "*";
    color: crimson;
}

.recaptcha-image {
    width: 100%;
    height: auto;
}

/* ADV */
.clear {
    clear: both;
}
#advertiser_block {
    margin-bottom: 100px;
}
.advertiser_block {
    margin-top: 50px;
}
.advertiser_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000029 !important;
    border-radius: 15px;
}
.advertiser_left_form {
    float: left;
    width: 60%;
    padding: 24px;
}
.advertiser_right_info {
    float: left;
    width: calc(40% - 32px);
    margin-left: 32px;
}
.advertiser_boxes {
    margin-right: -8.33333333%;
    margin-top: 50px;
}
.advertiser_box1, .advertiser_box2{
    padding: 24px;
}
.advertiser_box2 {
    margin-top: 24px;
}
.advertiser_title {
    font: normal normal 900 3rem Lato;
    color: #DC7500;
    margin-bottom: .5rem;
}
.advertiser_text {
    font: normal normal 400 1.25rem Lato;
    line-height: 1.75rem;
}
.advertiser_form_title {
    font: normal normal 600 1.5rem Lato;
    line-height: 2rem;
    margin-bottom: 10px;
}
.advertiser_form_text {
    font: normal normal 400 .95rem Lato;
    line-height: 1.25rem;
}
.advertiser_box_title {
    font: normal normal 600 1.25rem Lato;
    line-height: 1.75rem;
    margin-bottom: 10px;
}
.advertiser_box_text {
    font: normal normal 400 1rem Lato;
    line-height: 2rem;
}
#advertiser_block form {
    margin-top: 32px;
}
#advertiser_block form .half_first {
    float: left;
    width: calc(50% - 12px);
    margin-right: 12px;
}
#advertiser_block form .half_second {
    float: left;
    width: calc(50% - 12px);
    margin-left: 12px;
}
#advertiser_block form .full {
    width: 100%;
    margin: 24px 0;
}
#advertiser_block form label {
    width: 100%;
}
#advertiser_block form input,
#advertiser_block form select,
#advertiser_block form textare {
    width: 100%;
    padding: 5px 10px;
}
#advertiser_block form select {
    padding: 8px 10px;
}
#advertiser_block form textarea {
    width: 100%;
    height: 80px;
    padding: 8px 10px;
    margin-bottom: -8px;
}
#advertiser_block form .checkbox input {
    width: 15px;
    float: left;
    margin-top: 5px;
}
#advertiser_block form .checkbox label {
    width: calc(100% - 25px);
    margin-left: 10px;
}
#advertiser_block form  #submit {
    background: #DC7500;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
}
.advertiser_box1 .advertiser_box_text span {
    background: #DC7500;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 700;
    padding: 2px 5px;
    color: #fff;
}
.advertiser_box2 .advertiser_box_text span {
    color: #DC7500;
    border: 2px solid #DC7500;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 700;
    padding: 0px 5px;
}
#thankYouPopup.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /*display: flex;*/
}
#thankYouPopup .popup {
    background: #fff;
    padding: 100px;
    border-radius: 12px;
    max-width: 650px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.4s ease;
}
#thankYouPopup .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
}
#thankYouPopup .popup h2 {
    margin-top: 0;
    color: #DC7500;
    margin-bottom: 50px;
}
#thankYouPopup .popup p {
    color: #444;
    font-size: 16px;
    margin: 10px 0;
}


@media(min-width: 768px) {

    div.first_block_txt {
        background-color: rgba(255, 255, 255, .5);
        border-radius: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media(max-width: 1200px) {
    #adv_block {
        width: 80%;
        margin-left: 5%;
    }
}

@media(max-width: 940px) {
    #advertiser_block {
        width: 83%;
    }
}

@media(max-width: 768px) {

    .recaptcha-container {
        padding: 10px;
    }

    .topbar_block .actions {
        display: none;
    }

    .topbar_block a#openPageslide {
        border-bottom: none;
        padding: 10px 15px;
    }

    #menu_side {
        display: none;
        position: fixed;
        top: 0;
        left: -230px;
        height: 100%;
        z-index: 999999;
    }

    div.col-10.topbar_block {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        justify-content: center;
        box-shadow: 0px 0px 16px #00000065 !important;
    }

    .topbar_block .brandTopbar svg {
        width: 100%;
    }

    #main_menu {
        padding: 0;
        overflow-y: auto;
        display: grid;
    }

    #main_menu li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        list-style: none;
        width: 100%;
        height: 100px;
        margin: auto;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #00000065;
    }

    #main_menu li a {
        display: block;
        position: relative;
        width: 100%;
        text-transform: capitalize;
        z-index: 2;
    }

    #menu_side .logo_wrapper {
        width: 82px;
        height: 82px;
        margin: 0 auto;
        margin-top: 25px;
    }

    #menu_side .logo_wrapper svg {
        width: 82px;
        height: 82px;
    }

    .mb-Info-Block {
        margin: 20px 0;
    }

    .mb-Info-Block .lang-switch label {
        margin-right: 0;
    }

    .pageslideBg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998;
    }

    div.first_block_txt {
        background-color: rgba(255, 255, 255, 0.5);
        padding-left: 20px;
        padding-right: 20px;
    }

    div.footer_block,
    div.sixth_block,
    div.fifth_block,
    div.fourth_block,
    div.second_block {
        padding-left: 20px;
        padding-right: 20px;
    }

    div.sxb_wrapper,
    div.fourth_block {
        padding-bottom: 20px;
    }

    div.sxb_title,
    div.ffb_title,
    div.frb_title,
    div.tb_title_block,
    div.sb_title,
    div.fb_title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .sxb_sub_title,
    .tb_subtitle_block,
    div.sb_subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sxb_txt,
    .ffb_txt,
    .frb_txt,
    .sb_why_1_title,
    .sb_why_2_title,
    .sb_why_3_title,
    .sb_why_4_title,
    div.sb_txt,
    div.fb_txt {
        font-size: 17px;
    }

    .ffb_anim_txt,
    button.btn.register_pub,
    button.btn.register_adv,
    button.btn.register_btn,
    button.btn.contact_us_btn {
        font-size: 17px;
    }

    button.btn.contact_us_btn {
        margin-top: 15px;
    }

    .fb_buttons {
        flex-direction: column;
    }

    #click_event_wrapper {
        top: auto;
        bottom: -70px;
        right: 40px;
    }

    div.secon_block_grid {
        height: auto;
    }

    .flamyfox_block_why_1,
    .flamyfox_block_why_2,
    .flamyfox_block_why_3,
    .flamyfox_block_why_4 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        width: auto;
        padding: 5px 20px;
    }

    #graphic_block_1,
    #graphic_block_2,
    #graphic_block_3,
    #graphic_block_4 {
        width: 100%;
        height: auto;
    }

    .flamyfox_block_why_1,
    .flamyfox_block_why_2,
    .flamyfox_block_why_3,
    .flamyfox_block_why_4 {
        min-height: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flamyfox_block_why_1:hover,
    .flamyfox_block_why_2:hover,
    .flamyfox_block_why_3:hover,
    .flamyfox_block_why_4:hover {
        height: auto;
    }

    .flamyfox_block_why_1 .sb_why_1_txt,
    .flamyfox_block_why_2 .sb_why_2_txt,
    .flamyfox_block_why_3 .sb_why_3_txt,
    .flamyfox_block_why_4 .sb_why_4_txt {
        font-size: 16px;
    }

    div.blockWhy1,
    div.blockWhy2 {
        margin: 20px 0;
    }

    .flamyfox_block_why_1,
    .flamyfox_block_why_3 {
        margin-bottom: 20px;
    }

    div.tb_block {
        width: 95%;
        height: auto;
        margin-bottom: 30px;
    }

    .tb_icon_block {
        width: 45px;
        height: 45px;
    }

    .tb_subtitle_block {
        margin-top: 40px;
    }

    .tb_numbers_block {
        min-width: 90px;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 10px 20px;
        font-size: 17px;
    }

    .tb_animationWrapper {
        width: 300%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sxb_wrapper,
    .frb_first_part,
    .frb_second_part {
        flex-direction: column-reverse;
    }

    .sxb_animation_join,
    .frb_animation_pub,
    .frb_animation_adv {
        width: 380px;
        height: 380px;
    }

    .ffb_animation_block_tg,
    .ffb_animation_block_fb {
        width: 120px;
        height: 170px;
    }

    .sxb_btns {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main_menu_list li span.menu_link,
    .main_menu_list li a.menu_link {
        padding: 4px 15px;
    }

    div.contactInfoBlock {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer_social_acc,
    .footer_contact_icon {
        width: 40px;
        height: 40px;
    }

    .footer_socialMedia_block,
    .brand_footer,
    .footerMenu,
    .ff_contact_street_block,
    .ff_contact_email_block,
    .ff_contact_phone_block {
        margin-bottom: 15px;
    }

    #graphic_block_1 {
        width: 134px;
        height: 89.1px;
    }

    #graphic_block_3 {
        width: 134px;
        height: 75.3px;
    }

    #graphic_block_2 {
        width: 134px;
        height: 98.6px;
    }

    #graphic_block_4 {
        width: 80px;
        height: 80px;
    }

    div.fb_effect_second_wrap {
        width: 60%;
    }

    .viewer_wrapper.show {
        margin: 0;
    }

    #modContactWrapper {
        width: 100%;
    }

    .viewer_wrapper .content .body {
        padding: 0 15px;
        margin-top: 20px;
    }

    #advertiser_block {
        width: 94%;
        margin-left: 3%;
    }
    .advertiser_left_form {
        width: 92.5%;
    }
    .advertiser_right_info {
        width: 92.5%;
        margin-left: 0;
        margin-top: 32px;
    }
    .advertiser_title {
        font-size: 2.25rem;
    }
    #advertiser_block form  .half_first {
        width: 100%;
        margin-right: 0;
    }
    #advertiser_block form  .half_second {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

}