/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* Regular */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    local("Montserrat"),
    url("https://static.rambler.ru/fonts/Montserrat/regular.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/regular.woff") format("woff");
}
/* Semibold */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    local("Montserrat"),
    url("https://static.rambler.ru/fonts/Montserrat/semibold.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/semibold.woff") format("woff");
}
/* Black */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  /* stylelint-disable */
  font-display: optional;
  /* stylelint-enable */
  src:
    local("Montserrat"),
    url("https://static.rambler.ru/fonts/Montserrat/black.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/black.woff") format("woff");
}
/* Regular */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    local("Lora"),
    url("https://static.rambler.ru/fonts/Lora/regular.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Lora/ios14-osx11-fix/regular.woff") format("woff");
}
/* Regular Italic */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    local("Lora"),
    url("https://static.rambler.ru/fonts/Lora/regular-italic.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Lora/ios14-osx11-fix/regular-italic.woff") format("woff");
}
/* Bold */
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    local("Lora"),
    url("https://static.rambler.ru/fonts/Lora/bold.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Lora/ios14-osx11-fix/bold.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    url("//static.rambler.ru/fonts/Roboto/regular.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Roboto/regular.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  /* stylelint-disable */
  font-display: swap;
  /* stylelint-enable */
  src:
    url("//static.rambler.ru/fonts/Roboto/medium.woff2") format("woff2"),
    url("https://static.rambler.ru/fonts/Roboto/medium.woff") format("woff");
}

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-article--dir1 {
    position: relative;
    z-index: 1;
    float: right;
    width: 300px;
    height: 300px;
    margin: 0 0 15px 15px;
  }
.banner--native-article--dir1.banner--empty, .banner--native-article--dir1 .ad_native_desc {
      display: none;
    }
.banner--native-article--dir1 .ad_native_wrapper a {
      position: relative;
      z-index: 10;
      display: block;
      width: 100%;
      height: 100%;
      color: #262626;
    }
.banner--native-article--dir1:hover .ad_native_img {
      opacity: 0.9;
    }
.banner--native-article--dir1:visited .ad_native_title {
      color: #676767;
    }
.banner--native-article--dir1 .ad_native_sponsored {
      display: none;
    }
.banner--native-article--dir1 .ad_native_img {
      width: 300px;
      height: 300px;
      background: #dcdfe7;
      border-radius: 1px;

      transition: 0.2s opacity;
    }
.banner--native-article--dir1 .ad_native_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: opacity 0.2s;
    }
.banner--native-article--dir1 .ad_native_title_wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      width: 300px;
      padding: 0 20px 24px;
      font-family: Roboto,Arial-fallback,Helvetica-fallback,sans-serif;
      line-height: 14px;
    }
@media (max-width: 1274px) {
.banner--native-article--dir1 .ad_native_title_wrapper {
        width: 300px
    }
      }
.banner--native-article--dir1 .ad_native_sponsored_clone {
      display: block;
      margin-top: 20px;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #8d96b2;

      transition: 0.2s color, 0.2s background-color;
    }
.banner--native-article--dir1 .ad_native_sponsored_clone:hover {
        color: #315efb;
      }
.banner--native-article--dir1 .ad_native_title {
      max-height: 180px;
      overflow: hidden;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 26px;
      font-weight: 900;
      line-height: 30px;
      color: #fff;

      transition: 0.2s color, 0.2s background-color;
    }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--nativefooter--dir1 .ad_native_wrapper {
      padding-bottom: 14px;
      border-bottom: 1px solid #e8eaf0;
    }
.banner--nativefooter--dir1 .ad_native_wrapper a {
      display: flex;
      width: 300px;
      color: #262626;
    }
.banner--nativefooter--dir1:hover .ad_native_img {
      opacity: 0.9;
    }
.banner--nativefooter--dir1:visited .ad_native_title {
      color: #676767;
    }
.banner--nativefooter--dir1:hover .ad_native_title {
      color: #315efb;
    }
.banner--nativefooter--dir1 .ad_native_sponsored {
      display: none;
    }
.banner--nativefooter--dir1 .ad_native_img {
      width: 120px;
      min-width: 120px;
      height: 90px;
      overflow: hidden;
      background: #dcdfe7;
      border-radius: 1px;

      transition: 0.2s opacity;
    }
.banner--nativefooter--dir1 .ad_native_img img {
      width: 120px;
      height: 90px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 1px;
      transition: opacity 0.2s;
    }
.banner--nativefooter--dir1 .ad_native_title_wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 0;
      margin-left: 20px;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
      color: #343b4c;
    }
.banner--nativefooter--dir1 .ad_native_sponsored_clone {
      display: block;
      margin-top: 10px;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #8d96b2;
    }
.banner--nativefooter--dir1 .ad_native_sponsored_clone:hover {
        color: #315efb;
      }
.banner--nativefooter--dir1 .ad_native_title {
      max-height: 100px;
      overflow: hidden;
      font-size: 16px;
      line-height: 25px;

      transition: 0.2s color, 0.2s background-color;
    }
.banner--nativefooter--dir1 .ad_native_title span {
      display: block;
    }
.p-woman .banner--nativefooter--dir1:hover .ad_native_title {
    color: #e22366 !important;
  }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-partner--dir1:hover .ad_native_title {
      color: #315efb;
    }
.banner--native-partner--dir1:hover .ad_native_img {
      opacity: 0.9;
    }
.banner--native-partner--dir1.banner--ready {
      margin: 0 15px 0 25px;
    }
.banner--native-partner--dir1 .ad_native_sponsored {
      display: none;
    }
.banner--native-partner--dir1 .ad_native_wrapper {
      padding-bottom: 14px;
      border-bottom: 1px solid #e8eaf0;
    }
.banner--native-partner--dir1 .ad_native_wrapper > a {
      display: flex;

      transition: 0.2s color, 0.2s background-color;
    }
.banner--native-partner--dir1 .ad_native_img {
      flex-shrink: 0;
      width: 120px;
      min-width: 120px;
      height: 90px;
      overflow: hidden;
      background: #dcdfe7;
    }
.banner--native-partner--dir1 .ad_native_title_wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 0;
      margin-left: 20px;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
      color: #343b4c;
    }
.banner--native-partner--dir1 .ad_native_title {
      max-height: 100px;
      overflow: hidden;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
    }
.banner--native-partner--dir1 .ad_native_sponsored_clone {
      display: block;
      margin-top: 10px;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #8d96b2;
    }
.banner--native-partner--dir1 .ad_native_sponsored_clone:hover {
        color: #315efb;
      }
.banner--native-partner--dir1 .ad_native_desc {
      display: none;
    }
.banner--native-partner--dir1 img {
      width: 120px;
      min-width: 120px;
      height: 90px;
      -o-object-fit: contain;
         object-fit: contain;

      transition: 0.2s opacity;
    }
.p-woman .banner--native-partner--dir1:hover .ad_native_title {
    color: #e22366;
  }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-partner--dir1-right-column:hover .ad_native_title {
      color: #315efb;
    }
.banner--native-partner--dir1-right-column:hover .ad_native_img {
      opacity: 0.9;
    }
.banner--native-partner--dir1-right-column.banner--ready {
      margin: 0 15px 0 25px;
    }
.banner--native-partner--dir1-right-column .ad_native_sponsored {
      display: none;
    }
.banner--native-partner--dir1-right-column .ad_native_wrapper > a {
      display: flex;

      transition: 0.2s color, 0.2s background-color;
    }
.banner--native-partner--dir1-right-column .ad_native_img {
      flex-shrink: 0;
      width: 120px;
      min-width: 120px;
      height: 90px;
      overflow: hidden;
      background: #dcdfe7;
    }
.banner--native-partner--dir1-right-column .ad_native_title_wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 0;
      margin-left: 20px;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
      color: #343b4c;
    }
.banner--native-partner--dir1-right-column .ad_native_title {
      max-height: 100px;
      overflow: hidden;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
    }
.banner--native-partner--dir1-right-column .ad_native_sponsored_clone {
      display: block;
      margin-top: 10px;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #8d96b2;
    }
.banner--native-partner--dir1-right-column .ad_native_sponsored_clone:hover {
        color: #315efb;
      }
.banner--native-partner--dir1-right-column .ad_native_desc {
      display: none;
    }
.banner--native-partner--dir1-right-column img {
      width: 120px;
      min-width: 120px;
      height: 90px;
      -o-object-fit: contain;
         object-fit: contain;

      transition: 0.2s opacity;
    }
.p-woman .banner--native-partner--dir1:hover .ad_native_title {
    color: #e22366;
  }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-in-recs--dir1 .ad_native_wrapper {
      padding-bottom: 14px;
      border-bottom: 1px solid #e8eaf0;
    }
.banner--native-in-recs--dir1 .ad_native_wrapper a {
      display: flex;
      width: 300px;
      color: #262626;
    }
.banner--native-in-recs--dir1:hover .ad_native_img {
      opacity: 0.9;
    }
.banner--native-in-recs--dir1:visited .ad_native_title {
      color: #676767;
    }
.banner--native-in-recs--dir1:hover .ad_native_title {
      color: #315efb;
    }
.banner--native-in-recs--dir1 .ad_native_sponsored {
      display: none;
    }
.banner--native-in-recs--dir1 .ad_native_img {
      width: 120px;
      min-width: 120px;
      height: 90px;
      overflow: hidden;
      background: #dcdfe7;
      border-radius: 1px;

      transition: 0.2s opacity;
    }
.banner--native-in-recs--dir1 .ad_native_img img {
      width: 120px;
      height: 90px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 1px;
      transition: opacity 0.2s;
    }
.banner--native-in-recs--dir1 .ad_native_title_wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 0;
      margin-left: 20px;
      font-family: "Lora", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 16px;
      line-height: 25px;
      color: #343b4c;
    }
.banner--native-in-recs--dir1 .ad_native_sponsored_clone {
      display: block;
      margin-top: 10px;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #8d96b2;
    }
.banner--native-in-recs--dir1 .ad_native_sponsored_clone:hover {
        color: #315efb;
      }
.banner--native-in-recs--dir1 .ad_native_title {
      max-height: 100px;
      overflow: hidden;
      font-size: 16px;
      line-height: 25px;

      transition: 0.2s color, 0.2s background-color;
    }
.banner--native-in-recs--dir1 .ad_native_title span {
      display: block;
    }
.p-woman .banner--native-in-recs--dir1:hover .ad_native_title {
    color: #e22366;
  }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-context--dir1_card .ad_native_wrapper a {
      position: relative;
      display: block;
      width: 293px;
      height: 290px;
      border: 1px solid #e8eaf0;
    }
@media (max-width: 1279px) {
.banner--native-context--dir1_card .ad_native_wrapper a {
        width: 315px
    }
      }
.banner--native-context--dir1_card .ad_native_wrapper a:hover {
        border-color: #315efb;
      }
.banner--native-context--dir1_card .ad_native_wrapper a:hover * {
        color: #315efb;
      }
.banner--native-context--dir1_card .ad_native_wrapper a:hover .ad_native_img {
        opacity: 0.9;
      }
.banner--native-context--dir1_card .ad_native_img {
      position: relative;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50%;
      overflow: hidden;
      background: unset !important;
      transition: opacity 0.2s;
    }
.banner--native-context--dir1_card .ad_native_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
.banner--native-context--dir1_card .ad_native_sponsored {
      display: none;
    }
.banner--native-context--dir1_card .ad_native_title_wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 145.5px;
      padding: 15px 20px 25px;
    }
.banner--native-context--dir1_card .ad_native_sponsored_clone {
      order: 2;
      width: 100%;
      overflow: hidden;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #262626;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
.banner--native-context--dir1_card .ad_native_title {
      display: block;
      order: 1;
      max-height: 180px;
      margin-bottom: 10px;
      overflow: hidden;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 18px;
      font-weight: 900;
      line-height: 25px;
      color: #262626;
      text-overflow: ellipsis;
      word-break: break-word;
    }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--native-context--dir1_list {
    width: 685px;
  }
@media (max-width: 1279px) {
.banner--native-context--dir1_list {
      width: 650px
  }
    }
.banner--native-context--dir1_list .ad_native_wrapper {
      padding-bottom: 19px;
      border-bottom: 1px solid #e8eaf0;
    }
.banner--native-context--dir1_list .ad_native_wrapper a {
        position: relative;
        display: flex;
      }
.banner--native-context--dir1_list .ad_native_wrapper:hover .ad_native_title {
        color: #315efb;
      }
.banner--native-context--dir1_list .ad_native_wrapper:hover .ad_native_img {
        opacity: 0.9;
      }
.banner--native-context--dir1_list .ad_native_sponsored, .banner--native-context--dir1_list .ad_native_desc {
      display: none;
    }
.banner--native-context--dir1_list .ad_native_img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 220px;
      min-width: 220px;
      height: 165px;
      overflow: hidden;
      background-color: #eef2f4;
      transition: opacity 0.2s;
    }
.banner--native-context--dir1_list .ad_native_img img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
.banner--native-context--dir1_list .ad_native_title_wrapper {
      display: flex;
      flex-direction: column;
      margin-left: 20px;
    }
.banner--native-context--dir1_list .ad_native_sponsored_clone {
      order: 2;
      font-family: "Montserrat", Georgia-fallback, Times-fallback, Times, serif;
      font-size: 13px;
      line-height: 15px;
      color: #262626;
      white-space: nowrap;
    }
.banner--native-context--dir1_list .ad_native_title {
      order: 1;
      padding-top: 20px;
      margin-bottom: 15px;
      font-family: Montserrat, sans-serif;
      font-size: 26px;
      font-weight: 900;
      line-height: 30px;
      color: #262626;
      word-break: break-word;
      transition: color 0.2s;
    }
.banner--native-context--dir1_list__isRight .ad_native_wrapper a {
      flex-direction: row-reverse;
    }
.banner--native-context--dir1_list__isRight .ad_native_title_wrapper {
      margin-right: 40px;
      margin-left: 0;
    }

/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
/* blue */
/* gray */
/* lavender */
/* text */
/* rating */
/* shadows */
/* transition */
/* breakpoints */
/* mixins */
/* screen size */
/* social buttons */
/* cluster content */
/* animation */
.banner--sponsored {
    max-height: 40px;
    overflow: hidden;
  }
.banner--sponsored .sponsorship-banner-place {
      position: relative;
      display: inline-block;
      height: auto;
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 1.25;
      color: #989898;
      white-space: nowrap;
    }
.banner--sponsored .sponsorship__link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
.banner--sponsored .sponsorship__text {
      display: inline;
      font-family: Arial, Helvetica, sans-serif;
    }
.banner--sponsored .sponsorship__image {
      width: auto;
      max-height: 25px;
      margin-left: 5px;
      vertical-align: middle;
    }


/*# sourceMappingURL=2613.a4f990c0.chunk.css.map*/