@font-face { font-family: 'Roboto'; src: url('/fonts/Roboto.ttf') format('truetype'),font-family: 'Rubik'; src: url('/fonts/Rubik.ttf') format('truetype'); }  
@import url(font-awesome.min.css);

body {
	font-family: 'Roboto', Arial, sans-serif; 
}

h1{
	font-family: 'Rubik', Arial, sans-serif; font-weight: 700; 
}



.itc-slider-item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  max-height: 320px;
  min-height: 320px;
}

.block-price{
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  //text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin: 5px
}

.block-price:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.button-phone {
  margin-top:10px;
  padding: 0.5em;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #FFF;
}

.button-phone:hover{
	color: black;
	background-color: white;
	outline: none;
	text-decoration: none;
	
}

#button1 {
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  
  /*Переход*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  

}  
#button1:hover {
  width: 200px;
}

.telegram-button {
    position: fixed;
	right: 20px;
	bottom: 75px;
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 50px; /*ширина кнопки*/
    height: 50px; /*высота кнопки*/
    color: #fff;
    text-align: center;
	background-image: url(/templates/pominki/images/tgam.png);
    line-height: 50px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}

.whatsapp-button {
    position: fixed;
	right: 20px;
	bottom: 130px;
    background:  #28D146; /*цвет кнопки*/
    border-radius: 50%;
    width: 50px; /*ширина кнопки*/
    height: 50px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 50px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}

.max-button {
    position: fixed;
	right: 20px;
	bottom: 185px;
    border-radius: 50%;
    width: 50px; /*ширина кнопки*/
    height: 50px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 50px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
	background-image: url(/templates/pominki/images/max.jpg);
}

.whatsapp {
	float: left;
	background:  #28D146; /*цвет кнопки*/
    border-radius: 50%;
    width: 50px; /*ширина кнопки*/
    height: 50px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 50px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
	margin-bottom: 20px;
}

a.pulse-glow:hover {
  text-decoration: none;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(52, 152, 219, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
}

.widgetBadge {
  //display: block;
  width: 150px;
  height: 50px;
}