.page-template-front-page p {
  color: #004278;
}
.page-template-front-page strong {
  font-family: gotham-medium, sans-serif;
}
.page-template-front-page h2 {
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .page-template-front-page h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.hero_front .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .hero_front .container {
    grid-template-columns: 1fr;
  }
}
.hero_front .desc {
  padding-top: 220px;
}
@media (max-width: 992px) {
  .hero_front .desc {
    padding-top: 0px;
  }
}
.hero_front .desc h1 {
  font-size: 62px;
  font-weight: 700;
  font-family: gotham-medium, sans-serif;
  line-height: 1.15;
}
@media (max-width: 1650px) {
  .hero_front .desc h1 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .hero_front .desc h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hero_front .desc h1 {
    font-size: 42px;
  }
}
@media (max-width: 568px) {
  .hero_front .desc h1 {
    font-size: 30px;
  }
}
.hero_front .desc hr {
  width: 51px;
  margin-top: 30px;
}
.hero_front .desc p {
  max-width: 536px;
}
@media (max-width: 992px) {
  .hero_front .img {
    order: -1;
  }
}
.hero_front .img img {
  border-bottom-left-radius: 100vh;
  border-bottom-right-radius: 100vh;
}
@media (max-width: 1300px) {
  .hero_front .img img {
    max-width: 100%;
  }
}

.place {
  padding: 100px 0px;
}
@media (max-width: 568px) {
  .place {
    padding: 0px 0px 30px;
  }
}
.place .container {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 30px;
}
@media (max-width: 1300px) {
  .place .container {
    margin-top: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .place .container {
    grid-template-columns: 1fr;
  }
}
.place .map {
  position: relative;
  margin-top: -130px;
  transform: translateX(60px);
}
@media (max-width: 1300px) {
  .place .map {
    transform: translateX(0px);
  }
}
@media (max-width: 992px) {
  .place .map {
    margin-top: 0px;
  }
}
.place .map .map__layers {
  position: relative;
}
.place .map .map__layer {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  will-change: opacity;
}
.place .map .map__layer:first-child {
  position: relative;
}
.place .map.is-animated .map__layer.is-visible {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .place .map.is-animated .map__layer {
    opacity: 1;
  }
}
.place .map .map_history {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  max-width: 650px;
  padding-left: 50px;
}
@media screen and (max-width: 1700px) {
  .place .map .map_history {
    margin-right: 0px;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .place .map .map_history {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 150px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .place .map .map_history {
    padding-left: 0px;
  }
}
.place .map .map_history .map_history--item {
  display: grid;
  grid-template-columns: 15px 1fr;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .place .map .map_history .map_history--item {
    grid-template-columns: 10px 1fr;
  }
}
.place .map .map_history .map_history--item .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1400px) {
  .place .map .map_history .map_history--item .circle {
    width: 10px;
    height: 10px;
  }
}
.place .map .map_history .map_history--item .blue {
  background-color: #033e76;
}
.place .map .map_history .map_history--item .green {
  background-color: #05b550;
}
.place .map .map_history .map_history--item .green_dark {
  background-color: #134836;
}
.place .map .map_history .map_history--item .red {
  background-color: #8e1855;
}
.place .map .map_history .map_history--item p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .place .map .map_history .map_history--item p {
    font-size: 13px;
  }
}
.place .repeater {
  margin-top: 30px;
}
.place .item {
  display: grid;
  grid-template-columns: 50px 1fr;
  border-bottom: 1px solid #bdcedc;
  padding: 20px 0px;
  gap: 30px;
}
@media (max-width: 568px) {
  .place .item {
    gap: 15px;
    grid-template-columns: 40px 1fr;
  }
}
.place .item:nth-last-child(1) {
  border: none;
}
.place .item img {
  max-width: 50px;
}
@media (max-width: 568px) {
  .place .item img {
    max-width: 40px;
  }
}
.place .item p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 568px) {
  .place .item p {
    font-size: 14px;
  }
}
.place .item strong {
  padding-bottom: 0px;
}

.place_filter {
  position: relative;
  padding: 90px 0px 120px;
  overflow: hidden;
}
.place_filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  max-height: 65vh;
  background: linear-gradient(180deg, rgba(3, 62, 117, 0.18) 0, rgba(3, 62, 117, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.place_filter .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .place_filter {
    padding: 30px 0px 30px;
  }
  .place_filter::before {
    height: 280px;
    max-height: 50vh;
  }
}
.place_filter .title_section {
  text-align: center;
  margin-bottom: 30px;
}
.place_filter .lista__more {
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.place_filter .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.place_filter .tab .bg {
  background-color: #FFF;
  border-radius: 10px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.place_filter .tab .item {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  gap: 10px;
  color: #004278;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
@media (max-width: 568px) {
  .place_filter .tab .item {
    padding: 10px 15px;
  }
}
.place_filter .tab .item:hover, .place_filter .tab .item.active {
  background-color: #23aa4e;
}
.place_filter .tab .item:hover .title, .place_filter .tab .item.active .title {
  color: #FFF;
  font-weight: 700;
  font-family: gotham-medium, sans-serif;
}
.place_filter .tab .item:hover img, .place_filter .tab .item.active img {
  filter: brightness(0) invert(1);
}
.place_filter .tab .item img {
  max-width: 30px;
  transition: all 0.3s ease;
}
.place_filter .tab .item .title {
  line-height: 1.2;
  transition: all 0.3s ease;
}
.place_filter .list_wrapper {
  max-width: 1300px;
  margin: 70px auto 0 auto;
}
@media (max-width: 568px) {
  .place_filter .list_wrapper {
    margin: 30px auto 0 auto;
  }
}
.place_filter .list_wrapper .lista {
  display: none;
}
.place_filter .list_wrapper .lista.active {
  display: block;
}
.place_filter .list_wrapper .lista__header,
.place_filter .list_wrapper .lista__item {
  display: grid;
  grid-template-columns: minmax(0, 2.8fr) minmax(0, 1.4fr) minmax(0, 2.2fr) minmax(0, 1.8fr) minmax(0, 1.8fr);
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.place_filter .list_wrapper .lista__header {
  padding: 0 28px 14px;
  color: #004278;
  font-size: 13px;
  font-family: gotham-medium, sans-serif;
  font-weight: 700;
}
.place_filter .list_wrapper .lista__header .lista__col {
  font-size: 11px;
}
.place_filter .list_wrapper .lista__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 568px) and (max-width: 1100px) {
  .place_filter .list_wrapper .lista__rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.place_filter .list_wrapper .lista__item {
  background-color: #D8E2EA;
  border-radius: 24px;
  padding: 34px 28px;
  color: #004278;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
}
@media (max-width: 568px) {
  .place_filter .list_wrapper .lista__item {
    padding: 20px 15px;
  }
}
.place_filter .list_wrapper .lista__col {
  min-width: 0;
}
.place_filter .list_wrapper .lista__col--name {
  font-family: gotham-medium, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.place_filter .list_wrapper .lista__col--name p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.place_filter .list_wrapper .lista__col--link {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.place_filter .list_wrapper .lista__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 42px;
  padding: 15px 22px;
  border-radius: 999px;
  background-color: #004278;
  color: #fff;
  text-decoration: none;
  font-family: gotham-medium, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
@media (max-width: 568px) {
  .place_filter .list_wrapper .lista__btn {
    padding: 10px 22px;
    font-size: 11px;
  }
}
.place_filter .list_wrapper .lista__btn img {
  max-width: 14px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.place_filter .list_wrapper .lista__btn:hover {
  background-color: #033768;
}
@media (max-width: 1100px) {
  .place_filter .list_wrapper .lista__header {
    display: none;
  }
  .place_filter .list_wrapper .lista__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .place_filter .list_wrapper .lista__col--link {
    justify-content: flex-start;
    margin-top: 8px;
  }
}
.place_filter .list_wrapper .lista__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.section_number {
  position: relative;
  padding-bottom: 40px;
}
.section_number .overflow {
  overflow: hidden;
}
.section_number .section_number--bg {
  position: absolute;
  bottom: 0px;
  left: -180px;
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  z-index: 10;
}
@media (max-width: 780px) {
  .section_number .section_number--bg {
    left: -100px;
  }
}
@media (max-width: 568px) {
  .section_number .section_number--bg {
    left: -50px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section_number .marquee-wrapper {
  display: flex;
  animation: marquee 60s linear infinite;
  overflow: hidden;
  width: 200%;
}
@media (max-width: 568px) {
	.section_number .marquee-wrapper {
	  width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	}
}
.section_number .counters {
  display: flex;
  width: 100%;
}
.section_number .counters__item {
  flex: 0 0 25%;
  border-right: 1px solid rgba(157, 177, 192, 0.22);
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  min-width: 250px;
  padding: 35px 40px;
  text-align: center;
}
@media (max-width: 568px) {
  .section_number .counters__item {
    padding: 20px 20px;
    min-width: 140px;
  }
}
.section_number .counters__number {
  color: #9db1c0;
  font-family: gotham-black, sans-serif;
  margin: 0;
  font-size: 60px;
  margin-bottom: 10px;
}
.section_number .counters__title p {
  color: #9db1c0;
  font-family: gotham-book, sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}
.section_number .counters--marquee {
  overflow: hidden;
  padding: 40px 0;
  display: flex;
}
@media (max-width: 568px) {
  .section_number .counters--marquee {
    padding: 0px 0 40px;
  }
}

.recommended {
  padding-bottom: 60px;
}
@media (max-width: 568px) {
  .recommended {
    padding-bottom: 30px;
  }
}
.recommended .title {
  text-align: center;
}
.recommended .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .recommended .repeater {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.recommended .item {
  display: grid;
  grid-template-columns: 1fr 200px;
  border-radius: 15px;
  padding: 0px 0px;
  color: #FFF;
}
@media (max-width: 568px) {
  .recommended .item {
    grid-template-columns: 1fr;
    position: relative;
  }
}
.recommended .item:hover .circle {
  background-color: #033768;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  color: #fff;
  background-image: none;
}
.recommended .item:hover .circle span {
  transform: translateX(0);
  opacity: 1;
}
.recommended .item .content {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 15;
}
@media (max-width: 568px) {
  .recommended .item .content {
    padding-left: 20px;
    padding-top: 20px;
    max-width: 50%;
  }
}
.recommended .item h4 {
  color: #FFF;
  font-weight: 700;
  font-family: gotham-medium, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.2;
}
.recommended .item h3 {
  font-size: 20px;
  margin-top: 0px;
  min-height: 90px;
  line-height: 1.3;
}
@media (max-width: 568px) {
  .recommended .item h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.recommended .item .img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 5;
}
@media (max-width: 568px) {
  .recommended .item .img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    max-width: 50%;
  }
}
@media (max-width: 568px) {
  .recommended .item .img img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
.recommended .item .circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url("../../images/icons/strzalka-3@2.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, width 0.4s ease;
  align-self: flex-end;
  position: absolute;
  bottom: 20px;
  left: 40px;
}
@media (max-width: 568px) {
  .recommended .item .circle {
    left: 20px;
  }
}
.recommended .item .circle span {
  display: inline-block;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
}
.why {
  padding: 80px 0px;
}
@media (max-width: 568px) {
  .why {
    padding: 30px 0px;
  }
}
.why .title_section {
  text-align: center;
}
@media (max-width: 768px) {
  .why .title_section h2 {
    font-size: 25px;
  }
}
.why .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .why .repeater {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 568px) {
  .why .repeater {
    grid-template-columns: 1fr;
  }
}
.why .repeater .item {
  background-color: #ebf0f4;
  border-radius: 10px;
  padding: 33px 30px;
  cursor: pointer;
}
.why .repeater .item .icon {
  margin-bottom: 15px;
}
.why .repeater .item .icon img {
  max-width: 35px;
}
.why .repeater .item .title {
  font-size: 18px;
  min-height: 100px;
}
@media (max-width: 568px) {
  .why .repeater .item .title {
    min-height: auto;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.why .repeater .item .desc {
  display: none;
}
.why .repeater .item .desc p {
  font-size: 13px;
  line-height: 2;
}
.why .repeater .item .circle {
  width: 36px;
  height: 36px;
  background-color: #004278;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.why .repeater .item .circle img {
  max-width: 12px;
  transition: transform 0.3s ease;
}
.why .repeater .item.active .circle img {
  transform: rotate(45deg);
}

.news {
  padding: 100px 0px;
}
@media (max-width: 568px) {
  .news {
    padding: 30px 0px;
  }
}
.news .title_section,
.news .cta_wrapper {
  text-align: center;
}
.news .cta_wrapper {
  margin-top: 10px;
}
.news .cta_wrapper .btn {
  font-size: 13px;
  min-width: 200px;
}
@media (max-width: 568px) {
  .news .cta_wrapper .btn {
    min-width: auto;
  }
}
.news .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .news .wrapper {
    grid-template-columns: 1fr;
  }
}
.news .item {
  text-decoration: none;
  color: #004278;
  display: block;
  min-height: 158px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 568px) {
  .news .item {
    min-height: 120px;
  }
}
.news .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news .item:hover .content .circle {
  opacity: 1;
}
.news .item .img {
  position: relative;
}
.news .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.news .item .content {
  padding-top: 20px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 568px) {
  .news .item .content {
    padding-right: 0px;
    padding-top: 15px;
  }
}
.news .item .content .date {
  font-size: 11px;
  color: #0d8734;
  font-family: gotham-medium, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
.news .item .content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3;
}
@media (max-width: 568px) {
  .news .item .content h3 {
    font-size: 16px;
  }
}
.news .item .content .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 36px;
  height: 36px;
  background-color: #0d8734;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 568px) {
  .news .item .content .circle {
    display: none;
  }
}
.news .item .content .circle img {
  max-width: 12px;
  transition: transform 0.3s ease;
}
.news .col_left .item {
  height: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .news .col_left .item {
    min-height: 300px;
  }
}
.news .col_left .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 66, 120) 0%, rgba(0, 66, 120, 0) 100%);
  z-index: 10;
}
.news .col_left .item .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news .col_left .item .content {
  padding: 30px 30px;
  color: #FFF;
  z-index: 15;
}
.news .col_left .item .content .date,
.news .col_left .item .content h3 {
  color: #FFF;
}
.news .col_right .item {
  display: grid;
  grid-template-columns: 157px 1fr;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  gap: 30px;
}
@media (max-width: 992px) {
  .news .col_right .item {
    grid-template-columns: 140px 1fr;
  }
}
@media (max-width: 568px) {
  .news .col_right .item {
    grid-template-columns: 120px 1fr;
    gap: 15px;
  }
}
.news .col_right .item .img {
  border-radius: 10px;
  overflow: hidden;
}

.brands {
  padding: 10px 0px;
}
.brands .title_section {
  text-align: center;
}
.brands .brands-slider {
  position: relative;
  margin-top: 35px;
}
@media (max-width: 568px) {
  .brands .brands-slider {
    padding: 0 36px;
  }
}
.brands .brands-swiper {
  overflow: hidden;
  padding: 30px 48px;
}
.brands .swiper-slide {
  height: auto;
}
.brands .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 568px) {
  .brands .item {
    padding: 20px;
  }
}
.brands .item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .brands .item .logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.brands .item .logo img {
  max-width: 230px;
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 85px;
  aspect-ratio: 16/9;
}
.brands .item .name {
  font-size: 18px;
  font-family: gotham-medium, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.brands .item .desc {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.brands .item .desc p:last-child {
  margin-bottom: 0;
}
.brands .item .btn {
  align-self: flex-start;
  margin: 0 auto;
}
.brands .brands-swiper-prev,
.brands .brands-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: #004278;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.brands .brands-swiper-prev::before,
.brands .brands-swiper-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: 0 auto;
}
.brands .brands-swiper-prev.swiper-button-disabled,
.brands .brands-swiper-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.brands .brands-swiper-prev {
  left: 0;
}
.brands .brands-swiper-prev::before {
  transform: rotate(-135deg);
  margin-left: 14px;
}
.brands .brands-swiper-next {
  right: 0;
}
.brands .brands-swiper-next::before {
  transform: rotate(45deg);
  margin-right: 14px;
}

.our-offer-box-content {
  justify-content: space-between !important;
  height: 100%;
}/*# sourceMappingURL=front_page.css.map */