.header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .header ::-webkit-scrollbar {
    width: 1px; }
  @media (max-width: 991px) {
    .header {
      padding: 12px 0px; } }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header.sticky .menu-item {
      padding: 20px 0px; }
      @media (max-width: 991px) {
        .header.sticky .menu-item {
          padding: 0px; } }
    .header.sticky .logo {
      max-width: 60px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo img {
    max-width: 78px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .logo img {
        width: 60px; } }
  .header .navbar {
    padding: 0px; }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 12px;
      right: 12px;
      cursor: pointer; }
      .header .navbar .cancel svg {
        width: 18px;
        height: 18px; }
    @media screen and (max-width: 991px) {
      .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 260px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: all 0.5s ease; }
        .header .navbar.active {
          left: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu {
    margin-left: 72px; }
    @media (max-width: 991px) {
      .header .menu {
        margin: 0px; } }
    .header .menu-item {
      position: relative;
      display: inline-block;
      margin: 0px 16px;
      color: #000;
      padding: 26px 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 1199px) {
        .header .menu-item {
          margin: 0px 12px; } }
      .header .menu-item:hover .menu-link {
        color: #a21c37; }
        .header .menu-item:hover .menu-link svg {
          fill: #a21c37;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
          @media only screen and (max-width: 991px) {
            .header .menu-item:hover .menu-link svg {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg); } }
    .header .menu-link {
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 0.25rem;
      line-height: inherit;
      cursor: pointer;
      color: #000;
      font-size: 16px;
      font-family: 'HelveticaNeueCyr-Medium';
      text-transform: capitalize;
      transition: all 0.3s ease-in-out; }
      .header .menu-link svg {
        transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 991px) {
      .header .menu-dropdown:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0); } }
    @media only screen and (max-width: 991px) {
      .header .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0; }
        .header .menu-item {
          display: block;
          padding: 0px; }
        .header .menu-link {
          justify-content: space-between;
          padding: 0.5rem 0px; } }
    .header .menu .activelink .menu-link {
      color: #a21c37; }
    .header .menu .menu-link:hover {
      outline: none;
      color: #a21c37; }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 238px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0px 10px 40px 0px #06163a1a;
    background-color: #fff;
    transition: all 0.3s ease-in-out; }
    .header .submenu .submenu-item {
      display: block; }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      padding: 8px 0px;
      line-height: 28px;
      transition: all 0.35s ease;
      color: #000;
      font-family: 'HelveticaNeueCyr-Medium';
      text-transform: capitalize; }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #a21c37; }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: -0.5rem;
        right: 0px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
        padding: 0px 20px; } }
  .header .burger {
    position: absolute;
    left: 78px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #000; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 80%; }
      .header .burger-line:nth-child(3) {
        top: 1rem;
        width: 60%; }
    @media only screen and (max-width: 991px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65); }
    @media only screen and (max-width: 991px) {
      .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .inner {
    display: flex;
    align-items: center; }
  .header .icons {
    display: flex;
    align-items: center; }
    .header .icons .language {
      min-width: 44px;
      max-width: 44px;
      height: 44px;
      color: #a21c37;
      padding: 0px;
      margin: 0px;
      background: none;
      margin-right: 16px;
      border-radius: 50%;
      border: 1px solid #a21c37; }
      @media (max-width: 991px) {
        .header .icons .language {
          min-width: 32px;
          max-width: 32px;
          height: 32px;
          margin-right: 8px; } }

.slider {
  overflow: hidden; }
  .slider .carousel-item {
    height: calc(100vh - 80px); }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: 64vh; } }
    .slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      fill: #2F1952;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .slider .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #a21c37; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%; }
    @media (max-width: 991px) {
      .slider .cen-text {
        text-align: center; } }
    .slider .cen-text .title {
      font-size: 62px;
      width: 50%; }
      @media (max-width: 1199px) {
        .slider .cen-text .title {
          font-size: 52px; } }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          width: 100%;
          font-size: 32px;
          line-height: 50px; }
          .slider .cen-text .title br {
            display: none; } }
    .slider .cen-text p {
      display: block;
      margin-top: 24px;
      width: 50%; }
      @media (max-width: 991px) {
        .slider .cen-text p {
          width: 100%;
          margin-top: 12px;
          opacity: 1; } }
      @media (max-width: 767px) {
        .slider .cen-text p {
          display: none; } }
    .slider .cen-text .bottom {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          margin-top: 12px; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #fff; }
      .slider .carousel-indicators li.active {
        background: none; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.partnerships {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: url("../images/bg.png") no-repeat right top/cover; }
  @media (max-width: 991px) {
    .partnerships {
      padding: 24px 0px; } }
  .partnerships .slidersectors {
    position: relative; }
    .partnerships .slidersectors .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .partnerships .slidersectors .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .partnerships .slidersectors .slick-list .slick-track:after, .partnerships .slidersectors .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .partnerships .slidersectors .slick-prev,
    .partnerships .slidersectors .slick-next {
      position: absolute;
      top: -50px;
      right: 0px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border: 2px solid #D4D4D4;
      border-radius: 50%;
      z-index: 4;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .partnerships .slidersectors .slick-prev svg,
      .partnerships .slidersectors .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .partnerships .slidersectors .slick-prev:hover,
      .partnerships .slidersectors .slick-next:hover {
        background: #a21c37;
        border: 2px solid #a21c37; }
        .partnerships .slidersectors .slick-prev:hover svg,
        .partnerships .slidersectors .slick-next:hover svg {
          fill: #fff; }
    .partnerships .slidersectors .slick-prev {
      right: auto;
      right: 52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .partnerships .slidersectors .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .partnerships .slidersectors .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .partnerships .slidersectors .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f7f7f7;
          border: 0px;
          outline: none;
          background: transparent; }
      .partnerships .slidersectors .slick-dots li.slick-active {
        background: #a21c37; }
    .partnerships .slidersectors .slick-dots {
      display: none !important; }
  .partnerships .item {
    display: inline-block;
    margin: 24px 12px 0px 12px; }
    .partnerships .item:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .partnerships .item:hover .mintitle .title {
      color: #a21c37; }
    .partnerships .item a {
      display: block;
      position: relative;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .partnerships .item .photo {
      position: relative;
      height: 276px;
      overflow: hidden;
      border-radius: 24px;
      z-index: 10; }
      @media (max-width: 767px) {
        .partnerships .item .photo {
          height: 220px; } }
      .partnerships .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .partnerships .item .mintitle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px; }
      .partnerships .item .mintitle .title {
        font-size: 24px !important;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .partnerships .item .mintitle .icon svg {
        width: 22px;
        height: 22px; }

.minaboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: url("../images/bg2.png") no-repeat right top;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minaboutus {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .minaboutus {
      background: none; } }
  .minaboutus .itemabout:last-child {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .minaboutus .itemabout:last-child {
        justify-content: center; } }
  .minaboutus .itemabout .inner {
    width: 100%; }
  @media (max-width: 991px) {
    .minaboutus .itemabout {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .minaboutus .itemabout:last-child {
        margin: 0px; } }
  @media (max-width: 991px) {
    .minaboutus .itemabout .title {
      text-align: center; } }
  .minaboutus .itemabout p {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minaboutus .itemabout p {
        margin-top: 12px;
        text-align: center; } }
  .minaboutus .itemabout .bottoms {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .minaboutus .itemabout .bottoms {
        justify-content: center; } }
    .minaboutus .itemabout .bottoms .bottom {
      margin: 12px 8px 0px 0px;
      width: 162px;
      height: 44px !important;
      background: rgba(91, 31, 218, 0.1);
      color: #2F1952; }
      .minaboutus .itemabout .bottoms .bottom:last-child {
        margin-right: 0px; }
      @media (max-width: 991px) {
        .minaboutus .itemabout .bottoms .bottom {
          margin: 12px 4px 0px 4px;
          width: 138px; } }
      .minaboutus .itemabout .bottoms .bottom:hover {
        background: #a21c37;
        color: #fff; }
  .minaboutus .itemabout .photo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .minaboutus .itemabout .photo img {
      max-width: 90%; }

.news,
.newspage {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .news,
    .newspage {
      padding: 24px 0px; } }
  .news .item,
  .newspage .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .news .item,
      .newspage .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .news .item,
      .newspage .item {
        max-width: 100%;
        flex: 100%; } }
    .news .item:hover .photo img,
    .newspage .item:hover .photo img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .news .item:hover .mintitle .title,
    .newspage .item:hover .mintitle .title {
      color: #a21c37; }
    .news .item:hover .mintitle .icon,
    .newspage .item:hover .mintitle .icon {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .news .item .inner,
    .newspage .item .inner {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 24px;
      padding: 16px; }
    .news .item .photo,
    .newspage .item .photo {
      position: relative;
      height: 276px;
      overflow: hidden;
      border-radius: 24px;
      z-index: 10; }
      @media (max-width: 767px) {
        .news .item .photo,
        .newspage .item .photo {
          height: 220px; } }
      .news .item .photo img,
      .newspage .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .news .item .mintitle,
    .newspage .item .mintitle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px; }
      .news .item .mintitle .title,
      .newspage .item .mintitle .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px !important;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .news .item .mintitle .icon,
      .newspage .item .mintitle .icon {
        background: #a21c37;
        border-radius: 50%;
        min-width: 44px;
        max-width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .news .item .mintitle .icon svg,
        .newspage .item .mintitle .icon svg {
          width: 22px;
          height: 22px; }

.newspage {
  padding-top: 24px; }
  .newspage .item .photo {
    height: 200px; }

.newsinner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .newsinner {
      padding: 24px 0px; } }
  .newsinner .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 464px;
    overflow: hidden;
    z-index: 10;
    background: #f7f7f7;
    border-radius: 24px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .newsinner .photo {
        height: 264px; } }
    .newsinner .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newsinner .title {
    text-align: center; }
  .newsinner .itemsline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .newsinner .itemsline {
        display: block; } }
    .newsinner .itemsline .info {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .newsinner .itemsline .info {
          justify-content: center; } }
      .newsinner .itemsline .info .date {
        display: flex;
        align-items: center;
        margin-right: 24px;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .newsinner .itemsline .info .date svg {
          margin-right: 8px; }
      .newsinner .itemsline .info .time {
        display: flex;
        align-items: center;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .newsinner .itemsline .info .time svg {
          margin-right: 8px; }
    .newsinner .itemsline .sharnews {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .newsinner .itemsline .sharnews {
          justify-content: center;
          margin-top: 16px; } }
      .newsinner .itemsline .sharnews .copylink {
        border-radius: 8px;
        height: 38px;
        padding: 0px 12px;
        outline: none;
        cursor: pointer;
        background: none;
        border: 1px solid rgba(178, 178, 178, 0.1);
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .newsinner .itemsline .sharnews .copylink svg {
          width: 24px;
          margin-right: 4px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .newsinner .itemsline .sharnews .copylink:hover {
          background: #a21c37;
          color: #fff; }
          .newsinner .itemsline .sharnews .copylink:hover svg {
            fill: #fff; }
      .newsinner .itemsline .sharnews .social {
        margin: 0px; }
        .newsinner .itemsline .sharnews .social a {
          position: relative;
          min-width: 38px;
          max-width: 38px;
          height: 38px;
          border-radius: 8px;
          margin: 0px !important;
          margin-left: 8px !important;
          background: #f7f7f7;
          border: 1px solid rgba(178, 178, 178, 0.1);
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .newsinner .itemsline .sharnews .social a svg {
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .newsinner .itemsline .sharnews .social a:hover {
            background: #a21c37; }
            .newsinner .itemsline .sharnews .social a:hover svg {
              fill: #fff; }
            .newsinner .itemsline .sharnews .social a:hover::after {
              opacity: 1; }
            .newsinner .itemsline .sharnews .social a:hover small {
              visibility: visible;
              opacity: 1;
              transform: translateY(0); }
      .newsinner .itemsline .sharnews small {
        visibility: hidden;
        width: 132px;
        background-color: #000;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        padding: 8px !important;
        position: absolute;
        bottom: 134%;
        line-height: 20px;
        font-size: 14px;
        left: 50%;
        margin-left: -66px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 20;
        font-weight: 500;
        color: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(10px);
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          .newsinner .itemsline .sharnews small {
            display: none; } }
        .newsinner .itemsline .sharnews small::after {
          content: "";
          position: absolute;
          top: 99%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #000 transparent transparent transparent; }
  .newsinner .content {
    padding: 0px 10%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .newsinner .content {
        padding: 0px; } }
    .newsinner .content p {
      font-family: 'HelveticaNeueCyr-Medium'; }
    .newsinner .content ol,
    .newsinner .content ul {
      padding: 0px;
      counter-reset: li;
      padding-right: 32px;
      margin-top: 16px; }
    .newsinner .content ol li,
    .newsinner .content ul li {
      list-style: decimal;
      /* Disable the normal item numbering */
      position: relative;
      margin-top: 8px;
      font-size: 16px;
      font-family: 'HelveticaNeueCyr-Medium'; }
    .newsinner .content ul li {
      list-style: disc; }

.categories {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #2d368f url(../images/bg3.png) repeat center center; }
  @media (max-width: 991px) {
    .categories {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .categories {
      margin-top: 48px; } }
  .categories .title {
    text-align: center;
    color: #fff; }
  .categories .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .categories .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .categories .item {
        max-width: 100%;
        flex: 100%; } }
    .categories .item a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 32px;
      border-radius: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .categories .item a:hover {
        background: #ffffff21; }
        .categories .item a:hover .icon svg {
          fill: #fff; }
        .categories .item a:hover p {
          color: #fff; }
      .categories .item a .icon svg {
        width: 28px;
        fill: #a21c37;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .categories .item a p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 24px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.sponsorship {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .sponsorship {
      padding: 24px 0px; } }

.register,
.applicayion-form {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .register,
    .applicayion-form {
      padding: 24px 0px; } }
  .register .inpudata,
  .applicayion-form .inpudata {
    margin-bottom: 24px; }
    .register .inpudata:last-child,
    .applicayion-form .inpudata:last-child {
      margin: 0px; }
    @media (max-width: 991px) {
      .register .inpudata,
      .applicayion-form .inpudata {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .register .inpudata,
      .applicayion-form .inpudata {
        max-width: 100%;
        flex: 100%; } }
    .register .inpudata .bottom,
    .applicayion-form .inpudata .bottom {
      min-width: 160px;
      height: 54px; }
    .register .inpudata .custom-file-label,
    .register .inpudata .custom-file-input,
    .applicayion-form .inpudata .custom-file-label,
    .applicayion-form .inpudata .custom-file-input {
      width: 100%;
      outline: 0px !important;
      height: 54px;
      background: #fff;
      border: 1px solid transparent;
      -webkit-border-radius: 0.25rem;
      border-radius: 0.25rem;
      background-clip: padding-box;
      color: #2F1952;
      right: 12px; }
    .register .inpudata .custom-file-input:focus ~ .custom-file-label,
    .applicayion-form .inpudata .custom-file-input:focus ~ .custom-file-label {
      border-color: #a21c37 !important; }
    .register .inpudata .custom-file-input,
    .applicayion-form .inpudata .custom-file-input {
      position: absolute; }
    .register .inpudata .custom-file-label,
    .applicayion-form .inpudata .custom-file-label {
      position: relative;
      display: flex;
      align-items: center;
      margin: 0px;
      padding-left: 142px;
      box-shadow: none !important;
      outline: 0 !important;
      outline-style: none !important;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .register .inpudata .custom-file-input:lang(en) ~ .custom-file-label::after,
    .applicayion-form .inpudata .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Company logo";
      background: none;
      height: 54px;
      background: url(../images/up.svg) no-repeat center left;
      border: 0px;
      padding: 0px;
      display: flex;
      align-items: center;
      left: 8px;
      padding-left: 30px;
      color: #A9A9AA; }
  .register ::placeholder,
  .applicayion-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9A9AA;
    opacity: 1;
    font-size: 12px;
    /* Firefox */ }
  .register :-ms-input-placeholder,
  .applicayion-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A9A9AA;
    font-size: 12px; }
  .register ::-ms-input-placeholder,
  .applicayion-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A9A9AA;
    font-size: 12px; }

.overview {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .overview {
      padding: 24px 0px; } }
  .overview .photo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .overview .photo img {
      max-width: 50%; }
      @media (max-width: 991px) {
        .overview .photo img {
          max-width: 100%; } }
  .overview p {
    margin-top: 24px;
    padding: 0px 12%;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Medium'; }
    @media (max-width: 991px) {
      .overview p {
        margin-top: 12px;
        padding: 0px; } }

.about {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .about {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .about .item {
      margin-bottom: 24px;
      max-width: 100%;
      flex: 100%; }
      .about .item:last-child {
        margin: 0px; } }
  .about .item:first-child {
    display: flex;
    align-items: center; }
  .about .item .photo {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%; }
    .about .item .photo img {
      max-width: 72%; }
    .about .item .photo::after {
      content: "";
      position: absolute;
      left: 10%;
      top: 1%;
      width: 60%;
      height: 100%;
      background: url("../images/border.png") no-repeat;
      background-size: 100%; }
  .about .item .bottom,
  .about .item p {
    margin-top: 24px;
    font-family: 'HelveticaNeueCyr-Medium'; }
    @media (max-width: 991px) {
      .about .item .bottom,
      .about .item p {
        margin-top: 12px; } }
  .about .row:nth-child(2) .item .photo {
    justify-content: flex-end; }
    .about .row:nth-child(2) .item .photo::after {
      left: auto;
      right: 10%; }

.venueitem {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .venueitem {
      padding: 24px 0px; } }
  .venueitem .title,
  .venueitem p {
    margin-bottom: 12px; }
  .venueitem p {
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .venueitem p {
        padding: 0px; } }

.comments {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #a21c37; }
  @media (max-width: 991px) {
    .comments {
      padding: 24px 0px; } }
  .comments .title {
    text-align: center;
    color: #fff; }
  .comments .item {
    display: flex;
    align-items: center;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .comments .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .comments .item {
        max-width: 100%;
        flex: 100%; } }
    .comments .item .inner {
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 32px;
      border-radius: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .comments .item .inner:hover {
        background: #ffffff21; }
        .comments .item .inner:hover p,
        .comments .item .inner:hover span,
        .comments .item .inner:hover .title {
          color: #fff; }
      .comments .item .inner span {
        display: block;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0.02em;
        color: #2F1952;
        font-weight: bold;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-right: 8px; }
      .comments .item .inner .title {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        color: #2F1952;
        margin-top: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .comments .item .inner p {
        margin-top: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.questions {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .questions {
      padding: 24px 0px; } }
  .questions .item {
    /* Vertical line */ }
    @media (max-width: 991px) {
      .questions .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px; }
        .questions .item:last-child {
          margin: 0px; } }
    .questions .item .photo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%; }
      .questions .item .photo img {
        max-width: 90%; }
    .questions .item .asked {
      display: block;
      color: #a21c37;
      margin-bottom: 12px; }
    .questions .item .title {
      font-size: 32px; }
    .questions .item .text {
      color: #2F1952;
      margin-top: 12px; }
    .questions .item .accordion {
      width: 100%; }
      .questions .item .accordion .option {
        width: 100%;
        margin-top: 24px;
        position: relative; }
        .questions .item .accordion .option .click-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          border-radius: 0px; }
          .questions .item .accordion .option .click-title a {
            display: flex !important;
            align-items: center;
            width: 100%;
            padding: 16px;
            font-size: 16px;
            color: #2F1952;
            background: #fff;
            font-family: 'HelveticaNeueCyr-Medium';
            text-transform: capitalize;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
        .questions .item .accordion .option .text {
          padding: 0px 16px; }
    .questions .item .collapsible-link::before {
      content: '';
      position: absolute;
      top: 27px;
      right: 20px;
      width: 16px;
      height: 10px;
      background: url(../images/arrow.svg) no-repeat;
      display: block;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      z-index: 10; }
    .questions .item .collapsible-link[aria-expanded='true'] {
      background: #a21c37 !important;
      color: #fff !important; }
    .questions .item .collapsible-link[aria-expanded='true']::before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      background: url(../images/arrow2.svg) no-repeat; }

.whyvisit {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .whyvisit {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .whyvisit .item {
      max-width: 100%;
      flex: 100%; } }
  .whyvisit .item:first-child {
    display: flex;
    align-items: center; }
  .whyvisit .item .bottom,
  .whyvisit .item p {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .whyvisit .item .bottom,
      .whyvisit .item p {
        margin-top: 12px; } }
  .whyvisit .item .iteminner {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .whyvisit .item .iteminner {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .whyvisit .item .iteminner {
        max-width: 100%;
        flex: 100%; } }
    .whyvisit .item .iteminner .inner {
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 16px;
      border-radius: 16px; }
      .whyvisit .item .iteminner .inner span {
        display: block;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0.02em;
        color: #2F1952;
        font-weight: bold;
        margin-right: 8px; }
      .whyvisit .item .iteminner .inner .title {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        color: #2F1952;
        margin-top: 12px; }
      .whyvisit .item .iteminner .inner p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 12px; }

.visitors {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #a21c37; }
  @media (max-width: 991px) {
    .visitors {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .visitors .item {
      max-width: 100%;
      flex: 100%; } }
  .visitors .item:first-child {
    display: flex;
    align-items: center; }
  .visitors .item .title,
  .visitors .item p {
    color: #fff; }
  .visitors .item p {
    margin-top: 12px; }
  .visitors .item .bottom {
    margin-top: 24px;
    background: #fff;
    color: #a21c37; }
    .visitors .item .bottom:hover {
      box-shadow: 10px 5px 40px #4215a340;
      background-color: #3c1099;
      color: #fff; }
  .visitors .item .numbers {
    margin-top: 24px; }
    .visitors .item .numbers .innernumber {
      background: #fff;
      padding: 32px;
      border-radius: 16px;
      width: 50%; }
      @media (max-width: 550px) {
        .visitors .item .numbers .innernumber {
          width: 100%; } }
    .visitors .item .numbers .flex {
      display: flex;
      align-items: center; }
      .visitors .item .numbers .flex .timer,
      .visitors .item .numbers .flex p {
        font-size: 52px;
        font-weight: bold;
        line-height: 150%;
        color: #2F1952;
        line-height: 1; }
      .visitors .item .numbers .flex p {
        margin-top: 6px; }
    .visitors .item .numbers p {
      color: #737373;
      margin-top: 12px; }
    .visitors .item .numbers:nth-of-type(even) {
      display: flex;
      justify-content: flex-end; }

.speakers {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .speakers {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .speakers {
      padding-top: 0px; } }
  .speakers .row {
    justify-content: center; }
  .speakers .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .speakers .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .speakers .item {
        max-width: 100%;
        flex: 100%; } }
    .speakers .item .itemspeaker {
      display: block;
      width: 100%;
      border-radius: 24px;
      background: #f7f7f7;
      padding: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .speakers .item .itemspeaker:hover .photo img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .speakers .item .itemspeaker:hover .mintitle .title {
        color: #a21c37; }
      .speakers .item .itemspeaker:hover .mintitle .icon {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
      .speakers .item .itemspeaker .photo {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background: #f7f7f7;
        border-radius: 24px; }
        .speakers .item .itemspeaker .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .speakers .item .itemspeaker .mintitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 24px; }
        .speakers .item .itemspeaker .mintitle .title {
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 16px !important;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .speakers .item .itemspeaker .mintitle .icon {
          background: #a21c37;
          border-radius: 50%;
          min-width: 44px;
          max-width: 44px;
          height: 44px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .speakers .item .itemspeaker .mintitle .icon svg {
            width: 22px;
            height: 22px; }

.modal {
  padding: 0px 16px !important; }
  .modal .newwithd {
    max-width: 640px; }
  .modal .modal-content {
    border-radius: 16px;
    padding: 16px; }
    .modal .modal-content .photo {
      position: relative;
      width: 100%;
      height: 348px;
      overflow: hidden;
      background: #f7f7f7;
      border-radius: 16px; }
      .modal .modal-content .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .modal .modal-content .photo.img {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        height: 244px;
        border-radius: 0px; }
        .modal .modal-content .photo.img img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          object-fit: inherit; }
    .modal .modal-content .title {
      margin-top: 24px;
      font-size: 24px; }
    .modal .modal-content p {
      margin-top: 16px;
      color: #696871; }
    .modal .modal-content .more {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 24px;
      color: #a21c37;
      text-transform: capitalize;
      font-family: 'HelveticaNeueCyr-Medium'; }
      .modal .modal-content .more svg {
        margin-left: 8px;
        width: 12px; }
    .modal .modal-content .date {
      margin-top: 16px; }
      .modal .modal-content .date .title {
        margin: 0px; }
      .modal .modal-content .date .item {
        display: flex;
        width: 100%;
        padding: 24px;
        background: #f7f7f7;
        border-radius: 16px; }
        @media (max-width: 767px) {
          .modal .modal-content .date .item {
            flex-wrap: wrap; } }
        .modal .modal-content .date .item .time {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: relative;
          font-family: 'Antonio', sans-serif;
          color: #a21c37;
          font-weight: 700;
          font-size: 24px;
          line-height: 150%;
          min-width: 90px;
          max-width: 90px;
          height: 80px; }
          @media (max-width: 550px) {
            .modal .modal-content .date .item .time {
              height: auto; } }
          .modal .modal-content .date .item .time::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 0px;
            width: 1px;
            height: 100%;
            background: #2F1952;
            border-radius: 8px; }
        .modal .modal-content .date .item .timedate {
          min-width: 136px;
          max-width: 136px;
          padding-left: 12px; }
          .modal .modal-content .date .item .timedate li {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-family: 'HelveticaNeueCyr-Medium';
            margin-bottom: 12px; }
            .modal .modal-content .date .item .timedate li:last-child {
              margin: 0px; }
            .modal .modal-content .date .item .timedate li svg {
              margin-right: 4px;
              width: 18px; }
        .modal .modal-content .date .item .contentitem {
          padding-left: 24px; }
          @media (max-width: 767px) {
            .modal .modal-content .date .item .contentitem {
              padding: 0px;
              margin-top: 16px; } }
          .modal .modal-content .date .item .contentitem p {
            font-size: 16px;
            line-height: 150%;
            color: #2F1952;
            margin: 0px !important;
            font-family: 'HelveticaNeueCyr-Medium'; }
          .modal .modal-content .date .item .contentitem .images {
            display: flex;
            padding-left: 16px; }
            .modal .modal-content .date .item .contentitem .images .img {
              position: relative;
              width: 32px;
              height: 32px;
              overflow: hidden;
              background: #f7f7f7;
              border-radius: 50%;
              border: 2px solid #fff;
              margin: 12px 0px 0px -16px; }
              .modal .modal-content .date .item .contentitem .images .img img {
                width: 100%;
                height: 100%;
                object-fit: cover; }

.exhibitor-directory {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .exhibitor-directory {
      padding: 24px 0px; } }
  .exhibitor-directory .innerdirectory {
    position: relative;
    background: #fff; }
    .exhibitor-directory .innerdirectory .inner {
      position: sticky;
      top: 100px;
      width: 100%;
      border-radius: 16px;
      padding: 24px;
      background: #f7f7f7; }
      .exhibitor-directory .innerdirectory .inner .title {
        font-weight: normal;
        font-family: 'HelveticaNeueCyr-Medium';
        font-size: 18px;
        text-transform: capitalize; }
      .exhibitor-directory .innerdirectory .inner .list {
        margin-top: 20px; }
        .exhibitor-directory .innerdirectory .inner .list a {
          position: relative;
          display: flex;
          align-items: center;
          font-family: 'HelveticaNeueCyr-Medium';
          text-transform: capitalize;
          font-size: 14px;
          color: #000;
          margin-top: 12px;
          padding-left: 32px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .exhibitor-directory .innerdirectory .inner .list a::before {
            content: "";
            position: absolute;
            left: 0px;
            width: 16px;
            height: 16px;
            background: #D9D9D9;
            border-radius: 4px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .exhibitor-directory .innerdirectory .inner .list a.active, .exhibitor-directory .innerdirectory .inner .list a:hover {
            color: #a21c37; }
            .exhibitor-directory .innerdirectory .inner .list a.active::before, .exhibitor-directory .innerdirectory .inner .list a:hover::before {
              background: #a21c37; }
    .exhibitor-directory .innerdirectory .search {
      display: flex;
      justify-content: space-between;
      padding: 16px;
      width: 100%; }
      .exhibitor-directory .innerdirectory .search .input {
        display: flex;
        align-items: center;
        position: relative;
        width: 360px; }
        .exhibitor-directory .innerdirectory .search .input svg {
          position: absolute;
          max-width: 19px;
          left: 16px; }
        .exhibitor-directory .innerdirectory .search .input .form-control {
          border-radius: 16px;
          background: #f7f7f7;
          padding-left: 48px; }
      .exhibitor-directory .innerdirectory .search .bottom {
        min-width: 146px;
        max-width: 146px;
        border-radius: 16px; }
    .exhibitor-directory .innerdirectory .table-responsive table {
      margin: 0px;
      text-align: center;
      border: 0px; }
      .exhibitor-directory .innerdirectory .table-responsive table th {
        vertical-align: middle; }
      .exhibitor-directory .innerdirectory .table-responsive table td {
        color: #2F1952;
        border: 0px;
        vertical-align: middle;
        width: 25%;
        font-family: 'HelveticaNeueCyr-Medium';
        text-transform: capitalize; }
    .exhibitor-directory .innerdirectory .table-responsive .table-striped tbody tr:nth-of-type(odd) {
      background: #f7f7f7; }
    .exhibitor-directory .innerdirectory .table-responsive .flex {
      display: flex;
      align-items: center; }
      .exhibitor-directory .innerdirectory .table-responsive .flex a {
        margin: 0px 12px; }
        .exhibitor-directory .innerdirectory .table-responsive .flex a svg {
          width: 20px;
          fill: #000; }
        .exhibitor-directory .innerdirectory .table-responsive .flex a.active svg {
          fill: #a21c37; }

.agenda {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .agenda {
      padding: 24px 0px; } }
  .agenda .nav-tabs {
    display: flex;
    border: 0px;
    position: relative;
    z-index: 10; }
    .agenda .nav-tabs li {
      border: 0px;
      margin: 0px 12px 0px 0px; }
      .agenda .nav-tabs li:last-child {
        margin-right: 0px; }
      .agenda .nav-tabs li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0px !important;
        width: 100%;
        color: #2F1952;
        background: #e1dfdf;
        padding: 6px 16px;
        min-width: 132px;
        height: 46px;
        border-radius: 16px;
        font-family: 'HelveticaNeueCyr-Medium';
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .agenda .nav-tabs li a.active, .agenda .nav-tabs li a:hover {
          background: #a21c37;
          color: #fff; }
  .agenda .tab-pane {
    margin-top: 48px; }
  .agenda .itemagant {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .agenda .itemagant {
        max-width: 100%;
        flex: 100%; } }
    .agenda .itemagant .date .title {
      margin: 0px; }
    .agenda .itemagant .date .item {
      display: flex;
      width: 100%;
      padding: 24px;
      background: #fff;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .agenda .itemagant .date .item {
          flex-wrap: wrap; } }
      .agenda .itemagant .date .item .time {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        font-family: 'Antonio', sans-serif;
        color: #a21c37;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        min-width: 90px;
        max-width: 90px;
        height: 80px; }
        @media (max-width: 550px) {
          .agenda .itemagant .date .item .time {
            height: auto; } }
        .agenda .itemagant .date .item .time::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 0px;
          width: 1px;
          height: 100%;
          background: #2F1952;
          border-radius: 8px; }
      .agenda .itemagant .date .item .timedate {
        min-width: 136px;
        max-width: 136px;
        padding-left: 12px; }
        .agenda .itemagant .date .item .timedate li {
          display: flex;
          align-items: center;
          font-size: 16px;
          font-family: 'HelveticaNeueCyr-Medium';
          margin-bottom: 12px; }
          .agenda .itemagant .date .item .timedate li:last-child {
            margin: 0px; }
          .agenda .itemagant .date .item .timedate li svg {
            margin-right: 4px;
            width: 18px; }
      .agenda .itemagant .date .item .contentitem {
        padding-left: 24px; }
        @media (max-width: 767px) {
          .agenda .itemagant .date .item .contentitem {
            padding: 0px;
            margin-top: 16px; } }
        .agenda .itemagant .date .item .contentitem p {
          font-size: 16px;
          line-height: 150%;
          color: #2F1952;
          font-family: 'HelveticaNeueCyr-Medium'; }
        .agenda .itemagant .date .item .contentitem .images {
          display: flex;
          padding-left: 16px; }
          .agenda .itemagant .date .item .contentitem .images .img {
            position: relative;
            width: 32px;
            height: 32px;
            overflow: hidden;
            background: #f7f7f7;
            border-radius: 50%;
            border: 2px solid #fff;
            margin: 12px 0px 0px -16px; }
            .agenda .itemagant .date .item .contentitem .images .img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }

.whyexhibit {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .whyexhibit {
      padding: 24px 0px; } }
  .whyexhibit .title {
    text-align: center; }
  .whyexhibit .text {
    text-align: center;
    margin-top: 16px;
    padding: 0px 15%; }
    @media (max-width: 991px) {
      .whyexhibit .text {
        padding: 0px; } }
  .whyexhibit .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .whyexhibit .item {
        max-width: 100%;
        flex: 100%; } }
    .whyexhibit .item .inner {
      position: relative;
      display: block;
      width: 100%; }
      .whyexhibit .item .inner .photo {
        position: relative;
        width: 100%;
        height: 440px;
        overflow: hidden;
        background: #f7f7f7; }
        .whyexhibit .item .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .whyexhibit .item .inner .title {
        position: absolute;
        left: 5%;
        bottom: 5%;
        width: 90%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'HelveticaNeueCyr-Medium';
        background: #fff;
        padding: 12px;
        z-index: 10;
        font-size: 20px;
        font-weight: normal;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .whyexhibit .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .whyexhibit .item .inner:hover .title {
        background: #a21c37;
        color: #fff; }

.exhibition {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .exhibition {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .exhibition .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; } }
  .exhibition .item .photo {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 15px; }
    .exhibition .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .exhibition .item p {
    margin-top: 16px; }
  .exhibition .item .itimg .img {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 15px;
    margin-top: 24px; }
    .exhibition .item .itimg .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .exhibition .item .itimg:first-child {
    margin-top: 64px; }
    @media (max-width: 991px) {
      .exhibition .item .itimg:first-child {
        margin-top: 24px; }
        .exhibition .item .itimg:first-child .img {
          height: 280px; } }
  .exhibition .item .itimg:last-child .img {
    height: 280px; }

.vashwel {
  display: flex;
  position: relative;
  width: 100%;
  height: 88vh;
  background: #f7f7f7; }
  .vashwel .itemphoto {
    position: relative;
    min-width: 50%;
    height: 100%; }
    .vashwel .itemphoto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .vashwel .itemphoto .listlogo {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .vashwel .itemphoto .listlogo li {
        position: absolute;
        display: block;
        width: 11vw;
        height: 30vh;
        cursor: pointer; }
        .vashwel .itemphoto .listlogo li small {
          visibility: hidden;
          width: 132px;
          background-color: #a21c37;
          text-align: center;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          background-clip: padding-box;
          padding: 8px !important;
          position: absolute;
          bottom: 74%;
          line-height: 20px;
          font-size: 14px;
          left: 50%;
          margin-left: -66px;
          opacity: 0;
          transition: opacity 0.3s;
          z-index: 20;
          font-weight: 500;
          color: #fff;
          font-family: 'HelveticaNeueCyr-Medium';
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          transform: translateY(20px);
          text-transform: capitalize;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
          @media (max-width: 767px) {
            .vashwel .itemphoto .listlogo li small {
              width: 180px; } }
          .vashwel .itemphoto .listlogo li small::after {
            content: "";
            position: absolute;
            top: 99%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #a21c37 transparent transparent transparent; }
        .vashwel .itemphoto .listlogo li:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
        .vashwel .itemphoto .listlogo li:nth-child(1) {
          bottom: 25%;
          left: 1%;
          width: 16vw;
          height: 29vh; }
          .vashwel .itemphoto .listlogo li:nth-child(1) small {
            bottom: 104%; }
        .vashwel .itemphoto .listlogo li:nth-child(2) {
          bottom: 44%;
          left: 33%; }
        .vashwel .itemphoto .listlogo li:nth-child(3) {
          bottom: 52%;
          left: 50%; }
        .vashwel .itemphoto .listlogo li:nth-child(4) {
          bottom: 65%;
          left: 62%;
          width: 6vw;
          height: 12vh; }
        .vashwel .itemphoto .listlogo li:nth-child(5) {
          bottom: 68%;
          left: 73%; }
        .vashwel .itemphoto .listlogo li:nth-child(6) {
          bottom: 50%;
          left: 73%; }
        .vashwel .itemphoto .listlogo li:nth-child(7) {
          bottom: 9%;
          left: 52%; }
    .vashwel .itemphoto:nth-child(2) {
      background: #000; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(1) {
        left: 0px; }
        .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(1) span {
          left: 8px; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(2) {
        bottom: 52%;
        left: 3%; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(3) {
        bottom: 67%;
        left: 10%; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(4) {
        bottom: 55%;
        left: 20%; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(5) {
        bottom: 51%;
        left: 29%; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(6) {
        bottom: 43%;
        left: 45%; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(7) {
        bottom: 30%;
        left: auto;
        right: 0; }
      .vashwel .itemphoto:nth-child(2) .listlogo li:nth-child(8) {
        bottom: 8%;
        left: 35%; }

.ex-banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0px auto;
  overflow: hidden; }
  .ex-banner .bg-img {
    position: absolute;
    width: 100%;
    height: 100%; }
    .ex-banner .bg-img:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(303.91deg, #a21c3799 7.57%, #0f1446c4 94.39%);
      z-index: 2; }
    .ex-banner .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .ex-banner .bg-img .bottom {
      position: absolute;
      top: 42px;
      left: 6%;
      z-index: 10; }
      .ex-banner .bg-img .bottom svg {
        width: 14px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #fff;
        margin-right: 8px; }
  .ex-banner .subimg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 500px;
    height: 100%;
    z-index: 4; }
    @media (max-width: 991px) {
      .ex-banner .subimg {
        width: 100%; } }
    .ex-banner .subimg img {
      max-width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: inherit; }
    .ex-banner .subimg small {
      visibility: hidden;
      width: 132px;
      background-color: #a21c37;
      text-align: center;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      padding: 8px !important;
      position: absolute;
      bottom: 74%;
      line-height: 20px;
      font-size: 14px;
      left: 50%;
      margin-left: -66px;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 20;
      font-weight: 500;
      color: #fff;
      font-family: 'HelveticaNeueCyr-Medium';
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      transform: translateY(20px);
      text-transform: capitalize;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .ex-banner .subimg small {
          width: 180px; } }
      .ex-banner .subimg small::after {
        content: "";
        position: absolute;
        top: 99%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #a21c37 transparent transparent transparent; }
    .ex-banner .subimg:hover small {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .ex-banner .whyvisit-slider {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%; }
    .ex-banner .whyvisit-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .ex-banner .whyvisit-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .ex-banner .whyvisit-slider .slick-list .slick-track:after, .ex-banner .whyvisit-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .ex-banner .whyvisit-slider .slick-prev,
    .ex-banner .whyvisit-slider .slick-next {
      position: absolute;
      top: -50px;
      right: 0px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border: 2px solid #D4D4D4;
      border-radius: 50%;
      z-index: 4;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .ex-banner .whyvisit-slider .slick-prev svg,
      .ex-banner .whyvisit-slider .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .ex-banner .whyvisit-slider .slick-prev:hover,
      .ex-banner .whyvisit-slider .slick-next:hover {
        background: #a21c37;
        border: 2px solid #a21c37; }
        .ex-banner .whyvisit-slider .slick-prev:hover svg,
        .ex-banner .whyvisit-slider .slick-next:hover svg {
          fill: #fff; }
    .ex-banner .whyvisit-slider .slick-prev {
      right: auto;
      right: 52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ex-banner .whyvisit-slider .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .ex-banner .whyvisit-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .ex-banner .whyvisit-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f7f7f7;
          border: 0px;
          outline: none;
          background: transparent; }
      .ex-banner .whyvisit-slider .slick-dots li.slick-active {
        background: #a21c37; }
    .ex-banner .whyvisit-slider:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(303.91deg, #a21c3799 7.57%, #0f1446c4 94.39%);
      z-index: 2; }
    .ex-banner .whyvisit-slider .slick-list {
      z-index: 3; }
    .ex-banner .whyvisit-slider .slick-dots {
      display: none !important; }
    .ex-banner .whyvisit-slider .slick-prev,
    .ex-banner .whyvisit-slider .slick-next {
      top: 50%;
      background: #00000045;
      display: none !important; }
      .ex-banner .whyvisit-slider .slick-prev:hover,
      .ex-banner .whyvisit-slider .slick-next:hover {
        background: #a21c37; }
    .ex-banner .whyvisit-slider .slick-next {
      right: 1%; }
    .ex-banner .whyvisit-slider .slick-prev {
      right: auto;
      left: 1%; }
    .ex-banner .whyvisit-slider .item {
      position: relative;
      display: inline-block;
      margin: 0px 12px; }
      .ex-banner .whyvisit-slider .item a {
        display: block;
        width: 100%;
        height: 100%; }
      .ex-banner .whyvisit-slider .item img {
        width: 100%;
        max-height: 100%; }
    .ex-banner .whyvisit-slider:hover .slick-prev,
    .ex-banner .whyvisit-slider:hover .slick-next {
      display: block !important; }

.whyvisit-details {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .whyvisit-details {
      padding: 24px 0px; } }
  .whyvisit-details .inner {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px; }
    .whyvisit-details .inner:last-child {
      margin: 0px; }
    .whyvisit-details .inner .title {
      font-size: 20px;
      padding: 0px 0px 24px 24px;
      border-bottom: 1px solid #EFEFEF;
      font-family: 'HelveticaNeueCyr-Bold'; }
      .whyvisit-details .inner .title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background: #a21c37;
        width: 16px;
        height: calc(100% - 24px);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
    .whyvisit-details .inner p {
      color: #33383F;
      margin-top: 24px;
      font-family: 'HelveticaNeueCyr-Medium'; }
    .whyvisit-details .inner .itemvideo {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .whyvisit-details .inner .itemvideo {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 500px) {
        .whyvisit-details .inner .itemvideo {
          max-width: 100%;
          flex: 100%; } }
      .whyvisit-details .inner .itemvideo .vid-inner {
        width: 100%;
        cursor: pointer; }
        .whyvisit-details .inner .itemvideo .vid-inner .photo {
          position: relative;
          width: 100%;
          height: 200px;
          overflow: hidden;
          border-radius: 12px; }
          .whyvisit-details .inner .itemvideo .vid-inner .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
          .whyvisit-details .inner .itemvideo .vid-inner .photo .icon {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 50%;
            margin: -18px auto 0px auto;
            width: 28px; }
            .whyvisit-details .inner .itemvideo .vid-inner .photo .icon svg {
              width: 100%;
              fill: #a21c37; }
        .whyvisit-details .inner .itemvideo .vid-inner .subtitle {
          color: #000;
          margin-top: 12px;
          font-family: 'HelveticaNeueCyr-Medium';
          font-size: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .whyvisit-details .inner .itemvideo .vid-inner:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
        .whyvisit-details .inner .itemvideo .vid-inner:hover .subtitle {
          color: #a21c37; }
    .whyvisit-details .inner .list {
      margin-top: 12px; }
      .whyvisit-details .inner .list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7f7f7;
        padding: 12px; }
        @media (max-width: 500px) {
          .whyvisit-details .inner .list li {
            display: block; } }
        .whyvisit-details .inner .list li:first-child {
          padding-top: 0px; }
          .whyvisit-details .inner .list li:first-child p {
            font-size: 12px; }
        .whyvisit-details .inner .list li p {
          margin: 0px;
          color: #6F767E; }
        .whyvisit-details .inner .list li:nth-child(odd) {
          background: #fff; }
        .whyvisit-details .inner .list li .bottom {
          width: 136px; }
          @media (max-width: 500px) {
            .whyvisit-details .inner .list li .bottom {
              width: 100px;
              margin-top: 12px; } }
  .whyvisit-details .logo-slider {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 24px; }
    .whyvisit-details .logo-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .whyvisit-details .logo-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .whyvisit-details .logo-slider .slick-list .slick-track:after, .whyvisit-details .logo-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .whyvisit-details .logo-slider .slick-prev,
    .whyvisit-details .logo-slider .slick-next {
      position: absolute;
      top: -50px;
      right: 0px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none;
      border: 2px solid #D4D4D4;
      border-radius: 50%;
      z-index: 4;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .whyvisit-details .logo-slider .slick-prev svg,
      .whyvisit-details .logo-slider .slick-next svg {
        width: 18px;
        height: 18px;
        fill: #D4D4D4; }
      .whyvisit-details .logo-slider .slick-prev:hover,
      .whyvisit-details .logo-slider .slick-next:hover {
        background: #a21c37;
        border: 2px solid #a21c37; }
        .whyvisit-details .logo-slider .slick-prev:hover svg,
        .whyvisit-details .logo-slider .slick-next:hover svg {
          fill: #fff; }
    .whyvisit-details .logo-slider .slick-prev {
      right: auto;
      right: 52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .whyvisit-details .logo-slider .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .whyvisit-details .logo-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .whyvisit-details .logo-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f7f7f7;
          border: 0px;
          outline: none;
          background: transparent; }
      .whyvisit-details .logo-slider .slick-dots li.slick-active {
        background: #a21c37; }
    .whyvisit-details .logo-slider .slick-dots {
      display: none !important; }
    .whyvisit-details .logo-slider .item {
      position: relative;
      display: inline-block;
      margin: 0px 12px; }
      .whyvisit-details .logo-slider .item a {
        display: block;
        width: 100%;
        height: 100%; }
      .whyvisit-details .logo-slider .item .photo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        width: 100%;
        height: 200px;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 20px #0000001a;
        -moz-box-shadow: 0px 4px 20px #0000001a;
        -o-box-shadow: 0px 4px 20px #0000001a;
        -ms-box-shadow: 0px 4px 20px #0000001a;
        box-shadow: 0px 4px 20px #0000001a; }
        .whyvisit-details .logo-slider .item .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .whyvisit-details .logo-slider .item .title {
        font-family: 'HelveticaNeueCyr-Medium';
        font-size: 15px;
        margin-top: 12px;
        font-weight: normal;
        text-transform: capitalize;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .whyvisit-details .logo-slider .item:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .whyvisit-details .logo-slider .item:hover .title {
        color: #a21c37; }

#video-popup-overlay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #a21c37 url("../images/footer.png") no-repeat left bottom;
  z-index: 1001;
  display: none;
  padding: 24px; }
  #video-popup-overlay #video-popup-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer; }
    #video-popup-overlay #video-popup-close svg {
      width: 24px;
      height: 24px; }
      #video-popup-overlay #video-popup-close svg path {
        stroke: #fff; }
  #video-popup-overlay #video-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 60%;
    height: 100%; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-container {
        width: 100%; } }
  #video-popup-overlay #video-popup-iframe-container {
    background: #000; }
    #video-popup-overlay #video-popup-iframe-container iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 444px; }
      @media (max-width: 767px) {
        #video-popup-overlay #video-popup-iframe-container iframe {
          height: 260px; } }
  #video-popup-overlay .title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Bold';
    margin-top: 24px; }

.bot-switch {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 122px;
  right: 24px;
  width: 80px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 60px;
  background: #fff;
  z-index: 10;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .bot-switch::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    right: 0px;
    background: #a21c37;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .bot-switch.active {
    visibility: visible;
    opacity: 1; }
    .bot-switch.active .bot-3d svg {
      fill: #000; }
    .bot-switch.active .list svg {
      fill: #fff; }
    .bot-switch.active::after {
      right: 38px; }
  .bot-switch span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer; }
    .bot-switch span.bot-3d svg {
      fill: #fff; }
    .bot-switch span.list svg {
      fill: #000; }
    .bot-switch span svg {
      width: 22px;
      height: 22px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }

.show3d {
  height: 0;
  overflow: hidden; }
  .show3d.active {
    height: auto;
    overflow: hidden; }

.hidelist {
  height: 0;
  overflow: hidden; }
  .hidelist.active {
    height: auto;
    overflow: hidden; }

.stand {
  position: absolute;
  left: 6%;
  bottom: 24px;
  width: 140px;
  height: 260px;
  z-index: 4; }
  .stand .substand {
    width: 100%;
    height: 100%; }
    .stand .substand img {
      max-width: 100%;
      max-height: 100%; }
  .stand .logo {
    position: absolute;
    top: 26px;
    left: 6px;
    rotate: -2deg; }
    .stand .logo img {
      width: 118px; }

.minabout {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f7f7f7; }
  @media (max-width: 991px) {
    .minabout {
      padding: 24px 0px; } }
  .minabout::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about.jpg) no-repeat fixed center center/cover; }
  .minabout .it-about {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .minabout .it-about {
        flex: 100%;
        max-width: 100%;
        margin: 0px; } }
    .minabout .it-about .it-img {
      width: 90%;
      background: #fbae1f;
      padding: 32px 32px 32px 0px; }
      @media (max-width: 991px) {
        .minabout .it-about .it-img {
          display: none; } }
      .minabout .it-about .it-img .photo {
        width: 112%; }
        .minabout .it-about .it-img .photo img {
          width: 100%;
          margin-top: -64px; }
    .minabout .it-about .title {
      color: #fbae1f; }
    .minabout .it-about p {
      margin-top: 16px;
      font-size: 18px;
      color: #ffffffbf; }
      @media (max-width: 991px) {
        .minabout .it-about p {
          font-size: 16px; } }
    .minabout .it-about .lastabout {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .minabout .it-about .lastabout {
          flex: 50%;
          max-width: 50%; } }
      @media (max-width: 767px) {
        .minabout .it-about .lastabout {
          flex: 100%;
          max-width: 100%; } }
      .minabout .it-about .lastabout .itemicon {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 24px 12px;
        background: #00000036;
        position: relative;
        overflow: hidden;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .minabout .it-about .lastabout .itemicon span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          background: #fbae1f;
          color: #2F1952;
          font-weight: 500;
          margin-left: 12px; }
        .minabout .it-about .lastabout .itemicon .title {
          font-size: 15px !important;
          font-weight: 500;
          color: #fff;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }

.number {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding: 94px 0px;
  background: #fff url(../images/slider/img1.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .number {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .number {
      padding: 64px 0px; } }
  .number::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05111ec7; }
  .number .container {
    z-index: 10; }
  @media (max-width: 991px) {
    .number .item {
      max-width: 100%;
      flex: 100%; } }
  .number .item .icon {
    position: relative;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .number .item .icon {
        margin: 0px auto; } }
    .number .item .icon .cd-single-point {
      position: relative;
      list-style-type: none;
      width: 62px;
      cursor: pointer;
      text-align: center;
      z-index: 20; }
      .number .item .icon .cd-single-point svg path {
        fill: #fbae1f; }
      .number .item .icon .cd-single-point::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: cd-pulse 2s infinite; }
      .number .item .icon .cd-single-point .cd-img-replace {
        position: relative;
        z-index: 2;
        display: block;
        width: 62px;
        height: 62px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .number .item .icon .cd-single-point .innerbc {
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        height: 62px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fff;
        z-index: 10; }
@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #fbae1f; }
  100% {
    box-shadow: 0 0 0 20px #fbae1f69; } }
  .number .item .title {
    color: #fff;
    margin-top: 32px;
    font-size: 28px; }
    @media (max-width: 991px) {
      .number .item .title {
        text-align: center; } }
  .number .item p {
    color: #f7f7f7;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .number .item p {
        text-align: center; } }
  .number .item .bottom {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .number .item .bottom {
        margin: 0px auto; } }
  .number .it-s {
    border-left: 1px solid #fffdfd38;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .number .it-s {
        margin-top: 24px;
        max-width: 50%;
        flex: 50%; }
        .number .it-s:nth-child(2) {
          border: 0px; } }
    @media (max-width: 450px) {
      .number .it-s {
        max-width: 100%;
        flex: 100%;
        border: 0px !important; } }
    .number .it-s .z-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .number .it-s .z-inner .z-item {
        position: relative;
        z-index: 1;
        width: 100%; }
        .number .it-s .z-inner .z-item .photo {
          width: 100%;
          text-align: center;
          position: relative; }
          .number .it-s .z-inner .z-item .photo svg {
            fill: #fff;
            width: 78px;
            height: 78px; }
            @media (max-width: 767px) {
              .number .it-s .z-inner .z-item .photo svg {
                width: 64px;
                height: 64px; } }
        .number .it-s .z-inner .z-item .timer {
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 46px;
          margin-top: 32px;
          color: #fbae1f; }
          @media (max-width: 991px) {
            .number .it-s .z-inner .z-item .timer {
              font-size: 34px;
              margin-top: 24px; } }
        .number .it-s .z-inner .z-item .name {
          display: block;
          width: 100%;
          text-align: center;
          color: #fff;
          margin-top: 24px; }
      .number .it-s .z-inner:hover::after {
        bottom: 0px; }
      .number .it-s .z-inner:hover .z-item .photo::after {
        background: #fff; }
    .number .it-s:last-child {
      border: 0px; }
    .number .it-s:nth-child(3) .z-inner .photo svg {
      fill: transparent; }
      .number .it-s:nth-child(3) .z-inner .photo svg path {
        stroke: #fff; }

.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    cursor: pointer;
    margin: auto 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.mingallery {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/shape-bottom-left.png) no-repeat bottom left; }
  @media (max-width: 991px) {
    .mingallery {
      padding: 24px 0px; } }
  .mingallery::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 400px;
    background: #fff url(../images/shape-top-right.png) no-repeat top right;
    background-size: 100%; }
  .mingallery .container {
    position: relative;
    z-index: 10; }
  .mingallery .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .mingallery .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .mingallery .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .mingallery .item .inner {
      display: block;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .mingallery .item .inner .photo {
        display: block;
        position: relative;
        width: 100%;
        height: 288px;
        overflow: hidden;
        background: #f7f7f7;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box; }
        .mingallery .item .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .mingallery .item .inner i.icon-play {
        position: absolute;
        top: 50%;
        right: 0px;
        left: 0px;
        width: 74px;
        height: 74px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        z-index: 1;
        background: #fbae1f8c;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: -28px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .mingallery .item .inner i.icon-play svg {
          width: 22px;
          height: 22px; }
      .mingallery .item .inner .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        overflow: hidden;
        background: #fff;
        width: calc(100% - 32px);
        margin-right: 16px;
        display: block;
        text-align: center;
        margin-top: -30px;
        z-index: 10;
        position: relative;
        padding: 24px 12px;
        height: 74px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -webkit-box-shadow: 0px 1px 20px #00000012;
        -moz-box-shadow: 0px 1px 20px #00000012;
        -o-box-shadow: 0px 1px 20px #00000012;
        -ms-box-shadow: 0px 1px 20px #00000012;
        box-shadow: 0px 1px 20px #00000012; }
      .mingallery .item .inner .bottom {
        position: absolute;
        z-index: 10;
        margin: 0px auto;
        width: 132px;
        left: 0px;
        right: 0px;
        bottom: -22px;
        opacity: 0;
        visibility: hidden; }
      .mingallery .item .inner:hover .bottom {
        opacity: 1;
        visibility: visible;
        bottom: 2px; }
      .mingallery .item .inner:hover .title {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        padding-top: 12px; }
      .mingallery .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }

.gallery {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .gallery {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .gallery {
      padding-top: 0px; } }
  .gallery .container {
    position: relative;
    z-index: 10; }
  .gallery .lightgallery {
    display: flex;
    justify-content: space-between; }
  .gallery .architecture {
    margin-top: 24px;
    max-width: 20%;
    flex: 20%;
    height: 270px;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 1199px) {
    .gallery .dsn-stories .architecture {
      max-width: 25%;
      flex: 25%; } }
  @media (max-width: 991px) {
    .gallery .dsn-stories .architecture {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 480px) {
    .gallery .dsn-stories .architecture {
      max-width: 100%;
      flex: 100%; } }
  .gallery .dsn-stories .architecture:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery .dsn-stories .architecture:hover .contant .popup-img {
    opacity: 1; }
  .gallery .dsn-stories .p-relative {
    position: relative;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    cursor: pointer; }
  .gallery .dsn-stories .p-relative a {
    display: block;
    position: relative;
    height: 226px;
    border-radius: 24px;
    overflow: hidden; }
  .gallery .dsn-stories .p-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .gallery .mintitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px; }
    .gallery .mintitle .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 24px !important;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .gallery .mintitle .icon svg {
      width: 26px;
      height: 26px; }

.partners {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f7f7f7;
  z-index: 2; }
  @media (max-width: 991px) {
    .partners {
      padding: 24px 0px; } }
  .partners .title {
    text-align: center; }
  .partners .row {
    justify-content: center;
    padding: 0px 12%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .partners .row {
        padding: 0px;
        margin: 0px; } }
  .partners .item {
    max-width: 25%;
    flex: 25%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .partners .item {
        max-width: 33.333%;
        flex: 33.333%; } }
    .partners .item a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60px; }
      .partners .item a img {
        max-width: 100%;
        max-height: 100%; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: url("../images/bg2.png") no-repeat right top; }
  @media (max-width: 991px) {
    .error404 {
      padding: 24px 0px; } }
  .error404 .title {
    font-size: 150px !important;
    line-height: 1; }
  .error404 p {
    color: #a21c37;
    font-size: 24px;
    margin-top: 24px;
    font-family: 'HelveticaNeueCyr-Bold'; }
  .error404 .bottom {
    margin-top: 24px; }

.contant {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .contant {
      padding: 24px 0px; } }
  .contant .title {
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .contant .title {
        margin-bottom: 12px; } }
  .contant .mediaitems {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(47, 25, 82, 0.08);
    padding: 24px 40px; }
    @media (max-width: 991px) {
      .contant .mediaitems {
        display: block; } }
    .contant .mediaitems .media {
      display: flex;
      align-items: center;
      border-right: 1px solid rgba(47, 25, 82, 0.08);
      margin-right: 24px;
      padding-right: 24px; }
      @media (max-width: 991px) {
        .contant .mediaitems .media {
          margin: 0px;
          border: 0px;
          padding: 0px;
          margin-bottom: 24px; }
          .contant .mediaitems .media:last-child {
            margin: 0px; } }
      .contant .mediaitems .media:last-child {
        margin: 0px;
        border: 0px;
        padding: 0px; }
      .contant .mediaitems .media .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 58px;
        max-width: 58px;
        height: 58px;
        background: #a21c37;
        border-radius: 50%;
        margin-right: 24px; }
        .contant .mediaitems .media .icon svg,
        .contant .mediaitems .media .icon img {
          fill: #fff;
          min-width: 18px;
          min-height: 18px;
          max-width: 18px;
          max-height: 18px; }
      .contant .mediaitems .media .contantinfo {
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .contant .mediaitems .media .contantinfo span {
          display: block;
          color: #2F1952;
          line-height: 1;
          color: #000;
          opacity: 0.5;
          text-transform: uppercase;
          font-family: 'HelveticaNeueCyr-Medium'; }
        .contant .mediaitems .media .contantinfo p,
        .contant .mediaitems .media .contantinfo a {
          display: block;
          width: 100%;
          font-weight: 400;
          line-height: 26px;
          color: #000;
          margin-top: 8px;
          line-height: 1;
          font-family: 'HelveticaNeueCyr-Medium';
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .contant .mediaitems .media .contantinfo a:hover {
          color: #a21c37; }
    .contant .mediaitems .flexphone {
      display: flex; }
      .contant .mediaitems .flexphone a {
        margin-right: 12px; }
        .contant .mediaitems .flexphone a:last-child {
          margin-right: 0px; }
  .contant .inpudata {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contant .inpudata {
        max-width: 100%;
        flex: 100%; } }
    .contant .inpudata .bottom {
      min-width: 160px;
      height: 54px; }
  .contant ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9A9AA;
    opacity: 1;
    font-size: 12px;
    /* Firefox */ }
  .contant :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A9A9AA;
    font-size: 12px; }
  .contant ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A9A9AA;
    font-size: 12px; }

.book {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .book {
      padding: 24px 0px; } }
  .book .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .book .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .book .item .inner {
      width: 100%;
      padding-right: 32px; }
      @media (max-width: 991px) {
        .book .item .inner {
          padding: 0px; } }
      .book .item .inner .title {
        margin-bottom: 24px; }
        @media (max-width: 991px) {
          .book .item .inner .title {
            margin-bottom: 12px; } }
      .book .item .inner .inpudata {
        margin-bottom: 24px;
        width: 100%; }
        .book .item .inner .inpudata:last-child {
          margin: 0px; }
        .book .item .inner .inpudata .flex {
          display: inline-block; }
        .book .item .inner .inpudata .che-box {
          margin: 16px 16px 0px 0px; }
    .book .item .photo {
      position: relative;
      width: 100%;
      text-align: center; }
      .book .item .photo img {
        max-width: 100%; }
    .book .item .linetext {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .book .item .linetext p {
          text-align: center; } }
      .book .item .linetext .bottoms {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px; }
        @media (max-width: 991px) {
          .book .item .linetext .bottoms {
            justify-content: center; } }
        .book .item .linetext .bottoms .bottom {
          margin: 12px 8px 0px 0px;
          width: 162px;
          height: 44px !important;
          background: rgba(91, 31, 218, 0.1);
          color: #2F1952; }
          .book .item .linetext .bottoms .bottom:last-child {
            margin-right: 0px; }
          @media (max-width: 991px) {
            .book .item .linetext .bottoms .bottom {
              margin: 12px 4px 0px 4px;
              width: 138px; } }
          .book .item .linetext .bottoms .bottom:hover {
            background: #a21c37;
            color: #fff; }
  .book ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9A9AA;
    opacity: 1;
    font-size: 12px;
    /* Firefox */ }
  .book :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A9A9AA;
    font-size: 12px; }
  .book ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A9A9AA;
    font-size: 12px; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url("../images/footer.png") no-repeat right top;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .boxfot {
    padding: 48px 12px; }
    .footer .boxfot:nth-child(2), .footer .boxfot:nth-child(3) {
      padding-left: 60px; }
      @media (max-width: 991px) {
        .footer .boxfot:nth-child(2), .footer .boxfot:nth-child(3) {
          padding-left: 12px; } }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        border: 0px;
        padding: 24px 12px; } }
    .footer .boxfot .inner {
      display: flex;
      align-items: flex-start;
      width: 100%; }
      @media (max-width: 991px) {
        .footer .boxfot .inner {
          display: block;
          text-align: center; } }
      .footer .boxfot .inner img {
        max-width: 100px; }
        @media (max-width: 991px) {
          .footer .boxfot .inner img {
            margin-bottom: 24px;
            width: 180px; } }
    .footer .boxfot p {
      margin-top: 12px;
      font-family: 'HelveticaNeueCyr-Medium'; }
      @media (max-width: 991px) {
        .footer .boxfot p {
          text-align: center; } }
    .footer .boxfot .title {
      margin-bottom: 24px;
      font-size: 18px;
      font-weight: normal;
      line-height: 20px;
      font-family: 'HelveticaNeueCyr-Bold'; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
    .footer .boxfot .navmenu {
      margin-top: 16px; }
      .footer .boxfot .navmenu a {
        display: inline-block;
        position: relative;
        width: 50%;
        font-family: 'HelveticaNeueCyr-Medium';
        text-transform: capitalize;
        margin-top: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .footer .boxfot .navmenu a:hover {
          color: #a21c37; }
        @media (max-width: 991px) {
          .footer .boxfot .navmenu a {
            text-align: center; } }
  .footer .media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px; }
    @media (max-width: 991px) {
      .footer .media {
        justify-content: center; } }
    .footer .media:last-child {
      margin: 0px; }
    .footer .media svg,
    .footer .media img {
      fill: #a21c37;
      min-width: 18px;
      min-height: 18px;
      margin-right: 8px; }
    .footer .media p,
    .footer .media a {
      display: block;
      font-family: 'HelveticaNeueCyr-Medium';
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .footer .media p,
        .footer .media a {
          text-align: center; } }
    .footer .media a:hover {
      color: #fff; }
    .footer .media .flexphone {
      display: flex; }
      .footer .media .flexphone a {
        margin-right: 12px; }
        .footer .media .flexphone a:last-child {
          margin: 0px; }
        @media (max-width: 991px) {
          .footer .media .flexphone a {
            margin: 0px 12px; } }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 24px;
    width: 100%;
    border-top: 1px solid #bdbdbd7a;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block; } }
    .footer .copyright p {
      color: #2F1952;
      font-family: 'HelveticaNeueCyr-Medium';
      margin-top: 24px; }
      @media (max-width: 991px) {
        .footer .copyright p {
          width: 100%;
          text-align: center; } }
    .footer .copyright .design {
      display: flex;
      color: #2F1952;
      font-family: 'HelveticaNeueCyr-Medium';
      text-transform: capitalize;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .footer .copyright .design {
          justify-content: center;
          margin: 0px; } }
      .footer .copyright .design .development {
        display: block;
        text-transform: capitalize;
        color: #a21c37;
        text-decoration: underline;
        margin-left: 4px;
        font-family: 'HelveticaNeueCyr-Medium'; }
        .footer .copyright .design .development:hover {
          text-decoration: none; }
        .footer .copyright .design .development img {
          max-width: 125px;
          margin-left: 12px; }
  .footer .scrollToTop {
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: none;
    border: 0px;
    padding-top: 8px;
    z-index: 1000;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .footer .scrollToTop svg path {
        fill: #fff; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  color: #737373;
  font-family: 'Antonio', sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #a21c37;
  cursor: pointer; }

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light") format("svg"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
p {
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 16px; }

body {
  direction: ltr;
  text-align: left;
  background: #f7f7f7; }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 24px;
  background-color: #a21c37;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-family: 'HelveticaNeueCyr-Medium';
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  text-transform: capitalize;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .bottom {
      padding: 2px 12px;
      font-size: 12px; } }
  .bottom:focus {
    outline: 0px !important; }
  .bottom:hover {
    box-shadow: 10px 5px 40px #4215a340;
    background-color: #2d368f; }

.social {
  display: flex;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .social {
      justify-content: center; } }
  .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-right: 8px;
    border-radius: 30px;
    background: #EBEBEB;
    min-width: 44px;
    max-width: 44px;
    height: 44px; }
    .social a:last-child {
      margin: 0px; }
    @media (max-width: 991px) {
      .social a {
        margin: 0px 4px !important; } }
    .social a svg {
      fill: #2F1952;
      max-width: 16px;
      max-height: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .social a.icon-facebook:hover {
      background: #3b5998; }
      .social a.icon-facebook:hover svg {
        fill: #fff; }
    .social a.icon-twitter:hover {
      background: #00acee; }
      .social a.icon-twitter:hover svg {
        fill: #fff; }
    .social a.icon-instagram:hover {
      background: #8d5b46; }
      .social a.icon-instagram:hover svg {
        fill: #fff; }
    .social a.icon-youtube:hover {
      background: #c4302b; }
      .social a.icon-youtube:hover svg {
        fill: #fff; }
    .social a.icon-rss:hover {
      background: #ee802f; }
      .social a.icon-rss:hover svg {
        fill: #fff; }
    .social a.icon-linkedin:hover {
      background: #007fb1; }
      .social a.icon-linkedin:hover svg {
        fill: #fff; }
    .social a.icon-gplus:hover {
      background: #dd4b39; }
      .social a.icon-gplus:hover svg {
        fill: #fff; }
    .social a.icon-whatsapp:hover {
      background: #189d0e; }
      .social a.icon-whatsapp:hover svg {
        fill: #fff; }
    .social a.icon-email:hover {
      background: #dd4b39; }
      .social a.icon-email:hover svg {
        fill: #fff; }
    .social a.icon-print:hover {
      background: #8d5b46; }
      .social a.icon-print:hover svg {
        fill: #fff; }

.title {
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  color: #2F1952;
  text-transform: uppercase;
  font-family: 'Antonio', sans-serif;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 28px; }
      .title br {
        display: none; } }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .wizard li a:hover {
        color: #17a84c; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.form-control {
  height: 54px;
  text-transform: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: #fff;
  font-family: 'HelveticaNeueCyr-Medium'; }
  .form-control:focus {
    border: 1px solid #a21c37; }

label {
  font-family: 'HelveticaNeueCyr-Medium';
  color: #000; }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-left: 28px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background: #D9D9D9;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    font-style: initial; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    content: "";
    background: #a21c37;
    animation: effect 250ms ease-in; }
  .che-box input[type="checkbox"]:checked + .label-text {
    color: #a21c37; }
  .che-box span.label-text {
    font-size: 15px; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    margin: 0px !important;
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 98% 24px; }
  select.form-control option {
    padding: 32px; }

.map-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 260px;
  background: #2d368f; }
  @media (max-width: 991px) {
    .map-back {
      height: 160px; } }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(303.91deg, #a21c3799 7.57%, #0f1446c4 94.39%);
    z-index: 2; }
  .map-back img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .map-back .container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    max-width: 100%;
    height: 100%; }
  .map-back .title {
    color: #fff;
    text-align: center;
    font-size: 100px;
    letter-spacing: 6.56px;
    text-transform: uppercase;
    line-height: 110%; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 34px; } }

table {
  margin-bottom: 0px !important;
  margin-top: 24px; }
  @media (max-width: 991px) {
    table {
      margin-top: 12px; } }
  table th {
    background: #a21c37;
    color: #fff !important; }
  table td,
  table th {
    font-family: 'HelveticaNeueCyr-Medium';
    font-weight: normal;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      table td,
      table th {
        white-space: nowrap; } }
  table svg {
    fill: #17a84c;
    width: 22px; }
  table .sizfont {
    background: #f7f7f7 !important; }
  table .sizfont {
    font-size: 20px;
    color: #2F1952; }

.conditions {
  font-family: 'HelveticaNeueCyr-Medium';
  text-decoration: underline;
  color: #a21c37; }
  .conditions:hover {
    text-decoration: none; }

.textcoditon {
  margin-bottom: 24px; }
  .textcoditon:last-child {
    margin: 0px; }
  .textcoditon p {
    font-size: 18px;
    margin-top: 12px; }
  .textcoditon .table {
    background: #fff; }
    .textcoditon .table td {
      text-transform: uppercase;
      border: 1px solid #a2bcd7; }
    .textcoditon .table .bg {
      background: #1c3fa224;
      color: #000; }

.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 48px; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 4px; }
    .pagination li a,
    .pagination li span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 16px !important;
      border-radius: 16px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: rgba(91, 31, 218, 0.1);
      color: #2F1952;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:last-child svg {
      transform: rotate(-90deg); }
    .pagination li:first-child svg {
      transform: rotate(90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #2d368f !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

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