@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
*,
*::before,
*::after {
  box-sizing: border-box; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff; }

body {
  font-family: "Proxima Nova Rg";
  line-height: 1;
  margin: 0;
  padding: 0; }

.page {
  overflow: hidden;
  padding: 0; }
  @media only screen and (min-width: 991px) {
    .page {
      padding: 0; } }

.default-logo {
  max-width: 70px;
  opacity: 0.2; }

.swal2-popup {
  font-size: 13px !important; }

.se-button {
  border-radius: 1rem !important;
  background: linear-gradient(90deg, #ffc325 0%, #ffa900 100%) !important;
  font-family: "Proxima Nova Rg" !important;
  color: #000 !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }
  .se-button.se-webform-v2-slideup-trigger {
    right: 5% !important; }

.se-webform-v2-slideup-container {
  right: 5% !important; }

#se-webform-1.se-webform .se-submit button {
  outline: none;
  text-decoration: none !important;
  font-size: 1.5rem !important;
  line-height: 1.1 !important;
  padding: 1rem 2.2rem !important;
  font-weight: bold !important;
  font-family: "Proxima Nova Rg" !important;
  border-radius: 30rem !important;
  cursor: pointer;
  text-transform: uppercase !important;
  border: solid 0.2rem transparent !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important; }
  #se-webform-1.se-webform .se-submit button:hover {
    border: solid 0.2rem #AB0072 !important;
    background: transparent !important;
    color: #AB0072 !important; }

#se-webform-1.se-webform .se-body ul li input[type="text"], #se-webform-1.se-webform .se-body ul li input[type="number"], #se-webform-1.se-webform .se-body ul li input[type="date"] {
  position: relative;
  border: 0.2rem solid #E9E9E9 !important;
  border-radius: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  line-height: 1.1 !important;
  font-family: "Fedra Sans", sans-serif;
  font-size: 1.6rem !important;
  color: #000 !important;
  padding: 1.2rem 2rem !important;
  outline: none !important;
  transition: 0.3s;
  background: #fff !important; }
  #se-webform-1.se-webform .se-body ul li input[type="text"]:focus, #se-webform-1.se-webform .se-body ul li input[type="number"]:focus, #se-webform-1.se-webform .se-body ul li input[type="date"]:focus {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important; }

#se-webform-1.se-webform .se-body ul li label {
  color: #001C41 !important;
  line-height: 1.1 !important;
  font-weight: bold !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  font-size: 1.7rem !important;
  font-family: "Proxima Nova Rg" !important; }

#se-webform-1.se-webform .se-text p {
  color: #001C41;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  font-family: "Proxima Nova Rg" !important; }

#se-webform-1.se-webform .se-header h3 {
  font-family: "Proxima Nova Rg" !important;
  font-weight: bold !important; }

#se-webform-1.se-webform {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 3rem 3rem 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.se-webform-v2-slideup-close-button {
  right: 2rem !important;
  top: 2rem !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.hidden {
  display: none !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-justify {
  text-align: justify !important; }

.h-100 {
  height: 100% !important; }

.w-100 {
  width: 100% !important; }

.text-bold {
  font-weight: bold !important; }

.m-0 {
  margin: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.m-auto {
  margin: 0 auto !important; }

.space-nowrap {
  white-space: nowrap !important; }

.bg-gray {
  background: #f7f8f9 !important; }

.bg-secondary {
  background: #AB0072 !important; }

.pt-0 {
  padding-top: 0 !important; }

@media only screen and (min-width: 991px) {
  .hidden-desktop {
    display: none !important; } }

.content {
  position: relative;
  z-index: 50;
  padding-top: 68px; }
  @media only screen and (min-width: 768px) {
    .content {
      padding-top: 74px; } }
  @media only screen and (min-width: 991px) {
    .content {
      padding-top: 83px; } }
  @media only screen and (min-width: 1200px) {
    .content {
      padding-top: 90px; } }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 126rem;
  padding: 0 1.5rem; }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 10px rgba(105, 29, 146, 0.1); }
  @media only screen and (min-width: 991px) {
    .header {
      position: fixed;
      padding: 0; } }
  .header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .header__left, .header__right {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .header__right {
    padding: 0; }
    @media only screen and (min-width: 550px) {
      .header__right {
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .header__right {
        padding: 0; } }
  .header__nav {
    display: none; }
    .header__nav.open {
      display: block;
      background: #fff;
      border-top: 0.1rem solid #EFEFEF; }
    @media only screen and (max-width: 990px) {
      .header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 1rem 1rem 1rem;
        box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.1); } }
    @media only screen and (min-width: 991px) {
      .header__nav {
        display: block !important;
        margin: 0 1.5rem 0 0;
        border: none !important; } }
  .header__logo {
    position: relative;
    padding: 2.4rem 0;
    margin: 0 0 0 2rem;
    /*@media only screen and (min-width: 991px) {
      &:hover {
        &:before {
          visibility: visible;
          opacity: 1;
          transform: translate(0, 0);
        }
        img {
          transform: translate(-30%, 0);
          opacity: 0;
        }
      }

      &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/logo.svg) no-repeat center center;
        transform: translate(30%, 0);
        visibility: hidden;
        opacity: 0;
        filter: brightness(0) saturate(100%) invert(10%) sepia(74%) saturate(6656%) hue-rotate(311deg) brightness(93%) contrast(107%);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        pointer-events: none;
      }
    }*/ }
    @media only screen and (min-width: 991px) {
      .header__logo {
        padding: 2.9rem 0;
        margin: 0; } }
    .header__logo a {
      display: inline-block;
      text-decoration: none;
      pointer-events: all; }
      .header__logo a img {
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        display: block;
        max-width: 13.8rem; }
        @media only screen and (min-width: 768px) {
          .header__logo a img {
            max-width: 18rem; } }
        @media only screen and (min-width: 1200px) {
          .header__logo a img {
            max-width: 23.2rem; } }
  .header__search {
    background: transparent;
    width: 2.0rem;
    height: 2.0rem;
    border: none;
    border-radius: 3rem;
    outline: none !important;
    cursor: pointer;
    position: relative;
    margin: 0 2rem 0 0;
    padding: 0; }
    @media only screen and (min-width: 991px) {
      .header__search {
        background: #F5F5F5;
        margin: 0;
        width: 4.6rem;
        height: 4.6rem; } }
    .header__search:hover {
      background: #6D6D6D; }
      .header__search:hover img {
        filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(355deg) brightness(108%) contrast(101%); }
    .header__search img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 2.2rem;
      max-width: 2.2rem; }
      @media only screen and (max-width: 990px) {
        .header__search img {
          filter: brightness(0) saturate(100%);
          max-height: 1.8rem;
          max-width: 1.8rem; } }
  .header__button {
    display: none !important; }
    @media only screen and (min-width: 991px) {
      .header__button {
        display: inline-block !important;
        margin: 0 0 0 2.5rem; } }
    .header__button.btn {
      border: none !important;
      background: linear-gradient(90deg, #ffc325 0%, #ffa900 100%);
      color: #332806;
      transition: 0s; }
      .header__button.btn:hover {
        background: linear-gradient(90deg, #691d92 0%, #ab0072 100%);
        color: #fff; }
  .header__toggle {
    position: relative;
    display: inline-block;
    width: 2.0rem;
    height: 2.0rem;
    border: none;
    outline: none !important;
    background: transparent;
    transition: 0.3s ease-in-out;
    padding: 0;
    margin: 0 1.5rem 0 0;
    cursor: pointer;
    border-radius: 0; }
    @media only screen and (min-width: 991px) {
      .header__toggle {
        display: none; } }
    .header__toggle span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 2.0rem;
      background: #000;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      pointer-events: none;
      border-radius: 0.2rem; }
      .header__toggle span:nth-child(1) {
        top: 0.3rem; }
      .header__toggle span:nth-child(2) {
        top: 0.9rem; }
      .header__toggle span:nth-child(3) {
        top: 0.9rem; }
      .header__toggle span:nth-child(4) {
        top: 1.5rem; }
    .header__toggle.open span:nth-child(1) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }
    .header__toggle.open span:nth-child(2) {
      transform: rotate(45deg); }
    .header__toggle.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .header__toggle.open span:nth-child(4) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }

.footer {
  background: #F9F9F9; }
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0; }
  .footer__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer__left {
        width: auto; } }
  .footer__right {
    padding: 1rem 0;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer__right {
        width: auto; } }
  .footer .social-sites {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer .social-sites {
        width: auto; } }
    .footer .social-sites a {
      display: inline-block;
      margin: 0 0 0 3rem; }
      @media only screen and (min-width: 991px) {
        .footer .social-sites a {
          margin: 0 0 0 6rem; } }
      .footer .social-sites a img {
        transition: 0.3s;
        position: relative; }
      .footer .social-sites a:hover img {
        transform: translateY(-0.4rem); }
  .footer .developed {
    width: 100%;
    text-align: center;
    color: #B8B8B8;
    /*&:hover {
        img {
            transform: translateY(-0.4rem);
        }
    }*/ }
    @media only screen and (min-width: 768px) {
      .footer .developed {
        width: auto; } }
    .footer .developed a {
      display: inline-block; }
    .footer .developed img {
      transition: 0.3s;
      position: relative;
      height: 15px;
      filter: invert(66%) sepia(9%) saturate(10%) hue-rotate(352deg) brightness(87%) contrast(83%); }
  .footer .copyright {
    background: inherit;
    text-align: center;
    color: #B8B8B8;
    padding: 1rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 400;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .footer .copyright {
        width: auto;
        padding: 1rem 0; } }
    @media only screen and (min-width: 991px) {
      .footer .copyright {
        font-size: 1.6rem; } }
    .footer .copyright a {
      color: inherit;
      text-decoration: none; }
      .footer .copyright a:hover {
        text-decoration: underline; }

.content__hero {
  background: url(../images/intro-gradient.svg) no-repeat center bottom;
  background-size: cover; }

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 21rem; }
  @media only screen and (min-width: 768px) {
    .hero {
      min-height: 37rem; } }
  @media only screen and (min-width: 991px) {
    .hero {
      min-height: 46rem; } }
  @media only screen and (min-width: 1200px) {
    .hero {
      min-height: 57rem; } }
  .hero__content {
    padding: 0;
    width: 66%; }
    @media only screen and (min-width: 550px) {
      .hero__content {
        padding: 0 0 0 2rem;
        width: 52%; } }
    @media only screen and (min-width: 768px) {
      .hero__content {
        width: calc(50% - 3rem); } }
    @media only screen and (min-width: 1200px) {
      .hero__content {
        padding: 0; } }
  .hero__image {
    width: 34%; }
    @media only screen and (min-width: 550px) {
      .hero__image {
        width: 48%; } }
    @media only screen and (min-width: 768px) {
      .hero__image {
        width: calc(50% - 3rem); } }
    .hero__image img {
      max-width: 100%; }
  .hero__caption {
    text-align: left;
    font-size: 1.8rem;
    max-width: 34rem;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.5rem 0;
    letter-spacing: 0.4rem;
    position: relative; }
    @media only screen and (min-width: 550px) {
      .hero__caption {
        font-size: 2.0rem; } }
    @media only screen and (min-width: 768px) {
      .hero__caption {
        padding: 0 0 3rem 0;
        font-size: 2.8rem;
        max-width: 34rem; } }
    @media only screen and (min-width: 991px) {
      .hero__caption {
        font-size: 4.0rem;
        max-width: 45rem; } }
    @media only screen and (min-width: 1200px) {
      .hero__caption {
        font-size: 5.0rem;
        max-width: 52rem; } }
    .hero__caption img {
      display: none; }
      @media only screen and (min-width: 768px) {
        .hero__caption img {
          display: block;
          position: absolute;
          bottom: 0;
          right: 1rem;
          max-height: 4.2rem;
          max-width: 4.2rem; } }
      @media only screen and (min-width: 991px) {
        .hero__caption img {
          right: 2rem; } }
  .hero__form {
    display: none; }
    @media only screen and (min-width: 768px) {
      .hero__form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        max-width: 34rem;
        background: #fff;
        border-radius: 3rem;
        /*overflow: hidden;*/
        margin: 0 0 3rem 0;
        position: relative; } }
    @media only screen and (min-width: 991px) {
      .hero__form {
        max-width: 45rem;
        margin: 0 0 5rem 0; } }
    @media only screen and (min-width: 1200px) {
      .hero__form {
        max-width: 54rem; } }
    .hero__form ul {
      width: 100% !important;
      background-color: #fff !important;
      font-size: 1.6rem;
      line-height: 2;
      top: 24px !important;
      z-index: 1;
      padding-top: 30px;
      border-radius: 0 0 3rem 3rem;
      padding-bottom: 3rem;
      /*li {
        &:last-of-type {
          .ui-state-active {
            border-bottom: 1px solid #c5c5c5 !important;
          }
        }
      }*/ }
      .hero__form ul .ui-menu-item-wrapper {
        padding: 0 20px; }
      .hero__form ul .ui-state-active {
        background-color: #F9FCFF !important;
        color: #000 !important;
        border: 0 !important;
        margin: 0 !important;
        /*border: 1px solid #c5c5c5 !important;
        border-top: 1px solid $COLOR_LIGHT !important;
        border-bottom: 1px solid $COLOR_LIGHT !important;*/ }
      .hero__form ul.ui-widget.ui-widget-content {
        border: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .hero__form ul .ui-autocomplete-category {
        color: #001C41;
        font-weight: bold;
        font-size: 1.8rem;
        padding: 0 15px; }
  .hero__input {
    background: #fff;
    font-family: "Proxima Nova Rg";
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: normal;
    color: #000;
    border: none;
    border-radius: 3rem;
    outline: none !important;
    padding: 1.6rem 0 1.6rem 2.5rem;
    margin: 0;
    width: calc(100% - 7.2rem);
    position: relative;
    z-index: 3; }
  .hero__submit {
    background: #fff;
    border: none;
    outline: none !important;
    padding: 0;
    margin: 0;
    position: relative;
    width: 7.2rem;
    height: 5.2rem;
    cursor: pointer;
    border-radius: 3rem;
    z-index: 3; }
    .hero__submit:hover img {
      filter: brightness(0) saturate(100%) invert(81%) sepia(62%) saturate(2024%) hue-rotate(335deg) brightness(107%) contrast(109%); }
    .hero__submit img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 2.2rem;
      max-width: 2.2rem; }
  .hero__link a {
    color: #FFC325;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0.4rem 0;
    transition: 0.3s; }
    @media only screen and (min-width: 550px) {
      .hero__link a {
        font-size: 1.5rem; } }
    .hero__link a:before {
      content: '';
      width: 100%;
      height: 0.2rem;
      background: #FFC325;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.3s; }
    .hero__link a:hover {
      color: #fff; }
      .hero__link a:hover:before {
        background: #fff; }

.content__why {
  background: #fff; }

.why {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .why {
      padding: 8rem 0 6rem 0; } }
  @media only screen and (min-width: 991px) {
    .why {
      padding: 10rem 0 10rem 0; } }
  .why__caption {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.1;
    color: #001C41;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0 0 6rem 0; }
    @media only screen and (min-width: 768px) {
      .why__caption {
        font-size: 2.8rem;
        margin: 0 0 8rem 0; } }
    @media only screen and (min-width: 1200px) {
      .why__caption {
        margin: 0 0 12rem 0; } }

.why-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 1200px) {
    .why-list {
      width: calc(100% + 14rem);
      margin: 0 -7rem; } }
  .why-list__item {
    width: 50%;
    margin: 0 0 4rem 0; }
    @media only screen and (min-width: 768px) {
      .why-list__item {
        width: 25%; } }

.why-card {
  text-align: center;
  width: 100%; }
  .why-card__icon {
    margin: 0 0 2rem 0;
    height: 6rem;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .why-card__icon {
        margin: 0 0 3rem 0;
        height: 8rem; } }
    .why-card__icon img {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  .why-card__number {
    font-size: 2.4rem;
    line-height: 1.1;
    color: #001C41;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1rem 0; }
    @media only screen and (min-width: 768px) {
      .why-card__number {
        font-size: 2.8rem; } }
    @media only screen and (min-width: 991px) {
      .why-card__number {
        font-size: 3.0rem; } }
  .why-card__text {
    font-size: 1.6rem;
    line-height: 1.1;
    color: #727272;
    font-weight: normal;
    padding: 0 2rem;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .why-card__text {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 991px) {
      .why-card__text {
        font-size: 1.9rem; } }

.random-list__caption {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.1;
  color: #001C41;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin: 5rem 0 2rem 0; }
  @media only screen and (min-width: 768px) {
    .random-list__caption {
      font-size: 2.8rem;
      margin: 5rem 0 2rem 0; } }
  @media only screen and (min-width: 1200px) {
    .random-list__caption {
      margin: 8rem 0 2rem 0; } }

.content__about {
  background: linear-gradient(90deg, #d5ecfe 0%, #e0d7fe 100%);
  position: relative;
  overflow: hidden; }

.about {
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .about {
      align-items: center;
      justify-content: space-between;
      flex-direction: row; } }
  .about p {
    margin: 0; }
  .about__before {
    display: none; }
    @media only screen and (min-width: 768px) {
      .about__before {
        display: block;
        position: absolute;
        top: 50%;
        left: 2.5rem;
        transform: translateY(-50%);
        z-index: 10; } }
  .about__after {
    display: none; }
    @media only screen and (min-width: 768px) {
      .about__after {
        display: block;
        position: absolute;
        top: 50%;
        right: 2.5rem;
        transform: translateY(-50%);
        z-index: 10; } }
  .about__caption {
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #001C41;
    font-weight: normal;
    position: relative;
    z-index: 20;
    padding: 0;
    margin: 0 0 3rem 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .about__caption {
        font-size: 3.0rem;
        width: calc(50% - 2rem);
        margin: 0; } }
    @media only screen and (min-width: 991px) {
      .about__caption {
        font-size: 3.5rem;
        width: calc(50% - 3rem); } }
    @media only screen and (min-width: 1200px) {
      .about__caption {
        width: calc(50% - 6rem); } }
  .about__text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
    font-weight: normal;
    position: relative;
    z-index: 20;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .about__text {
        width: calc(50% - 2rem);
        font-size: 1.7rem; } }
    @media only screen and (min-width: 991px) {
      .about__text {
        width: calc(50% - 3rem); } }
    @media only screen and (min-width: 1200px) {
      .about__text {
        width: calc(50% - 6rem); } }

.content__list {
  background: #fff; }

.item-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    .item-list {
      width: 100%;
      margin: 0;
      padding: 5.5rem 0; } }
  .item-list__item {
    width: 100%;
    padding: 0 1rem;
    margin: 0 0 2rem 0; }
    @media only screen and (min-width: 550px) {
      .item-list__item {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .item-list__item {
        width: 100%;
        padding: 0;
        margin: 0; } }
  .item-list__controls {
    width: 100%;
    padding: 2rem 0 2rem 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .item-list__controls {
        padding: 5rem 0 2rem 0; } }
    @media only screen and (min-width: 1200px) {
      .item-list__controls {
        padding: 9rem 0; } }

.item-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  border: 0.1rem solid #EFEFEF;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 10;
  transition: 0.3s;
  border-radius: 0.5rem;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .item-card {
      padding: 3rem 1.5rem;
      flex-direction: row;
      border: none;
      border-bottom: 0.1rem solid #EFEFEF; } }
  @media only screen and (min-width: 991px) {
    .item-card {
      padding: 3rem 3rem; } }
  .item-card:before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #fff;
    z-index: -1;
    transition: 0.3s;
    opacity: 0; }
  .item-card:hover {
    z-index: 20;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.07);
    border-bottom-color: #fff;
    border-radius: 1rem; }
    .item-card:hover:before {
      opacity: 1; }
  .item-card__image {
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .item-card__image {
        padding-top: 60%;
        position: relative; } }
    @media only screen and (min-width: 768px) {
      .item-card__image {
        width: 13rem; } }
    @media only screen and (min-width: 991px) {
      .item-card__image {
        width: 18rem; } }
    .item-card__image img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .item-card__image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    @media only screen and (max-width: 767px) {
      .item-card__image embed {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .item-card__recommended {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 14rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #00AB77;
    color: #fff;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    line-height: 1.0;
    padding: 0.7rem 0;
    border-radius: 0.5rem;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .item-card__recommended {
        top: 3rem;
        left: 1rem;
        width: 14rem; } }
    @media only screen and (min-width: 991px) {
      .item-card__recommended {
        width: 18rem;
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
        padding: 1rem 0;
        left: 3rem; } }
    .item-card__recommended img {
      transform: none;
      position: relative;
      top: unset;
      left: unset;
      margin: 0 1rem 0 0;
      max-width: 1.6rem; }
      @media only screen and (min-width: 991px) {
        .item-card__recommended img {
          margin: 0 1.5rem 0 0; } }
    @media only screen and (min-width: 991px) {
      .item-card__recommended span {
        transform: translateY(0.1rem); } }
  .item-card__content {
    width: 100%;
    padding: 0 0 2rem 0; }
    @media only screen and (min-width: 768px) {
      .item-card__content {
        width: calc(100% - 13rem - 25rem);
        padding: 0 0 0 3rem; } }
    @media only screen and (min-width: 991px) {
      .item-card__content {
        padding: 0 0 0 4rem;
        width: calc(100% - 18rem - 37rem); } }
    @media only screen and (min-width: 1200px) {
      .item-card__content {
        padding: 0 0 0 7rem; } }
  .item-card__title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.1;
    color: #001C41;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0 0 1.5rem 0; }
    .item-card__title a {
      color: inherit;
      text-decoration: none; }
      .item-card__title a:hover {
        text-decoration: underline; }
  .item-card__desc {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #000;
    font-weight: normal;
    position: relative;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (min-width: 768px) {
      .item-card__desc {
        font-size: 1.7rem; } }
  .item-card__categories {
    padding: 0 0 1rem 0; }
  .item-card__category {
    /*display: flex;*/
    align-items: center;
    color: #818181;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.1;
    transition: 0.3s;
    margin: 0 1.5rem 1rem 0; }
    @media only screen and (min-width: 768px) {
      .item-card__category {
        font-size: 1.5rem; } }
    .item-card__category img {
      max-width: 2.4rem;
      max-height: 2.2rem;
      margin: 0 1rem 0 0;
      display: inline-block;
      vertical-align: middle; }
    .item-card__category a {
      color: #727272;
      text-decoration: none; }
      .item-card__category a:hover {
        color: #AB0072; }
  .item-card__link {
    margin-top: 1rem; }
  .item-card__info {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .item-card__info {
        width: 25rem;
        text-align: right; } }
    @media only screen and (min-width: 991px) {
      .item-card__info {
        width: 37rem; } }
  .item-card__price {
    font-size: 2.2rem;
    line-height: 1.1;
    color: #332806;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0; }
  .item-card__price-info {
    font-size: 1.6rem;
    line-height: 1.1;
    color: #727272;
    font-weight: normal;
    position: relative;
    padding: 0;
    margin: 0; }
  .item-card__cookie {
    font-size: 1.6rem;
    line-height: 1.1;
    color: #000;
    font-weight: normal;
    position: relative;
    padding: 0;
    margin: 1.5rem 0 2.5rem 0;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    justify-content: flex-start; }
    @media only screen and (min-width: 768px) {
      .item-card__cookie {
        justify-content: flex-end; } }
    .item-card__cookie img {
      margin: 0 1rem 0 0; }
  .item-card__platform {
    font-size: 1.1rem;
    line-height: 1.1;
    color: #9A9A9A;
    font-weight: normal;
    position: relative;
    padding: 0;
    margin: 1rem 0 1rem 0;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    justify-content: flex-start; }
    @media only screen and (min-width: 768px) {
      .item-card__platform {
        justify-content: flex-end; } }
    .item-card__platform img {
      margin: 0 0 0 0.5rem; }
  .item-card__link a {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #AB0072;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.2rem; }
    .item-card__link a img {
      margin: 0 0 0 1.5rem;
      display: inline-block; }
    .item-card__link a:hover {
      text-decoration: underline; }

.content__subheader {
  position: relative;
  background: linear-gradient(90deg, #66003e 0%, #66003e 20%, #561b6a 80%, #532275 100%); }
.content__subpage {
  background: #fff;
  padding: 2rem 0; }
  @media only screen and (min-width: 991px) {
    .content__subpage {
      padding: 4rem 0; } }
.content__team {
  background: linear-gradient(90deg, #d5ecfe 0%, #e0d7fe 100%); }

.subheader {
  position: relative; }
  .subheader__after {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: scale(0.5) translateY(-50%);
    transform-origin: 0 0;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      .subheader__after {
        display: block; } }
    @media only screen and (min-width: 991px) {
      .subheader__after {
        transform: scale(0.8) translateY(-55%);
        right: 2.5rem; } }
  .subheader__title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 20;
    padding: 3rem 0 3rem 0;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .subheader__title {
        font-size: 3.0rem;
        padding: 4rem 0 6rem 0;
        text-align: left; } }
    @media only screen and (min-width: 991px) {
      .subheader__title {
        font-size: 4.0rem;
        padding: 8rem 0 8rem 0; } }
  .subheader__subtitle {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #A07EA9;
    font-weight: normal;
    position: relative;
    z-index: 20;
    padding: 1rem 0 0 0;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .subheader__subtitle {
        font-size: 1.8rem;
        padding: 1.7rem 0 0 0; } }
    @media only screen and (min-width: 991px) {
      .subheader__subtitle {
        padding: 3.9rem 0 0 0; } }
  .subheader__caption {
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 20;
    padding: 1rem 0 0.5rem 0;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .subheader__caption {
        font-size: 3.0rem;
        padding: 1rem 0 0 0; } }
    @media only screen and (min-width: 991px) {
      .subheader__caption {
        font-size: 4.0rem;
        padding: 1rem 0 0 0; } }
  .subheader__categories {
    padding: 0 0 1.9rem 0; }
    @media only screen and (min-width: 768px) {
      .subheader__categories {
        padding: 0 0 3.2rem 0; } }
    @media only screen and (min-width: 991px) {
      .subheader__categories {
        padding: 0 0 4rem 0; } }
  .subheader__category {
    display: flex;
    align-items: center;
    color: #FFC325;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.1;
    transition: 0.3s;
    margin: 0 1.5rem 0 0; }
    .subheader__category img {
      max-width: 2.4rem;
      max-height: 2.2rem;
      margin: 0 1rem 0 0;
      display: inline-block;
      vertical-align: middle;
      filter: brightness(0) saturate(100%) invert(82%) sepia(66%) saturate(1295%) hue-rotate(334deg) brightness(100%) contrast(103%); }
    .subheader__category a {
      color: #FFC325;
      text-decoration: none; }
      .subheader__category a:hover {
        text-decoration: underline; }

.subpage-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .subpage-flex__sidebar {
    width: 100%;
    padding: 0 0 2rem 0; }
    @media only screen and (min-width: 991px) {
      .subpage-flex__sidebar {
        width: 26rem; } }
  .subpage-flex__content {
    width: 100%;
    padding: 0; }
    @media only screen and (min-width: 991px) {
      .subpage-flex__content {
        width: calc(100% - 26rem);
        padding: 0 0 0 3rem; } }
    @media only screen and (min-width: 1200px) {
      .subpage-flex__content {
        padding: 0 0 0 6rem; } }
    .subpage-flex__content .item-list {
      padding: 0; }
    .subpage-flex__content .item-card {
      padding: 2rem 1.5rem 1.5rem 1.5rem; }
      @media only screen and (min-width: 768px) {
        .subpage-flex__content .item-card {
          padding: 2rem 1.5rem; } }
      @media only screen and (min-width: 991px) {
        .subpage-flex__content .item-card {
          padding: 3rem 2rem; } }
      .subpage-flex__content .item-card__no-results {
        font-size: 1.5rem;
        text-align: center;
        display: block; }
      .subpage-flex__content .item-card__recommended {
        position: absolute;
        top: -1rem;
        left: 0; }
        @media only screen and (min-width: 768px) {
          .subpage-flex__content .item-card__recommended {
            top: 1.8rem;
            left: 1rem; } }
        @media only screen and (min-width: 991px) {
          .subpage-flex__content .item-card__recommended {
            left: 1.8rem;
            transform: scale(0.8);
            transform-origin: 0 0; } }
        @media only screen and (min-width: 1200px) {
          .subpage-flex__content .item-card__recommended {
            transform: none; } }
      @media only screen and (min-width: 768px) {
        .subpage-flex__content .item-card__image {
          width: 13rem; } }
      @media only screen and (min-width: 991px) {
        .subpage-flex__content .item-card__image {
          width: 13rem; } }
      @media only screen and (min-width: 1200px) {
        .subpage-flex__content .item-card__image {
          width: 18rem; } }
      .subpage-flex__content .item-card__content {
        padding: 0 0 2rem 0; }
        @media only screen and (min-width: 768px) {
          .subpage-flex__content .item-card__content {
            padding: 0 0 0 2rem;
            width: calc(100% - 13rem - 25rem); } }
        @media only screen and (min-width: 991px) {
          .subpage-flex__content .item-card__content {
            padding: 0 0 0 2.5rem;
            width: calc(100% - 13rem - 25rem); } }
        @media only screen and (min-width: 1200px) {
          .subpage-flex__content .item-card__content {
            padding: 0 0 0 2.5rem;
            width: calc(100% - 18rem - 32rem); } }
      .subpage-flex__content .item-card__desc {
        -webkit-line-clamp: 2; }
        @media only screen and (min-width: 991px) {
          .subpage-flex__content .item-card__desc {
            -webkit-line-clamp: 3; } }
        @media only screen and (min-width: 1200px) {
          .subpage-flex__content .item-card__desc {
            -webkit-line-clamp: 2; } }
      @media only screen and (min-width: 768px) {
        .subpage-flex__content .item-card__info {
          width: 25rem; } }
      @media only screen and (min-width: 991px) {
        .subpage-flex__content .item-card__info {
          width: 25rem; } }
      @media only screen and (min-width: 1200px) {
        .subpage-flex__content .item-card__info {
          width: 32rem; } }

.sidebar__toggler {
  display: inline-block;
  text-decoration: none;
  border: solid 0.2rem #AB0072;
  background: transparent;
  color: #AB0072;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 1rem 2.5rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-family: "Proxima Nova Rg";
  border-radius: 30rem;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0 0 1rem 0;
  outline: none !important;
  position: relative; }
  @media only screen and (min-width: 350px) {
    .sidebar__toggler {
      letter-spacing: 0.2rem; } }
  @media only screen and (min-width: 991px) {
    .sidebar__toggler {
      padding: 1rem 2.5rem;
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .sidebar__toggler {
      padding: 1.2rem 2.5rem; } }
  .sidebar__toggler:before {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    background: url(../images/arrow-down.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%); }
  .sidebar__toggler:hover {
    color: #fff;
    border: solid 0.2rem transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
    background-origin: border-box;
    background-clip: content-box, border-box; }
  .sidebar__toggler--secondary {
    border-color: #E3E3E3;
    color: #A7A7A7; }
    .sidebar__toggler--secondary:hover {
      color: #fff;
      border: solid 0.2rem transparent;
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
      background-origin: border-box;
      background-clip: content-box, border-box; }
.sidebar__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*.sidebar__toggler {
    width: calc(50% - 0.5rem);
  }*/ }
.sidebar__group {
  background: #F9FCFF;
  margin: 0 0 1.5rem 0;
  padding: 2.5rem 0 1.5rem 0;
  display: none; }
  @media only screen and (min-width: 991px) {
    .sidebar__group {
      display: block !important;
      margin: 0 0 3rem 0; } }
.sidebar__caption {
  color: #001C41;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  padding: 0 0 0 3rem; }
.sidebar__slider {
  margin: 0 4rem;
  padding: 2.5rem 0 4.5rem 0; }

ul.category-filter {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.category-filter li {
    padding: 0 0 0 1.5rem;
    margin: 0; }
    ul.category-filter li label {
      margin: 0.8rem 3rem 0.8rem 0;
      display: inline-block;
      color: #506B8B;
      font-weight: 500;
      font-size: 1.5rem;
      position: relative;
      padding: 0 0 0 2.5rem;
      cursor: pointer;
      min-height: 1.6rem;
      line-height: 1.6rem;
      outline: none;
      max-width: 100%; }
      ul.category-filter li label:hover {
        color: #AB0072; }
      ul.category-filter li label small {
        color: #A6BBD4;
        font-size: 1.3rem; }
      ul.category-filter li label input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      ul.category-filter li label input:checked ~ .control__indicator {
        background-color: #AB0072;
        border-color: #AB0072; }
      ul.category-filter li label input:checked ~ .control__indicator {
        background-color: #AB0072;
        border-color: #AB0072; }
      ul.category-filter li label input:checked ~ .control__indicator {
        background: #AB0072; }
      ul.category-filter li label input:checked ~ .control__indicator:after {
        display: block; }
      ul.category-filter li label input:checked ~ .contro-text {
        color: #AB0072; }
        ul.category-filter li label input:checked ~ .contro-text small {
          color: #AB0072; }
    ul.category-filter li .control__indicator {
      top: 0;
      border: 0.1rem solid #C5C5C5;
      background-color: #fff;
      border-radius: 0.4rem;
      position: absolute;
      top: 0.1rem;
      left: 0;
      height: 1.4rem;
      width: 1.4rem;
      background: #fff; }
      ul.category-filter li .control__indicator::after {
        content: '';
        position: absolute;
        display: none;
        left: 3px;
        top: 0px;
        width: 6px;
        height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }

.detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .detail__content {
    width: 100%;
    padding: 3rem 0 3rem 0;
    color: #000000;
    line-height: 1.8;
    font-size: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .detail__content {
        width: calc(100% - 29.5rem);
        padding: 3rem 3rem 3rem 0; } }
    @media only screen and (min-width: 991px) {
      .detail__content {
        font-size: 1.7rem;
        padding: 3rem 5rem 3rem 0; } }
    .detail__content h2 {
      color: #001C41;
      line-height: 1.1;
      font-weight: bold;
      margin: 0 0 3rem 0;
      padding: 0; }
    .detail__content p {
      margin: 0 0 3rem 0; }
    .detail__content a {
      color: #AB0072;
      text-decoration: underline; }
      .detail__content a:hover {
        text-decoration: none; }
    .detail__content ul {
      list-style: none;
      margin: 0 0 3rem 0;
      padding: 0; }
      .detail__content ul li {
        margin: 0 0 1.5rem 0;
        padding: 0 0 0 2.5rem;
        position: relative; }
        .detail__content ul li:before {
          content: '';
          position: absolute;
          top: 0.9rem;
          left: 0;
          content: '';
          display: block;
          width: 0.6rem;
          height: 1rem;
          border: solid #AB0072;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
  .detail__info {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .detail__info {
        width: 29.5rem; } }

.detail-info {
  background: linear-gradient(90deg, #d5ecfe 0%, #e0d7fe 100%);
  border-radius: 1.5rem;
  padding: 2rem;
  max-width: 34rem;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .detail-info {
      max-width: 100%;
      margin: 0; } }
  .detail-info__image {
    margin: 1rem;
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    height: 12.5rem;
    width: calc(100% - 2rem); }
    .detail-info__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      max-width: calc(100% - 2rem);
      max-height: calc(100% - 2rem); }
    .detail-info__image embed {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block; }
  .detail-info__numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    /*justify-content: space-between;*/
    justify-content: center;
    width: 100%;
    padding: 3rem 0 1rem 0; }
    .detail-info__numbers .detail-info__item {
      width: calc(50% - 0.5rem); }
  .detail-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 3rem 0; }
    .detail-info__item img {
      filter: brightness(0) saturate(100%) invert(34%) sepia(37%) saturate(718%) hue-rotate(174deg) brightness(97%) contrast(88%);
      display: inline-block;
      margin: 0 0 0.8rem 0; }
    .detail-info__item strong {
      font-size: 2.5rem;
      line-height: 1.1;
      color: #001C41;
      font-weight: bold;
      margin: 0 0 0.2rem 0; }
    .detail-info__item small {
      font-size: 1.6rem;
      line-height: 1.1;
      color: #3F6392;
      font-weight: normal; }
  .detail-info__btn {
    display: inline-block;
    text-decoration: none;
    border: solid 0.2rem transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #fff;
    box-shadow: none;
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 1rem 2.5rem;
    width: 100%;
    font-weight: bold;
    text-align: left;
    font-family: "Proxima Nova Rg";
    border-radius: 30rem;
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0 0 2rem 0;
    outline: none !important;
    position: relative; }
    @media only screen and (min-width: 350px) {
      .detail-info__btn {
        letter-spacing: 0.2rem; } }
    @media only screen and (min-width: 991px) {
      .detail-info__btn {
        padding: 1rem 2.5rem; } }
    @media only screen and (min-width: 1200px) {
      .detail-info__btn {
        padding: 1.2rem 2.5rem; } }
    .detail-info__btn:before {
      content: '';
      width: 1.1rem;
      height: 1.1rem;
      position: absolute;
      top: 50%;
      right: 1.8rem;
      background: url(../images/link.svg) no-repeat center center;
      background-size: contain;
      transform: translateY(-50%);
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
    .detail-info__btn:hover {
      border: solid 0.2rem #AB0072;
      background: transparent;
      color: #AB0072; }
      .detail-info__btn:hover:before {
        filter: none; }
    .detail-info__btn--secondary {
      border: solid 0.2rem #AB0072;
      background: transparent;
      color: #AB0072; }
      .detail-info__btn--secondary:before {
        filter: none; }
      .detail-info__btn--secondary:hover {
        color: #fff;
        border: solid 0.2rem transparent;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
        background-origin: border-box;
        background-clip: content-box, border-box; }
        .detail-info__btn--secondary:hover:before {
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }

.subpage {
  color: #000000;
  line-height: 1.8;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .subpage {
      padding: 3rem 0; } }
  .subpage h2 {
    color: #001C41;
    line-height: 1.1;
    font-weight: bold;
    margin: 3rem 0;
    padding: 0;
    font-size: 2.0rem; }
    @media only screen and (min-width: 768px) {
      .subpage h2 {
        font-size: 2.8rem;
        margin: 0 0 3rem 0; } }
  .subpage p {
    margin: 0 0 3rem 0; }
  .subpage a {
    color: #AB0072;
    text-decoration: underline; }
    .subpage a:hover {
      text-decoration: none; }
  .subpage ul {
    list-style: none;
    margin: 0 0 3rem 0;
    padding: 0; }
    .subpage ul li {
      margin: 0 0 1.5rem 0;
      padding: 0 0 0 2.5rem;
      position: relative; }
      .subpage ul li:before {
        content: '';
        position: absolute;
        top: 0.9rem;
        left: 0;
        content: '';
        display: block;
        width: 0.6rem;
        height: 1rem;
        border: solid #AB0072;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
  .subpage__address {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .subpage__address-texts {
    width: 100%;
    padding: 4rem 0; }
    @media only screen and (min-width: 768px) {
      .subpage__address-texts {
        width: 40%; } }
    .subpage__address-texts h2 {
      margin: 0 0 3rem 0; }
  .subpage__map {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .subpage__map {
        width: 60%; } }

.contacts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 2rem 0; }
  @media only screen and (min-width: 768px) {
    .contacts {
      padding: 5rem 0 6rem 0; } }
  .contacts__item {
    width: 100%; }
    @media only screen and (min-width: 550px) {
      .contacts__item {
        width: 33.33%; } }

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 4rem 0; }
  .contact-card__icon {
    width: 7.7rem;
    height: 7.7rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 2rem 0;
    border-radius: 3.0rem; }
    @media only screen and (min-width: 768px) {
      .contact-card__icon {
        width: 9.7rem;
        height: 9.7rem;
        border-radius: 3.5rem;
        margin: 0 0 3rem 0; } }
    .contact-card__icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .contact-card__icon--phone {
      background: #FDE9FF; }
    .contact-card__icon--email {
      background: #EEE9FF; }
    .contact-card__icon--time {
      background: #D5ECFE; }
  .contact-card__text {
    font-size: 1.8rem;
    line-height: 1.1;
    color: #001C41 !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none !important; }
    @media only screen and (min-width: 768px) {
      .contact-card__text {
        font-size: 2.2rem; } }

.team {
  padding: 6rem 0 1rem 0; }
  @media only screen and (min-width: 768px) {
    .team {
      padding: 6rem 0; } }
  .team__caption {
    width: 100%;
    color: #001C41;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 2.0rem; }
    @media only screen and (min-width: 768px) {
      .team__caption {
        font-size: 2.8rem; } }

.team-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0 0 0; }
  @media only screen and (min-width: 768px) {
    .team-list {
      padding: 5rem 0 0 0;
      width: calc(100% + 1.6rem);
      margin: 0 -0.8rem; } }
  .team-list__item {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .team-list__item {
        width: 33.33%;
        padding: 0 0.8rem; } }

.team-card {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  margin: 0 0 1.6rem 0; }
  .team-card__photo img {
    display: block;
    width: 100%; }
  .team-card__content {
    padding: 3rem 2rem; }
    @media only screen and (min-width: 768px) {
      .team-card__content {
        padding: 4rem 2rem; } }
    @media only screen and (min-width: 991px) {
      .team-card__content {
        padding: 5rem 3rem; } }
  .team-card__title {
    color: #000;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 2.0rem; }
  .team-card__rank {
    color: #000;
    line-height: 1.1;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1.6rem; }
  .team-card__contacts {
    color: #000;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    padding: 3rem 0 0 0;
    font-size: 1.6rem; }
    .team-card__contacts a {
      color: inherit;
      text-decoration: none; }
      .team-card__contacts a:hover {
        text-decoration: underline; }

.registration-form {
  margin: 0 auto;
  width: 100%;
  max-width: 43rem; }

.form-default__label {
  color: #001C41;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.7rem; }
.form-default__desc {
  color: #001C41;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.4rem;
  display: block; }
.form-default__field {
  margin: 0 0 2.5rem 0;
  position: relative;
  border: 0.2rem solid #E9E9E9;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  line-height: 1.1;
  font-family: "Fedra Sans", sans-serif;
  font-size: 1.6rem;
  color: #000;
  padding: 1.2rem 2rem;
  outline: none !important;
  transition: 0.3s;
  background: #fff; }
  .form-default__field:focus {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
.form-default textarea.form-default__field {
  min-height: 15rem;
  resize: none; }
.form-default__list {
  border: 0.2rem solid #E9E9E9;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0 0 2.5rem 0; }
  .form-default__list ul {
    margin: 0;
    padding: 0; }
    .form-default__list ul li {
      margin: 0;
      padding: 0; }
      .form-default__list ul li:before {
        content: none;
        display: none; }
.form-default__controls {
  text-align: center; }
.form-default__submit {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 1rem 2.2rem;
  font-weight: bold;
  text-align: center;
  font-family: "Proxima Nova Rg";
  border-radius: 30rem;
  cursor: pointer;
  text-transform: uppercase;
  border: solid 0.2rem transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #fff;
  box-shadow: none; }
  @media only screen and (max-width: 767px) {
    .form-default__submit {
      width: 100%; } }
  @media only screen and (min-width: 991px) {
    .form-default__submit {
      padding: 1rem 3rem; } }
  @media only screen and (min-width: 1200px) {
    .form-default__submit {
      padding: 1.2rem 4.2rem; } }
  .form-default__submit:hover {
    border: solid 0.2rem #AB0072;
    background: transparent;
    color: #AB0072; }

#program_categories, #program_admin_categories {
  border: 0.2rem solid #E9E9E9;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0 0 2.5rem 0; }
  #program_categories label, #program_admin_categories label {
    color: #506B8B;
    font-weight: normal;
    font-size: 1.5rem;
    margin: 0.8rem 3rem 0.8rem 0;
    position: relative;
    top: -2px; }
    #program_categories label:hover, #program_admin_categories label:hover {
      color: #AB0072; }
    #program_categories label:after, #program_admin_categories label:after {
      content: "\A";
      white-space: pre; }
  #program_categories input:checked + label, #program_admin_categories input:checked + label {
    color: #AB0072; }

.login-form {
  border: 0.2rem solid #E9E9E9;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
  margin: 0 auto 2.5rem; }

.admin-menu li {
  list-style: square; }
  .admin-menu li a {
    margin: 0.8rem 3rem 0.8rem 0;
    display: inline-block;
    color: #506B8B;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    cursor: pointer;
    min-height: 1.6rem;
    line-height: 1.6rem;
    outline: none;
    max-width: 100%;
    text-decoration: none; }
    .admin-menu li a:hover, .admin-menu li a.active {
      color: #AB0072; }
      .admin-menu li a:hover small, .admin-menu li a.active small {
        color: #AB0072; }
    .admin-menu li a small {
      color: #A6BBD4;
      font-size: 1.3rem; }

.admin__content {
  font-size: 1.7rem;
  padding: 3rem;
  border: 0.3rem solid #fff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.07);
  margin: 0 2rem 3rem 2rem;
  line-height: 1.8; }
  .admin__content h1 {
    margin-top: 0; }
    .admin__content h1 .btn {
      float: right;
      padding: 1rem 2rem;
      font-size: 1.2rem;
      position: relative;
      top: -4px; }
    .admin__content h1 .remove-item {
      float: right;
      font-size: 1.2rem;
      color: #000;
      position: relative;
      top: 12px; }
  .admin__content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1rem;
    table-layout: fixed; }
    .admin__content table thead tr {
      background: linear-gradient(90deg, #66003e 0%, #66003e 20%, #561b6a 80%, #532275 100%); }
      .admin__content table thead tr th {
        text-align: left;
        color: #fff;
        padding: 1rem 1.5rem;
        font-size: 1.5rem; }
        .admin__content table thead tr th:first-child {
          border-top-left-radius: 8px; }
        .admin__content table thead tr th:last-child {
          border-top-right-radius: 8px; }
    .admin__content table td.actions, .admin__content table th.actions {
      width: 100px; }
    .admin__content table tbody tr:nth-child(2n) {
      background: #F9FCFF; }
    .admin__content table tbody tr td {
      text-align: left;
      font-size: 1.5rem;
      padding: 1rem 1.5rem;
      color: #506B8B; }
      .admin__content table tbody tr td a {
        color: #506B8B;
        text-decoration: underline; }
        .admin__content table tbody tr td a:hover {
          color: #AB0072; }

.admin-search-wrapper {
  position: relative;
  width: 40%;
  float: right; }
  .admin-search-wrapper ul {
    width: 100% !important;
    background-color: #fff !important;
    font-size: 1.4rem;
    line-height: 2;
    z-index: 1;
    top: 43px !important;
    border-radius: 0 0 3rem 3rem;
    padding-bottom: 3rem;
    border: 0.2rem solid #E9E9E9 !important;
    font-weight: normal; }
    .admin-search-wrapper ul .ui-menu-item-wrapper {
      padding: 0 20px; }
    .admin-search-wrapper ul .ui-state-active {
      background-color: #F9FCFF !important;
      color: #000 !important;
      border: 0 !important;
      margin: 0 !important; }
    .admin-search-wrapper ul.ui-widget.ui-widget-content {
      border: 0; }
    .admin-search-wrapper ul .ui-autocomplete-category {
      color: #001C41;
      font-weight: bold;
      font-size: 1.6rem;
      padding: 0 15px;
      display: none; }

.btn {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 1rem 2.2rem;
  font-weight: bold;
  text-align: center;
  font-family: "Proxima Nova Rg";
  border-radius: 30rem; }
  @media only screen and (min-width: 991px) {
    .btn {
      padding: 1rem 3rem; } }
  @media only screen and (min-width: 1200px) {
    .btn {
      padding: 1.5rem 4.5rem; } }
  .btn:hover {
    border-color: #000;
    background: #000;
    color: #fff; }

.btn-primary {
  border-color: #FFC325;
  background: #FFC325;
  color: #332806; }
  .btn-primary:hover {
    border-color: #AB0072;
    color: #fff;
    background: #AB0072; }

.btn-primary-outline {
  border-color: #FFC325;
  background: #332806;
  color: #FFC325; }
  .btn-primary-outline:hover {
    border-color: #FFC325;
    color: #332806;
    background: #FFC325; }

.btn-secondary {
  border: 0.2rem solid transparent;
  background: linear-gradient(90deg, #691d92 0%, #ab0072 100%);
  color: #fff;
  transition: 0.3s; }
  .btn-secondary:hover {
    border-color: #AB0072;
    background: transparent;
    color: #AB0072; }

.breadcrumb {
  font-size: 1.2rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      padding: 1.7rem 0; } }
  @media only screen and (min-width: 1200px) {
    .breadcrumb {
      font-size: 1.5rem; } }
  .breadcrumb a {
    color: inherit;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.65); }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  padding: 0 0.8rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/caret.svg) no-repeat center center; }
  @media only screen and (min-width: 768px) {
    .breadcrumb-item + .breadcrumb-item::before {
      padding: 0 2rem; } }

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  padding: 3rem 0 3rem 0;
  /*&__next {
      a {
          border: solid 0.2rem transparent;
          background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#AB0072, #691D92);
          background-origin: border-box;
          background-clip: content-box, border-box;
          color:#fff;
          box-shadow: none;
          &:hover {
              border: solid 0.2rem $COLOR_SECONDARY;
              background: transparent;
              color: $COLOR_SECONDARY;
          }
      }
  }*/ }
  .pager__admin {
    display: block; }
  @media only screen and (max-width: 767px) {
    .pager__after {
      width: 100%;
      max-width: 34rem;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .pager__before {
      width: 100%;
      max-width: 34rem;
      margin: 0 auto; } }
  .pager__first, .pager__prev {
    margin: 0 0.5rem; }
    @media only screen and (min-width: 768px) {
      .pager__first, .pager__prev {
        margin: 0 1rem 0 0; } }
    @media only screen and (min-width: 1200px) {
      .pager__first, .pager__prev {
        margin: 0 1.7rem 0 0; } }
  .pager__next, .pager__last {
    margin: 0 0.5rem; }
    @media only screen and (min-width: 768px) {
      .pager__next, .pager__last {
        margin: 0 0 0 1rem; } }
    @media only screen and (min-width: 1200px) {
      .pager__next, .pager__last {
        margin: 0 0 0 1.7rem; } }
  .pager__first, .pager__prev, .pager__next, .pager__last {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .pager__first, .pager__prev, .pager__next, .pager__last {
        width: calc(50% - 2rem); } }
    .pager__first a, .pager__first button, .pager__first span, .pager__prev a, .pager__prev button, .pager__prev span, .pager__next a, .pager__next button, .pager__next span, .pager__last a, .pager__last button, .pager__last span {
      display: inline-block;
      text-decoration: none;
      border: solid 0.2rem #AB0072;
      background: transparent;
      color: #AB0072;
      font-size: 1.5rem;
      line-height: 1.1;
      padding: 1rem 2.2rem;
      font-weight: bold;
      text-align: center;
      font-family: "Proxima Nova Rg";
      border-radius: 30rem;
      box-shadow: none;
      cursor: pointer;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .pager__first a, .pager__first button, .pager__first span, .pager__prev a, .pager__prev button, .pager__prev span, .pager__next a, .pager__next button, .pager__next span, .pager__last a, .pager__last button, .pager__last span {
          width: 100%; } }
      @media only screen and (min-width: 991px) {
        .pager__first a, .pager__first button, .pager__first span, .pager__prev a, .pager__prev button, .pager__prev span, .pager__next a, .pager__next button, .pager__next span, .pager__last a, .pager__last button, .pager__last span {
          padding: 1rem 3rem; } }
      @media only screen and (min-width: 1200px) {
        .pager__first a, .pager__first button, .pager__first span, .pager__prev a, .pager__prev button, .pager__prev span, .pager__next a, .pager__next button, .pager__next span, .pager__last a, .pager__last button, .pager__last span {
          padding: 1.2rem 4.2rem; } }
      .pager__first a:hover, .pager__first button:hover, .pager__first span:hover, .pager__prev a:hover, .pager__prev button:hover, .pager__prev span:hover, .pager__next a:hover, .pager__next button:hover, .pager__next span:hover, .pager__last a:hover, .pager__last button:hover, .pager__last span:hover {
        color: #fff;
        border: solid 0.2rem transparent;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #AB0072, #691D92);
        background-origin: border-box;
        background-clip: content-box, border-box; }
    .pager__first.inactive a, .pager__first.inactive button, .pager__first.inactive span, .pager__prev.inactive a, .pager__prev.inactive button, .pager__prev.inactive span, .pager__next.inactive a, .pager__next.inactive button, .pager__next.inactive span, .pager__last.inactive a, .pager__last.inactive button, .pager__last.inactive span {
      filter: grayscale(1);
      pointer-events: none;
      opacity: 0.4;
      cursor: default; }
  .pager__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; }
    @media only screen and (max-width: 767px) {
      .pager__list {
        width: 100%;
        padding: 2rem 0; } }
    .pager__list li {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0 0.5rem; }
      @media only screen and (min-width: 1200px) {
        .pager__list li {
          margin: 0 1rem; } }
      .pager__list li a,
      .pager__list li span {
        display: block;
        text-decoration: none;
        padding: 0;
        text-align: center;
        height: 3rem;
        line-height: 3rem;
        width: 3rem;
        font-size: 1.6rem;
        color: #AB0072;
        border: none;
        border-radius: 100%;
        background: transparent;
        transition: 0.3s; }
        @media only screen and (min-width: 991px) {
          .pager__list li a,
          .pager__list li span {
            height: 4.4rem;
            line-height: 4.5rem;
            width: 4.4rem;
            font-size: 2.0rem; } }
      .pager__list li a:hover {
        text-decoration: underline; }
      .pager__list li.current span {
        background: #691D92;
        color: #fff; }

.navigation {
  list-style: none;
  margin: 0;
  padding: 2rem 0 1rem 4rem;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .navigation {
      text-align: left;
      padding: 0; } }
  .navigation > li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .navigation > li {
        display: inline-block;
        vertical-align: middle; } }
    .navigation > li > a {
      display: block;
      position: relative;
      cursor: pointer;
      font-size: 1.6rem;
      color: #61084b;
      padding: 1.4rem 0;
      font-weight: 800;
      transition: 0.5s;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (min-width: 991px) {
        .navigation > li > a {
          text-align: center;
          color: #332806;
          padding: 1rem 2.5rem;
          font-size: 1.5rem;
          display: block; } }
      @media only screen and (min-width: 1200px) {
        .navigation > li > a {
          padding: 1rem 3.5rem; } }
      .navigation > li > a span {
        position: relative;
        z-index: 2; }
      .navigation > li > a:hover {
        color: #FFC325; }
    .navigation > li.selected > a {
      color: #FFC325; }

.cookie-panel {
  z-index: 999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #270027;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 550px) {
    .cookie-panel {
      width: 29rem; } }
  @media only screen and (min-width: 768px) {
    .cookie-panel {
      width: 35rem;
      padding: 3rem;
      bottom: 3rem;
      right: 3rem; } }
  .cookie-panel__content {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova Rg";
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    margin-top: 1rem; }
    .cookie-panel__content a {
      color: #fff;
      text-decoration: underline; }
      .cookie-panel__content a:hover {
        text-decoration: none; }
    .cookie-panel__content input {
      display: inline-block;
      font-family: "Proxima Nova Rg";
      color: #332806;
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 1.5rem;
      background: #FFC325;
      box-sizing: border-box;
      padding: 1.5rem 4.5rem;
      text-align: center;
      transition: 0.3s;
      border: none;
      border-radius: 3rem;
      outline: none !important;
      cursor: pointer; }
      .cookie-panel__content input:hover {
        cursor: pointer;
        background: #AB0072;
        color: #fff; }

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 99;
  display: none;
  visibility: hidden;
  opacity: 0; }
  .search-popup.open {
    display: block;
    visibility: visible;
    opacity: 1; }
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10; }

.search-form {
  position: relative;
  z-index: 20;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .search-form .container {
      padding: 0 0.5rem 0 1rem; } }
  .search-form ul {
    width: 100% !important;
    background-color: #fff !important;
    font-size: 1.6rem;
    line-height: 2;
    z-index: 1;
    top: 49px !important;
    border-radius: 0 0 3rem 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .search-form ul {
        top: 72px !important; } }
    .search-form ul .ui-menu-item-wrapper {
      padding: 0 20px; }
    .search-form ul .ui-state-active {
      background-color: #F9FCFF !important;
      color: #000 !important;
      border: 0 !important;
      margin: 0 !important; }
    .search-form ul.ui-widget.ui-widget-content {
      border: 0; }
    .search-form ul .ui-autocomplete-category {
      color: #001C41;
      font-weight: bold;
      font-size: 1.8rem;
      padding: 0 15px; }

.search {
  position: relative;
  z-index: 20;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .search {
      padding: 1rem 0; } }
  .search__input {
    background: transparent;
    font-family: "Proxima Nova Rg";
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: normal;
    color: #000;
    border: none;
    border-radius: 0;
    outline: none !important;
    padding: 1.6rem 0 1.6rem 0.5rem;
    margin: 0;
    width: calc(100% - 3.2rem - 3.2rem); }
    @media only screen and (min-width: 768px) {
      .search__input {
        padding: 1.6rem 0 1.6rem 2.5rem; } }
    @media only screen and (min-width: 991px) {
      .search__input {
        width: calc(100% - 5.2rem - 5.2rem); } }
  .search__submit {
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none !important;
    padding: 0;
    margin: 0;
    position: relative;
    width: 3.2rem;
    height: 5.2rem;
    cursor: pointer; }
    @media only screen and (min-width: 991px) {
      .search__submit {
        width: 5.2rem; } }
    .search__submit:hover img {
      filter: brightness(0) saturate(100%) invert(81%) sepia(62%) saturate(2024%) hue-rotate(335deg) brightness(107%) contrast(109%); }
    .search__submit img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 1.8rem;
      max-width: 1.8rem; }
      @media only screen and (min-width: 768px) {
        .search__submit img {
          max-height: 2.2rem;
          max-width: 2.2rem; } }
  .search__close {
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none !important;
    padding: 0;
    margin: 0;
    position: relative;
    width: 3.2rem;
    height: 5.2rem;
    cursor: pointer; }
    @media only screen and (min-width: 991px) {
      .search__close {
        width: 5.2rem; } }
    .search__close:hover img {
      filter: brightness(0) saturate(100%) invert(81%) sepia(62%) saturate(2024%) hue-rotate(335deg) brightness(107%) contrast(109%); }
    .search__close img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 1.8rem;
      max-width: 1.8rem; }
      @media only screen and (min-width: 768px) {
        .search__close img {
          max-height: 2.2rem;
          max-width: 2.2rem; } }

.range-slider {
  position: relative;
  padding: 1.5rem 0;
  margin: 0 0 0rem 0; }
  @media only screen and (min-width: 1200px) {
    .range-slider {
      padding: 1.5rem;
      margin: 0 0 2rem 0; } }
  .range-slider label {
    font-size: 1.2rem;
    text-align: left;
    color: #aaa;
    font-weight: normal;
    line-height: 1.3;
    width: 100%;
    margin: 0 0 1rem 0;
    display: block; }
    @media only screen and (min-width: 1200px) {
      .range-slider label {
        margin: 0 0 2rem -1.5rem; } }
    .range-slider label strong {
      font-weight: bold;
      color: #000;
      font-size: 1.6rem;
      display: block; }
  .range-slider select {
    margin: 0 0 1.5rem 0;
    position: relative;
    border: 0.2rem solid #e2e2e2;
    border-radius: 0;
    display: block;
    width: 100%;
    line-height: 1.1;
    font-family: "Fedra Sans", sans-serif;
    font-size: 1.6rem;
    color: #000;
    padding: 1.5rem 2rem;
    outline: none !important;
    transition: 0.3s;
    background: #fff; }
    .range-slider select:focus {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 1200px) {
      .range-slider select {
        display: none; } }
  .range-slider .slider {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    display: none; }
    @media only screen and (min-width: 1200px) {
      .range-slider .slider {
        display: block; } }
  .range-slider .level-item {
    flex: 1;
    text-align: center; }

.levels {
  display: none;
  padding: 2.0rem 0 0 0;
  font-size: 1.2rem;
  text-align: right;
  color: #aaa;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 -4rem;
  width: calc(100% + 8rem); }
  @media only screen and (min-width: 1200px) {
    .levels {
      display: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }

.ui-widget-content {
  background: #bbb !important; }

.ui-widget-header {
  background: #FFC325 !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 3px solid #FFC325 !important;
  background: #ffffff !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 3px solid #FFC325 !important;
  background: #ffffff !important; }

.ui-slider .ui-slider-handle {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100% !important;
  outline: none !important;
  cursor: pointer !important; }
  .ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: url(../images/arrows.svg) no-repeat center center;
    background-size: contain;
    opacity: 0.7; }
  .ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:active {
    background: #FFC325 !important; }
    .ui-slider .ui-slider-handle:hover:before, .ui-slider .ui-slider-handle:active:before {
      filter: brightness(0%) invert(1);
      opacity: 1; }

.ui-slider-horizontal .ui-slider-handle {
  top: -10px !important;
  margin-left: -16px !important; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  padding: 2rem 0; }
  .gallery__item {
    width: calc(50% - 4rem);
    text-decoration: none;
    display: block;
    border: 0.3rem solid #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.07);
    margin: 0 2rem 3rem 2rem;
    transition: 0.3s;
    overflow: hidden; }
    .gallery__item img {
      display: block;
      width: 100%; }
    .gallery__item:hover {
      box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=main.css.map */
