*::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

*:-moz-placeholder {
  color: #666;
  opacity: 1
}

*::-moz-placeholder {
  color: #666;
  opacity: 1
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

a:hover {
  text-decoration: none !important
}

.benefits .data a:hover {
  color: #fff000 !important
}

.providers {
  padding: 0;
  margin: 0;
  max-width: 100%
}

.providers .soft {
  padding: 0;
  width: 100%
}

.providers ul {
  display: block;
  padding: 0;
  text-align: center
}

.providers ul li {
  display: inline-block;
  margin: 5px 10px
}

.providers ul li img {
  width: 50px
}

.p-logos:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  top: 22px;
  left: 15px;
  background-image: url(../../img/left-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1
}

.p-logos:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  top: 22px;
  right: 15px;
  background-image: url(../../img/right-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1
}

ul.anime:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(-180px)
  }

  100% {
    -webkit-transform: translateX(0px)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(-180px)
  }

  100% {
    transform: translateX(0px)
  }
}

#toTop {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 33px;
  right: 33px
}

#toTop img {
  max-width: 100%;
  cursor: pointer
}

.carts__flag-befor {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateX(-15px);
  z-index: 2
}

.carts__flag-main {
  position: absolute;
  top: -5px;
  left: 0;
  transform: translateX(-15px);
  padding: 2px 15px;
  box-shadow: 0 1px 3px 0 #474545b3;
  border-radius: 3px 3px 3px 1px;
  line-height: 1;
  z-index: 2;
  width: max-content
}