@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Fira Sans", sans-serif;
}

.mov {
  margin: auto;
}

.mov .bx-viewport img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mov .bx-viewport {
  height: 200px !important;
}

.mov .bx-wrapper {
  height: 200px !important;
  margin: auto !important;
}

@media screen and (max-width: 500px) {
  .mov a,
  .mov img {
    height: 200px;
  }
  .flex {
    margin-bottom: 40px;
  }
}
.bx-viewport {
  height: 100vh !important;
}

.acc {
  background: #e9e9e9;
  padding: 20px 25px;
  border-radius: 20px;
}
.acc p {
  margin: 0;
  margin-bottom: 12px;
}
.acc p:last-child {
  margin-bottom: 0 !important;
}

body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Fira Sans", sans-serif;
}

.top_bg {
  background: #097449;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  height: 140px;
}

.langs {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 100px;
  z-index: 100;
  font-size: 80%;
}
.langs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.langs ul li {
  background: #097449;
  margin-bottom: 4px;
}
.langs ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: none;
}
.langs ul li a:hover {
  background: #0da367;
}

blockquote {
  padding: 0;
  margin: 0;
}
blockquote p {
  opacity: 0.6;
  font-size: 100%;
  margin-bottom: 20px;
  line-height: 1.4;
}

.langsin {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 100px;
  z-index: 100;
  font-size: 80%;
}
.langsin ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.langsin ul li {
  background: #000;
  margin-bottom: 4px;
}
.langsin ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: none;
}
.langsin ul li a:hover {
  background: #0da367;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.btn.primary {
  margin-top: 30px;
  background: #097449;
  padding: 10px 30px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 120%;
}
.btn.primary:hover {
  background: #0dad6d;
}

.insidepage {
  padding-top: 120px;
}
.insidepage .fxd:after {
  opacity: 0.2;
}
.insidepage header {
  z-index: 101 !important;
}
.insidepage header,
.insidepage .inside,
.insidepage .right {
  position: fixed !important;
  z-index: 100;
  width: 100%;
  top: 0;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.fxd {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.fxd:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  pointer-events: none !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 200px;
  z-index: 55;
  width: 100%;
}

.sub {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1110;
  background: rgba(9, 116, 73, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  width: 100%;
  min-width: 320px;
  left: -100px;
  top: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 56px -11px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 56px -11px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateX(-40px) translateY(-10px);
          transform: translateX(-40px) translateY(-10px);
}
.sub li {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}
.sub li a {
  padding: 10px 10px;
  display: block;
  font-size: 80%;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8);
}
.sub li a:hover {
  background: #097449;
  color: white;
}

.trapline {
  -webkit-transform: skewY(357deg);
          transform: skewY(357deg);
  background: #097449;
  height: 60px;
  top: calc(100vh - 100px);
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.mov .trapline {
  background: #ccc;
  height: 2px;
  margin-bottom: 50px;
  position: static;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.socials a {
  padding: 10px 20px;
}
.socials a.ln {
  background: #0072b1;
  color: white;
}
.socials a.fb {
  background: #3b5998;
  color: white;
}

#trapesia {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
  width: 100%;
  height: 100vh;
  min-height: 600px;
  top: 0px;
  z-index: 10;
}
#trapesia img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  position: absolute;
  z-index: 1100;
  width: 180px;
  margin-left: 50px;
  text-align: center;
  padding: 20px 10px;
  top: 0px;
}
.logo svg {
  fill: #fff;
}
.logo .logocolor2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}
.logo svg {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  max-width: 120px;
  width: 100%;
  height: 150px !important;
  -o-object-fit: coverı;
     object-fit: coverı;
}

.service_list {
  background: #eaeaea;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
  padding: 40px !important;
  margin: 0;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}
.service_list li {
  text-align: left !important;
  padding: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_list li:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.service_list li a {
  text-decoration: none;
  color: #097449;
  font-weight: lighter;
  font-size: 140%;
}

.bannerwords {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  -webkit-backdrop-filter: blur(13px) !important;
          backdrop-filter: blur(13px) !important;
  width: 100%;
  position: absolute;
  z-index: 12;
  left: 200px;
  font-size: 70%;
  top: 120px;
  max-width: 450px;
  color: white;
  padding: 40px;
  padding-top: 70px;
  background: rgba(9, 116, 73, 0.8);
}
.bannerwords h1 {
  margin: 0px;
  font-size: 160%;
  font-weight: lighter;
}
.bannerwords .date {
  margin: 20px 0px;
  display: block;
  font-size: 110%;
  opacity: 0.8;
}
.bannerwords .sh_text {
  font-size: 120%;
  opacity: 0.6;
  padding-bottom: 50px;
}

.info {
  font-family: "Fira Sans", sans-serif;
  text-align: left;
  color: #097449;
  padding: 50px;
}
.info h1 {
  font-weight: lighter;
  font-size: 220%;
}

.moreinfo {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  background: #00246e;
  padding: 20px;
  padding-bottom: 30px;
  color: white;
  margin-left: 50px;
}
.moreinfo span {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.l2 {
  font-size: 150%;
  display: block;
}

.joinus {
  font-size: 60%;
  position: absolute;
  right: 5%;
  top: 89vh;
  font-family: "Fira Sans", sans-serif;
  width: 100px;
  width: 260px;
  z-index: 3;
  background: url(../images/join-icon.png), url(../images/join-us-bg.png);
  background-size: 40px, 35%;
  background-repeat: no-repeat, repeat;
  background-position: 200px 32px, center right;
  padding: 23px;
  padding-top: 34px;
  color: white;
  text-decoration: none;
}

.top_banners {
  position: relative !important;
}

.bx-controls-direction {
  position: absolute;
  top: 150px;
  left: 550px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.bx-controls-direction .bx-next {
  width: 17px;
  text-indent: -99999px;
  height: 17px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
.bx-controls-direction .bx-prev {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  text-indent: -99999px;
  width: 17px;
  height: 17px;
  display: block;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}

.btm img {
  width: 100%;
  height: auto;
}

.dt {
  font-weight: normal;
  padding: 10px;
  margin: 0;
  background: #eaeaea;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.news {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding: 5%;
  font-size: 100%;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: lighter !important;
  display: inline-block;
  width: 63%;
}
.news h1 {
  font-size: 100%;
  font-weight: lighter;
}
.news .date {
  width: 20px;
  height: 20px;
  text-indent: -300px;
  background: black;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  color: white;
}
.news .sh_text {
  opacity: 0.4;
  margin-top: 10px;
  font-size: 90%;
  height: 52px;
  overflow: hidden;
}

.right {
  width: 37%;
  display: inline-block;
  padding: 6px;
}

.socials {
  width: 70%;
  height: auto;
}

.news_txt {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding-left: 30px;
}
.news_txt h2 {
  color: black;
  margin: 0px;
  font-size: 100%;
  font-weight: lighter;
}

.mov {
  overflow: hidden;
  width: 100%;
}

.management {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: auto;
  gap: 150px;
  display: grid;
}
.management .man {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 300px 50px 1fr;
  grid-template-columns: 300px 1fr;
}
.management .man .name,
.management .man .position {
  font-size: 120%;
  text-align: left;
}
.management .man .position {
  color: #097449;
}
.management .man h3 {
  font-weight: lighter;
  font-size: 200% !important;
  margin: 0;
  padding: 0;
}
.management .man img {
  max-width: 200px;
}

footer {
  background: #097449;
  color: white;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  gap: 20px;
  -ms-grid-columns: 3fr 20px 2fr 20px 2fr;
  grid-template-columns: 3fr 2fr 2fr;
}
footer .copyright {
  font-size: 80%;
  text-align: right;
  opacity: 0.6;
}
footer .contacts {
  margin: 50px 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.7;
}
footer .socials {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  gap: 40px;
}
footer .socials a {
  padding: 0;
}
footer .socials img {
  height: 24px;
}
footer > div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
}
footer > div:last-child {
  border: none !important;
}
footer .uhyint p {
  padding-right: 50px;
  font-size: 80%;
  margin-bottom: 25px;
}
footer .uhyint img {
  max-width: 300px;
}
footer ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.nav li {
  display: block;
  margin-bottom: 18px;
}
footer ul.nav li a {
  color: white;
  text-decoration: none;
  font-size: 110%;
}
footer ul.nav li a:hover {
  opacity: 0.6;
}
footer ul.nav li:last-child {
  margin: 0 !important;
}

.movee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movee a,
.movee img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
}

.newsalone {
  margin: 30px 0px;
  display: block;
  color: black;
  text-decoration: none !important;
}
.newsalone:hover .date {
  text-indent: inherit;
  width: 120px;
  height: 32px;
  padding: 10px;
  font-size: 80%;
  text-align: center;
  background: #1a4493;
  color: white;
}

.mobilemenu {
  display: none;
}

nav {
  padding: 15px 0px;
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 1110;
}
nav a,
nav li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav:hover li {
  opacity: 0.7;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
nav ul li {
  padding-bottom: 10px;
  position: relative;
}
nav ul li:hover {
  opacity: 1;
}
nav ul li.open:hover .sub {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
nav ul li a {
  color: white;
  text-decoration: none !important;
  padding-bottom: 5px;
  margin-right: 30px;
}

.joinusbtm {
  margin: 30px 0px;
  display: block;
  text-align: center;
  color: white;
  font-size: 80%;
  background: #1a4493;
  padding: 30px;
  text-decoration: none;
  margin-right: 12%;
}

input {
  background: #1a4493;
  color: white;
  padding: 20px;
  width: 90%;
  border: none;
}

.inside h1 {
  color: white;
  position: absolute;
  left: 250px;
  top: 35px;
  font-size: 140%;
}

.info-text {
  min-height: 700px;
  padding: 30px;
  margin-bottom: 100px;
  margin-left: 220px;
}
.info-text img {
  max-width: 1000px;
  margin: auto;
  display: block;
  border-radius: 30px;
}
.info-text p {
  font-size: 100%;
  margin-bottom: 20px;
}
.info-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.info-text ul li:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  width: 6px;
  height: 3px;
  background: #097449;
  left: 0;
  top: 7px;
  border-radius: 10px;
}
.info-text a {
  font-weight: bold;
  text-decoration: none;
  color: #097449;
}
.info-text h1 {
  font-size: 200%;
  color: #0da367;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: lighter !important;
  margin-bottom: 40px;
}
.info-text h2,
.info-text h3 {
  font-size: 120%;
  color: #0da367;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 20px;
}
.info-text h2 {
  cursor: pointer;
}
.info-text h2:hover {
  color: #6a9bff;
}
.info-text h2:after {
  content: "";
  height: 17px;
  width: 17px;
  background: url("../images/angle-arrow-down.png") no-repeat bottom center;
  background-size: 10px;
  display: inline-block;
  margin-left: 10px;
}
.info-text h2.active:after {
  -webkit-transform: rotateZ(180deg) translateY(-6px);
          transform: rotateZ(180deg) translateY(-6px);
}

input[type=submit] {
  width: 200px;
  font-size: 120%;
  margin-bottom: 30px;
}

label {
  display: block;
}

.b-form-group {
  width: 45%;
  display: inline-block;
  margin-bottom: 50px;
}

.more {
  color: white;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 500px;
}

.career {
  max-width: 1000px;
}

.grid2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.row {
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.grid4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sep {
  height: 20px;
}

.grid5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.col-md-12 input {
  margin-top: 30px !important;
}
.col-md-12 label {
  font-size: 120%;
  margin-top: 13px;
  margin-bottom: 5px;
}

label {
  font-size: 90%;
  color: black;
  margin-left: 10px;
}
label b {
  font-weight: normal;
  color: #097449;
}

.career textarea {
  height: 100px;
}

.career select,
.career input,
.career textarea {
  resize: none;
  outline: none;
  width: 100%;
  background: none !important;
  border: none !important;
  margin: 0;
  color: #097449 !important;
  padding: 0;
  background: #eaeaea !important;
  border: 1px solid #eaeaea !important;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.career select:focus,
.career input:focus,
.career textarea:focus {
  border: 1px solid #444 !important;
  background: #f0f0f0 !important;
}

.chbox {
  margin-top: 20px;
}
.chbox .chboxheader {
  font-size: 120%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.career input[type=checkbox] {
  width: auto !important;
}

h4 {
  font-size: 150%;
  color: #097449;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-top: 60px;
  margin-bottom: 10px;
}

.ticklist {
  margin-top: 40px;
  margin-bottom: 60px;
  gap: 20px;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.styled-input-single {
  margin-bottom: 10px;
  white-space: nowrap;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.styled-input-single label {
  margin: 0 !important;
}
.styled-input-single input {
  margin-bottom: 0px !important;
}

.btn-group {
  background: #ccc;
  width: 90px;
  display: -ms-grid;
  display: grid;
  border-radius: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.btn-group a {
  display: inline-block;
  padding: 5px;
  width: 45px;
  text-align: center;
}
.btn-group a.notActive {
  border-radius: 5px;
  color: white;
  background: #097449;
}

@media screen and (max-width: 1040px) {
  .bannerwords {
    left: 75px;
  }
  .bx-controls-direction {
    left: 435px;
  }
}
@media screen and (max-width: 990px) {
  .langs, .langsin {
    right: 80px;
    width: auto !important;
  }
  .langs ul, .langsin ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  nav {
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: 0;
            transform: 0;
    display: block !important;
    position: absolute;
    top: 100px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(9, 116, 73, 0.9);
    font-size: 110%;
  }
  nav .sub {
    position: static;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  nav .sub {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  nav ul {
    gap: 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav ul li {
    padding: 10px 20px;
  }
  nav ul li a {
    display: block;
  }
  .mobile .page:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 90;
  }
  .mobile nav {
    opacity: 1;
    pointer-events: all !important;
  }
  .mobile nav .sub {
    pointer-events: all;
  }
  .mobile .mobilemenu {
    background: #0da367;
  }
  .mobilemenu {
    display: block;
    z-index: 1110;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #097449;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    cursor: pointer;
  }
  .mobilemenu:hover {
    background: #0da367;
  }
  .mobilemenu div {
    width: 20px;
    height: 2px;
    background: #fff;
  }
  nav {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  h4 {
    font-size: 120% !important;
  }
  .grid2, .grid3, .grid4, .grid5 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .page {
    overflow-x: hidden;
  }
  .top_bg {
    background: #00246e;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    height: 100px;
  }
  .logo {
    margin-left: 0;
    height: 64px;
  }
  .logo svg {
    -webkit-transform: translateY(-55px) translateX(-30px);
            transform: translateY(-55px) translateX(-30px);
    max-width: 80px;
  }
  .bnr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bnr .bannerwords {
    left: 0px;
    width: 100%;
    position: static;
    max-width: 100%;
    background: #097449;
    bottom: 0vh;
    padding: 40px;
    padding-top: 60px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .bnr #trapesia {
    min-height: inherit;
    height: 90vw;
    clip-path: none;
  }
  .management .man {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .info-text {
    font-size: 120%;
    margin-bottom: 30px;
    margin-top: -40px;
    margin-left: 0px;
  }
  .mov .trapline {
    position: static;
    height: 2px;
    background: #ccc;
    width: calc(100% + 40px);
    margin-bottom: 30px;
    -webkit-transform: translateX(-20px) skewY(357deg);
            transform: translateX(-20px) skewY(357deg);
    display: block;
  }
  .trapline {
    display: none;
  }
  footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .socials {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .contacts {
    margin: 30px 0;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer p {
    padding: 0 !important;
  }
  footer .uhyint {
    text-align: center !important;
  }
  footer .uhyint img {
    width: 80%;
  }
  footer > div {
    border: none !important;
  }
  footer > div:nth-child(2) {
    display: none !important;
  }
  .mov {
    padding: 20px 10px;
  }
  .mov a,
  .mov img {
    width: 100px;
    height: 100px;
  }
  .bx-wrapper, .bx-viewport {
    max-height: 140vw !important;
    height: 140vw !important;
  }
  .sh_text {
    padding-bottom: 30px !important;
  }
  .bx-has-controls-direction {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 80vw;
    left: 40px;
    z-index: 100;
  }
  .bx-has-controls-direction .bx-controls-direction {
    position: static;
    -webkit-transform: translateY(4px) translateX(4px);
            transform: translateY(4px) translateX(4px);
  }
  .news, .right {
    -webkit-transform: none;
            transform: none;
    display: block;
    margin-bottom: 30px;
    width: 100% !important;
  }
}