/*
Theme Name: HubVision Child
Template: hubvision
Version: 1.0.12
*/

@import url("../hubvision/style.css"); 
#menu-languages-1 { 
    display: none;
}
header .vsh-header__desktop{
    display: none;
}
html body header {
    max-width: 100%;
    background-color: #6c4ac2c7;
}
body .vsh-header__mobile {
    padding: 16px;
    max-width: 1190px;
    margin: 0 auto;
}
header .vsh-header__wrapper {
    position: relative;
}
header .vsh-header__mobile {
    display: block!important;
}
header .vsh-header__mobile .vsh-logo>img {
    max-height: 35px;
}
header .vsh-header__col:nth-child(2) {
    left: 133px;
    position: absolute;
}

 header .vsh-header__col {
    gap: 20px;
}
header .vsh-header__desktop {
    padding: 11px 0;
}
header .vsh-logo>img {
    max-height: 64px;
}
header .vsh-header__burger {
    background: linear-gradient(180deg, #E8FF00, #E8FF00 100%, #E8FF00 0);
    border-radius: 50%;
}
header .vsh-header__burger>div span:before {
    top: -6px;
    width: 100%;
}
header .vsh-header__burger>div span:after {
    right: 0;
    top: 6px;
    width: 100%;
}
header .vsh-header__burger>div {
    height: 20px;
    width: 20px;

}
header .vsh-header__burger>div span,header .vsh-header__burger>div span:after,header .vsh-header__burger>div span:before {
    background-color: #000;
}

header .vsh-header__burger.is-active > div span {
    background-color: transparent; /* Колір спану */
}

header .vsh-header__burger.is-active div span::after{
    transform: rotate(45deg);
    top: 0;
    background-color: #000000!important;
}
header .vsh-header__burger.is-active div span::before{
    transform: rotate(-45deg);
    top: 0;
    background-color: #000;
}
header .vsh-header__burger.is-active > div span {
    background-color: transparent; /* Колір спану */
}
/* all*/
body .container {
    max-width: 1190px;
    padding: 0;
    display: grid;
    gap: 16px;
}

/* text */
body h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    color: #E8FF00;
    padding: 20px 0;
}
body h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    display: flex;
    color: #E8FF00;
    align-items: center;
    margin: 0;
}

body h3{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #E8FF00;
    margin: 0;
}
body p {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
ul li {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
body .vsh-page--wrapper .vsh-section__content a:not(.vsh-btn,.sch-button),.vsh-page--wrapper .vsh-section__content p>span {
    text-decoration: none;
}

body .welcom-bonus .promo-content p.promo-text {
    font-family: 'Roboto';
    padding: 0;
}
body ul li:before {
    background-color: var(--vsh-color-light-900);
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -17px;
    position: absolute;
    top: 9px;
    width: 4px;
}
body table {
    border-radius: 12px;
    -webkit-box-shadow: 0 0 0 1px #4F4F4F;
    margin: 0;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    overflow-x: auto; 
}
body table td:first-child {
    color: #FFD233;
}
body table tr td {
    border: none;
    border-right: 1px solid var(--table_grey, #4F4F4F);
    padding: 15px 20px;
    border-bottom: 1px solid var(--table_grey, #4F4F4F);
}
body table tr:nth-child(2n) td {
    background-color: #050508;
}
body tbody {
    border: 1px solid var(--table_grey, #4F4F4F);
}
  /* FAQ */

  .vsh-accordion .a-container:nth-child(odd) .a-btn {
    background: #0C0C0F;
}
body .vsh-accordion {
    gap: 0px;
}
 body .vsh-accordion .a-container .a-btn {
    padding: 20px 40px ;
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    background: #141414;
    font-weight: bold;
}

body .vsh-accordion .a-container .a-panel {
    background: #050508;
    color: #AEAEAE;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.vsh-accordion .a-container .a-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vsh-accordion .a-container .a-panel {
    display: none;
    overflow: hidden;
}

.vsh-accordion .a-container.active .a-panel {
    display: block;
}

.vsh-accordion .a-container .a-btn svg {
    position: absolute;
    right: 40px;
    transition: transform 0.3s ease;
}

.vsh-accordion .a-container.active .a-btn svg {
    transform: rotate(180deg);
}

body .banner__wrapper-link {
    color: #000;
}
body .vsh-banner.banner {
    box-shadow: 0px 0px 18px 7px rgba(102, 104, 193, 1);
}

body .vsh-btn-gradient {
    color: #E8FF00;
    background: #6C4AC2;
    border: 2px solid #E8FF00;
}
body .vsh-btn-gradient:hover {
    color: #E8FF00;
}

/* Анімація хрестика */
body header .vsh-header__burger.show> div span {
    background-color: transparent;
}
body header .vsh-header__burger.show > div span:before {
    transform: rotate(45deg);
    top: 0;
}
body header .vsh-header__burger.show > div span:after {
    transform: rotate(-45deg);
    top: 0;
}

/* Адаптивність */
@media (max-width: 991px){
    body .vsh-btn-gradient {
        padding: 15px 45px;
    }
}
@media (max-width: 790px) {
    body .vsh-header__mobile .vsh-logo>img {
        max-height: 47px;
    }

    header .vsh-header__col:nth-child(2) {
    left: 140px;
    }
    }

@media (max-width: 470px) {
        body .vsh-btn-gradient{
            width: 100%;
            padding: 15px;
            margin: 0 10px;
        }
        body table {
            display: block;
            overflow-x: auto; 
            padding: 0px 0px;
        }
        body h2{
            position: relative;   
        }
        article {
            padding: 0 10px;
            display: grid;
            gap: 15px;
        }
}
@media (max-width: 345px) {
    header .vsh-header__col:nth-child(2) {
        left: 110px;
    }
    body .vsh-header__mobile .vsh-logo>img {
        width: 120px;
    }
}

