.footer {
  background: -moz-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -ms-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -o-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -webkit-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background-color: #193c5b;
  position: relative;
}

.footer::before {
  content: "";
  background: url("../../../images/main/line.png") no-repeat center center;
  position: absolute;
  height: 3px;
  width: 100%;
  top: 4px;
  left: 0;
}

.footer::after {
  content: "";
  background: url("../../../images/main/line.png") no-repeat center center;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 5px;
  left: 0;
}

.footer__content {
  padding: 41px 20px 40px 10px;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer__col {
  padding: 0 29px;
  min-height: 196px;
  position: relative;
  box-sizing: border-box;
}

.footer__col::before {
  background-color: #495756;
  content: "";
  width: 2px;
  height: 196px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -98px;
}

.footer__col:first-child::before {
  content: none;
}

.footer__col:nth-child(1) {
  padding-top: 25px;
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
  max-width: 152px;
}

.footer__col:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 0px;
  align-items: center;
  -ms-flex: 0 0 298px;
  flex: 0 0 298px;
  max-width: 298px;
}

.footer__col:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex: 0 0 247px;
  flex: 0 0 247px;
  max-width: 247px;
}

.footer__col:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer__payments {
  padding-top: 8px;
}

.footer__payments-item {
  margin-bottom: 16px;
}

.footer__types {
  padding-top: 3px;
  padding-right: 32px;
  width: 150px;
  margin-bottom: -6px;
}

.footer__types ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.footer__types-link {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 6px;
}

.footer__list li {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}

.footer__list_game li {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}

.footer__list li:last-child {
  margin-bottom: 0;
}

.footer__text {
  font-size: 12px;
  line-height: 13px;
}

@media screen and (max-width: 1024px) {
  .footer {
    display: none;
  }
  .footer__row {
    flex-direction: column;
  }
  .footer__col {
    min-height: inherit;
    padding: 0 10px;
  }
  .footer__col::before {
    content: none;
  }
  .footer__col:nth-child(1) {
    padding-top: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .footer__col:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
  }
  .footer__payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}