@charset "utf-8";
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}
.list-null {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.relative {
  position: relative;
}
.up {
  text-transform: uppercase;
}
.h-50 {
  height: 50%;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'MontserratRegular', sans-serif;
}
.wrap {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'MontserratRegular', sans-serif;
}
.button {
  display: inline-block;
  padding: 6px 24px;
  background: #fff;
  border: 2px solid #c1c1c1;
  outline: none;
  transition: .2s;
  cursor: pointer;
  color: #f3f3f3;
}
.button:focus {
  outline: none;
}
.button:hover {
  color: #c1c1c1;
  border-color: #c1c1c1;
}
:focus {
  outline: none;
}
h1,
h2,
h3 {
  font-family: 'MontserratBold', sans-serif;
}
.skew-border {
  position: relative;
  background: transparent;
}
.skew-border .skew-inner {
  width: 100%;
  height: 100%;
  padding: 40px 80px 40px 50px;
  background: #f3f3f3;
}
.skew-border svg {
  background: transparent;
}
.skew-border .skew-left,
.skew-border .skew-bottom,
.skew-border .skew-top,
.skew-border .skew-right {
  position: absolute;
  z-index: 1;
}
.skew-border .skew-left polygon,
.skew-border .skew-bottom polygon,
.skew-border .skew-top polygon,
.skew-border .skew-right polygon {
  fill: #f3f3f3;
}
.skew-border .skew-left.in,
.skew-border .skew-bottom.in,
.skew-border .skew-top.in,
.skew-border .skew-right.in {
  position: relative;
}
.skew-border .skew-left.w50,
.skew-border .skew-bottom.w50,
.skew-border .skew-top.w50,
.skew-border .skew-right.w50 {
  width: 50%;
}
.skew-border .skew-left.h30,
.skew-border .skew-bottom.h30,
.skew-border .skew-top.h30,
.skew-border .skew-right.h30 {
  bottom: -30px;
  height: 30px;
}
.skew-border .skew-left.h60,
.skew-border .skew-bottom.h60,
.skew-border .skew-top.h60,
.skew-border .skew-right.h60 {
  bottom: -60px;
  height: 60px;
}
.skew-border .skew-left.mt30,
.skew-border .skew-bottom.mt30,
.skew-border .skew-top.mt30,
.skew-border .skew-right.mt30 {
  margin-top: 30px;
}
.skew-border .skew-left.white polygon,
.skew-border .skew-bottom.white polygon,
.skew-border .skew-top.white polygon,
.skew-border .skew-right.white polygon {
  fill: #fff;
}
.skew-border .skew-left.black polygon,
.skew-border .skew-bottom.black polygon,
.skew-border .skew-top.black polygon,
.skew-border .skew-right.black polygon {
  fill: #000;
}
.skew-border .skew-left.blue polygon,
.skew-border .skew-bottom.blue polygon,
.skew-border .skew-top.blue polygon,
.skew-border .skew-right.blue polygon {
  fill: #1a577e;
}
.skew-border .skew-left.pattern1 polygon,
.skew-border .skew-bottom.pattern1 polygon,
.skew-border .skew-top.pattern1 polygon,
.skew-border .skew-right.pattern1 polygon {
  fill: url(#pattern1);
}
.skew-border.alpha50 .skew-inner {
  background: rgba(255,255,255,0.75);
}
.skew-border.alpha50 .skew-left polygon {
  fill: #ffffff;
  fill-opacity: 0.75;
}
.skew-border .skew-left {
  left: -80px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
}
.skew-border .skew-left.w-bottom {
  height: calc(100% + 40px);
}
.skew-border .skew-left.w-top {
  top: -40px;
  height: calc(100% + 40px);
}
.skew-border .skew-right {
  right: -80px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
}
.skew-border .skew-right.w-bottom {
  height: calc(100% + 40px);
  top: -40px;
}
.skew-border .skew-top {
  left: 0;
  right: 0;
  top: -40px;
  width: 100%;
  height: 40px;
}
.skew-border .skew-bottom {
  left: 0;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
}
.skew-border .skew-bottom.in {
  bottom: 0;
}
.div {
  width: 100%;
  height: 4px;
  background: #f3f3f3;
}
.main .bg-container {
  background: url(/templates/trans/img/bg-main-4.jpg) top center no-repeat #000;
  background-size: contain;
}
.main .full {
  background-size: cover;
  background-position: bottom center;
}
.main .float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.main .logo {
  margin-left: 80px;
}
.main .logo-text {
  display: inline-block;
  margin: 5% 5% 0 0;
  text-align: center;
}
.main .logo-text h1 {
  margin-bottom: 0;
  color: #16375d;
}
.main .logo-text h1 span {
  color: #234875;
}
.main .logo-text h2 {
  color: #16375d;
  font-size: 14px;
  font-weight: bold;
  font-family: 'MontserratRegular', sans-serif;
}
.main .lang {
  margin-top: 50px;
}
.main .lang a {
  color: #1a577e;
  font-weight: bold;
  text-decoration: none;
}
.main .lang a.active {
  color: #f3f3f3;
}
.main.wo-skew .lang {
  margin-bottom: 50px;
}
.main .row-menu {
  min-height: 20vh;
}
.main .menu-main ul {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 50px 0 0 10px;
  padding: 0;
  list-style: none;
}
.main .menu-main ul li a {
  color: #fff;
  font-weight: bold;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.main .menu-main ul li.active a,
.main .menu-main ul li:hover a {
  color: #1a577e;
}
.main .menu-main ul li.menu-close {
  display: none;
}
.main .menu-main.full ul {
  width: 100%;
  margin: 0;
}
.main .menu-main.full ul li {
  position: relative;
}
.main .menu-main.full ul li a {
  font-size: 28px;
  font-weight: normal;
}
.main .menu-main.full ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(/templates/trans/img/icon-angle.png) center center no-repeat;
  background-size: contain;
}
.main.wo-skew .menu-main {
  margin-bottom: 50px;
}
.main .skew-inner {
  padding-top: 48px;
}
.main .social {
  margin-left: 80px;
  margin-bottom: 70px;
}
.main .row-main {
  min-height: 80vh;
}
.main .about {
  margin-top: 40px;
  padding-top: 3em;
  padding-bottom: 2em;
}
.main .about .row {
  position: relative;
}
.main .about .title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 7%;
}
.main .about .item {
  margin-bottom: 2em;
  text-align: center;
}
.main .about .item h2 {
  margin: .5em 0;
  color: #1a577e;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.main .about .item p {
  color: #fff;
  text-align: justify;
}
.main.contacts .content-left {
  padding: 60px 30px 30px 80px;
}
.main.contacts .content-left h2 {
  color: #fff;
  text-transform: uppercase;
}
.main.contacts .content-left .form input,
.main.contacts .content-left .form button {
  width: 100%;
  margin: 1em 0;
  padding: 4px 24px;
  border: 1px solid ;
  border-radius: 24px;
  background: transparent;
  color: #fff;
}
.main.contacts .content-left .form button {
  text-transform: uppercase;
}
.main.contacts .content-left .form ::placeholder {
  opacity: 1;
  color: #f3f3f3;
  text-align: center;
}
.main.contacts .content-left .form :-ms-input-placeholde {
  color: #f3f3f3;
  text-align: center;
}
.main.contacts .content-left .form ::-ms-input-placeholder {
  color: #f3f3f3;
  text-align: center;
}
.main.contacts .content-right {
  position: relative;
}
.main.contacts .content-right .social {
  position: absolute;
  top: 48px;
  left: 80px;
  margin: 0;
  z-index: 5;
}
.main.contacts .text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60%;
  z-index: 99;
  max-width: 40%;
  width: 420px;
  padding: 4em 6em;
  background: rgba(255,255,255,0.75);
}
.solutions .container-fluid {
  padding-top: 52px;
  padding-bottom: 2em;
  background: #1a577e;
}
.solutions h2 {
  position: relative;
  margin: 0 0 1em;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
.solutions h2 span {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding: 12px 6px 4px 4px;
  background: #000;
  z-index: 5;
}
.solutions h2 span:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 13px;
  background-color: #000;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
}
.solutions p {
  color: #fff;
  text-align: justify;
}
.middle .bg-container {
  padding-top: 115px;
  background: url(/templates/trans/img/bg-middle-3r.jpg) bottom center no-repeat #000;
  background-size: cover;
}
.middle .skew-inner {
  width: 100%;
  height: 100%;
  padding: 40px 50px 40px 80px;
  background: #f3f3f3;
}
.middle .skew-inner.revert {
  padding: 40px 80px 40px 50px;
}
.contact-form .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #000;
}
.contact-form .skew-bottom {
  z-index: 2;
}
.contact-form h2 {
  margin: 0 0 1em;
  color: #1a577e;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.contact-form h2 span {
  color: #fff;
}
.contact-form input,
.contact-form button {
  width: 98%;
  margin: 0 1%;
  padding: 6px 24px;
  border: 1px solid #c1c1c1;
  border-radius: 24px;
  background: transparent;
  color: #c1c1c1;
}
.contact-form button {
  border-color: #17ccf7;
  color: #17ccf7;
  text-transform: uppercase;
}
.contacts .skew-inner {
  width: 100%;
  height: 100%;
  padding: 40px 50px 40px 80px;
  background: #f3f3f3;
}
.footer .container-fluid {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #c1c1c1;
  color: #fff;
}
.footer.float .container-fluid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .pad {
  margin-top: 2em;
}
.footer .menu-footer ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .menu-footer ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .menu-footer ul li.menu-close {
  display: none;
}
.footer .contact-button {
  text-align: right;
}
.footer .contact-button .button {
  padding: 6px 36px;
  border: 1px solid #fff;
  border-radius: 24px;
  background: transparent;
  color: #fff;
}
.footer .partners {
  font-size: 13px;
}
.content .container.pad {
  padding-top: 2em;
  padding-bottom: 2em;
}
.content .bg-blue {
  background: #1a577e;
}
.content .content-left {
  padding: 20px 20px 20px 80px;
}
.content .content-right {
  padding: 0;
}
.content.srv .content-right {
  padding: 60px 30px 30px 80px;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .hidden-md {
    display: block;
  }
  .menu-toggle {
    position: absolute;
    top: 1em;
    right: 9%;
    width: 42px;
    z-index: 5;
  }
  .menu-toggle span {
    display: block;
    width: 42px;
    height: 6px;
    margin: 4px 0;
    background: #fff;
    border-radius: 3px;
  }
  .main .menu-main {
    margin: 0 !important;
  }
  .main .menu-main ul {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 10;
  }
  .main .menu-main ul li {
    padding: 1em 0;
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
  }
  .main .menu-main ul li a {
    color: #000;
  }
  .main .menu-main ul li.menu-close {
    display: block;
  }
  .bg-container {
    position: relative;
  }
  .main .bg-in {
    background: url(/templates/trans/img/bg-main-2.jpg) 50% center no-repeat #000;
    background-size: cover;
  }
  .main .logo {
    display: inline-block;
    margin-left: 10%;
    margin-bottom: 2em;
  }
  .main .logo img {
    width: 75%;
  }
  .main .social {
    position: absolute;
    right: 4%;
    top: 4em;
    margin: 0 !important;
  }
  .main .lang {
    position: absolute;
    right: 6%;
    top: 4em;
    margin: 0;
  }
  .main .lang a {
    color: #fff;
  }
  .main .lang a.active {
    color: #1a577e;
  }
  .main .full {
    background-size: cover;
    background-position: 31% top;
  }
  .main .row-main {
    width: 100%;
  }
  .main .row-main .logo-text {
    margin: 5% 5% 0;
  }
  .main .row-main .logo-text h1 {
    font-size: 24px;
  }
  .main .right-side .skew-inner {
    padding: 2em 1em;
  }
  .main .skew-bottom.in {
    display: none;
  }
  .main .def-pad {
    padding: 2em 1em !important;
  }
  .main .about .title {
    position: relative !important;
    max-width: 100% !important;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .main .bg-container.inner .lang {
    position: static;
    margin-top: 2.25em;
  }
  .main .bg-container.inner .menu-toggle {
    top: 1.75em;
  }
  .middle .bg-container {
    padding: 0;
    background: none;
  }
  .middle .bg-container .skew-top,
  .middle .bg-container .skew-right {
    display: none;
  }
  .middle .bg-container .skew-inner {
    padding: 2em 1em;
  }
  .middle.inner .bg-container {
    padding-top: 4em;
  }
  .middle.inner.srv .skew-inner {
    padding: 30px !important;
  }
  .contact-form input {
    margin-bottom: 1em;
  }
  .contacts .skew-inner {
    padding: 4em 1em 2em;
  }
  .content .content-left {
    padding: 2em 1em;
  }
  .content .content-right {
    padding: 2em 0 0;
  }
  .content.srv .content-right {
    padding: 30px !important;
  }
  .contacts .content-left {
    padding: 2em !important;
  }
  .footer .pad {
    margin-top: initial !important;
  }
  .footer .copy {
    padding-bottom: 1em;
  }
  .footer .copy br {
    display: none;
  }
  .footer .copy span {
    margin-left: 4px;
  }
  .footer .menu-footer ul {
    display: none;
  }
  .footer .social {
    display: none;
  }
  .footer .contact-button {
    width: 100%;
    padding: 6px 0;
    text-align: center;
  }
  .footer .partners {
    margin-bottom: 1em;
  }
}
@media (min-width: 1400px) {
  .content.srv .large-fix {
    background-size: 100% auto !important;
    background-position-x: -50% !important;
    background-position-y: 0% !important;
  }
}
