@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?78275730');
  src: url('../fonts/fontello/fontello.eot?78275730#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff2?78275730') format('woff2'), url('../fonts/fontello/fontello.woff?78275730') format('woff'), url('../fonts/fontello/fontello.ttf?78275730') format('truetype'), url('../fonts/fontello/fontello.svg?78275730#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 @font-face {
 font-family: 'fontello';
 src: url('../font/fontello.svg?78275730#fontello') format('svg');
 }
 }
 */
[class^='icon-']:before, [class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-asterisk:before {
  content: '\2022';
}
/* '•' */
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  min-width: 320px;
}
.main-navigation {
  position: relative;
}
.account {
  margin-right: 60px;
}
@media (min-width: 992px) {
  .account {
    margin-right: 40px;
  }
}
.account__link {
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  display: flex;
  align-items: center;
  font-size: 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .account__link {
    font-size: 14px;
  }
  .account__link svg {
    margin-left: 7px;
  }
}
.popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  border: 19px solid #e5e5e5;
  background-color: #fff;
  padding: 13px 13px 30px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .popup {
    width: 480px;
    padding: 20px 20px 30px;
  }
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 480px) {
  .popup-close {
    top: 20px;
    right: 20px;
  }
}
.popup-close:hover img, .popup-close:focus img {
  opacity: 1;
}
.popup-close img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.popup-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 1.055px;
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  align-self: start;
}
.popup-title:first-of-type {
  margin-top: 12px;
  margin-bottom: 28px;
  padding-right: 26px;
}
@media (min-width: 480px) {
  .popup-title:first-of-type {
    padding-right: 60px;
  }
}
.forgot .popup-title:first-of-type {
  margin-bottom: 29px;
}
@media (min-width: 480px) {
  .forgot .popup-title:first-of-type {
    margin-bottom: 48px;
  }
}
.popup-title:last-of-type {
  margin-top: 0;
  margin-bottom: 20px;
}
.popup .form {
  width: 100%;
}
.popup-submit {
  margin-top: 40px;
  margin-bottom: 24px;
}
.forgot .popup-submit {
  margin-top: 32px;
}
@media (min-width: 480px) {
  .forgot .popup-submit {
    margin-top: 61px;
  }
}
.popup-link {
  display: inline-block;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.85px;
  margin-bottom: 40px;
}
.forgot .popup-link {
  margin-bottom: 0;
}
.popup-link:hover {
  text-decoration: underline;
}
.submit-btn {
  display: block;
  text-align: center;
  width: 100%;
  border: 19px solid #e5e5e5;
  background-color: #fff;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: border-color 0.3s;
  cursor: pointer;
}
.submit-btn:hover, .submit-btn:focus {
  border-color: #000;
}
.submit-btn:disabled {
  color: #e5e5e5;
  cursor: not-allowed;
}
.submit-btn:disabled:hover, .submit-btn:disabled:focus {
  border-color: #e5e5e5;
}
.form:not(.popup .form):not(.form-profile):not(.form-checkout):not(.form-subscribe) {
  margin: 60px auto 120px;
  max-width: 480px;
}
.form-login {
  margin: 28px auto 40px !important;
}
@media (min-width: 480px) {
  .form-login {
    margin: 60px auto 120px !important;
  }
}
.form-login .form-row .show-pass {
  bottom: 22px;
}
.form [type='submit'] {
  margin-top: 44px;
}
.form-input {
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 14px 0;
  color: #000;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: 1.39px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 480px) {
  .form-input {
    font-size: 25px;
  }
}
.form-input::placeholder {
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  color: #a6a6a6;
  font-size: 20px;
}
@media (min-width: 480px) {
  .form-input::placeholder {
    font-size: 25px;
  }
}
.form-input:not(:first-of-type) {
  margin-top: 10px;
}
.form-input::placeholder-shown {
  white-space: pre-line;
}
.form-input:not(:read-only):focus::placeholder {
  color: transparent;
}
.form-input.invalid {
  border-bottom: 1px solid #e64646;
}
.form-input + .error {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  color: #e64646;
}
.form [type='password'] {
  padding-right: 30px;
  font-size: 16px;
  line-height: 28px;
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form label {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 10px;
}
.form-row {
  position: relative;
}
.form-row:not(:last-of-type) {
  margin-bottom: 48px;
}
.form-row .show-pass {
  background-color: transparent;
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 16px;
  right: 0;
  cursor: pointer;
}
.form-row .show-pass.shown:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 110%;
  height: 1px;
  background-color: #000;
}
.form-checkbox {
  margin-top: 52px;
}
.form-checkbox label {
  margin: 0;
  display: block;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 1px;
  padding-left: 32px;
  position: relative;
}
.form-checkbox label a {
  color: #a6a6a6;
  text-decoration: underline;
}
.form-checkbox label a:hover, .form-checkbox label a:focus {
  text-decoration: none;
}
.form-checkbox [type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
}
.form-checkbox [type='checkbox'].not-checked ~ label {
  color: #e64646;
}
.form-checkbox [type='checkbox'].not-checked ~ label a {
  color: #e64646;
}
.form-checkbox [type='checkbox'].not-checked ~ label:before {
  border-color: #e64646;
}
.form-checkbox [type='checkbox'] ~ label {
  position: relative;
}
.form-checkbox [type='checkbox'] ~ label:before {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}
.form-checkbox [type='checkbox']:checked ~ label:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.form-login input::placeholder, .form-signin input::placeholder, .form-forgot input::placeholder {
  font-size: 25px;
}
.to-register {
  max-width: 480px;
  margin: 20px auto 40px;
}
@media (min-width: 480px) {
  .to-register {
    margin: 64px auto 90px;
  }
}
.site-main .page .entry-header .entry-title.login-subtitle {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 1.055px;
  text-transform: lowercase;
}
@media (min-width: 480px) {
  .site-main .page .entry-header .entry-title.login-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
.forgot-link {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  text-align: center;
  letter-spacing: 1.38889px;
  margin: 24px auto 0;
  display: block;
  max-width: 281px;
}
@media (min-width: 480px) {
  .forgot-link {
    text-align: left;
    font-family: 'Navigo', sans-serif;
    font-size: 25px;
    line-height: 28px;
    margin: 44px auto 0;
  }
}
.forgot-link:hover {
  text-decoration: underline;
}
#site-navigation {
  align-items: center;
}
#site-navigation .menu-topmenu-container {
  margin: 0 auto;
}
#site-navigation .menu-topmenu-container ul.main-menu {
  width: auto;
}
#site-navigation .menu-topmenu-container ul.main-menu li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  #site-navigation .menu-topmenu-container ul.main-menu li:not(:last-child) {
    margin-right: 24px;
  }
}
#site-navigation .menu-topmenu-container ul.main-menu li a {
  font-weight: normal;
  width: auto;
  display: block;
}
#site-navigation .header-cart {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: 20px;
}
@media (min-width: 1370px) {
  #site-navigation .header-cart {
    margin-left: 0;
    margin-right: 32px;
  }
}
#site-navigation .left-of-nav {
  display: block;
  width: 21px;
  height: 14px;
  margin-left: 20px;
  line-height: normal;
  font-size: 0;
}
@media (min-width: 992px) {
  #site-navigation .left-of-nav {
    margin-left: 40px;
  }
}
#site-navigation .left-of-nav img {
  position: static;
}
#site-navigation .right-of-nav {
  width: 18px;
  height: 17px;
  line-height: normal;
  margin-right: 32px;
}
#site-navigation .right-of-nav img {
  position: static;
}
@media (max-width: 1370px) {
  #site-navigation {
    display: flex;
  }
  .menu-topmenu-container {
    display: none;
  }
  .mobile-container {
    display: block;
    position: fixed;
    z-index: 2;
  }
  .right-of-nav {
    display: none;
  }
  .menu-mobilemenu-container {
    display: inline-block;
    position: absolute;
    bottom: 4em;
  }
}
.hp_header-mag-button-block {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hp_header-mag-button-block {
    margin-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hp_header-mag-button1, .hp_header-mag-button2 {
  border-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .hp_header-mag-button1, .hp_header-mag-button2 {
    border-width: 19px;
  }
}
.lk {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .lk {
    border-top: 1px solid #000;
    display: flex;
    margin-top: 70px;
    padding-top: 30px;
  }
}
.lk ul {
  list-style-type: none;
}
.lk-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .lk-sidebar {
    display: block;
    flex: 0 0 235px;
    width: 235px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-sidebar {
    flex: 0 0 272px;
    width: 272px;
    margin-right: 40px;
  }
}
.lk-body {
  flex-grow: 1;
}
.lk-menu li {
  margin-bottom: 16px;
}
.lk-menu li:last-child {
  margin-bottom: 0;
}
.lk-menu li:hover, .lk-menu li.active {
  box-shadow: 0 0 0 1px #000;
}
.lk-menu li a {
  display: block;
  padding: 14px 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.72px;
}
.lk-nav__mobile {
  display: block;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .lk-nav__mobile {
    display: none;
  }
}
.mags {
  padding-top: 42px;
  margin-top: 40px;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  .mags {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
.mags-row {
  margin-bottom: 48px;
}
.mags-row:last-child {
  margin-bottom: 0;
}
.mags-year {
  display: block;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.89px;
  margin-bottom: 12px;
}
@media (min-width: 680px) {
  .mags-year {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.14;
    letter-spacing: 1.67px;
  }
}
.mags-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px -40px;
}
.mag {
  margin: 10px 10px 40px;
  width: calc(100% / 2 - 20px);
}
@media (min-width: 680px) {
  .mag {
    width: calc(100% / 4 - 20px);
  }
}
.mag-link {
  position: relative;
  display: block;
}
.mag-link__image {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 129%;
}
.mag-link__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.mag-link__number {
  font-size: 10px;
  line-height: 2.3;
  letter-spacing: 0.77px;
  margin-top: 8px;
  display: block;
}
@media (min-width: 680px) {
  .mag-link__number {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.77;
  }
}
@media (min-width: 768px) {
  .mag-link__number {
    margin-top: 4px;
  }
}
.mag-link__more {
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 2;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin: 5px 0 10px;
}
@media (min-width: 992px) {
  .mag-link__more {
    margin: 20px auto;
    display: block;
  }
}
.mag-download {
  border-width: 11px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.85px;
}
@media (min-width: 767px) {
  .journal .mag-download {
    max-width: 200px;
  }
}
.journal > .mag-download {
  border: none;
  margin: 20px 0;
  padding: 0;
  transition: color 0.3s;
}
.journal > .mag-download:hover {
  color: #a6a6a6;
}
@media (min-width: 680px) {
  .mag-download {
    padding: 2px 10px;
  }
}
@media (min-width: 992px) {
  .mag-download {
    line-height: 2;
  }
}
@media (max-width: 991px) {
  .no-mags {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #000;
  }
}
.no-mags h3 {
  letter-spacing: 1.39px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .no-mags h3 {
    margin-bottom: 16px;
  }
}
.no-mags p {
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1.05px;
}
.no-mags__links {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .no-mags__links {
    margin-top: 88px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.no-mags .to-archive {
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  order: 2;
}
@media (min-width: 768px) {
  .no-mags .to-archive {
    order: 1;
  }
}
@media (min-width: 992px) {
  .no-mags .to-archive {
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.no-mags .to-archive:hover {
  text-decoration: underline;
}
.no-mags .submit-btn {
  max-width: 490px;
  order: 1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .no-mags .submit-btn {
    margin-bottom: 0;
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .no-mags.no-subs {
    text-align: center;
  }
  .no-mags.no-subs .submit-btn {
    margin: auto;
  }
  .no-mags.no-subs h3 {
    margin-bottom: 16px;
  }
  .no-mags.no-subs .no-mags__links {
    margin-top: 88px;
  }
}
.nice-select {
  border-color: #000;
  float: none;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 40px;
  border-radius: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.nice-select:after {
  margin-top: -6px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-color: #000;
}
.nice-select .nice-select-dropdown {
  border-radius: 0;
  box-shadow: 0 0 0 1px #000;
}
.nice-select .option {
  padding-left: 12px;
}
.history {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .history {
    margin-top: 0;
  }
}
.history-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000;
}
.history-row:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .history-row {
    padding-top: 0;
    border-top: none;
    margin-top: 40px;
    justify-content: center;
  }
}
.history-date {
  display: none;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .history-date .date {
    margin-bottom: 2px;
  }
}
.history-date .time {
  color: #a6a6a6;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .history-date .time {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .history-date {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.history-image {
  flex: 0 0 72px;
  width: 72px;
  height: 96px;
  margin-right: 16px;
}
@media (min-width: 680px) {
  .history-image {
    flex: 0 0 64px;
    width: 64px;
    height: 84px;
  }
}
@media (min-width: 768px) {
  .history-image {
    margin: 0 40px;
  }
}
@media (min-width: 1200px) {
  .history-image {
    flex: 0 0 100px;
    width: 100px;
    height: 130px;
  }
}
.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.history-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 1.167px;
}
.history-item .history-date {
  display: flex;
}
@media (min-width: 768px) {
  .history-item .history-date {
    display: none;
  }
}
@media (min-width: 992px) {
  .history-item {
    max-width: 480px;
  }
}
.history-item__title {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 680px) {
  .history-item__title {
    font-weight: 600;
    font-size: 16px;
  }
}
.history-item__price {
  min-width: 84px;
  text-align: right;
}
@media (max-width: 680px) {
  .history-item__price--one {
    margin-top: 16px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .history-item__number {
    font-size: 16px;
    font-weight: 600;
  }
}
.history-list {
  width: 100%;
}
@media (max-width: 680px) {
  .history-list--multiline {
    margin-top: 16px;
  }
}
.history-list li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.history-list__total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000;
}
@media (max-width: 991px) {
  .subs {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #000;
  }
}
.subs-title {
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 1.17px;
  margin-bottom: 32px;
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}
@media (min-width: 992px) {
  .subs-title {
    margin-bottom: 40px;
  }
}
.subs-item {
  border: 2px solid #000;
  position: relative;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 680px) {
  .subs-item {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .subs-item {
    padding: 16px 84px 16px 64px;
  }
}
.subs-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 2px;
  height: 60%;
  background-color: #fff;
}
.subs-item__image {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 96px;
  overflow: hidden;
}
@media (min-width: 680px) {
  .subs-item__image {
    flex: 0 0 104px;
    width: 104px;
    height: 138px;
  }
}
.subs-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.subs-item__image .count {
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  position: absolute;
  left: 12px;
  bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 680px) {
  .subs-item__image .count {
    bottom: 12px;
    font-size: 12px;
  }
}
.subs-item__info {
  margin-left: 16px;
  max-width: 350px;
  flex: 1;
}
@media (min-width: 768px) {
  .subs-item__info {
    margin-left: 40px;
  }
}
.subs-item__title {
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 1.17px;
  margin-bottom: 16px;
}
@media (max-width: 680px) {
  .subs-item__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: 0.7px;
  }
}
.subs-item__duration {
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  display: block;
  line-height: 1.14;
  letter-spacing: 1.428px;
}
.subs-item__price {
  text-align: right;
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 1.17px;
  margin-left: auto;
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}
@media (max-width: 680px) {
  .subs-item__price {
    width: 100%;
    margin-top: 8px;
  }
}
.subs-links {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .subs-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
.subs-links .choose-sub {
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  order: 2;
}
@media (min-width: 768px) {
  .subs-links .choose-sub {
    order: 1;
  }
}
@media (min-width: 992px) {
  .subs-links .choose-sub {
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.subs-links .choose-sub:hover {
  text-decoration: underline;
}
.subs-links .submit-btn {
  max-width: 490px;
  order: 1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .subs-links .submit-btn {
    margin-bottom: 0;
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .profile {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #000;
  }
}
.edit-field {
  background-color: transparent;
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 16px;
  right: 0;
  cursor: pointer;
}
.edit-field.active {
  opacity: 0.5;
}
.form-profile {
  max-width: 480px;
  width: 100%;
}
@media (min-width: 480px) {
  .form-profile {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .form-profile {
    margin-left: calc(50% - 375px);
    transform: none;
  }
}
.form-profile [type='submit'] {
  margin-top: 88px;
}
.form-profile .form-input {
  padding-right: 29px;
}
.form-profile .form-input.invalid {
  color: #e64646;
}
.form-profile .submit-btn {
  white-space: inherit;
}
.order-confirm {
  margin: 80px 0 100px;
  text-align: center;
}
.order-confirm__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 1.4px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .order-confirm__title {
    margin-bottom: 16px;
  }
}
.order-confirm__text {
  display: block;
  margin: 0 auto;
  max-width: 580px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1.05px;
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order-confirm__text {
    margin-bottom: 64px;
  }
}
.order-confirm__link {
  max-width: 480px;
  margin: 0 auto;
}
.magazine {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .magazine {
    margin-top: 70px;
  }
}
.magazine-image {
  display: none;
}
@media (min-width: 992px) {
  .magazine-image {
    display: block;
    flex: 0 0 274px;
    width: 274px;
    margin-right: 40px;
    position: relative;
  }
  .magazine-image:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 130.5%;
  }
  .magazine-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.magazine-image__mobile {
  display: block;
  position: relative;
  width: 50%;
}
.magazine-image__mobile:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 127%;
}
.magazine-image__mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .magazine-image__mobile {
    display: none;
  }
}
.magazine-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.magazine-number {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
@media (min-width: 992px) {
  .magazine-number {
    top: 10px;
  }
}
.magazine-number__number {
  font-size: 36px;
}
@media (min-width: 480px) {
  .magazine-number__number {
    font-size: 65px;
  }
}
.magazine-number__year {
  font-size: 10px;
}
@media (min-width: 480px) {
  .magazine-number__year {
    font-size: 18px;
  }
}
.magazine-header {
  order: 2;
}
@media (min-width: 992px) {
  .magazine-header {
    max-width: 680px;
    margin-right: 100px;
    margin-bottom: 30px;
    order: 1;
  }
}
.magazine-header span {
  font-size: 10px;
  line-height: 2.3;
  letter-spacing: 0.89px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .magazine-header span {
    font-size: 16px;
    line-height: 1.44;
  }
}
@media (min-width: 992px) {
  .magazine-header span {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.magazine-header__title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.26;
  letter-spacing: 1.06px;
}
@media (min-width: 768px) {
  .magazine-header__title {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 23px;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .magazine-header__title {
    font-size: 32px;
  }
}
.magazine-header__subtitles {
  display: flex;
  justify-content: space-between;
}
.magazine-header__subtitles h4 {
  position: relative;
  max-width: 49%;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.71px;
}
.magazine-header__subtitles h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: #000;
}
@media (max-width: 991px) {
  .magazine-header__subtitles h4:first-child:before {
    display: none;
  }
  .magazine-header__subtitles h4:last-child {
    padding-left: 7px;
  }
}
@media (min-width: 480px) {
  .magazine-header__subtitles h4 {
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: 0.71px;
  }
}
@media (min-width: 992px) {
  .magazine-header__subtitles h4 {
    padding-left: 18px;
    max-width: 48%;
  }
}
.magazine-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 32px;
  order: 1;
}
@media (min-width: 992px) {
  .magazine-price {
    align-items: center;
    margin-bottom: 40px;
    order: 2;
  }
}
.magazine-price > span {
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  width: 50%;
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media (min-width: 480px) {
  .magazine-price > span {
    font-size: 32px;
  }
}
.magazine-price > span span {
  font-family: 'Navigo Medium', -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  display: block;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .magazine-price > span {
    margin-top: 0;
    line-height: 0.72;
    display: block;
    text-align: left;
  }
  .magazine-price > span span {
    display: none;
  }
}
.magazine-price > h4 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.magazine-price .submit-btn {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .magazine-price .submit-btn {
    margin-top: 0;
    width: 50%;
  }
}
.magazine-price small {
  display: none;
}
@media (min-width: 992px) {
  .magazine-price small {
    display: inline-block;
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: 1px;
    width: 100%;
  }
}
.magazine-content {
  order: 3;
  padding-top: 57px;
  border-top: 1px solid #000;
  margin-top: 85px;
}
@media (min-width: 992px) {
  .magazine-content {
    margin-top: 0;
  }
}
.magazine-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 48px;
}
.magazine-content h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 1.39px;
  margin-bottom: 24px;
}
.magazine-content__part:not(:last-of-type) {
  margin-bottom: 40px;
}
.magazine-content__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.magazine-content__list li {
  display: flex;
  align-items: center;
}
.magazine-content__list li:not(:last-child) {
  margin-bottom: 8px;
}
.magazine-content__list li span {
  line-height: 24px;
}
.magazine-content__list li span:first-child {
  max-width: 72px;
  width: 100%;
  font-size: 21px;
  letter-spacing: 1.17px;
}
@media (min-width: 480px) {
  .magazine-content__list li span:first-child {
    max-width: 105px;
  }
}
.magazine-content__list li span:last-child {
  font-size: 18px;
  letter-spacing: 1px;
}
.magazine-tags {
  display: flex;
  flex-wrap: wrap;
  order: 5;
  margin-top: 80px;
}
.magazine-tags a {
  padding: 5px 8px 0px 8px;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-right: 20px;
  transition: all 0.3s;
}
.magazine-tags a:hover {
  background-color: #000;
  color: #fff;
}
.magazine-share {
  margin-top: 50px;
  order: 6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .magazine-share {
    margin-left: -20px;
  }
}
.magazine-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  position: relative;
  margin-right: 80px;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .magazine-share__link {
    margin-bottom: 0;
  }
}
@media (min-width: 543px) {
  .magazine-share__link {
    margin-right: 45px;
  }
}
.magazine-share__link:hover {
  opacity: 0.8;
}
.magazine-share__count {
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-35%);
  font-size: 18px;
}
.subscription {
  margin-top: 78px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .subscription {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.subscription.main-subs {
  margin-top: 45px;
}
.subscription-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subscription-title {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 33px;
  }
}
.subscription-block {
  border: 2px solid #000;
  position: relative;
  padding: 15px 15px 40px;
  margin: 0 -10px;
}
.subscription-block.without-digital {
  max-width: 1000px;
}
@media (min-width: 375px) {
  .subscription-block {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .subscription-block {
    padding: 32px 30px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: unset;
  }
}
@media (min-width: 1200px) {
  .subscription-block {
    padding: 32px 80px;
  }
}
@media (min-width: 1280px) {
  .subscription-block {
    justify-content: flex-start;
    padding: 32px 103px;
  }
  .subscription-block.without-digital {
    justify-content: center;
  }
}
.subscription-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 4px;
  height: 37%;
  background-color: #fff;
}
.subscription-block__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 375px) {
  .subscription-block__item {
    width: 272px;
  }
}
@media (min-width: 992px) {
  .subscription-block__item:not(:last-child) {
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .subscription-block__item:not(:last-child) {
    margin-right: 86px;
  }
}
.subscription-block__item-image {
  position: relative;
  margin-bottom: 15px;
}
.subscription-block__item-image:before {
  content: '';
  display: block;
  padding-top: 71%;
}
.subscription-block__item-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  height: 190px;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.subscription-block__item-image img:last-child {
  bottom: -3px;
  left: 60px;
  width: 165px;
  height: 110px;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}
.digital .subscription-block__item-image img {
  position: absolute;
  /*top: 30%;*/
  /*left: 8%;*/
  /*width: 70%;*/
  /*height: 70%;*/
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}
@media (min-width: 992px) {
  .digital .subscription-block__item-image img {
    /*left: 18%;*/
    /*width: 64%;*/
    /*height: 60%;*/
  }
}
.subscription-block__item-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.5px;
  margin-bottom: 27px;
}
.subscription-block__item-info h4 {
  color: #000;
  font-weight: 600;
  line-height: 38px;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.subscription-block__item-info h4 span {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 0;
}
.subscription-block__item-info p {
  line-height: 1.2;
  margin-bottom: 13px;
  flex-grow: 1;
}
.subscription-block__item-info span {
  font-weight: 600;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
}
.modal-white {
  position: relative;
  background: #fff;
  padding: 50px 20px 30px 20px;
  width: auto;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0px 0px 68px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .modal-white {
    max-width: 600px;
    padding: 80px 35px 40px 25px;
  }
}
@media (min-width: 768px) {
  .modal-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .modal-inner > div {
    width: calc(50% - 12px);
  }
}
.modal-inner__text {
  display: flex;
  flex-direction: column;
}
.modal-inner__text h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.23;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  order: 1;
}
@media (min-width: 768px) {
  .modal-inner__text h3 {
    margin-bottom: 36px;
    order: unset;
  }
}
.modal-inner__text span {
  display: none;
}
@media (min-width: 768px) {
  .modal-inner__text span {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
}
.modal-inner__btn {
  margin-top: 30px;
  font-size: 10px;
  border-width: 13px;
  order: 3;
}
@media (min-width: 768px) {
  .modal-inner__btn {
    margin-top: 36px;
  }
}
.modal-inner__image {
  position: relative;
  order: 2;
}
.modal-inner__image:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 188px;
}
.modal-inner__image img {
  position: absolute;
}
.modal-inner__image img:first-child {
  width: 145px;
  height: 188px;
  top: 0;
  left: 0;
}
.modal-inner__image img:last-child {
  width: 165px;
  height: 110px;
  right: 0;
  bottom: -2px;
}
.modal-cart {
  max-width: 280px;
  border: 10px solid #e5e5e5;
  padding: 30px 14px 25px;
}
@media (min-width: 480px) {
  .modal-cart {
    max-width: 480px;
    border-width: 19px;
    padding: 30px 20px 20px;
  }
}
.modal-cart h5 {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 1.06px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .modal-cart h5 {
    font-size: 19px;
    line-height: 1.26;
  }
}
.modal-cart .modal-inner > div {
  width: 100%;
}
.modal-cart .modal-inner__btn {
  width: 100%;
  margin-top: 30px;
  font-size: 13px;
  border-width: 19px;
  padding: 5px 10px;
}
@media (min-width: 480px) {
  .modal-cart .modal-inner__btn {
    font-size: 16px;
    margin-top: 40px;
    padding: 10px;
  }
}
.modal-cart .modal-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 4px solid #000;
}
.modal-cart .modal-list__item {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .modal-cart .modal-list__item {
    align-items: flex-start;
    padding: 16px 0;
  }
}
.modal-cart .modal-list__item:first-child {
  border-top: none;
}
.modal-cart .modal-list__item-image {
  flex: 0 0 37px;
  width: 37px;
  height: 55px;
}
@media (min-width: 480px) {
  .modal-cart .modal-list__item-image {
    flex: 0 0 64px;
    width: 64px;
    height: 84px;
  }
}
.modal-cart .modal-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.modal-cart .modal-list__item-info {
  margin-left: 10px;
  margin-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .modal-cart .modal-list__item-info {
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modal-cart .modal-list__item-info span {
  display: block;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 1.17px;
}
@media (min-width: 480px) {
  .modal-cart .modal-list__item-info span {
    font-size: 21px;
    line-height: 1.14;
  }
}
.modal-cart .modal-list__item-remove {
  display: block;
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  align-self: start;
}
@media (min-width: 480px) {
  .modal-cart .modal-list__item-remove {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 17px;
  }
}
.modal-cart .modal-list__item-remove img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.modal-cart .modal-total {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .modal-cart .modal-total {
    margin-top: 24px;
  }
}
.modal-cart .modal-total span {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.17px;
}
@media (min-width: 480px) {
  .modal-cart .modal-total span {
    font-size: 21px;
    line-height: 1.14;
  }
}
.modal-cart .mfp-close {
  font-size: 0;
}
@media (min-width: 480px) {
  .modal-cart .mfp-close {
    width: 55px;
  }
}
@media (max-width: 479px) {
  .modal-cart .mfp-close {
    width: 33px;
  }
  .modal-cart .mfp-close:before {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 479px) and (min-width: 480px) {
  .modal-cart .mfp-close:before, .modal-cart .mfp-close:after {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .mfp-bg {
    background-color: transparent;
  }
}
button.mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
button.mfp-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/close.svg) no-repeat center / 100%;
}
@media (min-width: 480px) {
  button.mfp-close:before, button.mfp-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -12px;
    width: 24px;
    height: 1.5px;
    background: none;
    background-color: #000;
  }
  button.mfp-close:before {
    transform: rotate(45deg);
  }
  button.mfp-close:after {
    transform: rotate(-45deg);
  }
}
.cart {
  padding: 70px 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cart {
    padding: 70px 0 120px;
  }
}
.cart-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 4px solid #000;
}
.step-2 .cart-list {
  margin-top: 64px;
}
.cart-list__item {
  position: relative;
  padding: 16px 0;
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cart-list__item {
    padding: 16px 100px 16px 60px;
    flex-wrap: nowrap;
  }
}
.cart-list__item .remove-item {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 16px;
  right: 0;
}
@media (min-width: 768px) {
  .cart-list__item .remove-item {
    top: 32px;
    right: 14px;
  }
}
.cart-list__item-image {
  flex: 0 0 72px;
  width: 72px;
  height: 96px;
}
@media (min-width: 768px) {
  .cart-list__item-image {
    flex: 0 0 104px;
    width: 104px;
    height: 138px;
  }
}
.cart-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.cart-list__item-name {
  padding: 0 32px 0 15px;
  width: calc(100% - 72px);
}
@media (min-width: 768px) {
  .cart-list__item-name {
    width: auto;
    padding: 15px 0 0 0;
    margin: 0 40px;
  }
}
.cart-list__item-name h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.71px;
}
@media (min-width: 768px) {
  .cart-list__item-name h4 {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.14;
    letter-spacing: 1.17px;
  }
}
.cart-list__item-name span {
  text-transform: uppercase;
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 1.43px;
}
@media (min-width: 768px) {
  .cart-list__item-name span {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1.05px;
  }
}
.cart-list__item-price {
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 1.17px;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .cart-list__item-price {
    width: auto;
    flex-shrink: 0;
    margin-left: auto;
    align-self: center;
  }
}
.cart-total {
  margin-top: 32px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12;
  text-align: right;
  letter-spacing: 1.39px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cart-total {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-total span {
    margin-left: 110px;
  }
  .cart-total span:first-child {
    margin-left: 0;
  }
}
.cart-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .cart-links {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 88px;
  }
}
.cart-links a:first-child {
  flex-shrink: 0;
  text-align: center;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  order: 2;
  padding: 15px;
}
@media (min-width: 768px) {
  .cart-links a:first-child {
    padding: 0;
    order: 1;
    margin-right: 20px;
  }
}
.cart-links a:first-child:hover {
  text-decoration: underline;
}
.cart-links .submit-btn {
  max-width: 480px;
  order: 1;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .cart-links .submit-btn {
    order: 2;
    margin-bottom: 0;
  }
}
.cart-empty {
  text-align: center;
  padding: 100px 0 125px;
}
.cart-empty .submit-btn {
  display: block;
  margin-top: 64px;
}
.cart-empty + .subscription {
  display: none;
}
@media (min-width: 768px) {
  .cart-empty {
    padding: 100px 0 155px;
  }
  .cart-empty .submit-btn {
    display: none;
  }
  .cart-empty + .subscription {
    display: block;
  }
}
.cart-empty h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 1.39px;
  margin-bottom: 16px;
}
.cart-empty p {
  margin: 0;
  font-family: GraphikLC, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1.05px;
}
.checkout-page {
  padding: 112px 0 102px;
}
@media (min-width: 768px) {
  .checkout-page {
    padding: 80px 0 120px;
  }
}
.form-checkout {
  max-width: 1000px;
  margin: 0 auto;
}
.form-checkout .cart-links {
  margin-top: 88px;
}
@media (min-width: 768px) {
  .form-checkout .cart-links {
    margin-top: 120px;
  }
}
.step-2 .form-checkout .cart-links {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .form-checkout .cart-links a {
    display: none;
  }
}
.form-checkout .cart-links .submit-btn {
  margin: 0;
  padding: 10px 6px;
}
.form-checkout .form-row {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .form-checkout .form-row {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  .subs-col {
    width: calc(100% / 2 - 20px);
  }
}
.subs-page {
  padding: 70px 0 227px;
  display: flex;
  flex-direction: column;
}
.subs-page.step-1 {
  padding: 64px 0 120px;
}
.subs-page.step-1 .submit-btn {
  margin-top: 88px;
}
.subs-page.step-1 .form {
  max-width: 480px;
  margin: 0 auto;
}
.subs-page.step-2 {
  padding: 80px 0 120px;
  max-width: 1000px;
  margin: 0 auto;
}
.subs-page.step-2 .form {
  width: 100%;
}
.subs-page.step-2 .form-row {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .subs-page.step-2 .form-row {
    margin-left: 100px;
  }
}
.subs-page.step-2 .form .cart-links {
  margin-top: 88px;
}
.subs-page.step-2 .form .cart-links a {
  display: none;
}
@media (min-width: 768px) {
  .subs-page.step-2 .form .cart-links a {
    display: block;
  }
}
.subs-page.step-2 .form textarea {
  resize: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: none;
}
.subs-page.step-2 .form textarea.auto {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .subs-page {
    padding: 70px 0 120px;
  }
}
@media (min-width: 1200px) {
  .subs-page {
    flex-direction: row;
    justify-content: space-between;
  }
}
.subs-page h2 {
  font-size: 32px;
  line-height: 1.12;
  margin-top: 40px;
  margin-bottom: 24px;
}
.subs-page p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.33;
}
.card {
  position: relative;
  font-family: DrukTextWideCy, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 20px 48px;
  width: 100%;
  max-width: 272px;
  box-shadow: 0 0 0 2px #000;
  transition: box-shadow 0.3s;
}
.card-block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 64px;
}
@media (min-width: 680px) {
  .card-block {
    align-items: unset;
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .card-block {
    margin-top: 0;
    justify-content: space-between;
  }
}
@media (min-width: 680px) {
  .card {
    width: calc(100% / 2 - 20px);
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .card {
    max-width: none;
    padding: 44px 24px 48px;
  }
}
.card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 6px;
  height: 40%;
  background-color: #fff;
}
.card:first-child {
  margin-top: 32px;
}
@media (min-width: 680px) {
  .card:first-child {
    margin-top: 0;
  }
}
@media (min-width: 680px) {
  .card:last-child {
    margin-left: 40px;
  }
}
.card:last-child:before {
  bottom: auto;
  top: 0;
  height: 30%;
}
.card:hover, .card:focus {
  box-shadow: 0 0 0 4px #000;
}
.card:hover .submit-btn, .card:focus .submit-btn {
  border-color: #000;
}
.card-count {
  font-size: 144px;
  line-height: 1;
  margin-bottom: 10px;
}
.card-month {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  font-weight: 600;
  flex-grow: 1;
}
.card-price span {
  margin-top: 10px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.85px;
}