.go-telegram-block {
    position: fixed;
    z-index: 180;
    width: 250px;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.go-telegram-close {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.go-telegram-close img {
    opacity: .4;
}

.go-telegram-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.go-telegram-title {
    font-size: 14px;
    font-weight: 600;
}

.go-telegram-small-desc {
    font-size: 10px;
    color: #888;
    margin-top: 10px
}

.go-telegram-image {
    text-align: center;
    margin: 10px 0;
}

.go-telegram-image img {
    width: 150px;
}

.go-telegram-big-desc {
    font-size: 12px;
    text-align: center;
}

.go-telegram-big-desc a {
    color: rgb(61, 139, 216);
}

.go-telegram-block.closed {
    cursor: pointer;
}

.go-telegram-btn {
    position: fixed;
    right: 0;
    font-size: 10px;
    width: 123px;
    border-radius: 11px 0 0 11px;
    border: 1px solid #d9d9d9;
    padding: 6px;
    background-color: rgb(255 255 255 / 70%);
    z-index: 150;
    cursor: pointer;
    bottom: 45%;
}

.go-telegram-btn-name {
    font-weight: 600;
}

@media (max-width: 500px) {
    .go-telegram-block {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
}

/*@media (max-width: 500px) {*/
/*    .go-telegram-block {*/
/*        right: 0;*/
/*        left: auto;*/
/*    }*/

/*    .go-telegram-block.opened {*/
/*        right: 10px;*/
/*    }*/
/*    .go-telegram-block.closed {*/
/*        right: 0;*/
/*        bottom: 100px;*/
/*        width: 122px;*/
/*        opacity: 0.7;*/
/*    }*/
/*    .go-telegram-block.closed .go-telegram-content {*/
/*        padding: 10px;*/
/*        border-radius: 11px 0 0 11px;*/
/*    }*/
/*    .go-telegram-block.closed .go-telegram-title {*/
/*        font-size: 10px;*/
/*    }*/
/*}*/