.site-header {
  border-bottom: 1px solid #DFE7F5;
  position: relative; }

.site-header-main {
  display: flex;
  justify-content: space-between;
  padding: 24px 0; }
  .site-header-main .left_block_header {
    display: flex;
    justify-content: flex-start; }
    .site-header-main .left_block_header .site-branding {
      align-self: center; }
      .site-header-main .left_block_header .site-branding a img {
        max-width: 160px;
        border-radius: 5px; }
    .site-header-main .left_block_header .site-header-menu {
      align-self: center; }
      @media screen and (max-width: 767px) {
        .site-header-main .left_block_header .site-header-menu .main-navigation {
          flex-wrap: wrap;
          position: absolute;
          z-index: 99999;
          left: 0;
          top: 135px;
          margin: 0;
          background: white;
          width: 100%;
          padding: 20px;
          display: none; } }
      @media screen and (max-width: 576px) {
        .site-header-main .left_block_header .site-header-menu .main-navigation {
          padding: 20px 0.75rem; } }
      .site-header-main .left_block_header .site-header-menu .main-navigation.active {
        padding: 20px;
        overflow: visible;
        max-height: 320px;
        transition: all .4s;
        height: 100%; }
      .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu {
        display: flex;
        margin-bottom: 0;
        align-self: center; }
        @media screen and (max-width: 1200px) {
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu {
            padding-left: 1rem; } }
        @media screen and (max-width: 991px) {
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu {
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu {
            max-width: 540px;
            margin: 0 auto;
            flex-wrap: wrap;
            padding: 0; } }
        @media screen and (max-width: 576px) {
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu {
            max-width: 100%; } }
        .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li {
          align-self: center;
          list-style: none;
          margin: 0 10px; }
          @media screen and (max-width: 1200px) {
            .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li {
              margin: 0 5px; } }
          @media screen and (max-width: 767px) {
            .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li {
              width: 100%;
              margin: 0 0 15px 0; } }
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li.current-menu-item a {
            color: #E20020; }
            .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li.current-menu-item a:after {
              content: '';
              position: absolute;
              height: 2px;
              width: 100%;
              left: 0;
              background: #E20020;
              bottom: -32px;
              right: 0; }
              @media screen and (max-width: 767px) {
                .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li.current-menu-item a:after {
                  bottom: 0; } }
          .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li a {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-weight: 400;
            color: #080A0E;
            text-decoration: none;
            transition: all .5s;
            position: relative; }
            @media screen and (max-width: 1200px) {
              .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li a {
                font-size: 14px; } }
            @media screen and (max-width: 767px) {
              .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li a {
                padding: 5px 10px;
                font-size: 24px;
                line-height: 40px; } }
            .site-header-main .left_block_header .site-header-menu .main-navigation .primary-menu li a:hover {
              color: #E20020;
              transition: all .5s; }
  .site-header-main .right_block_header {
    align-self: center;
    display: flex; }
    .site-header-main .right_block_header .profile_link img {
      border: 1px dashed #E20020;
      border-radius: 50%;
      padding: 3px;
      width: 32px;
      height: 32px; }
    .site-header-main .right_block_header .log_in {
      display: flex;
      justify-content: flex-end;
      margin: 0; }
      @media screen and (max-width: 1200px) {
        .site-header-main .right_block_header .log_in {
          padding-left: 1rem; } }
      @media screen and (max-width: 991px) {
        .site-header-main .right_block_header .log_in {
          padding-left: 0; } }
      .site-header-main .right_block_header .log_in li {
        list-style: none;
        align-self: center;
        cursor: pointer;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: 0.44px;
        border-radius: 20px;
        padding: 10px 20px;
        background-color: #E20020;
        border: 1px solid #E20020; }
        .site-header-main .right_block_header .log_in li a {
          color: white;
          text-decoration: none; }
        @media screen and (max-width: 1200px) {
          .site-header-main .right_block_header .log_in li {
            padding: 5px;
            font-weight: 400;
            font-size: 13px; } }
        .site-header-main .right_block_header .log_in li:first-of-type {
          color: #E20020;
          border: 1px solid #E20020;
          margin-right: 12px;
          background-color: #fff; }
          .site-header-main .right_block_header .log_in li:first-of-type a {
            color: #E20020; }
          @media screen and (max-width: 1200px) {
            .site-header-main .right_block_header .log_in li:first-of-type {
              margin-right: 6px; } }
    .site-header-main .right_block_header .burger {
      height: 24px;
      flex-direction: column;
      justify-content: space-between;
      align-self: center;
      margin-left: 20px;
      display: none; }
      @media screen and (max-width: 767px) {
        .site-header-main .right_block_header .burger {
          display: flex; } }
      .site-header-main .right_block_header .burger span {
        height: 4px;
        width: 30px;
        background-color: #E20020;
        border-radius: 5px;
        display: block;
        transition: all 300ms ease-in-out; }
        .site-header-main .right_block_header .burger span.active:first-of-type {
          transition: all 300ms ease-in-out;
          transform: rotate(45deg);
          transform-origin: top left;
          width: 30px; }
        .site-header-main .right_block_header .burger span.active:nth-of-type(2) {
          transition: all 300ms ease-in-out;
          transform-origin: center;
          width: 0; }
        .site-header-main .right_block_header .burger span.active:last-of-type {
          transition: all 300ms ease-in-out;
          transform: rotate(-45deg);
          transform-origin: bottom left;
          width: 30px; }
    .site-header-main .right_block_header .menu-lang-menu-container {
      align-self: center; }
    .site-header-main .right_block_header .lang_menu {
      margin-left: 0;
      margin-bottom: 0;
      background: white;
      padding: 0px 0 0 20px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .site-header-main .right_block_header .lang_menu {
          width: 40px; } }
      .site-header-main .right_block_header .lang_menu li {
        list-style: none; }
        @media screen and (max-width: 991px) {
          .site-header-main .right_block_header .lang_menu li.menu-item-has-children > a span {
            display: none; } }
        .site-header-main .right_block_header .lang_menu li a {
          color: #000;
          text-decoration: none; }
        .site-header-main .right_block_header .lang_menu li ul.sub-menu {
          margin-left: 0;
          position: absolute;
          z-index: 99;
          background: white;
          padding: 20px;
          left: 0;
          display: none;
          width: 120px; }
          @media screen and (max-width: 991px) {
            .site-header-main .right_block_header .lang_menu li ul.sub-menu {
              left: auto;
              right: 0;
              top: 50px; } }
          .site-header-main .right_block_header .lang_menu li ul.sub-menu.active {
            display: block; }
          .site-header-main .right_block_header .lang_menu li ul.sub-menu li {
            margin-bottom: 5px; }
            .site-header-main .right_block_header .lang_menu li ul.sub-menu li a {
              color: #000;
              text-decoration: none; }

.hero_slider {
  background-color: #F6F6F6;
  position: relative; }
  .hero_slider .slider .slick-slide {
    padding: 0 6px; }
    .hero_slider .slider .slick-slide:focus-visible {
      outline: none; }
  .hero_slider .slider .single_slider {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .hero_slider .slider .single_slider {
        padding-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .hero_slider .slider .single_slider {
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .hero_slider .slider .single_slider .slider_left {
      max-width: 48%;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .hero_slider .slider .single_slider .slider_left {
          max-width: 100%; } }
      .hero_slider .slider .single_slider .slider_left h4 {
        font-weight: 400;
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 0.15px;
        color: #000; }
        @media screen and (max-width: 991px) {
          .hero_slider .slider .single_slider .slider_left h4 {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          .hero_slider .slider .single_slider .slider_left h4 {
            font-size: 20px; } }
      .hero_slider .slider .single_slider .slider_left h2 {
        font-size: 42px;
        font-family: 'Montserrat';
        font-weight: 900;
        line-height: 1.2;
        color: #d1d1d1; }
        @media screen and (max-width: 991px) {
          .hero_slider .slider .single_slider .slider_left h2 {
            font-size: 37px; } }
        @media screen and (max-width: 767px) {
          .hero_slider .slider .single_slider .slider_left h2 {
            font-size: 30px; } }
      .hero_slider .slider .single_slider .slider_left .choose {
        display: flex;
        border: 1px solid #40B07B;
        border-radius: 24px;
        max-width: 374px;
        justify-content: space-between;
        position: relative;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .hero_slider .slider .single_slider .slider_left .choose {
            max-width: 100%; } }
        .hero_slider .slider .single_slider .slider_left .choose.active:before {
          transition: all .6s;
          transform: translate(calc(100% + 2px), 0); }
        .hero_slider .slider .single_slider .slider_left .choose:before {
          position: absolute;
          content: '';
          width: 50%;
          top: 0;
          left: -1px;
          bottom: 0;
          background-color: #40B07B;
          border-radius: 24px;
          z-index: -1;
          transition: all .6s; }
        .hero_slider .slider .single_slider .slider_left .choose .options {
          display: flex;
          justify-content: center;
          padding: 15px 25px;
          align-self: center;
          cursor: pointer;
          width: 50%; }
          .hero_slider .slider .single_slider .slider_left .choose .options.active span {
            color: #FFFFFF;
            transition: .6s; }
          .hero_slider .slider .single_slider .slider_left .choose .options span {
            font-size: 14px;
            align-self: center;
            font-weight: 400;
            color: #080A0E;
            transition: all .6s; }
          .hero_slider .slider .single_slider .slider_left .choose .options img {
            align-self: center;
            margin-right: 11px; }
      .hero_slider .slider .single_slider .slider_left .subscribe {
        margin-top: 24px;
        max-width: 374px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .hero_slider .slider .single_slider .slider_left .subscribe {
            max-width: 100%; } }
        .hero_slider .slider .single_slider .slider_left .subscribe .label_text {
          margin-bottom: 22px; }
        .hero_slider .slider .single_slider .slider_left .subscribe.hide {
          overflow: hidden;
          visibility: hidden;
          height: 0; }
        .hero_slider .slider .single_slider .slider_left .subscribe form p:first-of-type label input {
          border-radius: 32px !important;
          background: white; }
          .hero_slider .slider .single_slider .slider_left .subscribe form p:first-of-type label input:focus {
            border-color: #E20020; }
      .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe {
        visibility: hidden;
        overflow: hidden;
        margin-top: 20px;
        width: 100%;
        max-width: 374px;
        height: 0;
        display: flex; }
        @media screen and (max-width: 768px) {
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe {
            max-width: 100%; } }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe .text {
          align-self: center;
          max-width: 48%;
          width: 100%; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe .text .big_text {
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 8px; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe .text .small_text {
            font-weight: 400;
            font-size: 14px;
            line-height: 120%;
            margin-bottom: 24px; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe .text img {
            max-width: 93px;
            margin-left: auto; }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe img {
          align-self: center;
          max-width: 48%;
          width: 100%; }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe span {
          margin-left: 20px; }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe a {
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.15px;
          background: #E20020;
          border-radius: 22px;
          padding: 8px 30px;
          text-decoration: none;
          cursor: pointer;
          display: block;
          margin-bottom: 10px;
          width: fit-content; }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe.active {
          visibility: visible;
          overflow: visible;
          height: auto; }
        .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form {
          position: relative;
          max-width: 374px;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form {
              max-width: 100%; } }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form br, .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form .wpcf7-spinner {
            display: none; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form input[type="submit"] {
            position: absolute;
            right: 6px;
            top: 31px;
            background: #E20020;
            border-radius: 22px;
            color: #FFFFFF;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            text-transform: inherit;
            font-family: 'FiraSans' !important; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form .flag-container {
            top: 8px; }
            .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form .flag-container .selected-flag:hover {
              background: none; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form input.wpcf7-phonetext {
            height: 60px;
            border-radius: 32px;
            background: white;
            transition: border .4s; }
            .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form input.wpcf7-phonetext:focus {
              border: 1px solid #E20020;
              transition: border .4s; }
          .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form .country-list {
            height: 100px;
            border-radius: 10px;
            top: 52px;
            background: white; }
            .hero_slider .slider .single_slider .slider_left .whatsapp_subscribe form .country-list .country.preferred {
              display: none; }
    .hero_slider .slider .single_slider .slider_right {
      max-width: 48%;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .hero_slider .slider .single_slider .slider_right {
          max-width: 100%; } }
  .hero_slider .slider .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: auto;
    bottom: -88px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    border-radius: 32px;
    padding: 20px 32px;
    display: flex; }
    .hero_slider .slider .slick-dots li {
      align-self: center;
      width: 20px;
      height: 4px;
      background: #C5C5C5;
      border-radius: 4px;
      margin: 0 6px;
      transition: all .3s; }
      .hero_slider .slider .slick-dots li.slick-active {
        width: 34px;
        height: 8px;
        background: #E20020;
        transition: all .3s; }
      .hero_slider .slider .slick-dots li button {
        display: none; }
  .hero_slider .intl-tel-input .country-list {
    height: 120px; }
    .hero_slider .intl-tel-input .country-list .country .country-name {
      display: none; }
    .hero_slider .intl-tel-input .country-list .divider {
      display: none; }
  .hero_slider .slider_shape {
    bottom: 0; }

.mc4wp-form-fields {
  position: relative;
  width: 100%; }
  .mc4wp-form-fields p {
    margin-bottom: 5px; }
    .mc4wp-form-fields p:first-of-type label {
      width: 100%;
      height: 56px; }
      .mc4wp-form-fields p:first-of-type label input {
        height: 100%;
        border-radius: 22px !important;
        padding-left: 15px; }
    .mc4wp-form-fields p:last-of-type input {
      position: absolute;
      border-radius: 22px !important;
      right: 7px;
      top: 7px;
      background-color: #E20020;
      text-transform: initial;
      font-size: 14px;
      padding: 14px 20px;
      font-family: FiraSans !important; }

.brands {
  display: flex;
  justify-content: space-between;
  margin: 88px 0 64px; }
  @media screen and (max-width: 767px) {
    .brands {
      flex-wrap: wrap;
      margin: 80px 0 0; } }
  .brands .img_block {
    align-self: center; }
    @media screen and (max-width: 767px) {
      .brands .img_block {
        max-width: 24%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
  .brands .slick-track {
    display: flex; }
  .brands .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; }

.home_about {
  display: flex;
  justify-content: space-between;
  padding-top: 91px;
  padding-bottom: 40px;
  max-width: 1920px;
  margin: 0 auto; }
  @media screen and (max-width: 1070px) {
    .home_about {
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .home_about {
      padding-top: 30px; } }
  .home_about .left_side {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    justify-content: flex-start;
    width: 100%; }
    @media screen and (max-width: 1070px) {
      .home_about .left_side {
        max-width: 100%;
        order: 2; } }
    .home_about .left_side .img_block {
      margin-right: 20px;
      margin-bottom: 20px;
      cursor: zoom-in;
      max-width: 40%;
      width: 100%;
      position: relative;
      height: 350px;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        .home_about .left_side .img_block {
          margin-right: 10px;
          margin-bottom: 10px;
          max-width: 40%; } }
      @media screen and (max-width: 1070px) {
        .home_about .left_side .img_block {
          max-width: calc(24% - 10px); } }
      @media screen and (max-width: 768px) {
        .home_about .left_side .img_block {
          height: 200px; } }
      @media screen and (max-width: 540px) {
        .home_about .left_side .img_block {
          max-width: calc(49% - 10px); } }
      .home_about .left_side .img_block img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover; }
  .home_about .right_side {
    max-width: 50%;
    width: 100%;
    position: relative;
    background: url("/wp-content/themes/twentysixteen/images/transparent_map.png") no-repeat;
    background-size: contain;
    background-position: left bottom; }
    @media screen and (max-width: 1070px) {
      .home_about .right_side {
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .home_about .right_side {
        background-size: cover;
        padding: 50px; } }
    @media screen and (max-width: 600px) {
      .home_about .right_side {
        padding: 20px; } }
    .home_about .right_side h2 {
      position: relative;
      font-size: 78px;
      line-height: 1.2;
      top: 50px;
      left: -50px;
      font-weight: 900;
      font-family: "Montserrat";
      color: #E9EFFB;
      letter-spacing: 0.15px; }
      @media screen and (max-width: 1070px) {
        .home_about .right_side h2 {
          font-size: 70px;
          line-height: 1.2;
          top: 0px;
          left: 20px; } }
      @media screen and (max-width: 580px) {
        .home_about .right_side h2 {
          font-size: 42px; } }
    .home_about .right_side .p_l_block {
      padding-left: 70px;
      position: relative;
      top: -16px;
      padding-right: 20px; }
      @media screen and (max-width: 1070px) {
        .home_about .right_side .p_l_block {
          padding-left: 20px;
          top: 0;
          max-width: 50%; } }
      @media screen and (max-width: 767px) {
        .home_about .right_side .p_l_block {
          max-width: 100%; } }
      .home_about .right_side .p_l_block h4 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 900;
        color: #000; }
        @media screen and (max-width: 768px) {
          .home_about .right_side .p_l_block h4 {
            font-size: 30px;
            line-height: 40px; } }
      .home_about .right_side .p_l_block p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #565F70;
        letter-spacing: 0.25px;
        margin-bottom: 40px; }
      .home_about .right_side .p_l_block .launch_tour {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.15px;
        background: #E20020;
        border-radius: 22px;
        padding: 13px 20px;
        text-decoration: none;
        display: initial;
        cursor: pointer; }
    .home_about .right_side img {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 50%;
      cursor: zoom-in; }
      @media screen and (max-width: 767px) {
        .home_about .right_side img {
          display: none; } }

.call_to_lottery {
  max-width: 1068px;
  margin: 80px auto;
  background-image: url("/wp-content/themes/twentysixteen/images/certif_new.png");
  background-repeat: no-repeat;
  padding: 120px 0 179px 56px;
  border-radius: 40px;
  background-size: contain; }
  @media screen and (max-width: 991px) {
    .call_to_lottery {
      padding: 30px 0 30px 26px; } }
  @media screen and (max-width: 768px) {
    .call_to_lottery {
      margin: 40px auto;
      background-color: #17711D;
      padding: 60px 15px 60px 15px;
      background-size: cover; } }
  .call_to_lottery h3.title {
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 12px; }
  .call_to_lottery .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    max-width: 40%;
    color: #FFFFFF;
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .call_to_lottery .description {
        max-width: 95%; } }
  .call_to_lottery .date_block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 48px; }
    .call_to_lottery .date_block .date_hour {
      color: #ffffff;
      background: #0F5A14;
      border-radius: 8px;
      padding: 10px 16px;
      font-weight: 400;
      font-size: 20px;
      line-height: 120%; }
      .call_to_lottery .date_block .date_hour img {
        margin-right: 15px; }
      .call_to_lottery .date_block .date_hour.date {
        margin-right: 8px; }
  .call_to_lottery .register {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    background: #E20020;
    border-radius: 32px;
    padding: 16px 24px;
    text-decoration: none;
    cursor: pointer;
    display: initial; }

.default_certificate {
  display: none; }
  @media screen and (max-width: 768px) {
    .default_certificate {
      max-width: 100%;
      margin: 0 auto 30px; } }

.register_section {
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0; }
  .register_section .rmagic-field label {
    color: white;
    padding-left: 17px; }
  .register_section .rmagic-field input {
    border-radius: 24px;
    color: #000;
    padding-left: 17px; }
  .register_section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0cd9; }
  .register_section .register_form {
    max-width: 530px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto; }
    .register_section .register_form h3 {
      font-weight: 900;
      font-size: 32px;
      line-height: 120%;
      text-align: center;
      letter-spacing: 0.15px;
      color: #FFFFFF; }
    .register_section .register_form p.description {
      font-weight: 400;
      font-size: 20px;
      line-height: 120%;
      text-align: center;
      letter-spacing: 0.15px;
      color: #FFFFFF; }
    .register_section .register_form .mc4wp-form-fields {
      max-width: 100%;
      width: 100%; }
    .register_section .register_form .buttonarea {
      max-width: 100%;
      margin: 0; }
      .register_section .register_form .buttonarea input {
        color: #FFFFFF;
        background: #E20020;
        text-transform: initial;
        padding: 1em 1.4375em;
        border-radius: 24px;
        font-size: 14px;
        font-family: FiraSans; }
  .register_section #mailpoet_form_1 {
    border: 0 !important; }

.main_button {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #E20020;
  border-radius: 22px;
  text-decoration: none;
  transition: all .3s; }
  .main_button:hover {
    color: black;
    transition: all .3s; }

.offers {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 767px) {
    .offers {
      flex-wrap: wrap; } }
  .offers .left_side {
    max-width: 43%;
    width: 100%;
    padding-left: 155px;
    align-self: center;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .offers .left_side {
        padding-left: 60px; } }
    @media screen and (max-width: 767px) {
      .offers .left_side {
        max-width: 100%;
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 30px; } }
    .offers .left_side .big_title {
      font-weight: 900;
      font-size: 110px;
      line-height: 120%;
      text-align: center;
      letter-spacing: 0.15px;
      color: #EEEEEE;
      position: absolute;
      top: -50px;
      font-family: 'Montserrat'; }
      @media screen and (max-width: 991px) {
        .offers .left_side .big_title {
          font-size: 80px;
          top: -30px; } }
      @media screen and (max-width: 767px) {
        .offers .left_side .big_title {
          font-size: 60px;
          top: 30px; } }
      @media screen and (max-width: 580px) {
        .offers .left_side .big_title {
          font-size: 46px;
          top: -10px; } }
    .offers .left_side .small_title {
      font-weight: 900;
      font-size: 32px;
      line-height: 120%;
      letter-spacing: 0.15px;
      color: #000000;
      margin-bottom: 40px;
      position: relative;
      margin-left: 37px; }
      @media screen and (max-width: 991px) {
        .offers .left_side .small_title {
          font-size: 43px; } }
      @media screen and (max-width: 767px) {
        .offers .left_side .small_title {
          font-size: 30px;
          margin-bottom: 30px; } }
    .offers .left_side p.description {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.25px;
      color: #565F70;
      margin-bottom: 40px; }
    .offers .left_side a.button {
      background: #E20020;
      border-radius: 22px;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.15px;
      color: #FFFFFF;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none; }
    .offers .left_side span {
      display: block;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -0.25px;
      color: #565F70;
      margin-top: 42px; }
    .offers .left_side .a2a_kit {
      margin-top: 17px;
      display: flex !important;
      left: 155px; }
      .offers .left_side .a2a_kit a {
        margin: 0 5px; }
        @media screen and (max-width: 600px) {
          .offers .left_side .a2a_kit a {
            margin: 0 2px; } }
        .offers .left_side .a2a_kit a:first-of-type {
          margin-left: 0; }
        .offers .left_side .a2a_kit a span {
          display: flex;
          justify-content: center;
          border-radius: 50% !important;
          width: 30px !important;
          height: 30px !important;
          margin-top: 0; }
          .offers .left_side .a2a_kit a span svg {
            align-self: center;
            width: 20px;
            height: 20px; }
    .offers .left_side .mc4wp-form-fields {
      width: 100%;
      margin-bottom: 25px; }
  .offers .right_side {
    max-width: 43%;
    width: 100%;
    height: 735px;
    overflow-y: auto; }
    @media screen and (max-width: 991px) {
      .offers .right_side {
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .offers .right_side {
        max-width: 100%;
        height: 550px; } }
    .offers .right_side::-webkit-scrollbar {
      display: none; }
    .offers .right_side .button_wrap {
      position: sticky;
      bottom: -1px;
      height: 100px;
      background: -webkit-linear-gradient(90deg, white 0%, #5e5e5e00 100%);
      display: flex;
      justify-content: center; }
      .offers .right_side .button_wrap span {
        align-self: end;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.25px;
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 6px;
        padding: 8px 12px;
        margin-bottom: 16px; }

.page-template-Template-promotions .offers .mailpoet_form {
  border: 0 !important;
  margin-top: 60px; }
  .page-template-Template-promotions .offers .mailpoet_form .mailpoet_form_loading {
    display: none; }

.page-template-Template-promotions .offers .left_side .small_title.home_section {
  display: none; }

.page-template-Template-promotions .offers .left_side .from_date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  background: #118E19;
  border-radius: 20px;
  padding: 8px 20px;
  display: none;
  margin-top: 32px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .page-template-Template-promotions .offers .left_side .from_date {
      margin-bottom: 30px; } }

.page-template-Template-home .offers .left_side .small_title.promotion_page {
  display: none; }

.entry-header {
  margin: 60px auto; }

.entry-content .form-horizontal {
  max-width: 800px;
  margin: 0 auto; }
  .entry-content .form-horizontal .rmrow {
    margin-bottom: 0; }
    .entry-content .form-horizontal .rmrow .iti--allow-dropdown {
      width: 100%; }
    .entry-content .form-horizontal .rmrow .rmfield {
      padding-left: 17px;
      margin-bottom: 0; }
    .entry-content .form-horizontal .rmrow input {
      background: #FFFFFF;
      border: 1px solid #DFE7F5;
      border-radius: 32px;
      padding-left: 17px;
      width: 100%;
      font-size: 16px !important; }
  .entry-content .form-horizontal .buttonarea input {
    border-radius: 24px;
    background-color: #E20020;
    text-transform: initial;
    font-size: 14px;
    font-family: 'FiraSans'; }
    .entry-content .form-horizontal .buttonarea input:first-of-type {
      background-color: white;
      color: #E20020;
      border: 1px solid #E20020; }
  .entry-content .form-horizontal .rm_forgot_pass a {
    color: #E20020; }

.entry-content .form-vertical {
  max-width: 800px;
  margin: 0 auto; }
  .entry-content .form-vertical .wpuf-message {
    color: #E20020; }
  .entry-content .form-vertical a {
    color: #E20020; }
  .entry-content .form-vertical .rmagic-row label {
    padding-left: 17px; }
  .entry-content .form-vertical .rmagic-row input {
    background: #FFFFFF;
    border: 1px solid #DFE7F5;
    border-radius: 32px;
    padding-left: 17px;
    width: 100%; }
  .entry-content .form-vertical .rmagic-row.forgetmenot input {
    width: auto; }
  .entry-content .form-vertical .buttonarea input {
    border-radius: 24px;
    background-color: #E20020;
    text-transform: initial;
    width: auto;
    font-size: 14px;
    font-family: 'FiraSans'; }

.rmheader {
  display: none !important; }

input::-ms-reveal {
  display: none !important; }

.confirmation_page {
  padding: 60px 0;
  text-align: center; }

.ui-datepicker {
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #91C73D; }
    .ui-datepicker .ui-datepicker-header .ui-corner-all {
      top: 8px;
      transition: all .3s; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
        top: 8px;
        transition: all .3s; }
  .ui-datepicker .ui-datepicker-calendar thead {
    border-bottom: 2px solid #91C73D; }
    .ui-datepicker .ui-datepicker-calendar thead tr th span {
      color: #91C73D; }
  .ui-datepicker .ui-datepicker-calendar tr td a.ui-state-default {
    background-color: #91C73D;
    color: #FFFFFF; }
  .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-today a {
    background: #E20020 !important; }

.sti-share-box .sti-btn {
  border-radius: 50%;
  margin-right: 10px; }

.mc4wp-alert.mc4wp-error p {
  color: #E20020; }

.mc4wp-alert p {
  color: #91C73D; }

.pum-container {
  border-radius: 40px !important;
  border: 14px solid #91C73D !important;
  font-weight: 500 !important; }
  .pum-container .popmake-title {
    font-size: 28px !important;
    font-weight: 500 !important; }
  .pum-container .popmake-content {
    font-weight: 500 !important; }
    .pum-container .popmake-content .mc4wp-form-fields {
      width: 100%; }
      .pum-container .popmake-content .mc4wp-form-fields input[type="email"] {
        color: #000 !important;
        font-weight: 500 !important; }

@media screen and (max-width: 768px) {
  .rmagic-row {
    margin: 0 auto !important; } }

@media screen and (max-width: 768px) {
  .rmagic-row .rmagic-col {
    margin-bottom: 0 !important; } }

.lb-number {
  display: none !important; }

ol {
  padding-left: 0 !important; }

.confirmare_email {
  padding: 60px 0; }

.confirm_email_message {
  padding: 10px 20px;
  background: #E31E24;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  margin-bottom: 25px; }

.choose_modal {
  display: flex;
  border: 1px solid #40B07B;
  border-radius: 24px;
  max-width: 374px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .choose_modal {
      max-width: 100%; } }
  .choose_modal.active:before {
    transition: all .6s;
    transform: translate(calc(100% + 2px), 0); }
  .choose_modal:before {
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    left: -1px;
    bottom: 0;
    background-color: #40B07B;
    border-radius: 24px;
    z-index: -1;
    transition: all .6s; }
  .choose_modal .options_modal {
    display: flex;
    justify-content: center;
    padding: 15px 25px;
    align-self: center;
    cursor: pointer;
    width: 50%; }
    .choose_modal .options_modal.active span {
      color: #FFFFFF;
      transition: .6s; }
    .choose_modal .options_modal span {
      font-size: 14px;
      align-self: center;
      font-weight: 400;
      color: #080A0E;
      transition: all .6s; }
    .choose_modal .options_modal img {
      align-self: center;
      margin-right: 11px; }

.subscribe_modal {
  margin-top: 24px;
  max-width: 374px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  @media screen and (max-width: 768px) {
    .subscribe_modal {
      max-width: 100%; } }
  .subscribe_modal .label_text {
    margin-bottom: 22px; }
  .subscribe_modal.hide {
    overflow: hidden;
    visibility: hidden; }
  .subscribe_modal form p:first-of-type label input {
    border-radius: 32px !important;
    background: white; }
    .subscribe_modal form p:first-of-type label input:focus {
      border-color: #E20020; }

.whatsapp_subscribe_modal {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  max-width: 374px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  @media screen and (max-width: 768px) {
    .whatsapp_subscribe_modal {
      max-width: 100%; } }
  .whatsapp_subscribe_modal span {
    margin-left: 20px; }
  .whatsapp_subscribe_modal a {
    display: flex;
    justify-content: flex-start;
    border-radius: 24px;
    background: #40B07B;
    padding: 15px 25px;
    text-decoration: none;
    width: fit-content; }
    .whatsapp_subscribe_modal a span {
      font-size: 14px;
      color: #FFFFFF;
      margin-left: 0;
      align-self: center; }
    .whatsapp_subscribe_modal a img {
      align-self: center;
      margin-right: 11px; }
  .whatsapp_subscribe_modal.active {
    visibility: visible;
    overflow: visible; }
  .whatsapp_subscribe_modal form {
    position: relative;
    max-width: 374px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .whatsapp_subscribe_modal form {
        max-width: 100%; } }
    .whatsapp_subscribe_modal form br, .whatsapp_subscribe_modal form .wpcf7-spinner {
      display: none; }
    .whatsapp_subscribe_modal form input[type="submit"] {
      position: absolute;
      right: 31px;
      top: 55px;
      background: #E20020;
      border-radius: 22px;
      color: #FFFFFF;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      text-transform: inherit;
      font-family: 'FiraSans' !important; }
    .whatsapp_subscribe_modal form .flag-container {
      top: 8px; }
      .whatsapp_subscribe_modal form .flag-container .selected-flag:hover {
        background: none; }
    .whatsapp_subscribe_modal form input.wpcf7-phonetext {
      height: 60px;
      border-radius: 32px;
      background: white;
      transition: border .4s; }
      .whatsapp_subscribe_modal form input.wpcf7-phonetext:focus {
        border: 1px solid #E20020;
        transition: border .4s; }
    .whatsapp_subscribe_modal form .country-list {
      height: 100px;
      border-radius: 10px;
      top: 52px;
      background: white; }
      .whatsapp_subscribe_modal form .country-list .country.preferred {
        display: none; }

.footer_content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .footer_content {
      flex-wrap: wrap; } }
  @media screen and (max-width: 520px) {
    .footer_content {
      justify-content: center; } }
  .footer_content .footer_contacts {
    align-self: end;
    max-width: 35%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .footer_content .footer_contacts {
        max-width: 25%; } }
    @media screen and (max-width: 767px) {
      .footer_content .footer_contacts {
        max-width: 70%; } }
    .footer_content .footer_contacts p {
      margin: 0; }
      .footer_content .footer_contacts p a {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #8E9AB0;
        text-decoration: none; }
  .footer_content .center_footer_block {
    max-width: 45%;
    width: 100%;
    align-self: center; }
    @media screen and (max-width: 991px) {
      .footer_content .center_footer_block {
        max-width: 45%; } }
    @media screen and (max-width: 767px) {
      .footer_content .center_footer_block {
        max-width: 70%;
        margin-top: 20px; } }
    .footer_content .center_footer_block .footer_social {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 13px; }
      @media screen and (max-width: 767px) {
        .footer_content .center_footer_block .footer_social {
          justify-content: flex-start; } }
      @media screen and (max-width: 520px) {
        .footer_content .center_footer_block .footer_social {
          justify-content: center; } }
      .footer_content .center_footer_block .footer_social a {
        margin: 0 12px; }
        .footer_content .center_footer_block .footer_social a img {
          width: 21px; }
    .footer_content .center_footer_block .copyright {
      text-align: left;
      letter-spacing: 0.15px;
      color: #8E9AB0;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .footer_content .center_footer_block .copyright {
          text-align: left; } }
      @media screen and (max-width: 520px) {
        .footer_content .center_footer_block .copyright {
          text-align: center; } }
  .footer_content .center_menu .main-navigation .footer_menu {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .footer_content .center_menu .main-navigation .footer_menu {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .footer_content .center_menu .main-navigation .footer_menu {
        justify-content: flex-start; } }
    .footer_content .center_menu .main-navigation .footer_menu li {
      list-style: none;
      margin: 0 6px; }
      .footer_content .center_menu .main-navigation .footer_menu li a {
        text-align: center;
        letter-spacing: 0.15px;
        color: #0156E2;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-decoration: none; }
  .footer_content .site-info {
    max-width: 35%;
    width: 100%;
    text-align: right;
    align-self: center; }
    @media screen and (max-width: 991px) {
      .footer_content .site-info {
        max-width: 25%; } }
    @media screen and (max-width: 767px) {
      .footer_content .site-info {
        max-width: 70%;
        text-align: left;
        margin-top: 20px; } }
    @media screen and (max-width: 520px) {
      .footer_content .site-info {
        text-align: center; } }
    .footer_content .site-info .footer_logo {
      margin-bottom: 12px; }
      .footer_content .site-info .footer_logo img {
        max-width: 150px; }
    .footer_content .site-info .created_by {
      text-align: right;
      letter-spacing: 0.15px;
      color: #8E9AB0;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px; }
      @media screen and (max-width: 767px) {
        .footer_content .site-info .created_by {
          text-align: left; } }
      @media screen and (max-width: 520px) {
        .footer_content .site-info .created_by {
          text-align: center; } }
      .footer_content .site-info .created_by a {
        color: #40B07B;
        text-decoration: none; }

.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal_overlay .modal_content {
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F5F9FF;
    border-radius: 24px;
    overflow: hidden; }
    .modal_overlay .modal_content .form-horizontal {
      padding: 24px; }
      .modal_overlay .modal_content .form-horizontal label {
        color: #000;
        margin-left: 17px; }
      .modal_overlay .modal_content .form-horizontal input {
        background: #FFFFFF;
        border: 1px solid #DFE7F5;
        border-radius: 32px;
        padding-left: 17px; }
      .modal_overlay .modal_content .form-horizontal .buttonarea input {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #FFFFFF;
        background: #E20020;
        border-radius: 32px;
        padding: 10px 22px;
        text-transform: capitalize; }
        .modal_overlay .modal_content .form-horizontal .buttonarea input:last-of-type {
          background-color: transparent;
          color: #E20020;
          border: 1px solid #E20020; }
      .modal_overlay .modal_content .form-horizontal a {
        color: #E20020; }
    .modal_overlay .modal_content form {
      padding: 24px; }
    .modal_overlay .modal_content .form-vertical .rmagic-field {
      margin-bottom: 5px;
      padding: 0; }
      .modal_overlay .modal_content .form-vertical .rmagic-field input {
        background: #FFFFFF;
        border: 1px solid #DFE7F5;
        border-radius: 32px;
        padding-left: 17px; }
      .modal_overlay .modal_content .form-vertical .rmagic-field .rmfield {
        margin-bottom: 0;
        margin-left: 17px; }
    .modal_overlay .modal_content .form-vertical .buttonarea input {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.15px;
      color: #FFFFFF;
      background: #E20020;
      border-radius: 32px;
      padding: 10px 22px;
      text-transform: capitalize; }
    .modal_overlay .modal_content .modal_header {
      background: #FFFFFF;
      padding: 20px 24px;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #DFE7F5; }
      .modal_overlay .modal_content .modal_header .title {
        align-self: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #000000; }
      .modal_overlay .modal_content .modal_header .close {
        align-self: center;
        color: #000000;
        font-size: 20px;
        cursor: pointer; }

.modal_registration {
  display: none;
  z-index: 9999;
  position: relative; }
  .modal_registration.active {
    display: block; }

.modal_log_in {
  display: none;
  z-index: 9999;
  position: relative; }
  .modal_log_in.active {
    display: block; }

.modal_subscribe .mc4wp-form {
  padding: 60px 24px; }

.modal_subscribe .mc4wp-form-fields {
  width: 100%; }

.modal_3d {
  display: none;
  z-index: 99999;
  position: relative; }
  .modal_3d.active {
    display: block; }
  .modal_3d .modal_overlay .modal_content {
    max-width: 800px; }

.back_to_top {
  width: 60px;
  height: 60px;
  position: fixed;
  background-color: #E20020;
  border-radius: 50%;
  bottom: 20px;
  right: 100px;
  padding: 15px;
  cursor: pointer; }
  .back_to_top img {
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(90deg); }

.about_image_slider .single_slider .img_block {
  height: 322px;
  overflow: hidden;
  display: flex;
  margin: 0 2px;
  position: relative; }
  .about_image_slider .single_slider .img_block img {
    align-self: center;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }

.about_image_slider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 999; }
  .about_image_slider .slick-arrow:hover {
    background-color: transparent; }
  .about_image_slider .slick-arrow:before {
    display: none; }

.about_image_slider .slick-prev {
  left: 20px;
  background-image: url("/wp-content/themes/twentysixteen/images/Frame 1.png"); }

.about_image_slider .slick-next {
  right: 20px;
  background-image: url("/wp-content/themes/twentysixteen/images/Frame 1 (1).png"); }

.about_us_contacts {
  background-position: center right;
  background-size: contain;
  padding: 120px 0;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .about_us_contacts {
      padding: 60px 0; } }
  .about_us_contacts .about_us_content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .about_us_contacts .about_us_content {
        flex-wrap: wrap; } }
    .about_us_contacts .about_us_content .left_side {
      max-width: 50%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .about_us_contacts .about_us_content .left_side {
          max-width: 100%;
          margin-bottom: 20px; } }
    .about_us_contacts .about_us_content .map_side {
      position: relative;
      max-width: 50%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .about_us_contacts .about_us_content .map_side {
          max-width: 100%; } }
      .about_us_contacts .about_us_content .map_side .launch_tour {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .about_us_contacts .about_us_content .map_side .launch_tour {
            right: 40px;
            bottom: 50px; } }
  .about_us_contacts .container {
    position: relative; }
  .about_us_contacts .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 24px; }
  .about_us_contacts .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #565F70;
    max-width: 550px;
    margin-bottom: 32px; }
  .about_us_contacts .program {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .about_us_contacts .program {
        flex-wrap: wrap;
        margin-bottom: 10px; } }
    .about_us_contacts .program .days {
      padding-right: 32px;
      margin-right: 32px;
      border-right: 1px solid #DFE7F5; }
      @media screen and (max-width: 767px) {
        .about_us_contacts .program .days {
          width: 100%;
          margin-bottom: 20px; } }
      .about_us_contacts .program .days:last-of-type {
        border-right: 0; }
        .about_us_contacts .program .days:last-of-type p:last-of-type {
          color: #40B07B; }
      .about_us_contacts .program .days p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #999999;
        margin-bottom: 0; }
        .about_us_contacts .program .days p:last-of-type {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.15px;
          color: #000000; }
  .about_us_contacts .how_to_arrive {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .about_us_contacts .how_to_arrive h6 {
      width: 100%;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.15px;
      color: #000000; }
    .about_us_contacts .how_to_arrive .bus {
      display: flex;
      justify-content: flex-start;
      margin-right: 18px; }
      .about_us_contacts .how_to_arrive .bus img {
        margin-right: 7px; }

.testimonials {
  background-color: #F7F9FD; }
  .testimonials .testimonials_content {
    padding: 145px 0 175px;
    max-width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .testimonials .testimonials_content {
        padding: 100px 0; } }
    @media screen and (max-width: 767px) {
      .testimonials .testimonials_content {
        padding: 50px 0; } }
    .testimonials .testimonials_content .review p {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #393F45; }
      @media screen and (max-width: 767px) {
        .testimonials .testimonials_content .review p {
          font-size: 18px;
          line-height: 26px; } }
  .testimonials .testimonials_title {
    border-top: 1px solid #DFE7F5; }
    .testimonials .testimonials_title .review_user {
      padding: 24px 0;
      display: flex;
      justify-content: center;
      cursor: pointer; }
      .testimonials .testimonials_title .review_user img {
        align-self: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 12px; }
      .testimonials .testimonials_title .review_user span {
        align-self: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #393F45; }
      .testimonials .testimonials_title .review_user.slick-slide {
        border-top: 2px solid transparent; }
        .testimonials .testimonials_title .review_user.slick-slide.slick-current {
          border-top: 2px solid #E20020; }

.contact_us {
  padding: 75px 0; }
  @media screen and (max-width: 991px) {
    .contact_us {
      background: none; } }
  @media screen and (max-width: 767px) {
    .contact_us {
      padding: 25px 0; } }
  .contact_us .contact_map_img {
    display: none; }
    @media screen and (max-width: 991px) {
      .contact_us .contact_map_img {
        display: block; } }
  .contact_us .container {
    position: relative; }
  .contact_us .contacts_content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .contact_us .contacts_content {
        flex-wrap: wrap; } }
  .contact_us .left_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .contact_us .left_side {
        max-width: 100%; } }
    .contact_us .left_side h1 {
      font-weight: 700;
      font-size: 32px;
      line-height: 120%;
      letter-spacing: 0.15px;
      color: #000000;
      margin-bottom: 24px; }
    .contact_us .left_side .page_description {
      max-width: 530px;
      width: 100%;
      margin-bottom: 32px; }
      .contact_us .left_side .page_description p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.25px;
        color: #565F70; }
    .contact_us .left_side .wpcf7-form {
      max-width: 530px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contact_us .left_side .wpcf7-form p {
        max-width: 100%;
        width: 100%; }
        .contact_us .left_side .wpcf7-form p input[type="submit"] {
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.15px;
          color: #FFFFFF;
          background: #E20020;
          border-radius: 32px;
          padding: 10px 20px;
          text-transform: initial;
          font-family: 'FiraSans'; }
        .contact_us .left_side .wpcf7-form p:first-of-type {
          max-width: 49%; }
        .contact_us .left_side .wpcf7-form p:nth-of-type(2) {
          max-width: 49%; }
        .contact_us .left_side .wpcf7-form p label {
          width: 100%; }
          .contact_us .left_side .wpcf7-form p label br {
            display: none; }
          .contact_us .left_side .wpcf7-form p label .label {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.15px;
            color: #494F57;
            margin-left: 17px; }
          .contact_us .left_side .wpcf7-form p label input, .contact_us .left_side .wpcf7-form p label textarea {
            background-color: #fff;
            border: 1px solid #00000070;
            border-radius: 32px;
            padding: 10px 15px; }
            .contact_us .left_side .wpcf7-form p label input::placeholder, .contact_us .left_side .wpcf7-form p label textarea::placeholder {
              font-weight: 400;
              font-size: 14px;
              line-height: 20px;
              letter-spacing: 0.15px;
              color: #B8C0C8; }
          .contact_us .left_side .wpcf7-form p label textarea {
            height: 100px; }
  .contact_us .right_side {
    position: relative;
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .contact_us .right_side {
        max-width: 100%; } }
    @media screen and (max-width: 1200px) {
      .contact_us .right_side {
        position: relative; } }
  .contact_us .bottom_contacts {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #80808047;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .contact_us .bottom_contacts {
        flex-wrap: wrap; } }
    .contact_us .bottom_contacts .how_to_arrive {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      max-width: 50%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .contact_us .bottom_contacts .how_to_arrive {
          max-width: 100%; } }
      .contact_us .bottom_contacts .how_to_arrive h6 {
        width: 100%;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: #000000; }
      .contact_us .bottom_contacts .how_to_arrive .bus {
        margin-right: 20px;
        display: flex; }
        .contact_us .bottom_contacts .how_to_arrive .bus img {
          margin-right: 7px;
          width: 25px;
          align-self: center; }
        .contact_us .bottom_contacts .how_to_arrive .bus span {
          font-weight: 300;
          font-size: 20px;
          line-height: 20px;
          letter-spacing: 0.15px;
          color: #000000;
          align-self: center; }
    .contact_us .bottom_contacts .right_content {
      position: relative; }
      @media screen and (max-width: 991px) {
        .contact_us .bottom_contacts .right_content {
          margin-top: 20px; } }
      .contact_us .bottom_contacts .right_content p {
        margin-bottom: 10px; }
        .contact_us .bottom_contacts .right_content p a {
          font-weight: 300;
          font-size: 18px;
          line-height: 20px;
          letter-spacing: 0.15px;
          color: #000000;
          text-decoration: none; }

.lottery_page {
  padding: 80px 0; }
  .lottery_page h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Montserrat'; }
  .lottery_page .winner_section h4 {
    text-align: center;
    font-weight: 400;
    margin-top: 60px; }
  .lottery_page .winner_section .winner {
    text-align: center;
    font-size: 62px;
    color: #E20020;
    font-weight: 700;
    letter-spacing: 7px; }
  .lottery_page .date_next_lottery {
    text-align: center; }

.profile {
  padding: 60px 0; }
  .profile h2 span {
    color: #E20020; }
  .profile p {
    margin-top: 40px; }
    .profile p a {
      color: #FFFFFF;
      border-radius: 24px;
      background: #E20020;
      font-size: 16px;
      padding: 8px 16px;
      margin-left: 20px;
      text-decoration: none; }
  .profile .win_message {
    text-align: left;
    background-color: #C3E9D7;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 35px; }
    .profile .win_message .win_title {
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.15px;
      color: #000000;
      margin-bottom: 8px; }
    .profile .win_message p {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.15px;
      color: #000000;
      margin-bottom: 0;
      margin-top: 0; }
  .profile .tabs_nav {
    background: #F5F9FF;
    border-radius: 12px;
    padding: 12px;
    max-width: 250px;
    width: 100%; }
    .profile .tabs_nav .nav-link {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #000000;
      padding: 10px 15px; }
      .profile .tabs_nav .nav-link.active {
        background: #DFE7F5;
        border-radius: 8px;
        color: #000000; }
    .profile .tabs_nav a {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #000000;
      text-decoration: none;
      margin-top: 6px; }
  .profile .profile_update p.error {
    color: #E20020; }
  .profile .profile_update form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .profile .profile_update form p {
      margin: 0 0 15px 0;
      max-width: 49%;
      width: 100%; }
      .profile .profile_update form p label {
        padding-left: 17px;
        font-weight: 700;
        color: #000; }
      .profile .profile_update form p input {
        border-radius: 24px;
        padding-left: 17px;
        background: white;
        transition: all .4s;
        border: 1px solid #DFE7F5; }
        .profile .profile_update form p input:focus {
          color: #000;
          border: 1px solid #E20020;
          transition: all .4s; }
      .profile .profile_update form p.form-submit {
        max-width: 100%; }
        .profile .profile_update form p.form-submit input {
          background: #E20020;
          text-transform: capitalize; }

.entry-content ul {
  padding-left: 0; }

.careers {
  padding: 60px 0; }
  .careers .job_list {
    margin-top: 60px; }
    .careers .job_list .accordion .accordion-item .accordion-header button {
      background-color: #fff;
      color: #E20020;
      font-size: 24px;
      font-weight: 500; }
      .careers .job_list .accordion .accordion-item .accordion-header button.collapsed:after {
        content: '+'; }
      .careers .job_list .accordion .accordion-item .accordion-header button:after {
        content: '-';
        background-image: none;
        transform: none; }
      .careers .job_list .accordion .accordion-item .accordion-header button:hover {
        background-color: #E20020;
        color: #FFFFFF; }
      .careers .job_list .accordion .accordion-item .accordion-header button:focus {
        box-shadow: none; }
    .careers .job_list .accordion .accordion-item .accordion-collapse .accordion-body p {
      font-size: 18px;
      line-height: 28px; }
    .careers .job_list .accordion .accordion-item .accordion-collapse .accordion-body form {
      max-width: 400px;
      border: 2px solid #18721D;
      text-align: left;
      margin: 40px auto;
      padding: 20px; }
      .careers .job_list .accordion .accordion-item .accordion-collapse .accordion-body form .wpcf7-form-control-wrap {
        display: block; }
      .careers .job_list .accordion .accordion-item .accordion-collapse .accordion-body form input[type="submit"] {
        background-color: #E20020;
        border-radius: 24px;
        text-transform: initial; }
