#m_banner,
#m_banner-md,
.visible-on-1200{
    display:none ;
}
#banner,
.invisible-on-1200{
    display:flex;
}
#md-banner-anchor{
    z-index:10;
}
.slider-btn-holder{
    position:initial !important;
    justify-content: end;
    margin-right: -13px;
}
.slider-top-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    max-width: 1160px;
}
.feedback-slider-top-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 120px auto 0 auto;
    max-width: 1160px;
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
:root{
    --banner-bg-color: #2659DC;
    --feedback-cover-width: 140px;
    --feedback-card-height:211px;
    --fedback-content-width:500px;
}
.wrapper{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width:1160px;
}
.slider{
    display: grid;
    grid-auto-flow: column;
    padding: 10px 20px;
    gap: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
}

p.slider-label {
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #1F1F1F;
    margin: 0 auto 50px auto;
    width: 100%;
    max-width:1160px;
}
/*cards*/
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 206px;
    height: max-content;
    gap:20px;
    padding: 25px 30px 25px 30px;

    background: white;
    box-shadow: 0 0 20px lightgray;
    list-style: none;

    border-radius: 4px;

    font-family: "Roboto Light",sans-serif;
    text-align: center;
    font-size: 30px;
}
.visible-on-1200{
    display:none ;
}
.invisible-on-1200{
    display:flex;
}
.offset-card{
    margin-right:0px;
}
.card:hover{
    animation: hover 0.6s forwards;
}
@keyframes hover {
    0% {
        box-shadow: 0 0 20px lightgray;
    }
    100% {
        box-shadow: 0 0 22.5px gray;
    }
}
.card-description,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card-description{
    gap:10px;
}
.card-content{
    gap:10px;
    display: none;
}
.name{
    word-spacing: 100vw;
    text-align: start;
    font-family: Commissioner,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 0;

    color: #1F1F1F;
}
.card-txt{
    font-family: Commissioner,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    color: #1F1F1F;
}
.content,
.skill{
    text-align: start;
    font-size:16px;
    height:2.2em;
    margin: 0;
}
.pfp{
    width: 208px;
    height: 259px;
    object-fit: cover;
    border-radius: 2%;
}
/* banner */
.banner{
    padding: 57px 30px 30px 30px;
    position: relative;
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--banner-bg-color);
    box-shadow: 0 0 20px lightgray;
    height: 783px;
}
.banner-image{
    position: absolute;
    top:216px;
    right: 0;
}
img.banner-image-main {
    margin-bottom: 268px;
}
.banner-label {
    text-align: start;
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;

    margin-bottom: 351px;

    color: #FFFFFF;
}
.sub-label{
    width: 208px;
    text-align: start;
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;

    margin-bottom: 20px;

    color: #FFFFFF;
}
.banner-content{
    text-align: start;
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 34px;

    color: #FFFFFF;
}

.banner-button{
    transition:200ms;
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    color: #333333;

    padding: 15px 26px;
    background: white;
    border: none;
    cursor: pointer;
    width: 153px;
}
.banner-button:hover{
    background: #E7EFFF;
    color: #0842D6;
}
.banner-button>a,
.m_banner>.banner-button>a{
    color: var(--banner-bg-color) !important;
}
.md-right-container> .btn-a> .banner-button{
    width:auto;
}
.card.fixed{
    position: absolute;
    z-index: 100;
}
.slider.dragging .card{
    cursor: grabbing;
    user-select: none;
}

.t-body{
    overflow-x:hidden;
}

/*   Whatsapp    */
.feedback-wrapper{
    margin: 0 auto 100px auto;
    margin-bottom:80px;
    position: relative;
    height: 320px;
    max-width:1160px;
    overflow:hidden;
}
.f-container{
    position:relative;
}
img.f-star {
    right: 129px;
    top: -134px;
    position: absolute;
    z-index: -1;
}
p.feedback-label {
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #1F1F1F;
    width:100%;
    margin: 0 auto 30px auto;
    max-width:1160px;
}
.feedback-slider{
    list-style-type: none;
    display: grid;
    grid-auto-flow: column;
    padding: 20px 10px;
    gap: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
}
.feedback-card{
    transition:350ms;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width:max-content;
    height:max-content;

    border-radius: 1%;
    box-shadow: 0 0 5px gray;
}
.feedback-card:hover{
    box-shadow: 0 0 15px gray;
    cursor:pointer;
}
.author-name{
    user-select: none;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;

    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.feedback-card:active{
    cursor: grab;
}

/* Tilda's*/
.t228__maincontainer {
    width: 100%;
    height: 80px;
    max-width: 1240px;
    display: table;
    margin: 0 auto;
}
.t-sociallinks__item_whatsapp > a > .t-sociallinks__svg > path,
.t-sociallinks__item_telegram > a > .t-sociallinks__svg > path{
    transition:200ms;
    fill:#FFFFFF;
}
/*.t-sociallinks__svg:hover > path{*/
/*    scale:1.05;*/
/*}*/


/* Flamp */
.flamp-wrapper{
    width:100%;
    margin:0 auto 90px auto;
    max-width:1160px;
}
.responsive-new__add{
    background-color: #5A84DC !important;
}
.responsive-new__add:hover, .responsive-new__add:active {
    background-color: #3F6DCD  !important;
}


/*YouTube*/
.yt-block-wrapper{
    user-select: none;
    position: relative;
    max-width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    margin: 120px auto 0 auto;
    width: 100%;
    max-width:1160px;
}
.yt-vector {
    position: absolute;
    user-select: none;
    right: 150px;
    scale: 0.95;
    opacity: 0.5;
}
.yt-title{
    position: absolute;
    top: 16px;
    font-family: 'Commissioner',sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 32px;
    line-height: 39px;
    color: #1F1F1F;
}
.yt-slider{
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    height:440px;
    scroll-behavior: smooth;
}

.yt-video{
    user-select: none;
    width:450px;
    height:240px;
}

.btn-holder {
    display: flex;
    position: absolute;
    flex-direction: row;
    gap: 10px;
    top: 16px;
    right: -7px;
}
.c_btn{
    user-select: none;
    user-input: none;
    background: none;
    border: none;
}
.control-btn-left,
.s-control-btn-left,
.f-control-btn-left{
    width: 50px;
    height: 50px;
    background: url("https://static.tildacdn.com/tild3865-3532-4236-b831-653233646664/normal_left50.svg") no-repeat;
}
.control-btn-right,
.s-control-btn-right,
.f-control-btn-right{
    width: 50px;
    height: 50px;
    background: url("https://static.tildacdn.com/tild6662-6432-4633-b661-333661363761/normal_right50.svg") no-repeat;
}
.control-btn-left:hover,
.s-control-btn-left:hover,
.f-control-btn-left:hover{
    width: 50px;
    height: 50px;
    background: url("https://static.tildacdn.com/tild3962-6330-4161-b535-633737336465/hover_left50.svg") no-repeat;
}
.control-btn-right:hover,
.s-control-btn-right:hover,
.f-control-btn-right:hover{
    width: 50px;
    height: 50px;
    background: url("https://static.tildacdn.com/tild3133-3834-4466-b761-333762613634/hover_right50.svg") no-repeat;
}


/*feedback*/
.feedback-img{
    width: 260px;
    height: 260px;
    object-fit:cover;
}
.popup-container{
    display: none;
    position: fixed;
    align-items: center;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.9);
    z-index: 100;
}
.popup-container>span{
    cursor: pointer;
    user-select: none;
    position: fixed;
    color: white;
    font-size: 60px;
    top:10%;
    right: 10%;
}
.popup-img{
    border-radius: 10px;
    border: 3px solid white;
    scale: 1;
    margin: 0 auto;
}

.card-popup-container{
    display: none;
    position: fixed;
    align-items: center;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.9);
    z-index: 100;
}
.popup-content-wrapper{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.card-popup{
    position: relative;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: start;
    padding: 30px;
    border-radius: 2px;
    background: white;
    color: black;
    margin: 0 auto;
    max-width: 1090px;
    justify-content: space-around;
}
.card-popup>span{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}
.card-popup-container>span{
    cursor: pointer;
    user-select: none;
    position: fixed;
    color: white;
    font-size: 60px;
    top:20%;
    right: 20%;
}
.card-popup__text,
.card-popup__name,
.card-popup__description{
    font-family: Commissioner,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    color: #1F1F1F;
    margin: 0;
}
.card-popup__name{
    font-size: 20px;
    font-weight: 600;
}
.card-popup__text{
    font-size:14px;
}
.card__readmore{
    font-family: Commissioner,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 2px;
    margin: 0;
    text-decoration: none;
    padding: 10px 20px;
    background: #2659DC;
    width: 80%;
}
.card__readmore:hover{
    cursor: pointer;
    background: #0842d6;
}

/* Form checkbox reposition */
#form603761414 > .t-form__inputsbox{
    display:flex;
    flex-direction:column;
}


.main-banner-form > .tn-atom__form > .t-form > .t-form__inputsbox > .tn-form__submit,
.bottom-banner-form > .tn-atom__form > .t-form > .t-form__inputsbox > .tn-form__submit{
    order:2;
}
.main-banner-form > .tn-atom__form > .t-form > .t-form__inputsbox > .t-input-group_ph,
.bottom-banner-form > .tn-atom__form > .t-form > .t-form__inputsbox > .t-input-group_ph{
    margin-bottom:0 !important;
}



.t-input-group.t-input-group_cb[data-input-lid="1727946263445"]{
    order:1;
    margin-top:15px;
    margin-bottom:0;
}
.t-input-group.t-input-group_cb[data-input-lid="1727946263445"] > .t-input-block > .t-checkbox__control{
    display:flex;
    align-items:center;
}

#form597571367 > .t-form__inputsbox{
    display:flex;
    flex-direction:column;
}

.t-input-group.t-input-group_cb[data-input-lid="1727948011209"]{
    order:1;
    margin-top:15px;
    margin-bottom:0;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948011209"] > .t-input-block > .t-checkbox__control{
    display:flex;
    align-items:center;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948011209"] > .t-input-block > .t-checkbox__control > .t-checkbox__indicator{
    border: 2px solid #fff;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948011209"] > .t-input-block > .t-checkbox__control > .t-checkbox__indicator::after{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

#form599146152 > .t-form__inputsbox{
    display:flex;
    flex-direction:column;
}

.t-input-group.t-input-group_cb[data-input-lid="1727948375560"]{
    order:1;
    margin-top:15px;
    margin-bottom:0;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948375560"] > .t-input-block > .t-checkbox__control{
    display:flex;
    align-items:center;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948375560"] > .t-input-block > .t-checkbox__control > .t-checkbox__indicator{
    border: 2px solid #fff;
}
.t-input-group.t-input-group_cb[data-input-lid="1727948375560"] > .t-input-block > .t-checkbox__control > .t-checkbox__indicator::after{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

#form598342111 > .t-form__inputsbox{
    display:flex;
    flex-direction:column;
}
#form598342111 > .t-form__inputsbox > .t-form__submit{
    margin-top:0;
}
#form598342111 > .t-form__inputsbox > .t-form__errorbox-middle{
    order:2;
}


.t-input-group.t-input-group_cb[data-input-lid="1727949577431"]{
    order:1;
    margin-top:15px;
    margin-bottom:0;
}
.t-input-group.t-input-group_cb[data-input-lid="1727949577431"] > .t-input-block > .t-checkbox__control{
    display:flex;
    align-items:center;
}
.t-input-group.t-input-group_cb[data-input-lid="1727949577431"] > .t-input-block > .t-checkbox__control{
    display:flex;
    align-items:center;
}
@media screen and (max-width: 640px){
    .t-input-group.t-input-group_cb[data-input-lid="1727948011209"] > .t-input-block > .t-checkbox__control,
    .t-input-group.t-input-group_cb[data-input-lid="1727946263445"] > .t-input-block > .t-checkbox__control{
        font-size:10px;
    }
}




/* Mobile */
@media screen and (max-width: 1200px){
    .slider,
    .feedback-slider{
        scroll-behavior:inherit;
    }
    .wrapper,
    .yt-block-wrapper,
    p.feedback-label,
    p.slider-label,
    .feedback-wrapper,
    .flamp-wrapper{
        max-width:940px;
    }
    .yt-block-wrapper{
        margin-top:70px;
    }
    .t228__maincontainer {
        max-width: 980px;
    }
    .yt-vector{
        right: -15%;
    }
    img.f-star{
        right:-96px;
    }
    .card-popup-container > span{
        top:15%;
        right:10%;
    }
    .slider-top-menu{
        max-width:940px;
    }
    .feedback-slider-top-menu {
        max-width: 940px;
    }
    .card-popup{
        max-width: 880px;
    }
}
@media screen and (max-width: 960px){

    .wrapper,
    .yt-block-wrapper,
    p.feedback-label,
    p.slider-label,
    .feedback-wrapper,
    .flamp-wrapper{
        max-width:620px;
    }
    .tmenu-mobile__container{
        width: 100%;
        margin: 0 auto;
        max-width: 659px;
    }
    .slider,
    .feedback-slider{
        scroll-behavior:inherit;
    }

    .yt-vector{
        right: -15%;
    }
    img.f-star{
        right:-96px;
    }
    #m_banner-md{
        display: flex;
        flex-direction: row;
        margin: 30px auto 50px auto !important;
        padding: 30px;
        width: 100%;
        max-width: 560px;
        height: max-content;
        background: var(--banner-bg-color);
    }
    #banner,
    #m_banner
    {
        display:none;
    }

    .md-right-container, .md-right-container {
        display: flex;
        flex-direction: column;
    }
    img.banner-image-main.banner-image-main-480 {
        width: 78px;
        height: 61px;
        margin: 0 auto 80px auto;
    }


    img.banner-image-main{
        margin-bottom:14px;
    }
    .sub-label{
        width: 80%;
        text-align: center;
    }
    .banner-content{
        font-family: 'Commissioner';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        margin:0;
    }
    .banner-image{
        top: 0px;
        width: 279px;
        height: 279px;
        right: 2px;
    }
    .sub-label{
        text-align: start;
        font-family: 'Commissioner';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        color: #FFFFFF;
        margin-bottom: 50px;
        width: 290px;
    }
    .slider-top-menu{
        max-width:620px;
    }
    .feedback-slider-top-menu {
        max-width: 620px;
    }
    .card-popup{
        max-width: 620px;
    }
}
@media screen and (max-width: 640px){
    .wrapper,
    .yt-block-wrapper,
    p.feedback-label,
    p.slider-label,
    .feedback-wrapper,
    .flamp-wrapper{
        width: 95.5vw;
        margin: 0 10px;
    }
    p.slider-label{
        margin-bottom:40px;
    }
    
    .yt-block-wrapper{
        width: 95.5vw;
    }
    .banner-button{
        width:71vw;
        padding:11px;
    }
    .popup-img{
        width: 80vw;
        position: fixed;
        right: 8%;
        top: 30%;
    }
    .flamp-wrapper{
        width: 95.5vw;
        margin: 0 10px;
    }
    .tmenu-mobile__container{
        width: 100%;
        margin: 0 auto;
        padding: 20px 16px 20px 10px !important;
        max-width: 607px;
    }
    .slider,
    .feedback-slider{
        scroll-behavior:inherit;
    }
    .yt-vector{
        right: -15%;
    }
    img.f-star{
        right:-96px;
    }
    #m_banner{
        display:flex;
        margin: 30px 10px 50px 10px !important;
        padding: 30px;
        width: 85.5vw;
        height: max-content;

    }
    #banner,
    .f-star,
    .yt-vector{
        display:none;
    }
    #m_banner-md{
        display:none;
    }
    img.banner-image-main{
        margin: 0 auto 14px auto !important;
    }
    .sub-label{
        width: 80% !important;
        text-align: center !important;
        margin-bottom:14px !important;
    }
    .banner-content{
        text-align: center !important;
        margin-bottom: 22px !important;
    }
    .banner-image{
        display:none !important;
    }
    .btn-holder{
        right:-10px;
    }
    
        
    .card-popup{
        flex-direction: column;
        scale: 0.85;
        align-items: center;
    }
    .card-popup-container > span{
        top:11%;
        right:5%;
    }
    .control-btn-left,
    .s-control-btn-left,
    .f-control-btn-left{
        width: 40px;
        height: 50px;
        background: url("https://static.tildacdn.com/tild6236-3965-4339-b730-346631363031/normal_left.svg") no-repeat;
    }
    .control-btn-right,
    .s-control-btn-right,
    .f-control-btn-right{
        width: 40px;
        height: 50px;
        background: url("https://static.tildacdn.com/tild3931-3365-4563-a233-313263326663/normal_right.svg") no-repeat;
    }
    .control-btn-left:hover,
    .s-control-btn-left:hover,
    .f-control-btn-left:hover{
        width: 40px;
        height: 50px;
        background: url("https://static.tildacdn.com/tild3163-3335-4564-b931-373066323531/hover_left.svg") no-repeat;
    }
    .control-btn-right:hover,
    .s-control-btn-right:hover,
    .f-control-btn-right:hover{
        width: 40px;
        height: 50px;
        background: url("https://static.tildacdn.com/tild3038-6137-4033-b461-313064343034/hover_right.svg") no-repeat;
    }
    .slider-btn-holder {
        margin-right: 6px;
    }

}
@media screen and (max-width: 560px){
    .t702 .t-popup_show .t-popup__container {
        min-height:0px;
    }
    .slider,
    .feedback-slider{
        scroll-behavior:inherit;
    }
}
@media screen and (max-width: 480px){
    .banner-image{
        display:none;
    }
    
    .tmenu-mobile__container{
        padding: 20px 16px 20px 10px !important;
    }
    .wrapper{
        margin: 0 10px 70px 10px;
        width: 94vw;
    }

    a.btn-a {
        width: auto;
    }
    .yt-video{
        user-select: none;
        width: 95vw;
        margin-top: 85px;
    }
    p.slider-label{
        font-family: 'Commissioner',sans-serif;
        width:70vw;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin: 0 10px 25px 10px;
        color: #1F1F1F;
    }
    p.feedback-label{
        font-family: 'Commissioner',sans-serif;
        width:70vw;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin: 0 10px 15px 10px;
        color: #1F1F1F;
    }
    .card{
        margin: 0 !important;
        width:83vw;
    }
    .slider{
        padding:0 !important;
    }
    .card__readmore{
        width:75vw;
    }
    .card-description{
        width: 100%;
    }
    .name{
        word-spacing:0;
    }

    #m_banner{
        display: flex;
        height: max-content;
        width: auto;
        margin: 0 !important;
    }
    #banner{
        display:none;
    }
    #m_banner-md{
        display:none;
    }
    .banner-image{
        right: unset;
    }
    img.banner-image-main {
        margin-bottom: 30px;
    }
    .sub-label{
        width: 100%;
        font-family: 'Commissioner';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom:20px;
    }
    .banner-content{
        font-family: 'Commissioner';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #FFFFFF;
    }
    .m-banner-container{
        width: 100%;
        margin: 0 10px;
        max-width: 94.5vw;
    }
    .feedback-wrapper {
        margin: 0 10px 30px 10px;
        width: 94vw;
        height: max-content;
    }
    .feedback-img{
        width:85vw;
        height:85vw;
    }

    .yt-block-wrapper{
        width: 94vw;
        margin: 0 10px;
    }
    .yt-vector{
        display:none;
    }
    .f-star{
        display:none;
    }
    .yt-title{
        top:83px;
        font-family: 'Commissioner',sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;

        color: #1F1F1F;
    }
    .popup-img {
        position: fixed;
        top: 30%;
        width: 80vw;
        right: 8%;
    }
    .btn-holder{
        right: -10px;
        gap:0;
        top:77px;
    }
    /*.control-btn-left{*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    background: url("https://static.tildacdn.com/tild6236-3965-4339-b730-346631363031/normal_left.svg") no-repeat;*/
    /*}*/
    /*.control-btn-right{*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    background: url("https://static.tildacdn.com/tild3931-3365-4563-a233-313263326663/normal_right.svg") no-repeat;*/
    /*}*/
    /*.control-btn-left:hover{*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    background: url("https://static.tildacdn.com/tild3163-3335-4564-b931-373066323531/hover_left.svg") no-repeat;*/
    /*}*/
    /*.control-btn-right:hover{*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    background: url("https://static.tildacdn.com/tild3038-6137-4033-b461-313064343034/hover_right.svg") no-repeat;*/
    /*}*/


    #rec595980695 [data-elem-id="1685359880771"] .t-submit,
    button.t-submit{
        width: 100% !important;
    }
    .flamp-wrapper{
        margin: 0 10px;
        width: 94vw;
    }
    .slider,
    .feedback-slider{
        scroll-behavior:inherit;
    }
    
    
    .card-popup-container > span {
        top: -4px;
        right: 16px;
        /* color: black; */
        z-index: 999;
    }
    .card-popup {
        scale: 0.9;
    }
    .card-popup-container{
        z-index:990;
    }
    .slider-top-menu {
        flex-direction:column;
    }

}
.slider,
.feedback-slider{
    scroll-behavior:smooth;
}


.rusprofile-a-wrapper{
    display:block;
    overflow:hidden;
    border:0 none !important;
    transform:translateY(-7px)
}

.rusprofile-img{
    border: none;
    vertical-align: top;
    transform:translateY(-50px)
}


@media screen and (max-width: 1200px){
    .rusprofile-a-wrapper{
        transform:translateY(3px)
    }
}
@media screen and (max-width: 960px){
    .rusprofile-a-wrapper{
        transform:translate(10px,-5px)
    }
}
@media screen and (max-width: 640px){
    .rusprofile-a-wrapper{
        transform: translate(0px,5px);
    }
}
@media screen and (max-width: 480px){
    .rusprofile-a-wrapper{
        transform:translate(0px,0px);
    }
    .tn-elem__5966251331733935981602{
        left:3px !important;
    }
}
@media screen and (max-width: 320px){
    .rusprofile-a-wrapper{
        transform:translate(30px,-5px);
    }
}










