.knopka_siniya {
  background: #7f8eab;
  color: #fff;
box-shadow: 0 4px 12px rgba(0,0,0,.09);
}
.knopka_siniya:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,.09);
}
.knopka_siniya {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  padding: 18px 30px;
  font-weight: 500;
  border-radius: 50px;
  line-height: 1;
  border: 0;
  min-height: 60px;
  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;
}
.padding20{
padding: 20px;
}

.dolgi{
  position: relative;
  padding: 20px 40px 20px 40px;
  text-align:center;
}
.dolgi .back_image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(0.6);
  transition: opacity .3s;
}
.dolgi:hover .back_image{
  opacity: 0;
}

.dolgi .spisano{
color:#898989;
font-size:14px;
margin-bottom:10px;
}

.dolgi .summa{
color:#000;
font-size:14px;
margin-bottom:10px;
}

.dolgi .dolgtext{
color:#898989;
font-size:14px;
margin-top:10px;
}





.knopka_dolgi {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  padding: 10px 30px;
  font-weight: 500;
  border-radius: 50px;
  line-height: 1;
  border: 0;
  min-height: 40px;
  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;
}
.knopka_dolgi {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #7f8eab;
  border:1px solid #7f8eab;
}


.owl-carousel .owl-item .dolgi img {
  display: initial;
  width: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .steps.slider_buttons{
    display: none;
  }
}

.slider_buttons{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.slider_buttons .btn{
  width: 15px;
  height: 18px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.slider_buttons .left{
  background-image: url(/upload/arrow.svg);
  transform: rotate(180deg);
}
.slider_buttons .right{
  background-image: url(/upload/arrow.svg);
}


.textsize14{font-size:25px;margin-top:40px;}

.prices {
	padding: 200px 0;
}







.owl-carousel.owl-drag .owl-item {
	box-shadow: 0 4px 12px rgba(0,0,0,.09);
  border-radius:10px;
}
.owl-stage{
	padding-top: 10px;
	padding-bottom: 10px;
}

.reasons {
  background: #f8f8f8;
  padding: 0px 0 90px;
}


.line {
  --color: #7F8EAB;
  --size: 10px;
  position: relative;
  width: 120px;
  height: 2px;
  background: var(--color);
  transition: 0.2s ease;margin-top: 9px;
}

.bullet {
  width: var(--size);
  height: var(--size);
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px solid var(--color);
  border-top: 1px solid var(--color);
  transform: translateY(-50%) rotate(45deg);
}

.row-medium .col-lg-3{

padding-right: 0px;
width:0%;
flex:0%;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-item img{
    width: 50px;
  }
  .row-medium .col-lg-3{
    padding-right: unset;
    width: unset;
  }
  .steps__item{
    margin: 0 !important;
  }
  .row-medium{
    margin: 0 !important;
  }
}


.taimer{
  margin-bottom: 30px;
}