.blog-anonces {
  background: #fff;
  padding: 40px 0;
  margin: 40px 0;
}

.blog-anonces .anonces-slider {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.blog-anonces .left-side {
  width: 200px;
}

.blog-anonces .center-side {
  flex: 1;
  position: relative;
  padding: 0 240px 0 0;
}

.blog-anonces .anonces-paginator {
  width: 100px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0 auto;
}

.blog-anonces .anonces-post-container {
  flex: 1;
  position: relative;
  width: 840px;
}

.blog-anonces .anonces-post-container .post {
  height: 370px;
  position: relative;
  background: #bcbcbc;
  border-radius: 16px;
  overflow: hidden;
}

.blog-anonces .anonces-post-container .post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-anonces .anonces-post-container .post-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.blog-anonces .anonces-post-container .h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
  padding: 40px 80px 40px 40px;
}

.blog-anonces .anonces-toolbar .buttons {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.blog-anonces .anonces-toolbar .buttons .btn {
  width: 50%;
  display: flex;
  flex: 50%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 18px 0;
  position: relative;
  transition: color 240ms ease-out;
}

.blog-anonces .anonces-toolbar .buttons .btn:hover {
  color: #000;
}

.blog-anonces .anonces-toolbar .buttons .btn-left .material-icons:before {
  content: "keyboard_arrow_left";
  font-size: 36px;
}

.blog-anonces .anonces-toolbar .buttons .btn-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #e1e1e1;
  right: 0;
}

.blog-anonces .anonces-toolbar .buttons .btn-right .material-icons:before {
  content: "keyboard_arrow_right";
  font-size: 36px;
}

.blog-anonces .anonces-toolbar .title {
  line-height: 21px;
  font-weight: 500;
  font-size: 16px;
}

.blog-anonces .anonces-toolbar .toolbar-content-slide {
  opacity: 0;
  transition: opacity 240ms ease-out;
  max-height: 0;
  overflow: hidden;
}

.blog-anonces .anonces-toolbar .toolbar-content-slide.-active {
  opacity: 1;
  max-height: 9999px;
}

.blog-anonces .anonces-footer .h3 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
}

.blog-anonces .anonces-footer .h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  left: 0;
  bottom: -16px;
  background: #ca3735;
}

.blog-anonces .anonces-footer .text {
  color: #808080;
  font-weight: 400;
  font-size: 15px;
  max-width: 450px;
  line-height: 1.4;
}

.blog-anonces .anonces-toolbar {
  width: 230px;
  background: white;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0px 3px 25px rgba(97, 37, 37, 0.1), 0px 3px 30px 0 rgba(148, 93, 93, 0.1);
}

.blog-anonces .anonces-toolbar .toolbar-content {
  height: 250px;
  overflow: auto;
  padding: 0 20px 20px;
}

.blog-anonces .anonces-toolbar .toolbar-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 9px #fff;
  box-shadow: 0 0 14px 9px #fff;
  z-index: 1;
}

.blog-anonces .anonces-toolbar .toolbar-content .text {
  font-size: 14px;
  line-height: 18px;
  color: #353535;
}

.blog-anonces .anonces-toolbar .toolbar-content .learn-more {
  font-size: 16px;
}

.blog-anonces .anonces-paginator .btn {
  color: inherit;
  background: rgba(255, 255, 255, 0);
  height: 70px;
  width: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  text-decoration: none;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  position: relative;
  margin-bottom: -22px;
}

.blog-anonces .anonces-paginator .btn:hover span {
  color: #000;
}

.blog-anonces .anonces-paginator .btn span {
  color: #626262;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}

.blog-anonces .anonces-paginator .btn:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px 0 0 12px;
  background: #de3533;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  opacity: 0;
}

.blog-anonces .anonces-paginator .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0);
  width: 46px;
  height: 46px;
  border-radius: 100%;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}

.blog-anonces .anonces-paginator .btn.-active {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0px -30px 32px rgba(0, 0, 0, 0.1), 0 4px 30px rgba(0, 0, 0, 0.14),
    0 14px 22px 0 rgba(148, 93, 93, 0.2);
}

.blog-anonces .anonces-paginator .btn.-active span {
  color: #ca3537;
}

.blog-anonces .anonces-paginator .btn.-active:before {
  background: white;
}
