@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

.slider-wrap {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
	.slider-wrap {
		display: none;
	}
}
@media screen and (max-width: 470px) {
	.slider-wrap {
		display: none;
	}
}
.slider-wrap .slider-2108 {
  position: absolute;
  width: 100%;
  left: 10px;
  top: -10px;
}

.slider-item {
  width: 653px;
  padding: 20px 0 25px 15px;
  border-radius: 10px;
  background: #1779BC;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-item .animation-card_image {
  max-width: 180px;
  max-height: 100px;
  display: flex;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
.slider-item .animation-card_image img {
  width: 180px;
  height: 100px;
  border-radius: 0;
  object-fit: cover;
}
.slider-item .animation-card_content {
  width: 100%;
  max-width: 500px;
  margin-left: 10px;
  font-family: montserrat,Sans-serif;
}
.slider-item .animation-card_content .animation-card_content_title {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 18px;
  margin-top: 10px;
  margin-right: 15px;
  text-align: justify;
}
.slider-item .animation-card_content .animation-card_content_description {
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin-top: 10px;
  margin-right: 15px;
  text-align: justify;
}
.slider-item .animation-card_content .animation-card_content_city {
  font-size: 11px;
  margin: 7px 0 0 0;
  font-size: 10px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #c4c4c4;
}