@charset "UTF-8";
/* SCSS Compiled */
/***************************************************              GENERAL RESET STYLES             ***************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

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

img {
  border-style: none;
  max-width: 100%; }

form fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input, textarea, select {
  vertical-align: middle;
  color: #000;
  padding: 0; }

input, select {
  vertical-align: middle; }

input::-webkit-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: #000; }

/*
@media (min-width: 1921px){}
@media (width: 1920px){}
@media (min-width: 1440px) and (max-width: 1919px) {}
@media (min-width: 1360px) and (max-width: 1439px) {}
@media (min-width: 1280px) and (max-width: 1359px) {}
@media (min-width: 1024px) and (max-width: 1279px) {}
@media (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 375px) and (max-width: 767px) {}
@media (min-width: 320px) and (max-width: 374px) {}
*/
/*
@media (max-width: 1919px) {}
@media (max-width: 1439px) {}
@media (max-width: 1279px) {}
@media (max-width: 767px) {}
*/
#wrapper,
main,
#content,
#sidebar,
aside,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; }

.layout {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 1164px;
  margin: 0 auto; }
  @media (max-width: 1179px) {
    .layout {
      padding: 0 15px; } }

body {
  background-color: rgba(229, 229, 229, 0.4); }

.stop-scroll {
  overflow-y: hidden; }

.wrapper-black {
  background-color: rgba(24, 24, 24, 0.856);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h3 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  color: #000000; }
  @media (max-width: 500px) {
    h3 {
      font-weight: 700;
      font-size: 21px;
      line-height: 24px; } }

.mobail-nav-menu {
  position: relative; }
  .mobail-nav-menu .movement-menu {
    display: none; }
  @media (max-width: 950px) {
    .mobail-nav-menu .movement-menu-active {
      display: block;
      position: absolute;
      top: 100px;
      left: 50%;
      z-index: 10;
      min-width: 100vw; }
      .mobail-nav-menu .movement-menu-active ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-height: 470px;
        min-width: 100%;
        z-index: 10;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        opacity: 1; }
        .mobail-nav-menu .movement-menu-active ul li {
          margin-top: 28px; }
          .mobail-nav-menu .movement-menu-active ul li a {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            color: #000;
            letter-spacing: 0.1px;
            white-space: nowrap; }
        .mobail-nav-menu .movement-menu-active ul .switch {
          position: relative;
          top: 0;
          left: 0;
          display: block;
          border: 1px solid #000000;
          color: black;
          border-radius: 5px;
          background-image: url(../images/icon/arrow-lang.png);
          background-repeat: no-repeat;
          background-position: 83%;
          width: 140px;
          padding: 10px 8px;
          font-family: 'Nunito';
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.2px;
          cursor: pointer; }
          .mobail-nav-menu .movement-menu-active ul .switch .lang-item {
            display: none; }
          .mobail-nav-menu .movement-menu-active ul .switch .lang-item-active {
            display: block;
            position: absolute;
            top: 45px;
            left: 0px;
            background: rgba(109, 109, 109, 0.356);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            border-radius: 0 0 3px 3px;
            padding-left: 8px; }
            .mobail-nav-menu .movement-menu-active ul .switch .lang-item-active a {
              font-family: 'Montserrat';
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.2px;
              color: #000000; }
              .mobail-nav-menu .movement-menu-active ul .switch .lang-item-active a:hover {
                text-decoration: underline; } }
  .mobail-nav-menu .burger-menu {
    display: none; }
    @media (max-width: 950px) {
      .mobail-nav-menu .burger-menu {
        display: block;
        position: absolute;
        top: 33px;
        right: 10px;
        width: 25px;
        height: 30px;
        cursor: pointer;
        z-index: 3; }
        .mobail-nav-menu .burger-menu .burger {
          position: relative;
          background-color: rgba(255, 255, 255, 0.7);
          height: 2px;
          width: 25px;
          top: 14px;
          left: 0;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          .mobail-nav-menu .burger-menu .burger::before {
            content: '';
            position: absolute;
            top: 7px;
            left: 0;
            width: 25px;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.7); }
          .mobail-nav-menu .burger-menu .burger::after {
            content: '';
            position: absolute;
            top: -7px;
            left: 0;
            width: 25px;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.7); }
        .mobail-nav-menu .burger-menu .burger.cross {
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
          .mobail-nav-menu .burger-menu .burger.cross:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -7px;
            opacity: 0; }
          .mobail-nav-menu .burger-menu .burger.cross:before {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
            top: -0px; } }

header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  background-image: url(../images/title_fon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
  min-width: 100%;
  min-height: 500px;
  height: 65vh; }
  @media (max-width: 1120px) {
    header {
      background-position-x: 40%; } }
  @media (max-width: 840px) {
    header {
      background-position-x: 60%; } }
  @media (max-width: 500px) {
    header {
      background-position-x: 70%;
      height: 389px; } }
  header .header__contant {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 74px; }
    header .header__contant .logo {
      margin-right: 40px; }
      @media (max-width: 1120px) {
        header .header__contant .logo {
          margin-right: 10px; } }
      @media (max-width: 980px) {
        header .header__contant .logo {
          margin-right: 0; } }
    header .header__contant nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 950px) {
        header .header__contant nav ul {
          display: none; } }
      @media (max-width: 500px) {
        header .header__contant nav ul {
          margin-top: 20px;
          margin-bottom: 30px; } }
      header .header__contant nav ul li {
        margin-right: 30px;
        position: relative; }
        header .header__contant nav ul li a {
          font-family: 'Nunito';
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #FFFFFF;
          letter-spacing: 0.1px;
          white-space: nowrap; }
        header .header__contant nav ul li::after {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          bottom: 0;
          width: 0%;
          height: 2px;
          background-color: #ffa200;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0); }
        header .header__contant nav ul li:hover:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          width: 100%; }
        header .header__contant nav ul li:last-child {
          margin-right: 0; }
        @media (max-width: 1120px) {
          header .header__contant nav ul li {
            margin-right: 20px; } }
        @media (max-width: 1010px) {
          header .header__contant nav ul li {
            margin-right: 10px; } }
        @media (max-width: 950px) {
          header .header__contant nav ul li {
            margin-top: 20px; } }
    header .header__contant .switch {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      border: 1px solid #FFFFFF;
      color: #fff;
      border-radius: 5px;
      background-image: url(../images/icon/arrow-lang-comp.png);
      background-repeat: no-repeat;
      background-position: 95%;
      width: 100px;
      padding: 10px 8px;
      font-family: 'Nunito';
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.2px;
      cursor: pointer; }
      @media (max-width: 1120px) {
        header .header__contant .switch {
          width: 65px;
          padding: 3px 3px;
          background-position: 60px; } }
      @media (max-width: 950px) {
        header .header__contant .switch {
          display: none; } }
      header .header__contant .switch .lang-item {
        display: none; }
      header .header__contant .switch .lang-item-active {
        display: block;
        position: absolute;
        top: 45px;
        left: 0px;
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        padding-left: 8px; }
        @media (max-width: 1120px) {
          header .header__contant .switch .lang-item-active {
            border-radius: 5px 5px 5px 5px;
            top: 31px;
            left: -10px;
            width: 85px;
            padding-left: 3px;
            background-position: 60px; } }
        header .header__contant .switch .lang-item-active a {
          font-family: 'Montserrat';
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.2px;
          color: #000000; }
          header .header__contant .switch .lang-item-active a:hover {
            text-decoration: underline; }
    @media (max-width: 950px) {
      header .header__contant .switch-active {
        display: block;
        position: relative;
        top: 404px;
        left: -150px;
        z-index: 11; } }
    header .header__contant .logo-person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media (max-width: 950px) {
        header .header__contant .logo-person .logo__person {
          margin-right: 40px; } }
      header .header__contant .logo-person .logo__person img {
        display: block;
        width: 16px;
        height: 18px; }
  header .background__title {
    position: relative;
    z-index: 0; }
    header .background__title .title {
      font-family: 'Nunito';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0.1px;
      color: #FFFFFF;
      max-width: 45%;
      margin-bottom: 40px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1040px) {
        header .background__title .title {
          max-width: 50%; } }
      @media (max-width: 840px) {
        header .background__title .title {
          max-width: 60%; } }
      @media (max-width: 707px) {
        header .background__title .title {
          max-width: 100%; } }
      @media (max-width: 500px) {
        header .background__title .title {
          font-weight: 600;
          font-size: 14px;
          line-height: 24px; } }
      header .background__title .title span {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 800;
        font-size: 58px;
        line-height: 80px;
        letter-spacing: 0.2px;
        color: #FFFFFF; }
        @media (max-width: 500px) {
          header .background__title .title span {
            font-weight: 700;
            font-size: 40px;
            line-height: 50px; } }
    header .background__title .btn__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 80px;
      height: 40px; }
      @media (max-width: 500px) {
        header .background__title .btn__title {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; } }
      header .background__title .btn__title .blue__btn {
        margin-right: 23px; }
        @media (max-width: 500px) {
          header .background__title .btn__title .blue__btn {
            width: 100%;
            text-align: center; } }
        header .background__title .btn__title .blue__btn a {
          background-color: #03bafe;
          padding: 16px 24px;
          border-radius: 3px;
          font-family: 'Nunito';
          font-weight: 700;
          font-size: 14px;
          line-height: 28px;
          text-align: center;
          letter-spacing: 0.2px;
          color: #FFFFFF;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
          white-space: nowrap; }
          header .background__title .btn__title .blue__btn a:hover {
            background-color: rgba(3, 187, 254, 0.4); }
          @media (max-width: 500px) {
            header .background__title .btn__title .blue__btn a {
              padding: 12px 30%;
              margin-right: 0; } }
    @media (max-width: 500px) {
      header .background__title .btn__video {
        display: none; } }
    header .background__title .btn__video a {
      border: solid 1px white;
      background-color: rgba(3, 187, 254, 0);
      padding: 16px 26px;
      border-radius: 3px;
      font-family: 'Nunito';
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0.2px;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      color: #FFFFFF; }
      header .background__title .btn__video a:hover {
        background-color: rgba(0, 186, 253, 0.4); }

footer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  height: 155px;
  position: relative; }
  footer::before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #050404;
    position: absolute;
    left: 10%;
    top: -27px;
    z-index: 50; }

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__link .familiarization a {
    margin-right: 40px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #03bafe; }
    .footer__link .familiarization a:hover {
      text-decoration: underline; }
  .footer__link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__link ul li {
      margin-left: 10px;
      background-color: #f3f3f3;
      border-radius: 50%; }
      .footer__link ul li img {
        padding: 10px; }

.license {
  margin: 54px 0 0 20px;
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; }

.dreamer {
  margin-top: 52px; }
  @media (max-width: 768px) {
    .dreamer {
      margin-top: 30px; } }
  @media (max-width: 500px) {
    .dreamer {
      margin-top: 20px; } }
  .dreamer .title__dreamer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px; }
    @media (max-width: 500px) {
      .dreamer .title__dreamer {
        margin-bottom: 20px; } }
    .dreamer .title__dreamer .btn__dreamer {
      display: block; }
      @media (max-width: 768px) {
        .dreamer .title__dreamer .btn__dreamer {
          display: none; } }
      .dreamer .title__dreamer .btn__dreamer a {
        border: solid 1px #03bafe;
        padding: 15px 23px;
        border-radius: 5px;
        color: #03bafe;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s; }
        .dreamer .title__dreamer .btn__dreamer a:hover {
          background-color: rgba(3, 187, 254, 0.1); }
  .dreamer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    .dreamer ul li {
      max-width: 30%;
      -webkit-box-shadow: 0px 0px 5px #e5e5e5;
      box-shadow: 0px 0px 5px #e5e5e5;
      background: #FFFFFF;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 20px; }
      @media (max-width: 650px) {
        .dreamer ul li {
          padding-bottom: 10px; } }
      .dreamer ul li h4 {
        padding: 20px 20px 0 20px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 768px) {
          .dreamer ul li h4 {
            font-weight: 700;
            font-size: 14px;
            line-height: 19px; } }
        @media (max-width: 650px) {
          .dreamer ul li h4 {
            padding: 10px 10px 0px 10px; } }
        @media (max-width: 500px) {
          .dreamer ul li h4 {
            padding: 5px 5px 0 5px;
            line-height: 15px; } }
      .dreamer ul li p {
        padding: 10px 20px 0 20px;
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 768px) {
          .dreamer ul li p {
            font-weight: 400;
            font-size: 11px;
            line-height: 15px; } }
        @media (max-width: 650px) {
          .dreamer ul li p {
            padding: 10px 10px 0px 10px; } }
        @media (max-width: 500px) {
          .dreamer ul li p {
            padding: 5px 5px 0 5px;
            line-height: 12px; } }
      .dreamer ul li .accumulation div {
        margin: 10px 20px 0 20px;
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #999999; }
        @media (max-width: 768px) {
          .dreamer ul li .accumulation div {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px; } }
        @media (max-width: 650px) {
          .dreamer ul li .accumulation div {
            margin: 10px 10px 0px 10px; } }
        @media (max-width: 500px) {
          .dreamer ul li .accumulation div {
            margin: 5px 10px 0 5px; } }
      .dreamer ul li .accumulation .one-range {
        background: -webkit-linear-gradient(left, #03bafe 0%, #03bafe 75.58%, rgba(3, 186, 254, 0.5) 75.58%, rgba(3, 186, 254, 0.5) 100%);
        height: 5px;
        border-radius: 10px;
        width: 85%;
        margin: 10px 0 0 20px; }
        @media (max-width: 650px) {
          .dreamer ul li .accumulation .one-range {
            margin: 5px 0px 0px 5px; } }
        @media (max-width: 500px) {
          .dreamer ul li .accumulation .one-range {
            width: 85%; } }
      .dreamer ul li .accumulation .two-range {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background: -webkit-linear-gradient(left, #03bafe 0%, #03bafe 96.4%, rgba(3, 186, 254, 0.5) 96.4%, rgba(3, 186, 254, 0.5) 100%);
        height: 5px;
        border-radius: 10px;
        width: 85%;
        margin: 10px 0 0 20px; }
        @media (max-width: 650px) {
          .dreamer ul li .accumulation .two-range {
            margin: 5px 0px 0px 5px; } }
        @media (max-width: 500px) {
          .dreamer ul li .accumulation .two-range {
            width: 85%; } }
      .dreamer ul li .accumulation .three-range {
        background: -webkit-linear-gradient(left, #03bafe 0%, #03bafe 77.14%, rgba(3, 186, 254, 0.5) 77.14%, rgba(3, 186, 254, 0.5) 100%);
        height: 5px;
        border-radius: 10px;
        width: 85%;
        margin: 10px 0 0 20px; }
        @media (max-width: 650px) {
          .dreamer ul li .accumulation .three-range {
            margin: 5px 0px 0px 5px; } }
        @media (max-width: 500px) {
          .dreamer ul li .accumulation .three-range {
            width: 85%; } }
      .dreamer ul li .accumulation span {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
        @media (max-width: 768px) {
          .dreamer ul li .accumulation span {
            font-weight: 700;
            font-size: 12px;
            line-height: 12px; } }
  .dreamer .btn-bottom {
    display: none; }
    @media (max-width: 768px) {
      .dreamer .btn-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px; } }
    .dreamer .btn-bottom .btn__dreamer {
      border: solid 1px #03bafe;
      padding: 12px 30px;
      max-width: 70%;
      border-radius: 5px;
      text-align: center; }
      .dreamer .btn-bottom .btn__dreamer a {
        font-weight: 700;
        font-size: 14px;
        line-height: 28px;
        color: #03bafe; }
      .dreamer .btn-bottom .btn__dreamer:hover {
        background-color: #0066ff10; }
  .dreamer .nakometa__discription {
    text-align: center;
    width: 100%;
    background: rgba(235, 250, 255, 0.7);
    border-radius: 20px;
    min-height: 122px;
    margin-bottom: 60px;
    padding-top: 40px; }
    @media (max-width: 768px) {
      .dreamer .nakometa__discription {
        height: auto;
        min-height: 107px;
        padding-top: 30px; } }
    .dreamer .nakometa__discription a {
      font-family: 'Nunito';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0.1px;
      background: -webkit-gradient(linear, left top, left bottom, from(#03BAFE), to(#0068FF));
      background: -webkit-linear-gradient(top, #03BAFE 0%, #0068FF 100%);
      background: -o-linear-gradient(top, #03BAFE 0%, #0068FF 100%);
      background: linear-gradient(180deg, #03BAFE 0%, #0068FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
      @media (max-width: 768px) {
        .dreamer .nakometa__discription a {
          font-weight: 700;
          font-size: 16px;
          line-height: 24px; } }

.support h3 {
  text-align: center;
  margin-bottom: 125px; }

.support .support__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 1080px) {
    .support .support__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 900px) {
    .support .support__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .support .support__content .left__img {
    height: 562px;
    width: 700px; }
    @media (max-width: 1080px) {
      .support .support__content .left__img {
        width: 95%;
        height: 95%; } }
    @media (max-width: 900px) {
      .support .support__content .left__img {
        width: 100%;
        height: 100%; } }
    .support .support__content .left__img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .support .support__content .support__more {
    max-width: 35%; }
    @media (max-width: 1135px) {
      .support .support__content .support__more {
        max-width: 40%; } }
    @media (max-width: 970px) {
      .support .support__content .support__more {
        max-width: 45%; } }
    @media (max-width: 900px) {
      .support .support__content .support__more {
        max-width: none; } }
    .support .support__content .support__more .motivation {
      border: solid 2px rgba(3, 186, 254, 0.15);
      padding: 30px;
      border-radius: 20px; }
      .support .support__content .support__more .motivation h4 {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.1px;
        padding-bottom: 15px;
        max-width: 70%; }
        @media (max-width: 900px) {
          .support .support__content .support__more .motivation h4 {
            max-width: none; } }
        @media (max-width: 500px) {
          .support .support__content .support__more .motivation h4 {
            font-weight: 600;
            font-size: 18px; } }
      .support .support__content .support__more .motivation div {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.1px;
        color: #03bafe;
        padding-bottom: 15px; }
        @media (max-width: 500px) {
          .support .support__content .support__more .motivation div {
            font-weight: 700;
            font-size: 21px; } }
      .support .support__content .support__more .motivation span {
        display: inline-block;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #999999;
        padding-bottom: 15px;
        max-width: 70%; }
        @media (max-width: 1023px) {
          .support .support__content .support__more .motivation span {
            max-width: 80%; } }
        @media (max-width: 900px) {
          .support .support__content .support__more .motivation span {
            max-width: none; } }
        @media (max-width: 500px) {
          .support .support__content .support__more .motivation span {
            font-weight: 600;
            font-size: 14px; } }
    .support .support__content .support__more .more {
      margin-top: 20px;
      background-color: #EBFAFF;
      border-radius: 20px;
      padding-bottom: 12px; }
      .support .support__content .support__more .more h4 {
        padding: 20px 0 0 20px;
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px; }
        @media (max-width: 500px) {
          .support .support__content .support__more .more h4 {
            font-weight: 700;
            font-size: 21px; } }
      .support .support__content .support__more .more ul {
        margin-bottom: 25px; }
        .support .support__content .support__more .more ul li {
          padding: 24px 40px 0 64px;
          font-family: 'Nunito';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          position: relative; }
          @media (max-width: 500px) {
            .support .support__content .support__more .more ul li {
              font-weight: 400;
              font-size: 12px; } }
          .support .support__content .support__more .more ul li a {
            color: #0068FF; }
        .support .support__content .support__more .more ul .one-list::before {
          content: url(../images/num_list/num-1.png);
          position: absolute;
          top: 5px;
          left: 20px; }
        .support .support__content .support__more .more ul .two-list::before {
          content: url(../images/num_list/num-2.png);
          position: absolute;
          top: 16px;
          left: 20px; }
        .support .support__content .support__more .more ul .tree-list::before {
          content: url(../images/num_list/num-3.png);
          position: absolute;
          top: 16px;
          left: 20px; }
        .support .support__content .support__more .more ul .four-list::before {
          content: url(../images/num_list/num-4.png);
          position: absolute;
          top: 26px;
          left: 20px; }
    .support .support__content .support__more .btn__support {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      padding-bottom: 20px; }
      @media (max-width: 900px) {
        .support .support__content .support__more .btn__support {
          -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
      .support .support__content .support__more .btn__support .btn__start {
        margin-right: 11px;
        margin-left: 20px; }
        @media (max-width: 500px) {
          .support .support__content .support__more .btn__support .btn__start {
            text-align: center;
            width: 90%;
            font-weight: 700;
            font-size: 14px; } }
        .support .support__content .support__more .btn__support .btn__start a {
          background-color: #ffa200;
          padding: 13px 25px;
          border-radius: 5px;
          font-family: 'Nunito';
          font-style: normal;
          font-size: 14px;
          line-height: 28px;
          text-align: center;
          letter-spacing: 0.2px;
          color: #000000;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          .support .support__content .support__more .btn__support .btn__start a:hover {
            background-color: #ffd900; }
      .support .support__content .support__more .btn__support .btn__more {
        display: block; }
        @media (max-width: 500px) {
          .support .support__content .support__more .btn__support .btn__more {
            display: none; } }
        .support .support__content .support__more .btn__support .btn__more a {
          background-color: #03bafe;
          padding: 13px 25px;
          border-radius: 5px;
          font-family: 'Nunito';
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          line-height: 28px;
          text-align: center;
          letter-spacing: 0.2px;
          color: #FFFFFF;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          .support .support__content .support__more .btn__support .btn__more a:hover {
            background-color: #06749c; }

.possibility {
  margin-top: 108px; }
  .possibility h3 {
    margin-bottom: 27px; }
  .possibility .subtitle {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px; }
  .possibility ul {
    margin-top: 50px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .possibility ul li {
      padding: 40px 30px;
      max-width: 23%;
      margin-right: 40px;
      height: 400px;
      background-color: rgba(235, 250, 255, 0.7);
      border-radius: 20px; }
      @media (max-width: 1020px) {
        .possibility ul li {
          height: 360px;
          padding: 20px 15px;
          margin-right: 20px; }
          .possibility ul li:last-child {
            margin-right: 0; } }
      @media (max-width: 861px) {
        .possibility ul li {
          height: 350px;
          padding: 10px 7px; } }
      @media (max-width: 791px) {
        .possibility ul li {
          margin-right: 5px; }
          .possibility ul li:last-child {
            margin-right: 0px; } }
      .possibility ul li:last-child {
        margin-right: 0; }
      .possibility ul li img {
        padding-bottom: 40px; }
        @media (max-width: 791px) {
          .possibility ul li img {
            padding-bottom: 20px; } }
      .possibility ul li h4 {
        padding-bottom: 20px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 791px) {
          .possibility ul li h4 {
            padding-bottom: 10px; } }
        @media (max-width: 727px) {
          .possibility ul li h4 {
            font-weight: 600;
            font-size: 18px;
            line-height: 22px; } }
      .possibility ul li p {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px; }
        @media (max-width: 961px) {
          .possibility ul li p {
            line-height: 20px; } }
        @media (max-width: 727px) {
          .possibility ul li p {
            font-size: 12px;
            line-height: 18px; } }

.tell__about-dream {
  margin-bottom: 60px; }
  @media (max-width: 828px) {
    .tell__about-dream {
      margin-bottom: 0px; } }
  .tell__about-dream .layout {
    overflow: visible; }
  .tell__about-dream .background__tel {
    padding: 60px 0 0 60px;
    background-color: #ebfaff;
    border-radius: 20px;
    height: 957px; }
    @media (max-width: 828px) {
      .tell__about-dream .background__tel {
        background-color: rgba(235, 250, 255, 0);
        padding: 30px 0 0 0; } }
    @media (max-width: 828px) {
      .tell__about-dream .background__tel .name-block {
        display: none; } }
    .tell__about-dream .background__tel .responsive-name {
      display: none; }
      @media (max-width: 828px) {
        .tell__about-dream .background__tel .responsive-name {
          display: block; } }
    .tell__about-dream .background__tel h3 {
      max-width: 49%;
      margin-bottom: 52px; }
      @media (max-width: 828px) {
        .tell__about-dream .background__tel h3 {
          max-width: none; } }
    .tell__about-dream .background__tel .tell-dream__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 828px) {
        .tell__about-dream .background__tel .tell-dream__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .tell__about-dream .background__tel .tell-dream__content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 3;
        min-width: 560px;
        height: 655px;
        background: #FFFFFF;
        border-radius: 20px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 2; }
        @media (max-width: 1080px) {
          .tell__about-dream .background__tel .tell-dream__content form {
            top: 0;
            left: 70px; } }
        @media (max-width: 960px) {
          .tell__about-dream .background__tel .tell-dream__content form {
            left: 100px; } }
        @media (max-width: 874px) {
          .tell__about-dream .background__tel .tell-dream__content form {
            left: 130px; } }
        @media (max-width: 828px) {
          .tell__about-dream .background__tel .tell-dream__content form {
            position: static; } }
        @media (max-width: 590px) {
          .tell__about-dream .background__tel .tell-dream__content form {
            min-width: auto;
            width: 90vw; } }
        .tell__about-dream .background__tel .tell-dream__content form #file + label {
          border-radius: 20px 20px  0 0;
          background: #F9F9F9;
          width: 560px;
          min-height: 325px;
          background-image: url(../images/form.png);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          text-align: center;
          padding-top: 230px; }
          @media (max-width: 828px) {
            .tell__about-dream .background__tel .tell-dream__content form #file + label {
              margin-top: -24px; } }
          @media (max-width: 590px) {
            .tell__about-dream .background__tel .tell-dream__content form #file + label {
              width: 100%; } }
          .tell__about-dream .background__tel .tell-dream__content form #file + label span {
            color: #03bafe; }
        .tell__about-dream .background__tel .tell-dream__content form #dream {
          margin: 20px 20px 0 20px;
          padding-left: 10px;
          width: 520px;
          height: 40px;
          background: #F9F9F9;
          border: solid 1px #E9E9E9; }
          @media (max-width: 590px) {
            .tell__about-dream .background__tel .tell-dream__content form #dream {
              width: 93%; } }
          .tell__about-dream .background__tel .tell-dream__content form #dream::-webkit-input-placeholder {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #737373; }
          .tell__about-dream .background__tel .tell-dream__content form #dream:-ms-input-placeholder {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #737373; }
          .tell__about-dream .background__tel .tell-dream__content form #dream::-ms-input-placeholder {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #737373; }
          .tell__about-dream .background__tel .tell-dream__content form #dream::placeholder {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #737373; }
        .tell__about-dream .background__tel .tell-dream__content form #description {
          resize: none;
          margin: 20px;
          background: #F9F9F9;
          width: 520px;
          height: 80px;
          border: solid 1px #E9E9E9;
          font-family: 'Nunito';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #737373;
          padding: 10px; }
          @media (max-width: 590px) {
            .tell__about-dream .background__tel .tell-dream__content form #description {
              width: 93%; } }
        .tell__about-dream .background__tel .tell-dream__content form .money {
          position: relative;
          top: 0;
          left: 20px;
          width: 100%; }
          .tell__about-dream .background__tel .tell-dream__content form .money #money {
            width: 520px;
            height: 44px;
            background: #F9F9F9;
            border: solid 1px #E9E9E9;
            padding-left: 30px; }
            @media (max-width: 590px) {
              .tell__about-dream .background__tel .tell-dream__content form .money #money {
                width: 100%; } }
          @media (max-width: 590px) {
            .tell__about-dream .background__tel .tell-dream__content form .money {
              left: auto;
              width: 93%; } }
          .tell__about-dream .background__tel .tell-dream__content form .money::before {
            content: '';
            position: absolute;
            top: 15px;
            left: 10px;
            background-image: url(../images/icon/€.png);
            background-repeat: no-repeat;
            width: 10px;
            height: 24px;
            z-index: 999; }
        .tell__about-dream .background__tel .tell-dream__content form button {
          margin-top: 22px;
          padding: 10px 20px;
          width: 140px;
          background-color: #ffa200;
          font-family: 'Nunito';
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 24px;
          color: #000000;
          border: none;
          border-radius: 5px;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          .tell__about-dream .background__tel .tell-dream__content form button:hover {
            cursor: pointer;
            background-color: #ce8913; }
      .tell__about-dream .background__tel .tell-dream__content .img__tell-dream {
        position: relative;
        margin-top: -50px;
        margin-left: 20px; }
        @media (max-width: 828px) {
          .tell__about-dream .background__tel .tell-dream__content .img__tell-dream {
            display: none; } }
        .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream {
          margin-left: 30px; }
          @media (max-width: 1080px) {
            .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream {
              margin-left: 80px; } }
          @media (max-width: 960px) {
            .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream {
              margin-left: 100px; } }
          @media (max-width: 874px) {
            .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream {
              margin-left: 120px; } }
          .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream h5 {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.1px;
            color: #999999; }
          .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream div {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #999999; }
            .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream div span {
              font-weight: 700;
              color: black; }
          .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream .four-range {
            width: 440px;
            background: -webkit-linear-gradient(left, #03bafe 0%, #03bafe 0%, rgba(3, 186, 254, 0.5) 0%, rgba(3, 186, 254, 0.5) 100%);
            height: 5px;
            border-radius: 10px;
            margin: 10px 0; }
            @media (max-width: 1080px) {
              .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream .four-range {
                width: 350px; } }
            @media (max-width: 960px) {
              .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream .four-range {
                width: 290px; } }
            @media (max-width: 874px) {
              .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .name__dream .four-range {
                width: 240px; } }
        .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .img-right {
          position: relative;
          top: -190px;
          left: -100px;
          width: 550px;
          height: 500px; }
          .tell__about-dream .background__tel .tell-dream__content .img__tell-dream .img-right img {
            z-index: 0;
            width: 100%;
            height: 100%; }

.fundraising__company h3 {
  margin-bottom: 47px; }

.fundraising__company .accordion-wrap .accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .fundraising__company .accordion-wrap .accordion-item h4 {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
    -o-text-overflow: 20px;
    text-overflow: 20px; }
  .fundraising__company .accordion-wrap .accordion-item .fa {
    -webkit-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
    -webkit-filter: contrast(0.9);
    filter: contrast(0.9); }
  .fundraising__company .accordion-wrap .accordion-item .rotate-fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .fundraising__company .accordion-wrap .accordion-item .accordion-header {
    -webkit-transition: ease-in-out 100ms;
    -o-transition: ease-in-out 100ms;
    transition: ease-in-out 100ms; }
    .fundraising__company .accordion-wrap .accordion-item .accordion-header .fa {
      float: right;
      line-height: 35px; }

.fundraising__company .accordion-wrap .accordion-text {
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px; }
  .fundraising__company .accordion-wrap .accordion-text p {
    padding-top: 20px;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px; }

.fundraising__company .accordion-wrap .accordion-no-bar {
  border-bottom: 0; }

.fundraising__company .fundraising__footer {
  margin-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .fundraising__company .fundraising__footer .question {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #000000; }
  .fundraising__company .fundraising__footer .mail {
    padding: 20px 0 70px 0; }
    .fundraising__company .fundraising__footer .mail a {
      font-family: 'Nunito';
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.2px;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      color: #03bafe;
      padding-right: 68px; }
      .fundraising__company .fundraising__footer .mail a:last-child {
        padding-right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.review .slick-dots {
  width: 10px;
  max-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.review .slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  border: 1px solid #ebedec;
  cursor: pointer;
  z-index: 99; }

.review .slick-next {
  background-image: url(../images/img-next.png);
  right: -24px; }
  @media (max-width: 1214px) {
    .review .slick-next {
      right: -12px; } }

.review .slick-prev {
  background-image: url(../images/img-prev.png);
  left: -24px; }
  @media (max-width: 1214px) {
    .review .slick-prev {
      left: -12px; } }

.slider__review .slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  border: 1px solid #ebedec;
  cursor: pointer;
  z-index: 99; }

.slider__review .slick-next {
  background-image: url(../images/img-next.png);
  right: -88px; }
  @media (max-width: 1365px) {
    .slider__review .slick-next {
      right: -15px; } }

.slider__review .slick-prev {
  background-image: url(../images/img-prev.png);
  left: -88px; }
  @media (max-width: 1365px) {
    .slider__review .slick-prev {
      left: 10px; } }

.slider__review {
  margin-top: 128px; }
  .slider__review .layout {
    overflow: visible; }
    .slider__review .layout ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .slider__review .layout ul li {
        position: relative;
        top: 0;
        left: 20px;
        margin-right: 20px; }
        .slider__review .layout ul li::before {
          content: '';
          width: 69px;
          height: 69px;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          position: absolute;
          top: 40%;
          left: 50%;
          z-index: 10;
          cursor: pointer; }

.review {
  margin-top: 129px; }
  .review .layout {
    overflow: visible; }
  @media (max-width: 768px) {
    .review {
      margin-top: 100px; } }
  @media (max-width: 500px) {
    .review {
      margin-top: 50px; } }
  .review h3 {
    margin-bottom: 60px; }
  .review ul {
    padding: 10px; }
    .review ul li {
      position: relative;
      top: 0;
      left: 29px;
      height: 325px;
      padding: 33px 33px 0 33px;
      margin: 0 20px 0 0;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 71, 0.096);
      box-shadow: 0px 0px 10px rgba(50, 50, 71, 0.096);
      border-radius: 20px; }
      .review ul li:nth-child(2) {
        margin: 0; }
      @media (max-width: 1116px) {
        .review ul li {
          height: 370px; } }
      @media (max-width: 1000px) {
        .review ul li {
          left: 15px;
          max-width: 30%;
          margin-right: 10px;
          padding: 20px; }
          .review ul li:last-child {
            margin-right: 0; } }
      @media (max-width: 846px) {
        .review ul li {
          position: relative;
          top: 0;
          left: 17px;
          margin: 0 10px;
          height: 330px; } }
      @media (max-width: 768px) {
        .review ul li {
          padding: 20px;
          height: 240px; } }
      @media (max-width: 642px) {
        .review ul li {
          height: 270px; } }
      @media (max-width: 642px) {
        .review ul li {
          max-width: 300px; } }
      @media (max-width: 524px) {
        .review ul li {
          left: 150px; } }
      @media (max-width: 370px) {
        .review ul li {
          max-width: 250px; } }
      .review ul li h4 {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 14px; }
        @media (max-width: 768px) {
          .review ul li h4 {
            padding-bottom: 8px;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 500px) {
          .review ul li h4 {
            line-height: 18px; } }
      .review ul li p {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 768px) {
          .review ul li p {
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            padding-bottom: 20px; } }
        @media (max-width: 500px) {
          .review ul li p {
            line-height: 15px; } }
      .review ul li .foto-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: absolute;
        bottom: 30px;
        left: 33px; }
        @media (max-width: 629px) {
          .review ul li .foto-name {
            left: 20px; } }
        .review ul li .foto-name img {
          padding-right: 20px; }
        @media (max-width: 768px) {
          .review ul li .foto-name span {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px; } }
        @media (max-width: 500px) {
          .review ul li .foto-name span {
            line-height: 18px; } }

.popup .blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0, 0, 0, 0.5); }

.popup_catalog {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  display: block;
  z-index: -1; }
  .popup_catalog.open {
    opacity: 1;
    z-index: 9999; }
  .popup_catalog .flex {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .popup_catalog .box {
    display: block;
    overflow: hidden;
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(24, 24, 24, 0.63);
    box-shadow: 0px 4px 15px rgba(24, 24, 24, 0.63);
    border-radius: 3px;
    position: relative;
    padding: 60px 40px 60px 40px; }
    @media (max-width: 1550px) {
      .popup_catalog .box {
        width: 680px;
        padding: 60px 30px 60px 30px; } }
    @media (max-width: 767px) {
      .popup_catalog .box {
        width: 330px;
        height: 450px;
        padding: 60px 10px 30px 10px; } }
    .popup_catalog .box .close {
      position: absolute;
      top: 20px;
      right: 20px;
      display: block;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 767px) {
        .popup_catalog .box .close {
          top: 10px;
          right: 10px; } }
      .popup_catalog .box .close img {
        width: 100%;
        height: 100%;
        display: block; }
    .popup_catalog .box h3 {
      font-family: 'Nunito';
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      color: #434343;
      display: block;
      width: 510px;
      margin: 0 auto 30px;
      padding: 26px 36px 26px 36px;
      border: 2px solid rgba(3, 187, 254, 0.4);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-weight: 500;
      font-size: 22px;
      line-height: 130%;
      color: #434343; }
      @media (max-width: 767px) {
        .popup_catalog .box h3 {
          width: 100%;
          padding: 10px 10px 10px 10px;
          font-size: 14px;
          margin: 0 auto 30px; } }
      .popup_catalog .box h3:before {
        content: '';
        display: block;
        position: absolute;
        width: 231px;
        height: 140px;
        left: -5px;
        top: -5px;
        border-left: 8px solid rgba(3, 187, 254, 0.4);
        border-top: 8px solid rgba(3, 187, 254, 0.4);
        border-bottom: none;
        border-right: none; }
        @media (max-width: 767px) {
          .popup_catalog .box h3:before {
            height: 110px;
            display: none; } }
      .popup_catalog .box h3:after {
        content: '';
        display: block;
        position: absolute;
        width: 360px;
        height: 1px;
        left: 3px;
        bottom: -5px;
        border-bottom: 8px solid #ffffff;
        border-top: none;
        border-right: none;
        border-left: none; }
        @media (max-width: 767px) {
          .popup_catalog .box h3:after {
            width: 160px; } }
    .popup_catalog .box form {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto; }
      .popup_catalog .box form fieldset {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto; }
        .popup_catalog .box form fieldset input {
          font-family: 'Nunito';
          font-weight: 700;
          font-size: 18px;
          line-height: 28px;
          color: #434343;
          width: 300px;
          height: 40px;
          border: none;
          padding: 0 12px 0 12px;
          border-bottom: 2px solid rgba(3, 187, 254, 0.4);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0 0 60px 0;
          color: rgba(3, 187, 254, 0.4); }
          @media (max-width: 767px) {
            .popup_catalog .box form fieldset input {
              width: 100%;
              font-size: 14px;
              margin: 0 0 30px 0; } }
          .popup_catalog .box form fieldset input.name {
            float: left;
            border-right: 2px solid rgba(3, 187, 254, 0.4); }
            .popup_catalog .box form fieldset input.name:hover, .popup_catalog .box form fieldset input.name:focus {
              border-right: 2px solid #03bafe; }
          .popup_catalog .box form fieldset input.email {
            float: right;
            border-left: 2px solid rgba(3, 187, 254, 0.4); }
            .popup_catalog .box form fieldset input.email:hover, .popup_catalog .box form fieldset input.email:focus {
              border-left: 2px solid #03bafe; }
          .popup_catalog .box form fieldset input:hover, .popup_catalog .box form fieldset input:focus {
            border-bottom: 2px solid #03bafe; }
          .popup_catalog .box form fieldset input.error {
            border: 2px solid #ff0000; }
        .popup_catalog .box form fieldset button {
          font-family: 'Nunito';
          font-weight: 700;
          font-size: 18px;
          line-height: 28px;
          color: #434343;
          cursor: pointer;
          font-weight: 500;
          line-height: 56px;
          color: #FFFFFF;
          display: block;
          width: 265px;
          height: 56px;
          border: none;
          background: #03bafe;
          -webkit-box-shadow: 0px 11px 15px rgba(0, 148, 134, 0.27);
          box-shadow: 0px 11px 15px rgba(0, 148, 134, 0.27);
          border-radius: 3px;
          margin: 0 auto; }
          @media (max-width: 767px) {
            .popup_catalog .box form fieldset button {
              width: 230px;
              margin: 0 auto 15px;
              text-align: center;
              font-size: 14px;
              line-height: 48px;
              width: 230px;
              height: 48px; } }
          .popup_catalog .box form fieldset button:hover {
            -webkit-box-shadow: 0px 4px 15px rgba(0, 148, 134, 0.6), 0px 11px 15px rgba(0, 148, 134, 0.27);
            box-shadow: 0px 4px 15px rgba(0, 148, 134, 0.6), 0px 11px 15px rgba(0, 148, 134, 0.27); }
          .popup_catalog .box form fieldset button:active {
            -webkit-box-shadow: none;
            box-shadow: none; }
