/*
Theme Name:     Finwave Child Theme
Template:       finwave
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finwave
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finwave is an Responsive Finance and Business WordPress Theme.
Version:        1.0.1
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    finwave
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular

*/



.SmartCaptcha-Shield{
    display: none !important;
}
.whitelabel__logo{
    opacity: 0 !important;
}
.color-vars{
    color: #F2F5FA; /* --e-global-color-2115021 */
    color: #E3E8F0; /* --e-global-color-c7a115a */
    color: #D8DEE8; /* --e-global-color-7f314c2 */
    color: #B8C2D3; /* --e-global-color-d6133bc */
    color: #9AA8BE; /* --e-global-color-fa16196 */
    color: #7E8FA8; /* --e-global-color-c07cdae */
    color: #5F7089; /* --e-global-color-f255e8a */
}

/* HEADER */
.site-header{
    background: transparent;
}
.ham-burger .menu-bar{
    flex-direction: column;
    gap: 3px;
}
.ham-burger .menu-bar .menu-label{
    display: none;    
}
@media (max-width: 991px) {
    .section-title-wrapper .description br, .section-title-wrapper .main-title br {
        display: inline-block;
    }
}

#top-social-icon .elementor-widget-container{
    display: flex;
    align-items: center;
}

#top-mobile-phone{
    flex-direction: column;    
    display: flex;
    align-items: end;
    justify-content: center;    
}



/* BANNER */
.banner-info-box .rt-info-box .info-box .info-icon svg{
    color: #fff;
}
@media (max-width: 480px) {
    .banner-info-box .rt-info-layout-2 .info-box {
        display: flex;
        flex-direction: column;
        align-items: center;    
    }
}

.sub-main-title{
    display: block;
    margin-top: -5px;
    font-size: 30px;
}

.info-blur{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
}
@media (max-width: 1024px) {
    #main-banner::before{
        background-size: inherit;
    }
    .info-blur{
        background-image: radial-gradient(at 50% -50%, #4391db99 0%, #001d4900 100%) !important;
    }
    .sub-main-title{
        margin-top: 0px;
        font-size: 22px;
    }    
}

/* MENU BAR */
.finwave-offcanvas-drawer .offcanvas-logo .trigger-icon{
    font-family: 'Montserrat';
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;    
}
.finwave-offcanvas-drawer .offcanvas-logo{
    justify-content: center;
}
.finwave-offcanvas-drawer{
    color: #5F7089;
    background-color: #E3E8F0;
}
.offcanvas-address .offcanvas-info li,
.offcanvas-address .offcanvas-info a{
    color: #5F7089;
}
body .finwave-offcanvas-drawer .offcanvas-navigation ul.menu li a{
    color: #1E59A3;
}

/* CONTENT */
.content-area{
    padding-top: 50px;
}
.finwave-breadcrumb-wrapper .entry-title{
    font-size: clamp(26px, 4vw, 54px);
}

/* VIDEO */
.about_video,
.steps_video{
    border-radius: 12px;
    overflow: hidden;
}

/* SLIDE VIDEO */
.team-play-btn{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #1e59a3; /* синий */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.team-play-btn__icon{
  display: inline-flex;
  color: #fff; /* цвет треугольника */
  transform: translateX(1px); /* лёгкий сдвиг вправо как у play */
}

.team-play-btn__pulse{
  position: absolute;
  inset: -6px;              /* кольцо чуть больше кнопки */
  border-radius: inherit;
  border: 2px solid rgba(30, 89, 163, .65);
  animation: teamPlayPulse 1.6s ease-out infinite;
  pointer-events: none;
}

@keyframes teamPlayPulse{
  0%{
    transform: scale(0.85);
    opacity: 0.85;
  }
  70%{
    transform: scale(1.35);
    opacity: 0;
  }
  100%{
    transform: scale(1.35);
    opacity: 0;
  }
}

/* опционально: чуть “поднять” при наведении */
.team-play-btn:hover{
  transform: translateY(-1px);
}

/* HELP */
.help-info-box .rt-info-box .info-box span{
    color: var(--rt-primary-color);
}


/* ABOUT */
.info-rfrsb .rt-info-box .info-box:hover .info-icon svg{
    color: var(--rt-primary-color);
}
.team-slider .rt-swiper-slider .swiper-wrapper{
    align-items: flex-start;
}

@media (max-width: 480px) {
    .atomix-docs .atomix-docs__nav { display: none;}
}

#team-home-desktop .team-grid-layout-3 > div{
    justify-content: center;
}
.rt-team-multi-layout-3 .team-item:hover .team-thumbs img{
    filter: none !important;
}

/* FOOTER - Action */
#footer-action{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .2s ease, opacity .2s ease;
}

#footer-action.is-visible{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* FOOTER - Action - Btn */
.footer-action-btn .elementor-button .elementor-button-content-wrapper{
    align-items: center;
}
.footer-action-btn .elementor-button .elementor-button-icon svg{
    width: 20px;
    height: 20px;
}
.footer-action-btn .elementor-button{
    height: 44px;
    padding: 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    #footer-action{
        max-width: 360px;
    }
    #footer-action-wrap{
        /* background-color: #113369cc; */
        background-color: #0E2B5B;
    }
    #footer-action .footer-action-btn .elementor-button .elementor-button-content-wrapper{
        flex-direction: column;
        gap: 4px;
    }       
    #footer-action .footer-action-btn .elementor-button{
        background: none;
        font-size: 12px;
        padding: 0 !important;
    }
    #footer-action .footer-action-btn .elementor-button .elementor-button-icon{
        color: #9AA8BE;
    }
    #footer-action .footer-action-btn .elementor-button .elementor-button-text{
        color: #CBD5E1;
        line-height: 12px;
    }
}




.scrollToTop > i{
    color: #fff;
}

.footer-info-box .rt-info-layout-2 .info-box {
    gap: 15px;
}
@media (max-width: 1024px) {
    .scrollToTop.show{
        display: none;
    }
}
@media (max-width: 480px) {    
    .footer-info-box .rt-info-layout-2 .info-box {
        display: flex;
        flex-direction: row;
        align-items: center;
            
    }
}



#footer-menu-icons .ham-burger{
    display: none;
}


/* PAGE HEADER */
/*
body:not(.home) .site-content{
    margin-top: -92px;
}
body:not(.home) .finwave-breadcrumb-wrapper.has-bg{
    padding-top: calc(120px + 52px);
}
body:not(.home) .finwave-breadcrumb-wrapper.has-bg::before{    
    background: transparent;
}
body:not(.home) .finwave-breadcrumb-wrapper.has-bg .entry-title{
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    body:not(.home) .site-content{
        margin-top: -80px;
    }
    body:not(.home) .finwave-breadcrumb-wrapper.has-bg{
        padding-top: calc(80px + 58px);
    }
}*/

/* B24 - MAIN */
.b24-window-close{
    height: 40px !important;
}
.b24-form .b24-form-header-padding{
    display: none;
}
.b24-form .b24-form-padding-side{
    padding: 0;
}
.b24-form .b24-form-control-list .b24-form-control, 
.b24-form .b24-form-control-select .field-item, 
.b24-form .b24-form-control-string .b24-form-control, 
.b24-form .b24-form-control-text .b24-form-control,
.b24-form .b24-form-btn{
    border-radius: 8px 8px 8px 8px;
    padding-left: 20px;
    border-width: 2px;
}
.b24-form .b24-form-control-list .b24-form-control-label, 
.b24-form .b24-form-control-string .b24-form-control-label, 
.b24-form .b24-form-control-text .b24-form-control-label{
    padding-left: 20px;
}

.b24-form .b24-form-btn{    
    border-radius: 8px 8px 8px 8px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    box-shadow: none;
    padding: 15px 34px 15px 34px;
}
.b24-form .b24-form-control-label{
    font-weight: 500; 
    opacity: 1;          
}
.b24-form .b24-form-field-agreement .b24-form-control-desc{
    font-size: 14px;
    opacity: 1;
    line-height: 1.25;
}
@media (max-width: 1024px) {
    .b24-form .b24-form-btn{
        font-size: 14px;                
        padding: 15px 10px 15px 10px;
        font-weight: 700;
    }
}


/* B24 - ACTION */
#form-consult .b24-form .b24-form-control,
#form-popup .b24-form .b24-form-control,
#form-action .b24-form .b24-form-control{
    border-width: 2px 2px 2px 2px;
    border-color: #D8DEE8;
    height: 60px;          
}
#form-consult .b24-form .b24-form-control:focus,
#form-consult .b24-form .b24-form-control:active,#form-popup .b24-form .b24-form-control:focus,
#form-popup .b24-form .b24-form-control:active,
#form-action .b24-form .b24-form-control:focus,
#form-action .b24-form .b24-form-control:active{
    border-color: #1E59A3;
}
#form-consult .b24-form .b24-form-control-label,
#form-popup .b24-form .b24-form-control-label,
#form-action .b24-form .b24-form-control-label{
    color: #5F7089;    
}
#form-consult .b24-form .b24-form-field-agreement .b24-form-control-desc,
#form-popup .b24-form .b24-form-field-agreement .b24-form-control-desc,
#form-action .b24-form .b24-form-field-agreement .b24-form-control-desc{    
    color: #5F7089;
}

@media (min-width: 1024px) {
    #form-consult .b24-form .b24-form-btn{
        font-size: 16px;
        padding: 15px;
    }
}


/* B24 - KLEIMO */
#form-kleimo .b24-form .b24-form-wrapper{
    background-color: transparent;
}
#form-kleimo .b24-form .b24-form-control-label{
    color: #9AA8BE;
}
#form-kleimo .b24-form .b24-form-btn{
    background-color: #000000;
}
#form-kleimo .b24-form .b24-form-btn:hover{
    background-color: #FFFFFF;
    color: #000000;
}
#form-kleimo .b24-form .b24-form-control-desc,
#form-kleimo .b24-form .b24-form-sign-abuse-link{
    color: #FFF;
}

#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-checkbox, 
#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-file, 
#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-list .b24-form-control, 
#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-radiobox, 
#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-string .b24-form-control, 
#form-kleimo .b24-form .b24-form-control-alert.b24-form-control-text .b24-form-control{
    background-color: rgb(242 88 48 / 40%);
}

/* VIDEO */
.video-popup .dialog-message{
    border-radius: 8px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}
.video-popup .dialog-close-button{
    border-radius: 12px;
    padding: 4px;
}

/* BUTTON ANIMATION */
.btn-shine > a {
    position: relative;
    overflow: hidden
}

.btn-shine > a:before {
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-animation: btn_shine 1.5s infinite;
    animation: btn_shine 1.5s infinite;
    -webkit-transform: translateY(-50%) rotate(10deg);
    transform: translateY(-50%) rotate(10deg);
    pointer-events: none;
    width: 60px;
    background: hsla(0,0%,100%,.5);
    -webkit-filter: blur(30px);
    filter: blur(30px)
}
@-webkit-keyframes btn_shine {
    0% {
        left: -100%
    }

    to {
        left: calc(100% + 60px)
    }
}

@keyframes btn_shine {
    0% {
        left: -100%
    }

    to {
        left: calc(100% + 60px)
    }
}

.btn-impulse .elementor-button-content-wrapper {
    position: relative;
    z-index: 10;
}
.btn-impulse > a:not(:hover)::before,
.btn-impulse > a:not(:hover)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
    /* border: 2px solid rgba(255, 255, 255, .65); */
    background: rgba(255, 255, 255, .65);
    -webkit-animation: btn_pulse 1.5s infinite;
    animation: btn_pulse 1.6s ease-out infinite;
    pointer-events: none;
}
.btn-impulse > a:not(:hover)::after {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}

@-webkit-keyframes btn_pulse {
    0%{
        transform: scale(1);
        opacity: 0.85;
    }
    70%{
        transform: scale(1.15, 1.75);
        opacity: 0;
    }
    100%{
        transform: scale(1.15, 1.75);
        opacity: 0;
    }
}
@keyframes btn_pulse{
    0%{
        transform: scale(1);
        opacity: 0.85;
    }
    70%{
        transform: scale(1.15, 1.75);
        opacity: 0;
    }
    100%{
        transform: scale(1.15, 1.75);
        opacity: 0;
    }
}


/* quizgo */
.b-quizgo-wrapper__inner-block{
    height: auto !important;
}
body, .b-screen{
    background: none;
    border: none;
}