.container {
  width: 90%;
  max-width: 1170px;
  margin: auto;
}

h1,
h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.anim {
  opacity: 0;
  transition: all 0.4s, opacity 1.5s 0.3s;
}

.anim.animated {
  opacity: 1;
}

.anim.delay2 {
  transition-delay: 0.5s;
}

.txt-content > * {
  margin-bottom: 24px;
}

.txt-content > *:last-child {
  margin-bottom: 0;
}

.txt-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.txt-content p,
.txt-content li,
.txt-content div,
.txt-content span,
.txt-content font,
.txt-content blockquote,
.txt-content td,
.txt-content th {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.txt-content blockquote {
  border-left: 1px solid #224672;
  padding: 20px 0 20px 20px;
}

.txt-content ul {
  padding-left: 24px;
}

.txt-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.txt-content ol {
  padding-left: 24px;
}

.txt-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
}

.txt-content a {
  text-decoration: underline;
  transition: 0.4s;
}

.txt-content a:hover {
  color: #94B6F4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "TT Hoves", sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #102D51;
}

body main {
  padding-top: 90px;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "TT Hoves", sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #102D51;
}

body main {
  padding-top: 90px;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: 'TT Hoves';
  src: url("../fonts/TTHoves-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url("../fonts/TTHoves-DemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.header {
  padding: 20px 0;
  background: #102D51;
  border-bottom: 1px solid #2E588D;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header .container {
  display: flex;
  align-items: center;
}

.header__logo img {
  display: block;
  height: 50px;
  width: auto;
}

.header__menu {
  margin: 0 auto;
}

.header__menu ul {
  display: flex;
  gap: 30px;
}

.header__menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
  padding: 3px 0;
}

.header__menu a:hover {
  color: #94B6F4;
  border-color: #94B6F4;
}

.header__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 15px;
  border-radius: 20px;
  background: #4D80DC;
  transition: 0.4s;
  margin-right: 20px;
}

.header__btn:hover {
  background: #224672;
}

.header__lang {
  height: 43px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #2E588D;
}

.header__lang:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
          transform: translate(50%, -75%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 2.5px solid white;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
  transition: 0.4s;
}

.header__lang:hover {
  border-color: transparent;
  overflow: visible;
}

.header__lang:hover:before {
  -webkit-transform: translate(50%, -25%) rotate(-135deg);
          transform: translate(50%, -25%) rotate(-135deg);
}

.header__lang:hover ul {
  border-color: #2E588D;
}

.header__lang ul {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #102D51;
  border: 1px solid transparent;
}

.header__lang li {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.header__lang li.wpml-ls-current-language {
  order: -1;
  pointer-events: none;
}

.header__lang a {
  display: flex;
  align-items: center;
  padding: 10px 44px 10px 15px;
}

.header__lang a:hover span {
  color: #94B6F4;
}

.header__lang img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.header__lang span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
}

.header__mob__btn {
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #2E588D;
  margin-left: 30px;
}

.header__mob__btn.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__mob__btn.open span:nth-child(2) {
  opacity: 0;
}

.header__mob__btn.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mob__btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  width: 22px;
  height: 2px;
  border-radius: 9px;
  transition: 0.4s;
}

.header__mob__btn span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}

.header__mob__btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__mob__btn span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.header__mob__container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #102D51;
  padding: 20px 5vw 40px;
  width: 100%;
  height: calc(100vh - 84px);
  overflow: auto;
  border-top: 1px solid #2E588D;
}

.header__mob__container ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.header__mob__container ul a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
  padding: 3px 0;
}

.header__mob__container ul a:hover {
  color: #94B6F4;
  border-color: #94B6F4;
}

.header__mob__container .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 15px;
  border-radius: 20px;
  background: #4D80DC;
  transition: 0.4s;
  margin: 30px auto 0;
}

.header__mob__container .btn:active {
  background: #224672;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #102D51;
  z-index: 2000;
}

.preloader .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .svg img {
  display: block;
  height: 50px;
  width: auto;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  transition: 0.5s;
}

.preloader .svg img.open {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.footer {
  padding: 50px 0;
  border-top: 1px solid #2E588D;
}

.footer .dev {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.footer .dev a {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  border-bottom: 1px solid white;
  transition: 0.4s;
}

.footer .dev a:hover {
  color: #94B6F4;
  border-bottom-color: #94B6F4;
}

.wpcf7-not-valid-tip {
  color: #AB6262 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding-top: 2px !important;
}

.wpcf7-response-output {
  width: 100% !important;
  margin: 20px auto 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

form {
  position: relative;
}

.wpcf7-spinner {
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  position: absolute !important;
}

.block1 {
  border-bottom: 1px solid #2E588D;
  background: #1B3B63;
}

.block1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
}

.block1 .btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 75px;
  border-radius: 999px;
  background: white;
  color: #102D51;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
}

.block1 .btn svg {
  margin-left: 10px;
  transition: 0.4s;
}

.block1 .btn svg * {
  transition: 0.4s;
}

.block1 .left {
  width: calc(58.5% - 15px);
}

.block1 .left h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 150%;
}

.block1 .right {
  width: calc(41.5% - 15px);
}

.block1 .right .window1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  padding: 30px;
  gap: 10px;
  border-radius: 20px;
  background: linear-gradient(175deg, #578AE7 2.26%, #3665BA 95.96%);
  margin-left: auto;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

.block1 .right .window1 p {
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.block1 .right .window1 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.block1 .right .window2 {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(246, 251, 255, 0.1);
}

.block1 .right .window2 > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2E588D;
}

.block1 .right .window2 .list {
  display: flex;
}

.block1 .right .window2 .list .box {
  width: 100%;
}

.block1 .right .window2 .list .box p {
  color: #94B6F4;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.block1 .right .window2 .list .box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.block2 .container {
  display: flex;
  justify-content: space-between;
}

.block2 .left {
  width: calc(58.5% - 15px);
  max-width: 570px;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.block2 .left .line {
  background: #224672;
  height: 1px;
}

.block2 .left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block2 .left ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 20px;
  background: #224672;
  box-shadow: 0px 10px 30px 0px rgba(24, 27, 32, 0.07);
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.block2 .left ul li img {
  display: block;
  height: 25px;
  max-width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.block2 .right {
  width: calc(41.5% - 15px + (100vw - 1170px) / 2);
  margin-right: calc((100vw - 1170px) / -2);
}

.block2 .right img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0px 0px 30px;
}

.block3 {
  background: #1B3B63;
}

.block3 .container {
  display: flex;
  justify-content: space-between;
}

.block3 .left {
  width: calc(31.6% + (100vw - 1170px) / 2);
  margin-left: calc((100vw - 1170px) / -2);
  display: flex;
  position: relative;
  background: rgba(16, 45, 81, 0.7);
}

.block3 .left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1B3B63;
  mix-blend-mode: color;
}

.block3 .left img {
  display: block;
  height: calc(100% - 140px);
  width: calc(100% - 30px);
  margin-left: auto;
  margin-top: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.block3 .right {
  width: 68.4%;
  padding: 70px 0 70px 70px;
  max-width: 740px;
}

.block3 .right h2 {
  margin-bottom: 40px;
}

.block3 .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block3 .right ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 20px;
  background: #224672;
  box-shadow: 0px 10px 30px 0px rgba(24, 27, 32, 0.07);
  padding: 20px 15px;
}

.block4 {
  padding: 70px 0;
}

.block4 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block4 h2 {
  margin-bottom: 50px;
  width: 100%;
}

.block4 .tabs {
  width: calc(100% - 300px);
}

.block4 .tabs .box {
  display: none;
  border-radius: 20px;
  border: 1px solid #2E588D;
  padding: 80px 100px 45px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.block4 .tabs .box.active {
  display: flex;
}

.block4 .tabs .box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.block4 .tabs .box p {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 28px;
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
}

.block4 .tabs .box p svg {
  width: 24px;
  height: auto;
}

.block4 .tabs .box p svg * {
  transition: 0.4s;
}

.block4 .tabs-nav ul {
  display: flex;
  width: 350px;
  margin-left: -50px;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #2E588D;
  background: #1B3B63;
  box-shadow: 0px 10px 30px 0px rgba(24, 27, 32, 0.07);
}

.block4 .tabs-nav a {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
  border-radius: 10px;
}

.block4 .tabs-nav a:hover {
  color: #94B6F4;
}

.block4 .tabs-nav a.active {
  background: #4D80DC;
  pointer-events: none;
}

.block5 {
  background: #1B3B63;
  padding: 70px 0;
}

.block5 h2 {
  margin-bottom: 30px;
}

.block5 .tabs-nav {
  margin-bottom: 50px;
}

.block5 .tabs-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.block5 .tabs-nav a {
  display: flex;
  padding: 10px 20px;
  border-radius: 28px;
  border: 1px solid #2E588D;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: .4s;
}

.block5 .tabs-nav a:hover {
  color: #94B6F4;
}

.block5 .tabs-nav a.active {
  background: #4D80DC;
  color: white;
  pointer-events: none;
}

.block5 [data-tab] {
  display: none;
}

.block5 [data-tab].active {
  display: flex;
}

.block5 .tab-gpa-1 {
  align-items: center;
  padding-top: 30px;
}

.block5 .tab-gpa-1 .img {
  width: 47%;
  border-radius: 20px;
  background: #224672;
}

.block5 .tab-gpa-1 .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}

.block5 .tab-gpa-1 .text {
  width: 53%;
  border-radius: 0 20px 20px 0;
  border: 1px solid #2E588D;
  border-left: none;
  padding: 50px;
}

.block5 .tab-gpa-1 .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.block5 .tab-gpa-2 {
  border-radius: 20px;
  border: 1px solid #2E588D;
  padding: 50px;
  flex-direction: column;
}

.block5 .tab-gpa-2 h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
}

.block5 .tab-gpa-2 table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #2E588D;
  padding: 15px 30px 15px 0;
  min-width: 150px;
}

.block5 .tab-gpa-2 table td:last-child {
  padding-right: 0;
}

.block5 .tab-gpa-2 table th {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #2E588D;
  padding: 15px 15px 15px 0;
}

.block5 .tab-gpa-2 table th:last-child {
  padding-right: 0;
}

.block5 .tab-gpa-2 table tr:last-child td {
  border-bottom: none;
}

.block5 .tab-gpa-3 ul {
  display: flex;
  flex-wrap: wrap;
}

.block5 .tab-gpa-3 ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  position: relative;
  width: 25%;
  padding: 30px;
  border-bottom: 1px solid #2E588D;
}

.block5 .tab-gpa-3 ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: calc(100% - 40px);
  width: 1px;
  background: #2E588D;
}

.block5 .tab-gpa-3 ul li:last-child:nth-child(4n-3) {
  width: 100%;
  border-bottom: none;
}

.block5 .tab-gpa-3 ul li:last-child:nth-child(4n-3):after {
  display: none;
}

.block5 .tab-gpa-4 {
  flex-wrap: wrap;
  gap: 30px;
}

.block5 .tab-gpa-4 > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.block5 .tab-gpa-4 .line {
  width: 100%;
  background: #2E588D;
  height: 1px;
}

.block5 .tab-gpa-4 h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.block5 .tab-gpa-4 .list {
  width: 100%;
  max-width: 1070px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block5 .tab-gpa-4 .list .box {
  background: #224672;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

.block5 .tab-gpa-4 .list .box:nth-child(1) {
  width: calc(50% - 15px);
  float: left;
}

.block5 .tab-gpa-4 .list .box:nth-child(2),
.block5 .tab-gpa-4 .list .box:nth-child(3) {
  width: calc(50% - 15px);
  margin-left: auto;
  margin-bottom: 30px;
}

.block5 .tab-gpa-4 .list .box:nth-child(4),
.block5 .tab-gpa-4 .list .box:nth-child(5) {
  display: inline-block;
  width: calc(33.333% - 23px);
  margin-right: 30px;
}

.block5 .tab-gpa-4 .list .box:nth-child(6) {
  display: inline-block;
  width: calc(33.333% - 23px);
}

.block5 .tab-gpa-4 .list .box .top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.block5 .tab-gpa-4 .list .box .top h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  align-self: center;
}

.block5 .tab-gpa-4 .list .box .top svg {
  display: block;
  width: 30px;
  min-width: 30px;
  height: auto;
}

.block5 .tab-gpa-4 .list .box .top svg * {
  fill: white;
}

.block5 .tab-gpa-4 .list .box ul {
  padding-left: 20px;
}

.block5 .tab-gpa-4 .list .box ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  list-style: disc;
}

.block6 {
  padding: 70px 0;
}

.block6 h2 {
  margin-bottom: 30px;
}

.block6 .tabs-nav {
  margin-bottom: 50px;
}

.block6 .tabs-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.block6 .tabs-nav a {
  display: flex;
  padding: 10px 20px;
  border-radius: 28px;
  border: 1px solid #2E588D;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: .4s;
}

.block6 .tabs-nav a:hover {
  color: #94B6F4;
}

.block6 .tabs-nav a.active {
  background: #4D80DC;
  color: white;
  pointer-events: none;
}

.block6 [data-tab] {
  display: none;
}

.block6 [data-tab].active {
  display: flex;
}

.block6 .tab-gtp-1 {
  justify-content: space-between;
  align-items: center;
}

.block6 .tab-gtp-1 .left {
  width: calc(50% - 15px);
}

.block6 .tab-gtp-1 .left img {
  display: block;
  width: 100%;
  height: auto;
}

.block6 .tab-gtp-1 .left .window {
  border-radius: 20px;
  background: #224672;
  box-shadow: 0px 10px 30px 0px rgba(24, 27, 32, 0.07);
  margin: -20px auto 0;
  display: flex;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.block6 .tab-gtp-1 .left .window p {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.block6 .tab-gtp-1 .left .window span {
  color: #768098;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.block6 .tab-gtp-1 .right {
  width: calc(50% - 15px);
  min-width: 530px;
  border: 1px solid #2E588D;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.block6 .tab-gtp-1 .right .row {
  display: flex;
  align-items: baseline;
}

.block6 .tab-gtp-1 .right .row p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.block6 .tab-gtp-1 .right .row .l {
  width: 100%;
  border-bottom: 1px dashed #768098;
  margin: 0 15px;
}

.block6 .tab-gtp-1 .right .dop {
  color: #768098;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-top: -10px;
}

.block6 .tab-gtp-1 .right .line {
  height: 1px;
  width: 100%;
  background: #2E588D;
}

.block6 .tab-gtp-2 {
  flex-direction: column;
}

.block6 .tab-gtp-2 .boxContainer {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.block6 .tab-gtp-2 .box {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block6 .tab-gtp-2 .box:hover {
  z-index: 5;
}

.block6 .tab-gtp-2 .box:hover .num {
  background: #94B6F4;
}

.block6 .tab-gtp-2 .box:hover .text {
  opacity: 1;
}

.block6 .tab-gtp-2 .box .num {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  background: rgba(148, 182, 244, 0.7);
  border-radius: 99px;
  transition: 0.4s;
}

.block6 .tab-gtp-2 .box .num.open {
  background: #4D80DC;
}

.block6 .tab-gtp-2 .box .text {
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  background: #224672;
  width: 330px;
  border-radius: 10px;
  text-align: center;
}

.block6 .tab-gtp-2 .box:nth-child(1) {
  top: 9%;
  left: 12.3%;
}

.block6 .tab-gtp-2 .box:nth-child(2) {
  top: 9%;
  left: 44.8%;
}

.block6 .tab-gtp-2 .box:nth-child(3) {
  top: 9%;
  left: 64.6%;
}

.block6 .tab-gtp-2 .box:nth-child(4) {
  top: 9%;
  left: 75.7%;
}

.block6 .tab-gtp-2 .box:nth-child(5) {
  top: 9%;
  left: 86.7%;
}

.block6 .tab-gtp-2 .box:nth-child(6) {
  top: 9%;
  left: 97.7%;
}

.block6 .tab-gtp-2 .box:nth-child(7) {
  top: 58.7%;
  left: 12.3%;
}

.block6 .tab-gtp-2 .box:nth-child(8) {
  top: 58.7%;
  left: 33.5%;
}

.block6 .tab-gtp-2 .box:nth-child(9) {
  top: 58.7%;
  left: 61.8%;
}

.block6 .tab-gtp-2 img {
  display: block;
  width: 100%;
  max-width: 770px;
  height: auto;
}

.block6 .tab-gtp-2 .mob-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 15px;
  transition: 0.4s;
  background: #224672;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  display: none;
  margin-top: 20px;
}

.block6 .tab-gtp-2 .mob-text.open {
  display: block;
}

.block7 {
  padding: 70px 0;
  overflow: hidden;
}

.block7 + .block9 {
  background: #1B3B63;
}

.block7 .container {
  display: flex;
  justify-content: space-between;
}

.block7 .text {
  width: calc(50% - 15px);
  position: relative;
  z-index: 2;
}

.block7 h2 {
  margin-bottom: 50px;
}

.block7 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.block7 .img {
  width: calc(50% - 15px);
  position: relative;
}

.block7 .img img {
  display: block;
  position: absolute;
  left: -20.7%;
  top: -17.1%;
  width: 173%;
  height: auto;
}

.block8 {
  position: relative;
  z-index: 3;
  background: #1B3B63;
  padding: 70px 0;
}

.block8 .container {
  position: relative;
}

.block8 h2 {
  margin-bottom: 50px;
}

.block8 .btn {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 68px;
  border: 2px solid #94B6F4;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: .4s;
}

.block8 .btn svg {
  display: block;
  width: 20px;
  height: auto;
}

.block8 .btn svg * {
  transition: .4s;
}

.block8 .btn:hover {
  background: #4D80DC;
  border-color: #4D80DC;
}

.block8 .btn:hover svg * {
  fill: white;
}

.block8 .b8main {
  padding: 20px 0;
  border-top: 1px solid #224672;
  border-bottom: 1px solid #224672;
  display: flex;
  gap: 30px;
}

.block8 .b8main .line {
  width: 1px;
  background: #224672;
}

.block8 .right .box:not(:last-child) {
  border-bottom: 1px solid #224672;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.block8 .box {
  display: flex;
  gap: 20px;
}

.block8 .box:hover h3 {
  color: #94B6F4;
}

.block8 .box:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block8 .box:hover svg * {
  fill: #94B6F4;
}

.block8 .box img {
  display: block;
  width: 130px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block8 .box .text {
  position: relative;
  align-self: center;
}

.block8 .box .text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 50px 16px 0;
  transition: 0.4s;
}

.block8 .box .text .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
}

.block8 .box .text svg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: auto;
  display: block;
  transition: 0.4s;
}

.block8 .box .text svg * {
  transition: 0.4s;
}

.block9 {
  padding: 70px 0;
}

.block9 .container {
  display: flex;
  gap: 50px;
}

.block9 .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.block9 .line {
  background: #2E588D;
  width: 1px;
}

.block9 .right {
  width: 50%;
  border-radius: 20px;
  background: #1B3B63;
  padding: 30px;
}

.block9 h2 {
  margin-bottom: 50px;
}

.block9 h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}

.block9 .contBox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.block9 .contBox svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}

.block9 .contBox p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.block9 .contBox a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
  align-self: center;
}

.block9 .contBox a:hover {
  color: #94B6F4;
}

.block9 .bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
}

.block9 .bottom img {
  display: block;
  height: 37px;
  width: auto;
}

.block9 .bottom p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.block9 .formRow {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}

.block9 .input-box {
  width: calc(50% - 7.5px);
}

.block9 .input-box:nth-child(3),
.block9 .input-box:nth-child(4) {
  width: 100%;
}

.block9 .input-box input {
  display: block;
  width: 100%;
  padding: 14px 10px 16px 10px;
  border-radius: 10px;
  border: 1px solid #939CB3;
  background: transparent;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.block9 .input-box input:focus {
  border-color: white;
}

.block9 .input-box input::-webkit-input-placeholder {
  color: #768098;
}

.block9 .input-box input::-moz-placeholder {
  color: #768098;
}

.block9 .input-box input::-ms-input-placeholder {
  color: #768098;
}

.block9 .input-box input::placeholder {
  color: #768098;
}

.block9 .input-box textarea {
  display: block;
  width: 100%;
  padding: 14px 10px 16px 10px;
  border-radius: 10px;
  border: 1px solid #939CB3;
  background: transparent;
  transition: 0.4s;
  height: 110px;
  resize: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.block9 .input-box textarea:focus {
  border-color: white;
}

.block9 .input-box textarea::-webkit-input-placeholder {
  color: #768098;
}

.block9 .input-box textarea::-moz-placeholder {
  color: #768098;
}

.block9 .input-box textarea::-ms-input-placeholder {
  color: #768098;
}

.block9 .input-box textarea::placeholder {
  color: #768098;
}

.block9 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  gap: 10px;
  transition: 0.4s;
  border-radius: 70px;
  border: 2px solid #4D80DC;
  padding: 10px;
  width: 100%;
}

.block9 .btn p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block9 .btn br {
  display: none;
}

.block9 .btn svg {
  display: block;
  width: 20px;
  height: auto;
}

.block9 .btn svg * {
  transition: 0.4s;
}

.block9 .btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.block9 .btn:hover {
  background: #4D80DC;
}

.block9 .btn:hover svg * {
  fill: white;
}

.breadcrumbs {
  padding: 70px 0 0;
}

.breadcrumbs span {
  color: #B9BABD;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.breadcrumbs span.breadcrumb_last {
  color: white;
}

.breadcrumbs span > span {
  padding-right: 20px;
  padding-left: 20px;
}

.breadcrumbs span > span:first-child {
  padding-left: 0;
}

.breadcrumbs a {
  color: #B9BABD;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition: 0.4s;
}

.breadcrumbs a:hover {
  color: #94B6F4;
}

.news {
  padding: 50px 0 100px;
}

.news + .block9 {
  background: #1B3B63;
}

.news + .block9 .right {
  background: #102D51;
}

.news h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 150%;
}

.news__row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.news__row .line {
  width: 1px;
  background: #224672;
}

.news__row .box {
  width: calc(50% - 31px);
  display: flex;
  gap: 20px;
}

.news__row .box:hover h3 {
  color: #94B6F4;
}

.news__row .box:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news__row .box:hover svg * {
  fill: #94B6F4;
}

.news__row .box img {
  display: block;
  width: 130px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__row .box .text {
  position: relative;
  align-self: center;
}

.news__row .box .text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 50px 16px 0;
  transition: 0.4s;
}

.news__row .box .text .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  opacity: .6;
}

.news__row .box .text svg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: auto;
  display: block;
  transition: 0.4s;
}

.news__row .box .text svg * {
  transition: 0.4s;
}

.article {
  padding: 50px 0 80px;
}

.article .hero {
  display: flex;
  gap: 50px;
  padding: 30px;
  border-top: 1px solid #224672;
  border-bottom: 1px solid #224672;
  position: relative;
}

.article .hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: calc(100% - 60px);
  width: 1px;
  background: #224672;
}

.article .hero:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  height: calc(100% - 60px);
  width: 1px;
  background: #224672;
}

.article .hero .img {
  width: calc(45% - 25px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.article .hero .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.article .hero .text {
  width: calc(55% - 25px);
}

.article .hero .text h1 {
  padding: 70px 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.article .hero .text p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: .6;
}

.article .txt-content {
  margin-top: 30px;
}

.article-others {
  background: #1B3B63;
  padding: 80px 0;
}

@media screen and (min-width: 769px) {
  .block8 .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .hero .img img {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header__mob__btn {
    display: none;
  }

  .block1 .container > .btn {
    display: none;
  }

  .block1 .btn:hover {
    background: #4D80DC;
    color: white;
  }

  .block1 .btn:hover svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .block1 .btn:hover svg * {
    fill: white;
  }

  .block4 .tabs .box p:hover {
    background: white;
    color: #102D51;
  }
}

@media screen and (min-width: 1201px) {
  .block8 .b8main > .box img {
    width: 250px;
  }

  .news__row .box:nth-child(1) img,
  .news__row .box:nth-child(3) img {
    width: 250px;
  }

  .news__row.sinple .box:nth-child(1) img,
  .news__row.sinple .box:nth-child(3) img {
    width: 130px;
  }
}

@media screen and (max-width: 1300px) {
  .block2 .right {
    width: calc(41.5% - 15px + 5vw);
    margin-right: -5vw;
  }

  .block3 .left {
    width: calc(31.6% + 5vw);
    margin-left: -5vw;
  }
}

@media screen and (max-width: 1200px) {
  .block1 .left h1 {
    font-size: 40px;
  }

  .block2 .left {
    padding: 60px 0;
  }

  .block3 .right {
    padding: 60px 0 60px 30px;
  }

  .block5 .tab-gpa-1 {
    align-items: stretch;
    padding-top: 0;
  }

  .block5 .tab-gpa-1 .img {
    border-radius: 20px 0 0 20px;
  }

  .block5 .tab-gpa-1 .text {
    border-color: #224672;
  }

  .block5 .tab-gpa-3 ul li {
    font-size: 14px;
    padding: 20px;
  }

  .block5 .tab-gpa-4 .list .box {
    gap: 10px;
  }

  .block5 .tab-gpa-4 .list .box .top {
    gap: 13px;
  }

  .block5 .tab-gpa-4 .list .box .top h3 {
    font-size: 16px;
  }

  .block5 .tab-gpa-4 .list .box .top svg {
    width: 23px;
    min-width: 23px;
  }

  .block5 .tab-gpa-4 .list .box ul {
    padding-left: 25px;
  }

  .block5 .tab-gpa-4 .list .box ul li {
    font-size: 14px;
  }

  .block8 .b8main {
    flex-direction: column;
    gap: 20px;
  }

  .block8 .b8main .line {
    width: 100%;
    height: 1px;
  }

  .news h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 32px;
  }

  .txt-content img {
    border-radius: 15px;
  }

  body main {
    padding-top: 84px;
  }

  body main {
    padding-top: 84px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__logo img {
    height: 32px;
  }

  .header__menu {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .block1 .container {
    flex-direction: column;
    padding: 40px 0;
  }

  .block1 .btn:active {
    background: #4D80DC;
    color: white;
  }

  .block1 .btn:active svg * {
    fill: white;
  }

  .block1 .left {
    width: 100%;
  }

  .block1 .left h1 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .block1 .left .btn {
    display: none;
  }

  .block1 .right {
    width: 100%;
    max-width: 500px;
  }

  .block2 {
    padding-bottom: 40px;
  }

  .block2 .container {
    flex-direction: column;
  }

  .block2 .left {
    padding: 40px 0 30px;
    width: 100%;
    max-width: unset;
    gap: 20px;
  }

  .block2 .left h2 {
    margin-bottom: 10px;
  }

  .block2 .right {
    width: calc(100% + 5vw);
  }

  .block2 .right img {
    height: auto;
    border-radius: 15px 0 0 15px;
  }

  .block3 .container {
    flex-direction: column-reverse;
  }

  .block3 .left {
    width: 100vw;
    margin: 0 -5vw;
  }

  .block3 .left img {
    height: 100%;
    width: 100%;
    padding: 5vw;
  }

  .block3 .right {
    width: 100%;
    max-width: unset;
    padding: 40px 0 30px;
  }

  .block3 .right h2 {
    margin-bottom: 30px;
  }

  .block4 {
    padding: 40px 0;
  }

  .block4 h2 {
    margin-bottom: 30px;
  }

  .block4 .tabs {
    width: calc(100% - 200px);
  }

  .block4 .tabs .box {
    padding: 30px 60px 20px;
  }

  .block4 .tabs .box p:active {
    background: white;
    color: #102D51;
  }

  .block4 .tabs-nav ul {
    width: 240px;
    margin-left: -40px;
  }

  .block4 .tabs-nav a {
    font-size: 16px;
  }

  .block5 {
    padding: 40px 0;
  }

  .block5 .tabs-nav {
    margin-bottom: 30px;
  }

  .block5 .tabs-nav ul {
    gap: 5px;
  }

  .block5 .tabs-nav a {
    font-size: 14px;
    padding: 8px 14px;
  }

  .block5 .tab-gpa-1 .img {
    display: flex;
    align-items: center;
  }

  .block5 .tab-gpa-4 .list .box:nth-child(1) {
    float: none;
  }

  .block5 .tab-gpa-4 .list .box {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .block5 .tab-gpa-4 .list .box:last-child {
    margin-bottom: 0 !important;
  }

  .block6 {
    padding: 40px 0;
  }

  .block6 .tabs-nav {
    margin-bottom: 30px;
  }

  .block6 .tabs-nav ul {
    gap: 5px;
  }

  .block6 .tabs-nav a {
    font-size: 14px;
    padding: 8px 14px;
  }

  .block6 .tab-gtp-1 {
    flex-direction: column;
  }

  .block6 .tab-gtp-1 .left {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }

  .block6 .tab-gtp-1 .right {
    width: 100%;
    min-width: unset;
  }

  .block7 {
    padding: 40px 0 0;
  }

  .block7 .container {
    flex-direction: column;
  }

  .block7 .text {
    width: 100%;
  }

  .block7 h2 {
    margin-bottom: 30px;
  }

  .block7 .img {
    width: 100vw;
    margin: 30px -5vw 0;
    overflow: hidden;
    height: 50vw;
  }

  .block7 .img img {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-45%, 0);
            transform: translate(-45%, 0);
    width: 120%;
    position: relative;
  }

  .block8 {
    padding: 40px 0;
  }

  .block8 h2 {
    margin-bottom: 30px;
  }

  .block9 {
    padding: 40px 0;
  }

  .block9 h2 {
    margin-bottom: 30px;
  }

  .block9 h3 {
    margin-bottom: 20px;
  }

  .block9 .formRow {
    gap: 15px;
  }

  .block9 .input-box {
    width: 100%;
  }

  .block9 .input-box input {
    padding: 12px 10px;
  }

  .block9 .input-box textarea {
    padding: 12px 10px;
  }

  .block9 .btn {
    font-size: 16px;
  }

  .breadcrumbs {
    display: none;
  }

  .news {
    padding: 40px 0;
  }

  .news__row {
    gap: 15px;
    margin-top: 30px;
  }

  .news__row .line {
    display: none;
  }

  .news__row .box {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #224672;
  }

  .news__row .box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .article {
    padding: 40px 0;
  }

  .article .hero {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }

  .article .hero .img {
    background: none;
    width: 100%;
  }

  .article .hero .text {
    width: 100%;
  }

  .article .hero .text h1 {
    font-size: 32px;
    padding: 0;
  }

  .article .hero .text p {
    margin-top: 20px;
  }

  .article-others {
    padding: 40px 0;
  }
}

@media screen and (max-width: 960px) {
  .block9 .container {
    flex-direction: column;
    gap: 30px;
  }

  .block9 .left {
    width: 100%;
  }

  .block9 .line {
    width: 100%;
    height: 1px;
  }

  .block9 .right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 24px;
  }

  .txt-content p,
  .txt-content li,
  .txt-content div,
  .txt-content span,
  .txt-content font,
  .txt-content blockquote,
  .txt-content td,
  .txt-content th {
    font-size: 14px;
  }

  .footer {
    padding: 30px 0;
  }

  .block1 .btn {
    padding: 15px 40px;
    margin-top: 30px;
    font-size: 16px;
  }

  .block1 .btn svg {
    margin-left: 6px;
    width: 17px;
    height: auto;
  }

  .block1 .left h1 {
    font-size: 28px;
  }

  .block1 .right {
    max-width: 400px;
  }

  .block1 .right .window1 {
    padding: 20px;
    border-radius: 15px;
    max-width: 240px;
    margin-bottom: -10px;
  }

  .block1 .right .window1 p {
    font-size: 20px;
  }

  .block1 .right .window1 span {
    font-size: 12px;
  }

  .block1 .right .window2 {
    padding: 20px;
    border-radius: 15px;
    max-width: 300px;
  }

  .block1 .right .window2 > p {
    font-size: 14px;
    margin-bottom: 6px;
    padding-bottom: 10px;
  }

  .block1 .right .window2 .list .box p {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .block1 .right .window2 .list .box span {
    font-size: 12px;
  }

  .block2 .left ul {
    gap: 10px;
  }

  .block2 .left ul li {
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
  }

  .block3 .right ul {
    gap: 10px;
  }

  .block3 .right ul li {
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
  }

  .block4 .container {
    align-items: flex-end;
  }

  .block4 .tabs {
    width: 100%;
  }

  .block4 .tabs .box {
    gap: 10px;
    border-radius: 15px;
    padding: 10px;
  }

  .block4 .tabs .box img {
    border-radius: 5px;
  }

  .block4 .tabs .box p {
    font-size: 14px;
    padding: 7px 13px;
    gap: 7px;
    border-radius: 15px;
  }

  .block4 .tabs .box p svg {
    width: 18px;
  }

  .block4 .tabs-nav {
    margin: 20px auto 0;
  }

  .block4 .tabs-nav ul {
    gap: 7px;
    padding: 7px;
    border-radius: 15px;
    width: 180px;
    margin: 0;
  }

  .block4 .tabs-nav a {
    font-size: 14px;
    padding: 7px;
    border-radius: 8px;
  }

  .block5 .tab-gpa-1 {
    flex-direction: column-reverse;
  }

  .block5 .tab-gpa-1 .img {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }

  .block5 .tab-gpa-1 .img img {
    -webkit-transform: translate(15px, -20px);
            transform: translate(15px, -20px);
  }

  .block5 .tab-gpa-1 .text {
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 15px 15px 30px;
    border: 1px solid #224672;
  }

  .block5 .tab-gpa-1 .text p {
    font-size: 14px;
  }

  .block5 .tab-gpa-2 {
    padding: 10px;
    border-radius: 15px;
  }

  .block5 .tab-gpa-2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .block5 .tab-gpa-2 table td {
    font-size: 10px;
    padding: 5px;
    min-width: 58px;
  }

  .block5 .tab-gpa-2 table td:first-child {
    padding-left: 0;
  }

  .block5 .tab-gpa-2 table th {
    font-size: 11px;
    padding: 5px;
  }

  .block5 .tab-gpa-2 table th:first-child {
    padding-left: 0;
  }

  .block5 .tab-gpa-3 ul li {
    width: 100%;
    padding: 15px 0;
  }

  .block5 .tab-gpa-3 ul li:after {
    display: none;
  }

  .block5 .tab-gpa-4 {
    gap: 20px;
  }

  .block5 .tab-gpa-4 > p {
    font-size: 14px;
  }

  .block5 .tab-gpa-4 h3 {
    font-size: 18px;
  }

  .block5 .tab-gpa-4 .list .box {
    padding: 15px;
    border-radius: 15px;
  }

  .block6 h2 {
    font-size: 20px;
  }

  .block6 .tab-gtp-1 .left .window {
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
  }

  .block6 .tab-gtp-1 .left .window p {
    font-size: 16px;
  }

  .block6 .tab-gtp-1 .left .window span {
    font-size: 12px;
  }

  .block6 .tab-gtp-1 .right {
    padding: 15px;
    border-radius: 15px;
    gap: 10px;
  }

  .block6 .tab-gtp-1 .right .row p {
    font-size: 9px;
  }

  .block6 .tab-gtp-1 .right .row .l {
    margin: 0 5px;
  }

  .block6 .tab-gtp-1 .right .dop {
    margin-top: -8px;
    font-size: 9px;
  }

  .block6 .tab-gtp-2 .box .num {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .block6 .tab-gtp-2 .box .text {
    display: none;
  }

  .block8 .btn {
    font-size: 16px;
    padding: 8px 20px;
    margin-top: 20px;
  }

  .block8 .btn svg {
    width: 18px;
  }

  .block9 .right {
    padding: 15px;
    border-radius: 15px;
  }

  .block9 h3 {
    font-size: 20px;
  }

  .block9 .bottom {
    border-top: 1px solid #2E588D;
    padding-top: 30px;
  }

  .block9 .bottom img {
    height: 25px;
  }

  .breadcrumbs + section {
    padding-top: 45px;
  }

  .news h1 {
    font-size: 28px;
  }

  .article .hero .text h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .block8 .box {
    gap: 10px;
  }

  .block8 .box img {
    width: 90px;
    border-radius: 15px;
  }

  .block8 .box .text h3 {
    font-size: 14px;
    padding: 0 30px 0 0;
  }

  .block8 .box .text .date {
    margin-top: 10px;
    font-size: 10px;
    opacity: .6;
  }

  .news__row .box {
    gap: 10px;
  }

  .news__row .box img {
    width: 90px;
    border-radius: 15px;
  }

  .news__row .box .text h3 {
    font-size: 14px;
    padding: 0 30px 0 0;
  }

  .news__row .box .text .date {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media screen and (max-width: 400px) {
  .header__logo img {
    height: 28px;
  }

  .header__mob__btn {
    margin-left: 15px;
  }
}

.cert_logo{
	display: block;
	height: 132px;
    width: 132px;
    object-fit: cover;
    padding: 4px;
	background: white;
    border-radius: 99px;
	margin-bottom: 30px;
}

.block1 .right{
	position: relative;
}

.block1{
	overflow: hidden;
}

.cert_logo2{
	display: block;
	height: 132px;
    width: 132px;
    object-fit: cover;
    padding: 4px;
	background: white;
    border-radius: 99px;
	position: absolute;
	right: -32px;
	bottom: -32px;
}

@media screen and (max-width: 400px) {
	 .cert_logo2{
		height: 92px;
		width: 92px;
		right: -8px;
		bottom: -12px;
	}
}
