/* Box sizing rules */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* Remove default padding */
ul[class],
ol[class],
button {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-anchor: none;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a[class] {
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #03a9f4;
  cursor: pointer;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: center;
  display: block;
  color: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: local("Montserrat"), url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: local("Montserrat"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: local("Montserrat"), url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local("Montserrat"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: local("Montserrat"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Playfair-Display-italic";
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  src: local("Playfair-Display-italic"), url("../fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff");
  unicode-range: U+000-5FF;
}
.fallback-font {
  font-family: Verdana, sans-serif;
  word-spacing: -0.15px;
  font-size: 59.25%;
}
.fallback-font * {
  line-height: 1.2;
}

.fonts-loaded {
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 1.4rem;
  color: #151515;
}

p,
a,
span {
  line-height: 1.214em;
}

.h-1 {
  font-size: 2.8rem;
  line-height: 1.214em;
}

.h-2 {
  font-size: 2.2rem;
  line-height: 1.227em;
}

.text {
  line-height: 2em;
}

a {
  color: inherit;
  transition: 0.2s ease-out;
}

.mega-title {
  font-size: 4.2rem;
}

.subhead {
  font-size: 1.6rem;
}
.subhead_bold {
  font-weight: bold;
  line-height: 1.25em;
}

.small-text {
  font-size: 1.2rem;
  line-height: 1.25em;
}

.details-text {
  font-size: 1.1rem;
  line-height: 1.18em;
}

.tag-text {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.tag-text_purple {
  color: #ec4d80;
}
.tag-text_green {
  color: #5dac32;
}
.tag-text_purple-second {
  color: #7138b8;
}
.tag-text_orange {
  color: #f4ac3d;
}
.tag-text_pony {
  color: #ef8ba1;
}

.link {
  color: #03a9f4;
  cursor: pointer;
}

.global-preload * {
  transition: none !important;
}

.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 77px;
}

main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1220px;
  padding: 0 25px;
  margin: 0 auto;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #d6dce1;
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 98;
  visibility: hidden;
}
.overlay_active {
  opacity: 0.9;
  visibility: visible;
}

.section {
  padding: 48px 0;
}
.section__title {
  padding-bottom: 25px;
  width: 100%;
}
.section__title_light {
  color: #fff;
}

.sidebar-layout__sidebar {
  margin-top: 32px;
  max-width: 300px;
  margin: 20px auto 0;
}

.figure {
  position: relative;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
  background-color: #fff;
}

.object-fit {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.object-fit_cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-yellow {
  background-color: #f8d529;
}

.bg-sky {
  background-color: #5ca5ef;
}

.bg-purple-second {
  background-color: #7138b8;
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.divider-text {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.divider-text::before, .divider-text::after {
  content: "";
  display: inline-block;
  height: 1px;
  flex-grow: 1;
  background-color: #e3e3e3;
  margin-bottom: 1px;
}

.divider-text__text {
  margin: 0 10px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.btn_w-100 {
  width: 100%;
}

.primary-btn {
  border-radius: 26px;
  line-height: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #ec4d80;
  min-width: 160px;
  padding: 12.5px 25px;
  height: 42px;
  font-weight: 600;
  border: 1px solid transparent;
}
.primary-btn + .primary-btn {
  margin-top: 14px;
}
.primary-btn:hover, .primary-btn_ghost {
  background-color: transparent;
  border-color: #ec4d80;
  color: #ec4d80;
}
.primary-btn_ghost:hover {
  color: #fff;
  background-color: #ec4d80;
}
.primary-btn_white {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.primary-btn_white:hover {
  border-width: 2px;
}
.primary-btn_dark-grey {
  color: #fff;
  background-color: #333c3b;
}
.primary-btn_dark-grey:hover {
  color: #333c3b;
  border-color: #333c3b;
}
.primary-btn_sm {
  height: 32px;
  min-width: 133px;
  font-size: 1.2rem;
  padding: 9px 18px;
}
.primary-btn_border-grey {
  border-color: #c1c4cc;
}
.primary-btn_lg {
  height: 52px;
}

.primary-btn__icon {
  margin-right: 10px;
}

.primary-btn__text {
  display: block;
  margin: 0 auto;
}

.hamburger-btn {
  display: block;
  width: 24px;
  padding: 6.11px 2.5px;
  position: relative;
}
.hamburger-btn::before, .hamburger-btn::after, .hamburger-btn__inner {
  content: "";
  display: block;
  height: 1.6px;
  background-color: #1bc5bd;
  border-radius: 25px;
}

.hamburger-btn__inner {
  margin: 3.5px 0;
  transform-origin: 0% 100%;
}

.icon-btn {
  padding: 5px;
  border-radius: 50%;
  line-height: 0;
}

.dropdown:hover .icon-btn,
.icon-btn:hover {
  background-color: #1bc5bd;
}
.dropdown:hover .icon-btn svg,
.icon-btn:hover svg {
  stroke: #fff;
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown__inner {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.dropdown__inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -12px;
  top: 85%;
  white-space: nowrap;
  z-index: 97;
  padding-top: 10px;
  transition: 0.2s ease;
}
.dropdown__inner_left {
  right: auto;
  left: 0;
}

.dropdown__body {
  background-color: #fff;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 12px 12px 12px 8px;
  min-width: 120px;
  position: relative;
}
.dropdown__body::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: 22px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.dropdown__item {
  display: flex;
  align-items: center;
}
.dropdown__item:not(:first-child) {
  margin-top: 11px;
}
.dropdown__item:hover {
  color: #ec4d80;
}
.dropdown__item:hover svg {
  stroke: #ec4d80;
}

.dropdown__icon {
  margin-right: 8px;
}

.sprite-icon {
  fill: none;
  transition: 0.2s ease-out;
}

.load-icon {
  display: none;
}
.load-icon_active {
  display: block;
}

.field {
  display: block;
  padding: 13px 20px 13px 24px;
  background: #f0eff4;
  border-radius: 26px;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #151515;
}
.field + .field {
  margin-top: 14px;
}
.field::-moz-placeholder {
  color: #b0afb4;
}
.field:-ms-input-placeholder {
  color: #b0afb4;
}
.field::placeholder {
  color: #b0afb4;
}
.field_ghost {
  background: transparent;
  border: 1px solid #d6dce1;
  padding-top: 12px;
}
.field_lg {
  padding-top: 17px;
  padding-bottom: 18px;
}
.field_error {
  border: 1px solid #cb0025;
}
.field_valid {
  border: 1px solid #5dac32;
}

.label {
  display: block;
  margin-top: 24px;
}

.label__field {
  margin-top: 8px;
}

.label__text {
  padding-left: 24px;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form__footer {
  margin-top: auto;
}

.form__submit {
  margin-top: 24px;
}

.field-msg {
  text-align: right;
  display: block;
  padding: 5px 20px 14px;
  font-size: 1.2rem;
}
.field-msg_error {
  color: #cb0025;
}
.field-msg_success {
  color: #5dac32;
}

.header-container {
  width: 100%;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 98;
}

.header {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  position: relative;
}

.header__inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0;
}
.header__logo {
  margin: 0 auto;
}

.header__nav {
  display: flex;
  align-items: center;
}

.nav__link {
  font-weight: 600;
}
.nav__link:hover {
  color: #ec4d80;
}

.header__link {
  margin-left: 15px;
}
.header__link:not(.btn) {
  font-weight: 700;
}

.header__cta {
  display: none;
}

.header-buttons {
  position: relative;
  z-index: 3;
}

.inline-search {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  transform: translateX(100%);
  visibility: hidden;
  background-color: #fff;
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.inline-search_active {
  transform: translateX(0);
  visibility: visible;
}
.inline-search_active .inline-search__close {
  left: 0;
}

.inline-search__input {
  flex-grow: 1;
  height: 100%;
  background-color: #fbfbfb;
  border: none;
  padding: 10px 60px 10px 32px;
  position: relative;
  z-index: 2;
}
.inline-search__input::-moz-placeholder {
  font-style: italic;
  color: rgba(20, 20, 20, 0.5);
}
.inline-search__input:-ms-input-placeholder {
  font-style: italic;
  color: rgba(20, 20, 20, 0.5);
}
.inline-search__input::placeholder {
  font-style: italic;
  color: rgba(20, 20, 20, 0.5);
}

.inline-search__close {
  margin: 0 24px;
  position: relative;
  left: 50px;
  z-index: 1;
  transition: 0.3s ease;
  transition-delay: 0.3s;
}

.page-progress {
  display: flex;
  height: 5px;
  width: 100%;
}

.page-progress__inner {
  height: 100%;
  width: 0%;
  border-radius: 0 10px 10px 0;
  background-color: #1bc5bd;
}
.page-progress__inner_scrolled {
  width: 100%;
  background-color: #ec4d80;
}

.footer {
  background-color: #000000;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0 32px;
}

.footer__nav {
  max-width: 435px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 47px auto 23.45px;
}

.footer__link {
  color: #ffffff;
  margin: 0px 16px 25px;
}
.footer__link:hover {
  color: #ec4d80;
}

.footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__social {
  margin-right: 14px;
}
.footer__social:last-of-type {
  margin: 0;
}

.copyright {
  padding: 22px 15px 21px;
  text-align: center;
  background: rgba(196, 196, 196, 0.2);
}

.copyright__text {
  color: #ffffff;
}

.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  padding: 21px 14px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.3s ease-in-out;
}
.side-menu::-webkit-scrollbar {
  display: none;
}
.side-menu_active {
  visibility: visible;
  transform: translateX(0);
}

.menu-close {
  padding: 5px 12px;
  font-weight: 600;
  align-self: flex-start;
}

.menu-close__icon {
  margin-right: 12px;
}

.side-menu__nav {
  flex-grow: 1;
}

.side-menu__heading {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(196, 196, 196, 0.16);
  font-weight: normal;
  font-size: 1.4rem;
  padding: 8px 14px 7px 18px;
  margin-bottom: 3px;
}
.side-menu__heading:first-child {
  margin-top: 21px;
}

.side-menu__link {
  display: block;
  padding: 14px 14px 0 18px;
}

.side-menu__btn {
  margin-top: 30px;
}

.card {
  display: block;
  position: relative;
}
.card_shadow::before, .card_shadow::after, .card__rectangle {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.card_shadow {
  margin-bottom: 15px;
}
.card_shadow::before {
  height: 3px;
  opacity: 0.75;
  z-index: 3;
}
.card_shadow::after {
  margin: 2.7px 6px 0;
  height: 6px;
  opacity: 0.47;
  z-index: 2;
}
.card__rectangle {
  margin: 8.6px 12px 0;
  height: 5px;
  opacity: 0.25;
  z-index: 1;
}
.card:hover .card__body {
  background-color: #fff;
}

.card__body {
  background-color: #fbfbfb;
  padding: 27px 24px 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.15s ease-out;
}

.featured-card {
  display: block;
}

.featured-card__body {
  padding: 27px 32px;
}

.post-mini {
  display: flex;
}

.post-mini__figure {
  width: 46.7%;
}

.post-mini__body {
  padding: 14px 13px 10px;
  flex-grow: 1;
}

.post-mini__text {
  font-weight: bold;
}

.post-card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.post-card:not(:first-of-type) {
  margin-top: 24px;
}

.post-card__body {
  border-top-width: 5px;
  border-top-style: solid;
}
.post-card__body_green {
  border-top-color: #5dac32;
}
.post-card__body_orange {
  border-top-color: #f4ac3d;
}
.post-card__body_purple-second {
  border-top-color: #7138b8;
}

.post-card__text {
  margin-top: 10px;
}

.article-card:not(:first-of-type) {
  margin-top: 48px;
}

.blurb + .article-card {
  margin-top: 16px;
}

.article-card__figure {
  margin-bottom: 10px;
  height: 191px;
}
.article-card__figure_sm {
  height: 155px;
  margin-bottom: 5px;
}
.latest-card:not(:first-child) {
  margin-top: 13px;
}

.latest-card__figure {
  height: 216px;
}

.latest-card__body {
  flex-grow: 1;
}

.latest-card__title {
  margin-top: 8px;
}

.promoted-card {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
}

.promoted-card__body {
  flex-grow: 1;
}

.blurb {
  margin: 32px auto 0;
}
.blurb_content {
  margin-top: 48px;
  border-bottom: 1px solid #e3e3e3;
}
.blurb + * {
  margin-top: 45px;
}

.blurb__title {
  font-weight: normal;
  color: #a0a0a0;
  text-transform: uppercase;
  text-align: center;
}

.blurb__item {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blurb__item:last-child {
  padding-bottom: 32px;
}
.blurb__item_aside:first-of-type {
  padding-top: 12px;
}

.blurb__ad {
  max-width: 350px;
}
.blurb__ad:not(:first-child) {
  margin-top: 25px;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
}
.modal_active {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
}
.modal__inner_padding {
  padding: 50px 30px 30px;
}

.modal__content {
  width: 100%;
  background-color: white;
  height: 100%;
  flex-grow: 1;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.18);
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal__body {
  flex-grow: 1;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  flex-direction: column;
}

.modal__backward {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.modal__close {
  position: absolute;
  top: -45px;
  right: 5px;
  font-size: 2.5rem;
  color: #a0a0a0;
  margin-left: auto;
}
.modal__close:hover {
  color: #151515;
}

.edit-profile__header {
  padding: 100px 42px 40px;
  text-align: center;
}

.edit-profile__body {
  padding-bottom: 48px;
}

.edit-profile__form {
  flex-grow: 1;
  margin-bottom: 12px;
}

.edit-form__footer {
  padding-top: 48px;
}

.photo-upload {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-photo {
  padding-bottom: 8px;
}

.edit-photo__btn {
  height: 42px;
  width: 85px;
  padding: 13px 16px;
  border: 1px solid rgba(2, 166, 242, 0.2);
  border-radius: 26px;
  position: relative;
  z-index: 1;
}
.edit-photo__btn:hover {
  border-color: #02a6f2;
}

.edit-photo__btn_edit {
  margin-right: -40px;
  justify-content: flex-start;
}

.edit-photo__btn_delete {
  margin-left: -40px;
  justify-content: flex-end;
}

.profile-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.newsletter {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.newsletter_mt {
  margin-top: 35px;
}

.newsletter__body {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d6dce1;
  border-radius: 5px;
  box-shadow: -10px 34px 20px -12px rgba(34, 60, 80, 0.26);
}

.newsletter__inner {
  padding: 59px 32px 170px;
}
.newsletter__inner_generic {
  overflow: hidden;
  position: relative;
}
c .newsletter__inner_generic::after {
  content: "";
  display: block;
  position: absolute;
  width: 91px;
  height: 91px;
  left: -30px;
  bottom: -40px;
  background: #f8da55;
  opacity: 0.2;
  border-radius: 50%;
}

.newsletter__image_generic {
  width: 55%;
  position: absolute;
  right: -15px;
  bottom: -25px;
}

.newsletter__title {
  font-family: "Playfair-Display-italic";
  font-style: italic;
  font-size: 3.6rem;
}

.newsletter__subtitle {
  padding-bottom: 23px;
}

.newsletter__text {
  opacity: 0.5;
  padding-bottom: 28px;
}

.newsletter__submit {
  width: 100%;
  margin-top: 10px;
  max-width: 220px;
}

.newsletter__field {
  max-width: 220px;
}

.newsletter__image {
  max-width: 105%;
  position: absolute;
  pointer-events: none;
  bottom: -6%;
  right: -9%;
}

.newsletter__badge {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #c23825;
  width: 153px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18px;
  top: 20px;
  border-radius: 21px 0px 0px 21px;
}
.newsletter__badge::before {
  content: "";
  position: absolute;
  display: block;
  top: 35px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17px 0 0;
  border-color: #a51600 transparent transparent transparent;
}

.newsletter-modal {
  background-color: transparent;
  box-shadow: none;
  flex-grow: 0;
}

.main-section {
  padding: 47px 0;
}

.main-section__articles {
  padding-top: 0.05px;
}

.main-section__card {
  padding-top: 20px;
}

.promoted {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promoted__inner {
  margin-top: -38px;
  width: 100%;
}

.promoted__btn {
  margin: 24px auto 0;
}

.related-articles {
  padding: 75px 0 20px;
}

.article__body p {
  line-height: 2em;
  font-size: 1.8rem;
}
.article__body p + p {
  margin-top: 25px;
}

.article-info {
  display: flex;
  align-items: center;
}

.article-info__icon {
  margin-right: 10px;
}

.post-time {
  color: #a0a0a0;
  margin-left: 8px;
}
.post-time::before {
  content: "|";
  margin-right: 8px;
}

.article__info {
  margin-top: 15px;
}

.article__subhead {
  margin-top: 20px;
}

.article__heading {
  margin-top: 45px;
}
.article__heading + p {
  margin-top: 10px;
}

.article__figure {
  display: table;
  width: 100%;
  margin: 29px auto 0;
  text-align: right;
}
.article__figure + p {
  margin-top: 32px;
}

.article__picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.article__img {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article__figcaption {
  margin-top: 5px;
  color: #a0a0a0;
}
.article__figcaption a {
  color: inherit;
}

.author-info {
  display: flex;
  align-items: center;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.avatar_sm {
  width: 38px;
  height: 38px;
}

.author-info__name {
  margin-left: 11px;
}

.blockquote-section {
  font-size: 1.6rem;
}

.blockquote-section__author {
  margin-bottom: 13px;
}

.blockquote-section__subhead {
  padding-top: 20px;
}

blockquote {
  width: 100%;
  margin-top: 30px;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-style: italic;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
blockquote::before {
  content: "";
  width: 5px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #f8d529;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left-color: #f8d529;
}

blockquote > blockquote {
  margin-left: 2px;
}
blockquote > blockquote::before {
  background-color: #5dac32;
}
blockquote > blockquote::after {
  border-left-color: #5dac32;
}

blockquote > blockquote > blockquote::before {
  background-color: #7138b8;
}
blockquote > blockquote > blockquote::after {
  border-left-color: #7138b8;
}

.block-embed {
  display: flex;
  justify-content: center;
}

.comment-form {
  max-width: 500px;
  margin: 23px auto 0;
  padding-bottom: 20px;
}

.comment-form__field {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.comment-form__attachment {
  padding: 0 20px 0 10px;
}
.comment-form__attachment:hover .comment-form__icon {
  stroke: #03a9f4;
}

.comment-form__input {
  background: inherit;
  height: 100%;
}

.comment-form__btn {
  margin-top: 10px;
}
.comment-form__btn:hover {
  background-color: #fff;
}

.comments {
  margin-top: 76px;
  padding-bottom: 46px;
  border-bottom: 1px solid #e3e3e3;
}

.comment {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.comment__body {
  padding-left: 11px;
  flex-grow: 1;
}

.comment__head {
  display: flex;
  justify-content: space-between;
}

.comment__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment__autor {
  font-weight: bold;
}

.comment__text {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 11px;
}

.comment__media {
  max-height: 370px;
  margin-top: 14px;
  border-radius: 7px;
}

.comment__buttons {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.comment__btn {
  margin-right: 20px;
  color: #656c6b;
}
.comment__btn:hover, .comment__btn_active {
  color: #ec4d80;
}
.comment__btn:hover svg, .comment__btn_active svg {
  stroke: #ec4d80;
}

.comment__icon {
  margin-right: 10px;
}

.comment__more {
  margin-top: 20px;
  font-weight: bold;
  color: #333c3b;
  opacity: 0.5;
  display: none;
}
.comment__more:hover {
  opacity: 1;
}

.comment__arrow {
  margin-left: 10px;
}

.dropdown-more:hover .dropdown-more__btn {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.13);
}
.dropdown-more:hover .dropdown-more__icon {
  stroke: #03a9f4;
}
.dropdown-more::before {
  display: none;
}

.dropdown-more__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.dropdown-more__body {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.13);
}
.dropdown-more__body::after {
  display: none;
}

.share {
  margin-top: 27px;
}

.share__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
}

.share__item {
  margin-top: 15px;
  margin-left: 10px;
}

.comment__replies {
  display: none;
}

.comment__reply_active {
  color: red;
}

.comments-nav {
  margin-top: 35px;
}

.comments-nav__item {
  display: inline-flex;
  margin: 0 10px 10px 0;
}
.comments-nav__item_current {
  color: #ec4d80;
}

.entry-screen {
  text-align: center;
}

.entry-screen__figure {
  margin: 19px auto 0;
}

.entry-screen__body {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 17px;
}

.entry-screen__title {
  padding-bottom: 24px;
}

.entry-screen__divider {
  margin: 50px 0;
}

.entry-screen__item {
  width: 100%;
  max-width: 330px;
}

.entry-screen__form {
  align-items: center;
  margin-top: auto;
}

.entry-screen__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.entry-screen__info {
  padding-top: 40px;
  margin-top: auto;
}

@media screen and (min-width: 480px) {
  .footer__link:last-of-type {
    margin-right: 0;
  }
  .latest-card__figure {
    height: 280px;
  }
  .newsletter__image_generic {
    right: -35px;
    bottom: -55px;
  }
  .newsletter__title {
    font-size: 3.8rem;
  }
  .newsletter__image {
    max-width: 90%;
    bottom: -11%;
  }
}

@media screen and (min-width: 768px) {
  .wrap_light-grey {
    background-color: #fbfbfb;
  }
  .sidebar-layout {
    display: flex;
  }
  .sidebar-layout__content {
    flex-grow: 1;
    padding-right: 30px;
  }
  .sidebar-layout__sidebar {
    margin-top: 0;
    width: 100%;
    max-width: 210px;
    flex-shrink: 0;
  }
  .header-container_z-top {
    z-index: 100;
  }
  .header {
    padding: 18px 18px;
  }
  .header__inner {
    justify-content: space-between;
    padding-left: 25px;
  }
  .header__logo {
    margin: 0;
  }
  .header-buttons {
    display: flex;
    align-items: center;
    margin-left: 25px;
  }
  .header-buttons__item:not(:first-child) {
    margin-left: 10px;
  }
  .inline-search {
    width: 62.5%;
  }
  .featured-card {
    max-width: 700px;
  }
  .post-mini {
    max-width: 450px;
  }
  .post-card {
    display: flex;
    max-width: 900px;
  }
  .post-card__figure {
    height: auto;
    width: 35.77%;
    min-width: 220px;
  }
  .post-card__body {
    padding-bottom: 29px;
    flex-grow: 1;
  }
  .article-card {
    max-width: 432px;
  }
  .article-card_sm {
    max-width: 210px;
  }
  .article-card__figure {
    height: 226px;
  }
  .article-card__figure_sm {
    height: 110px;
  }
  .latest-card__figure {
    max-height: 300px;
  }
  .promoted-card {
    max-width: 400px;
  }
  .promoted-card__figure {
    max-height: 196px;
  }
  .modal__inner {
    padding: 110px 20px 30px;
  }
  .modal__inner_full {
    padding: 0px;
  }
  .modal__content {
    border-radius: 10px;
  }
  .modal__content:not(.entry-screen) {
    flex-grow: 0;
  }
  .modal__backward {
    display: none;
  }
  .edit-profile {
    max-width: 480px;
  }
  .edit-profile__header {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 32px;
    border-bottom: 1px solid #e3e3e3;
  }
  .edit-profile__body {
    padding: 32px 75px 48px;
  }
  .edit-profile__title {
    font-size: 1.6rem;
  }
  .newsletter {
    max-width: 712px;
  }
  .newsletter_mt {
    margin-top: 70px;
  }
  .newsletter__inner {
    padding: 52px 55px 110px;
  }
  c .newsletter__inner_generic::after {
    width: 151px;
    height: 151px;
    left: -40px;
    bottom: -100px;
  }
  .newsletter__image_generic {
    width: 50%;
    right: -60px;
    bottom: -90px;
  }
  .newsletter__title {
    font-size: 4.8rem;
  }
  .newsletter__form {
    max-width: 70%;
  }
  .newsletter__submit {
    max-width: 250px;
  }
  .newsletter__field {
    max-width: 250px;
  }
  .newsletter__image {
    max-width: 85%;
    bottom: -63px;
    right: -72px;
  }
  .newsletter__badge {
    width: 184px;
    height: 42px;
    top: 40px;
    right: -21px;
  }
  .newsletter__badge::before {
    border-width: 16px 21px 0 0;
    top: 42px;
  }
  .main-section__inner {
    display: flex;
  }
  .main-section__featured {
    width: 59.82%;
  }
  .main-section__articles {
    width: 40.18%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  .main-section__card:first-child {
    padding-top: 23px;
  }
  .promoted__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }
  .promoted__card {
    width: calc(33.33% - 24px);
    margin-left: 24px;
  }
  .promoted__btn {
    margin-top: 48px;
  }
  .related-articles {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 75px;
  }
  .related-articles__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -48px 0 0 -36px;
  }
  .related-articles__card {
    width: calc(50% - 36px);
    margin-left: 36px;
    margin-top: 48px;
  }
  .article__subhead {
    margin-top: 32px;
  }
  .article__figure + p {
    margin-top: 25px;
  }
  blockquote {
    margin-left: 39px;
    padding-left: 43px;
  }
  blockquote > blockquote {
    margin-left: -21px;
  }
  .comment-form {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .comment-form__field {
    padding-right: 20px;
  }
  .comment-form__btn {
    position: relative;
    width: auto;
    min-width: 200px;
    margin: 0 0 0 -30px;
  }
  .comment {
    margin-top: 35px;
  }
  .share {
    display: flex;
    align-items: center;
  }
  .share__inner {
    margin-left: 10px;
  }
  .share__item {
    margin-top: 0;
  }
  .entry-screen {
    flex-direction: row;
    border-radius: 0;
  }
  .entry-screen__figure {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    width: 49.1%;
    padding: 32px;
    flex-shrink: 0;
    max-width: 825px;
  }
  .entry-screen__figure_login {
    background-image: url(../images/login.jpg);
  }
  .entry-screen__figure_signup {
    background-image: url(../images/register.jpg);
  }
  .webp .entry-screen__figure_login {
    background-image: url(../images/login.webp);
  }
  .webp .entry-screen__figure_signup {
    background-image: url(../images/register.jpg);
  }
  .entry-screen__body {
    position: relative;
  }
  .entry-screen__details {
    justify-content: center;
  }
  .entry-screen__top-text {
    position: absolute;
    top: 22px;
    right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .h-1 {
    font-size: 3.6rem;
  }
  .h-2 {
    font-size: 2.4rem;
    line-height: 1.33em;
  }
  .mega-title {
    font-size: 4.8rem;
  }
  .tag-text {
    font-size: 1.1rem;
  }
  .wrap {
    margin-top: 71px;
  }
  .section__title {
    padding-bottom: 30px;
  }
  .sidebar-layout__content {
    padding-right: 60px;
  }
  .header {
    padding: 15px 32px;
  }
  .header__link {
    margin-left: 20px;
  }
  .header__cta_show {
    display: flex;
  }
  .header-buttons__item:not(:first-child) {
    margin-left: 14px;
  }
  .inline-search {
    width: 70%;
    max-width: 1450px;
  }
  .featured-card__body {
    padding: 39px 32px 36px 40px;
  }
  .post-mini {
    min-height: 125px;
  }
  .post-mini__figure {
    width: 44%;
  }
  .post-mini__body {
    padding: 14px 24px 10px;
  }
  .post-card:not(:first-of-type) {
    margin-top: 32px;
  }
  .post-card__figure {
    height: 170px;
  }
  .post-card__body {
    padding-left: 26px;
  }
  .latest-card {
    display: flex;
    min-height: 227px;
  }
  .latest-card:not(:first-child) {
    margin-top: 48px;
  }
  .latest-card__figure {
    height: auto;
    width: 48.22%;
  }
  .latest-card__body {
    padding-bottom: 27px;
  }
  .blurb__item {
    flex-direction: row;
    justify-content: center;
  }
  .blurb__ad:not(:first-child) {
    margin-left: 80px;
    margin-top: 0;
  }
  .newsletter__image {
    max-width: 100%;
    bottom: -75px;
    right: -160px;
  }
  .main-section__articles {
    justify-content: space-between;
  }
  .comments {
    margin-top: 100px;
  }
  .entry-screen__body {
    padding: 60px 48px 21px 64px;
  }
  .entry-screen__title {
    padding-bottom: 51px;
  }
  .entry-screen__info {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 55px;
  }
  .header__link {
    margin-left: 50px;
  }
  .post-mini__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-full {
    margin-left: -25px;
    margin-right: -25px;
  }
  .modal_top {
    z-index: 101;
  }
  .newsletter__subtitle {
    font-size: 1.6rem;
  }
  .article-section {
    padding-top: 24px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .object-fit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .object-fit_y {
    height: 100%;
    width: auto;
  }
  .object-fit_x {
    height: auto;
    width: 100%;
  }
}
