@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
.scheduler-samples-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background-color: #2d333f;
}

.link-block {
  display: flex;
}

.link-block_link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 36px;
  width: 36px;
  padding: 7px;
  text-decoration: none;
  transition: all .3s
}

.link-block_link--prev {
  transform: rotate(180deg);
  margin-right: 12px;
}

.inactive {
  pointer-events: none;
  opacity: 0.5;
}

.link-block_link svg> path {
  transition: all .3s;
}
.link-block_link:hover {
  border-color: #03a9f4;
}
.link-block_link:hover svg> path {
  fill: #03a9f4;
}

.description {
  font: 17px Arial,Helvetica;
  color:white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description_name {
  color: #2D8EB6;
  position: relative;
  padding: 5px 0;
  padding-right: 20px;
  border-right: 5px solid #2D8EB6;
  margin-right: 20px;
  max-width: 300px;
}

.description_about-sample {
  font-size: 12px;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;

}

.description_text {
  font-size: 12px;
  color:#949292;
  max-width: 800px;
}

.scheduler-samples-banner__text{
  color: hsla(0,0%,100%,.8);
  font: 500 15px "Roboto", Arial, Tahoma, Verdana, sans-serif;
  padding: 0 30px;
}

.scheduler-samples-banner_trial-link {
  flex: 0 0 auto;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 6px 28px;
  border-radius: 2px;
  font-family: "Roboto",Arial,Tahoma,Verdana,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  cursor: pointer;
  color: #fff;
  border-radius: 32px;
  text-decoration: none;
  text-transform: capitalize;
  background: #0288d1;
  transition: background .2s ease-in-out;
}

.scheduler-samples-banner_trial-link:hover {
  background: #027abc;
}
