.wheretobuy-h1 {
    text-align: center;
}

.wheretobuy-h1 sup { 
    font-size: .75em;
    transform: translatey(5px);
}

.wheretobuy-descr {
    text-align: center;
    font-size: 20px;
}

.wheretobuy-descr sup {
    font-size: 1em;
    transform: translatey(5px);
}

.wheretobuy-find.big-blue-button {
    margin: 30px auto 0 auto;
    font-size: 16px;
    display: flex;
    max-width: fit-content;
    padding: 14px 26px;
}

.wheretobuy-find.big-blue-button img {
    margin-right: 10px;
}

.product-info-block-5.mini.where-new {
    background: 0;
    padding: 0;
    margin-top: 50px;
}

.where-new .external-wrapper.mini .big-external-block {
    width: 19%;
    margin-right: 10px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff;
    transition: .2s;
}
.where-new .external-wrapper.mini .big-external-block:last-child {
    margin-right: 0px;
}

.where-new .external-wrapper.mini .big-external-block:hover {
    background: #001A70;
}

.where-new .external-wrapper.mini .big-external-block:hover .external-logo {
    filter: brightness(0) invert(1);
}

.where-new .external-wrapper.mini .big-external-block:nth-child(5n) {
    margin-right: 0;
}

.where-new .external-wrapper.mini .big-external-block .info-button {
    display: none;
}
.where-new .external-wrapper.mini .big-external-block .external-logo {
    padding: 0;
    max-width: 70%;
    transition: .2s;
}

.wheretobuy-uteka {
    margin-top: -20px;
    padding-top: 20px;
}

.wheretobuy-uteka__h2 {
    font-size: 40px;
    margin-top: 100px;
}

.wheretobuy-uteka__descr {
    color: rgba(0, 26, 112, 0.5);
}


@media (max-width: 1024px) {
   .where-new .external-wrapper.mini .big-external-block {
      width: 32%;
   }
   .where-new .external-wrapper.mini .big-external-block:before,
   .where-new .external-wrapper.mini .big-external-block:after {
      display: none;
   }

  .where-new .external-wrapper.mini .big-external-block:nth-child(5n) {
    margin-right: 10px;
}
  .where-new .external-wrapper.mini .big-external-block:nth-child(3n) {
    margin-right: 0;
}

.where-new .external-wrapper.mini .big-external-block .external-logo {
    padding: 0 !important;
    height: initial;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.product-info-block-5.mini.where-new {
    margin-top: 30px;
}


}

@media (max-width: 768px) {
  .where-new .external-wrapper.mini .big-external-block {
      width: 49%;
      padding: 0;
      margin-right: 0;
      height: 60px;
   }
     .where-new .external-wrapper.mini .big-external-block:nth-child(5n) {
    margin-right: 0;
}

.where-new .external-wrapper.mini {
    justify-content: space-between;
}

.wheretobuy-descr {
    font-size: 14px;
}
.wheretobuy-find.big-blue-button {
    margin: 20px auto 0 auto;
    font-size: 13px;
    max-width: initial;
    padding: 12px;
    width: 100%;
    justify-content: center;
    line-height: 1;
}

.wheretobuy-find.big-blue-button img {
    width: 16px;
}
.wheretobuy-uteka__h2 {
    font-size: 24px;
    margin-top: 50px;
            margin-bottom: 10px;
}
.wheretobuy-uteka__descr {
    font-size: 14px;
}

} 




    .uteka-widget {
  /* Минимально поддерживаемые размеры виджета: 320x520. */
  width: 100%;
  height: 768px !important;
  outline: 1px solid #e0e0e0;
  margin-top: 50px;
  margin-bottom: 100px;
}

.uteka-widget iframe {
  border: none;
  width: 100%;
  height: calc(100% - 57px);
}

.uteka-widget__container {
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 600px) {
  .uteka-widget__container {
    padding: 0 20px;
  }
}

@media (min-width: 767px) {
  .uteka-widget__container {
    padding: 0 40px;
  }
}

@media (min-width: 1023px) {
  .uteka-widget__container {
    padding: 0 44px;
  }
}

@media (min-width: 1440px) {
  .uteka-widget__container {
    padding: 0 60px;
    max-width: 1440px;
  }
}

.uteka-widget-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.uteka-widget-header__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 56px;
}

.uteka-widget-header__title {
  background: url('https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg') no-repeat;
  background-position: center;
  width: 230px;
  height: 24px;
}

.uteka-widget-header__logo {
  height: 16px;
}

.uteka-widget-header__logo img {
  height: 100%;
}

.uteka-widget-header__close {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  z-index: 5;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url('https://widget.uteka.ru/static/img/widgets/close_2.svg') no-repeat center;
}

@media (min-width: 1023px) {
  .uteka-widget-header__inner {
    flex-direction: row;
  }

  .uteka-widget-header__title {
    background-image: url('https://widget.uteka.ru/static/img/widgets/title_2.svg');
    width: 264px;
    height: 24px;
  }

  .uteka-widget-header__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 32px;
  }
}

@media (max-width: 768px) {
    .uteka-widget {
        margin: 30px 0 50px 0;
    }
}