@font-face {
  font-family: 'Svyaznoy Sans';
  src: url('mokkafonts/SvyaznoySans-Bold.woff2') format('woff2'),
       url('mokkafonts/SvyaznoySans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Svyaznoy Sans';
  src: url('mokkafonts/SvyaznoySans-Medium.woff2') format('woff2'),
       url('mokkafonts/SvyaznoySans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Svyaznoy Sans';
  src: url('mokkafonts/SvyaznoySans.woff2') format('woff2'),
       url('mokkafonts/SvyaznoySans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Odds';
  src: url('mokkafonts/Odds-Regular.eot');
  src: local('Odds Regular'), local('Odds-Regular'),
      url('mokkafonts/Odds-Regular.eot?#iefix') format('embedded-opentype'),
      url('mokkafonts/Odds-Regular.woff2') format('woff2'),
      url('mokkafonts/Odds-Regular.woff') format('woff'),
      url('mokkafonts/Odds-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('mokkafonts/Rubik-Regular.woff2') format('woff2'),
      url('mokkafonts/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
iframe{
  width: 100%;
  height: 100%;
  border: none;
}
.modal-content__mokka-sms{
	max-height: 520px;
  height: 100%;
}

.mokka_font {
  font-family: 'Odds';
  font-weight: normal;
  font-style: normal;
}

.mokka_color {
  color: #FF5A1E;
}

#mokka_error {
  padding: 100px;
  text-align: center;
  font-size: 18px;
  color: #FF5A1E;
  font-family: 'Odds';
  font-weight: normal;
  font-style: normal;
}

#reg_mokka {
  cursor: pointer;
}


#mokka_sms{
  width: 100%;
  height: 100%;
}

.reg_mokka {
  cursor: pointer;
}

.zber {
display: flex;
  color: #b33629;
  background-color: #ff83003d;
  border: 1px solid #ffc88f;
  border-radius: 0.35rem;
  cursor: pointer;
}
.zber p {
margin: 7px 20px 7px 19px;
}

.zberfloat p{
  float: left;
}
.zberfloat img{
  float: left;
  width: 40%;
  margin: 6px auto;
}
.zberbutton{
  border-radius: 3;
}

.owl-carousel .owl-item .image .datazber{
float: right;
  position: absolute;
  z-index: 110;
  right: 8px;
bottom: -83px;
color: #606060;
}

.owl-carousel .owl-item .item .sberlogo{
  position: absolute;
  width: 83px;
  z-index: 103;
  right: 28px;
  top: 8px;
}

.owl-carousel .owl-item .image .sberlogo{
position: absolute;
  width: 45px;
  z-index: 103;
  right: 0px;
  top: 8px;
}

.product-item .bg-white .product-image .sberlogo{
position: absolute;
  width: 45px;
  z-index: 103;
  right: 0px;
  top: 8px;
}

.product-item .bg-white .product-image .datazber{
float: right;
  position: absolute;
  z-index: 110;
  right: 8px;
bottom: -80px;
color: #606060;
}

.price .mb-1 {
  color: #d20505;
  font-weight: bolder;
}

.row .sberlogoleft{
  width: 40%;
  margin: 0 auto;
  display: block;
  margin-bottom: 7px;
}


/* mokka */
.mokka-price {
  margin-bottom: 40px;
  border: 2px solid #C4C4C4;
  width: 100%;
  height: 55px;
  background-color: #fff;
}
.mokka-price__container {
  padding: 0 5px;
  height: 100%;
}
.mokka-price__wrp{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.mokka-price__price {
  margin-right: 5px;
}
.mokka-price__price p {
  margin: 0;
  color: #FF5A1E;
  font-size: 15px;
  font-family: 'Svyaznoy Sans';
}
.mokka-price__price p strong {
  font-size: 20px;
  font-weight: 600;
}
.mokka-price__price p span {
  font-size: 20px;
}
.mokka-price__logo {
  margin-right: 10px;
  width: 65px;
}
.mokka-price__logo svg {
  display: block;
  width: 100%;
  fill: #FF5A1E;
}
.mokka-price .mokka-circle {
  fill: none;
  stroke: #FF5A1E;
}
.mokka-price .mokka-symbol {
  fill: #FF5A1E;
}
.mokka-price__payment span {
  color: #FF5A1E;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  margin-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #E3E3E3;
}
.mokka-price__payment {
  display: flex;
}
.mokka-price__tooltip {
  display: flex;
  align-items: center;
}
.mokka-price__tooltip-icon {
  border: none;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.mokka-price__svg-tooltip use .mokka-circle {
  fill: red;
}

.mokka-price--orange {
  border: none;
  background-color: #FF5A1E;
}
.mokka-price--orange .mokka-price__price p {
  color: #fff;
}
.mokka-price--orange .mokka-price__logo svg {
  fill: #fff;
}
.mokka-price--orange .mokka-price__payment span {
  color: #fff;
  border-color: #fff;
}
.mokka-price--orange .mokka-circle {
  fill: none;
  stroke: #fff;
}
.mokka-price--orange .mokka-symbol {
  fill: #fff;
}
.mokka-price--black-no-bg {
  border: none;
  background-color: none;
}
.mokka-price--black-no-bg .mokka-price__price p {
  color: #000;
}
.mokka-price--black-no-bg .mokka-price__logo svg {
  fill: #000;
}
.mokka-price--black-no-bg .mokka-price__payment span {
  color: #000;
  border-color: #000;
}
.mokka-price--black-no-bg .mokka-circle {
  fill: none;
  stroke: #000;
}
.mokka-price--black-no-bg .mokka-symbol {
  fill: #000;
}



.mokka-price--black {
  border: 2px solid #C4C4C4;
  background-color: #fff;
}
.mokka-price--black .mokka-price__price p {
  color: #000;
}
.mokka-price--black .mokka-price__logo svg {
  fill: #000;
}
.mokka-price--black .mokka-price__payment span {
  color: #000;
  border-color: #000;
}
.mokka-price--black .mokka-circle {
  fill: none;
  stroke: #000;
}
.mokka-price--black .mokka-symbol {
  fill: #000;
}

/* popup */
.mokka-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.mokka-popup--show {
  visibility: visible;
  opacity: 1;
}
.mokka-popup__popup {
  background-color: #fff;
  position: absolute;
  /* top: 50%; */
  right: 50%;
  top: 30%;
  transform: translate(50%, -50%);
  transition: all 0.3s ease;
  z-index: 101;
}

.mokka-payment {
  opacity: 0;
  visibility: hidden;
  max-width: 745px;
  width: 100%;
  padding: 25px 40px 30px 40px;
}
.mokka-payment--show {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.mokka-payment__container {
  position: relative;
}
.mokka-payment__title {
font-family: 'Odds';
  color: #518022;
  font-size: 29px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.mokka-payment__title span {
  text-transform: lowercase;
}
.mokka-payment__description p {
  margin: 0;
  font-family: 'Rubik';
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}
.mokka-payment__description {
  margin-bottom: 30px;
}
.mokka-payment__features {
  display: flex;
  justify-content: space-between;
}
.mokka-payment__item-text {
  width: 100%;
text-align: center;
}


.mokka-payment__item {
  max-width: 33.3%;
  flex-basis: 33.3%;
  flex-shrink: 0;
  margin:2px;
}
.mokka-payment__item-img {
  text-align: center;
  margin-bottom: 35px;
}
.mokka-payment__item-text p {
  text-align: center;
  margin: 0;
}
.mokka-payment__item-text span {
  text-align: center;
font-size: 15px;
}

.mokka-popup__btn-wrp {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -10px;
}
.mokka-popup__btn-close {
  border: none;
  background: none;
  position: relative;
  height: 20px;
  width: 20px;
}
.mokka-popup__btn-close::after,
.mokka-popup__btn-close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.mokka-popup__btn-close::after {
  bottom: 9px;
  transform: rotate(-45deg);
  left: 0;
}
.mokka-popup__btn-close::before {
  top: 9px;
  left: 0;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .mokka-price__price p {
    font-size: 16px;
    line-height: 20px
  }
  .mokka-price__price p strong {
    font-size: 21px;
    line-height: 25px;
  }
  .mokka-price__price p span {
    font-size: 20px;
    line-height: 25px;
  }
  .mokka-price__payment span {
    color: #FF5A1E;
    font-size: 15px;
    line-height: 20px;
  }
  .mokka-price__tooltip-icon {
    width: 20px;
    height: 20px
  }
  .mokka-price__tooltip-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .mokka-price {
    height: 110px;
  }
  .mokka-price__wrp {
    justify-content: center;
  }
} 
@media (max-width: 768px) {
  .mokka-price {
    height: 80px;
  }
  /* popup */
  .mokka-payment {
    max-width: 500px;
    padding: 25px 25px 30px 25px;
  }
  .mokka-payment__title {
    font-size: 30px;
    line-height: 40px;
  }
  .mokka-payment__description p {
    font-size: 13px;
  }
  .mokka-payment__features {
    flex-direction: column;
  }
  .mokka-payment__item {
    max-width: none;
  }
  .mokka-payment__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .mokka-payment__item-img {
    margin-bottom: 10px;
  }
  .mokka-payment__item-img img {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
  }
  .mokka-payment__item-text {
    max-width: 320px;
  }
} 
@media (max-width: 375px) {
  .mokka-payment__description p {
    font-size: 11px;
  }
  .mokka-payment__title {
    font-size: 28px;
    line-height: 35px;
  }
  .mokka-payment__item-text p {
    font-size: 11px;
  }
}