/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
.menu-fixed .page-container {
  padding-top: 61px; }
.desctop-menu-fixed .page-container {
  padding-top: 77px; }

.path-offers .featured_bottom .layout-content {
  padding: 0;
  width: 100%; }
@media only screen and (min-width: 1200px) {
  .layout-content {
    width: 1200px; } }
@media only screen and (max-width: 999px) {
  .layout-content {
    padding: 0 20px; } }

.path-vocabulary-hall .page-main-container {
  margin-top: 0; }

.path-node .page-main-container__layout-content, .path-vocabulary-hall .page-main-container__layout-content, .path-frontpage .page-main-container__layout-content {
  padding: 0;
  width: 100%; }

.open-phons a {
  display: block;
  height: 100%;
  font-size: 0; }

.reset-numbered-list-item {
  counter-reset: custom-list-item; }
  .reset-numbered-list-item > .numbered-list-item {
    counter-increment: custom-list-item;
    position: relative;
    padding-left: 35px; }
    .reset-numbered-list-item > .numbered-list-item::before {
      content: counter(custom-list-item);
      position: absolute;
      left: 0;
      top: 0;
      color: #FFFFFF;
      width: 28px;
      height: 28px;
      text-align: center;
      background: #c11819;
      border-radius: 50%;
      line-height: 28px;
      font-size: 15px; }

.login-links-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .login-links-container .auth-link {
    margin: 0 10px; }

a.auth-link {
  width: 240px;
  display: flex;
  border-radius: 10px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  align-items: center;
  justify-content: center; }
  a.auth-link::before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url('../img/vector/svg_sprite.svg?1626961608') 0px 1000px; }
  a.auth-link--vk {
    background-color: #48729e; }
    a.auth-link--vk::before {
      background-position-y: -876px; }
    a.auth-link--vk:hover {
      background-color: #5486bb; }
  a.auth-link--fb {
    background-color: #3c5a98; }
    a.auth-link--fb::before {
      background-position-y: -824px; }
    a.auth-link--fb:hover {
      background-color: #496bb2; }
  a.auth-link--insta {
    background-image: linear-gradient(0deg, #fed271 0%, #f87229 21%, #ca296d 44%, #b03496 70%, #4965d3 100%); }
    a.auth-link--insta::before {
      background-position-y: -928px; }
    a.auth-link--insta:hover {
      background-image: linear-gradient(0deg, #fecf69 0%, #ff772d 21%, #e0307b 44%, #c53ca8 70%, #4f6bdb 100%); }
a.notice-label {
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -15px; }
  a.notice-label::after {
    content: '';
    position: absolute;
    height: 3px;
    background: #c11719;
    width: 100%;
    bottom: 13px;
    left: 0; }
  a.notice-label:hover::after {
    background: #ed2b2c; }

.contextual[data-contextual-id^="paragraph"] button {
  background-color: #2bea26; }

.contextual[data-contextual-id^="node:"] button {
  background-color: orange; }

.form-offerta-notice {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.385;
  margin-top: 15px; }
  .form-offerta-notice .partner-form-notice {
    font-size: 14px; }
  .form-offerta-notice a {
    color: inherit; }
  form .form-offerta-notice {
    color: #f18283;
    width: 100%; }

.login-form-container {
  font-weight: 300;
  text-align: center; }
  .login-form-container .login-by-soc-net-description,
  .login-form-container .under-login-form-description {
    font-size: 14px;
    margin: 25px 0; }

.linked-account-info {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal; }
  .linked-account-info .linked-social-account-info-container {
    display: flex;
    align-items: center;
    width: 240px;
    height: 50px;
    border: 1px solid #ececec;
    padding: 0 10px;
    border-radius: 10px; }
    .linked-account-info .linked-social-account-info-container img {
      width: 30px;
      height: 30px;
      border: solid 1px #d3d3d3;
      border-radius: 50%;
      margin-right: 15px; }
    .linked-account-info .linked-social-account-info-container .name-and-actions-container {
      display: flex;
      flex-direction: column; }
  .linked-account-info a.unlink-socialauth-account {
    text-decoration: none;
    /*border: solid 1px $color-003;*/
    border-radius: 10px;
    padding: 4px 10px 5px;
    white-space: nowrap; }
    .linked-account-info a.unlink-socialauth-account:hover {
      color: white;
      background: #c11719; }

.bonusprogram-content-container {
  font-weight: 300;
  line-height: 1.77; }
  .bonusprogram-content-container .program-description {
    margin-bottom: 40px; }
  .bonusprogram-content-container .bonuses-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 350px));
    grid-gap: 30px;
    text-align: center; }
    .bonusprogram-content-container .bonuses-list .award-block {
      position: relative;
      padding-top: 100px; }
      .bonusprogram-content-container .bonuses-list .award-block::before {
        content: '';
        background: url('../img/vector/svg_sprite.svg?1626961608') -360px -286px;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .bonusprogram-content-container .bonuses-list .award-block.completed::before {
        background-position-x: -260px; }
      .bonusprogram-content-container .bonuses-list .award-block.disabled {
        opacity: 0.1; }
        .bonusprogram-content-container .bonuses-list .award-block.disabled .block-actions a {
          background: lightgrey !important;
          cursor: default; }
      .bonusprogram-content-container .bonuses-list .award-block .block-actions {
        margin-top: 50px; }
        .bonusprogram-content-container .bonuses-list .award-block .block-actions a {
          color: white;
          text-decoration: none;
          border-radius: 10px;
          background: #c11719;
          padding: 9px 16px 10px;
          font-size: 16px; }
          .bonusprogram-content-container .bonuses-list .award-block .block-actions a:hover {
            background: #ed2b2c; }

.phone-number {
  white-space: nowrap; }

.profile-card-page-container {
  text-align: center; }
  .profile-card-page-container .field--name-paragraph-text {
    font-size: inherit;
    line-height: inherit;
    text-align: left; }

.card-code-image-container {
  margin: 25px 0; }

/**/
/* Sets the containers height and width */
.base-timer {
  position: relative;
  height: 250px;
  width: 250px;
  margin: auto; }

/* Removes SVG styling that would hide the time label */
.base-timer__circle {
  fill: none;
  stroke: none; }

/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey; }

.base-timer__label {
  position: absolute;
  /* Size should match the parent container */
  width: 250px;
  height: 250px;
  /* Keep the label aligned to the top */
  top: 0;
  /* Create a flexible box that centers content vertically and horizontally */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Sort of an arbitrary number; adjust to your liking */
  font-size: 48px; }

.base-timer__path-remaining {
  /* Just as thick as the original ring */
  stroke-width: 7px;
  /* Rounds the line endings to create a seamless circle */
  stroke-linecap: round;
  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;
  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;
  /* Allows the ring to change color when the color value updates */
  stroke: currentColor; }

.base-timer__svg {
  /* Flips the svg and makes the animation to move left-to-right */
  transform: scaleX(-1); }

.base-timer__path-remaining.green {
  color: #41b883; }

.base-timer__path-remaining.orange {
  color: orange; }

.base-timer__path-remaining.red {
  color: red; }

/**/
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  background-color: #fdf8ed;
  background-image: url("/core/misc/icons/e29700/warning.svg");
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

.grid-elemets-container {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  width: 1200px;
  max-width: 100%;
  margin: auto; }
  .grid-elemets-container > div {
    margin: 0 !important; }

.text-formatted ul:not(.menu):not(.contextual-links),
.field--type-text-long ul:not(.menu):not(.contextual-links) {
  list-style: none; }
  .text-formatted ul:not(.menu):not(.contextual-links) + p, .text-formatted ul:not(.menu):not(.contextual-links) + h2, .text-formatted ul:not(.menu):not(.contextual-links) + h3, .text-formatted ul:not(.menu):not(.contextual-links) + h4, .text-formatted ul:not(.menu):not(.contextual-links) + h5, .text-formatted ul:not(.menu):not(.contextual-links) + img,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + p,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + h2,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + h3,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + h4,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + h5,
  .field--type-text-long ul:not(.menu):not(.contextual-links) + img {
    margin-top: 20px; }
  .text-formatted ul:not(.menu):not(.contextual-links) li,
  .field--type-text-long ul:not(.menu):not(.contextual-links) li {
    padding-left: 50px;
    position: relative; }
    .text-formatted ul:not(.menu):not(.contextual-links) li:before,
    .field--type-text-long ul:not(.menu):not(.contextual-links) li:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 10px;
      background: url('../img/vector/svg_sprite.svg?1626961608') no-repeat -200px -110px;
      display: block;
      width: 16px;
      height: 13px; }
    .text-formatted ul:not(.menu):not(.contextual-links) li p,
    .field--type-text-long ul:not(.menu):not(.contextual-links) li p {
      margin-bottom: 20px; }
      .text-formatted ul:not(.menu):not(.contextual-links) li p:last-child,
      .field--type-text-long ul:not(.menu):not(.contextual-links) li p:last-child {
        margin-bottom: 0; }
.text-formatted .row.three-col,
.field--type-text-long .row.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px; }
  @media only screen and (max-width: 800px) {
    .text-formatted .row.three-col,
    .field--type-text-long .row.three-col {
      grid-template-columns: 1fr;
      justify-items: center; } }
.text-formatted .row.two-col,
.field--type-text-long .row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px; }
  @media only screen and (max-width: 800px) {
    .text-formatted .row.two-col,
    .field--type-text-long .row.two-col {
      grid-template-columns: 1fr;
      justify-items: center; } }

@media print {
  * {
    margin: 0;
    padding: 0; }

  html, body {
    height: auto; }

  .layout-content {
    width: 100%; } }
header.page-header-container {
  padding: 0; }

.sticked-bottom {
  position: sticky;
  bottom: 0;
  box-shadow: 0px -5px 8px 0px rgba(227, 227, 227, 0.55);
  background: #FFFFFF;
  z-index: 90; }

.header-top {
  padding: 14px 0 15px;
  position: relative; }
  .header-top .layout-content {
    padding: 0 20px;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .header-top .layout-content {
        padding: 0 40px; } }
  .header-top.menu-fixed, .header-top.desctop-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    z-index: 999; }
  .header-top.desctop-menu-fixed {
    background: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-width: 999px) {
    .header-top.menu-open {
      background: #000000;
      height: 61px; } }

.header-columns-container {
  padding: 25px 0;
  position: relative;
  z-index: 100; }
  .header-columns-container .layout-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    width: 100%; }
    @media only screen and (min-width: 1500px) {
      .header-columns-container .layout-content {
        padding: 0 40px; } }
  .header-columns-container.menu-fixed, .header-columns-container.desctop-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    z-index: 999; }
  .header-columns-container.desctop-menu-fixed {
    background: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-width: 1200px) {
    .header-columns-container {
      padding: 14.25px 0; }
      .main-menu-open .header-columns-container, .profile-menu-open .header-columns-container {
        background: #000000;
        height: 60px; } }

.region--header-colum-two {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
  max-width: 1080px; }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .region--header-colum-three {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.region--header-top {
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 999px) {
    .region--header-top {
      align-items: center; } }

.header-midle-container {
  background: #000000;
  color: #FFFFFF; }
  @media only screen and (max-width: 999px) {
    .header-midle-container .layout-content {
      padding: 0; } }

@media only screen and (max-width: 1200px) {
  .main-menu-open .narrow-screen-menu-container, .profile-menu-open .narrow-screen-menu-container {
    position: fixed;
    top: 60px;
    left: 0;
    background: #FFFFFF;
    display: block;
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 100%;
    z-index: 100; } }
.main-menu-open.menu-not-fixed .narrow-screen-menu-container, .profile-menu-open.menu-not-fixed .narrow-screen-menu-container {
  display: none; }
.toolbar-horizontal .narrow-screen-menu-container, .toolbar-vertical .narrow-screen-menu-container {
  top: 99px; }
.toolbar-vertical.toolbar-tray-open .narrow-screen-menu-container {
  top: 179px; }

.region--narrow-screen-menu-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.breadcrumbs-container {
  background: #f9f9f9 url(../img/pat_1.png);
  padding-bottom: 50px; }
  .breadcrumbs-container.with-bg {
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding-bottom: 200px;
    position: relative; }
    .breadcrumbs-container.with-bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      display: block;
      width: 100%;
      height: 100%; }
    .breadcrumbs-container.with-bg .layout-content {
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 999px) {
      .breadcrumbs-container.with-bg {
        padding-bottom: 20px; } }
  .region--breadcrumb {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .page-node-353 .breadcrumbs-container.with-bg:after {
    content: none; }

.featured_bottom {
  margin-top: 100px; }
  @media only screen and (max-width: 999px) {
    .featured_bottom {
      margin-top: 50px; } }

.page-footer-container {
  margin-top: 50px; }

.footer-content-container {
  padding: 30px 0 25px; }
  .footer-content-container .layout-content {
    padding: 0 40px;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .footer-content-container .layout-content {
        padding: 0 20px; } }
  .region--footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .region--footer {
        -webkit-flex-direction: column;
        flex-direction: column; } }

.footer-bottom-container .layout-content {
  padding: 0 40px;
  width: 100%; }
  @media only screen and (max-width: 1199px) {
    .footer-bottom-container .layout-content {
      padding: 0 20px; } }

.region--header {
  flex-direction: column; }

.under-header-region-container {
  margin: 0; }

.region--under-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/*# sourceMappingURL=layout.css.map */
