.telegram{
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background: #000000;
    border: none;
    padding: 1px;
    box-shadow: 0 0 10px var(--theme-deafult);
    opacity: 0.8;
    transition: all 0.3s ease;
}
.gradient-green-dark {
    border: none;
    background-image: linear-gradient(to bottom, #599917, #31471a);
}
.gradient-orange-dark {
    border: none;
    background-image: linear-gradient(to bottom, #993517, #47221a);
}
.gradient-yellow-dark {
    border: none;
    background-image: linear-gradient(to bottom, #857b07, #473b1a);
}
.gradient-yellow2-dark {
    border: none;
    background-image: linear-gradient(to bottom, #d16f0b, #473b1a);
}

.bgs-1 {
  background-image: url(./images/bg/slider1.png);
}

.bgs-2 {
  background-image: url(./images/bg/slider2.png);
}

.bgs-3 {
  background-image: url(./images/bg/slider3.png);
}

.bgp-1 {
  background-image: url(./images/bg/p1.png);
}

.bgp-2 {
  background-image: url(./images/bg/p2.png);
}

.bgp-3 {
  background-image: url(./images/bg/p3.png);
}

.color-bg-gold{
  background-color: #d69e05;
}
.color-border-gold{
  background-color: #d69e05;
}
.color-font-gold{
  background-color: #d69e05;
}

.bgb-1 {
  background-image: url(./images/bg/b1.png);
}
.icon2{
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}