[scroll-box] {
  height: 100vh;
  position: relative;
}

:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
}

.web_content {
  overflow: hidden;
}

.lazy {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main {
  max-width: 91.667vw;
  margin: 0px auto;
  width: 100%;
}

body {
  background: #f5f8fa !important;
  color: #313030;
  font-family: "Gilroy";
  margin: 0;
}

.hd .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  width: 47.222vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hd {
  z-index: 9999;
  background: #fff;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu li a {
  font-size: 1.111vw;
  color: #878787;
  display: table;
}

.menu li a:hover {
  color: #0b2838;
}

.button {
  background: -o-linear-gradient(332.11deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
  background: linear-gradient(117.89deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
  color: #fff;
  display: table;
  height: 5.278vw;
  width: 18.264vw;
  text-align: center;
  line-height: 5.278vw;
  font-size: 1.111vw;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}

.button_box {
  /* margin: 0 -4.861vw 0 0px; */
  position: relative;
}

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

.h1 {
  font-weight: 600;
  font-size: 3.958vw;
  line-height: 94%;
  background: -o-linear-gradient(307.5deg, rgba(255, 255, 255, 0.8) -19.36%, rgba(255, 255, 255, 0) 45%), #0b2838;
  background: linear-gradient(142.5deg, rgba(255, 255, 255, 0.8) -19.36%, rgba(255, 255, 255, 0) 45%), #0b2838;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2.569vw 0 1.736vw;
  max-width: 45vw;
  width: 100%;
}

.b1_tx {
  font-size: 1.25vw;
  line-height: 153%;
  max-width: 27.778vw;
  width: 100%;
  margin: 0 0 4.444vw;
}

.b1_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin: 0 0 8vw;
}

.b1_btn span {
  padding: 0 1.111vw 0 0;
  font-size: 1.25vw;
  color: #0b2838;
}

.b1_btn i {
  margin: 0.278vw 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b1_btn:hover i {
  -webkit-transform: translateX(0.694vw);
  -ms-transform: translateX(0.694vw);
  transform: translateX(0.694vw);
}

.b1 {
  background: no-repeat top -4.792vw center;
  background-size: cover;
  min-height: 41.944vw;
  height: calc(100vh - 5.278vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 62.5vw;
  margin: 5.278vw 0 0;
}

.b1_img {
  margin: 0 -29px 0 0;
}

.logo img {
  width: auto;
  height: 2.639vw;
  display: table;
}

.b1_img img {
  width: auto;
  height: 40.208vw;
}

.b1_btn i img {
  width: auto;
  height: 1.111vw;
}

.b2 {
  background: #0b2838;
}

.b2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.861vw 0;
  max-width: 81.944vw;
  width: 100%;
}

.b2_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.b2_item p:nth-child(1) {
  font-weight: 600;
  font-size: 3.264vw;
  margin: 0 1.042vw 0 0;
}

.b2_item p {
  font-weight: 400;
  font-size: 1.25vw;
}

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

.b3_img {
  background: no-repeat;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 46.6vw;
  background-size: cover;
}

.b3_opis {
  padding: 7.639vw 7.028vw 7.639vw 4.028vw;
  position: relative;
  text-align: justify;
}

.h2 {
  font-weight: 500;
  font-size: 3.819vw;
  background: -o-linear-gradient(307.5deg, rgba(255, 255, 255, 0.8) -19.36%, rgba(255, 255, 255, 0) 15%), #0b2838;
  background: linear-gradient(142.5deg, rgba(255, 255, 255, 0.8) -19.36%, rgba(255, 255, 255, 0) 15%), #0b2838;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 110%;
}

.b3_opis .h2 {
  margin: 0 0 5.625vw;
}

.b3_podzg {
  font-weight: 600;
  font-size: 1.597vw;
  line-height: 146.5%;
  margin: 0 0 2.083vw;
}

.b3_podzg span {
  color: #006093;
}

.b3_tx {
  font-size: 1.111vw;
  line-height: 168.5%;
}

.b3_opis:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 46.875vw;
  height: 36.458vw;
  background: url(../img/home/b3_bg1.svg) no-repeat top right;
  background-size: 46.875vw;
}

.b3_box_slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b3_box_sl_img {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 46.736vw;
  background-size: cover;
}

.b3_box_sl_opis {
  padding: 6.597vw 11.111vw 3.597vw 3.472vw;
}

.b3_box_sl_logo {
  margin: 0 0 5.278vw;
}

.b3_box_sl_text .h2 {
  -webkit-text-fill-color: #0b2038;
  font-size: 3.056vw;
  margin: 0 0 1.389vw;
}

.opis {
  font-weight: 300;
  font-size: 1.111vw;
  line-height: 160.5%;
  text-align: justify;
  margin: 0 0 1.208vw;
}

.b3_box_sl_stat p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.b3_box_sl_stat i {
  margin: 0 0.556vw 0 0;
}

.b3_box_sl_stat span {
  font-weight: 500;
  font-size: 1.25vw;
}

.b3_box_slider {
  position: relative;
}

.b3_box_slider .bullet {
  position: absolute;
  bottom: 0 !important;
  left: 3.333vw !important;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 2.5vw;
  height: 0.347vw;
  border-radius: 0;
  background: #006093;
  opacity: 0.1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.4;
}

.b3_box_sl_logo img {
  width: auto;
  height: 4.792vw;
}

.b3_box_sl_stat img {
  width: auto;
  height: 1.667vw;
}

.b3_box_sl_bg {
  position: absolute;
  top: 2.361vw;
  left: -1.042vw;
  width: 57.083vw;
  height: 44.375vw;
  background: no-repeat center;
  z-index: -1;
}

.b4 {
  padding: 10.917vw 0 6.708vw;
  overflow: hidden;
  position: relative;
}

.b4_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 5.417vw;
}

.podzg {
  font-size: 1.389vw;
  line-height: 168.5%;
  max-width: 36.806vw;
  width: 100%;
}

.b4_top .h2 {
  max-width: 47.361vw;
  width: 100%;
  margin: 0 2.778vw 0 0;
}

.b4_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.b4_item img {
  padding: 0 0 0.833vw;
}

.b4_item_zg {
  font-weight: 600;
  font-size: 1.736vw;
  line-height: 1.736vw;
  margin: 0 0 0.694vw;
}

.b4_item {
  position: relative;
}

.b4_item_opis {
  opacity: 0.7;
  font-size: 1.111vw;
  line-height: 145.5%;
  text-align: justify;
}

.b4_item:nth-child(1) {
  max-width: 16.111vw;
  width: 100%;
  padding: 3.333vw 3.194vw 3.889vw 0;
}

.b4_item:nth-child(2) {
  max-width: 19.097vw;
  width: 100%;
  padding: 3.333vw 3.194vw 3.889vw;
}

.b4_item:nth-child(3) {
  max-width: 17.986vw;
  width: 100%;
  padding: 3.333vw 3.194vw 3.889vw;
}

.b4_item:nth-child(4) {
  max-width: 17.153vw;
  width: 100%;
  padding: 0 0 0 3.194vw;
  padding: 3.333vw 0 3.889vw 3.194vw;
}

.b4_bt:before,
.b4_bt:after {
  position: absolute;
  content: "";
  top: 0;
  left: -5vw;
  width: 115%;
  height: 1px;
  background: #006093;
  opacity: 0.2;
}

.b4_bt:after {
  bottom: 0;
  top: auto;
}

.b4_item::before,
.b4_item::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #006093;
  opacity: 0.2;
}

.b4_item:nth-child(2):before,
.b4_item:nth-child(2):after,
.b4_item:nth-child(3):after {
  content: "";
}

.b4_item:nth-child(2):after,
.b4_item:nth-child(3):after {
  right: 0;
  left: auto;
}

.b4:before {
  position: absolute;
  content: "";
  right: 0;
  top: -9.361vw;
  width: 43.819vw;
  height: 34.236vw;
  background: url(../img/home/b4_bg.svg) no-repeat top right;
  background-size: cover;
}

.b5_slider {
  overflow: hidden;
  padding: 0 0 4.708vw;
}

.b5 .h2 {
  margin: 0px 0 3.806vw;
}

.b5_item_text {
  background: rgba(255, 255, 255, 0.73);
  border: 1px solid rgba(107, 157, 255, 0.3);
  -webkit-backdrop-filter: blur(0.347vw);
  backdrop-filter: blur(0.347vw);
  border-radius: 0.139vw;
  height: auto;
  padding: 3.958vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.b5_slider .swiper-wrapper {
  padding: 6.944vw 0 3.125vw;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b5_item .b4_item_zg {
  margin: 0 0 0.764vw;
}

.b5_item .b4_item_opis {
  text-align: left;
}

.b5_item_num {
  left: 4vw;
  font-weight: 600;
  font-size: 11.944vw;
  position: absolute;
  top: -9.028vw;
  background: -o-linear-gradient(304.44deg, #f5f8fa -38.88%, rgba(245, 248, 250, 0) 64.23%), #006093;
  background: linear-gradient(145.56deg, #f5f8fa -38.88%, rgba(245, 248, 250, 0) 64.23%), #006093;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b5_item {
  height: 100%;
}

.b5_slider .bullet {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button:hover {
  background: -o-linear-gradient(332.11deg, #0b2838 17.41%, rgba(4, 66, 85, 0) 59.08%), #044255;
  background: linear-gradient(117.89deg, #0b2838 17.41%, rgba(4, 66, 85, 0) 59.08%), #044255;
}

.b4_item:nth-child(1) img {
  width: auto;
  height: 2.361vw;
}

.b4_item:nth-child(2) img {
  width: auto;
  height: 2.778vw;
}

.b4_item:nth-child(3) img {
  width: auto;
  height: 2.153vw;
}

.b4_item:nth-child(4) img {
  width: auto;
  height: 2.708vw;
}

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

.b6_item:nth-child(1) {
  max-width: 52.917vw;
  width: 100%;
  margin: 0 0 1.389vw;
  height: 22.5vw;
}

.b6_item:nth-child(2) {
  max-width: 37.361vw;
  width: 100%;
  margin: 0 0 1.389vw;
  height: 22.5vw;
}

.b6_item {
  max-width: 29.653vw;
  width: 100%;
  background-size: cover;
  padding: 3.056vw 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 27.778vw;
}

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

.b6_item_zg i {
  width: 3.889vw;
  height: 3.889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(310.6deg, rgba(255, 255, 255, 0.28) -30.43%, rgba(255, 255, 255, 0) 62.98%), #006093;
  background: linear-gradient(139.4deg, rgba(255, 255, 255, 0.28) -30.43%, rgba(255, 255, 255, 0) 62.98%), #006093;
  border-radius: 50vw;
  margin: 0 0.833vw 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b6_item_zg img {
  margin: auto;
}

.b6_item_zg span {
  font-weight: 600;
  font-size: 1.736vw;
  line-height: 110%;
  color: #fff;
}

.b6 .h2 {
  margin: 0 0 5.347vw;
  padding: 3vw 0 0;
}

.b6_item:nth-child(1) p,
.b6_item:nth-child(2) p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b6_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.083vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(11, 32, 56, 0.61);
  -webkit-backdrop-filter: blur(1.25vw);
  backdrop-filter: blur(1.25vw);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b6_item_hover li {
  font-size: 1.3vw;
  line-height: 149%;
  color: #006093;
}

.b6_item_hover span {
  color: #fff;
}

.b6_item_hover ul {
  margin: 5.139vw 0 0;
}

.b6_item:hover .b6_item_hover {
  opacity: 1;
}

.b7 .h2 {
  text-align: center;
  padding: 4vw 0 1.181vw;
}

.maps_img img {
  display: table;
  margin: 0 auto;
  width: auto;
  height: 40.903vw;
}

.b7 {
  background: no-repeat top -3vw center;
  background-size: cover;
  margin: 7vw 0 0;
}

.maps {
  position: relative;
  padding: 0 0 24.222vw;
}

.maps_dott {
  position: absolute;
  top: 0;
}

.dott {
  border-radius: 50vw;
  width: 2.556vw;
  height: 2.556vw;
  position: absolute;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.146vw solid #8daeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dott p {
  margin: auto;
  font-weight: 500;
  font-size: 1.042vw;
}

.dott_pos1 {
  top: 17.222vw;
  left: 25.5vw;
  -webkit-transform: scale(1.48);
  -ms-transform: scale(1.48);
  transform: scale(1.48);
  z-index: 9;
}

.dott_pos2 {
  top: 20.8vw;
  left: 19.8vw;
}

.dott_pos3 {
  top: 19.583vw;
  left: 20.625vw;
}

.dott_pos4 {
  top: 19.167vw;
  left: 23.889vw;
}

.dott_pos5 {
  top: 18.958vw;
  left: 27.014vw;
}

.dott_pos6 {
  top: 16.111vw;
  left: 23.611vw;
}

.dott_pos7 {
  top: 17.292vw;
  left: 17.569vw;
  z-index: 9;
  -webkit-transform: scale(1.48);
  -ms-transform: scale(1.48);
  transform: scale(1.48);
}

.dott_pos8 {
  top: 19.167vw;
  left: 63.681vw;
}

.dott_pos9 {
  top: 19.653vw;
  left: 42.847vw;
}

.dott_pos10 {
  top: 28.542vw;
  left: 50.069vw;
}

.dott_pos11 {
  top: 25.764vw;
  left: 47.222vw;
}

.dott_pos12 {
  top: 21.944vw;
  left: 50.069vw;
}

.dott_pos13 {
  top: 16.181vw;
  left: 52.292vw;
}

.dott_pos14 {
  top: 10.5vw;
  left: 20.4vw;
}

.dott_pos15 {
  top: 18.542vw;
  left: 15.417vw;
}

.dott_pos16 {
  top: 16.042vw;
  left: 29.931vw;
}

.dott_pos17 {
  top: 26.458vw;
  left: 12.083vw;
}

.dott_pos18 {
  top: 23.75vw;
  left: 10.903vw;
}

.dott_pos20 {
  top: 21.875vw;
  left: 14.583vw;
}

.dott_pos21 {
  top: 25.972vw;
  left: 24.583vw;
}

.dott_pos22 {
  top: 29.444vw;
  left: 37.639vw;
}

.dott_pos19 {
  top: 23.056vw;
  left: 31.944vw;
}

.dott:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 10;
}

.dott_pos1:hover,
.dott_pos7:hover {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.b8 .h2 {
  text-align: center;
  padding: 0 0 5.625vw;
}

.b8_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 0 0 17.347vw; */
}

.b8_item {
  height: 13.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

.b8_item img {
  margin: auto;
}

.b8_box a {
  width: 100%;
  max-width: 21.875vw;
}

.b8_item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn_sl:hover {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.8291 1.63965L10.0979 9.90845L1.8291 18.1772' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center, #1982bd;
  background-size: 0.833vw;
}

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

.b9 .h2 {
  font-size: 3.472vw;
  -webkit-text-fill-color: #0b2038;
  line-height: 112.5%;
  margin: 0 0 0.903vw;
  padding: 3vw 0 0;
}

.b9_tx {
  font-size: 1.25vw;
  line-height: 160.5%;
  opacity: 0.7;
  margin: 0 0 3.056vw;
  max-width: 37.708vw;
  width: 100%;
}

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

.form_box {
  max-width: 29.653vw;
  width: 100%;
}

.form input {
  background: rgba(255, 255, 255, 0.73);
  border: 0.069vw solid rgba(5, 60, 78, 0.34);
  font-size: 1.111vw;
  font-family: "Geometria";
  padding: 1.389vw 1.736vw;
  margin: 0 0 0.556vw;
}

.form .button {
  margin: 1.597vw 0 0;
  width: 100%;
  font-family: "Geometria";
}

.b9_text {
  max-width: 48.333vw;
  width: 100%;
  margin: 0 1.736vw 0 0;
}

.b9_img img {
  width: auto;
  height: 35.486vw;
  margin: 1.875vw 0 0;
}

.b9 {
  padding: 0 0 4.514vw;
  margin: -17vw 0 0;
}

.b6_item:nth-child(1) .b6_item_zg img,
.b6_item:nth-child(2) .b6_item_zg img {
  width: auto;
  height: 1.806vw;
}

.b6_item:nth-child(3) .b6_item_zg img {
  width: auto;
  height: 1.944vw;
}

.b6_item:nth-child(4) .b6_item_zg img {
  width: auto;
  height: 2.153vw;
}

.b6_item:nth-child(5) .b6_item_zg img {
  width: auto;
  height: 1.875vw;
}

.b8_box a:nth-child(1) img {
  width: auto;
  height: 1.389vw;
}

.b8_box a:nth-child(2) img {
  width: auto;
  height: 6.458vw;
}

.b8_box a:nth-child(3) img {
  width: auto;
  height: 2.667vw;
}

.b8_box a:nth-child(4) img {
  width: auto;
  height: 5.882vw;
}

.ft {
  background: -o-linear-gradient(332.11deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
  background: linear-gradient(117.89deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
  position: relative;
}

.ft_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 81.528vw;
  padding: 4.722vw 0 6.042vw;
}

.ft_item .logo {
  margin: 0 0 0.931vw;
}

.ft_a a {
  font-size: 0.972vw;
  line-height: 137%;
  color: #999999;
  opacity: 0.8;
}

.ft_a a:hover {
  opacity: 1;
}

.ft_item .zg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.347vw;
}

.ft_item .zg i {
  margin: 0 0.694vw 0 0;
}

.ft_item .zg {
  font-weight: 700;
  font-size: 1.25vw;
  color: #fff;
}

.ft_item .pzg {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 151.5%;
  color: #fff;
  opacity: 0.8;
}

.ft_item a.zg {
  font-weight: 400;
  font-size: 1.111vw;
  margin: 0 0 1.528vw;
}

.ft_item a.zg:hover {
  opacity: 0.7;
}

.ft_item {
  font-family: "Geometria";
}

.ft_item .zg img {
  width: auto;
  height: 1.528vw;
}

.ft_item:nth-child(4) .zg:nth-child(1) img {
  height: 1.382vw;
}

.ft_item:nth-child(4) .zg:nth-child(2) img {
  height: 1.111vw;
}

.form_box_popup {
  max-width: 40.611vw;
  width: 100%;
}

.form_box_main {
  padding: 4vw 4.5vw;
}

.form_box_popup_zg {
  font-weight: 600;
  font-size: 2vw;
  line-height: 112.5%;
  margin: 0 0 2vw;
}

.message {
  max-width: 32vw !important;
  width: 100% !important;
  padding: 3vw 3vw 2vw !important;
}

fo {
  font-weight: 600;
  font-size: 2.3vw;
  line-height: 112.5%;
  margin: 0 0 2vw;
}

.message_2 {
  font-size: 1.5vw;
  line-height: 112.5%;
  margin: 0 0 2vw;
}

.menu_container label {
  padding: 0;
  display: block;
  width: 14.688vw;
  height: 14.688vw;
}

.mobile_menu_container {
  -webkit-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  transform: translateX(-800px);
  width: 80%;
  overflow: hidden;
  z-index: 9999999;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile_menu_container.loaded {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  overflow-y: auto;
}

.mobile_menu_top {
  padding: 0 20px;
  margin: 0 0 30px;
}

.mob_menu_box li {
  text-align: left !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
}

.mob_menu_box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.mob_menu_box a {
  display: block;
  padding: 15px 20px;
  background: #efefef;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.mob_menu_box a:before {
  display: none;
}

.mobile_menu_bottom {
  padding: 0px 20px;
  margin: 30px 0 0;
}

.mobile_menu_bottom .search_box {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.mobile_menu_bottom .search_box input {
  font-size: 16px;
  background: no-repeat;
}

.mob_menu_box .sub_menu_m {
  position: relative;
  padding: 0;
}

.mob_menu_box .sub_menu_m ul {
  margin: 0;
}

.mob_menu_box .sub_menu_m {
  margin: 0px 0 15px 15px;
}

li.sub_menu_li_m .sub_menu_m a {
  background: #f6f6f6;
  font-size: 16px;
}

.mob_menu_box li.sub_menu_li_m:hover {
  background: none;
}

.preload_body {
  overflow: hidden;
}

.mobile_menu_content {
  padding: 5vw 0;
}

.header_box_button-mob button {
  width: 27px;
  height: 27px;
  background: none;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 11px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000005c;
  /* z-index: 100; */
}

.hamburger .bar1 {
  -webkit-transform-origin: 5%;
  -ms-transform-origin: 5%;
  transform-origin: 5%;
}

.hamburger .bar4 {
  -webkit-transform-origin: 5%;
  -ms-transform-origin: 5%;
  transform-origin: 5%;
}

.checkbox:checked + label > .hamburger > .bar1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.7vw;
  width: 9.375vw;
  left: 4.688vw;
}

.checkbox:checked + label > .hamburger > .bar3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.7vw;
  background-color: transparent;
}

.checkbox:checked + label > .hamburger > .bar2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 3px;
  background-color: transparent;
}

.checkbox:checked + label > .hamburger > .bar4 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.7vw;
  width: 9.375vw;
  left: 4.688vw;
}

.menu_container {
  z-index: 9999;
}

.hamburger {
  margin: 0 auto;
  margin-top: 0;
  width: 15.625vw;
  height: 15.625vw;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 9.375vw;
  height: 0.5vw;
  background-color: #1c1c1c;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  border-radius: 1.875vw;
}

.bar1 {
  top: 4.688vw;
  left: 3.438vw;
}

.bar2,
.bar3 {
  top: 7.813vw;
  left: 3.438vw;
}

.bar3 {
  right: 3.125vw;
}

.bar4 {
  bottom: 4.063vw;
  left: 3.438vw;
}

.burMenu {
  display: none;
}

.message_1 {
  font-size: 2.5vw;
  margin: 0 0 1vw;
}

.opis:last-child {
  margin: 0 0 5.208vw;
}

.b3_box_sl_logo .res {
  height: 2.743vw;
}

.b3_box_sl_logo .cropp {
  height: 3.472vw;
}

.b3_box_sl_logo .gaz {
  height: 4.757vw;
}

.swiper-slide {
  height: auto !important;
}

.veonix {
  left: 4.167vw;
  position: absolute;
  bottom: 3.125vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.veonix:hover span {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.veonix span {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.veonix span:before {
  position: absolute;
  width: 100%;
  height: 0.069vw;
  background: #999999;
  content: "";
  bottom: -0.208vw;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.veonix:hover span:before {
  background: #fff;
}

.b8 {
  padding: 7vw 0 0;
}

.b6_item_hover ul ul li {
  font-size: 1.2vw;
}

.hd .logo {
  margin: 0 0 0 4.167vw;
}

.b6_item:nth-child(3) .b6_item_hover ul {
  margin: auto 0;
}

.b3_sl .h2 {
  padding: 4.861vw 0 5.278vw;
}

.b3_sl_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 21.875vw;
  height: 100%;
  background: #fff;
  border: 1px solid #d3e2ff;
  border-radius: 0.139vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b3_sl_img {
  height: 17vw;
  background-size: 100%;
  width: 100%;
  border-radius: 0.139vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
}

.b3_sl_box {
  display: -ms-grid;
  display: grid;
  gap: 1.319vw;

  grid-template-columns: repeat(3, 1fr);
}

.b3_sl_zg p {
  padding: 2.153vw 0;
  text-align: center;
  max-width: 22.917vw;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 110%;
  color: #0b2038;
}

.b3_sl_zg {
  border-bottom: 1px solid #d3e2ff;
}

.b3_sl_logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.931vw;
}

.b3_sl_logo img {
  margin: auto;
}

.btn_sl {
  width: 3.056vw;
  height: 3.056vw;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.8291 1.63965L10.0979 9.90845L1.8291 18.1772' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center, #006093;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-size: 0.833vw;
}

.slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.083vw 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider_nav .bullet {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 1.875vw;
}

.btn_sl.button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_sl.swiper-button-disabled {
  cursor: default;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.8291 1.63965L10.0979 9.90845L1.8291 18.1772' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center, #b0c3cd;
  opacity: 1 !important;
  background-size: 0.833vw;
}

.box_popup {
  overflow: visible !important;
}

.box_popup {
  max-width: 76.181vw !important;
  width: 100%;
  padding: 1.875vw 2.222vw !important;
}

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

.box_popup_text {
  max-width: 32.986vw;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box_popup_logo {
  padding: 0.694vw 0 1.194vw;
  height: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_popup_zg p {
  font-weight: 600;
  font-size: 2.431vw;
  line-height: 110%;
  margin: 0 0 0.694vw;
}

.box_popup_pzg p {
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 160.5%;
  margin: 0 0 0.8vw;
}

.box_popup_pzg p:last-child {
  margin: 0;
}

.box_popup_opis {
  padding: 0 0 4.028vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.box_popup_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.box_popup_info span {
  font-weight: 500;
  font-size: 1.208vw;
}

.box_popup_info i {
  margin: 0 0.486vw 0 0;
}

.box_popup_sl_img {
  width: 32.222vw;
  height: 35.278vw;
  background-size: cover;
}

.box_popup_slider {
  overflow: hidden;
  max-width: 32.222vw;
  width: 100%;
  position: relative;
}

.box_popup_slider .slider_nav {
  margin: 0 0 0.694vw;
}

.box_popup_slider .slider_nav .swiper-pagination-bullet {
  height: 0.278vw;
  border-radius: 0.069vw;
  width: 5.556vw;
  position: relative;
}

.swiper-slide-active .box_popup_slider .slider_nav .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.069vw;
  background: #72a7c3;
  -webkit-animation: bull-progress 2s;
  animation: bull-progress 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.box_popup_slider .slider_nav .swiper-pagination-bullet-active {
  opacity: 1;
}

.box_popup_slider .slider_nav .swiper-pagination-bullet {
  opacity: 1;
  background: #e5eff4;
}

.slider_nav_next {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  cursor: pointer;
}

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

.b3_sl_box a:nth-child(1) .b3_sl_logo img {
  height: 2.639vw;
}

img {
  width: auto;
}

.b3_sl_box a:nth-child(2) .b3_sl_logo img {
  height: 2.201vw;
}

.b3_sl_box a:nth-child(3) .b3_sl_logo img {
  height: 2vw;
}

#project_1 .box_popup_logo img {
  height: 3.667vw;
}

.box_popup_info img {
  height: 1.667vw;
}

.b3_sl_item:hover .b3_sl_img {
  background-size: 105%;
}

.b3_sl_box a:nth-child(4) .b3_sl_logo img {
  height: 3vw;
}

.b3 {
  padding: 0px 0 2vw;
}

.box_popup.politics .box_popup_main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zag p {
  font-size: 3.472vw;
  -webkit-text-fill-color: #0b2038;
  text-align: center;
  margin: 3vw 0;
}

.text p {
  font-size: 1.389vw;
  line-height: 168.5%;
  width: 100%;
  margin: 0 0 1.2vw;
}

.slider_pr {
  overflow: hidden;
  position: relative;
}

.box_popup .btn_sl {
  z-index: 999999999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0vw 0vw 0vw 0.6vw #ffffff96;
  box-shadow: 0vw 0vw 0vw 0.6vw #ffffff96;
}

.box_popup .button-prev {
  left: -1.597vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.box_popup .button-next {
  right: -1.597vw;
}

.box_popup > .slider_nav {
  margin: 0;
  /* bottom: 4vw; */
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
}

.message.fancybox-content {
  overflow: initial;
}

.logo_puma {
  height: 3.667vw;
}

.logo_res {
  height: 2.343vw;
}

.logo_cr {
  height: 3.119vw;
}

.logo_gaz {
  height: 4vw;
}

.box_popup_main a {
  color: #006093;
}

.b6_item_hover_text {
  margin: 3.5vw 0 0 3vw;
}

.b6_item_hover_text ul {
  margin: 0.5vw 0 0 0;
  padding: 0 0 0 1.3vw;
}

.b6_item_hover_text p {
  font-size: 1.3vw;
  line-height: 172%;
  color: #fff;
}

.b6_item_hover_text ul li {
  font-size: 1.1vw;
}

.b3_sl_box_item_hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(14, 28, 35, 0.86);
}

.b3_sl_box_item {
  width: 29.653vw;
  height: 18.958vw;
  position: relative;
}

.b3_sl_box_item_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.b3_sl_box_item_hover_logo img {
  margin: auto;
  display: table;
}

.b3_sl_box_item_hover_logo {
  height: 5.833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.069vw solid #92a0b3;
}

.puma-outlet {
  height: 3.681vw;
}

.b3_sl_box_item_hover_opis p {
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 113.5%;
  text-align: center;
  color: #fff;
  padding: 1.181vw 0 3.056vw;
}

.b3_sl_box_item_hover_btn a {
  margin: 0 auto;
  display: table;
  border: 0.069vw solid #ffffff;
  border-radius: 0.208vw;
  font-size: 1.111vw;
  color: #fff;
  width: 13.611vw;
  text-align: center;
  height: 3.125vw;
  line-height: 3.125vw;
}

.b3_sl_box_item_hover_btn a:hover {
  background: #fff;
  color: #000;
}

.b3_sl_box_item:hover .b3_sl_box_item_hover {
  opacity: 1;
}

.i_am_stidio {
  height: 1.319vw;
}

.reebok_adidas {
  height: 5.833vw;
}

.adidas {
  height: 2.847vw;
}

.slider_pr .swiper-slide {
  opacity: 0 !important;
}

.slider_pr .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.pr_1 {
  height: 2.736vw;
}

img.pr_2 {
  height: 1.889vw;
}

img.pr_3 {
  height: 2.431vw;
}

img.pr_4 {
  height: 6.111vw;
}

img.pr_5 {
  height: 3.507vw;
}

img.pr_6 {
  height: 2.535vw;
}

img.pr_7 {
  height: 2.243vw;
}

img.pr_9 {
  height: 1.319vw;
}

img.pr_11 {
  height: 3.611vw;
}

img.pr_14 {
  height: 3.681vw;
}

img.pr_15 {
  height: 2.083vw;
}

.b3_sl_box_item.off {
  display: none;
}

.btn {
  font-size: 1.111vw;
  background: none;
  font-family: "Gilroy";
  border: 1px solid;
  border-radius: 10vw;
  padding: 0.764vw 1.528vw;
  color: #0B2838;
  cursor: pointer;
  margin: 2.708vw auto 0;
  display: table;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  color: #fff;
  background: -o-linear-gradient(332.11deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
  background: linear-gradient(117.89deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
}

.logo_sinsay {
  height: 2.431vw;
}

.logo_RbAdid {
  height: 6.153vw;
}

.logo_house {
  height: 2.243vw;
}

.logo_i-am-st {
  height: 1.319vw;
}

.logo_adidas {
  height: 3.326vw;
}

.logo_puma-outlet {
  height: 3.681vw;
}

.logo_puma-alta {
  height: 2.483vw;
}

.box_popup_logo img {
  margin: auto 0;
}

@-webkit-keyframes bull-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bull-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@media only screen and (max-width: 680px) {
  .mobile_phone {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #f1f5f8;
    padding: 11px 0;
}

.mobile_phone a {
    letter-spacing: 3px;
    font-size: 20px;
    text-decoration: none;
    padding: 18px 10px 17px;
    font-size: 17px;
    background: linear-gradient(117.89deg, #044255 17.41%, rgba(4, 66, 85, 0) 59.08%), #0b2838;
    color: #fff;
    margin: 0 0 0px 30px;
    display: flex;
    text-transform: uppercase;
    width: 181px;
    text-align: center;
    justify-content: center;
}


  .b1 {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
  }

  .b1 .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21vw 0 9vw;
  }

  .h1 {
    font-size: 11vw;
    max-width: 100%;
    line-height: 102%;
    padding: 3vw 0;
  }

  .b1_tx {
    max-width: 100%;
    font-size: 4vw;
    margin: 0 0 10vw;
  }

  .b1_btn span {
    font-size: 4.5vw;
    padding: 0 3vw 0 0;
  }

  .b1_btn i img {
    height: 3vw;
  }

  .b1_btn i {
    margin: 1.5vw 0 0;
  }

  .b1_img {
    margin: 0 auto;
  }

  .b1_img img {
    height: 61vw;
  }

  .b2_box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b2_item p:nth-child(1) {
    font-size: 7vw;
    margin: 0 3vw 0 0;
  }

  .b2_item p {
    font-size: 3.5vw;
  }

  .b2_item {
    margin: 0 0 3vw;
  }

  .b2_item:last-child {
    margin: 0;
  }

  .b2_item p br {
    display: none;
  }

  .b3_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b3_img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 93.6vw;
  }

  .h2 {
    font-size: 8vw;
  }

  .b3_podzg {
    font-size: 4.5vw;
    text-align: left;
    margin: 0 0 3vw;
  }

  .b3_tx {
    font-size: 3.5vw;
    text-align: left;
  }

  .b3_box_slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b3_box_sl_img {
    height: 94vw;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .b3_box_sl_text .h2 {
    font-size: 7vw;
  }

  .opis {
    font-size: 3.5vw;
    text-align: left;
    margin: 0 0 4vw;
  }

  .b3_box_sl_logo img {
    height: 11vw;
  }

  .b3_box_sl_stat span {
    font-size: 3.5vw;
  }

  .b3_box_sl_stat img {
    height: 4vw;
  }

  .b3_box_sl_stat i {
    margin: 0 1.5vw 0 0;
  }

  .b3_box_sl_opis {
    padding: 6vw 5vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 5vw;
  }

  .b3_opis {
    padding: 7.639vw 5vw;
  }

  .b3_box_sl_logo {
    margin: 0 0 8vw;
  }

  .b3_box_sl_text .h2 {
    margin: 0 0 4vw;
  }

  .swiper-pagination-bullet {
    width: 6vw;
    height: 1vw;
  }

  .b4_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b4_top .h2 {
    max-width: 100%;
    margin: 0 0 3vw;
  }

  .podzg {
    max-width: 100%;
    font-size: 3.5vw;
  }

  .podzg br {
    display: none;
  }

  .b4_bt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b4_item {
    max-width: 50%;
  }

  .b4_item_zg {
    font-size: 4vw;
    line-height: initial;
    margin: 0 0 3vw;
  }

  .b4_item_opis {
    font-size: 3vw;
    text-align: left;
  }

  .b4_item {
    max-width: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .b4_item:nth-child(1),
.b4_item:nth-child(3) {
    padding: 5vw 3vw 5vw 0;
  }

  .b4_item:nth-child(2),
.b4_item:nth-child(4) {
    padding: 5vw 0 5vw 3vw;
  }

  .b4_item:nth-child(1):before,
.b4_item:nth-child(2):before {
    content: "";
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .b4_item:nth-child(2):after,
.b4_item:nth-child(4):after {
    right: auto;
    left: 0;
    content: "";
  }

  .b4_item:nth-child(3):after {
    display: none;
  }

  .b4_item:nth-child(1) img {
    height: 5.361vw;
  }

  .b4_item:nth-child(2) img {
    height: 5.778vw;
  }

  .b4_item:nth-child(3) img {
    height: 5.153vw;
  }

  .b4_item:nth-child(4) img {
    height: 5.708vw;
  }

  .b5_item_num {
    font-size: 29vw;
    top: -22vw;
  }

  .b5_slider .swiper-wrapper {
    padding: 17vw 0 5vw;
  }

  .b5_item_text {
    -webkit-backdrop-filter: blur(1vw);
    backdrop-filter: blur(1vw);
    padding: 8vw 5vw;
  }

  .b4_item_opis br {
    display: none;
  }

  .b6_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b6_item {
    max-width: 100% !important;
    height: 55vw !important;
    padding: 6vw 6vw;
    margin: 0 0 3vw !important;
  }

  .b6_item_hover {
    padding: 0 2vw 0;
  }

  .b6_item:nth-child(1) .b6_item_zg img,
.b6_item:nth-child(2) .b6_item_zg img {
    height: 5vw;
  }

  .b6_item_zg i {
    height: 10vw;
    width: 10vw;
    margin: 0 10px 0 0;
  }

  .b6_item_zg span {
    font-size: 4vw;
  }

  .b6_item_zg span br {
    display: none;
  }

  .b6_item:nth-child(3) .b6_item_zg img {
    height: 4.944vw;
  }

  .b6_item:nth-child(4) .b6_item_zg img {
    height: 6.153vw;
  }

  .b6_item:nth-child(5) .b6_item_zg img {
    height: 4.875vw;
  }

  .b6_item_hover li {
    font-size: 3.5vw;
  }

  .maps {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    margin: 20vw 0 0 0;
  }

  .b8_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b8_box a {
    max-width: 49%;
    margin: 0 0 2vw;
  }

  .b8_item {
    height: 28vw;
  }

  .b8_box a:nth-child(1) img {
    height: 3vw;
  }

  .b8_box a:nth-child(2) img {
    height: 15vw;
  }

  .b8_box a:nth-child(3) img {
    height: 7vw;
  }

  .b8_box a:nth-child(4) img {
    height: 15vw;
  }

  .b9 .h2 {
    font-size: 7vw;
    margin: 0 0 3vw;
    padding: 7vw 0 0;
  }

  .b9 .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b9_text {
    max-width: 100%;
  }

  .b9_tx {
    font-size: 4vw;
    max-width: 100%;
    margin: 0 0 10vw;
  }

  .form_box {
    max-width: 100%;
  }

  .form input {
    font-size: 3.5vw;
    padding: 4vw 5vw;
    margin: 0 0 3vw;
  }

  .button {
    font-size: 4vw;
    height: 14vw;
  }

  .b9_img img {
    margin: 9vw auto;
    display: table;
    height: 74vw;
  }

  .b7 {
    overflow: hidden;
  }

  .ft_box {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "a a" "b c" "d d";
    max-width: 100%;
    padding: 4.722vw 0;
  }

  .logo img {
    height: 9vw;
  }

  .ft_a a {
    font-size: 3vw;
    margin: 0 auto;
    display: table;
  }

  .ft_item:nth-child(1) {
    grid-area: a;
    margin: 0 0 8vw;
  }

  .ft_item:nth-child(2) {
    grid-area: b;
  }

  .ft_item:nth-child(3) {
    grid-area: c;
  }

  .ft_item:nth-child(4) {
    grid-area: d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 7vw 0 0;
  }

  .ft_item .zg {
    font-size: 4vw;
  }

  .ft_item .zg img {
    height: 4.528vw;
  }

  .ft_item .zg i {
    margin: 0 2vw 0 0;
  }

  .ft_item .pzg {
    font-size: 3vw;
  }

  .ft_item a.zg {
    font-size: 4vw;
  }

  .ft_item:nth-child(4) .zg:nth-child(1) img {
    height: 4.382vw;
  }

  .ft_item:nth-child(4) .zg:nth-child(2) img {
    height: 3vw;
  }

  .ft_a a br {
    display: none;
  }

  .ft_item .logo {
    margin: 0 auto 5vw;
    display: table;
  }

  .menu_mobile_box {
    display: block !important;
  }

  .hd .menu {
    display: none;
  }

  .hd .button_box {
    display: none;
  }

  .button-mob {
    display: block !important;
    margin: 0 4.167vw 0 0;
    padding: 3vw 0;
  }

  .menu li a {
    font-size: 4vw;
    width: 100%;
  }

  .mob_menu_box ul {
    width: 100%;
  }

  .mobile_menu_bottom .button {
    width: 100%;
    line-height: 14vw;
  }

  .button_box {
    margin: 0;
  }

  .form_box_popup {
    max-width: 95vw;
  }

  .form_box_popup_zg {
    font-size: 5.5vw;
    margin: 0 0 7vw;
  }

  .form_box_main {
    padding: 9vw 6vw;
  }

  .message {
    max-width: 95vw !important;
    width: 100% !important;
    padding: 9vw 6vw !important;
  }

  .message_1 {
    font-size: 6vw;
    margin: 0 0 2vw;
  }

  .message_2 {
    font-size: 4vw;
  }

  .b4 {
    padding: 22vw 0 17.708vw;
  }

  .b6 .h2 {
    padding: 6vw 0 0;
  }

  .b3_box_sl_logo .res {
    height: 7.743vw;
  }

  .b3_box_sl_logo .cropp {
    height: 10vw;
  }

  .b3_box_sl_logo .gaz {
    height: 13vw;
  }

  .veonix {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60vw;
    text-align: center;
    bottom: 5vw;
  }

  .b6_item_hover ul ul li {
    font-size: 3.3vw;
  }

  .b6_item:nth-child(1) {
    height: 60vw !important;
  }

  .b3_sl_item {
    width: 100%;
    margin: 0 0 4vw;
  }

  .b3_sl_img {
    height: 73vw;
  }

  .b3_sl_zg p {
    font-size: 5vw;
    max-width: 80%;
    padding: 7vw 0;
  }

  .b3_sl_logo {
    height: 16vw;
  }

  .btn_sl {
    width: 10vw;
    height: 10vw;
    background-size: 2.3vw;
  }

  .b3_sl_box a:nth-child(2) .b3_sl_logo img {
    height: 8vw;
  }

  .b3_sl_box a:nth-child(1) .b3_sl_logo img {
    height: 10vw;
  }

  .b3_sl_box a:nth-child(3) .b3_sl_logo img {
    height: 8vw;
  }

  .box_popup .box_popup_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box_popup_text {
    max-width: 100%;
  }

  #project_1 .box_popup_logo img {
    height: 13vw;
  }

  .box_popup_zg p {
    font-size: 5vw;
    margin: 0 0 4vw;
  }

  .box_popup {
    max-width: 95% !important;
    padding: 4vw !important;
  }

  .box_popup_pzg p {
    font-size: 3.5vw;
  }

  .box_popup_logo img {
    margin: auto;
    display: table;
  }

  .box_popup_info span {
    font-size: 4vw;
  }

  .box_popup_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 5vw;
  }

  .box_popup_info img {
    height: 4vw;
  }

  .box_popup_info i {
    margin: 0 2vw 0 0;
  }

  .box_popup_info p {
    margin: 0 0 2vw;
  }

  .box_popup_slider {
    max-width: 100%;
  }

  .box_popup_sl_img {
    width: 100%;
    height: 86vw;
  }

  .box_popup_slider .slider_nav .swiper-pagination-bullet {
    height: 1vw;
  }

  .box_popup_slider .slider_nav {
    margin: 0 0 2vw;
  }

  .b3_sl_box a:nth-child(4) .b3_sl_logo img {
    height: 10vw;
  }

  .box_popup_zg p br {
    display: none;
  }

  .zag p {
    font-size: 7vw;
    margin: 4vw 0;
  }

  .text p {
    font-size: 3.5vw;
  }

  .b3_sl_box {
    margin: 0 0 4vw;
   
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }

  .btn_sl.swiper-button-disabled {
    background-size: 2.3vw;
  }

  .slider_pr {
    /* padding: 0 0 15vw; */
  }

  .box_popup .btn_sl {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    position: relative;
  }

  .box_popup .button-prev {
    left: -1vw;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .box_popup .button-next {
    left: 1vw;
  }

  .logo_puma {
    height: 12vw;
  }

  .logo_res {
    height: 8vw;
  }

  .logo_cr {
    height: 10vw;
  }

  .logo_gaz {
    height: 14vw;
  }

  .box_popup > .slider_nav {
    opacity: 0;
    z-index: -1;
    position: absolute;
  }

  .b9 {
    margin: -7vw 0 0;
  }

  .b6_item_hover_text p {
    font-size: 3.5vw;
  }

  .b6_item_hover_text ul li {
    font-size: 3vw;
  }

  .b6_item_hover_text {
    margin: 9.5vw 0 0 6vw;
  }

  .b6_item_hover_text ul {
    padding: 0 0 0 3.6vw;
  }

  .b3_sl_box_item {
    width: 100%;
    height: 58vw;
  }

  .pr_1 {
    height: 8.736vw;
  }

  .b3_sl_box_item_hover_logo {
    height: 17vw;
  }

  .b3_sl_box_item_hover_opis p {
    font-size: 5vw;
    padding: 4vw 0 9vw;
  }

  .b3_sl_box_item_hover_btn a {
    font-size: 4vw;
    width: 50vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 1vw;
  }

  img.pr_2 {
    height: 5.889vw;
  }

  img.pr_3 {
    height: 7.431vw;
  }

  img.pr_4 {
    height: 15.111vw;
  }

  .btn {
    font-size: 3.5vw;
    padding: 3vw 8vw;
  }

  img.pr_5 {
    height: 10.507vw;
  }

  img.pr_6 {
    height: 9.535vw;
  }

  img.pr_7 {
    height: 7.243vw;
  }

  img.pr_9 {
    height: 3.319vw;
  }

  img.pr_11 {
    height: 9.611vw;
  }

  img.pr_14 {
    height: 9.681vw;
  }

  img.pr_15 {
    height: 6.083vw;
  }

  .logo_sinsay {
    height: 8.431vw;
  }

  .logo_RbAdid {
    height: 17.153vw;
    margin: 1vw auto !important;
  }

  .logo_house {
    height: 8.243vw;
  }

  .logo_i-am-st {
    height: 4.319vw;
  }

  .logo_adidas {
    height: 11.326vw;
  }

  .logo_puma-outlet {
    height: 11.681vw;
  }

  .logo_puma-alta {
    height: 7.083vw;
  }

  .box_popup_logo {
    height: 23vw;
  }
}
@media only screen and (max-width: 680px) {

  .ft_item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .ft_item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .ft_item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .ft_item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}