﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none !important; }

em {
  font-style: italic; }
  em strong {
    font-style: italic; }

strong {
  font-weight: 800; }

* {
  box-sizing: border-box; }

.container {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1400px) {
    .container {
      width: 1370px; } }

.swiper-button-next:focus,
.swiper-button-prev:focus,
.horoscopePerDay__prev:focus,
.horoscopePerDay__next:focus {
  outline: none !important; }

.scrollTop {
  position: fixed;
  z-index: 20;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  border: 5px solid #cdb06e;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  box-shadow: 1px 1px 10px #656565; }
  .scrollTop.visibleButton-js {
    opacity: 1; }
  .scrollTop:hover > img {
    top: 45%; }
  .scrollTop > img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: top .3s ease-in-out; }

.points {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: padding .3s ease-in-out;
  background-color: #172130; }
  @media (min-width: 768px) {
    .points {
      padding-right: 20%;
      background-color: transparent;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .points {
      transform: none;
      padding: 30px 0;
      padding-right: 20%; } }
  .points__statusAccount {
    display: flex; }
    .points__statusAccount p {
      font-size: 13px;
      line-height: 30px;
      text-align: left;
      color: #cdb06e;
      text-transform: uppercase; }
      .points__statusAccount p > span {
        font-weight: 800;
        /*margin-top: 10px;*/ }
  .points__userPoints {
    display: flex; }
    .points__userPoints .text {
      line-height: 20px;
      color: #cdb06e;
      font-size: 13px;
      white-space: nowrap;
      text-transform: uppercase;
      /*@media(min-width: 1200px) {
                line-height: 30px;
                font-size: 20px;
            }*/ }
      .points__userPoints .text--points {
        font-size: 13px;
        font-weight: 800;
        /*@media(min-width: 1200px) {
                    font-size: 20px;
                }*/ }

#shareBtn {
  display: block;
  position: absolute;
  right: 0;
  padding: 10px 20px;
  background-color: #3b5998;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .3s ease-in-out; }
  #shareBtn:hover {
    background-color: #253b6b; }

.navbar {
  position: fixed !important;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: #282828;
  /* Old browsers */
  background: -moz-linear-gradient(top, #282828 0%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #282828 0%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #282828 0%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#111111',GradientType=0 );
  /* IE6-9 */
  padding: 10px 0;
  transition: all .3s ease-in-out; }
  .navbar.isActive .navbar__nav {
    right: 0; }
  @media (min-width: 1024px) {
    .navbar.isScroll {
      background: #282828;
      /* Old browsers */
      background: -moz-linear-gradient(top, #282828 0%, #111111 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #282828 0%, #111111 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #282828 0%, #111111 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#111111',GradientType=0 );
      /* IE6-9 */
      padding: 5px 0; }
      .navbar.isScroll .navbar__logo {
        height: 26px; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .navbar.isScroll .navbar__nav > li > a {
      padding: 8px 18px;
      font-size: 12px; } }
  @media (min-width: 1024px) {
      .navbar.isScroll .points {
        padding: 5px 0;
        padding-right: 15%;
        background-color: #172130; } }
  @media (min-width: 768px) {
    .navbar .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      right: 0;
      height: 60px; } }
  .navbar .hamburger {
    display: block;
    position: fixed;
    top: 2px;
    right: 10px;
    width: 44px;
    height: 44px;
    z-index: 6; }
    .navbar .hamburger.isActive > span:nth-child(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .navbar .hamburger.isActive > span:nth-child(2) {
      opacity: 0; }
    .navbar .hamburger.isActive > span:nth-child(3) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .navbar .hamburger > span {
      position: absolute;
      width: 30px;
      height: 3px;
      background-color: #cdb06e;
      left: 50%;
      transform: translateX(-50%);
      transition: all .3s ease-in-out; }
      .navbar .hamburger > span:nth-child(1) {
        top: 25%; }
      .navbar .hamburger > span:nth-child(2) {
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1; }
      .navbar .hamburger > span:nth-child(3) {
        top: 70%; }
    @media (min-width: 768px) {
      .navbar .hamburger {
        display: none; } }
  .navbar__logo {
    height: 26px;
    display: inline-block;
    transition: all .3s ease-in-out; }
    @media (min-width: 992px) {
      .navbar__logo {
        height: 36px; } }
    .navbar__logo > .logo {
      height: 100%;
      display: none !important; }
      @media (min-width: 768px) {
        .navbar__logo > .logo {
          display: block !important; } }
      @media (min-width: 992px) {
        .navbar__logo > .logo {
          display: block !important; } }
      @media (min-width: 1200px) {
        .navbar__logo > .logo {
          display: none !important; } }
    .navbar__logo > .logotyp {
      display: block;
      height: 100%; }
      @media (min-width: 768px) {
        .navbar__logo > .logotyp {
          display: none !important; } }
      @media (min-width: 992px) {
        .navbar__logo > .logotyp {
          display: none !important; } }
      @media (min-width: 1200px) {
        .navbar__logo > .logotyp {
          display: block !important; } }
  .navbar__avatar {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 6; }
    @media (min-width: 768px) {
      .navbar__avatar {
        display: none; } }
    .navbar__avatar > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
  .navbar__panelUser {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 80%;
    height: 100vh;
    padding: 50px;
    background-image: url("../images/bgc_navigation.jpg");
    background-position: center;
    background-size: cover;
    z-index: 5;
    transition: left .3s ease-in-out; }
    @media (min-width: 768px) {
      .navbar__panelUser {
        display: none; } }
    .navbar__panelUser.js-active {
      left: 0; }
    .navbar__panelUser__close {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 30px !important; }
    .navbar__panelUser li {
      margin: 30px auto;
      font-size: 20px; }
      .navbar__panelUser li.logo_ezo-porada {
        width: 80%;
        position: absolute;
        bottom: 20px;
        margin: 0 !important;
        left: 50%;
        transform: translateX(-50%); }
        .navbar__panelUser li.logo_ezo-porada > img {
          width: 100%; }
      .navbar__panelUser li b {
        font-size: 30px;
        display: block; }
      .navbar__panelUser li a {
        color: #fff; }
      .navbar__panelUser li > img {
        width: 100%; }
  .navbar__nav {
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 5;
    width: 80%;
    height: 100vh;
    background-image: url("../images/bgc_navigation.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    opacity: 1;
    transition: right .4s ease-in-out; }
    @media (min-width: 768px) {
      .navbar__nav {
        background: transparent;
        position: static;
        padding-top: 0;
        display: flex;
        align-items: center;
        height: 60px;
        width: auto; } }
    .navbar__nav__item {
      text-transform: uppercase;
      text-align: right;
      color: #fff;
      font-family: 'Lato', sans-serif;
      line-height: 50px;
      margin: 10px 0;
      padding-right: 50px;
      position: relative; }
      @media (min-width: 768px) {
        .navbar__nav__item {
          padding-right: 0; } }
      @media (min-width: 768px) {
        .navbar__nav__item.HomePage {
          display: none; } }
      .navbar__nav__item--openSecondNavigation {
        display: none; }
        @media (min-width: 768px) {
          .navbar__nav__item--openSecondNavigation {
            display: block; } }
      @media (min-width: 768px) {
        .navbar__nav__item {
          white-space: nowrap;
          line-height: 1.3333;
          position: relative; }
          .navbar__nav__item::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 0;
            height: 2px;
            background-color: #cdb06e;
            transition: width .3s ease-in-out; }
          .navbar__nav__item::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #cdb06e;
            transition: width .3s ease-in-out; }
          .navbar__nav__item:hover::before, .navbar__nav__item:hover::after {
            width: 100%; } }
      .navbar__nav__item > a {
        color: #fff;
        text-decoration: none;
        transition: all .3s ease-in-out; }
        @media (min-width: 768px) {
          .navbar__nav__item > a {
            text-shadow: 1px 1px 10px #000;
            display: block;
            font-size: 11px;
            padding: 5px 10px; } }
        @media (min-width: 992px) {
          .navbar__nav__item > a {
            padding: 5px 15px;
            font-size: 13px; } }
        @media (min-width: 1400px) {
          .navbar__nav__item > a {
            font-size: 15px; } }
      .navbar__nav__item--button {
        background-color: rgba(205, 176, 110, 0.22);
        color: #cdb06e !important;
        width: 60%;
        margin: 10px auto;
        border: 1px solid #cdb06e;
        border-radius: 7px;
        position: relative;
        padding-right: 0;
        text-align: center; }
        .navbar__nav__item--button > a {
          color: #cdb06e !important;
          transition: color .3s ease-in-out;
          text-shadow: none;
          transition: all .3s ease-in-out; }
        @media (min-width: 768px) {
          .navbar__nav__item--button {
            margin: 0 5px;
            width: auto;
            height: auto;
            padding: 2px 7px; }
            .navbar__nav__item--button:last-child {
              margin-right: 0; } }
        @media (min-width: 1400px) {
          .navbar__nav__item--button {
            margin: 0 15px; } }
        .navbar__nav__item--button::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          background-color: #cdb06e;
          border-radius: 50%;
          transition: all .3s ease-in-out;
          z-index: -1; }
        .navbar__nav__item--button::after {
          content: '';
          display: none; }
        .navbar__nav__item--button:hover::before, .navbar__nav__item--button:hover::after {
          width: 100%; }
      .navbar__nav__item__openSecondNavigation {
        padding: 2px 7px;
        cursor: pointer; }
        @media (min-width: 768px) {
          .navbar__nav__item__openSecondNavigation {
            width: 200px; } }
        .navbar__nav__item__openSecondNavigation > img {
          width: 15px;
          display: none; }
          @media (min-width: 768px) {
            .navbar__nav__item__openSecondNavigation > img {
              display: inline-block; } }
        @media (min-width: 768px) {
          .navbar__nav__item__openSecondNavigation.js-openNav > img {
            transform: rotate(180deg); }
          .navbar__nav__item__openSecondNavigation.js-openNav ~ .navbar__nav__item__secondNavigation {
            height: auto; } }
      .navbar__nav__item__secondNavigation {
        width: 215px;
        background-color: #cdb06e;
        position: absolute;
        top: 40px;
        left: 0;
        overflow: hidden;
        display: none; }
        @media (min-width: 768px) {
          .navbar__nav__item__secondNavigation {
            height: 0;
            display: block; } }
        .navbar__nav__item__secondNavigation > li {
          padding: 10px; }
          .navbar__nav__item__secondNavigation > li:first-child {
            background-color: #e7dfca;
            color: #111111; }
            .navbar__nav__item__secondNavigation > li:first-child.js-hidden {
              display: none; }
          .navbar__nav__item__secondNavigation > li img {
            width: 170px; }
          .navbar__nav__item__secondNavigation > li > form {
            display: block;
            padding: 0px !important; }
          .navbar__nav__item__secondNavigation > li a {
            font-size: 20px;
            color: #fff;
            font-weight: 600; }

.header {
  display: block;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .header {
      height: 50vh; } }
  .header .container {
    position: relative;
    height: 100%; }
  .header__background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: pulseBaner 10s ease-in-out infinite; }
    .header__background--noAnimation {
      animation: none; }
    .header__background--dark::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .header__wrapperText {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2; }
    .header__wrapperText--noPhoto {
      width: 90%; }
      .header__wrapperText--noPhoto h3 {
        width: 100%; }
        @media (min-width: 1024px) {
          .header__wrapperText--noPhoto h3 {
            width: 45%; } }
    @media (max-width: 768px) {
      .header__wrapperText--expert {
        top: 35%;
        width: calc(100% - 15px); }
        .header__wrapperText--expert .exprtActive {
          margin-top: 20px; } }
    .header__wrapperText--expert .exprtActive {
      text-align: center; }
      .header__wrapperText--expert .exprtActive > h5 {
        display: table;
        margin: 0 auto;
        text-align: center; }
    .header__wrapperText--expert .avgRateExpert {
      text-align: center;
      margin-top: 15px; }
      .header__wrapperText--expert .avgRateExpert span i {
        color: #cdb06e; }
  .header__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40vh;
    z-index: 2; }
    @media (max-width: 768px) {
      .header__image--expert {
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
    .header__image--bigImage {
      width: 100%;
      height: auto;
      right: 10%; }
      @media (min-width: 768px) {
        .header__image--bigImage {
          height: 40vh;
          width: auto;
          z-index: 1; } }
  .header .arrowScroll {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .header .arrowScroll {
        bottom: 50px; } }

.primaryBanner {
  width: 100%;
  height: 90vh;
  background-image: url("../images/slider1.jpg");
  background-position: center;
  background-size: cover;
  background-color: #666;
  position: relative; }
  .primaryBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    a-index: 1; }
  .primaryBanner .container {
    height: 100%; }
  .primaryBanner #liveSkarpetka {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 65vh;
    z-index: 10; }
    .primaryBanner #liveSkarpetka > iframe {
      width: 100%;
      height: 100%; }
  .primaryBanner__wrapperCounter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 2;
    padding-top: 20%; }
    @media (min-width: 768px) {
      .primaryBanner__wrapperCounter {
        padding-top: 0;
        height: 100%;
        justify-content: space-between;
        flex-direction: row; } }
    .primaryBanner__wrapperCounter__count {
      position: relative;
      padding-left: 30px;
      width: 210px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .primaryBanner__wrapperCounter__count {
          width: 260px; } }
      @media (min-width: 1400px) {
        .primaryBanner__wrapperCounter__count {
          width: auto; } }
      .primaryBanner__wrapperCounter__count::before {
        content: '';
        width: 20px;
        height: 0%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #cdb06e;
        border-radius: 5px;
        transition: height 3s ease-in-out; }
      .primaryBanner__wrapperCounter__count.js-loader::before {
        height: 90%; }
      .primaryBanner__wrapperCounter__count.js-loader:first-child::before, .primaryBanner__wrapperCounter__count.js-loader:last-child::before {
        height: 60%; }
      .primaryBanner__wrapperCounter__count h3 {
        display: inline-block;
        font-size: 50px;
        font-weight: 600; }
        @media (min-width: 1400px) {
          .primaryBanner__wrapperCounter__count h3 {
            font-size: 100px; } }
      .primaryBanner__wrapperCounter__count > span {
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600; }
        @media (min-width: 1400px) {
          .primaryBanner__wrapperCounter__count > span {
            font-size: 70px; } }
      .primaryBanner__wrapperCounter__count p {
        font-weight: 500;
        color: #cdb06e; }

.promoLive {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-top: 100px;
  overflow: hidden; }
  .promoLive > img {
    width: 100%; }

#skarpetka {
  margin-top: 100px;
  width: 100%;
  height: 900px;
  z-index: 3; }
  #skarpetka > iframe {
    display: block;
    width: 100%;
    height: 100%; }

.primarySlider {
  height: 70vh;
  position: relative; }
  .primarySlider .swiper-wrapper {
    height: 70vh; }
    .primarySlider .swiper-wrapper .swiper-slide {
      height: 70vh; }
      .primarySlider .swiper-wrapper .swiper-slide .sliderBackground {
        background-position: center;
        background-size: cover;
        height: 70vh;
        width: 100%;
        position: absolute;
        animation: pulseBaner 10s ease-in-out infinite alternate; }
      .primarySlider .swiper-wrapper .swiper-slide .container {
        height: 70vh;
        position: relative;
        z-index: 5; }
      .primarySlider .swiper-wrapper .swiper-slide .wrapperContent {
        position: absolute;
        top: 25%;
        left: 0;
        z-index: 5; }
        @media (min-width: 768px) {
          .primarySlider .swiper-wrapper .swiper-slide .wrapperContent {
            top: 40%;
            /*width: 50%;*/ }
            .primarySlider .swiper-wrapper .swiper-slide .wrapperContent::before {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              width: calc(100% - 30px);
              height: 100%;
              background: #282828;
              /* Old browsers */
              background: -moz-linear-gradient(top, #282828 0%, #111111 100%);
              /* FF3.6-15 */
              background: -webkit-linear-gradient(top, #282828 0%, #111111 100%);
              /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, #282828 0%, #111111 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#111111',GradientType=0 );
              /* IE6-9 */
              opacity: .6;
              padding: 50px 0;
              border-radius: 10px; } }
        .primarySlider .swiper-wrapper .swiper-slide .wrapperContent .joinUs {
          text-align: center;
          display: table;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          font-family: 'Lato', sans-serif;
          padding: 15px 30px;
          border: 1px solid #cdaf6e;
          margin: 50px auto 0;
          border-radius: 7px;
          background-color: rgba(205, 176, 110, 0.22);
          color: #cdb06e !important;
          position: relative;
          overflow: hidden;
          transition: color .3s ease-in-out; }
          .primarySlider .swiper-wrapper .swiper-slide .wrapperContent .joinUs::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            background-color: #cdb06e;
            border-radius: 50%;
            transition: all .3s ease-in-out;
            z-index: -1; }
          .primarySlider .swiper-wrapper .swiper-slide .wrapperContent .joinUs:hover {
            color: #282828 !important; }
            .primarySlider .swiper-wrapper .swiper-slide .wrapperContent .joinUs:hover::before {
              width: 200px;
              height: 200px; }
      .primarySlider .swiper-wrapper .swiper-slide .expert {
        width: 50%;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (min-width: 992px) {
          .primarySlider .swiper-wrapper .swiper-slide .expert {
            width: auto;
            right: -10%;
            height: 50vh; } }
  .primarySlider .swiper-pagination {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 25%;
    left: auto;
    transform: translateY(-50%);
    width: 20px;
    display: none; }
    @media (min-width: 768px) {
      .primarySlider .swiper-pagination {
        display: block; } }
    .primarySlider .swiper-pagination .swiper-pagination-bullet {
      background-color: #cdaf6e;
      display: block;
      width: 15px;
      height: 15px;
      margin: 20px 0; }

.transmisjaNaZywo {
  display: block;
  margin: 0 auto;
  width: 100%; }

.wrapperBoxInfo .container {
  position: relative; }

.wrapperBoxInfo__box {
  position: absolute;
  background-color: #cdb06e;
  border-radius: 7px;
  z-index: 2;
  bottom: -45px;
  padding: 10px 20px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .wrapperBoxInfo__box {
      width: 55%;
      bottom: -65px;
      left: 15px;
      padding: 20px 30px; } }

.contactFormFilter {
  background-color: #f2f2f2; }
  .contactFormFilter--horoscopes {
    padding-top: 50px; }
    .contactFormFilter--horoscopes ul li {
      width: 50%; }
      @media (min-width: 768px) {
        .contactFormFilter--horoscopes ul li {
          width: 25% !important; } }
  .contactFormFilter--articles {
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 50px; }
    .contactFormFilter--articles ul li {
      width: 50%; }
      @media (min-width: 768px) {
        .contactFormFilter--articles ul li {
          width: 16.6666% !important; } }
  .contactFormFilter .heading {
    padding: 40px 0; }
  .contactFormFilter .contactFormFilter__clear {
    display: block;
    padding: 10px;
    text-align: right;
    font-size: 20px;
    color: #cdb06e; }
    .contactFormFilter .contactFormFilter__clear > span {
      font-style: italic;
      font-weight: 800; }
  .contactFormFilter ul {
    font-size: 0;
    background-color: #282828;
    border-radius: 5px;
    /*overflow: hidden;*/ }
    .contactFormFilter ul li {
      display: inline-block;
      width: 50%;
      text-align: center;
      border-right: 1px solid #665a42;
      border-bottom: 1px solid #665a42;
      box-sizing: border-box;
      background-color: #282828;
      padding: 25px 0;
      cursor: pointer;
      opacity: 1;
      transition: all .3s ease-in-out;
      position: relative;
      overflow: hidden; }
      @media (min-width: 768px) {
        .contactFormFilter ul li {
          width: 20%;
          border-bottom: none; } }
      .contactFormFilter ul li:last-child {
        border-right: none; }
      .contactFormFilter ul li:hover {
        /*background-color: #cdb06e;*/
        z-index: 2;
        transform: scale(1.2);
        box-shadow: 0px 0px 20px #cdb06e; }
      .contactFormFilter ul li > img {
        display: block;
        margin: 0 auto 5px;
        width: 30px; }
      .contactFormFilter ul li a {
        display: block;
        text-transform: uppercase;
        color: #cdb06e;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 55px; }
      .contactFormFilter ul li.contactFormFilter-jsActive {
        z-index: 3;
        transform: scale(1.2);
        box-shadow: 0px 0px 20px #cdb06e; }
        .contactFormFilter ul li.contactFormFilter-jsActive a {
          color: #fff; }

.experts {
  padding: 50px 0;
  font-size: 0; }
  .experts__expert {
    background-color: #cdaf6e;
    padding: 5px 30px;
    width: 100%;
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 768px) {
      .experts__expert {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        height: 470px; }
        .experts__expert:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 1400px) {
      .experts__expert {
        width: 380px;
        height: auto;
        margin-right: 100px;
        margin-bottom: 85px; }
        .experts__expert:nth-child(2n+2) {
          margin-right: 100px; }
        .experts__expert:nth-child(3n+3) {
          margin-right: 0; } }
    .experts__expert--advertisement {
      padding: 0;
      display: none; }
      @media (min-width: 768px) {
        .experts__expert--advertisement {
          display: inline-block; } }
      @media (min-width: 1400px) {
        .experts__expert--advertisement {
          display: none; } }
      .experts__expert--advertisement > img {
        display: block;
        width: 100%; }
    .experts__expert__isOnline {
      padding: 15px 0;
      font-size: 18px !important;
      text-transform: uppercase;
      color: #bd7d7e !important;
      position: relative;
      padding-left: 40px; }
      .experts__expert__isOnline::before {
        content: '';
        background-image: url("../images/offline.svg");
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0; }
      .experts__expert__isOnline::after {
        content: 'niedostępny'; }
      .experts__expert__isOnline.online-1 {
        color: #108439 !important; }
        .experts__expert__isOnline.online-1::before {
          background-image: url("../images/online.svg"); }
        .experts__expert__isOnline.online-1::after {
          content: 'dostępny'; }
      .experts__expert__isOnline.online-0 {
        color: #bd7d7e !important; }
        .experts__expert__isOnline.online-0::before {
          background-image: url("../images/offline.svg"); }
        .experts__expert__isOnline.online-0::after {
          content: 'niedostępny'; }
      .experts__expert__isOnline.online-2 {
        color: #ccae6e !important; }
        .experts__expert__isOnline.online-2::before {
          background-image: url("../images/busy.svg"); }
        .experts__expert__isOnline.online-2::after {
          content: 'zajęty'; }
      .experts__expert__isOnline > img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
        height: 40px; }
      .experts__expert__isOnline.offline {
        opacity: .3; }
    .experts__expert__image {
      display: block;
      overflow: hidden;
      margin-bottom: 5px;
      border-radius: 7px;
      position: relative;
      height: 300px; }
      .experts__expert__image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        transition: opacity .3s ease-in-out; }
      .experts__expert__image > img {
        width: 100%;
        min-height: 100%;
        transform: scale(1);
        transition: all .3s ease-in-out; }
      .experts__expert__image:hover > img {
        transform: scale(1.1); }
      .experts__expert__image:hover::after {
        opacity: .4; }
    .experts__expert__text {
      height: 200px; }
      .experts__expert__text a {
        color: #172130;
        transition: color .3s ease-in-out; }
        .experts__expert__text a:hover {
          color: #000; }
      .experts__expert__text p {
        margin-top: 5px; }
    .experts__expert__icons {
      margin: 10px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .experts__expert__icons > img {
        width: 20px;
        margin: 0 10px; }
    .experts__expert__showDetails {
      margin: 20px auto 30px;
      display: block;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none;
      text-transform: uppercase;
      position: relative; }
      .experts__expert__showDetails::after {
        content: '';
        background-image: url("../images/arrow_bottom_black.png");
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        width: 20px;
        height: 10px;
        transition: all .3s ease-in-out; }
      .experts__expert__showDetails:hover::after {
        bottom: -25px; }
  .experts #allExpertPrev {
    background-image: url("../images/arrow-left-slider.png") !important;
    left: 10%; }
  .experts #allExpertNext {
    background-image: url("../images/arrow-right-slider.png") !important;
    right: 10%; }
  .experts--perBrowser .experts__expert {
    border: 2px solid #cdb06e;
    background-color: #f2f2f2; }
    .experts--perBrowser .experts__expert .experts__expert__image {
      height: 300px; }
    .experts--perBrowser .experts__expert .experts__expert__text {
      height: auto; }
    .experts--perBrowser .experts__expert > a {
      color: #cdb06e !important; }

.webrtcRatin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 50px;
  background-color: #fff;
  z-index: 21;
  width: 10%;
  display: none; }
  .webrtcRatin.js-visible {
    display: block; }
  .webrtcRatin h3 {
    font-size: 20px !important;
    text-align: center;
    font-weight: 900;
    color: #cdb06e; }
  .webrtcRatin form {
    padding: 0 !important;
    display: block;
    width: 100%; }
    .webrtcRatin form .rate {
      text-align: center;
      /*margin: 10px auto;*/
      /*padding: 5px;*/ }
      .webrtcRatin form .rate > div {
        display: inline-block; }
        .webrtcRatin form .rate > div > span {
          font-size: 20px; }
    .webrtcRatin form .field {
      margin-bottom: 0 !important; }
    .webrtcRatin form p {
      text-align: center; }
    .webrtcRatin form textarea {
      box-sizing: border-box;
      width: 100%;
      height: 100px;
      background-color: #fff;
      margin: 10px auto; }
      .webrtcRatin form textarea:focus {
        outline: none; }
    .webrtcRatin form input[type="number"] {
      display: none; }
    .webrtcRatin form .buttons {
      box-sizing: border-box; }
      .webrtcRatin form .buttons .addReview {
        background-color: #cdb06e;
        color: #fff;
        border: none;
        padding: 20px 0;
        width: 49%;
        margin-right: 2%;
        cursor: pointer;
        transition: background-color .3s ease-in-out; }
        .webrtcRatin form .buttons .addReview:hover {
          background-color: #ba9746; }
      .webrtcRatin form .buttons .notNow {
        background-color: #cfcfcf;
        color: #fff;
        border: none;
        padding: 20px 0;
        width: 49%;
        cursor: pointer;
        transition: background-color .3s ease-in-out; }
        .webrtcRatin form .buttons .notNow:hover {
          background-color: #8e8d8d; }

.webrtcDesc {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }
  .webrtcDesc img {
    width: 15%; }
  .webrtcDesc p {
    display: inline;
    width: 60%;
    font-size: 32px;
    color: #cdb06e; }
    .webrtcDesc p strong {
      font-weight: 900; }

.usuwamylimity {
  opacity: .7;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 30px;
  transition: opacity .3s ease-in-out; }
  @media (min-width: 1200px) {
    .usuwamylimity {
      bottom: -50px; } }
  .usuwamylimity img {
    width: 100%; }
  .usuwamylimity:hover {
    opacity: 1; }

.webrtc__activeCall {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #d5d5d5;
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .webrtc__activeCall.none {
    display: none; }
  .webrtc__activeCall__pulsateActiveCall {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #cdb06e;
    padding: 50px;
    z-index: 2;
    position: relative; }
    .webrtc__activeCall__pulsateActiveCall > img {
      width: 100px;
      position: relative;
      z-index: 3; }
    .webrtc__activeCall__pulsateActiveCall:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background-color: #cdb06e;
      z-index: 1;
      animation: pulsate 1.5s ease-in-out infinite; }
  .webrtc__activeCall__disconnectCall {
    display: inline-block;
    vertical-align: middle; }
    .webrtc__activeCall__disconnectCall h3 {
      text-align: center;
      margin-bottom: 50px;
      text-transform: uppercase; }
      .webrtc__activeCall__disconnectCall h3 > span {
        display: block;
        margin-top: 10px;
        font-weight: 500; }
    .webrtc__activeCall__disconnectCall__button {
      padding: 20px 40px;
      border: 2px solid #d21212;
      background-color: #cdb06e;
      display: table;
      margin: 0 auto;
      cursor: pointer;
      position: relative; }
      .webrtc__activeCall__disconnectCall__button::after, .webrtc__activeCall__disconnectCall__button::before {
        content: '';
        position: absolute;
        background-color: #d21212;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        transition: width .3s ease-in-out; }
      .webrtc__activeCall__disconnectCall__button::before {
        left: 0; }
      .webrtc__activeCall__disconnectCall__button::after {
        right: 0; }
      .webrtc__activeCall__disconnectCall__button:hover p, .webrtc__activeCall__disconnectCall__button:hover i {
        color: #fff; }
      .webrtc__activeCall__disconnectCall__button:hover::before {
        width: 50%; }
      .webrtc__activeCall__disconnectCall__button:hover::after {
        width: 50%; }
      .webrtc__activeCall__disconnectCall__button i, .webrtc__activeCall__disconnectCall__button p {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        text-transform: uppercase;
        color: #d21212;
        position: relative;
        z-index: 2;
        transition: color .3s ease-in-out; }
      .webrtc__activeCall__disconnectCall__button i {
        margin-right: 10px; }

.webrtc__notActiveCalls, .webrtc__beforeActiveCalls {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #d5d5d5;
  padding: 60px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .webrtc__notActiveCalls, .webrtc__beforeActiveCalls {
      flex-direction: row; } }
  .webrtc__notActiveCalls.none, .webrtc__beforeActiveCalls.none {
    display: none; }
  .webrtc__notActiveCalls__image, .webrtc__beforeActiveCalls__image {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #f4eee0;
    padding: 50px; }
    .webrtc__notActiveCalls__image > img, .webrtc__beforeActiveCalls__image > img {
      width: 100px; }
  .webrtc__notActiveCalls__call, .webrtc__beforeActiveCalls__call {
    display: inline-block;
    vertical-align: middle; }
    .webrtc__notActiveCalls__call.none, .webrtc__beforeActiveCalls__call.none {
      display: none; }
    .webrtc__notActiveCalls__call h3, .webrtc__beforeActiveCalls__call h3 {
      text-align: center;
      margin: 20px 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .webrtc__notActiveCalls__call h3, .webrtc__beforeActiveCalls__call h3 {
          margin-bottom: 50px;
          margin-top: 0; } }
    .webrtc__notActiveCalls__call__button, .webrtc__beforeActiveCalls__call__button {
      padding: 20px 40px;
      border: 2px solid #1c9c3e;
      background-color: #cdb06e;
      display: table;
      margin: 0 auto;
      cursor: pointer;
      position: relative; }
      .webrtc__notActiveCalls__call__button::after, .webrtc__notActiveCalls__call__button::before, .webrtc__beforeActiveCalls__call__button::after, .webrtc__beforeActiveCalls__call__button::before {
        content: '';
        position: absolute;
        background-color: #1c9c3e;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        transition: width .3s ease-in-out; }
      .webrtc__notActiveCalls__call__button::before, .webrtc__beforeActiveCalls__call__button::before {
        left: 0; }
      .webrtc__notActiveCalls__call__button::after, .webrtc__beforeActiveCalls__call__button::after {
        right: 0; }
      .webrtc__notActiveCalls__call__button:hover p, .webrtc__notActiveCalls__call__button:hover i, .webrtc__beforeActiveCalls__call__button:hover p, .webrtc__beforeActiveCalls__call__button:hover i {
        color: #fff; }
      .webrtc__notActiveCalls__call__button:hover::before, .webrtc__beforeActiveCalls__call__button:hover::before {
        width: 50%; }
      .webrtc__notActiveCalls__call__button:hover::after, .webrtc__beforeActiveCalls__call__button:hover::after {
        width: 50%; }
      .webrtc__notActiveCalls__call__button i, .webrtc__notActiveCalls__call__button p, .webrtc__beforeActiveCalls__call__button i, .webrtc__beforeActiveCalls__call__button p {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        font-size: 20px;
        text-transform: uppercase;
        color: #1c9c3e;
        transition: color .3s ease-in-out; }
      .webrtc__notActiveCalls__call__button i, .webrtc__beforeActiveCalls__call__button i {
        margin-right: 10px; }
    .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button {
      border: 2px solid #d21212; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::after, .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::before, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::after, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::before {
        content: '';
        position: absolute;
        background-color: #d21212;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        transition: width .3s ease-in-out; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::before, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::before {
        left: 0; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::after, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button::after {
        right: 0; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover p, .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover i, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover p, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover i {
        color: #fff; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover::before, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover::before {
        width: 50%; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover::after, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button:hover::after {
        width: 50%; }
      .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button p, .webrtc__notActiveCalls__call--cancel .webrtc__notActiveCalls__call__button i, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button p, .webrtc__beforeActiveCalls__call--cancel .webrtc__notActiveCalls__call__button i {
        color: #d21212;
        transition: color .3s ease-in-out; }

@keyframes pulsate {
  from {
    width: 0;
    height: 0;
    opacity: 1; }
  to {
    width: 280px;
    height: 280px;
    opacity: 0; } }

.wrapperChat {
  display: block;
  width: 100%;
  /*height: 350px;*/
  padding: 20px;
  /*background-color: #172130;*/
  box-sizing: border-box;
  border: 2px solid #d5d5d5;
  border-radius: 5px; }
  .wrapperChat__chatWindow {
    display: block;
    width: 100%;
    height: 380px;
    margin: 10px auto 0;
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden; }
    .wrapperChat__chatWindow .msg {
      display: block; }
      .wrapperChat__chatWindow .msg > p {
        position: relative;
        padding: 20px;
        padding-left: 0;
        margin: 10px 0;
        border-radius: 5px;
        display: flex;
        align-items: center; }
      .wrapperChat__chatWindow .msg .time {
        color: #666;
        font-size: 10px;
        display: block;
        position: absolute;
        font-family: Lato;
        width: 100%; }
        .wrapperChat__chatWindow .msg .time--I {
          text-align: right;
          right: 20px; }
      .wrapperChat__chatWindow .msg .direction-O .avatarChat {
        left: 0px;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        box-sizing: border-box; }
      .wrapperChat__chatWindow .msg .direction-O .contentMsg {
        font-size: 20px;
        display: table;
        margin-left: 10px;
        padding: 10px;
        background-color: #cdb06e;
        color: #282828;
        border-radius: 10px;
        border-top-left-radius: 3px;
        max-width: 70%; }
      .wrapperChat__chatWindow .msg .direction-I {
        justify-content: flex-end; }
        .wrapperChat__chatWindow .msg .direction-I .avatarChat {
          position: absolute;
          right: 10px;
          background-size: 70%;
          background-repeat: no-repeat;
          background-position: center;
          box-sizing: border-box; }
        .wrapperChat__chatWindow .msg .direction-I .contentMsg {
          display: table;
          font-size: 20px;
          margin-right: 40px;
          padding: 10px;
          border-radius: 10px;
          text-align: left;
          background-color: #cfcfcf;
          color: #282828;
          border-top-right-radius: 3px;
          max-width: 70%; }
    .wrapperChat__chatWindow .avatarChat {
      width: 40px;
      height: 40px;
      border: 1px solid #666;
      border-radius: 50%;
      background-size: cover;
      background-position: center; }
    .wrapperChat__chatWindow__form {
      display: block;
      width: 100%;
      /*margin-top: 20px;*/
      position: relative; }
      .wrapperChat__chatWindow__form > form {
        padding: 0 !important; }
      .wrapperChat__chatWindow__form input[type="text"] {
        width: 100%;
        height: 20px;
        padding: 20px;
        padding-right: 80px;
        box-sizing: border-box; }
      .wrapperChat__chatWindow__form button#sendChatMsg {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        height: 100%;
        display: none;
        color: #cdb06e;
        font-weight: 900;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        .wrapperChat__chatWindow__form button#sendChatMsg.active {
          display: block; }
        .wrapperChat__chatWindow__form button#sendChatMsg:focus {
          outline: none; }

.formExpert {
  display: block;
  padding: 40px;
  background-color: #cdaf6e;
  border-radius: 4px; }
  .formExpert__field {
    margin-bottom: 20px;
    width: 100%; }
    .formExpert__field__input {
      width: 100%;
      border-radius: 4px;
      border: none;
      padding: 10px;
      background-color: #fff;
      margin: 10px 0; }
      .formExpert__field__input:focus {
        outline: none; }
    .formExpert__field__label {
      font-size: 12px; }

.about {
  padding: 80px 0 70px;
  background-color: #f2f2f2; }
  .about .heading {
    margin-bottom: 50px; }
  .about .lastOnline {
    font-size: 20px;
    text-align: right;
    color: #cdb06e;
    margin-top: 20px; }

.live {
  padding: 70px 0 150px;
  /*img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }*/ }
  .live .heading {
    margin-bottom: 15px; }
  .live__filter {
    margin-top: 50px; }

.revievs {
  background-color: #cdb06e;
  padding: 70px 0 150px;
  position: relative; }
  .revievs__customer {
    margin-top: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #fff; }
    .revievs__customer .heading {
      font-size: 25px;
      font-weight: 400;
      display: flex;
      justify-content: space-between; }
    .revievs__customer__stars span {
      font-size: 15px; }
      .revievs__customer__stars span i {
        color: #b29556; }
      .revievs__customer__stars span.active i {
        color: #fff; }
  .revievs__reviev {
    padding: 20px 0;
    line-height: 1.3333;
    font-family: 'Lato', sans-serif; }
  .revievs #revievNext {
    background-image: url("../images/arrow_right_black.png") !important;
    opacity: .3;
    right: 10%;
    left: auto; }
  .revievs #revievPrev {
    background-image: url("../images/arrow_left_black.png") !important;
    opacity: .3;
    left: 10%;
    right: auto; }

.otherLive {
  position: relative;
  padding-top: 100px;
  background-color: #f2f2f2; }
  .otherLive h3 {
    margin-bottom: 50px; }
  .otherLive__image {
    margin-bottom: 40px;
    position: relative;
    /*height: 333px;*/ }
    .otherLive__image::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: #000;
      transition: all .3s ease-in-out; }
    .otherLive__image:hover::after {
      opacity: .4; }
    .otherLive__image > img {
      width: 100%;
      min-width: 100%;
      height: 100%;
      min-height: 100%;
      display: block; }
  .otherLive h4 {
    text-transform: uppercase !important;
    line-height: 1.3333;
    font-size: 25px; }
  .otherLive img {
    margin-top: 60px;
    width: 100%; }
  .otherLive #allLivePrev {
    background-image: url("../images/arrow-left-slider.png") !important;
    left: 10%;
    top: 35%; }
  .otherLive #allLiveNext {
    background-image: url("../images/arrow-right-slider.png") !important;
    right: 10%;
    top: 35%; }

.live__currLive {
  margin: 50px auto; }

.live__filter {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-bottom: 50px;
  margin-top: 100px; }
  .live__filter__list {
    font-size: 0; }
    @media (min-width: 768px) {
      .live__filter__list {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .live__filter__list > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      background-color: #282828;
      width: 50%;
      height: 90px;
      text-align: center;
      border-right: 1px solid #cdb06e;
      border-bottom: 1px solid #cdb06e;
      transition: all .3s ease-in-out; }
      @media (min-width: 768px) {
        .live__filter__list > li {
          width: 33.3333%;
          border-bottom: none; } }
      @media (min-width: 992px) {
        .live__filter__list > li {
          height: auto; } }
      @media (min-width: 768px) {
        .live__filter__list > li.active {
          z-index: 3;
          transform: scale(1.2);
          box-shadow: 0px 0px 20px #cdb06e; } }
      .live__filter__list > li.active a {
        color: #fff; }
      .live__filter__list > li:last-child {
        border-right: none; }
      .live__filter__list > li:hover {
        z-index: 1;
        transform: scale(1.2);
        box-shadow: 0px 0px 20px #cdb06e; }
      .live__filter__list > li img {
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        display: block;
        width: 30px; }
      .live__filter__list > li a {
        color: #cdb06e;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 5px; }

.live__videoList .videoYT {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .live__videoList .videoYT {
      width: 45%;
      margin-right: 10%; }
      .live__videoList .videoYT:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .live__videoList .videoYT {
      width: 30%;
      margin-right: 5%; }
      .live__videoList .videoYT:nth-child(2n+2) {
        margin-right: 5%; }
      .live__videoList .videoYT:nth-child(3n+3) {
        margin-right: 0; } }
  .live__videoList .videoYT iframe {
    display: block;
    width: 100%;
    height: 230px; }
  .live__videoList .videoYT > p {
    text-align: left;
    font-size: 18px; }
    .live__videoList .videoYT > p > span {
      margin-left: 10px;
      font-size: 15px;
      font-weight: 600;
      color: #cdb06e; }

.articles {
  padding: 100px 0; }
  .articles__banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
    display: block;
    width: 100%;
    height: auto;
    border: 6px solid #cdaf6e;
    border-radius: 7px;
    font-size: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative; }
    .articles__banner::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .8;
      z-index: 1; }
    @media (min-width: 1024px) {
      .articles__banner {
        padding: 60px 30px; } }
    @media (min-width: 1400px) {
      .articles__banner {
        padding: 100px 50px; } }
    .articles__banner__content {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      position: relative;
      z-index: 2; }
      @media (min-width: 1024px) {
        .articles__banner__content {
          width: 75%; } }
      .articles__banner__content__heading {
        margin-bottom: 25px; }
        .articles__banner__content__heading h3 {
          margin-bottom: 10px; }
        .articles__banner__content__heading h3, .articles__banner__content__heading h4 {
          color: #cdaf6e; }
      .articles__banner__content__description p {
        color: #cdaf6e;
        font-size: 25px;
        font-weight: 300; }
    .articles__banner__arrow {
      width: 100%;
      position: relative;
      height: 40px;
      z-index: 2; }
      @media (min-width: 1024px) {
        .articles__banner__arrow {
          display: inline-block;
          vertical-align: middle;
          width: 25%; } }
      .articles__banner__arrow a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #908f8f;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        white-space: nowrap; }
        .articles__banner__arrow a::after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -40px;
          width: 30px;
          height: 30px;
          background-image: url("../images/right-arrow.svg");
          background-size: cover;
          background-position: center;
          transition: right .3s ease-in-out; }
        .articles__banner__arrow a:hover::after {
          right: -50px; }

.allArticles {
  background-color: #f2f2f2;
  padding: 60px 0;
  position: relative;
  width: 100%; }
  .allArticles .wrapperArticle {
    margin-top: 60px;
    background-color: #282828;
    border: 6px solid #cdaf6e;
    border-radius: 7px;
    padding: 40px 30px; }
    .allArticles .wrapperArticle__image {
      width: 100%;
      height: 240px;
      display: block;
      margin: 0 auto;
      border-radius: 7px;
      overflow: hidden;
      margin-bottom: 10px;
      position: relative; }
      .allArticles .wrapperArticle__image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #000;
        transition: all .3s ease-in-out; }
      .allArticles .wrapperArticle__image:hover img {
        transform: scale(1.1); }
      .allArticles .wrapperArticle__image:hover::after {
        opacity: .4; }
      .allArticles .wrapperArticle__image img {
        min-width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        transform: scale(1);
        transition: all .3s ease-in-out; }
    .allArticles .wrapperArticle__text h5, .allArticles .wrapperArticle__text h4 {
      color: #cdb06e; }
    .allArticles .wrapperArticle__text .heading {
      text-align: center;
      display: block;
      width: 100%;
      margin: 0 auto 5px;
      font-size: 30px;
      text-transform: uppercase;
      height: 70px; }
      .allArticles .wrapperArticle__text .heading--subheading {
        text-align: left;
        font-size: 20px;
        text-transform: none;
        text-align: center;
        height: auto; }
    .allArticles .wrapperArticle__text .text {
      color: #cdb06e;
      font-size: 18px;
      margin-top: 20px; }
  .allArticles a {
    margin-top: 50px;
    text-decoration: none; }
  .allArticles img {
    margin-top: 50px;
    width: 100%;
    min-height: 100%; }
  .allArticles #allArticlesPrev {
    background-image: url("../images/arrow-left-slider.png") !important;
    left: 10%;
    top: 35%; }
  .allArticles #allArticlesNext {
    background-image: url("../images/arrow-right-slider.png") !important;
    right: 10%;
    top: 35%; }

.article__banner {
  margin: 100px 0 30px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative; }
  .article__banner .heading--articleTag {
    margin-bottom: 25px; }
  .article__banner > .heading {
    font-weight: 600; }
  .article__banner img {
    margin-top: 50px;
    width: 100%; }

.article__title {
  position: relative;
  z-index: 2; }
  .article__title__content {
    position: absolute;
    transform: translateY(-60%);
    background-color: #cdb06e;
    display: table;
    padding: 20px; }
    .article__title__content h3, .article__title__content h4 {
      text-align: center; }
    .article__title__content h3 {
      margin-bottom: 15px; }
    .article__title__content h4 {
      font-weight: 400; }

.article__article {
  margin-bottom: 50px; }
  .article__article p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 1.8888; }
    .article__article p img {
      max-width: 100%;
      height: auto !important; }
  .article__article h1, .article__article .h1 {
    font-size: 40px !important;
    font-family: "Lato", sans-serif !important; }
  .article__article h2, .article__article .h2 {
    font-size: 35px !important;
    font-family: "Lato", sans-serif !important; }
  .article__article h3, .article__article .h3 {
    font-size: 30px !important;
    font-family: "Lato", sans-serif !important; }
  .article__article h4, .article__article .h4 {
    font-size: 25px !important;
    font-family: "Lato", sans-serif !important; }
  .article__article h5, .article__article .h5 {
    font-size: 20px !important;
    font-family: "Lato", sans-serif !important; }

#articleDesc,
#primaryArticle {
  display: inline-block;
  width: 100%;
  height: 105px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

#pagination-container-articles {
  display: table;
  position: absolute;
  bottom: -50px;
  right: 12px; }
  #pagination-container-articles .paginationjs .paginationjs-pages ul {
    display: flex; }
    #pagination-container-articles .paginationjs .paginationjs-pages ul li {
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      background-color: #343434;
      text-align: center;
      line-height: 40px;
      margin: 0 2px;
      cursor: pointer; }
      #pagination-container-articles .paginationjs .paginationjs-pages ul li.active {
        background-color: #cdb06e; }
      #pagination-container-articles .paginationjs .paginationjs-pages ul li.disabled {
        display: none; }
      #pagination-container-articles .paginationjs .paginationjs-pages ul li a {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        color: #e5e5e5; }

.l_articles .tag {
  background-color: #282828;
  padding: 20px 60px;
  width: 100%;
  display: table;
  margin-bottom: 30px;
  border-radius: 5px;
  white-space: nowrap;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .l_articles .tag {
      width: 30%; } }
  .l_articles .tag .heading {
    color: #cdb06e !important;
    font-size: 23px; }
    @media (min-width: 768px) {
      .l_articles .tag .heading {
        font-size: 30px; } }

.l_articles__divisionArticles {
  margin: 50px 0 100px; }
  .l_articles__divisionArticles > .container {
    position: relative; }
  .l_articles__divisionArticles__categoryList {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 20px auto 50px; }
    @media (min-width: 1000px) {
      .l_articles__divisionArticles__categoryList {
        flex-direction: row; } }
    .l_articles__divisionArticles__categoryList li {
      background-color: #cdaf6e;
      border-radius: 3px;
      cursor: pointer;
      transition: background-color .3s ease-in-out;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .l_articles__divisionArticles__categoryList li {
          margin-bottom: 0; } }
      .l_articles__divisionArticles__categoryList li:hover {
        background-color: #282828; }
      .l_articles__divisionArticles__categoryList li a {
        display: block;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        padding: 10px 40px;
        text-transform: uppercase;
        font-family: "Lato", sans-serif; }
  .l_articles__divisionArticles__primary {
    border-radius: 7px;
    overflow: hidden; }
    .l_articles__divisionArticles__primary > a {
      display: block; }
    .l_articles__divisionArticles__primary__content {
      overflow: hidden;
      margin-bottom: 20px !important;
      height: 570px;
      position: relative;
      border-radius: 10px;
      background-size: 100%;
      overflow: hidden;
      border-radius: 3px; }
      .l_articles__divisionArticles__primary__content:hover > a {
        transform: scale(1.1); }
      .l_articles__divisionArticles__primary__content:hover .l_articles__divisionArticles__primary__content__wrapperText {
        transform: scale(0.9); }
      .l_articles__divisionArticles__primary__content > a {
        display: block;
        height: 100%;
        position: relative;
        transform: scale(1);
        background-position: center;
        background-size: cover;
        transition: all .5s ease-in-out; }
        .l_articles__divisionArticles__primary__content > a::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 1; }
      .l_articles__divisionArticles__primary__content__wrapperText {
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        transform: scale(1);
        transition: all .5s ease-in-out; }
        @media (min-width: 1200px) {
          .l_articles__divisionArticles__primary__content__wrapperText {
            padding: 100px 50px;
            width: 70%; } }
        .l_articles__divisionArticles__primary__content__wrapperText .heading:nth-child(1) {
          margin-bottom: 20px;
          font-size: 25px;
          text-transform: uppercase; }
  .l_articles__divisionArticles__secondRow {
    font-size: 0; }
    @media (min-width: 768px) {
      .l_articles__divisionArticles__secondRow {
        margin-bottom: 100px; } }
    .l_articles__divisionArticles__secondRow__box {
      width: 100%;
      height: 300px;
      display: inline-block;
      margin-bottom: 15px;
      vertical-align: top;
      position: relative;
      border-radius: 7px;
      overflow: hidden; }
      @media (min-width: 992px) {
        .l_articles__divisionArticles__secondRow__box {
          margin-bottom: 20px;
          width: 460px;
          height: 460px; }
          .l_articles__divisionArticles__secondRow__box:nth-child(2), .l_articles__divisionArticles__secondRow__box:nth-child(5) {
            margin-right: 20px; } }
      @media (min-width: 1200px) {
        .l_articles__divisionArticles__secondRow__box {
          width: 460px;
          height: 460px; } }
      @media (min-width: 1400px) {
        .l_articles__divisionArticles__secondRow__box {
          width: 660px;
          height: 660px; } }
      .l_articles__divisionArticles__secondRow__box__content {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        transform: scale(1);
        transition: all .5s ease-in-out; }
        .l_articles__divisionArticles__secondRow__box__content:hover {
          transform: scale(1.1); }
          .l_articles__divisionArticles__secondRow__box__content:hover .l_articles__divisionArticles__secondRow__box__content__wrapperText {
            transform: scale(0.9); }
        .l_articles__divisionArticles__secondRow__box__content::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 1; }
        .l_articles__divisionArticles__secondRow__box__content a {
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          transition: width .3s ease-in-out; }
          .l_articles__divisionArticles__secondRow__box__content a > span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #cdb06e;
            font-family: "Lato", sans-serif;
            font-size: 20px;
            font-weight: 300;
            text-transform: uppercase; }
            .l_articles__divisionArticles__secondRow__box__content a > span::after {
              content: '';
              background-image: url("../images/arrow-right-slider.png");
              background-size: contain;
              background-repeat: no-repeat;
              width: 20px;
              height: 20px;
              position: absolute;
              right: -40px;
              top: 50%;
              transform: translateY(-50%); }
          .l_articles__divisionArticles__secondRow__box__content a:hover {
            width: 100%; }
        .l_articles__divisionArticles__secondRow__box__content__wrapperText {
          padding: 20px 10px;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scale(1);
          width: 100%;
          z-index: 2;
          transition: all .5s ease-in-out; }
          @media (min-width: 1200px) {
            .l_articles__divisionArticles__secondRow__box__content__wrapperText {
              padding: 50px 25px; } }
          @media (min-width: 1400px) {
            .l_articles__divisionArticles__secondRow__box__content__wrapperText {
              padding: 100px 50px;
              width: 70%; } }
          .l_articles__divisionArticles__secondRow__box__content__wrapperText .heading {
            margin-bottom: 10px; }
            .l_articles__divisionArticles__secondRow__box__content__wrapperText .heading:nth-child(1) {
              margin-bottom: 20px;
              font-size: 25px;
              text-transform: uppercase; }
      .l_articles__divisionArticles__secondRow__box.largeArticle {
        width: 100%; }
  .l_articles__divisionArticles__thirdRow {
    font-size: 0;
    margin-bottom: 100px;
    box-sizing: border-box; }
    .l_articles__divisionArticles__thirdRow .tag {
      width: 100%; }
    .l_articles__divisionArticles__thirdRow__box {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 100px; }
      @media (min-width: 768px) {
        .l_articles__divisionArticles__thirdRow__box {
          width: 30%;
          margin-right: 5%; }
          .l_articles__divisionArticles__thirdRow__box:last-child {
            margin-right: 0; } }
      .l_articles__divisionArticles__thirdRow__box__content {
        width: 100%;
        height: 370px;
        background-position: center;
        position: relative; }
        .l_articles__divisionArticles__thirdRow__box__content a {
          position: absolute;
          bottom: -40px;
          left: 50%;
          transform: translateX(-50%);
          font-family: "Lato", sans-serif;
          display: block;
          font-size: 20px;
          color: #282828; }
          .l_articles__divisionArticles__thirdRow__box__content a::after {
            content: '';
            background-image: url("../images/arrow_right_black.png");
            background-size: contain;
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            right: -40px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .3s ease-in-out; }
          .l_articles__divisionArticles__thirdRow__box__content a:hover::after {
            right: -50px; }

.l_articles__articleList {
  margin: 150px 0 50px;
  display: block;
  font-size: 0; }
  .l_articles__articleList > .container {
    position: relative; }
  .l_articles__articleList__box {
    display: inline-block;
    width: 660px;
    height: 660px;
    margin-bottom: 20px;
    overflow: hidden; }
    .l_articles__articleList__box:hover .l_articles__articleList__box__content {
      transform: scale(1.1); }
    .l_articles__articleList__box:hover .l_articles__articleList__box__content__wrapperText {
      transform: scale(0.9); }
    .l_articles__articleList__box:nth-child(2), .l_articles__articleList__box:nth-child(5) {
      margin-right: 20px; }
    .l_articles__articleList__box__content {
      background-size: cover;
      background-position: center;
      height: 100%;
      position: relative;
      transform: scale(1);
      transition: all .3s ease-in-out; }
      .l_articles__articleList__box__content__wrapperText {
        position: absolute;
        bottom: 100px;
        left: 30px;
        transform: scale(1);
        transition: all .3s ease-in-out; }
        .l_articles__articleList__box__content__wrapperText .heading--articleTag {
          margin-bottom: 20px;
          font-size: 25px;
          text-transform: uppercase; }
    .l_articles__articleList__box.largeArticle {
      width: 100%; }

.horoscopePerDay {
  display: block;
  padding: 100px 0 40px;
  background-color: #cdb06e;
  position: relative; }
  @media (min-width: 768px) {
    .horoscopePerDay {
      padding: 150px 0 90px; } }
  .horoscopePerDay .swiper-container {
    margin-bottom: 60px; }
    .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide {
      font-size: 0;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide {
          display: flex;
          justify-content: space-around;
          align-items: center; } }
      .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide > img {
        display: block;
        height: 200px;
        margin: 0 auto 20px; }
        @media (min-width: 768px) {
          .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide > img {
            height: 350px;
            margin-right: 10%; } }
      .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide .horoscopePerDay__description {
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 20px; }
        @media (min-width: 768px) {
          .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide .horoscopePerDay__description {
            display: inline-block;
            vertical-align: middle;
            width: 60%;
            padding: 60px; } }
        .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide .horoscopePerDay__description .heading {
          text-align: center;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .horoscopePerDay .swiper-container .swiper-wrapper .swiper-slide .horoscopePerDay__description p {
          margin-top: 30px; }
  .horoscopePerDay .horoscopePerDay__arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 54px;
    background-size: cover;
    cursor: pointer; }
  .horoscopePerDay .horoscopePerDay__prev {
    left: 0%;
    background-image: url(../images/arrow_left_white.png) !important; }
    @media (min-width: 1200px) {
      .horoscopePerDay .horoscopePerDay__prev {
        left: 20%; } }
  .horoscopePerDay .horoscopePerDay__next {
    right: 0%;
    background-image: url(../images/arrow_right_white.png) !important; }
    @media (min-width: 1200px) {
      .horoscopePerDay .horoscopePerDay__next {
        right: 20%; } }
  .horoscopePerDay a.button {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #cdb06e;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: #172130;
    border-radius: 7px;
    transition: background-color .3s ease-in-out; }
    .horoscopePerDay a.button:hover {
      background-color: #0c131d; }

.horoscopes__title {
  position: relative;
  z-index: 1; }
  .horoscopes__title__content {
    position: absolute;
    transform: translateY(-50%);
    background-color: #cdb06e;
    display: table;
    padding: 20px 30px;
    border-radius: 7px; }
    @media (min-width: 768px) {
      .horoscopes__title__content {
        padding: 20px 100px 20px 20px; } }
    .horoscopes__title__content--dark {
      padding: 20px 100px 20px 40px;
      background-color: #282828; }

.horoscopes__list {
  padding: 100px 0;
  font-size: 0;
  background-color: #f2f2f2; }
  .horoscopes__list__horoscope {
    display: block;
    margin-bottom: 100px;
    width: 100%; }
    @media (min-width: 768px) {
      .horoscopes__list__horoscope {
        display: inline-block;
        width: 50%; } }
    @media (min-width: 1024px) {
      .horoscopes__list__horoscope {
        width: 33.3333%; } }
    .horoscopes__list__horoscope a img {
      display: block;
      margin: 0 auto 20px;
      max-width: 100%;
      max-height: 60%;
      opacity: .6;
      transition: opacity .3s ease-in-out; }
    .horoscopes__list__horoscope a:hover img {
      opacity: 1; }
    .horoscopes__list__horoscope__name {
      display: block;
      text-align: center;
      font-size: 25px;
      font-family: "Lato", sans-serif;
      color: #282828; }
      .horoscopes__list__horoscope__name span {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #282828;
        font-weight: 300; }
    .horoscopes__list__horoscope a {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      text-align: center;
      display: block;
      margin-top: 10px;
      color: #282828; }

.horoscopes__week {
  padding: 100px 0; }
  .horoscopes__week .heading {
    margin-bottom: 50px; }
  .horoscopes__week img {
    width: 100%; }

.horoscope__about {
  background-color: #f2f2f2;
  padding: 150px 0;
  font-size: 0;
  box-sizing: border-box; }
  .horoscope__about img {
    display: block;
    margin: 0px auto 40px; }
    @media (min-width: 768px) {
      .horoscope__about img {
        display: inline-block;
        vertical-align: top;
        max-width: 20%;
        max-height: 370px; } }
  .horoscope__about__description {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .horoscope__about__description {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        padding-left: 20%; } }
    .horoscope__about__description h3 {
      margin-bottom: 30px;
      font-weight: 400; }
      .horoscope__about__description h3 span {
        font-weight: 300; }
    .horoscope__about__description p {
      text-align: justify;
      font-weight: 300;
      line-height: 1.5555; }

.horoscopeSlide {
  padding: 150px 0;
  position: relative; }
  .horoscopeSlide .wrapperHoroscpe {
    padding-bottom: 40px; }
    .horoscopeSlide .wrapperHoroscpe__image {
      display: block;
      text-align: center; }
      .horoscopeSlide .wrapperHoroscpe__image img {
        max-width: 100%;
        height: 300px;
        margin-bottom: 20px; }
        @media (min-width: 678px) {
          .horoscopeSlide .wrapperHoroscpe__image img {
            height: 300px; } }
    .horoscopeSlide .wrapperHoroscpe__text {
      text-align: center; }
      .horoscopeSlide .wrapperHoroscpe__text a {
        display: block;
        color: #000;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 10px; }
    .horoscopeSlide .wrapperHoroscpe > a {
      margin-top: 15px;
      display: block;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      font-family: "Lato", sans-serif;
      position: relative; }
      .horoscopeSlide .wrapperHoroscpe > a::before {
        content: '';
        background-image: url("../images/arrow_bottom_black.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 30px;
        height: 17px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%); }
  .horoscopeSlide #horoscopesPrev {
    background-image: url("../images/arrow-left-slider.png") !important;
    left: 10%;
    top: 50%; }
  .horoscopeSlide #horoscopesNext {
    background-image: url("../images/arrow-right-slider.png") !important;
    right: 10%;
    top: 50%; }

.L_about {
  padding: 100px 0;
  font-size: 0;
  overflow: hidden; }
  .L_about__description {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    position: relative; }
    @media (min-width: 768px) {
      .L_about__description {
        width: 50%;
        height: 354px; } }
    @media (min-width: 992px) {
      .L_about__description {
        height: 462px;
        padding: 30px; } }
    @media (min-width: 1400px) {
      .L_about__description {
        padding: 50px;
        height: 659px; } }
    .L_about__description p {
      font-size: 20px;
      text-align: left; }
      @media (min-width: 768px) {
        .L_about__description p {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .L_about__description p {
          font-size: 18px;
          line-height: 1.8888; } }
      @media (min-width: 1400px) {
        .L_about__description p {
          font-size: 20px;
          line-height: 2.6666; } }
    .L_about__description::after {
      content: 'zespół ezo porada.pl';
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 20px;
      font-family: 'Lato', sans-serif;
      color: #172130;
      font-weight: 300; }
      @media (min-width: 768px) {
        .L_about__description::after {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .L_about__description::after {
          font-size: 18px;
          bottom: 30px;
          right: 30px; } }
      @media (min-width: 1400px) {
        .L_about__description::after {
          font-size: 20px;
          bottom: 50px;
          right: 50px; } }
  .L_about__image {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .L_about__image {
        width: 50%; } }
    .L_about__image > img {
      width: 100%; }

.contactForm {
  background-color: #fff;
  font-size: 0;
  height: 100%;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .contactForm {
      padding-bottom: 100px; } }
  .contactForm__leftBox {
    display: block;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #cdb06e;
    border-radius: 7px; }
    @media (min-width: 1200px) {
      .contactForm__leftBox {
        width: 34%;
        display: inline-block;
        vertical-align: top; } }
    .contactForm__leftBox .heading {
      text-transform: uppercase;
      font-weight: 500;
      padding: 30px;
      font-size: 20px;
      text-align: center; }
      @media (min-width: 1200px) {
        .contactForm__leftBox .heading {
          font-size: 15px !important;
          white-space: nowrap;
          padding: 36px; } }
      @media (min-width: 1440px) {
        .contactForm__leftBox .heading {
          font-size: 25px !important; } }
    .contactForm__leftBox ul li {
      padding: 30px 30px;
      padding-left: 100px;
      color: #fff;
      position: relative;
      cursor: pointer;
      transition: background-color .3s ease-in-out; }
      .contactForm__leftBox ul li.active {
        background-color: rgba(0, 0, 0, 0.3); }
      .contactForm__leftBox ul li.notLoginUser {
        background-color: #d8c18f;
        cursor: default; }
        .contactForm__leftBox ul li.notLoginUser .redirectToLogin {
          display: none; }
        .contactForm__leftBox ul li.notLoginUser.js-notLoginHover .redirectToLogin {
          background-color: #282828;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 30px;
          position: absolute;
          left: 0;
          top: 0; }
          .contactForm__leftBox ul li.notLoginUser.js-notLoginHover .redirectToLogin > span {
            color: #fff; }
      .contactForm__leftBox ul li .text {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        font-weight: 300; }
        @media (min-width: 1200px) {
          .contactForm__leftBox ul li .text {
            font-size: 10px; } }
        @media (min-width: 1440px) {
          .contactForm__leftBox ul li .text {
            font-size: 22px; } }
      .contactForm__leftBox ul li .phone {
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        padding: 5px 0;
        font-weight: 300; }
        @media (min-width: 1200px) {
          .contactForm__leftBox ul li .phone {
            font-size: 20px; } }
        .contactForm__leftBox ul li .phone span {
          font-size: 15px; }
      .contactForm__leftBox ul li .language {
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 300; }
      .contactForm__leftBox ul li.call::before {
        background-image: url("../images/call.svg"); }
      .contactForm__leftBox ul li.sms::before {
        background-image: url("../images/message.svg"); }
      .contactForm__leftBox ul li.mail::before {
        background-image: url("../images/mail.svg"); }
      .contactForm__leftBox ul li.chat::before {
        background-image: url("../images/chat.svg"); }
      .contactForm__leftBox ul li.webrtc::before {
        background-image: url("/images/webrtc.svg"); }
      .contactForm__leftBox ul li.callback::before {
        background-image: url("../images/facebook.svg"); }
      .contactForm__leftBox ul li::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 40px; }
      .contactForm__leftBox ul li:hover {
        background-color: #b29556; }
  .contactForm__rightBox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 100px; }
    @media (min-width: 1200px) {
      .contactForm__rightBox {
        display: inline-block;
        width: 66%;
        padding: 30px; } }
    .contactForm__rightBox.hidden {
      display: none; }
    .contactForm__rightBox__animation {
      display: block;
      margin: 20px auto;
      width: 100%; }
      @media (min-width: 1200px) {
        .contactForm__rightBox__animation {
          display: inline-block;
          vertical-align: top;
          width: 30%;
          margin-right: 30px; } }
      .contactForm__rightBox__animation img {
        display: block;
        margin: 0 auto;
        max-width: 193px; }
        @media (min-width: 1200px) {
          .contactForm__rightBox__animation img {
            width: 100%; } }
    .contactForm__rightBox__content {
      display: block;
      width: 100%; }
      @media (min-width: 1200px) {
        .contactForm__rightBox__content {
          width: 64%;
          display: inline-block;
          vertical-align: top; } }
      .contactForm__rightBox__content .phone {
        font-size: 40px;
        font-family: 'Lato', sans-serif;
        padding: 5px 0;
        font-weight: 400;
        color: #cdaf6e;
        margin-bottom: 20px; }
        .contactForm__rightBox__content .phone span {
          font-size: 15px;
          color: #cdaf6e; }
      .contactForm__rightBox__content p {
        color: #cdaf6e;
        font-size: 22px; }
      .contactForm__rightBox__content__video {
        margin-top: 50px;
        width: 100%; }

.ForgotPassword {
  display: block;
  width: 20%;
  height: calc(100vh - 700px);
  margin: 0 auto;
  position: relative; }
  .ForgotPassword__wrapperInput {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }

form {
  position: relative;
  overflow: hidden;
  padding: 20px 0 !important; }
  form .form-success {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    form .form-success.success {
      display: block; }
    form .form-success h3 {
      text-align: center;
      margin-top: 150px;
      font-size: 50px;
      font-family: "Lato", sans-serif; }
    form .form-success p {
      text-align: center;
      width: auto;
      font-size: 30px;
      font-family: "Lato", sans-serif; }
    form .form-success span {
      width: 200px;
      height: 200px;
      display: block;
      margin: 0 auto;
      border: 3px solid #cdb06e;
      border-radius: 50%;
      position: relative; }
      form .form-success span img {
        position: absolute;
        top: 40%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px; }

.field {
  position: relative;
  margin-bottom: 50px; }
  .field--checkbox {
    margin: 130px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .field--checkbox {
        margin: 50px 0;
        width: 70% !important; } }
    .field--checkbox input {
      display: inline-block;
      width: auto !important;
      vertical-align: top;
      visibility: hidden; }
      .field--checkbox input:focus ~ .label {
        left: 0 !important;
        bottom: 2px !important;
        font-size: 18px !important; }
    .field--checkbox .label {
      display: inline-block;
      margin-left: 30px;
      vertical-align: top;
      position: relative;
      font-size: 12px !important; }
      .field--checkbox .label::after {
        content: '';
        position: absolute;
        left: -30px;
        top: -12px;
        background-image: url("../images/check-mark.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        cursor: pointer;
        opacity: 0;
        transition: opacity .2s ease-in-out; }
      .field--checkbox .label::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #666;
        position: absolute;
        left: -30px;
        top: 0;
        cursor: pointer; }
  .field input {
    background-color: transparent !important;
    border: none;
    width: 100%;
    z-index: 5; }
    .field input[type=checkbox] ~ .label {
      bottom: 2px !important;
      left: 0px !important;
      font-size: 18px !important; }
    .field input:checked + label.label {
      bottom: 2px !important;
      left: 0px !important;
      font-size: 18px !important; }
      .field input:checked + label.label::after {
        opacity: 1; }
    .field input.js-field {
      border: none;
      outline: none; }
      .field input.js-field ~ label {
        bottom: 20px;
        left: 0;
        font-size: 12px; }
      .field input.js-field ~ .field__underline > span {
        width: 100%; }
    .field input:focus {
      border: none;
      outline: none; }
      .field input:focus ~ label {
        bottom: 20px;
        left: 5px;
        font-size: 12px; }
      .field input:focus ~ .field__underline > span {
        width: 100%; }
    .field input.error {
      background-color: red; }
      .field input.error ~ .label {
        color: red; }
      .field input.error ~ .field__underline {
        background-color: red; }
  .field .label {
    position: absolute;
    left: 0;
    bottom: 2px;
    cursor: text;
    font-style: italic;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #666;
    color: rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out; }
  .field__underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666; }
    .field__underline > span {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background-color: #cdb06e;
      transition: width .3s ease-in-out; }

.loginAdvisory {
  padding: 50px 0;
  font-size: 0;
  background-color: #f2f2f2; }
  .loginAdvisory__login {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6dec9;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .loginAdvisory__login {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        border-right: 1px solid #e6dec9;
        border-bottom: none; }
        .loginAdvisory__login.advisory {
          height: 331px; } }
    .loginAdvisory__login > img {
      display: inline-block;
      vertical-align: bottom;
      height: 60px;
      margin-right: 10px; }
    .loginAdvisory__login .heading {
      display: inline-block;
      font-size: 27px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .loginAdvisory__login .heading {
          font-size: 30px; } }
      .loginAdvisory__login .heading span {
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 10px; }
    .loginAdvisory__login .text {
      font-size: 15px;
      margin: 30px 0;
      font-weight: 600; }
    .loginAdvisory__login .loginExpert {
      background-color: red; }
      .loginAdvisory__login .loginExpert__field__underline {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #666; }
        .loginAdvisory__login .loginExpert__field__underline > span {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0;
          background-color: #cdb06e;
          transition: width .3s ease-in-out; }
    .loginAdvisory__login .field {
      width: 100%; }
      @media (min-width: 768px) {
        .loginAdvisory__login .field {
          width: 50%; } }
      .loginAdvisory__login .field input {
        background-color: #f2f2f2; }
    .loginAdvisory__login__buttons {
      display: block; }
      .loginAdvisory__login__buttons a {
        margin: 30px 0;
        font-size: 15px;
        display: block; }
        @media (min-width: 768px) {
          .loginAdvisory__login__buttons a {
            display: inline-block; }
            .loginAdvisory__login__buttons a:first-child {
              margin-right: 30px; } }
  .loginAdvisory__register {
    margin-top: 30px;
    display: block;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 768px) {
      .loginAdvisory__register {
        margin-top: 0;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 60px; } }
    .loginAdvisory__register > img {
      display: inline-block;
      vertical-align: middle;
      height: 60px;
      margin-right: 10px; }
    .loginAdvisory__register .heading {
      display: inline-block;
      vertical-align: middle; }
      .loginAdvisory__register .heading.advisory {
        font-weight: 600; }
        @media (min-width: 768px) {
          .loginAdvisory__register .heading.advisory {
            width: 80%; } }
    .loginAdvisory__register > .text {
      font-size: 15px;
      margin: 30px 0;
      font-weight: 600; }
    .loginAdvisory__register a {
      display: block;
      margin: 50px 0 0; }
      @media (min-width: 768px) {
        .loginAdvisory__register a {
          display: table; } }

.registerAdvisory {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .registerAdvisory .heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .registerAdvisory p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .registerAdvisory p {
        width: 70%; } }
  .registerAdvisory a {
    margin: 120px auto 0; }
    @media (min-width: 768px) {
      .registerAdvisory a {
        margin: 120px 0 0; } }
  .registerAdvisory__form {
    margin-bottom: 50px; }
    .registerAdvisory__form .field {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .registerAdvisory__form .field {
          width: 30%; } }
      .registerAdvisory__form .field.error .field--checkbox .label {
        color: red; }
        .registerAdvisory__form .field.error .field--checkbox .label::before {
          border-color: red !important; }
      .registerAdvisory__form .field.error .label {
        color: red; }
      .registerAdvisory__form .field.error .field__underline {
        background-color: red; }

.validation-summary-errors {
  margin-bottom: 30px; }
  .validation-summary-errors ul li {
    font-size: 15px;
    color: red;
    font-family: "Lato", sans-serif;
    padding: 5px; }

.field-validation-error {
  color: red; }

.input-validation-error ~ .field__underline {
  background-color: red !important; }

.footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 100px 0; }
  .footer ul {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .footer ul li {
      display: block; }
      @media (min-width: 1024px) {
        .footer ul li {
          display: inline-block;
          vertical-align: top;
          margin-right: 23px; } }
      @media (min-width: 1400px) {
        .footer ul li {
          margin-right: 50px; } }
      .footer ul li a {
        color: #cdb06e;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 0px !important;
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        font-size: 12px; }
        @media (min-width: 1400px) {
          .footer ul li a {
            font-size: 14px; } }
        .footer ul li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #cdb06e;
          transition: all .3s ease-in-out; }
        @media (min-width: 1024px) {
          .footer ul li a {
            padding: 20px 10px; } }
        .footer ul li a:hover::after {
          width: 100%; }
        .footer ul li a > img {
          width: 170px; }
  .footer__logos {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin: 30px auto; }
    @media (min-width: 768px) {
      .footer__logos {
        width: 80%;
        height: 36px;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .footer__logos {
        width: 30%; } }
    .footer__logos img {
      display: inline-block;
      vertical-align: middle; }
    .footer__logos .taLogo {
      opacity: .7;
      height: 60px; }
    .footer__logos .polsatLogo {
      opacity: .7; }

.dream {
  padding: 80px 0;
  font-size: 0; }
  .dream .container {
    position: relative; }
  .dream__search {
    background-color: #050c1f;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 10px; }
    @media (min-width: 992px) {
      .dream__search {
        width: 365px;
        height: 720px; } }
    .dream__search__field {
      position: relative;
      width: 80%;
      left: 50%;
      transform: translateX(-50%); }
      .dream__search__field::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-image: url("../images/search.svg");
        background-size: cover;
        width: 30px;
        height: 30px; }
      .dream__search__field__input {
        width: 100%;
        height: 50px;
        font-size: 20px;
        color: #c59a3b;
        background-color: transparent;
        border: none;
        outline: none;
        position: relative;
        padding-right: 50px; }
      .dream__search__field__underline {
        position: absolute;
        background-color: #c59a3b;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0px; }
    .dream__search__alphabet {
      padding: 40px; }
      .dream__search__alphabet > ul {
        font-size: 0; }
        .dream__search__alphabet > ul > li {
          background-color: #363d4d;
          color: #c59a3b;
          width: 55px;
          height: 55px;
          line-height: 60px;
          text-align: center;
          text-transform: uppercase;
          font-size: 30px;
          margin-right: 15px;
          margin-bottom: 15px;
          display: inline-block;
          vertical-align: middle;
          transition: background-color .3s ease-in-out, color .3s ease-in-out; }
          @media (min-width: 768px) {
            .dream__search__alphabet > ul > li {
              width: 57px;
              height: 57px; }
              .dream__search__alphabet > ul > li:nth-child(9n+9) {
                margin-right: 0; } }
          @media (min-width: 992px) {
            .dream__search__alphabet > ul > li {
              width: 60px;
              height: 60px; }
              .dream__search__alphabet > ul > li:nth-child(9n+9) {
                margin-right: 15px; }
              .dream__search__alphabet > ul > li:nth-child(4n+4) {
                margin-right: 0; } }
          .dream__search__alphabet > ul > li.active {
            background-color: #c59a3b;
            color: #fff; }
          .dream__search__alphabet > ul > li:hover {
            background-color: #cdb06e;
            color: #fff;
            cursor: pointer; }
      .dream__search__alphabet__clear {
        background-color: #363d4d;
        color: #c59a3b !important;
        width: 100%;
        height: 60px;
        font-size: 30px !important;
        text-align: center !important;
        line-height: 60px !important;
        cursor: pointer;
        transition: background-color .3s ease-in-out, color .3s ease-in-out; }
        .dream__search__alphabet__clear.disable {
          cursor: default !important;
          background-color: #363d4d;
          color: #fff !important;
          transition: background-color .3s ease-in-out, color .3s ease-in-out;
          opacity: .3 !important; }
          .dream__search__alphabet__clear.disable:hover {
            background-color: #363d4d; }
        .dream__search__alphabet__clear:hover {
          background-color: #cdb06e;
          color: #fff;
          cursor: pointer; }
  .dream__dreamList {
    border: 1px solid #666;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 100px; }
    @media (min-width: 992px) {
      .dream__dreamList {
        width: calc(100% - 365px);
        height: 720px;
        padding: 50px; } }
    .dream__dreamList__dreamDesc {
      margin-bottom: 30px; }
      .dream__dreamList__dreamDesc h3 {
        font-weight: 600; }
      .dream__dreamList__dreamDesc p {
        display: block; }
  .dream #pagination-container-dream {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .dream #pagination-container-dream {
        transform: none;
        bottom: 50px;
        left: auto;
        right: 50px; } }
    .dream #pagination-container-dream .paginationjs .paginationjs-pages ul {
      display: flex; }
      .dream #pagination-container-dream .paginationjs .paginationjs-pages ul li {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        background-color: #343434;
        text-align: center;
        line-height: 40px;
        margin: 0 2px;
        cursor: pointer; }
        .dream #pagination-container-dream .paginationjs .paginationjs-pages ul li.disabled {
          display: none; }
        .dream #pagination-container-dream .paginationjs .paginationjs-pages ul li a {
          font-family: 'Lato', sans-serif;
          font-size: 15px;
          color: #e5e5e5; }

.l_contact {
  padding: 100px 0; }
  .l_contact__wrapperContent {
    width: 100%;
    /*height: 450px;*/
    font-size: 0;
    border-radius: 5px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .l_contact__wrapperContent {
        height: 450px; } }
    .l_contact__wrapperContent__image {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 100px;
      background-image: url("../images/contactLetters.jpg");
      background-position: center;
      background-size: cover; }
      @media (min-width: 992px) {
        .l_contact__wrapperContent__image {
          width: 50%;
          height: 100%; } }
    .l_contact__wrapperContent__dataContact {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      /*height: 100%;*/
      padding: 50px;
      background-color: #f2f2f2; }
      @media (min-width: 992px) {
        .l_contact__wrapperContent__dataContact {
          height: 100%;
          width: 50%; } }
      .l_contact__wrapperContent__dataContact h3 {
        font-size: 22px !important;
        font-weight: 600; }
        .l_contact__wrapperContent__dataContact h3 > span {
          display: block;
          margin: 10px 0; }
      .l_contact__wrapperContent__dataContact ul {
        margin: 30px 0 60px; }
        .l_contact__wrapperContent__dataContact ul li {
          margin: 5px 0; }

body > div.panelCustomer > div > div.panelCustomer__welcome > form > div.form-group > div > input {
  display: block;
  margin: 10px auto;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #282828;
  font-weight: 600; }
  body > div.panelCustomer > div > div.panelCustomer__welcome > form > div.form-group > div > input:focus {
    outline: none; }

.panelCustomer {
  padding: 60px 0;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .panelCustomer__welcome {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 50px; } }
  .panelCustomer__welcome__addImage {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    cursor: pointer;
    height: 150px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .panelCustomer__welcome__addImage {
        margin: 0; } }
    .panelCustomer__welcome__addImage.js-active:hover::before {
      opacity: .5; }
    .panelCustomer__welcome__addImage::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      transition: opacity .3s ease-in-out; }
    .panelCustomer__welcome__addImage img {
      min-width: 100%;
      min-height: 100%;
      max-width: 150%;
      max-height: 150%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .panelCustomer__welcome__addImage::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/add.svg");
      background-size: cover;
      background-position: center;
      z-index: 1; }
    .panelCustomer__welcome__addImage--isAvatar {
      border: 2px solid #172130; }
      .panelCustomer__welcome__addImage--isAvatar::after {
        display: none; }
    .panelCustomer__welcome__addImage > input {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .panelCustomer__welcome__addImage div.form-group > div > input {
      display: block;
      margin: 10px auto; }
    .panelCustomer__welcome__addImage p {
      text-align: center;
      font-weight: 600;
      margin-top: 10px; }
    .panelCustomer__welcome__addImage output img {
      width: 100%; }
  .panelCustomer__welcome h3 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0; }
    .panelCustomer__welcome h3 .nameUser {
      display: block; }
      @media (min-width: 768px) {
        .panelCustomer__welcome h3 .nameUser {
          display: inline-block; } }
    .panelCustomer__welcome h3 span {
      font-size: 20px;
      display: block;
      text-align: center;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .panelCustomer__welcome h3 span {
          text-align: left; } }
  .panelCustomer__welcome__accountStatus p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
  .panelCustomer__welcome__accountStatus > a {
    width: 180px;
    text-align: center; }
  .panelCustomer__welcome__accountStatus h4 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .panelCustomer__welcome .peymentValue {
    z-index: 10;
    display: none;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .panelCustomer__welcome .peymentValue {
        position: absolute;
        left: 50%; } }
    .panelCustomer__welcome .peymentValue.js-visible {
      display: block; }
    .panelCustomer__welcome .peymentValue > form {
      font-size: 0;
      padding: 0 !important;
      width: 100%;
      height: 100%;
      background-color: #f2f2f2;
      border-radius: 5px;
      border: 1px solid #c5c5c5; }
      @media (min-width: 768px) {
        .panelCustomer__welcome .peymentValue > form {
          width: 800px; } }
      .panelCustomer__welcome .peymentValue > form .fields {
        vertical-align: top; }
        @media (min-width: 768px) {
          .panelCustomer__welcome .peymentValue > form .fields {
            display: inline-block;
            width: 50%;
            margin-left: 50%; } }
        .panelCustomer__welcome .peymentValue > form .fields__field {
          display: block;
          width: 100%;
          border-right: 0;
          text-align: center;
          padding: 10px 0;
          position: relative; }
          .panelCustomer__welcome .peymentValue > form .fields__field:hover {
            background-color: #ede0a9; }
          .panelCustomer__welcome .peymentValue > form .fields__field__label {
            font-size: 20px;
            display: flex;
            justify-content: space-around;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            position: relative;
            -webkit-user-select: none;
            white-space: nowrap;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .panelCustomer__welcome .peymentValue > form .fields__field__label p {
              width: 70px;
              text-align: right; }
              .panelCustomer__welcome .peymentValue > form .fields__field__label p:last-child {
                color: #f5b353;
                position: relative;
                text-align: left; }
                .panelCustomer__welcome .peymentValue > form .fields__field__label p:last-child::before {
                  content: '';
                  background-image: url("../images/coin.svg");
                  background-size: cover;
                  background-position: center;
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  left: -30px; }
          .panelCustomer__welcome .peymentValue > form .fields__field .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #e6c83c;
            opacity: .4;
            display: none;
            opacity: .3; }
          .panelCustomer__welcome .peymentValue > form .fields__field input:checked ~ .checkmark {
            display: block; }
          .panelCustomer__welcome .peymentValue > form .fields__field input {
            opacity: 0;
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .panelCustomer__welcome .peymentValue > form .paymentType {
        display: block;
        width: 50%;
        margin-left: 50%;
        border-top: 1px solid #666;
        font-size: 0; }
        .panelCustomer__welcome .peymentValue > form .paymentType .field {
          margin-bottom: 0;
          padding: 20px 0;
          display: inline-block;
          width: 33%;
          border-right: 1px solid #666; }
          .panelCustomer__welcome .peymentValue > form .paymentType .field:last-child {
            border-right: 0; }
      .panelCustomer__welcome .peymentValue > form .peyButton {
        display: block;
        height: 100%;
        background-color: #1a2030;
        vertical-align: top;
        padding: 40px 0; }
        @media (min-width: 768px) {
          .panelCustomer__welcome .peymentValue > form .peyButton {
            position: absolute;
            display: inline-block;
            width: 50%; } }
        .panelCustomer__welcome .peymentValue > form .peyButton button {
          width: 100%;
          height: 100%;
          text-align: center;
          background-color: #1a2030;
          border: none;
          color: #efc845;
          cursor: pointer; }
          .panelCustomer__welcome .peymentValue > form .peyButton button > img {
            width: 20px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 5px; }
  .panelCustomer .saveAvatarImage {
    opacity: 0;
    transition: opacity .3s ease-in-out; }
    .panelCustomer .saveAvatarImage.js-visible {
      opacity: 1; }
  .panelCustomer__historyDetails {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .panelCustomer__historyDetails {
        height: 700px;
        flex-direction: row; } }
    .panelCustomer__historyDetails__navigation {
      width: 100%;
      background-color: #172130;
      height: 100%;
      font-size: 0; }
      @media (min-width: 768px) {
        .panelCustomer__historyDetails__navigation {
          width: 33.333%; } }
      .panelCustomer__historyDetails__navigation li {
        display: inline-block;
        width: 25%;
        color: #cdb06e;
        padding: 30px 0;
        font-size: 20px;
        text-transform: uppercase;
        background-color: transparent;
        cursor: pointer;
        position: relative;
        transition: background-color .3s ease-in-out; }
        @media (min-width: 768px) {
          .panelCustomer__historyDetails__navigation li {
            padding: 20px 60px;
            width: 100%; } }
        .panelCustomer__historyDetails__navigation li > span {
          display: none; }
          @media (min-width: 768px) {
            .panelCustomer__historyDetails__navigation li > span {
              display: block;
              font-size: 12px; } }
          @media (min-width: 992px) {
            .panelCustomer__historyDetails__navigation li > span {
              font-size: 14px; } }
        .panelCustomer__historyDetails__navigation li.active {
          background-color: rgba(255, 255, 255, 0.5); }
        .panelCustomer__historyDetails__navigation li::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
          @media (min-width: 768px) {
            .panelCustomer__historyDetails__navigation li::before {
              left: 20px;
              transform: translateY(-50%); } }
        .panelCustomer__historyDetails__navigation li:nth-child(1)::before {
          background-image: url("../images/profile.svg"); }
        .panelCustomer__historyDetails__navigation li:nth-child(2)::before {
          background-image: url("../images/history.svg"); }
        .panelCustomer__historyDetails__navigation li:nth-child(3)::before {
          background-image: url("../images/arrows.svg"); }
        .panelCustomer__historyDetails__navigation li:nth-child(4)::before {
          background-image: url("../images/mail_gold.svg"); }
        .panelCustomer__historyDetails__navigation li:hover {
          background-color: rgba(255, 255, 255, 0.3); }
    .panelCustomer__historyDetails__content {
      width: 100%;
      background-color: #fff;
      display: none;
      box-sizing: border-box;
      position: relative; }
      @media (min-width: 768px) {
        .panelCustomer__historyDetails__content {
          width: 66.6666%; } }
      .panelCustomer__historyDetails__content.onshow {
        display: block; }
      .panelCustomer__historyDetails__content--editProfile {
        padding: 50px; }
      .panelCustomer__historyDetails__content__navigation {
        display: flex;
        width: 100%;
        font-size: 0; }
        .panelCustomer__historyDetails__content__navigation li {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          width: 50%;
          text-align: center;
          background-color: #cdb06e;
          opacity: 0.5;
          padding: 25px 0;
          color: #fff;
          cursor: pointer;
          position: relative;
          transition: all .3s ease-in-out; }
          .panelCustomer__historyDetails__content__navigation li::before {
            content: '';
            position: absolute;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .panelCustomer__historyDetails__content__navigation li:nth-child(1)::before {
            background-image: url("../images/favorites.svg"); }
          .panelCustomer__historyDetails__content__navigation li:nth-child(2)::before {
            background-image: url("../images/money.svg"); }
          .panelCustomer__historyDetails__content__navigation li.active {
            opacity: 1; }
      .panelCustomer__historyDetails__content__header ul {
        background-color: #172130;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        padding-left: 40px; }
        .panelCustomer__historyDetails__content__header ul li {
          text-align: left;
          width: 25%;
          color: #cdb06e;
          font-size: 16px;
          text-transform: uppercase; }
      .panelCustomer__historyDetails__content__list {
        margin-top: 10px;
        display: none; }
        .panelCustomer__historyDetails__content__list.onshow {
          display: block; }
        .panelCustomer__historyDetails__content__list li {
          display: flex;
          justify-content: space-around;
          padding: 10px;
          padding-left: 40px; }
          .panelCustomer__historyDetails__content__list li > span {
            text-align: left;
            width: 25%; }
      .panelCustomer__historyDetails__content #pagination-container {
        position: absolute;
        bottom: 30px;
        right: 50px; }
        .panelCustomer__historyDetails__content #pagination-container .paginationjs .paginationjs-pages ul {
          display: flex; }
          .panelCustomer__historyDetails__content #pagination-container .paginationjs .paginationjs-pages ul li {
            background-color: #282828;
            margin-right: 2px;
            padding: 10px;
            border-radius: 3px; }
            .panelCustomer__historyDetails__content #pagination-container .paginationjs .paginationjs-pages ul li a {
              padding: 10px;
              color: #fff; }
            .panelCustomer__historyDetails__content #pagination-container .paginationjs .paginationjs-pages ul li.paginationjs-prev.disabled, .panelCustomer__historyDetails__content #pagination-container .paginationjs .paginationjs-pages ul li.paginationjs-next.disabled {
              display: none; }
  .panelCustomer__modalAvatar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e6d8b7;
    z-index: 21;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 10px; }
    .panelCustomer__modalAvatar.js-visible {
      opacity: 1;
      padding: 20px; }
      .panelCustomer__modalAvatar.js-visible .panelCustomer__modalAvatar__image {
        width: 250px;
        height: 250px; }
      .panelCustomer__modalAvatar.js-visible .close {
        display: block; }
      .panelCustomer__modalAvatar.js-visible .panelCustomer__modalAvatar__buttons {
        display: flex; }
    .panelCustomer__modalAvatar__image {
      display: block;
      width: 0px;
      height: 0px;
      margin: 30px auto;
      overflow: hidden;
      border-radius: 50%;
      position: relative;
      border: 3px solid #172130;
      transition: all .3s ease-in-out; }
      .panelCustomer__modalAvatar__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        height: 100%; }
    .panelCustomer__modalAvatar__buttons {
      display: none;
      justify-content: space-around; }
      .panelCustomer__modalAvatar__buttons p {
        background-color: #172130; }
    .panelCustomer__modalAvatar .changeAvatarForm {
      position: static; }
    .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage {
      padding: 0;
      /*position: relative;*/ }
      .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage input {
        background-color: #282828; }
        .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage input::after {
          color: #fff; }
      .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage output {
        width: 256px;
        height: 256px;
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%); }
        .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage output span {
          display: block;
          width: 256px;
          height: 256px;
          border: 2px solid #172130;
          border-radius: 50%;
          overflow: hidden;
          background-color: #f2f2f2; }
          .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage output span img {
            width: 100%;
            height: 100%; }
      .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage .saveChangesAvatar {
        display: none;
        position: absolute;
        bottom: 28px;
        left: 0;
        width: 100%; }
        .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage .saveChangesAvatar.js-visible {
          display: block; }
        .panelCustomer__modalAvatar .panelCustomer__welcome__changeImage .saveChangesAvatar input {
          width: 100%;
          /*background-color: #cdb06e;*/
          /*color: #172130;*/
          padding: 30px;
          border: none; }
    .panelCustomer__modalAvatar .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 25px;
      cursor: pointer;
      display: none; }

.panelExpert {
  background-color: #f2f2f2;
  padding: 70px 0;
  font-size: 0; }
  .panelExpert__downloadFile {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdb06e;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .panelExpert__downloadFile {
        border-bottom: none;
        border-right: 1px solid #cdb06e;
        display: inline-block;
        vertical-align: top;
        width: 50%; } }
    @media (min-width: 992px) {
      .panelExpert__downloadFile {
        width: 40%; } }
    .panelExpert__downloadFile__title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 60px; }
      .panelExpert__downloadFile__title img.downloadIcon {
        height: 100px;
        margin-right: 10px;
        margin-left: -13px; }
      .panelExpert__downloadFile__title > h3 {
        font-weight: 600; }
    .panelExpert__downloadFile__files > li {
      display: block;
      padding-left: 35px;
      margin-bottom: 20px;
      position: relative;
      text-align: left !important; }
      @media (min-width: 768px) {
        .panelExpert__downloadFile__files > li {
          display: table; } }
      .panelExpert__downloadFile__files > li > a {
        color: #575757;
        font-size: 20px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .panelExpert__downloadFile__files > li > a {
            font-size: 15px; } }
        @media (min-width: 992px) {
          .panelExpert__downloadFile__files > li > a {
            font-size: 20px; } }
      .panelExpert__downloadFile__files > li > span {
        width: calc(100% - 35px);
        height: 2px;
        background-color: #575757;
        position: absolute;
        left: 35px;
        bottom: 0; }
      .panelExpert__downloadFile__files > li::before {
        content: '';
        background-image: url("../images/chevron-arrow-down.svg");
        background-size: cover;
        background-position: center;
        width: 25px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .panelExpert__downloadFile .loginToContactCenter {
      margin-top: 100px;
      background-color: #282828;
      padding: 30px 70px;
      display: table;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color .3s ease-in-out; }
      .panelExpert__downloadFile .loginToContactCenter > a {
        font-weight: 600;
        color: #fff; }
      .panelExpert__downloadFile .loginToContactCenter:hover {
        background-color: #111111; }
  .panelExpert__raports {
    display: block;
    width: 100%;
    padding-top: 50px; }
    @media (min-width: 768px) {
      .panelExpert__raports {
        padding-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 50px; } }
    @media (min-width: 992px) {
      .panelExpert__raports {
        width: 60%; } }
    .panelExpert__raports__title {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .panelExpert__raports__title > img {
        height: 50px;
        margin-right: 20px; }
        @media (min-width: 768px) {
          .panelExpert__raports__title > img {
            height: 100px;
            margin-right: 10px; } }
        @media (min-width: 992px) {
          .panelExpert__raports__title > img {
            margin-right: 20px; } }
      .panelExpert__raports__title > h3 {
        font-size: 20px;
        font-weight: 600; }
        @media (min-width: 992px) {
          .panelExpert__raports__title > h3 {
            font-size: 38px; } }
        .panelExpert__raports__title > h3 > span {
          display: block;
          margin-top: 10px;
          color: #444; }
          .panelExpert__raports__title > h3 > span > .reportsPoints {
            font-size: 25px;
            margin-right: 5px;
            color: #cdb06e; }
            @media (min-width: 992px) {
              .panelExpert__raports__title > h3 > span > .reportsPoints {
                font-size: 38px; } }
          .panelExpert__raports__title > h3 > span > .pkt {
            color: #cdb06e;
            font-size: 20px; }
            @media (min-width: 992px) {
              .panelExpert__raports__title > h3 > span > .pkt {
                font-size: 30px; } }

.l-faq__content {
  display: block;
  margin: 80px auto 50px; }
  @media (min-width: 1920px) {
    .l-faq__content {
      margin-top: 150px; } }
  .l-faq__content__faqList {
    background-color: #d5d5d5;
    padding: 40px; }
    .l-faq__content__faqList > li {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .l-faq__content__faqList > li {
          margin-bottom: 50px; } }
      @media (min-width: 1200px) {
        .l-faq__content__faqList > li {
          margin-bottom: 80px; } }
      .l-faq__content__faqList > li .heading {
        margin-bottom: 10px; }
        @media (min-width: 1920px) {
          .l-faq__content__faqList > li .heading {
            margin-bottom: 30px; } }
      .l-faq__content__faqList > li .text {
        text-align: left; }

.ForgotPasswordWrapper > form {
  height: 60vh; }
  .ForgotPasswordWrapper > form .ForgotPassword {
    height: 100%;
    width: 50%; }

.forgotenPasswordButton {
  /*background-color: #252525;*/
  display: table;
  padding: 15px 0px;
  border-radius: 7px;
  position: relative; }
  .forgotenPasswordButton > a {
    color: #282828; }
  .forgotenPasswordButton:hover {
    text-decoration: underline; }

.loginButton {
  transition: all .3s ease-in-out; }
  .loginButton:hover {
    background-color: #cdb06e; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  .overlay.js-visible {
    width: 100%;
    height: 100%;
    opacity: 1; }

.heading {
  font-size: 32px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  @media (min-width: 1024px) {
    .heading {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    .heading--25 {
      width: 25% !important; } }
  .heading--upper {
    text-transform: uppercase; }
  .heading--subheading {
    font-size: 22px !important; }
    @media (min-width: 1024px) {
      .heading--subheading {
        font-size: 32px; } }
  .heading--bold {
    font-weight: 800; }
  .heading--white {
    color: #fff; }
  .heading--small {
    font-size: 26px !important; }
  .heading--slider {
    font-size: 30px;
    text-align: center;
    color: #cdb06e;
    font-weight: 600 !important; }
    @media (min-width: 992px) {
      .heading--slider {
        font-size: 50px;
        line-height: 1.3333; } }
  .heading--name {
    display: block;
    text-align: center; }
  .heading--articleTag {
    padding: 10px 30px;
    background-color: #cdaf6e;
    display: table;
    border-radius: 7px; }

.text {
  font-family: 'Lato', sans-serif;
  color: #172130;
  font-size: 14px;
  line-height: 1.4444;
  text-align: justify; }
  .text--error {
    color: #d31112; }
  .text--underline {
    text-decoration: underline !important; }
  .text--upper {
    text-transform: uppercase; }
  .text--white {
    color: #fff; }
  .text--button {
    display: block;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: #252525;
    color: #fff;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    width: 300px;
    text-align: center;
    white-space: nowrap;
    transition: color .3s ease-in-out; }
    .text--button--loginButton {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0 !important;
      margin-bottom: 20px !important; }
      @media (min-width: 768px) {
        .text--button--loginButton {
          margin-bottom: 0 !important;
          margin-right: 20px !important; } }
    .text--button--registerButton {
      display: inline-block;
      vertical-align: middle;
      margin: 0 !important;
      background-color: transparent;
      border: 2px solid #cdb06e;
      color: #cdb06e; }
    .text--button::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #cdb06e;
      width: 0;
      height: 0;
      border-radius: 50%;
      z-index: -1;
      transition: all .3s ease-in-out; }
    .text--button:hover {
      color: #252525; }
      .text--button:hover::after {
        width: 350px;
        height: 350px; }
  .text--large {
    font-size: 22px; }
  .text--specializations {
    font-size: 18px;
    display: block;
    text-align: center; }

.h1 {
  font-size: 40px !important;
  font-family: "Lato", sans-serif !important; }

.h2 {
  font-size: 35px !important;
  font-family: "Lato", sans-serif !important; }

.h3 {
  font-size: 30px !important;
  font-family: "Lato", sans-serif !important; }

.h4 {
  font-size: 25px !important;
  font-family: "Lato", sans-serif !important; }

.h5 {
  font-size: 20px !important;
  font-family: "Lato", sans-serif !important; }

.bgc {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: -1; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #808080; }

@keyframes pulseBaner {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes changeColor {
  0% {
    background-color: #090b24; }
  50% {
    background-color: #d4c299; }
  100% {
    background-color: #090b24; } }
