.page-top, .left-menu-md, .right-menu-md{display:none !important;}
.content-md{width:100%;}
@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
@media (min-width: 1200px) {
    section .container {
        max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
    }
}

.desc-overflow {
max-width: 1320px;
margin-right: auto;
    margin-left: auto;
	}
}

.justify-content-center {
	display: flex;
    justify-content: center !important;
}

.back-to-cases .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.uppercase-text {
	text-transform: uppercase;
}
.white {
	background-color: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	margin: 15px;
    padding: 15px 25px;
}
.red {
color: #fb2e2e;	
}
.redleft {
border-left: 10px solid #FF3334;	
}
.yellowleft {
border-left: 10px solid #ffdd13;	
}
.blueleft {
border-left: 10px solid #91d1f7;	
}
.greenleft {
border-left: 10px solid #1edf4f;	
}
.vkuileft {
border-left: 10px solid #447bba;	
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters-price,
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters-price li,
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters-price li:hover, .portfolio #portfolio-flters-price li.filter-active,
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
  font-weight: bold; 
  transform: scale(1.1); 
  transition: all 0.3s ease; 
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #FF3334;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FF3334;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF3334;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 360px);
  position: relative;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FF3334;
}

#hero h2 {
  color: #FF3334;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #FF3334;
  color: #FF3334;
}

#hero .btn-get-started:hover {
  background: #fff;
  border-color: #fff;
}

@media (max-width: 1024px) {
  #hero {
    background: none;
  }
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-top: 80px; 
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
	font-size: 28px;
	font-weight: 400;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#map-full .container {
    transition: all ease-in-out 0.3s;
}
#map-full .container .box {
padding: 0;
position: relative;
}
.hr-line {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px solid #444444;
    position: absolute;
}
.section-title .pre-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #FF3334;
	margin-bottom: 15px;
}
#portfolio .portfolio-container .box {
  background-color: white;
  padding: 15px;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  transition: transform 0.3s ease-in-out;
  height: 320px;
  position: relative;
}

#portfolio .portfolio-container .box:hover {
  cursor: pointer;
  transform: scale(1.05); 
}

.custom-h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-align: center; 
  margin-top: 20px;
  border-bottom: 3px solid red; 
  padding-bottom: 20px;
}

#portfolio .portfolio-container .box p {
  font-size: 1rem;
  line-height: 1.5rem; 
  margin-bottom: 0.5rem;
}
#portfolio .portfolio-container .box .bx.bxs-up-arrow-alt {
vertical-align: middle;
}
#tools .col-block {
	display: flex;
}
#tools .col-block .white p {

}

.bold-text {
  font-weight: bold;
}

.pseudo-button {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 8px 16px;
  background-color: white;
  color: red;
  border: 2px solid red;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
}

.pseudo-button:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.badge {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background-color: #fff; 
  padding: 5px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
}

.badge img {
  height: 40px;
  margin-right: 5px;
}

#seo-logo {
  width: 20px;
  height: 10px;
}

img {
  margin: 10px;
  width: 100%;
}
.map-full img {
display: none;
}
@media screen and (max-width: 1024px) {
  .images-row {
    flex-wrap: wrap;
  }

  .images-row img {
    max-width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .images-row img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
	.col-sm-6 {
	width: 50%;	
	}
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
	margin-left: 12px;
    margin-right: 12px;
  }
  .section-title span {
    font-size: 38px;
  }
  #map {
	height: 57vh;
	opacity: 0.25;
  }
  #map-full .container.aos-init {
    top: 5%;
    left: 30px;
    z-index: 1;
}
#url {
	margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #FF3334;
	width: 90%;
}
#map > img {
	height: 100%;
	}
.section-tools img {
	width: 70%;
}
  .desc-overflow {
	background: #F5F5F5;
	margin-top: 20px;
	}
.desc-overflow .container {
	position: relative;
	} 
.white {
	height: auto;
	background: white;
    padding: 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
	}

#map-full > div.desc-overflow > div > div > div:nth-child(1) > hr {

	}	
#map-full > div.desc-overflow > div > div > div:nth-child(2) > hr {

	}
#projects .white {
	height: calc(100% - 170px);
	}	
}


@media (min-width: 768px) and (max-width: 1200px) {
	.col-md-6 {
		width: 50%;
	}
	.col-md-4 {
		width: 33%;
	}
  #map {
	height: 340px;
	opacity: 0.25;
  }
  #map-full .container.aos-init {
    top: 20%;
    left: 15%;
    z-index: 1;
}
#url {
	margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    color: #FF3334;
}
.section-tools img {
	width: 70%;
}
.desc-overflow .container {
	position: relative;
    margin-top: -50px;
    background: white;
	}	
}
@media (min-width: 1200px) {
  #map {
	height: 450px;
	opacity: 0.25;
  }
  #map-full .container.aos-init {
    top: 24%;
    left: 17%;
    z-index: 1;
}
#url {
	margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #000000;
}
.section-tools {
	margin-left: 20% !important;
    margin-right: 20% !important;
	margin-bottom: 20px !important;
}
.section-tools img {
	max-height: auto;
}
.desc-overflow .container {
	position: relative;
    margin-top: -100px;
	}
	
}


#rejoinder .form-control {
	margin: 10px;
}
#submit_form_OM {
	font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #FF3334;
    color: #FF3334;
}
#submit_form_OM:hover {
	background: #fff;
    border-color: #fff;
}

@media (max-width: 575px) {
.services .box .white {
    min-height: 640px;
	}
	.section-title p {
    font-size: 18px;
	}
	#rejoinder .col-xs-12 {
	width: 96%;
	}
}
@media (min-width: 575px) {
	#submit_form_OM {
	margin-left: 45%;
    margin-right: 45%;
	}
}


/*--------------------------------------------------------------
# all-cases
--------------------------------------------------------------*/
.owl-carousel-item {
	margin: 10px;
}
.owl-carousel-item-img {
	overflow: hidden;
    height: 180px;
}
.owl-carousel-item-title {
	font-weight: bold;
    margin-top: 10px;
}
.owl-carousel-item-img img {
	width: 100%;
}
#all-cases .bx:before {
    color: #444444;
    font-size: 55px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: none;
}

/*--------------------------------------------------------------
# back-to-cases
--------------------------------------------------------------*/

.back-to-cases {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-cases .btn-primary {
  background-color: white;
  color: red;
  border: 2px solid red;
  padding: 10px 20px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
}

.back-to-cases .btn-primary:hover {
  transform: scale(1.1);
  background-color: red;
  color: white;
  border: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  min-height: 170px;
}

.contact .info-box i {
  font-size: 32px;
  color: #FF3334;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #FF3334;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #FF3334;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e82d2d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: url(/assets/img/footer_img.jpg);
background-size: cover;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #FF3334;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #FF3334;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FF3334;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #FF3334;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

#question_section .box ul {
	font-size: 14px;
    margin-top: 20px;
    padding-left: 0;
}
#question_section .box li {
	margin-bottom: 10px;
}
#question_section .box h4 {
	font-weight: bold;
    color: #FF3334;
}

#question_section .box .bx:before {
	color: #FF3334;
    font-size: 64px;
}

.roi-list li::marker {
  content: url(/heart.svg);
  content: url(#heart);
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24' width='24'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='none' stroke='red' stroke-width='3'/></svg>");
}
#question_section ul li::marker {
	color: #FF3334;
}

.cases-analytics article img {
	width: 100%;

}
.cases-analytics article p.article-img {
	width: 50%;
	margin-left: 25%;
    margin-right: 25%;
	text-align: center;
}
.cases-analytics table p {
	text-align: center;
}

.prices tr {
	font-size: 0.9rem;
    line-height: 1.5rem;
}
.prices p {
	margin: 1rem;
}

@media (max-width: 575px) {

 section {
	padding-top: 0;
	}	

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

	.light-box {
		display: none;
	}
	.hidden-xs {
		display: none !important;
	}
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
 .portfolio .portfolio-item {
    text-align: center;
} 
#question_section .box li {
    list-style: none !important;
	}

#question_section .box.box-with-icon {
	padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
	margin-bottom: 12px;
	}
#rewards img {
	margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
	}	
}
@media (min-width: 576px) {
#pricing .aos-animate {
	display: flex;
	}
	.pricing .box {
	min-height: 380px;
}
#question_section .box.box-with-icon {
	min-height: 230px;
}
#question_section .box {
	min-height: 380px;
	padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
#question_section .header_box {
	min-height: 95px;
	margin-top: 20px;
}
#question_section .icon-box .header_box {
	margin-top: 20px;
}
#question_section .icon-box {
	margin-top: 20px;
}
.why-us .box {
    min-height: 630px;
}
.services .icon-box {
    min-height: 430px;
}
#rewards img {
    margin-left: 30%;
	}
}

.btn_link {
	background: #FF3334;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
	margin-top: 20px;
}

.tn-atom {
	display: table-cell;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #949494;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 2px 2px 20px 0px rgba(223, 223, 223, 0.7);
	padding: 2px 7px;
}



.telegram-button {
  padding: 10px;
  width: 150px; 
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  margin-top: auto;
}

.telegram-button:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
