@keyframes showImg {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  25% {
    opacity: 0.1;
    transform: scale(0.3); }
  50% {
    opacity: 0.3;
    transform: scale(0.5); }
  75% {
    opacity: 0.7;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes hideImg {
  0% {
    opacity: 1;
    transform: scale(1); }
  25% {
    opacity: 0.7;
    transform: scale(0.7); }
  50% {
    opacity: 0.3;
    transform: scale(0.5); }
  75% {
    opacity: 0.1;
    transform: scale(0.3); }
  100% {
    opacity: 0;
    transform: scale(0.1); } }
@keyframes showDiv {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.1; }
  50% {
    opacity: 0.3; }
  75% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes hideDiv {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.7; }
  50% {
    opacity: 0.3; }
  75% {
    opacity: 0.1; }
  100% {
    opacity: 0; } }
::-webkit-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px; }

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0A2542; }

a {
  text-decoration: none; }

html,
body {
  width: 100%;
  height: 100%;
  scrollbar-width: none; }

body.lock {
  overflow: hidden; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.container {
  padding: 0 140px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 120px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 110px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 100px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 56px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 32px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 16px; } }

.header {
  font-size: 42px;
  font-family: RussoOne;
  text-align: center;
  text-transform: uppercase;
  color: #0A2542; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .header {
      -webkit-min-device-pixel-ratio: 2; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .header {
      -webkit-min-device-pixel-ratio: 2;
      font-size: 36px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .header {
      -webkit-min-device-pixel-ratio: 2;
      font-size: 30px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .header {
      -webkit-min-device-pixel-ratio: 2;
      font-size: 26px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header {
      -webkit-min-device-pixel-ratio: 2;
      font-size: 22px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .header {
      -webkit-min-device-pixel-ratio: 2;
      font-size: 28px; } }

.scene {
  height: 100vh;
  width: 100%;
  padding-top: 95px; }

.banner {
  padding-top: 95px;
  background: url("../../image/aboutUs/main/Banner.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner p {
    font-size: 120px;
    font-family: RussoOne;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 100px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 95px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 70px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 60px; } }

.about_block {
  width: 100%;
  height: 747px;
  background-color: #0A2542;
  margin-top: -1px; }
  .about_block .container {
    padding-top: 220px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .about_block .container .left_side {
      width: 35%; }
      .about_block .container .left_side p {
        text-transform: uppercase;
        font-size: 42px;
        color: #ffffff;
        font-family: RussoOne; }
    .about_block .container .right_side {
      width: 56%; }
      .about_block .container .right_side p {
        font-size: 20px;
        color: #ffffff;
        font-family: Roboto; }
      .about_block .container .right_side #second_p, .about_block .container .right_side #third_p {
        padding-top: 44px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .right_side p {
        font-size: 18px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 36px; }
      .about_block .container .right_side p {
        font-size: 17px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 30px; }
      .about_block .container .right_side p {
        font-size: 16px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 26px; }
      .about_block .container .right_side p {
        font-size: 14px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 22px; }
      .about_block .container .right_side p {
        font-size: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 550px; }
      .about_block .container {
        padding-top: 100px;
        flex-direction: column; }
        .about_block .container .left_side {
          width: 100%; }
          .about_block .container .left_side p {
            font-size: 20px;
            text-align: center; }
        .about_block .container .right_side {
          padding-top: 30px;
          width: 100%; }
          .about_block .container .right_side p {
            text-align: center;
            font-size: 12px; }
          .about_block .container .right_side #second_p, .about_block .container .right_side #third_p {
            padding-top: 18px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 500px; }
      .about_block .container {
        padding: 80px 8px 0 8px;
        flex-direction: column; }
        .about_block .container .left_side {
          width: 100%; }
          .about_block .container .left_side p {
            text-align: center;
            font-size: 18px; }
        .about_block .container .right_side {
          width: 100%;
          padding-top: 20px; }
          .about_block .container .right_side p {
            text-align: center;
            font-size: 11px; }
          .about_block .container .right_side #second_p, .about_block .container .right_side #third_p {
            padding-top: 14px; } }

.gallery_block {
  width: 100%;
  height: 624px;
  background-color: #E5E5E5; }
  .gallery_block .container {
    padding-top: 124px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 549px; }
      .gallery_block .container {
        padding-top: 84px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 474px; }
      .gallery_block .container {
        padding-top: 44px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 399px; }
      .gallery_block .container {
        padding-top: 24px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 324px; }
      .gallery_block .container {
        padding-top: 14px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 250px; }
      .gallery_block .container {
        padding-top: 4px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .gallery_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 175px; }
      .gallery_block .container {
        padding-top: 4px; } }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex;
  align-items: flex-start; }

.slider {
  margin-top: 63px;
  position: relative;
  padding: 0 90px; }
  .slider .slider_item {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none; }
    .slider .slider_item img {
      cursor: zoom-in;
      width: 399px;
      height: 265px;
      object-fit: cover; }
  .slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -33.25px;
    font-size: 0;
    width: 66.5px;
    height: 76.9px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s; }
    .slider .slick-arrow:hover {
      transform: scale(1.1); }
  .slider .slick-prev {
    left: 0;
    background: url("../../image/aboutUs/main/slider/arrow-left.png") 0 0/100% no-repeat; }
  .slider .slick-next {
    right: 0;
    background: url("../../image/aboutUs/main/slider/arrow-right.png") 0 0/100% no-repeat; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 60px; }
      .slider .slider_item img {
        width: 348px;
        height: 234px; }
      .slider .slick-arrow {
        width: 56px;
        height: 66px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2; }
      .slider .slider_item img {
        width: 297px;
        height: 203px; }
      .slider .slick-arrow {
        width: 56px;
        height: 66px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2; }
      .slider .slider_item img {
        width: 246px;
        height: 172px; }
      .slider .slick-arrow {
        width: 50px;
        height: 60px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 70px; }
      .slider .slider_item img {
        width: 205px;
        height: 151px; }
      .slider .slick-arrow {
        width: 50px;
        height: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 43px;
      padding: 0 40px; }
      .slider .slider_item img {
        width: 166px;
        height: 130px; }
      .slider .slick-arrow {
        width: 35px;
        height: 45px;
        margin-top: -23.25px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 25px;
      padding: 0; }
      .slider .slider_item img {
        width: 106px;
        height: 74px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .slider {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 25px;
      padding: 0; }
      .slider .slider_item img {
        width: 86px;
        height: 54px; } }

.licenses_block {
  width: 100%; }
  .licenses_block .container {
    padding-top: 116px; }
    .licenses_block .container .sliderLic {
      margin-top: 63px;
      position: relative;
      padding: 0 90px; }
      .licenses_block .container .sliderLic .slider_item {
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none; }
        .licenses_block .container .sliderLic .slider_item img {
          cursor: zoom-in;
          width: 399px;
          height: 265px;
          object-fit: cover; }
      .licenses_block .container .sliderLic .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        margin-top: -33.25px;
        font-size: 0;
        width: 66.5px;
        height: 76.9px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s; }
        .licenses_block .container .sliderLic .slick-arrow:hover {
          transform: scale(1.1); }
      .licenses_block .container .sliderLic .slick-prev {
        left: 0;
        background: url("../../image/aboutUs/main/slider/arrow-left.png") 0 0/100% no-repeat; }
      .licenses_block .container .sliderLic .slick-next {
        right: 0;
        background: url("../../image/aboutUs/main/slider/arrow-right.png") 0 0/100% no-repeat; }
      .licenses_block .container .sliderLic .slider_item img {
        width: 404px;
        height: 572px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container .sliderLic {
        padding: 0 60px; }
        .licenses_block .container .sliderLic .slider_item img {
          height: 504px;
          width: 355px; }
        .licenses_block .container .sliderLic .slick-arrow {
          width: 56px;
          height: 66px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container .sliderLic .slider_item img {
        height: 436px;
        width: 306px; }
      .licenses_block .container .sliderLic .slick-arrow {
        width: 56px;
        height: 66px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container .sliderLic .slider_item img {
        height: 368px;
        width: 257px; }
      .licenses_block .container .sliderLic .slick-arrow {
        width: 50px;
        height: 60px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container {
        padding-top: 80px; }
        .licenses_block .container .sliderLic {
          padding: 0 70px; }
          .licenses_block .container .sliderLic .slider_item img {
            height: 320px;
            width: 208px; }
          .licenses_block .container .sliderLic .slick-arrow {
            width: 50px;
            height: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container {
        padding-top: 60px; }
        .licenses_block .container .sliderLic {
          margin-top: 43px;
          padding: 0 40px; }
          .licenses_block .container .sliderLic .slider_item img {
            height: 231px;
            width: 160px; }
          .licenses_block .container .sliderLic .slick-arrow {
            width: 35px;
            height: 45px;
            margin-top: -23.25px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container {
        padding-top: 80px; }
        .licenses_block .container .sliderLic {
          margin-top: 25px;
          padding: 0; }
          .licenses_block .container .sliderLic .slider_item img {
            height: 126px;
            width: 92px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .licenses_block {
      -webkit-min-device-pixel-ratio: 2; }
      .licenses_block .container {
        padding-top: 80px; }
        .licenses_block .container .sliderLic {
          margin-top: 25px;
          padding: 0; }
          .licenses_block .container .sliderLic .slider_item img {
            height: 126px;
            width: 92px; } }

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup img {
    max-width: 80vw;
    max-height: 95vh;
    z-index: 100;
    border: 20px solid #0A2542;
    opacity: 0;
    animation: showImg  0.3s forwards;
    transform: scale(0); }
  .popup img.hide {
    animation: hideImg 0.3s forwards; }
  .popup .bg-wrapper {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99;
    opacity: 0;
    animation: showDiv  0.2s forwards; }
  .popup .bg-wrapper.hide {
    animation: hideDiv  0.2s forwards; }

/*# sourceMappingURL=style.css.map */
