/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/components/subscribe-to-watch/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/no-global-function-names */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.subscribe-to-watch {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-to-watch:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #e0e0e0;
  width: calc(50% - 92px);
  left: 0;
  top: 30px;
}
.subscribe-to-watch:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #e0e0e0;
  width: calc(50% - 92px);
  right: 0;
  top: 30px;
}
.subscribe-to-watch__lock-wrap {
  margin: 0 auto 30px auto;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #af226f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-to-watch__lock-wrap:before {
  position: absolute;
  content: "";
  height: 260px;
  width: 100%;
  transform: translateY(-100%);
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.48%, #ffffff 100%);
}
.subscribe-to-watch__lock {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25.2008 13.0675H6.53418V26.4009H25.2008V13.0675Z%27 fill=%27white%27 stroke=%27white%27 stroke-width=%272.66667%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9 12V4H23V12%27 stroke=%27white%27 stroke-width=%272.66667%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M16 18.6667L16 22.6667%27 stroke=%27%23AF226F%27 stroke-width=%272.66667%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.subscribe-to-watch__title {
  margin-top: 24px;
  font-weight: bold;
  font-size: 17px;
  line-height: 31px;
  color: #af226f;
  text-align: center;
}
.subscribe-to-watch__link {
  margin-top: 32px;
}
@media print, screen and (max-width: 39.99875em) {
  .subscribe-to-watch__link {
    margin-top: 6px;
  }
}
.subscribe-to-watch__descr {
  margin-top: 16px;
  font-weight: normal;
  font-size: 12px;
}
.subscribe-to-watch__descr.-text-align-center {
  text-align: center;
}
.subscribe-to-watch__descr a.auth {
  color: #af226f;
  border-bottom: 1px solid #af226f;
}
.subscribe-to-watch__descr a.auth:hover {
  border-color: transparent;
  color: #cc468f;
}
.subscribe-to-watch .subscribe-to-watch__buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 0 0;
}
@media print, screen and (max-width: 39.99875em) {
  .subscribe-to-watch .subscribe-to-watch__buttons {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.subscribe-to-watch .subscribe-to-watch__button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 250px;
}
.subscribe-to-watch__head {
  margin: 0 0 25px;
  text-align: center;
}
.subscribe-to-watch__head strong {
  color: #af226f;
}
.subscribe-to-watch__head a {
  color: #af226f;
}
.subscribe-to-watch__head > *:last-child {
  margin: 0;
}
.subscribe-to-watch__subtitle {
  margin: 0 auto;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #444;
}
.subscribe-to-watch__tariffs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 0 0 25px;
}
@media print, screen and (max-width: 39.99875em) {
  .subscribe-to-watch__tariffs {
    flex-direction: column;
    align-items: center;
  }
}
.subscribe-to-watch__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 380px;
  padding: 30px;
  border-radius: 10px;
  background: #F5FAFB;
  text-align: left;
  box-sizing: border-box;
}
.subscribe-to-watch__card-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}
.subscribe-to-watch__card-price {
  flex-grow: 1;
  margin: 10px 0 20px;
  font-size: 15px;
  color: #444;
}
.subscribe-to-watch__card-price b {
  font-size: 30px;
  color: #07418B;
}
.subscribe-to-watch__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  white-space: normal;
}
.subscribe-to-watch__badge {
  position: absolute;
  left: 25px;
  bottom: calc(100% - 15px);
  background: #07418B;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .subscribe-to-watch__badge {
    position: static;
    align-self: flex-start;
    margin: 0 0 10px;
  }
}
.subscribe-to-watch__print {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
}
.subscribe-to-watch__print--short {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .subscribe-to-watch__print--full {
    display: none;
  }
  .subscribe-to-watch__print--short {
    display: inline;
  }
}
