@charset "UTF-8";
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/*pagination*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background: #7A5648;
}

.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*pagination*/
/*breadcrumb*/
.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  line-height: 110%;
  color: #7A5648;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #7F7F7F;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #E7E7E7;
}

/*breadcrumb*/
/*header*/
header {
  background: #010101;
  padding: 20px 0px 17px;
}

header hr {
  opacity: 1;
  background: #AEAEAE;
  margin: 0;
  margin-top: 17px;
}

header .uniondistribution_logo {
  width: 160px;
}

@media (max-width: 575.98px) {
  header .uniondistribution_logo {
    width: 120px;
  }
}

header .uniondistribution_logo_black {
  width: 160px;
}

@media (max-width: 575.98px) {
  header .uniondistribution_logo_black {
    width: 120px;
  }
}

header.page {
  background: #fff;
}

header.page .nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575.98px) {
  header.page .nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header.page .nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

header.page .nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

header.page .nav ul li a:hover {
  color: #000000;
}

header.page .nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 575.98px) {
  header.page .group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

header.page .group .search svg {
  fill: #000000;
}

header.page .group .search svg path {
  fill: #000000;
}

header.page .group .lang #language_list .dropdown-toggle {
  color: #000000;
}

header.page .mobil_nav .spinner {
  background-color: #000000;
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav {
  padding: 0px 10px;
}

@media (max-width: 575.98px) {
  header .nav {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav {
    display: none;
  }
}

header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .nav ul li {
  padding: 0px 40px;
}

header .nav ul li:first-child {
  padding-left: 0;
}

header .nav ul li:last-of-type {
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav ul li {
    padding: 0px 25px;
  }
}

header .nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575.98px) {
  header .nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

header .nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

header .nav ul li a:hover {
  color: #FCFCFC;
}

header .nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .group .search {
  cursor: pointer;
}

header .group .lang {
  padding-right: 23px;
  font-size: 17px;
  line-height: 20px;
  color: #FCFCFC;
}

@media (max-width: 575.98px) {
  header .group .lang {
    padding-right: 0px;
  }
}

header .group .lang #language_list .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .group .lang #language_list .dropdown-toggle::after {
  width: 16px;
  height: 16px;
  border: none;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3120_6342)"><path d="M8 13L16 5.5L14.4 4L8 10L1.6 4L0 5.5L8 13Z" fill="%232E62FF"/></g><defs><clipPath id="clip0_3120_6342"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

header .group .lang #language_list a {
  padding-right: 23px;
  font-size: 17px;
  line-height: 20px;
  color: #FCFCFC;
  text-decoration: none;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  header .group .lang #language_list a {
    padding-right: 0px;
  }
}

header .group .lang #language_list .dropdown-menu {
  padding: 10px 15px;
  min-width: 0;
  width: 54px;
  margin-top: 5px !important;
}

header .group .lang #language_list .dropdown-menu a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 320px;
  margin-top: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100vh;
  min-height: 450px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 70px;
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #fff;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 0px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li {
  padding: 0px;
  border-top: 1px solid #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 15px;
  color: #000000;
  text-decoration: none;
  padding: 16px 10px;
  width: 100%;
  text-align: left;
}

.mobil_nav #sidebarMenu .data .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D0D0D0;
  position: relative;
}

.mobil_nav #sidebarMenu .data .control .item {
  background: #EB0029;
  height: 70px;
  padding: 0px 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0px;
  position: relative;
}

.mobil_nav #sidebarMenu .data .control .item:after {
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 10px;
  background: rgba(255, 255, 255, 0.3);
}

.mobil_nav #sidebarMenu .data .control .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 20px;
}

.mobil_nav #sidebarMenu .data .control .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0px 20px;
  background: #1A171B;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobil_nav #sidebarMenu .data .control .lang a {
  color: #FFFFFF;
  text-decoration: none;
}

.mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobil_nav input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 28px;
  right: 20px;
  height: 40px;
  width: 40px;
  z-index: 999;
}

.mobil_nav .sidebarIconToggle svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 40px;
  background-color: #FCFCFC;
}

.mobil_nav .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 5px;
}

.mobil_nav .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.mobil_nav .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 6px;
  width: 28px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 40px;
  height: 40px;
  right: 20px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -11px;
  width: 40px;
}

/*header*/
/*footer*/
footer {
  margin-top: 120px;
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  padding: 60px 0px 20px;
}

@media (max-width: 575.98px) {
  footer {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (max-width: 575.98px) {
  footer {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer {
    margin-top: 60px;
  }
}

footer .uniondistribution_logo_footer {
  width: 80%;
}

footer .footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  footer .footer_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info {
    margin-bottom: 50px;
  }
}

footer .footer_info .logo {
  margin-bottom: 30px;
}

footer .footer_info .logo a {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  footer .footer_info .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer_info .info {
  font-size: 17px;
  line-height: 150%;
  color: #FCFCFC;
  margin-bottom: 20px;
  max-width: 282px;
}

@media (max-width: 575.98px) {
  footer .footer_info .info {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_info .info {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info .info {
    max-width: 360px;
  }
}

footer .footer_info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_info .social .item {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  footer .footer_nav {
    margin-bottom: 50px;
    text-align: center;
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav {
    margin-bottom: 50px;
    text-align: center;
    width: 50%;
  }
}

footer .footer_nav .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FCFCFC;
  margin-bottom: 20px;
}

footer .footer_nav ul {
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  footer .footer_nav ul {
    text-align: left;
    padding: 0 0 0 27px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav ul {
    text-align: left;
    padding: 0 0 0 27px;
  }
}

footer .footer_nav ul li {
  margin-bottom: 15px;
}

footer .footer_nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575.98px) {
  footer .footer_nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

footer .footer_nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

footer .footer_nav ul li a:hover {
  color: #FCFCFC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

footer .footer_nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 575.98px) {
  footer .footer_contact {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_contact {
    text-align: center;
  }
}

footer .footer_contact .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FCFCFC;
  margin-bottom: 20px;
}

footer .footer_contact ul {
  margin-bottom: 0px;
}

footer .footer_contact ul li {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 150%;
  color: #FCFCFC;
}

@media (max-width: 575.98px) {
  footer .footer_contact ul li {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_contact ul li {
    font-size: 15px;
    line-height: 18px;
  }
}

footer .footer_contact ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575.98px) {
  footer .footer_contact ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_contact ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}

footer .footer_contact ul li a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

footer .footer_contact ul li a:hover {
  color: #FCFCFC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

footer .footer_contact ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

footer .copyright {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FCFCFC;
  border-top: 1px solid #AEAEAE;
  padding-top: 12px;
  margin-top: 85px;
}

@media (max-width: 575.98px) {
  footer .copyright {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .copyright {
    margin-top: 60px;
  }
}

/*footer*/
.page_title {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .page_title {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page_title {
    margin-bottom: 20px;
  }
}

.page_title h1 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .page_title h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page_title h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.offer {
  background: #040404;
  overflow-x: hidden;
  overflow-x: clip;
}

.offer hr {
  height: 1px;
  background: #AEAEAE;
  opacity: 1;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.offer .block_head {
  padding-top: 50px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .offer .block_head {
    padding-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .block_head {
    padding-top: 30px;
  }
}

.offer .block_head h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 78px;
  text-transform: uppercase;
  color: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer .block_head h1 span {
  font-weight: 300;
}

@media (max-width: 575.98px) {
  .offer .block_head h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .block_head h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .offer .block_head h1 {
    font-size: 52px;
    line-height: 65px;
  }
}

.offer .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .offer .image {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .image {
    margin-bottom: 40px;
  }
}

.offer .info {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FCFCFC;
  margin-bottom: 40px;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .offer .info {
    font-size: 15px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 27px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .info {
    font-size: 15px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 27px;
  }
}

.offer .info svg {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.offer .video_block_front {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 481px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .offer .video_block_front {
    height: 50vh;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .video_block_front {
    height: 50vh;
  }
}

.offer .video_block_front .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 10;
  width: 124%;
}

@media (max-width: 575.98px) {
  .offer .video_block_front .image {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .video_block_front .image {
    display: none;
  }
}

.offer .video_block_front .image_mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .offer .video_block_front .image_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 10;
    width: 124%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer .video_block_front .image_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 10;
    width: 124%;
  }
}

.offer .video_block_front video {
  width: 100%;
  position: absolute;
}

.offer.ifa_2025 .ifa_row {
  position: relative;
}

.offer.ifa_2025 .ifa_row .ifa_dot {
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 11;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_dot {
    left: 22px;
  }
}

.offer.ifa_2025 .ifa_row .ifa_dot .ifa_dot_img {
  width: auto;
  height: auto;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_dot .ifa_dot_img {
    width: 25%;
  }
}

.offer.ifa_2025 .ifa_row .ifa_img {
  width: 100%;
  height: auto;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_img {
    display: none;
  }
}

.offer.ifa_2025 .ifa_row .ifa_big_u {
  position: absolute;
  width: 80%;
  height: auto;
  right: -40%;
  bottom: 0;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_big_u {
    display: none;
  }
}

.offer.ifa_2025 .ifa_row .ifa_2025_small_u {
  position: absolute;
  left: -18%;
  width: 41%;
  top: -90px;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_2025_small_u {
    display: none;
  }
}

.offer.ifa_2025 .ifa_row .ifa_mob {
  display: none;
}

@media (max-width: 575.98px) {
  .offer.ifa_2025 .ifa_row .ifa_mob {
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
  }
}

.offer.oces2026 {
  display: block;
  background: #161c55;
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
}

@media (max-width: 575.98px) {
  .offer.oces2026 {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.oces2026 {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

.offer.oces2026 .oces_row {
  display: block;
  position: relative;
}

.offer.oces2026 .oces_text_info_mob {
  display: none;
}

@media (max-width: 575.98px) {
  .offer.oces2026 .oces_text_info_mob {
    display: block;
    width: auto;
    margin: 50px auto 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.oces2026 .oces_text_info_mob {
    display: block;
    width: auto;
    margin: 50px auto 0;
  }
}

.offer.oces2026 .oces_text_info {
  display: block;
  margin: 50px 0 0 0;
}

@media (max-width: 575.98px) {
  .offer.oces2026 .oces_text_info {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.oces2026 .oces_text_info {
    display: none;
  }
}

.offer.oces2026 .oces_2026_img {
  display: block;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.offer.olimpic_2026 {
  display: block;
  background: #161c55;
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
}

@media (max-width: 575.98px) {
  .offer.olimpic_2026 {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.olimpic_2026 {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

.offer.olimpic_2026 .oces_row {
  display: block;
  position: relative;
}

.offer.olimpic_2026 .oces_text_info_mob {
  display: none;
}

@media (max-width: 575.98px) {
  .offer.olimpic_2026 .oces_text_info_mob {
    display: block;
    width: auto;
    margin: 50px auto 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.olimpic_2026 .oces_text_info_mob {
    display: block;
    width: auto;
    margin: 50px auto 0;
  }
}

.offer.olimpic_2026 .oces_text_info {
  display: block;
  width: auto;
  margin: 50px auto 20px;
}

@media (max-width: 575.98px) {
  .offer.olimpic_2026 .oces_text_info {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer.olimpic_2026 .oces_text_info {
    display: none;
  }
}

.offer.olimpic_2026 .oces_2026_img {
  display: block;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.offer.race_2026 {
  padding: 0;
}

.offer.race_2026 img {
  width: 100%;
}

.brands {
  padding: 80px 0;
  background-color: #f7f8fa;
}

.brands__head {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: #1f2933;
}

.brands__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .brands__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .brands__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-card {
  position: relative;
  width: 100%;
  height: 160px;
  background: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  transition: box-shadow 0.35s ease, transform 0.35s ease, -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
}

.brand-card__img {
  max-width: 75%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.brand-card__img--hover {
  position: absolute;
  opacity: 0;
}

.brand-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.brand-card:hover .brand-card__img {
  opacity: 0;
}

.brand-card:hover .brand-card__img--hover {
  opacity: 1;
}

.who {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .who {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .who {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who {
    margin-top: 90px;
  }
}

.who .block_head {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .who .block_head {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .who .block_head {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.who .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .who .part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .who .part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .part {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.who .part_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .part_second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 575.98px) {
  .who .image {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.who .image img {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.who .info {
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  max-width: 485px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .who .info {
    font-size: 15px;
    margin: 30px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .who .info {
    font-size: 15px;
    margin: 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .who .info {
    max-width: 470px;
  }
}

.who .text {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .who .text {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .who .text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.who .more {
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  text-decoration: none;
  border: 1px solid #EA0029;
  border-radius: 5px;
  width: 190px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.who .more:hover {
  background: #EA0029;
  color: #FCFCFC;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .who .more {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.what-we-do {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #1c1c1c;
  text-align: center;
}

.what-we-do h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.what-we-do .intro {
  max-width: 820px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.6;
  color: #3a3a3a;
}

.what-we-do .intro span {
  color: #1f4bd8;
  font-weight: 600;
}

.what-we-do .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.what-we-do .card {
  position: relative;
  background: #f1f3f8;
  border-radius: 18px;
  padding: 30px 28px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -webkit-transition: background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  /* Hover base */
}

@media (max-width: 575.98px) {
  .what-we-do .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .what-we-do .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.what-we-do .card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.what-we-do .card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}

.what-we-do .card:hover::after {
  border-color: rgba(31, 75, 216, 0.35);
}

.what-we-do .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  border-bottom: 0;
}

@media (max-width: 575.98px) {
  .what-we-do .card-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .what-we-do .card-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.what-we-do .card-header .brand-logo {
  width: 130px;
  height: auto;
}

.what-we-do .card:hover .what-we-do .card-header {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.what-we-do .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.what-we-do .card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1c2d6b;
  margin: 0;
}

.what-we-do .card-content h3:hover {
  color: #1f4bd8;
}

.what-we-do .card-content p {
  font-size: 14px;
  line-height: 1.55;
  color: #3b4a6b;
  margin: 0;
}

.what-we-do .card-content p:hover {
  color: #2c2c2c;
}

.what-we-do .card-content .link__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 28px;
  background-color: #1d2d5c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.what-we-do .card-content .link__btn span {
  width: 0;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.what-we-do .card-content .link__btn:hover {
  background-color: #16224a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
}

.what-we-do .card-content .link__btn:hover span {
  width: 20px;
}

.partners {
  padding: 80px 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #1c1c1c;
}

.partners__title {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  margin-bottom: 48px;
  color: #000;
}

.partners__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .partners__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.partners__grid .partner-card {
  padding: 32px;
  border: 1.5px solid #2f4aa0;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.partners__grid .partner-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 40px rgba(47, 74, 160, 0.15);
          box-shadow: 0 16px 40px rgba(47, 74, 160, 0.15);
  border-color: #1f3bb3;
}

.partners__grid .partner-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.partners__grid .partner-card__icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
}

.partners__grid .partner-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.partners__grid .partner-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  max-width: 90%;
}

.mission {
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  padding: 80px 20px;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .mission {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mission {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

.mission__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.mission__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mission__text {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

.mission__subtitle {
  font-weight: 600;
  margin-bottom: 48px;
}

.mission__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .mission__cards {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.mission__card {
  background: #2a3f7a;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: left;
  position: relative;
  -webkit-transition: background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.mission__card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #344f9c;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.mission__card:hover .mission__icon {
  -webkit-transform: scale(1.15) rotate(5deg);
          transform: scale(1.15) rotate(5deg);
}

.mission__icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.mission__card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.about-union {
  padding: 80px 0;
  background-color: #ffffff;
}

.about-union__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-union__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
}

.about-union__text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 16px;
}

.about-union__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 28px;
  background-color: #1d2d5c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.about-union__btn span {
  width: 0;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.about-union__btn:hover {
  background-color: #16224a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
}

.about-union__btn:hover span {
  width: 20px;
}

.about-union__image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.about-union__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.about-union__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.about-union__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-union__image:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .about-union__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-union__title {
    font-size: 32px;
  }
}

.our_company {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .our_company {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our_company {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .our_company {
    margin-top: 90px;
  }
}

.our_company .title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .our_company .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our_company .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.our_company .item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .our_company .item {
    margin: 0;
  }
  .our_company .item:nth-child(odd) {
    margin-left: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our_company .item {
    margin: 0;
  }
  .our_company .item:nth-child(odd) {
    margin-left: 50%;
  }
}

.our_company .item .numer {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 101px;
  line-height: 126px;
  color: #000000;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .our_company .item .numer {
    font-size: 60px;
    line-height: 78px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our_company .item .numer {
    font-size: 60px;
    line-height: 78px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .our_company .item .numer {
    font-size: 75px;
    line-height: 94px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .our_company .item .numer {
    font-size: 75px;
    line-height: 94px;
  }
}

.our_company .item .category {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .our_company .item .category {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our_company .item .category {
    font-size: 15px;
    line-height: 18px;
  }
}

.news-media {
  padding: 80px 0;
}

.news-media__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.news-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 260px 1fr auto;
      grid-template-columns: 140px 260px 1fr auto;
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ===== HOVER ===== */
}

.news-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.news-item__date {
  font-size: 14px;
  color: #8a8a8a;
  white-space: nowrap;
}

.news-item__image {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.news-item__content {
  max-width: 520px;
}

.news-item__headline {
  font-size: 20px;
  margin-bottom: 12px;
}

.news-item__headline a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.news-item__excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.news-item__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575.98px) {
  .news-item__more {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .news-item__more {
    font-size: 15px;
    line-height: 18px;
  }
}

.news-item__more::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 20px;
  height: 2px;
  background-color: #7a7a7a;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.news-item__more:hover {
  color: #7a7a7a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.news-item__more:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.news-item:hover .news-item__image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.news-item:hover .news-item__headline a {
  color: #0057ff;
}

.news-item:hover .news-item__more::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .news-item {
    -ms-grid-columns: 120px 220px 1fr;
        grid-template-columns: 120px 220px 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
  .news-item__more {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .news-item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-item__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
  .news-item__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news-item__more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/**/
.contact_page .list {
  margin-bottom: 30px;
}

.contact_page .list .item {
  margin-bottom: 30px;
}

.contact_page .list .item .title {
  font-size: 17px;
  line-height: 20px;
  color: #858585;
  margin-bottom: 20px;
}

.contact_page .list .item .info {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_page .list .item .info a {
  text-decoration: none;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact_page .list .item .info a:hover {
  color: #EA0029;
}

.contact_page .map {
  min-height: 500px;
  /* кастомна адреса поверх карти */
}

@media (max-width: 575.98px) {
  .contact_page .map {
    padding: 0;
  }
}

.contact_page .map img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.contact_page .map .map-box {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.contact_page .map .map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* чорна карта */
  -webkit-filter: grayscale(100%) invert(92%) contrast(85%) brightness(80%);
          filter: grayscale(100%) invert(92%) contrast(85%) brightness(80%);
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}

.contact_page .map .map-box:hover iframe {
  -webkit-filter: grayscale(0) invert(0) contrast(100%) brightness(100%);
          filter: grayscale(0) invert(0) contrast(100%) brightness(100%);
}

.contact_page .map .map-address {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 12px;
  color: #fff;
  font-family: inherit;
  line-height: 1.4;
}

.contact_page .map .map-address span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.contact_page .map .map-address small {
  font-size: 13px;
  opacity: .75;
}

.about_page .about-hero {
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  color: #ffffff;
  padding: 120px 0 100px;
}

@media (max-width: 575.98px) {
  .about_page .about-hero {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .about-hero {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

.about_page .about-hero .about-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 20px;
}

.about_page .about-hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about_page .about-hero .subtitle {
  font-size: 18px;
  color: #cbd5f5;
  max-width: 600px;
  margin-bottom: 40px;
}

.about_page .btn-presentation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about_page .btn-presentation .arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.about_page .btn-presentation:hover {
  background: #ffffff;
  color: #020617;
}

.about_page .btn-presentation:hover .arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.about_page .about-content {
  padding: 100px 0;
}

.about_page .about-content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}

.about_page .about-content h2 {
  font-size: 36px;
  margin-bottom: 24px;
}

.about_page .about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 16px;
}

.about_page .highlight-block {
  background: #f8fafc;
  padding: 40px;
  border-left: 4px solid #0f172a;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.about_page .highlight-block h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.about_page .highlight-block:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about_page .about-mission {
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
  background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 109% 155%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  color: #e5e7eb;
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 575.98px) {
  .about_page .about-mission {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .about-mission {
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), -webkit-gradient(linear, left top, left bottom, color-stop(30%, #161c55), color-stop(-29%, #161c55));
    background: radial-gradient(circle at -17% 122%, rgba(70, 110, 255, 0.55) 11%, rgba(70, 110, 255, 0.25) 28%, transparent 35%), radial-gradient(circle at 95% 125%, rgba(0, 180, 190, 0.75) 17%, rgba(0, 180, 190, 0.25) 27%, transparent 40%), linear-gradient(180deg, #161c55 30%, #161c55 -29%);
  }
}

.about_page .about-mission h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.about_page .about-mission p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #cbd5f5;
}

.about_page .sub_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #858585;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .about_page .sub_title {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .sub_title {
    font-size: 20px;
    line-height: 23px;
  }
}

.about_page .data {
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 250px;
}

@media (max-width: 575.98px) {
  .about_page .data {
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .data {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .data {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about_page .data {
    margin-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .about_page .data .image {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .data .image {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .data .image {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}

.about_page .data .image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 575.98px) {
  .about_page .data .image img {
    max-height: 360px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .data .image img {
    max-height: 360px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .data .image img {
    max-height: 580px;
  }
}

.about_page .data .row div:last-child {
  margin-top: auto;
}

.about_page .map {
  background: #1F1F1F;
  padding: 40px 0px;
}

.about_page .map .block_title {
  padding-top: 70px;
}

@media (max-width: 575.98px) {
  .about_page .map .block_title {
    padding-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .map .block_title {
    padding-top: 30px;
  }
}

.about_page .map .block_title .title {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 490px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .about_page .map .block_title .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .map .block_title .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.about_page .map .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_page .map .list .title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.about_page .map .list .item {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .about_page .map .list .item {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .map .list .item {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.about_page .map .list .item svg {
  margin-right: 10px;
}

.partners_page .list .item {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #AEAEAE;
}

.partners_page .list .item:first-child {
  border: none;
}

.partners_page .list .item:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 575.98px) {
  .partners_page .list .item:nth-child(even) .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item:nth-child(even) .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partners_page .list .item:nth-child(even) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 575.98px) {
  .partners_page .list .item:nth-child(even) .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item:nth-child(even) .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partners_page .list .item:nth-child(even) .logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 575.98px) {
  .partners_page .list .item:nth-child(even) .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item:nth-child(even) .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partners_page .list .item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners_page .list .item .logo img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top left;
     object-position: top left;
}

.partners_page .list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partners_page .list .item .info .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .partners_page .list .item .info .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item .info .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.partners_page .list .item .info .text {
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .partners_page .list .item .info .text {
    font-size: 17px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item .info .text {
    font-size: 17px;
  }
}

.partners_page .list .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .partners_page .list .item .description {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item .description {
    margin-top: 20px;
  }
}

.partners_page .list .item .description .text {
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .partners_page .list .item .description .text {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partners_page .list .item .description .text {
    font-size: 15px;
  }
}

.partners_page .list .item .description .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 28px;
  background-color: #1d2d5c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.partners_page .list .item .description .link span {
  width: 0;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.partners_page .list .item .description .link:hover {
  background-color: #16224a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
}

.partners_page .list .item .description .link:hover span {
  width: 20px;
}

.carrer_page .sub_title {
  max-width: 560px;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
}

.carrer_page .nav-tabs {
  border: none;
  padding-bottom: 30px;
}

@media (max-width: 575.98px) {
  .carrer_page .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0px;
  }
}

.carrer_page .nav-tabs button {
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  border: 1px solid #EA0029;
  border-radius: 5px;
  width: 186px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.carrer_page .nav-tabs button.active {
  background: #EA0029;
  color: #FCFCFC;
  border: 1px solid #EA0029;
}

.carrer_page .nav-tabs button:hover {
  border: 1px solid #EA0029;
}

@media (max-width: 575.98px) {
  .carrer_page .nav-tabs button {
    width: 150px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .nav-tabs button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .nav-tabs button {
    width: 162px;
  }
}

.carrer_page .nav-tabs button:last-child {
  margin-right: 0px;
}

.carrer_page .tab-content hr {
  background: #AEAEAE;
  opacity: 1;
  margin: 0px;
  margin-bottom: 40px;
}

.carrer_page .tab-content .tab-pane .title {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item {
  border: none;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header {
  width: 58.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header {
    width: 50%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #000000;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header .accordion-button {
  padding: 30px 0px;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #AEAEAE;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EA0029'/%3E%3Cpath d='M16 21.5C15.9015 21.5001 15.804 21.4807 15.713 21.443C15.622 21.4053 15.5394 21.35 15.4698 21.2802L7.9698 13.7802C7.67673 13.4872 7.67673 13.0126 7.9698 12.7197C8.26286 12.4269 8.73742 12.4267 9.0303 12.7197L16 19.6895L22.9698 12.7197C23.2629 12.4267 23.7374 12.4267 24.0303 12.7197C24.3232 13.0128 24.3234 13.4874 24.0303 13.7802L16.5303 21.2802C16.4607 21.35 16.3781 21.4053 16.2871 21.443C16.1961 21.4807 16.0985 21.5001 16 21.5Z' fill='%23FCFCFC'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  background-position: center;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-collapse .accordion-body {
  width: 58.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  padding: 30px 0px;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-collapse .accordion-body {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-collapse .accordion-body {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .accordion-collapse .accordion-body {
    width: 50%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block {
  background: #F8F8F9;
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block::after {
  content: '';
  background: #F8F8F9;
  position: absolute;
  left: -100%;
  height: 100%;
  top: 0;
  z-index: -1;
  width: 100%;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block::before {
  content: '';
  background: #F8F8F9;
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  z-index: -1;
  width: 100%;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .title_form {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .title_form {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .title_form {
    font-size: 32px;
    line-height: 38px;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form {
  width: 58.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form {
    width: 50%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .info {
  font-size: 17px;
  line-height: 130%;
  color: #000000;
  max-width: 556px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .info {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .info {
    width: 100%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .item {
  margin-bottom: 20px;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .item input {
  background: transparent;
  border: 1px solid #EA0029;
  font-size: 17px;
  line-height: 20px;
  color: #1F1F1F;
  height: 50px;
  padding: 10px;
  width: 289px;
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .item input[type="file"] {
  border: 1px dashed #5E5C5C;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .item input {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .item input {
    width: 100%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send .text {
  width: 289px;
  font-size: 13px;
  line-height: 130%;
  color: #858585;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send .text {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send .text {
    width: 100%;
  }
}

.carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send input {
  margin-left: 130px;
  font-size: 17px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  border: 1px solid #EA0029;
  border-radius: 5px;
  width: 186px;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send input {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send input {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carrer_page .tab-content .tab-pane .list .accordion .accordion-item .form_block .data_form .form .send input {
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */