body {
  margin: 0;
  font-family: 'Calibri', sans-serif; }

button:focus, button:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important; }

a, button, input, textarea {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  position: relative; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.hamburger {
  display: none; }

#fullpage {
  position: relative; }

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 5; }
  .header .logo {
    margin-top: 30px;
    height: 150px;
    width: 180px;
    display: inline-block;
    padding: 25px;
    background-color: #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .header .logo img {
      width: 100%; }
  .header.active .logo {
    margin-top: 0;
    height: 85px;
    width: 115px;
    display: inline-block;
    padding: 15px;
    background-color: #fff; }
  .header.active .hamburger {
    margin-top: 20px;
    margin-left: 15px; }

.hamburger {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #8ccec2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: 50px;
  float: right;
  margin-right: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: 1;
  cursor: pointer; }
  .hamburger.active {
    opacity: 0;
    pointer-events: none; }
  .hamburger .line {
    width: 15px;
    height: 3px;
    background-color: #fff;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative; }
    .hamburger .line:before {
      content: '';
      height: 3px;
      width: 3px;
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      left: -5px;
      top: 0; }

.hamburger_menu {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8ccec2;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0; }
  .hamburger_menu .line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative; }
    .hamburger_menu .line:first-of-type {
      left: 12.5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .hamburger_menu .line:last-of-type {
      right: 12.5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#menu {
  margin: 0;
  padding: 0;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -300px;
  top: 0px;
  padding: 30px;
  padding-top: 70px;
  list-style-type: none;
  z-index: 70;
  height: 100vh;
  width: 300px;
  background-color: rgba(140, 206, 194, 0.75);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  #menu.active {
    right: 0px; }
  #menu .language {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px; }
    #menu .language a {
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      height: 25px;
      width: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
      text-transform: uppercase;
      color: #1d9f88;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px #1d9f88 solid;
      margin: 5px; }
      #menu .language a.active_lang {
        background-color: #1d9f88;
        color: #fff; }
  #menu li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px; }
  #menu a {
    float: left;
    padding: 10px 20px;
    background-color: transparent;
    width: 100%;
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 22px;
    line-height: 1;
    text-decoration: none; }
  #menu .active a {
    background-color: transparent; }
    #menu .active a span:before {
      bottom: 1px;
      right: 50px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
    #menu .active a span:after {
      bottom: 1px;
      right: 50px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  #menu .contact {
    margin-top: 150px; }
  #menu ul {
    padding-left: 0; }
    #menu ul li {
      padding-left: 30px;
      list-style-type: none;
      margin-bottom: 10px;
      width: 100%; }
      #menu ul li a {
        color: #333;
        font-family: "Calibri", sans-serif;
        font-size: 16px;
        line-height: 1;
        padding: 3px; }

#fp-nav ul li .fp-tooltip {
  width: auto;
  opacity: 1; }

.language_all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.language {
  position: relative;
  top: -70px;
  float: right;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .language a {
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    color: #1d9f88;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px #1d9f88 solid;
    margin: 5px; }
    .language a.active {
      background-color: #1d9f88;
      color: #fff; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -40px !important;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  top: -webkit-calc( 100% - 73px);
  top: calc( 100% - 73px);
  margin-left: -84px; }
  #fp-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #fp-nav ul li {
      height: auto;
      width: auto;
      border-bottom: 1px #000 solid;
      margin: 0;
      position: relative; }
      #fp-nav ul li:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 9px;
        background-color: #000;
        right: -1px;
        bottom: -5px;
        position: absolute; }
      #fp-nav ul li:first-of-type:after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 9px;
        background-color: #000;
        left: -1px;
        bottom: -5px;
        position: absolute; }
      #fp-nav ul li a {
        width: 60px;
        height: 35px;
        position: relative; }
        #fp-nav ul li a:before {
          content: '';
          display: inline-block;
          width: 2px;
          height: 3px;
          background-color: #000;
          left: 50%;
          margin-left: -1px;
          bottom: 0px;
          position: absolute; }
        #fp-nav ul li a span {
          display: none; }
        #fp-nav ul li a.active + .fp-tooltip.right {
          font-size: 18px;
          font-weight: 700;
          right: 19px;
          top: 6px; }
      #fp-nav ul li .fp-tooltip.right {
        right: 22px;
        top: 9px;
        font-size: 13px;
        font-weight: 400;
        color: #000; }
  #fp-nav.right {
    right: -webkit-calc( 50% - 222px);
    right: calc( 50% - 222px); }

.st_button {
  color: #333;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s; }
  .st_button:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 34px;
    background-color: #20a089;
    right: 5px;
    bottom: 4px;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s; }
  .st_button:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 16px;
    background-color: #20a089;
    right: 5px;
    bottom: 8px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s; }
  .st_button:hover {
    -webkit-transition-delay: 0.45s;
         -o-transition-delay: 0.45s;
            transition-delay: 0.45s; }
    .st_button:hover:before {
      bottom: 1px;
      right: 50px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
    .st_button:hover:after {
      bottom: 1px;
      right: 50px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }

.slaid_top {
  overflow: hidden; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text p {
    opacity: 0;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text a {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  .slaid_top .slide.active .fp-tableCell .content_slaid .slaid_inform .text {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  .slaid_top .slide.active .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .slaid_top .slide.active .fp-tableCell .content_slaid .slaid_inform .text p {
    opacity: 1;
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s; }
  .slaid_top .slide.active .fp-tableCell .content_slaid .slaid_inform .text a {
    opacity: 1;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
  .slaid_top .slide.active .fp-tableCell .content_slaid .slaid_inform .text .number {
    opacity: 1;
    -webkit-transition-delay: 1.25s;
         -o-transition-delay: 1.25s;
            transition-delay: 1.25s; }
  .slaid_top .slide .fp-tableCell {
    padding: 0 30px; }
    .slaid_top .slide .fp-tableCell .content_slaid {
      display: inline-block;
      height: 100%;
      width: 100%;
      position: relative;
      background-position: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
      .slaid_top .slide .fp-tableCell .content_slaid .video-container {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden; }
        .slaid_top .slide .fp-tableCell .content_slaid .video-container #video {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          z-index: -100;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          -webkit-background-size: cover;
          background-size: cover;
          -webkit-transition: 1s opacity;
          -o-transition: 1s opacity;
          transition: 1s opacity;
          background-color: transparent;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
      .slaid_top .slide .fp-tableCell .content_slaid:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.55); }
      .slaid_top .slide .fp-tableCell .content_slaid .container {
        position: relative;
        z-index: 1;
        height: 100%; }
      .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
          width: 940px;
          padding: 45px;
          background-color: rgba(255, 255, 255, 0.55);
          position: relative; }
          .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .video-control {
            height: 50px;
            width: 50px; }
          .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
            margin: 0;
            margin-left: -260px;
            margin-bottom: 65px;
            color: #333;
            font-family: "Calibri", sans-serif;
            font-size: 44px;
            font-weight: 700;
            line-height: 51px;
            text-transform: uppercase; }
          .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text p {
            color: #333;
            font-family: "Calibri", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px; }
          .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text a {
            color: #333;
            font-family: "Calibri", sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 20px; }
          .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number {
            position: absolute;
            bottom: 25px;
            right: 25px;
            display: inline-block; }
            .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number .this_slaid {
              color: #1d9f88;
              font-size: 30px;
              font-family: "Calibri", sans-serif;
              font-weight: 700; }
            .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number .all_slaid {
              color: #333;
              font-family: "Calibri", sans-serif;
              font-size: 18px;
              font-weight: 400; }

.video-control {
  right: -25px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .video-control svg {
    width: 50px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.video-control.active .pause-state {
  opacity: 0;
  visibility: hidden; }

.video-control .pause-state {
  opacity: 1;
  visibility: visible; }

.video-control .play-state {
  opacity: 0;
  visibility: hidden; }

.video-control .play-state {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.video-control.active .play-state {
  opacity: 1;
  visibility: visible; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 430px;
  height: 430px;
  border-style: solid;
  border: 3px #fff solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -215px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s; }
  .fp-controlArrow:hover {
    background-color: rgba(255, 255, 255, 0.15); }
    .fp-controlArrow:hover.fp-next:before {
      border-color: #333; }
    .fp-controlArrow:hover.fp-prev:before {
      border-color: #333; }
  .fp-controlArrow.fp-next {
    right: -255px;
    border-width: 3px;
    border-color: #fff; }
    .fp-controlArrow.fp-next:before {
      content: '';
      position: absolute;
      height: 45px;
      width: 45px;
      border-right: 3px #000 solid;
      border-bottom: 3px #000 solid;
      top: 50%;
      margin-top: -22.5px;
      left: 70px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: .35s;
      -o-transition: .35s;
      transition: .35s; }
  .fp-controlArrow.fp-prev {
    left: -255px;
    width: 430px;
    border-width: 3px;
    border-color: #fff; }
    .fp-controlArrow.fp-prev:before {
      content: '';
      position: absolute;
      height: 45px;
      width: 45px;
      border-right: 3px #000 solid;
      border-bottom: 3px #000 solid;
      top: 50%;
      margin-top: -22.5px;
      right: 70px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: .35s;
      -o-transition: .35s;
      transition: .35s; }

.section2 .container {
  height: 100%; }
  .section2 .container .carousel_block {
    height: 100%;
    width: 100%;
    position: relative; }

.carousel1 .item, .section2 .item {
  height: 100vh;
  outline: none;
  overflow: hidden; }
  .carousel1 .item.slick-current, .section2 .item.slick-current {
    overflow: auto; }
  .carousel1 .item .picture_element, .section2 .item .picture_element {
    position: relative;
    margin-bottom: 40px; }
    .carousel1 .item .picture_element a, .section2 .item .picture_element a {
      display: inline-block;
      position: absolute;
      right: -40px;
      bottom: -40px;
      z-index: 2;
      padding: 28px 25px;
      background-color: #20a089; }
      .carousel1 .item .picture_element a span, .section2 .item .picture_element a span {
        color: #fff; }
        .carousel1 .item .picture_element a span:before, .section2 .item .picture_element a span:before {
          background-color: #fff; }
        .carousel1 .item .picture_element a span:after, .section2 .item .picture_element a span:after {
          background-color: #fff; }
    .carousel1 .item .picture_element:before, .section2 .item .picture_element:before {
      content: '';
      display: inline-block;
      height: 410px;
      width: 410px;
      background-color: #8ccec2;
      position: absolute;
      top: -65px;
      left: -65px; }
    .carousel1 .item .picture_element:after, .section2 .item .picture_element:after {
      content: '';
      display: inline-block;
      height: 165px;
      width: 165px;
      background-color: #d2d2d2;
      position: absolute;
      bottom: -32px;
      right: -32px; }
  .carousel1 .item .picture_block, .section2 .item .picture_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .carousel1 .item .text, .section2 .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-left: 45px; }
    .carousel1 .item .text span, .section2 .item .text span {
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
    .carousel1 .item .text h1, .carousel1 .item .text h2, .carousel1 .item .text h3, .carousel1 .item .text h4, .carousel1 .item .text h5, .section2 .item .text h1, .section2 .item .text h2, .section2 .item .text h3, .section2 .item .text h4, .section2 .item .text h5 {
      color: #333;
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      margin-top: 20px;
      margin-bottom: 70px;
      text-transform: uppercase;
      font-family: "Calibri", sans-serif; }
    .carousel1 .item .text p, .section2 .item .text p {
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px; }
  .carousel1 .item .picture, .section2 .item .picture {
    display: inline-block;
    width: 660px;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative;
    z-index: 1; }

.arrows, .arrows2 {
  position: absolute;
  height: 150px;
  width: 50px;
  top: 50%;
  left: 0;
  margin-top: 82px; }
  .arrows .arrow_left, .arrows2 .arrow_left {
    cursor: pointer;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .arrows .arrow_left i, .arrows2 .arrow_left i {
      display: inline-block;
      height: 34px;
      width: 2px;
      background-color: #000;
      position: relative;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .arrows .arrow_left i:before, .arrows2 .arrow_left i:before {
        content: '';
        height: 16px;
        width: 2px;
        position: absolute;
        left: -4px;
        top: 0;
        background-color: #000;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
    .arrows .arrow_left:hover i, .arrows2 .arrow_left:hover i {
      background-color: #8ccec2; }
      .arrows .arrow_left:hover i:before, .arrows2 .arrow_left:hover i:before {
        background-color: #8ccec2; }
  .arrows .arrow_right, .arrows2 .arrow_right {
    cursor: pointer;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .arrows .arrow_right i, .arrows2 .arrow_right i {
      display: inline-block;
      height: 34px;
      width: 2px;
      background-color: #000;
      position: relative;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .arrows .arrow_right i:before, .arrows2 .arrow_right i:before {
        content: '';
        height: 16px;
        width: 2px;
        position: absolute;
        left: 4px;
        bottom: 0;
        background-color: #000;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
    .arrows .arrow_right:hover i, .arrows2 .arrow_right:hover i {
      background-color: #8ccec2; }
      .arrows .arrow_right:hover i:before, .arrows2 .arrow_right:hover i:before {
        background-color: #8ccec2; }

.section3 {
  position: relative; }
  .section3:before {
    content: '';
    display: inline-block;
    height: 45%;
    width: 100%;
    background-color: #8ccec2;
    position: absolute;
    left: 0;
    bottom: 0; }
  .section3 .taitl span {
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
  .section3 .taitl h1, .section3 .taitl h2, .section3 .taitl h3, .section3 .taitl h4, .section3 .taitl h5 {
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 80px;
    margin-top: 25px; }
  .section3 .ul_number {
    padding-left: 0;
    counter-reset: item; }
    .section3 .ul_number li {
      position: relative;
      padding-left: 65px;
      list-style-type: none;
      margin-bottom: 23px; }
      .section3 .ul_number li:before {
        content: counter(item) " ";
        counter-increment: item;
        text-shadow: 0 10px 12.5px rgba(0, 0, 0, 0.22);
        color: #333;
        height: 42px;
        width: 42px;
        border: 1px #333 solid;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-family: "Calibri", sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0; }
      .section3 .ul_number li h2 {
        margin-top: 0;
        color: #333;
        font-family: "Calibri", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 17px; }
      .section3 .ul_number li p {
        color: #333;
        font-family: "Calibri", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 0; }
  .section3 .block_element {
    position: relative; }
    .section3 .block_element:before {
      content: '';
      display: inline-block;
      height: 167px;
      width: 167px;
      background-color: #d2d2d2;
      position: absolute;
      left: 0;
      top: -30px; }
    .section3 .block_element .item {
      min-height: 265px;
      position: relative;
      margin-bottom: 30px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .section3 .block_element .item .bg_element {
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0;
        top: 0; }
      .section3 .block_element .item .text {
        position: absolute;
        height: 0;
        opacity: 0;
        width: 100%;
        bottom: 0;
        top: 0;
        padding: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(255, 255, 255, 0.87);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .section3 .block_element .item .text h1, .section3 .block_element .item .text h2, .section3 .block_element .item .text h3, .section3 .block_element .item .text h4, .section3 .block_element .item .text h5 {
          color: #333;
          font-family: "Calibri", sans-serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 1;
          text-transform: uppercase;
          margin-bottom: 30px;
          margin-top: 0; }
        .section3 .block_element .item .text p {
          color: #333;
          font-family: "Calibri", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          margin-bottom: 20px; }
      .section3 .block_element .item:hover .text {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        height: 100%;
        opacity: 1; }

.section4 {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .section4 .text_info {
    padding-bottom: 60px; }
    .section4 .text_info h1, .section4 .text_info h2, .section4 .text_info h3, .section4 .text_info h4, .section4 .text_info h5 {
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 30px;
      margin-top: 0; }
    .section4 .text_info p {
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 0; }
  .section4 .carousel_sertif .item {
    outline: none;
    padding: 25px 20px;
    width: 260px;
    height: 370px; }
    .section4 .carousel_sertif .item .ram {
      height: 100%;
      padding: 20px;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .section4 .carousel_sertif .item a {
      display: inline-block;
      height: 100%;
      width: 100%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid white;
      -webkit-box-shadow: 0 0 27px rgba(255, 255, 255, 0.3), inset 0 0 20px rgba(249, 253, 254, 0.2);
              box-shadow: 0 0 27px rgba(255, 255, 255, 0.3), inset 0 0 20px rgba(249, 253, 254, 0.2); }

.section6 {
  padding: 0 !important; }
  .section6 .all_info {
    position: absolute;
    left: 0;
    width: 0;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section6 .info_map {
    position: relative;
    z-index: 2;
    width: 460px;
    height: 442px;
    background-color: white;
    border-right: 6px solid #20a089;
    border-bottom: 6px solid #20a089;
    padding: 60px 90px; }
    .section6 .info_map h2 {
      margin: 0;
      margin-bottom: 30px;
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 51px;
      text-transform: uppercase;
      text-align: center; }
    .section6 .info_map .next_but {
      margin-top: 35px;
      display: inline-block;
      background-color: transparent;
      border: 0; }
    .section6 .info_map .st_button {
      color: #20a089; }
    .section6 .info_map ul {
      padding-left: 0;
      margin-bottom: 15px; }
      .section6 .info_map ul li {
        padding-left: 35px;
        list-style-type: none;
        margin-bottom: 20px;
        position: relative;
        color: #333;
        font-family: "Calibri", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1; }
        .section6 .info_map ul li a {
          color: #333;
          font-family: "Calibri", sans-serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 1;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
          .section6 .info_map ul li a:hover {
            color: #20a089; }
        .section6 .info_map ul li.tel:before {
          content: '';
          background-image: url("../images/mob.png");
          height: 20px;
          width: 20px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .section6 .info_map ul li.man:before {
          content: '';
          background-image: url("../images/man.png");
          height: 20px;
          width: 20px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .section6 .info_map ul li.mail:before {
          content: '';
          background-image: url("../images/mail.png");
          height: 20px;
          width: 20px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .section6 .info_map ul li.marker:before {
          content: '';
          background-image: url("../images/marker.png");
          height: 20px;
          width: 20px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-background-size: contain;
                  background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        .section6 .info_map ul li:last-of-type {
          margin-bottom: 0; }
  .section6 #map {
    position: relative;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px); }
  .section6 .sec_footer {
    height: 60px;
    background-color: #131313; }
    .section6 .sec_footer .container {
      height: 100%; }
    .section6 .sec_footer p {
      color: white;
      font-family: "Calibri", sans-serif;
      font-size: 14px;
      font-weight: 200;
      line-height: 1;
      margin-bottom: 0; }
    .section6 .sec_footer a {
      color: #1d9f88;
      font-family: "Calibri", sans-serif;
      font-size: 14px;
      font-weight: 200;
      line-height: 1;
      text-decoration: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .section6 .sec_footer a img {
        width: 70px;
        margin-left: 5px; }

.information {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.section2 .carousel2 .item .picture_element:before {
  display: none; }

.section2 .carousel2 .item .picture_element:after {
  display: none; }

.section2 .carousel2 .item .picture_smal {
  display: inline-block;
  position: absolute;
  height: 260px;
  width: 260px;
  top: -65px;
  left: -65px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }

.sectionTaitle {
  position: relative;
  height: 560px;
  padding: 30px;
  margin-bottom: 100px; }
  .sectionTaitle .bg_block {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .sectionTaitle .bg_block .container {
      height: 100%; }
      .sectionTaitle .bg_block .container .text {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .sectionTaitle .bg_block .taitle {
      position: relative;
      z-index: 2;
      display: inline-block;
      min-width: 950px;
      padding: 80px 110px;
      background-color: rgba(255, 255, 255, 0.55);
      margin: 0;
      color: #333;
      font-family: "Calibri", sans-serif;
      font-size: 44px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      float: left; }
    .sectionTaitle .bg_block:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.55); }

.sectionText {
  margin-top: 65px;
  margin-bottom: 100px; }
  .sectionText .taitl {
    max-width: 970px;
    margin: 0 auto;
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px; }
  .sectionText .text_block {
    padding-right: 60px;
    padding-left: 50px; }
  .sectionText p {
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0; }
  .sectionText .picture_block {
    position: relative;
    width: 100%;
    height: auto; }
    .sectionText .picture_block:after {
      content: '';
      display: inline-block;
      height: 165px;
      width: 165px;
      background-color: #d2d2d2;
      position: absolute;
      top: -22px;
      left: -22px;
      z-index: 1; }
  .sectionText .picture {
    position: relative;
    z-index: 2;
    height: 390px;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%; }
  .sectionText .carusel_items {
    margin: 60px 0;
    position: relative; }
    .sectionText .carusel_items .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sectionText .carusel_items .arrow_right {
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: -30px;
      top: 0;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .sectionText .carusel_items .arrow_right:hover i {
        border-color: #20a089; }
      .sectionText .carusel_items .arrow_right i {
        height: 20px;
        width: 20px;
        border-right: 3px #000 solid;
        border-bottom: 3px #000 solid;
        left: 70px;
        display: inline-block;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s; }
    .sectionText .carusel_items .arrow_left {
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: -30px;
      top: 0;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .sectionText .carusel_items .arrow_left:hover i {
        border-color: #20a089; }
      .sectionText .carusel_items .arrow_left i {
        height: 20px;
        width: 20px;
        border-right: 3px #000 solid;
        border-bottom: 3px #000 solid;
        left: 70px;
        display: inline-block;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s; }
    .sectionText .carusel_items .item {
      height: 190px;
      padding: 10px; }
      .sectionText .carusel_items .item a {
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 170px;
        height: 170px;
        background-color: white;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        -webkit-box-shadow: 0 2px 9.5px 0.5px rgba(0, 0, 0, 0.13);
                box-shadow: 0 2px 9.5px 0.5px rgba(0, 0, 0, 0.13); }
        .sectionText .carusel_items .item a:hover {
          -webkit-box-shadow: 0 2px 9.5px 0.5px rgba(0, 0, 0, 0.26);
                  box-shadow: 0 2px 9.5px 0.5px rgba(0, 0, 0, 0.26); }

.page .carousel1 .item, .page .section2 .item {
  height: auto;
  outline: none;
  overflow: hidden;
  padding-top: 50px; }

.page .section3 {
  padding-bottom: 130px; }

.page .section3:before {
  height: 40vh; }

.next_but {
  background-color: transparent;
  border: 0; }

.consultation-modal {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 40px;
  background-color: #8ccec2; }

.consultation-modal .modal-header {
  border: 0;
  padding: 0;
  position: relative; }

.consultation-modal .modal-header .close {
  position: absolute;
  right: -60px;
  top: -64px;
  font-size: 30px;
  color: #fff;
  opacity: 1; }

.consultation-modal .modal-body {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px 50px; }

.consultation-modal .modal-body h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px; }

.consultation-modal .modal-body p {
  font-size: 18px; }

.consultation-modal .modal-body .form-inner {
  background-color: #fff;
  max-width: 300px;
  margin: 0 auto; }

.consultation-modal .modal-body .form-inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0.8px; }

.consultation-modal .modal-body .form-inner .mat-label {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
  color: #808080;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
  margin: 0;
  font-weight: normal;
  background-color: #fff; }

.consultation-modal .modal-body .form-inner .form-col {
  position: relative;
  margin: 0 0 25px; }

.consultation-modal .modal-body .form-inner .translate-input {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a4917e;
  background-color: transparent;
  font-size: 18px;
  outline: none;
  padding: 0;
  height: 50px;
  background-color: transparent;
  color: #000; }

.consultation-modal .modal-body .form-inner .translate-input:focus {
  border-bottom: 1px solid #000; }

.consultation-modal .modal-body .form-inner .is-completed .mat-label {
  font-size: 11px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #555;
  padding-left: 0;
  left: 0; }

.consultation-modal .modal-body .form-inner .default-button {
  margin-top: 45px;
  display: block;
  width: 100%;
  padding: 16px 10px; }

@media (min-width: 1200px) {
  #fullpage .section2 .item .picture_element:before {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2.section_glaspro .item .text span {
    opacity: 1;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2.section_glaspro .item .picture_element a {
    opacity: 1;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2.section_glaspro .item .text h1, #fullpage .section2.section_glaspro .item .text h2, #fullpage .section2.section_glaspro .item .text h3, #fullpage .section2.section_glaspro .item .text h4, #fullpage .section2.section_glaspro .item .text h5 {
    opacity: 1;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2.section_glaspro .item .text p {
    opacity: 1;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2 .item .picture_element:after {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2 .item .text span {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2 .item .picture_element a {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2 .item .text h1, #fullpage .section2 .item .text h2, #fullpage .section2 .item .text h3, #fullpage .section2 .item .text h4, #fullpage .section2 .item .text h5 {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2 .item .text p {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section2.active .item .picture_element:before {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  #fullpage .section2.active .item .picture_element:after {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  #fullpage .section2.active .item .picture_element a {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  #fullpage .section2.active .item .text span {
    opacity: 1;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s; }
  #fullpage .section2.active .item .text h1, #fullpage .section2.active .item .text h2, #fullpage .section2.active .item .text h3, #fullpage .section2.active .item .text h4, #fullpage .section2.active .item .text h5 {
    opacity: 1;
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s; }
  #fullpage .section2.active .item .text p {
    opacity: 1;
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s; }
  #fullpage .section3 .block_element:before {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section3 .taitl span {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section3 .taitl h1, #fullpage .section3 .taitl h2, #fullpage .section3 .taitl h3, #fullpage .section3 .taitl h4, #fullpage .section3 .taitl h5 {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section3 .ul_number li {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
    #fullpage .section3 .ul_number li:nth-child(1) {
      opacity: 1; }
    #fullpage .section3 .ul_number li:nth-child(4) {
      opacity: 1; }
  #fullpage .section3 .block_element > div {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
    #fullpage .section3 .block_element > div:nth-child(1) {
      opacity: 1; }
    #fullpage .section3 .block_element > div:nth-child(4) {
      opacity: 1; }
  #fullpage .section3.active .block_element:before {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  #fullpage .section3.active .taitl span {
    opacity: 1;
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s; }
  #fullpage .section3.active .taitl h1, #fullpage .section3.active .taitl h2, #fullpage .section3.active .taitl h3, #fullpage .section3.active .taitl h4, #fullpage .section3.active .taitl h5 {
    opacity: 1;
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s; }
  #fullpage .section3.active .ul_number li:nth-child(2) {
    opacity: 1;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s; }
  #fullpage .section3.active .ul_number li:nth-child(3) {
    opacity: 1;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s; }
  #fullpage .section3.active .block_element > div:nth-child(2) {
    opacity: 1;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s; }
  #fullpage .section3.active .block_element > div:nth-child(3) {
    opacity: 1;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s; }
  #fullpage .section4 .slick-slider {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section4.active .slick-slider {
    opacity: 1;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
  #fullpage .section6 .info_map {
    opacity: 0;
    -webkit-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear; }
  #fullpage .section6.active .info_map {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; } }

@media (max-width: 1500px) {
  .fp-controlArrow.fp-next {
    right: -320px; }
  .fp-controlArrow.fp-next:before {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    left: 20px; }
  .fp-controlArrow.fp-prev {
    left: -320px; }
  .fp-controlArrow.fp-prev:before {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 20px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    margin: 0;
    margin-left: -10%; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    width: -webkit-calc(100% - 20%);
    width: calc(100% - 20%);
    margin-right: 10%;
    margin-left: 10%; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    font-size: 30px;
    line-height: 34px; } }

@media (max-width: 1500px) {
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    width: -webkit-calc(100% - 30%);
    width: calc(100% - 30%);
    margin-right: 15%;
    margin-left: 15%; } }

@media (max-height: 750px) {
  .hamburger {
    margin-top: 30px; }
  .header .logo {
    margin-top: 0;
    height: 85px;
    width: 115px;
    display: inline-block;
    padding: 15px;
    background-color: #fff; } }

@media (max-height: 650px) {
  #fp-nav {
    top: 100%; } }

@media (max-height: 600px) {
  .section {
    padding: 20px 0 !important; }
  .sectionTaitle {
    padding: 15px !important; }
  .section6 {
    padding: 0 !important; } }

@media (max-width: 991px) {
  .slaid_top .slide .fp-tableCell {
    padding: 15px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    padding: 30px; }
  .carousel1 .item .picture_element a, .section2 .item .picture_element a {
    right: 0;
    bottom: 0; }
  .page .section3 {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  #menu .contact {
    margin-top: 15px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    font-size: 20px;
    line-height: 22px; }
  #fp-nav {
    margin-top: -20px !important; }
  .language {
    top: -35px; }
  #fp-nav ul li a {
    width: 40px;
    height: 30px;
    position: relative; }
  #fp-nav.right {
    right: -webkit-calc( 50% - 120px);
    right: calc( 50% - 120px); }
  #fp-nav ul li a.active + .fp-tooltip.right {
    right: 10px; }
  #fp-nav ul li .fp-tooltip.right {
    right: 13px; }
  .fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 200px;
    height: 200px;
    border-style: solid;
    border: 3px #fff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -100px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s; }
  .fp-controlArrow.fp-next {
    right: -130px;
    width: 200px; }
  .fp-controlArrow.fp-next:before {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    left: 20px; }
  .fp-controlArrow.fp-prev {
    left: -130px;
    width: 200px; }
  .fp-controlArrow.fp-prev:before {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    right: 20px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .video-control {
    height: 30px;
    width: 30px; }
  .video-control {
    right: -15px;
    top: 50%;
    margin-top: -15px; }
  .video-control svg {
    width: 30px; } }

@media (max-width: 1200px) {
  .section3:before {
    height: 43.5%; }
  .sectionTaitle .bg_block .taitle {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: auto;
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.55);
    margin: 0;
    color: #333;
    font-family: "calibri-bold", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    float: left; }
  .carousel1 .item, .section2 .item {
    height: auto; }
  .carousel1 .item, .section2 .item {
    height: auto; }
  .carousel1 .item .text h1, .carousel1 .item .text h2, .carousel1 .item .text h3, .carousel1 .item .text h4, .carousel1 .item .text h5, .section2 .item .text h1, .section2 .item .text h2, .section2 .item .text h3, .section2 .item .text h4, .section2 .item .text h5 {
    margin-bottom: 35px; }
  .carousel1 .item .picture_element:before, .section2 .item .picture_element:before {
    content: '';
    display: inline-block;
    height: 250px;
    width: 250px;
    background-color: #8ccec2;
    position: absolute;
    top: -41px;
    left: -65px; }
  .carousel1 .item .picture_element:before, .section2 .item .picture_element:before {
    display: none; }
  .carousel1 .item .text, .section2 .item .text {
    padding-top: 20px; }
  .arrows, .arrows2 {
    position: absolute;
    height: 150px;
    width: 50px;
    top: 296px;
    left: 0;
    margin-top: 0; }
  .section3 .block_element {
    margin-top: 50px; }
  .carousel1 .item .picture, .section2 .item .picture {
    display: inline-block;
    width: 480px;
    height: 450px; } }

@media (max-width: 991px) {
  .carousel1 .item .picture_element:after, .section2 .item .picture_element:after {
    display: none; }
  .carousel1 .item .picture_block, .section2 .item .picture_block {
    padding: 0; }
  .carousel1 .item .picture_element, .section2 .item .picture_element {
    width: 100%; }
  .carousel1 .item .picture, .section2 .item .picture {
    display: inline-block;
    min-width: 100%;
    width: 100%;
    height: 350px; }
  .sectionText .taitl br {
    display: none; }
  .arrows, .arrows2 {
    position: absolute;
    height: 150px;
    width: 50px;
    top: 100%;
    margin-top: -150px;
    left: 0;
    background-color: #fff; }
  .sectionText .text_block {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px; } }

@media (max-width: 1200px) {
  .section2 {
    height: auto !important; }
    .section2 .fp-tableCell {
      height: auto !important; } }

@media (max-width: 767px) {
  .sectionTaitle {
    position: relative;
    height: 400px;
    padding: 30px;
    margin-bottom: 25px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    padding: 15px; }
  .section2 .carousel2 .item .picture_smal {
    display: inline-block;
    position: absolute;
    height: 120px;
    width: 120px;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .sectionText .taitl {
    margin-bottom: 15px; }
  .sectionText .carusel_items {
    margin: 15px 30px; }
  .sectionText {
    margin-top: 15px;
    margin-bottom: 15px; }
  .sectionTaitle .bg_block .taitle {
    font-size: 24px; }
  .section3 .taitl h1, .section3 .taitl h2, .section3 .taitl h3, .section3 .taitl h4, .section3 .taitl h5 {
    margin-bottom: 25px;
    margin-top: 25px; }
  .section4 .carousel_sertif .item {
    outline: none;
    padding: 15px;
    height: 250px; }
  .section4 .text_info {
    padding-bottom: 15px; }
  .section6 .all_info {
    position: static;
    height: auto;
    margin-bottom: 15px; }
  .section6 .info_map {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: white;
    border-right: 6px solid #20a089;
    border-bottom: 6px solid #20a089;
    padding: 30px 30px; }
  .arrows, .arrows2 {
    position: absolute;
    height: 150px;
    width: 50px;
    top: 200px;
    left: 0px;
    margin-top: 0;
    background-color: #fff; }
  .section3 .block_element .item .text {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    height: 100%;
    opacity: 1; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .taitl {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  #menu {
    right: -100%;
    width: 100%; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text {
    padding: 35px 15px; }
  .slaid_top {
    height: 100vh !important;
    padding: 0px !important; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number .this_slaid {
    font-size: 24px; }
  .slaid_top .slide .fp-tableCell .content_slaid .slaid_inform .text .number .all_slaid {
    font-size: 15px; } }

.section2.section_glaspro .item .picture_block{
height: 49%;
}
.section2.section_glaspro .item .text{
height: 30%;
}
.section2.section_glaspro .item .picture_element {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    }
.section2.section_glaspro .item .picture {
    width: 100%;
    height: 300px;
    background-size: contain;

}
.section2.section_glaspro .item .picture_element a {
    right: 0;
    }
    .section2 .carousel2 .item .picture_smal {
    display: inline-block;
    position: absolute;
    height: 260px;
    width: 260px;
    top: 0;
    left: 0;
}
.section2.section_glaspro .carousel2 .item .picture_smal {
    height: 100px;
    width: 260px;
    background-size: contain;
}
.section2.section_glaspro .item .text h2{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Calibri", sans-serif;
  }
  .page .section3.secFormEnter {
    min-height: calc(100vh - 60px);
    padding-top: 180px;
    padding-bottom: 0;
  }
  .page .section3.secFormEnter  .formsMy  {
    position: absolute;
    left: 0;
    width: 0;
    width: 100%;
    z-index: 1 ;
  }
   .page .section3.secFormEnter  .formsMy.active {
     z-index: 2;
   }
  .secFormEnter .allFormEnter{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .secFormEnter:before {
    display: none;
  }
.secFormEnter .mat-label {
    display: block;
    font-size: 16px;
    -webkit-transform: translateY(49px);
    -ms-transform: translateY(49px);
    transform: translateY(49px);
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 10px;
}

.secFormEnter .mat-label i {
    color: #8ccec2;
    margin-right: 5px;
}

.secFormEnter .mat-input {
    position: relative;
    background: rgba(140, 206, 194, 0.3);
    width: 100%;
    border: none;
    outline: none;
    padding: 21px 0;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}

.secFormEnter   .mat-div {
    padding: 30px 0 0 0;
    position: relative;
}

.secFormEnter .mat-div:after,
.secFormEnter .mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(140, 206, 194, 0);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.secFormEnter .mat-div::after {
    background-color: rgba(140, 206, 194, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.secFormEnter .is-active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.secFormEnter .is-active .mat-label {
    color: #000;
}

.secFormEnter .is-completed .mat-label {
    font-size: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input_enter_top .wrap button {
    margin-bottom: 10px;
    margin-top: 30px;
}

.wrap button {
    background-color: rgba(140, 206, 194, 1);
    border: none;
    color: #333;
    display: block;
    margin: 35px auto;
    padding: 21px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-tabs > li > a {
  font-size: 20px;
}
.formCabinet1 ul{
    padding-left: 0;
    list-style-type: none;
}
.formCabinet1 p {
  font-family: "Calibri", sans-serif;
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  margin-bottom: 0;
}
.formCabinet1  {
  padding: 0 15px;
}
.formCabinet1 {
  border-right: 1px #ccc solid;
}
.formCabinet1.formCabinet2 {
  border: 0;
  padding: 0;
}
.formCabinet1 ul li input, .formCabinet1 ul li select{
      width: 100%;
    border-radius: 4px;
    border: 1px #ced1d5 solid;
    box-shadow: none;
    color: #a2a9b3;
    font-family: "Calibri", sans-serif;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.formCabinet1 ul li label{
     color: #656d78;
    font-family: "Calibri", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}
button.submit {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: rgba(140, 206, 194, 1);
    border: 0;
    border-radius: 2px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.allFormEnter .line {
    padding: 15px 0;
    border-bottom: 2px #ecf0f1 solid;
}
.allFormEnter .first_line {
    opacity: 0.85;
    color: #2f3031;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}
.allFormEnter .line {
    color: #333;
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.allFormEnter .line  div{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allFormEnter .line  div img{
  max-height: 72px;
  width: auto;
}
.allFormEnter .line {
    width: 100%;
}
.container_tabs_22 {
  display: none;
   width: 100%;
    border-top: 2px rgba(140, 206, 194, 1) solid;
}

.container_tabs_22 {
    text-align: center;
    padding: 0 100px;
}
.container_tabs_22 p {
  margin-bottom: 0;
}
.container_tabs_22 p span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px #ccc solid;
    width: 50px;
    border-radius: 36%;
}
.container_tabs_22 .item div {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}