.priem-f:hover i {
    color: #FFD800;
}
.priem-f:hover span {
    color: #FFF;
}
.pol-knop a {
    background: linear-gradient(to bottom, #ffc600, #F2B900);
}
#fix-tel{
	position:fixed;
		top:95vh;
	right:5vw;
	z-index:9999;
}
.eael-pricing-item{
	height:700px!important;
}
.eael-pricing-item .body{
	height:360px;
}
.eael-pricing-item .header{
	height:135px;
}
@media only screen and (max-width: 900px) {
	#fix-tel{
	right:12vw;
	top:97vh;
}
}

/* Форма */

.name-box input, .tel-box input {
	width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #ffff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.wpcf7-not-valid-tip {
	margin-top:-30px;
	margin-bottom: 30px;
	
}

.wpcf7 .wpcf7-form-control.wpcf7-submit{
	font-family: "Russo One", Sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 26px 15px 26px 15px;

	 background: linear-gradient(to bottom, #ffc600, #F2B900);
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:90%;
	width:300px;
	border:1px solid #ffc600
}

.wpcf7 .wpcf7-form-control.wpcf7-submit:hover{
	background: linear-gradient(to bottom, #fff, #FFF);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

/* Форма */

a.btn-styled.btn-podobrat{
	text-decoration: inherit;
	font-family: "Russo One", Sans-serif;
    font-size: 20px;
    text-transform: uppercase;
		margin-left: auto;
    margin-right: auto;
    width: 20em;
		text-align:center
}



/* Кнопка */
a.btn-styled {
	position: relative;
  display: block;
  padding: 10px 20px;
  color: #FFD800;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 2px
} 

a.btn-styled:hover {
 		background: #FFD800;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ffd800, 0 0 25px #ffd800, 0 0 50px #ffd800, 0 0 100px #ffd800;
}

a.btn-styled span {
  position: absolute;
  display: block;
}

a.btn-styled span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD800);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

a.btn-styled span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #FFD800);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

a.btn-styled span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #FFD800);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}
a.btn-styled span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #FFD800);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

/* Кнопка */