.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arrow-left,
.arrow-right {
    cursor: pointer !important;
}

.arrow-left .tn-atom, .arrow-right .tn-atom {
    background-size: 15px;
    background-repeat: no-repeat;
}
.arrow-right .tn-atom {
    background-position: 28px center !important;
    background-image: url( '' ) !important;
}
.arrow-left .tn-atom {
    background-position: 22px center !important;
    background-image: url( '' ) !important;
}

@media screen and (max-width: 639px) { 
    .arrow-left .tn-atom, .arrow-right .tn-atom {
        background-size: 9px;
    }

    .arrow-left .tn-atom {
        background-position: 17px center !important;
    }
    
    .arrow-right .tn-atom {
        background-position: 19px center !important;
    }
}



.btn-tg .tn-atom {
    padding-left: 20px;
}

.btn-calculate .tn-atom {
    padding-left: 34px;
}

.btn-tg .tn-atom::after, .btn-calculate .tn-atom::after, .btn-tg-md .tn-atom::after, .btn-tg-sm .tn-atom::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    transform: translateY(50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.btn-tg .tn-atom::after, .btn-tg-md .tn-atom::after, .btn-tg-sm .tn-atom::after {
    margin-top: 2px;
    width: 24px;
    height: 21px;
    background-image: url(https://static.tildacdn.com/tild3839-6164-4963-b031-373165383965/telegram.svg);
}


.btn-tg-md .tn-atom {
    padding-left: 16px; 
}

.btn-tg-md .tn-atom::after {
    margin-top: 6px;
    left: 33px;
}

.btn-calculate .tn-atom::after {
    margin-top: 3px;
    margin-left: -5px;
    width: 27px;
    height: 26px;
    background-image: url(https://static.tildacdn.com/tild6332-3633-4731-a566-333833343237/calc_gray.svg);
}

.t-img-select__indicator {
    background-position: center;
}

.t-img-select__container .t-text_xs {
    font-size: 12px !important;
}

.t-img-select__container {
    margin-top: 0!important;   
}

.btn-close-popup:hover {
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .btn-tg-md .tn-atom::after {
        left: 27px;
    }
}


@media screen and (max-width: 640px) {
    .btn-tg-sm .tn-atom {
        padding-left: 18px;    
    }
    
    .btn-tg .tn-atom {
        padding-left: 26px;
    }
    
    .btn-tg-sm .tn-atom::after,
    .btn-tg .tn-atom::after {
        left: 18px;
        width: 18px;
    }
    
    .btn-tg-sm .tn-atom::after {
        margin-top: 3px;
        left: 12px;
        height: 15px;
        width: 15px;
    }
    
    .btn-tg-md .tn-atom::after {
        left: 24px;
    }
    
    .btn-calculate .tn-atom {
        padding-left: 30px;
    }
    
    .btn-calculate .tn-atom::after {
        margin-top: -2px;
    }
}