﻿@media only screen {
  html {
    font-size: 14px;
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media only screen {
  .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  }
  html {
    position: relative;
    height: 100%;
    margin: 0px;
  }
  body {
    /*margin-bottom: 60px;*/
    height: 100%;
    margin: 0px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .img-header {
    position: relative;
    height: 600px;
    /*background-image: url(../images/geo/main_header.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .img-header-pics {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .img-header-pic-item {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 3s;
  }
  .img-header-pic-item-current {
    opacity: 1;
  }
  .img-header-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .img-header-logo {
    padding-left: 25px;
  }
  .img-header-logo img {
    margin: 0px;
  }
  .img-header-left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
  }
  .img-header-left .header-logo-container {
    margin-top: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  .img-header-left .header-logo-container .header-logo {
    background-image: url(../images/geo/main_logo.svg);
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .img-header-left .header-logo-container .header-logo-txt-l {
    color: whitesmoke;
    text-align: center;
    padding: 2px;
    font-family: "Times New Roman";
  }
  .img-header-left .header-logo-container .header-logo-txt-l div:first-child {
    padding-top: 12px;
    letter-spacing: 6px;
    line-height: 10pt;
  }
  .img-header-left .header-logo-container .header-logo-txt-l div:last-child {
    font-size: 20pt;
  }
  .img-header-left .header-logo-container .header-logo-txt-r {
    color: whitesmoke;
    text-align: center;
    padding: 2px;
    font-family: "Times New Roman";
  }
  .img-header-left .header-logo-container .header-logo-txt-r div:first-child {
    padding-top: 12px;
    line-height: 10pt;
  }
  .img-header-left .header-logo-container .header-logo-txt-r div:last-child {
    font-size: 20pt;
  }
  .img-header-left .header-title {
    padding-top: 9px;
    padding-left: 20px;
    color: whitesmoke;
    font-size: 13pt;
  }
  .img-header-left .protok-logo {
    position: absolute;
    background-image: url(../images/geo/protok_logo.svg);
    background-size: 256px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 90px;
    width: 256px;
    bottom: 0px;
  }
  .img-header-right {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 500px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9));
  }
  .lng-links {
    text-align: center;
    color: white;
    padding-left: 120px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .lng-links a {
    margin: 5px;
    color: whitesmoke;
    text-decoration: none;
    font-size: 15pt;
  }
  .lng-links .active-lng {
    font-weight: 500;
    color: white;
  }
  .view-links {
    padding-left: 100px;
  }
  .view-links .view-link {
    position: relative;
  }
  .view-links .view-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #05b2d7;
    height: 165px;
    font-size: 18pt;
    line-height: 20pt;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
    margin-left: 70px;
    margin-right: 30px;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  .view-links .view-link a:hover {
    background-color: rgba(17, 64, 96, 0.6);
  }
  .view-links .view-link:last-child a {
    border-bottom: unset;
  }
  .view-links .view-link .arrow-right {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'><path stroke-width='4' stroke-linecap='round' fill='transparent' stroke='rgb(255,255,255)' d='M 11 4 L 19 11, 11 19 M 2 11 L 19 11'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .the-body {
    position: relative;
    padding-top: 20px;
  }
  .the-body .the-body-hr {
    color: #36cbcb;
    text-transform: uppercase;
    font-size: 17pt;
    line-height: 23pt;
    text-align: right;
    padding: 10px;
    margin-right: 300px;
  }
  .the-body .the-body-hr div:nth-child(2) {
    font-weight: 500;
  }
  .the-body .the-body-hr div:nth-child(3) {
    font-weight: 500;
  }
  .the-body .the-body-en {
    color: var(--color-gray-700);
    text-transform: uppercase;
    font-size: 15pt;
    line-height: 19pt;
    text-align: right;
    padding: 10px;
    margin-right: 300px;
  }
  .the-body .the-pointer {
    position: absolute;
    right: 80px;
    top: 40px;
  }
  .the-body .the-pointer img {
    width: 220px;
  }
  .the-body-2 {
    display: none;
    padding-top: 10px;
  }
  .the-body-2 .view-link {
    position: relative;
  }
  .the-body-2 .view-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #05b2d7;
    height: 120px;
    font-size: 15pt;
    line-height: 20pt;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  .the-body-2 .view-link a:hover {
    background-color: rgba(17, 64, 96, 0.6);
  }
  .the-body-2 .view-link:last-child a {
    border-bottom: unset;
  }
  .the-body-2 .view-link .arrow-right {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'><path stroke-width='4' stroke-linecap='round' fill='transparent' stroke='rgb(255,255,255)' d='M 11 4 L 19 11, 11 19 M 2 11 L 19 11'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media only screen and (min-width: 1051px) {
  .img-header {
    height: 100vh;
    min-height: 400px;
  }
  .img-header-content::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    pointer-events: none;
    background: linear-gradient(rgba(10, 25, 45, 0.97) 150px, transparent 260px), linear-gradient(to top, rgba(10, 25, 45, 0.97) 150px, transparent 260px);
  }
  .img-header-left {
    background: none;
    z-index: 1;
    right: 0px;
    width: auto;
    pointer-events: none;
  }
  .img-header-left .header-title {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .img-header-left .protok-logo {
    top: 0px;
    bottom: auto;
    right: 0px;
    width: 160px;
    height: 60px;
    background-size: 170px;
  }
  .img-header-right {
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0px;
    width: auto;
  }
  .img-header-right .lng-links {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 151px;
    padding-left: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    text-align: right;
  }
  .img-header-right .lng-links a {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .img-header-right .view-links {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 35px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .img-header-right .view-links .view-link {
    display: flex;
    flex: 0 1 355px;
    min-width: 0px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background-color: rgba(10, 25, 45, 0.65);
  }
  .img-header-right .view-links .view-link a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    column-gap: 24px;
    row-gap: 16px;
    box-sizing: border-box;
    flex: 1;
    height: auto;
    min-height: 205px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 28px 24px 24px 30px;
    border-bottom: unset;
    border-radius: 8px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.5px;
  }
  .img-header-right .view-links .view-link a::before {
    content: "";
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .img-header-right .view-links .view-link .arrow-right {
    grid-column: 2;
    justify-self: end;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-size: 20px;
  }
  .img-header-right .view-links .view-link:nth-last-child(3) {
    border-color: rgb(200, 217, 42);
  }
  .img-header-right .view-links .view-link:nth-last-child(3) .arrow-right {
    border-color: rgb(200, 217, 42);
  }
}
@media only screen and (max-width: 1050px) {
  body {
    background-color: rgb(10, 25, 45);
  }
  .img-header {
    height: 100vh;
    height: 100dvh;
    min-height: 620px;
  }
  .img-header-content::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    pointer-events: none;
    background: linear-gradient(rgba(10, 25, 45, 0.97) 150px, transparent 260px), linear-gradient(transparent 40%, rgba(10, 25, 45, 0.97) 78%);
  }
  .img-header-left {
    background: none;
    z-index: 1;
    right: 0px;
    width: auto;
    pointer-events: none;
  }
  .img-header-left .header-title {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .img-header-left .protok-logo {
    top: auto;
    bottom: 25px;
    left: 50%;
    right: auto;
    width: 140px;
    height: 45px;
    transform: translateX(-50%);
    background-size: 140px;
  }
  .img-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    left: 0px;
    width: auto;
  }
  .img-header-right .lng-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 120px;
    padding-left: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    text-align: right;
  }
  .img-header-right .lng-links a {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .img-header-right .view-links {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 90px;
  }
  .img-header-right .view-links .view-link {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background-color: rgba(10, 25, 45, 0.55);
  }
  .img-header-right .view-links .view-link a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 20px;
    box-sizing: border-box;
    height: auto;
    min-height: 90px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 14px 18px;
    border-bottom: unset;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .img-header-right .view-links .view-link a::before {
    content: "";
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .img-header-right .view-links .view-link .arrow-right {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-size: 18px;
  }
  .img-header-right .view-links .view-link:nth-last-child(3) {
    border-color: rgb(200, 217, 42);
  }
  .img-header-right .view-links .view-link:nth-last-child(3) .arrow-right {
    border-color: rgb(200, 217, 42);
  }
  .the-body {
    display: none;
  }
}
@media only screen {
  .view-link:nth-last-child(3) .arrow-right {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'><path stroke-width='4' stroke-linecap='round' fill='transparent' stroke='rgb(200,217,42)' d='M 11 4 L 19 11, 11 19 M 2 11 L 19 11'/></svg>");
  }
  .view-link:nth-last-child(3) a::before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='rgb(200,217,42)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M 4 24 L 18 18 L 34 24 L 48 18 L 48 48 L 34 54 L 18 48 L 4 54 Z'/><path d='M 18 18 L 18 48'/><path d='M 34 24 L 34 54'/><path d='M 46 8 a 10 10 0 0 1 10 10 c 0 7 -10 17 -10 17 s -10 -10 -10 -17 a 10 10 0 0 1 10 -10 z'/><circle cx='46' cy='18' r='3.5'/></svg>");
  }
  .view-link:nth-last-child(2) a::before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M 40 10 L 10 10 L 10 54 L 54 54 L 54 24'/><path d='M 18 48 L 21 37 L 45 13 L 55 23 L 31 47 Z'/><path d='M 42 16 L 52 26'/></svg>");
  }
  .view-link:nth-last-child(1) a::before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='24' cy='20' r='10'/><path d='M 6 52 c 0 -10 8 -18 18 -18 c 4 0 8 1 11 3'/><rect x='36' y='40' width='22' height='16' rx='2'/><path d='M 41 40 L 41 36 a 6 6 0 0 1 12 0 L 53 40'/></svg>");
  }
}
