@font-face {
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/bebasneue/bebasneueregular.woff2"); }
  @font-face {
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/bebasneue/bebasneuebold.ttf"); }
  @font-face {
    font-family: 'SegoeUI';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/SegoeUI.ttf"); }
:root {
    --site-bg: #272727;
}

*{
    padding: 0;
    margin: 0;
}

body{
    background-color: var(--site-bg);
}

h1, h2, h3, h4, h5, h6, a, span, p{
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
  }

a{
    text-decoration: none;
}

.container{
    max-width: 72.91%;
    width: 100%;
}

.title{
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    
    text-transform: uppercase;
    
    color: #FFFFFF;
}


/* HEADER */


.mobile-menu{
    display: none;
}

.header{
   display: flex;
   justify-content: center;
   width: 100%;
   height: 90px;

   background-color: #0B0B0B;
}

.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 72.91%;
    width: 100%;
}

.header__logo-mobile{
    display: none;
}

.header__menu{

}

.header__menu a{
    margin-left: 66px;

    font-family: 'bebasneue' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    
    letter-spacing: 0.642005px;
    text-transform: uppercase;
    
    color: #FFFFFF;
}

.header__button{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 187px;
    height: 48px;
    
    background: linear-gradient(95.59deg, #8621C1 1.69%, #BE6C59 55.52%, #DB9B00 97.38%);
    border-radius: 30px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    /* identical to box height, or 95% */

    letter-spacing: 0.4px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.header__burger{
    display: none;
}


.mobile-menu{
    position: absolute;
    top: 0;
    right: 0;

    display: none;

    width: 530px;

    z-index: 9;
}

.mobile-menu-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    width: 100%;
    height: 94px;

    background: #0B0B0B;
}


.mobile-menu__logo{
    margin-left: 17px;
    margin-bottom: 13px;
}

.mobile-menu__button{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 13px;

    width: 130px;
    height: 34px;

    background: linear-gradient(95.59deg, #8621C1 1.69%, #BE6C59 55.52%, #DB9B00 97.38%);
    border-radius: 21.25px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    /* identical to box height, or 90% */
    
    letter-spacing: 0.283333px;
    text-transform: uppercase;
    
    color: #FFFFFF;
    
}

.mobile-menu-burger-close{
    cursor: pointer;

    margin-right: 17px;
    margin-bottom: 13px;
   
}

.mobile-menu__menu-block{
    height: 544px;

    background-color: #FFFFFF;
}

.mobile-menu__menu{
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;
    width: 100%;

}

.mobile-menu__menu a{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 29.8177px;
    line-height: 100%;

    margin-bottom: 48px;

    text-align: center;
    letter-spacing: 0.455788px;
    text-transform: uppercase;

    color: #000000;
}


/* MAIN */


.main{
    position: relative;
}

.main__bg{
    position: absolute;
    top: -248px;
    right: 0;

    opacity: 0.2;
    z-index: -4;
}

.main__title{
    position: absolute;
    top: -121px;
    left: 19.16%;

    font-family:'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 150%;
    /* or 80px */
    
    letter-spacing: 0.642005px;
    text-transform: uppercase;
    
    color: #FFFFFF;
}

.main__title--colored{
    margin-top: 248px;
    margin-left: 55.26%;

    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    /* identical to box height, or 100px */

    letter-spacing: 1.10916px;
    text-transform: uppercase;

    background: linear-gradient(63.86deg, #8621C1 19.82%, #DB9B00  54.26%, #DB9B00 100.0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* TABS */

.tabs-holder{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;

    margin-top: 93px;

    width: 100%;
}

.tab{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 450px;
    height: 292px;

    border-radius: 30px;

    background: linear-gradient(63.86deg, #8621C1 19.82%, #BE6C59 54.26%, #DB9B00 81.05%);

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    /* or 145% */

    text-align: center;

    color: #FFFFFF;

    cursor: pointer;
}

.tab1{
    background: linear-gradient(63.86deg, #8621C1 19.82%, #BE6C59 54.26%, #DB9B00 81.05%);

}

.tab-page{
    display: none;
}


.button-active{
    background: #DB9B00;
}

.tabs-subtext-holder{
    display: flex;
    justify-content: center;

    margin-top: 40px;
}

.tabs-subtext{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    
    color: #FFFFFF;
}

.active-tab{
    display: block;
}

.tab-page-list-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 105px;

    margin-top: 66px;
}

.tab-page-list{
    width: 362px;

    font-size: 20px;

    color: #FFFFFF;
}

.tab-page-list-upper{
    font-size: 24px;

    font-weight: 400;
}

.tab-page-list-sublist-first{
    margin-top: 20px;
}

.tab-page-list-sublist-second{
    margin-top: 14px;
}

.tab-page-list-price{
    margin-top: 14px;
}

.table-name-holder{
    display: flex;
    justify-content: center;

    margin-top: 80px;
}

.table-name{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    
    text-align: center;
    
    color: #FFFFFF;
}



/* TABLE */


.table-holder{
    display: flex;
    justify-content: center;

    margin-top: 36px;

    width: 100%;
}

.table{
    width: 61.66%;

    background: linear-gradient(#212529, #212529) padding-box, linear-gradient(to right, #8621C1, #BE6C59, #DB9B00) border-box;
    border: 3px solid transparent;
    border-radius: 27px;
}

.table td{
    border: 1px solid #DB9B00;
}

.table tr:first-child td:first-child{
    border-radius: 27px 0 0 0;
}

.table tr:first-child td:last-child{
    border-radius: 0 27px 0 0;
}

.table tr:last-child td:first-child{
    border-radius: 0 0 0 27px;
}

.table tr:last-child td:last-child{
    border-radius: 0 0 27px 0;
}

.table tr:last-child td{
    border-bottom: none;
}

.table tr td:first-child{
    border-left: none;
}

.table tr td:last-child{
    border-right: none;
}


.table tr td{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #DB9B00;

    background-color: #1D1D1D;

    text-align: center;
}

.table tr td:first-child{
    width: 360px;

    text-align: start;

    padding-left: 53px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.table tr:first-child{
    height: 63px;
}

.table tr:first-child td{
    background: #222222 !important;

    border-top: none;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;

    color: #FFFFFF;
}

.table .table-row--prices td{
    padding-top: 8px;
    padding-bottom: 8px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;

    text-align: center;

    color: #FFFFFF;
}

.table__button-container{
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 26px;
    padding-bottom: 26px;


    width: 100%;
    height: 100%;
}

.table__button{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 150px;
    height: 45px;

    background: linear-gradient(63.86deg, #8621C1 19.82%, #BE6C59 54.26%, #DB9B00 81.05%);
    border-radius: 30px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    color: #FFFFFF;
}


/* ADVANTAGES */


.advantages{
    position: relative;

    display: flex;
    justify-content: center;

    margin-top: 120px;
}

.advantages__bg{
    position: absolute;

    top: -359px;
    left: 0;


    z-index: -4;
}

.advantages__container{
    width: 61.66%;
}

.advantages__title{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;

    text-transform: uppercase;

    color: #FFFFFF;
}

.advantages__cards{
    margin-top: 80px;
}

.advantages__cards-row1, .advantages__cards-row2{
    display: flex;
    justify-content: space-between;
}

.advantages__card{
    width: 49.15%;
    height: 377px;

    background: #1D1D1D;
    border-radius: 60px;

    background: linear-gradient(#212529, #212529) padding-box, linear-gradient(to right, #8621C1, #BE6C59, #DB9B00) border-box;
    border: 2px solid transparent;
}

.advantages__card-content{
    margin: 40px 56px;
}

.advantages__cards-row2{
    margin-top: 16px;
}

.advantages__cards-row2 .advantages__card{
    height: 268px;
}

.advantages__card-title{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;

    letter-spacing: 0.642005px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.advantages__card-text{
    margin-top: 14px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    
    letter-spacing: 0.339451px;
    
    color: #FFFFFF;
}

.advantages__card-text2{
    margin-top: 16px;
}

.advantages__cards-row3{
    margin-top: 31px;
}

.advantages__card-lower{
    display: flex;
    align-items: center;

    width: 100%;

    height: 140px;
}


/* TEAM */

.team{
    position: relative;

    display: flex;
    align-items: center;
    flex-direction: column;

    margin-top: 124px;
}

.team__bg{
    position: absolute;
    top: -80px;
    right: 0;

    z-index: -4;
}

.team__container{
    width: 71.05%;
}

.team__title{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;

    text-transform: uppercase;

    color: #FFFFFF;
}

.team__cards{
    margin-top: 119px;
}

.team__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: relative;

    height: 400px;
    width: 400px;
}

.team__card img{
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

.team__card-number{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 146.963px;
    line-height: 140px;
    
    letter-spacing: 3.68979px;
    text-transform: uppercase;
    
    color: #FFFFFF;
}

.team__card-text{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    
    letter-spacing: 0.44997px;
    text-transform: uppercase;
    
    color: #FFFFFF;
}


.team__cards-row1{
    display: flex;
    justify-content: space-between;

    width: 100%;
}

.team__cards-row2{
    display: flex;
    justify-content: space-around;

    width: 100%;

    margin-top: 50px;
}


/* PAYMENT */


.payment{
    display: flex;
    justify-content: center;

    margin-top: 140px;
}

.payment__container{
    width: 72.91%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 280px;

    background: #FFFFFF;
}

.payment__container h2{
    font-family: 'bebasneue';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    
    text-transform: uppercase;
    
    color: #DB9B00;
}

.payment__container img{
    width: 790px;
    height: 131.67px;
}


/* button-footer */


.button-footer-holder{
    display: flex;
    justify-content: center;

    margin-top: 74px;

    width: 100%;
}

.button-footer{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 424px;
    height: 87px;
    
    background: linear-gradient(95.59deg, #8621C1 1.69%, #BE6C59 55.52%, #DB9B00 97.38%);
    border-radius: 50px;

    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 29px;

    letter-spacing: 0.775px;
    text-transform: uppercase;
    color: #FFFFFF !important;

}

.logo-footer-holder{
    display: flex;
    justify-content: center;

    margin-top: 198px;
}


/* footer */


.footer{
    display: flex;
    justify-content: center;

    margin-top: 100px;
}

.footer p{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    
    color: #BDBDBD;
}

.footer__lower-row{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 24px;
    margin-bottom: 67px;

    width: 100%;
}

.footer__lower-row-right p{
    font-size: 16px;
}

@media all and (max-width: 1800px) {
    .header__menu a{
        margin-left: 30px;
    }

    .main__title{
        left: 13%;
    }

    .main__title--colored{
        margin-left: 60%;
    }
}

@media all and (max-width: 1680px) {
    .header__container{
        max-width: 82.5%;
    }

    .container{
        max-width: 82.5%;
    }

    .table{
        width: 72.91%;
    }

    .payment__container{
        width: 82.5%;
    }

    .advantages__container{
        width: 82.5%;
    }

    .team__bg{
        top: -200px;
    }

    .team__card{
        width: 300px;
        height: 300px;
    }

    .team__card img{
        width: 100%;
        height: 100%;
     }

     .team__card-number{
        margin-top: -40px;

        font-size: 100px;
        line-height: 120px;
    }
    
    .team__card-text{
        font-size: 24px;
        line-height: 100%;
    }
    
}


@media all and (max-width: 1440px) {
    .header__logo{
        width: 200px;
        height: auto;
    }

    .header__button{
        width: 161px;
        height: 35px;
    }
    
    .main__title{
        font-size: 62px;
        line-height: 100%;
    }

    .main__title--colored{
        font-size: 62px;
        line-height: 100%;
        margin-left: 65%;
    }

    .advantages__cards-row1 .advantages__card{
        height: 400px;
    }

    .team__card{
        width: 225px;
        height: 225px;
    }

    .team__card-number{
        margin-top: -40px;

        font-size: 72px;
        line-height: 100px;
    }

    .team__card-text{
        font-size: 16px;
        line-height: 100%;
    }

    .button-footer{
        width: 424px;
        height: 87px;
        border-radius: 40.4481px;

        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0.626946px;
    }
}


@media all and (max-width: 1280px) {
    .header__logo{
        display: none;
    }

    .header__logo-mobile{
        display: block;
    }

    .advantages__bg{
        width: 70%;
        height: auto;
    }
}

@media all and (max-width: 1192px) {
    .header__logo-link{
        display: none;
    }
    .header__container{

    }

    .header__menu{
        display: none;
    }

    .header__burger{
        display: block;

        cursor: pointer;
    }

   

    .table{
        width: 91.6%;
    }

    .advantages__cards-row1 .advantages__card{
        height: 500px;
    }
}

@media all and (max-width: 1024px) {

    .main__title{
        position: static;
        margin-left: 4.266%;

        margin-top: 39px;
    }
    
    .main__title--colored{
        margin-top: 39px;
        margin-left: 4.266%;
    }


    .table__button{
        width: 100px;
    }

    .team__cards-row1, .team__cards-row2{
        flex-direction: column;
        align-items: center;
    }

    .team__cards-row2{
        margin-top: 0px;
    }
    
    .team__cards{
        margin-top: 39px;
    }

    .team__card{
        margin-top: 47px;
    }

    .advantages__container{
        width: 91.66%;
    }

    .advantages__card-content{
        margin: 28px 28px;
    }

    .payment{
        display: flex;
        justify-content: center;

        margin-top: 84px;
    }

    .advantages__title{
        font-size: 42px;
        line-height: 42px;
        
    }

    .payment__container{
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

        height: 221px;

        background: #FFFFFF;
    }

    .payment__container h2{

        margin-left: 4.266%;
        
        font-size: 42px;
        line-height: 42px;
    }

    .payment__container img{
            margin-left: 4.266%;
            width: 95%;
            height: auto;
        }

    .button-footer-holder{
        margin-top: 30px;
    }
}


@media all and (max-width: 800px) {
    .header{
        background-color: var(--site-bg);
    }

    .main__title{
        font-size: 48px;
        line-height: 100%;
        letter-spacing: 0.642005px;
    }

    .main__title br{
        display: none;
    }

    .main__title--colored{
        font-size: 52px;
        line-height: 100%;
        
        letter-spacing: 1.10916px;
        text-transform: uppercase;
    }


    .table-holder{
        margin-top: 61px;
    }

    .table tr td:first-child{
        padding-left: 8px;
    }

    .main__bg, .advantages__bg, .team__bg{
        display: none;
    }

   
    .advantages__card{
       margin-top: 16px;

       width: 100%;
    }

    .advantages__cards{
        margin-top: 34px;
    }

    .advantages__cards-row1{
        flex-direction: column;
        align-items: center;
    }

    .advantages__cards-row2{
        flex-direction: column;
        align-items: center;

        margin-top: 0px;
    }

    .advantages__card-text{
        font-size: 16px;
    }

    .team__title{
        margin-left: -8%;

        font-size: 42px;
        line-height: 42px;
    }


    .advantages__cards-row1 .advantages__card1{
        height: 308px;
    }

    .advantages__cards-row1 .advantages__card2{
        height: 186px;
    }

    .advantages__card{
        display: flex;
        align-items: center;
    }

    

    .team__cards-row2{
        margin-top: 0px;
    }

    .advantages__cards-row3{
        margin-top: 34px;
    }

    .payment{
        margin-top: 42px;
    }

    .footer{
        margin-top: 100px;
    }

    .footer__container{
        
    }
    
    .footer p{
        font-family: 'Segoe UI';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        
        color: #BDBDBD;
    }
    
    .footer__lower-row{
        flex-direction: column;
        align-items: flex-start;

        margin-top: 12px;
    }

    .footer__lower-row-right{
        margin-top: 19px;
    }
}

@media all and (max-width: 600px) {

    .tab{
        height: 223px;
    }

    .tabs-subtext{
        margin-left: 16px;
        margin-right: 16px;
    }

    .tab-page-list-row{
        margin-left: 16px;
        margin-right: 16px;
    }

   
}




@media all and (max-width: 530px) {
    .tab{
        width: 96%;
    }

    .mobile-menu{
        width: 100%;
    }

    .table-holder{
    }

    .table{
        width: 91.66%;
    }

    .table tr td:first-child{
        width: 20%;
    }

    .table__button-container{
        width: 100%;
        height: 100%;
       
    }

    .table tr:first-child td{
        font-size: 14px;
    }

    .table__button{
        width: 60px;

        font-size: 10px;
        line-height: 12px;
    }

    .table__button{
        
    }

    .team__card img{
        display: none;
    }

    .team__card-number{
        font-size: 146.963px;
        line-height: 140px;
    }

    .team__card-text{
        font-size: 24px;
        line-height: 100%;
    }

    .button-footer{
        width: 343px;
        height: 70px;

        font-weight: 400;
        font-size: 24px;
        line-height: 24px;

        letter-spacing: 0.626946px;
        text-transform: uppercase;
    }
}

@media all and (max-width: 375px) {



    .button-footer-holder{
        width: 100%;
    }

    .advantages__cards-row1 .advantages__card2{
        height: 250px;
    }
}

@media all and (max-width: 350px) {

    .button-footer{
        width: 250px;
    }
}