#main {
    background: url(/wp-content/themes/blocksy-child/assets/images/bg_bg1.png);
    background-size: cover;
    padding-bottom: 150px;
}



#greetions {

}

.tab-wrapper{
    padding: 120px 0 120px;
    display: flex;
    flex-wrap: wrap;
}
.tab-wrapper .tab-btn{
    display: inline-block;
    margin-right: 45px;
    font-size: 21px;
    color:#B1B1B1;
    position: relative;
    cursor: pointer;
}
.tab-wrapper .tab-btn.active{
    font-weight: 800;
    color:#935932;
}
.tab-wrapper .tab-btn.active::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top:-10px;
    transform:  translateX(-50%);
    width:7px;
    height:7px;
    border-radius: 10px;
    background:#935932;
}

.hello{
    display: none;
    margin-bottom: 150px;
}
.hello.active{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*align-items: center;*/
}

.img-wrapper{position: relative;}
.img-wrapper img{
    position: relative;
}
.img-wrapper .sign {
    position: relative;
    max-width: 150px;

}

.text-wrapper{max-width: 645px}

.text-wrapper p {
    font-size: 18px;
    color: #000000;
}
.text-wrapper strong{
    color:#935932; font-weight: 500;
}


@media (max-width: 1000px) {
    .text-wrapper {
        margin-top: 0;
    }
    .hello.active{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;

    }


}

@media (max-width: 767px) {
    #main {
        padding-bottom: 150px;
    }
    .text-wrapper {
        margin-top: 100px;
    }
    .tab-wrapper {
        padding: 180px 0 120px;
    }
    .tab-wrapper .tab-btn {
        margin-right: 30px;
        font-size: 18px;
    }

}
