/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

textarea, input, button {
  background: transparent;
  border: none;
  margin: 0; }
  textarea:focus, input:focus, button:focus {
    outline: none; }

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

section {
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  max-width: 1440px; }
  @media screen and (max-width: 1439px) {
    .container {
      padding: 0 24px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 16px; } }

*, *::before, *::after {
  box-sizing: border-box; }

b {
  font-weight: bold; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

body {
  color: #000000;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.5;
  color: #222222;
  font-weight: 700; }

h1 {
  font-size: 60px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h1 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 40px); } }
  @media (max-width: 400px) {
    h1 {
      font-size:  40px; } }

h2 {
  font-size: 56px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h2 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 36px); } }
  @media (max-width: 400px) {
    h2 {
      font-size:  36px; } }

h3 {
  font-size: 52px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h3 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 32px); } }
  @media (max-width: 400px) {
    h3 {
      font-size:  32px; } }

h4 {
  font-size: 48px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h4 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 28px); } }
  @media (max-width: 400px) {
    h4 {
      font-size:  28px; } }

h5 {
  font-size: 44px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h5 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 24px); } }
  @media (max-width: 400px) {
    h5 {
      font-size:  24px; } }

h6 {
  font-size: 40px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h6 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 20px); } }
  @media (max-width: 400px) {
    h6 {
      font-size:  20px; } }

.content {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000; }
  @media (max-width: 1919px) and (min-width: 401px) {
    .content {
      font-size: calc(4 * ((100vw - 400px) / 1519) + 14px); } }
  @media (max-width: 400px) {
    .content {
      font-size:  14px; } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "Space Grotesk", sans-serif;
    color: #222222;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .content h1 {
    font-size: 36px;
    margin: 0 0 50px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h1 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 26px); } }
    @media (max-width: 400px) {
      .content h1 {
        font-size:  26px; } }
  .content h2 {
    font-size: 34px;
    margin: 0 0 40px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h2 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 24px); } }
    @media (max-width: 400px) {
      .content h2 {
        font-size:  24px; } }
  .content h3 {
    font-size: 32px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h3 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 22px); } }
    @media (max-width: 400px) {
      .content h3 {
        font-size:  22px; } }
  .content h4 {
    font-size: 30px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h4 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 20px); } }
    @media (max-width: 400px) {
      .content h4 {
        font-size:  20px; } }
  .content h5 {
    font-size: 28px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h5 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 18px); } }
    @media (max-width: 400px) {
      .content h5 {
        font-size:  18px; } }
  .content h6 {
    font-size: 26px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h6 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content h6 {
        font-size:  16px; } }
  .content p {
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content p {
        font-size: calc(2 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content p {
        font-size:  16px; } }
  .content p + h1 {
    margin-top: 50px; }
  .content p + h2 {
    margin-top: 50px; }
  .content p + h3 {
    margin-top: 40px; }
  .content p + h4 {
    margin-top: 30px; }
  .content p + h5 {
    margin-top: 30px; }
  .content p + h6 {
    margin-top: 30px; }
  .content .wp-caption + p {
    margin: 35px 0 0; }
  .content strong {
    font-weight: 700; }
  .content em {
    font-style: italic; }
  .content a {
    font-family: "Space Grotesk", sans-serif;
    color: #000000;
    text-decoration: underline; }
    .content a:hover {
      color: #0095ff; }
  .content ul, .content ol {
    margin: 40px 0 50px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .content ul, .content ol {
        font-size: 16px; } }
  .content ul {
    padding: 0 0 0 30px; }
    .content ul li {
      list-style-type: disc; }
      .content ul li + li {
        margin-top: 15px; }
    .content ul + p {
      margin-top: 20px; }
  .content ol {
    padding: 0 0 0 30px; }
    .content ol li {
      list-style-type: decimal; }
      .content ol li + li {
        padding-top: 15px; }
  .content blockquote {
    padding: 35px 10px 35px 30px;
    border-top: 2px dashed #a7aaae;
    border-bottom: 2px dashed #a7aaae;
    margin: 55px 0;
    position: relative; }
    @media (max-width: 1100px) {
      .content blockquote {
        padding: 35px 20px 35px 50px; } }
    .content blockquote:before {
      content: '\E806';
      font-family: fontello;
      position: absolute;
      left: -106px;
      top: 24px;
      color: #0095ff;
      font-size: 36px; }
      @media (max-width: 1100px) {
        .content blockquote:before {
          left: 0; } }
    .content blockquote p {
      font-weight: 700;
      font-size: 24px; }
      @media (max-width: 1919px) and (min-width: 401px) {
        .content blockquote p {
          font-size: calc(8 * ((100vw - 400px) / 1519) + 16px); } }
      @media (max-width: 400px) {
        .content blockquote p {
          font-size:  16px; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url(./fonts/HelveticaNeue-Bold.woff2);
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url(./fonts/HelveticaNeue-Bold.woff) format("woff"), url(./fonts/HelveticaNeue-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  z-index: 10;
  padding: 46px 51px 0 64px; }
  @media screen and (max-width: 767px) {
    header {
      padding: 28px 20px 0 20px; } }
  header .navbar-head {
    display: flex;
    justify-content: space-between; }
    header .navbar-head .left-head {
      display: flex;
      flex-direction: row-reverse; }
      header .navbar-head .left-head img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: contain; }
      header .navbar-head .left-head .second-logo {
        background: white;
        padding: 10px;
        border-radius: 22px;
        height: 70px; }
        @media screen and (max-width: 767px) {
          header .navbar-head .left-head .second-logo {
            border-radius: 11px;
            padding: 5px;
            height: 30px; } }
      header .navbar-head .left-head .main-logo {
        margin-left: 27px;
        border-radius: 22px;
        background: white;
        padding: 10px;
        height: 70px; }
        @media screen and (max-width: 767px) {
          header .navbar-head .left-head .main-logo {
            margin-left: 11px;
            border-radius: 11px;
            padding: 5px;
            height: 30px; } }
    @media screen and (max-width: 767px) {
      header .navbar-head .right-head .header-logo-wrap {
        max-width: 73px; } }
    header .navbar-head .right-head .header-logo-wrap img {
      width: 100%; }
    header .navbar-head .right-head .header-availability {
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        header .navbar-head .right-head .header-availability {
          font-size: 8px;
          line-height: 10px; } }

footer {
  color: white;
  padding-bottom: 24px;
  padding-top: 25px; }
  @media (max-width: 767px) {
    footer {
      padding-top: 60px; } }
  footer .container {
    padding-left: 84px;
    padding-right: 62px; }
    @media (max-width: 767px) {
      footer .container {
        padding-left: 0;
        padding-right: 0; } }
  footer .footer-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: white; }
    @media (max-width: 767px) {
      footer .footer-heading {
        font-size: 20px;
        line-height: 26px; } }
  footer .footer-title {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      footer .footer-title {
        margin-bottom: 13px; } }
  footer .footer-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: white;
    max-width: 788px;
    margin: 0 auto 41px; }
    @media (max-width: 767px) {
      footer .footer-description {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 8px;
        padding: 0 26px; } }
  footer .footer-title-projekt {
    margin-bottom: 41px; }
    @media (max-width: 767px) {
      footer .footer-title-projekt {
        margin-bottom: 17px; } }
  footer .footer-icons-1 {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      footer .footer-icons-1 {
        gap: 18px;
        margin-bottom: 43px; } }
    footer .footer-icons-1 li {
      width: 152px;
      height: 70px;
      border: 1px solid #FFFFFF;
      border-radius: 22px;
      backdrop-filter: blur(7px);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        footer .footer-icons-1 li {
          border-radius: 11px;
          height: 55px;
          width: auto; } }
      footer .footer-icons-1 li:nth-child(1) {
        padding: 0 9px; }
        footer .footer-icons-1 li:nth-child(1) img {
          max-width: 72px; }
      footer .footer-icons-1 li:nth-child(2) {
        padding: 0 7px; }
        footer .footer-icons-1 li:nth-child(2) img {
          max-width: 95px;
          width: 100%; }
          @media (max-width: 767px) {
            footer .footer-icons-1 li:nth-child(2) img {
              max-width: 72px; } }
      footer .footer-icons-1 li:nth-child(3) {
        padding: 0 3px; }
        footer .footer-icons-1 li:nth-child(3) img {
          max-width: 118px; }
          @media (max-width: 767px) {
            footer .footer-icons-1 li:nth-child(3) img {
              max-width: 80px; } }
      footer .footer-icons-1 li:nth-child(4) {
        padding: 0 0 0 9px; }
        footer .footer-icons-1 li:nth-child(4) img {
          max-width: 95px;
          width: 100%; }
          @media (max-width: 767px) {
            footer .footer-icons-1 li:nth-child(4) img {
              max-width: 49px; } }
      footer .footer-icons-1 li img {
        object-fit: contain; }
        @media (max-width: 767px) {
          footer .footer-icons-1 li img {
            width: 100%;
            height: 100%;
            max-height: 40px; } }
  footer .footer-title-transfer {
    margin-bottom: 39px; }
    @media (max-width: 767px) {
      footer .footer-title-transfer {
        margin-bottom: 17px; } }
  footer .footer-icons-2 {
    display: flex;
    gap: 64px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 51px; }
    @media (max-width: 767px) {
      footer .footer-icons-2 {
        gap: 34px;
        margin-bottom: 88px; } }
    footer .footer-icons-2 li {
      width: 216px;
      height: 77px;
      border: 1px solid #FFFFFF;
      border-radius: 22px;
      backdrop-filter: blur(7px);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        footer .footer-icons-2 li {
          border-radius: 11px;
          width: 87px;
          height: 55px; } }
      footer .footer-icons-2 li:nth-child(2) img {
        max-width: 156px; }
      footer .footer-icons-2 li:nth-child(3) img {
        max-width: 159px; }
      footer .footer-icons-2 li img {
        object-fit: contain; }
        @media (max-width: 767px) {
          footer .footer-icons-2 li img {
            width: 81%; } }
  footer .wrap-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media (max-width: 767px) {
      footer .wrap-bottom-content {
        flex-direction: column;
        align-items: unset;
        padding: 0 28px 0 17px; } }
    footer .wrap-bottom-content .footer-address p {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: white;
      max-width: 788px; }
      @media (max-width: 767px) {
        footer .wrap-bottom-content .footer-address p {
          font-size: 8px;
          line-height: 10px; } }
      footer .wrap-bottom-content .footer-address p strong {
        font-weight: 700; }
    @media (max-width: 767px) {
      footer .wrap-bottom-content .wrap-center-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; } }
    footer .wrap-bottom-content .social-media {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 31px; }
      @media (max-width: 767px) {
        footer .wrap-bottom-content .social-media {
          margin-bottom: 0px; } }
    footer .wrap-bottom-content .last-menu ul {
      display: flex;
      gap: 20px; }
      @media (max-width: 767px) {
        footer .wrap-bottom-content .last-menu ul {
          gap: 10px; } }
      footer .wrap-bottom-content .last-menu ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        color: white; }
        @media (max-width: 767px) {
          footer .wrap-bottom-content .last-menu ul li a {
            font-size: 8px;
            line-height: 10px; } }
  footer .footer-last-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: white; }
    @media (max-width: 1000px) {
      footer .footer-last-link {
        display: none; } }
    footer .footer-last-link.mobile-visible {
      display: none; }
      @media (max-width: 1000px) {
        footer .footer-last-link.mobile-visible {
          display: block;
          margin-bottom: 35px;
          font-size: 14px;
          line-height: 18px;
          text-align: center; } }

a {
  text-decoration: none;
  color: inherit;
  transition: color .5s, opacity .5s, background .5s; }
  a:focus {
    outline: none; }

button {
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.rect-outer {
  position: relative; }
  .rect-outer .rect-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

body {
  position: relative; }
  body:before {
    content: '';
    background-image: url(70aaa3bb0198ff3ad28b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: -1; }
  body:after {
    content: '';
    width: 100%;
    height: calc(100% - 805px);
    position: absolute;
    right: 0;
    top: 805px;
    transition: .3s;
    z-index: -1;
    background: linear-gradient(to bottom, black 0%, rgba(1, 1, 1, 0.988) 3%, rgba(8, 8, 8, 0.902) 5.9%); }
    @media (max-width: 767px) {
      body:after {
        top: 326px;
        height: calc(100% - 326px); } }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition: .35s;
  transition-timing-function: ease; }

body.modal-open {
  overflow: hidden;
  height: 100%;
  position: fixed; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0; }
  .modal.in .close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal.in .close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .modal .close {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    position: absolute;
    right: 29px;
    top: 34px;
    z-index: 1;
    opacity: 1;
    text-shadow: none;
    cursor: pointer; }
    .modal .close:hover:before {
      transform: translate(-50%, -50%) rotate(40deg); }
    .modal .close:hover:after {
      transform: translate(-50%, -50%) rotate(-40deg); }
    .modal .close:before, .modal .close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background: white;
      top: 50%;
      left: 50%;
      transition: .5s; }
  .modal.fade.in .modal-dialog {
    transform: translate(-50%, -50%); }
  .modal .modal-dialog {
    max-width: 740px;
    width: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    align-items: baseline;
    transform: translate(-50%, -40%);
    transition: transform 0.3s ease-out; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: 600px;
        margin: 30px auto; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
    .modal-backdrop.fade.in {
      opacity: 0.5; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.section-hero {
  min-height: 806px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 97px; }
  @media (max-width: 767px) {
    .section-hero {
      min-height: 326px;
      padding-bottom: 46px; } }
  .section-hero .wrap-content {
    z-index: 2;
    position: relative;
    text-align: center; }
    .section-hero .wrap-content .btn-link-youtube {
      color: #FFFFFF;
      background: #E20606;
      font-family: "Helvetica Neue", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 23px;
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 17px 20px;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .section-hero .wrap-content .btn-link-youtube {
          font-size: 10px;
          padding: 4px 6px;
          border-radius: 7px;
          gap: 4px; } }
      .section-hero .wrap-content .btn-link-youtube:hover {
        opacity: 0.9; }
      @media (max-width: 767px) {
        .section-hero .wrap-content .btn-link-youtube svg {
          max-height: 14px; } }
  .section-hero .main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .section-hero .main-logo {
        width: 65%; } }
  .section-hero .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .section-hero .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.3) 100%); }
    .section-hero .background-box video {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-info-card {
  padding-bottom: 42px; }
  @media (max-width: 1023px) {
    .section-info-card {
      padding-bottom: 0; } }
  .section-info-card.-type-2 .wrap-content {
    padding: 10px 0 0 32px;
    overflow: hidden;
    align-items: center; }
    @media (max-width: 1023px) {
      .section-info-card.-type-2 .wrap-content {
        flex-direction: column-reverse;
        overflow: unset;
        padding: 0; } }
    .section-info-card.-type-2 .wrap-content .info-card-content .info-card-title {
      margin-bottom: 21px; }
      @media (max-width: 767px) {
        .section-info-card.-type-2 .wrap-content .info-card-content .info-card-title {
          margin-bottom: 18px; } }
    .section-info-card.-type-2 .wrap-content .wrap-image img {
      right: -53px;
      position: relative; }
      @media (max-width: 1023px) {
        .section-info-card.-type-2 .wrap-content .wrap-image img {
          right: unset;
          position: unset;
          width: 90%;
          margin: auto; } }
  @media (max-width: 1023px) {
    .section-info-card.-type-3 {
      padding-top: 60px; } }
  .section-info-card.-type-3 .wrap-content {
    padding: 43px 37px 0 22px;
    align-items: end;
    gap: 44px; }
    @media (max-width: 1023px) {
      .section-info-card.-type-3 .wrap-content {
        gap: 0;
        padding: 0; } }
    @media (min-width: 1201px) {
      .section-info-card.-type-3 .wrap-content {
        align-items: center; } }
    .section-info-card.-type-3 .wrap-content .wrap-image {
      width: calc(37% - 22px); }
      @media (max-width: 1023px) {
        .section-info-card.-type-3 .wrap-content .wrap-image {
          width: 100%; } }
      @media (max-width: 1023px) {
        .section-info-card.-type-3 .wrap-content .wrap-image img {
          margin: auto auto 0 18px;
          width: 70%; } }
    .section-info-card.-type-3 .wrap-content .info-card-content {
      width: calc(63% - 22px); }
      @media (max-width: 1023px) {
        .section-info-card.-type-3 .wrap-content .info-card-content {
          width: 100%; } }
      .section-info-card.-type-3 .wrap-content .info-card-content .info-card-text {
        margin-bottom: 20px; }
        @media (max-width: 1023px) {
          .section-info-card.-type-3 .wrap-content .info-card-content .info-card-text {
            margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .section-info-card.-type-4 {
      padding-top: 36px; } }
  .section-info-card.-type-4 .wrap-content {
    padding: 83px 0 0 49px;
    overflow: hidden;
    gap: 122px;
    align-items: end; }
    @media (max-width: 1023px) {
      .section-info-card.-type-4 .wrap-content {
        flex-direction: column-reverse;
        overflow: unset;
        padding: 0;
        gap: 0; } }
    @media (min-width: 1201px) {
      .section-info-card.-type-4 .wrap-content {
        align-items: center; } }
    .section-info-card.-type-4 .wrap-content .wrap-image {
      width: calc(41% - 61px); }
      @media (max-width: 1023px) {
        .section-info-card.-type-4 .wrap-content .wrap-image {
          width: 100%; } }
    .section-info-card.-type-4 .wrap-content .info-card-content {
      align-self: flex-start;
      width: calc(59% - 61px); }
      @media (max-width: 1023px) {
        .section-info-card.-type-4 .wrap-content .info-card-content {
          width: 100%; } }
      @media (min-width: 1201px) {
        .section-info-card.-type-4 .wrap-content .info-card-content {
          align-self: unset; } }
      .section-info-card.-type-4 .wrap-content .info-card-content .info-card-title {
        margin-bottom: 21px; }
        @media (max-width: 767px) {
          .section-info-card.-type-4 .wrap-content .info-card-content .info-card-title {
            margin-bottom: 18px; } }
      .section-info-card.-type-4 .wrap-content .info-card-content .info-card-text {
        margin-bottom: 20px; }
        @media (max-width: 1023px) {
          .section-info-card.-type-4 .wrap-content .info-card-content .info-card-text {
            margin-bottom: 0; } }
    .section-info-card.-type-4 .wrap-content .wrap-image img {
      right: 0;
      position: relative; }
      @media (max-width: 1023px) {
        .section-info-card.-type-4 .wrap-content .wrap-image img {
          right: -16px;
          width: 84%;
          margin: auto 0 0 auto; } }
      @media (max-width: 767px) {
        .section-info-card.-type-4 .wrap-content .wrap-image img {
          right: -8px; } }
  .section-info-card .container {
    padding: 0 33px; }
    @media (max-width: 1023px) {
      .section-info-card .container {
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .section-info-card .container {
        padding: 0 8px; } }
  .section-info-card .wrap-content {
    border: 1px solid #FFFFFF;
    display: flex;
    gap: 16px;
    padding: 145px 87px 0 32px;
    border-radius: 50px;
    backdrop-filter: blur(7px); }
    @media (max-width: 1023px) {
      .section-info-card .wrap-content {
        flex-direction: column;
        border: none;
        padding: 42px 0 30px 0;
        gap: 0;
        backdrop-filter: none; } }
    @media (min-width: 1201px) {
      .section-info-card .wrap-content {
        align-items: center; } }
    .section-info-card .wrap-content .wrap-image {
      width: calc(42% - 8px); }
      @media (max-width: 1023px) {
        .section-info-card .wrap-content .wrap-image {
          width: 100%; } }
      .section-info-card .wrap-content .wrap-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 100%; }
        @media (max-width: 1023px) {
          .section-info-card .wrap-content .wrap-image img {
            width: 74%;
            margin: auto 28px 0 auto; } }
    .section-info-card .wrap-content .info-card-content {
      width: calc(58% - 8px); }
      @media (max-width: 1023px) {
        .section-info-card .wrap-content .info-card-content {
          width: 100%;
          padding: 15px 18px 18px;
          border: 1px solid #FFFFFF;
          border-radius: 27px;
          backdrop-filter: blur(7px); } }
      .section-info-card .wrap-content .info-card-content .info-card-title {
        font-size: 35px;
        line-height: 44px;
        color: #FFFFFF;
        margin-bottom: 13px; }
        @media (max-width: 1023px) {
          .section-info-card .wrap-content .info-card-content .info-card-title {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 18px; } }
      .section-info-card .wrap-content .info-card-content .info-card-text {
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF; }
        @media (max-width: 1023px) {
          .section-info-card .wrap-content .info-card-content .info-card-text {
            font-size: 14px;
            line-height: 18px; } }
        .section-info-card .wrap-content .info-card-content .info-card-text p {
          font-size: 16px;
          line-height: 21px;
          color: #FFFFFF; }
          @media (max-width: 1023px) {
            .section-info-card .wrap-content .info-card-content .info-card-text p {
              font-size: 14px;
              line-height: 18px; } }
          .section-info-card .wrap-content .info-card-content .info-card-text p strong {
            font-weight: 700; }
          .section-info-card .wrap-content .info-card-content .info-card-text p + p {
            margin-top: 20px; }
        .section-info-card .wrap-content .info-card-content .info-card-text ul {
          padding: 15px 0; }
          .section-info-card .wrap-content .info-card-content .info-card-text ul li {
            position: relative;
            padding-left: 30px;
            list-style: none; }
            .section-info-card .wrap-content .info-card-content .info-card-text ul li::before {
              content: "";
              position: absolute;
              top: 10px;
              left: 0;
              width: 4px;
              height: 4px;
              background-color: #FFFFFF;
              border-radius: 50%; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/fonts/fontello/css/fontello.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'fontello';
  src: url(./fonts/fontello.eot);
  src: url(./fonts/fontello.eot#iefix) format("embedded-opentype"), url(./fonts/fontello.woff2) format("woff2"), url(./fonts/fontello.woff) format("woff"), url(./fonts/fontello.ttf) format("truetype"), url(2a67413eabc93f8092c3.svg?76411224#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76411224#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-music:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */


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