.CVbtn {
    margin: 10px;
    padding: 1.5em 1.5em;
    position: relative;
    float: right;
    text-align: center;
    display: inline-block;
    font-size: 40px;
    text-decoration: none;
    color: #fff;
    background: #BDB76B;
    background-image: linear-gradient(45deg, #fff 0%, #ECECEC; 100%);
    transition: .4s;
  }

  .CVbtn:hover {
    background: #f4f4f4;
    color: #FF5192;
  }

.CVbtn >a{
text-align: right;
}


.btn-open {
  display: inline-block;
  width: 180px;
  height:40px;
  text-align: center;
	border-radius: 5%;
  background-color: #FF5192;
	background-color: #40cbfa;
  font-size: 14px;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF5192;
	border: 2px solid #40cbfa;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: 	#40cbfa;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp_point {
	position: relative;
	margin: 40px 0 30px;
	padding: 45px 20px 15px 40px;
	background: #fcecec;
	border: 1px solid #da3c3c;
	border-radius: 4px;
}
.cp_point:before,.cp_point:after {
	position: absolute;
	display: block;
}
ul.cp_point:before {
	content: attr(title);
	top: -2px;
	left: 0.5em;
	width: auto;
	height: auto;
	padding: .3em 1em;
	background: #da3c3c;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	border-bottom: 2px dotted #fcecec;
}
.cp_point li {
	position: relative;
	list-style-type: none;
}
.cp_point li::before {
	position: absolute;
	top: .25em;
	left: -1.3em;
	font-family: FontAwesome;
	content: "\f00c ";
	color: #da3c3c;
}

.slider>img{
  width:100px;
	height:200px;
}


.slider ul{
	margin:80px;
  margin-left: 18%;
	padding:0;
	list-style:none;
}

.slider ul li{
	position:absolute;
	top:150px;
	animation-iteration-count:infinite;
	animation-duration:24s;
}


.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-2s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:4s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:8s;
	opacity:0;
}
.slider ul li:nth-child(4){
	animation-name:slider;
	animation-delay:12s;
	opacity:0;
}

.slider ul li:nth-child(5){
	animation-name:slider;
	animation-delay:16s;
	opacity:0;
}

.slider ul li:nth-child(6){
	animation-name:slider;
	animation-delay:20s;
	opacity:0;
}

.slider ul li:nth-child(7){
	animation-name:slider;
	animation-delay:24s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}
}
