/* #Black friday elements styles
================================================== */
.bf-timer {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bf-timer {
    margin-bottom: 34px;
    margin-top: 34px;
  }
}
@media (max-width: 550px) {
  .bf-timer {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.bf-timer__title {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 550px) {
  .bf-timer__title {
    margin-bottom: 15px;
  }
}
.bf-timer__block {
  max-width: 768px;
  margin: 0 auto;
  background: url(../img/black-friday/timer-bg.jpg) center no-repeat;
  background-size: contain;
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  color: #ffde00;
}
@media (max-width: 768px) {
  .bf-timer__block {
    font-size: 10vw;
    margin: 0 -40px;
  }
}
.bf-timer__block .cntdown {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  height: 165px;
}
@media (max-width: 768px) {
  .bf-timer__block .cntdown {
    height: 24vw;
  }
}
.bf-timer__block .countdown-container {
  display: flex;
  margin-right: .4em;
}
.bf-advantages {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 50px;
}
@media (max-width: 1010px) {
  .bf-advantages {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .bf-advantages {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
.bf-adv {
  display: flex;
  align-items: center;
  margin: 15px;
}
@media (min-width: 550px) and (max-width: 768px) {
  .bf-adv {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .bf-adv {
    margin: 10px;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .bf-adv {
    justify-content: flex-start;
  }
}
.bf-adv__img {
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  margin-right: 18px;
}
.bf-adv__img img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 550px) and (max-width: 768px) {
  .bf-adv__img {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .bf-adv__img {
    margin-right: 18px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .bf-adv__img {
    width: 40px;
    height: 40px;
  }
}
.bf-adv__title {
  font-size: 20px;
  line-height: 1.1;
  color: #646464;
  font-weight: bold;
  max-width: 170px;
}
@media (max-width: 400px) {
  .bf-adv__title {
    max-width: 100%;
  }
}
.bf-form {
  color: #474243;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #ede7e0;
  background-color: #f8f4ef;
  padding: 25px 30px 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bf-form {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 550px) {
  .bf-form {
    padding: 15px 15px 25px;
  }
}
.bf-form__subtitle {
  text-align: center;
}
.bf-form__grid {
  display: grid;
  grid-template-columns: minmax(35%, 260px) minmax(35%, 260px) minmax(20%, 180px);
  grid-gap: 12px 30px;
  margin: 30px 0 40px;
}
@media (max-width: 768px) {
  .bf-form__grid {
    grid-gap: 12px 18px;
  }
}
@media (max-width: 550px) {
  .bf-form__grid {
    display: flex;
    flex-direction: column;
  }
  .bf-form__grid > * {
    width: 100%;
    margin-bottom: 12px;
  }
}
.bf-form .m-input--br {
  width: 100%;
  box-sizing: border-box;
}
.bf-form .ci-btn {
  min-width: 100px;
  width: 100%;
  min-height: 40px;
  max-width: 180px;
  margin: 0 auto;
}
.bf-form h2 {
  text-align: center;
  line-height: 1.1;
}
.bf-form form {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .bf-form__field {
    order: 1;
  }
}
.bf-form__field--btn {
  align-self: end;
}
@media (max-width: 550px) {
  .bf-form__field--btn {
    order: 4;
  }
}
.bf-form__field__name {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #908d8a;
}
.bf-form .recovery {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #908d8a;
  padding-top: 4px;
  line-height: normal;
}
.bf-form .recovery a {
  display: inline-block;
  line-height: .9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bf-form .recovery a:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 550px) {
  .bf-form .recovery {
    order: 2;
  }
}
@media (max-width: 550px) {
  .bf-form .checkbox-field {
    order: 3;
  }
}
.bf-form .checkbox-field input[type=checkbox] ~ label {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #908d8a;
}
.bf-form__soc__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.bf-form .ci-share-item {
  margin: 0 15px;
}
@media (max-width: 550px) {
  .bf-form .ci-share-item {
    margin: 0 7px;
  }
}
.bf-form__not-club {
  text-align: center;
  margin-top: 38px;
}
.bf-form__not-club img {
  margin-bottom: 14px;
}
.bf-form__not-club__mess {
  font-size: 15px;
  font-weight: bold;
}
.bf-form__not-club__mess .text {
  display: inline-block;
  line-height: 18px;
}
.bf-form__not-club__mess .tooltipster-call {
  margin-top: -6px;
  margin-left: 3px;
}
.tooltipster-call {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../img/black-friday/question.svg) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.tooltipster-call:hover {
  background-image: url(../img/black-friday/question-hover.svg);
}
.bf-adv .tooltipster-call {
   background-image: url(../img/black-friday/question-hover.svg); 
}
.bf-adv .tooltipster-call:hover {
   background-image: url(../img/black-friday/question.svg); 
}
.bf-form-noauth-popup {
  padding: 15px 17px 12px;
}
.bf-form-noauth-popup p {
  line-height: 1.2;
  color: #474243;
}
.bf-form-noauth-popup p:not(:last-child) {
  margin-bottom: .8em;
}
.bf-brands {
  margin: 70px auto 80px;
}
@media (max-width: 768px) {
  .bf-brands {
    margin: 60px auto 70px;
  }
}
@media (max-width: 550px) {
  .bf-brands {
    margin: 45px auto 50px;
  }
}
.bf-brands__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-gap: 20px 70px;
  align-items: center;
}
@media (max-width: 768px) {
  .bf-brands__grid {
    padding: 0 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 20px 50px;
  }
}
@media (max-width: 550px) {
  .bf-brands__grid {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    grid-gap: 20px 35px;
  }
}
.bf-brands__sign {
  margin-top: 25px;
  text-align: center;
}
.bf-brand img {
  width: 100%;
}
.typical-form input.m-input--wh,
input.m-input--wh,
.typical-form input.m-input--br,
input.m-input--br {
  height: 40px;
  padding: 5px 15px 2px;
}
.m-input--br,
.typical-form .m-input--br {
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff;
  border: none!important;
}
a.ci-btn--middle,
.ci-btn--middle {
  min-height: 44px;
  min-width: 190px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  padding: 5px 35px 0;
}
a.ci-btn--min,
.ci-btn--min {
  font-size: 13px;
  padding-top: 1px;
  height: 29px;
}
a.ci-btn--orange,
.ci-btn--orange {
  background-color: #ee6b3f;
  box-shadow: 0 2px 0 0 #c55029;
  color: #fff;
  border: none;
}
a.ci-btn--orange.ci-btn--middle,
.ci-btn--orange.ci-btn--middle,
a.ci-btn--orange.ci-btn--min,
.ci-btn--orange.ci-btn--min {
  box-shadow: 0 1px 0 0 #c55029;
}
.checkbox-field {
  position: relative;
}
.checkbox-field input[type=checkbox] {
  display: none;
}
.checkbox-field input[type=checkbox] + .pseudo-checkbox {
  display: inline-block;
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #e5e5e5;
  background-color: #fff;
  margin: 0 !important;
  box-sizing: border-box;
  top: 0;
}
.checkbox-field input[type=checkbox]:checked + .pseudo-checkbox {
  background-image: url('../img/svg/catalog/check.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkbox-field input[type=checkbox] ~ label {
  margin-left: 30px;
  padding-top: 4px;
  font-size: 13px;
  cursor: pointer;
  color: #7b7676;
  letter-spacing: -0.3px;
  line-height: normal;
}
.ci-share-list {
  display: flex;
  justify-content: center;
}
.ci-share-item {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: none;
}
.ci-share-item:hover {
  opacity: .85;
}
.ci-share-item--VKontakte {
  background-image: url('../img/svg/catalog/vkontakte.svg');
}
.ci-share-item--Facebook {
  background-image: url('../img/svg/catalog/facebook.svg');
}
.ci-share-item--twitter {
  background-image: url('../img/svg/catalog/twitter.svg');
}
.ci-share-item--GoogleOAuth {
  background-image: url('../img/svg/catalog/google.svg');
}
.ci-share-item--Odnoklassniki {
  background-image: url('../img/svg/catalog/odnoklassniki.svg');
}
.ci-share-item--telegram {
  background-image: url('../img/svg/catalog/telegram.svg');
}
.ci-share-item--YandexOAuth {
  background-image: url('../img/svg/soc/yandex.svg');
}
.ci-share-item--MyMailRu {
  background-image: url('../img/svg/soc/mail-ru.svg');
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-box {
  border-radius: 5px;
  border: 3px solid #cbcbcb;
  background: #fff;
  box-shadow: none;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-content {
  padding: 0;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-arrow {
  height: 14px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 4px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -1px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share .tooltipster-arrow-border {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}
.tooltipster-sidetip.tooltipster-4fresh--rewards-share.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}

.prod-label.green-label { background: url(../img/prod-label-black.png) no-repeat; background-size: contain; }
