	body.lock {   overflow: hidden;}
.popups {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.227);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}
.popups.active .popup-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popups.show {
  display: block;
}
.popups.show .popup-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.popups.active .popup-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popups.show {
  display: block;
}
.popups.show .popup-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-table {
  height: 100%;
  table-layout: fixed;
}
.popup-table > .cell {
  position: relative;
  top: 50px;
  height: 100%;
  vertical-align: middle;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-content {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 540px;
  margin: 0px auto;
  background-color: #000;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 45px 65px 50px 65px;
}
@media (max-width: 991.98px) {
  .popup-content {
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .popup-content {
    padding: 45px 40px 50px 40px;
  }
}
.popup-content_cat {
  max-width: 1100px;
  background: #484848;
  -webkit-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media (max-width: 991.98px) {
  .popup-content_cat {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .popup-content_cat {
    padding: 15px;
  }
}
@media (max-width: 479.98px) {
  .popup-content_cat {
    padding: 40px 15px 15px 15px;
  }
}

@media (max-width: 767.98px) {
  .popup-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url("../img/icons/close.svg") center/cover no-repeat;
  }
}

.popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 116.6666666667%;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.popup__title:not(:last-child) {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 1412px) {
  .popup__title {
    font-size: 20px;
  }
  .popup__title:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .popup__title:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 479.98px) {
  .popup__title {
    font-size: 15px;
  }
}


.closed-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.closed-popup::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 31px;
  height: 1px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closed-popup::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 31px;
  height: 1px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.row-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .row-popup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.row-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.5%;
          flex: 0 1 36.5%;
  display: inline-block;
  max-width: 380px;
}
.row-popup__image img {
  max-width: 100%;
  border-radius: 20px;
  border: 3.2618px solid #A1D432;
}
@media (max-width: 767.98px) {
  .row-popup__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0px 25px 0px;
  }
}
@media (max-width: 479.98px) {
  .row-popup__image {
    margin: 0px 0px 15px 0px;
  }
}
.row-popup__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 63.5%;
          flex: 0 1 63.5%;
  margin: 0px 0px 0px 30px;
}
@media (max-width: 991.98px) {
  .row-popup__block {
    margin: 0px 0px 0px 15px;
  }
}
@media (max-width: 767.98px) {
  .row-popup__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
  }
}
.row-popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 116.6666666667%;
  color: #FFFFFF;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 991.98px) {
  .row-popup__title {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
  }
}
.row-popup__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-popup__columns:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row-popup__columns:not(:last-child) {
  margin: 0px -5px 10px -5px;
}
@media (max-width: 479.98px) {
  .row-popup__columns {
    row-gap: 8px;
  }
  .row-popup__columns:not(:last-child) {
    margin: 0px -4px 10px -4px;
  }
}
.row-popup__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0px 5px;
}
@media (max-width: 479.98px) {
  .row-popup__column {
    padding: 0px 4px;
  }
}
.row-popup__value {
  font-size: 15px;
  color: #FFFFFF;
  margin: 0px 0px 10px 0px;
}
.row-popup__value sup {
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .row-popup__value {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
  }
}
@media (max-width: 479.98px) {
  .row-popup__value {
    font-size: 10px;
  }
}
@media (max-width: 330px) {
  .row-popup__value {
    font-size: 9px;
  }
}
.row-popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  color: #6C6C6C;
  min-height: 50px;
}
.row-popup__text sup {
  font-size: 10px;
}
@media (max-width: 991.98px) {
  .row-popup__text {
    font-size: 12px;
    min-height: 35px;
  }
}
@media (max-width: 479.98px) {
  .row-popup__text {
    font-size: 8px;
    min-height: 25px;
  }
}

.overlays {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 900;
}

.popop {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #FFFFFF;
  display: block;
}

.popop h2 {
  font-size: 18px;
  color: #000;
}