#pin {
  -moz-appearance: textfield;
}
#pin::-webkit-inner-spin-button {
  display: none;
}

a {
  text-decoration: none !important;
  border-bottom: 1px dotted #d6deff !important;
}

nav a {
  border: none !important;
}

.gif-block {
  overflow: hidden;
  /* box-shadow: 0px 0px 30px 0px rgb(87 87 87 / 7%); */
  margin-top: 40px;
}

.gif-block img {
  width: 100%;
  border-radius: 10px;
}

.blur-block {
  width: 360px;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 30px 0px rgb(87 87 87 / 7%);
  border-radius: 10px;
  position: absolute;
  margin-top: 102px;
  margin-left: -105px;
}

.blur-block-2 {
  width: 360px;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 30px 0px rgb(87 87 87 / 7%);
  border-radius: 10px;
  position: absolute;
  margin-top: 348px;
  margin-left: 940px;
}

.blur-box {
  background: #3459e6;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  font-size: 26px;
  text-align: center;
  padding-top: 4px;
  color: #fff;
}

.blur-box-d {
  background: #3459e6;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
}

.blur-text {
  float: left;
  font-size: 14px;
  padding-left: 18px;
  width: 70%;
  padding-top: 23px;
}

.alert {
  font-size: 14px;
}

.card { box-shadow: none; }

.card-text {
  font-size: 14px;
  max-width: 80%;
}

.pay-desc p {
  font-size: 14px;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    border: none;
    background: none;
    font-size: 18pt;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #3459e6;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.dots {
  filter: url(#gooeyness);
  padding: 30px;
}

.dot {
  background: white;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

.dot:first-child {
  animation: FirstDot 3s infinite;
}

.dot:nth-child(2) {
  animation: SecondDot 3s infinite;
}

.dot:nth-child(3) {
  animation: ThirdDot 3s infinite;
}

.dot:nth-child(4) {
  animation: FourthDot 3s infinite;
}

.dot:nth-child(5) {
  animation: FifthDot 3s infinite;
}

@keyframes FirstDot {
  0% {
    transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(2.5) translateX(0);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  83% {
    transform: scale(1) translateX(240px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes SecondDot {
  0% {
    transform: translateX(0px);
  }
  27% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  81% {
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes ThirdDot {
  0% {
    transform: translateX(0px);
  }
  29% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0px);
  }
  79% {
    transform: translateX(120px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes FourthDot {
  0% {
    transform: translateX(0px);
  }
  31% {
    transform: translateX(-160px);
  }
  50% {
    transform: translateX(0px);
  }
  77% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes FifthDot {
  0% {
    transform: scale(1) translateX(0);
  }
  33% {
    transform: scale(1) translateX(-220px);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  75% {
    transform: scale(2.5) translateX(0);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

h1 {
  font-family: 'Inter';
  font-weight: bold;
  color: #202b57;
}

p {
  color: #202b57;
}

b {
  color: #202b57;
}

h2 {
  font-family: 'Inter';
  font-weight: bold;
  color: #202b57;
  font-size: 26px;
}

.bl {
  box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.07);
  border-radius: 10px;
  margin-bottom: 25px;
}

.br-7 {
  border-radius: 7px;
}

.btn {
  border-radius: 6px;
}

.mb-3 {
  margin-bottom: 1.5rem!important;
}

.dash-news {
  border: 1px solid rgb(108 108 108 / 20%);
  border-radius: 7px;
  padding: 20px 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.list-group-item {
  border-radius: 7px;
  border: 1px solid rgb(108 108 108 / 20%);
}

.list-group-item+.list-group-item {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.service-icon {
  width: 39px;
  height: 39px;
  border-radius: 5px;
  background-color: #3459e6;
  float: left;
  margin-bottom: 15px;
  color: #fff;
  padding: 7px 10px;
  font-size: 18px;
}

.service-desc {
  float: left;
  padding-left: 18px;
  width: 84%;
  margin-top: -4px;
}

.service-place {
  height: 75px;
  width: 100%;
  transition: .3s;
}

.service-place:hover {
  transition: .3s;
  transform: translateX(5px);
}

.pay-place {
  height: 48px;
  width: 100%;
  transition: .3s;
}

.pay-place:hover {
  transition: .3s;
  transform: translateX(5px);
}

.pay-icon {
  width: 39px;
  height: 39px;
  border-radius: 5px;
  background-color: #3459e6;
  float: left;
  margin-bottom: 15px;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}

.custom-sel { width: 25%; display: inline-block; }
.custom-target { width: 74%; display: inline-block; }

@media (max-width: 760px) {
  .hide-mobile {
    display: none;
  }

  .service-icon {
    float: none;
    margin-bottom: 20px;
  }

  .service-place {
    height: auto;
  }

  .service-desc {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 35px;
  }

  .service-place a {
    text-decoration: none !important;
  }

  .pay-icon {
    display: none;
  }

  .pay-place {
    height: auto;
  }

  .pay-desc {
    margin-bottom: 5px;
  }
}