.o-hidden {
  overflow: hidden;
}

.new-block {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1D2D44;
  letter-spacing: 0.01em;
}

.new-block *,
.new-block *::before,
.new-block *::after {
  box-sizing: border-box;
}

.new-block input,
.new-block textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.new-block a {
  color: unset;
}

.new-block a,
.new-block a:hover {
  text-decoration: none;
}

.new-block h1,
.new-block h2,
.new-block h3,
.new-block h4,
.new-block h5,
.new-block h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

.new-block p {
  margin-top: 0;
  margin-bottom: 0;
}

.new-block img {
  width: 100%;
  height: auto;
  display: block;
}

.new-block ul,
.new-block ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.new-block ul li,
.new-block ol li {
  margin: 0;
  padding: 0;
}

.new-block .container {
  max-width: 90%;
  margin: 0 auto;
}

.new-block input[type=number]::-webkit-inner-spin-button,
.new-block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.new-block input[type=number] {
  -moz-appearance: textfield;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #FFFFFF;
  transition: all 0.3s, padding-right 0s;
}

.header_primary {
  background-color: rgba(241, 246, 249, 0.15);
}

.header_primary .header__content .burger span {
  background-color: #1D2D44;
}

.header_primary .header__info {
  color: #F1F6F9;
}

.header_primary .header__info-link.header__info-link {
  color: #F1F6F9;
}

.header_primary .nav__item_active .nav__link {
  color: #F1F6F9;
}

.header_primary .nav__link {
  color: #F1F6F9;
}

.header_primary .nav__link::before {
  background-color: #F1F6F9;
}

.header_primary .burger span {
  background-color: #FBFCFD;
}

.header__body {
  padding: 24px 0;
  transition: all 0.3s;
}

.header .logo {
  display: inline-block;
  width: 97px;
  height: auto;
  flex-shrink: 0;
}

.header__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  margin-top: -30px;
}

.header__content:not(:has(.header__info-link)) {
  margin-top: -12px;
}

.header__content-title {
  display: none;
}

.header__content .logo {
  display: none;
}

.header__content .burger {
  position: absolute;
  top: 3px;
  right: 0;
}

.header__content .burger span {
  width: 14px;
}

.header__info {
  display: flex;
  gap: 37px;
}

.header__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__info-phone {
  font-size: 12px;
  margin-bottom: 4px;
}

.header__info-address {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.header__info-link.header__info-link {
  font-size: 12px;
  color: #4170C4;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav__item {
  display: flex;
  position: relative;
}

.nav__item_active .nav__link {
  color: #4170C4;
}

.nav__item_active .nav__link::before {
  opacity: 1;
}

.nav__item_active .nav__link svg {
  transform: rotate(-180deg);
  opacity: 1;
}

.nav__link {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}

.nav__link svg {
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  left: -28px;
}

.nav__dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
}

.nav__dropdown-inner {
  display: flex;
}

.nav__dropdown-list {
  height: 100%;
  background-color: #FFFFFF;
}

.nav__dropdown-list a,
.nav__dropdown-sublist a {
  min-width: 333px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 7px 24px 8px;
  border-top: 1px solid #F1F6F9;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}

.nav__dropdown-list a.active,
.nav__dropdown-sublist a.active {
  color: #4170C4;
}

.nav__dropdown-list a.active svg,
.nav__dropdown-sublist a.active svg {
  transform: rotate(-180deg);
  opacity: 1;
}

.nav__dropdown-list a svg,
.nav__dropdown-sublist a svg {
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.nav__dropdown-item {
  display: none;
  background-color: #FFFFFF;
}

.nav__dropdown-item.active {
  display: block;
}

.burger {
  display: none;
}

.divider {
  padding-top: 107px;
}

.new-banner {
  position: relative;
  z-index: 1;
}

.new-banner__slider-item {
  height: auto;
}

.new-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.new-banner__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: linear-gradient(90deg, #180727 0%, rgba(24, 7, 39, 0) 100%);
}

.new-banner__img img,
.new-banner__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-banner__img img {
  object-position: right;
}

.new-banner__text {
  padding: 72px 0 76px;
  max-width: 480px;
  color: #FBFCFD;
}

.new-banner__title {
  font-size: 32px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: normal;
  margin-bottom: 19px;
}

.new-banner__description {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.new-banner__action {
  display: flex;
  gap: 8px;
}

.new-block .new-button {
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 23px;
  background-color: #F1F6F9;
  border: none;
  font-family: "Ubuntu Mono", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1D2D44;
  cursor: pointer;
  transition: all 0.3s;
}

.new-block .new-button svg {
  width: 19px;
  height: 8px;
  flex-shrink: 0;
  fill: #1D2D44;
  margin-top: 3px;
}

.new-block .new-button_primary {
  background-color: #4170C4;
  color: #F1F6F9;
}

.new-block .new-button_primary svg {
  fill: #F1F6F9;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.4);
  z-index: 510;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup__wrap {
  min-height: 100%;
  display: flex;
  justify-content: flex-end;
}

.popup__content {
  width: 100%;
  max-width: 570px;
  padding: 52px 25px 24px 48px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}

.popup__close svg {
  width: 16px;
  height: 16px;
}

.popup__heading {
  margin-bottom: 36px;
}

.popup__title {
  font-size: 32px;
  font-weight: 700;
}

.popup .new-button {
  margin-top: 32px;
}

.new-block .slider-button-prev,
.new-block .slider-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: auto;
  background-color: rgba(241, 246, 249, 0.15);
  top: 0;
  bottom: 0;
  outline: none;
  margin: 0;
  z-index: 10;
  transition: all 0.3s;
}

.new-block .slider-button-prev.swiper-button-disabled,
.new-block .slider-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.new-block .slider-button-prev.swiper-button-lock,
.new-block .slider-button-next.swiper-button-lock {
  display: none;
}

.new-block .slider-button-prev:hover,
.new-block .slider-button-next:hover {
  background-color: #4170C4;
}

.new-block .slider-button-prev::after,
.new-block .slider-button-next::after {
  content: none;
}

.new-block .slider-button-prev svg,
.new-block .slider-button-next svg {
  width: 19px;
  height: 8px;
  fill: #FFFFFF;
  transition: all 0.3s;
}

.new-block .slider-button-prev {
  left: 0;
}

.new-block .slider-button-next {
  right: 0;
}

.new-block.new-industry {
  padding: 80px 0;
}

.new-block.new-industry .new-industry__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 72px;
}

.new-block.new-industry .new-industry__content {
  margin-bottom: 50px;
}

.new-block.new-industry .new-industry__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: center;
}

.new-block.new-industry .new-industry__item:not(:last-child) {
  margin-bottom: 72px;
}

.new-block.new-industry .new-industry__item:nth-child(even) .new-industry__item-text {
  order: -1;
  padding-left: 0;
}

.new-block.new-industry .new-industry__item-img {
  width: 100%;
  height: 204px;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

.new-block.new-industry .new-industry__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(73, 123, 213) 0%, rgb(39, 76, 119) 100%);
  opacity: 0.4;
  pointer-events: none;
}

.new-block.new-industry .new-industry__item-img img {
  height: 100%;
  object-fit: cover;
}

.new-block.new-industry .new-industry__item-text {
  max-width: 530px;
  padding: 12px 18px;
}

.new-block.new-industry .new-industry__item-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.new-block.new-industry .new-industry__item-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.new-block.new-industry .new-industry__item-description:not(:last-child) {
  margin-bottom: 23px;
}

.new-block.new-industry .new-industry__item-link {
  padding-right: 60px;
}

.new-block.new-industry .new-industry__bottom {
  text-align: center;
}

.new-block.new-industry .new-industry__more {
  padding-right: 60px;
}

.new-contacts.new-block {
  position: relative;
}

.new-contacts.new-block .new-contacts__content {
  display: inline-block;
  max-width: 696px;
  width: 100%;
  min-height: 600px;
  margin: 100px 0;
  padding: 64px;
  background-color: #F1F6F9;
  position: relative;
  z-index: 1;
}

.new-contacts.new-block .new-contacts__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 6px;
}

.new-contacts.new-block .new-contacts__description {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.new-contacts.new-block .new-contacts__text {
  margin-bottom: 19px;
}

.new-contacts.new-block .new-contacts__item_active .new-contacts__item-title {
  color: #497BD5;
}

.new-contacts.new-block .new-contacts__item_active .new-contacts__item-arrow {
  transform: rotate(-180deg);
}

.new-contacts.new-block .new-contacts__item_active .new-contacts__item-arrow svg {
  fill: #497BD5;
}

.new-contacts.new-block .new-contacts__item:not(:last-child) {
  margin-bottom: 16px;
}

.new-contacts.new-block .new-contacts__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.new-contacts.new-block .new-contacts__item-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  transition: all 0.3s;
}

.new-contacts.new-block .new-contacts__item-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.new-contacts.new-block .new-contacts__item-arrow svg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  fill: #1D2D44;
}

.new-contacts.new-block .new-contacts__item-dropdown {
  display: none;
}

.new-contacts.new-block .new-contacts__item-dropdown-inner {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.new-contacts.new-block .new-contacts__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.new-contacts.new-block .new-contacts__item-link {
  transition: all 0.3s;
}

.new-contacts.new-block .new-contacts__item-link:hover {
  color: #497BD5;
}

.new-contacts.new-block .new-contacts__item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.new-contacts.new-block .new-contacts__item-place {
  position: relative;
  transition: all 0.3s;
}

.new-contacts.new-block .new-contacts__item-place:hover {
  color: #497BD5;
}

.new-contacts.new-block .new-contacts__item-place::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #497BD5;
}

.new-contacts.new-block .new-contacts__item-link {
  padding-right: 60px;
}

.new-contacts.new-block .new-contacts__item-link::before {
  background-color: #FFFFFF;
}

.new-contacts.new-block .new-contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social {
  display: inline-flex;
  gap: 8px;
}

.social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  transition: all 0.3s;
}

.social__item:hover {
  background-color: #497BD5;
}

.social__item:hover svg {
  fill: #FFFFFF;
}

.social__item svg {
  width: 24px;
  height: 24px;
  fill: #1D2D44;
  transition: all 0.3s;
}

.footer_top_content {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.footer__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.footer__heading .footer_logo {
  position: static;
}

.footer_cols {
  padding: 0;
}

@media (min-width: 1280px) {
  .header_primary .nav__link:hover {
    color: #F1F6F9;
  }

  .nav__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4170C4;
    opacity: 0;
    transition: all 0.3s;
  }

  .nav__link:hover {
    color: #4170C4;
  }

  .nav__dropdown-list > li .nav__dropdown-sublist {
    display: none !important;
  }

  .nav__dropdown-list a:hover,
  .nav__dropdown-sublist a:hover {
    color: #4170C4;
  }
}

@media (max-width: 1600px) {
  .nav__link {
    font-size: 14px;
  }

  .nav__dropdown-list a,
  .nav__dropdown-sublist a {
    min-width: 323px;
    padding-right: 8px;
    font-size: 14px;
  }

  .new-contacts.new-block .new-contacts__content {
    margin: 64px 0;
  }
}

@media (max-width: 1365px) {
  .footer_top_content {
    display: block;
  }

  .footer__heading {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .header_primary .header__info {
    color: #1D2D44;
  }

  .header_primary .header__info-link.header__info-link {
    color: #1D2D44;
  }

  .header_primary .nav__item_active .nav__link {
    color: #4170C4;
  }

  .header_primary .nav__link {
    color: #1D2D44;
  }

  .header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 0px;
  }

  .header .logo {
    width: 111px;
  }

  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 554px;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    z-index: 2;
    transform: translateX(-150%);
    transition: all 0.4s ease;
    padding: 40px 36px 24px;
    background-color: #FFFFFF;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }

  .header__content::-webkit-scrollbar {
    width: 4px;
  }

  .header__content::-webkit-scrollbar-track {
    width: 100%;
    background: #FFFFFF;
    margin: 40px 0;
  }

  .header__content::-webkit-scrollbar-thumb {
    width: 100%;
    background: #4170C4;
  }

  .header__content_active {
    transform: translateX(0%);
  }

  .header__content-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
  }

  .header__content .logo {
    width: 97px;
    display: inline-block;
  }

  .header .nav {
    width: calc(100% + 16px);
    margin: 0 -36px 60px;
  }

  .header__info {
    width: 100%;
    margin-top: auto;
    margin-bottom: 60px;
    justify-content: space-between;
    gap: 18px;
  }

  .header__info-item {
    flex: 1;
  }

  .nav__list {
    display: block;
  }

  .nav__item {
    display: block;
  }

  .nav__item:last-child .nav__link {
    border: none;
  }

  .nav__link {
    width: 100%;
    justify-content: space-between;
    padding: 8px 16px 7px 36px;
    border-bottom: 1px solid #F1F6F9;
  }

  .nav__link svg {
    display: block;
    opacity: 0.5;
  }

  .nav__dropdown {
    position: static;
  }

  .nav__dropdown::before {
    content: none;
  }

  .nav__dropdown-inner {
    display: block;
  }

  .nav__dropdown-list {
    background: none;
  }

  .nav__dropdown-list a,
  .nav__dropdown-sublist a {
    min-width: auto;
    padding: 8px 16px 7px 48px;
    border-top: none;
    border-bottom: 1px solid #F1F6F9;
  }

  .nav__dropdown-list a svg,
  .nav__dropdown-sublist a svg {
    display: block;
    opacity: 0.5;
  }

  .nav__dropdown-block {
    display: none;
  }

  .nav__dropdown-sublist {
    display: none;
  }

  .nav__dropdown-sublist a {
    padding-left: 72px;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
  }

  .burger span {
    width: 24px;
    height: 2px;
    background-color: #1D2D44;
    transition: all 0.3s;
  }

  .burger span:not(:last-child) {
    margin-bottom: 4px;
  }

  .burger_active span {
    margin: 0;
  }

  .burger_active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -1px;
  }

  .burger_active span:nth-child(2) {
    display: none;
  }

  .burger_active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -1px;
  }

  .divider {
    padding-top: 66px;
  }

  .new-banner .slider-button-prev,
  .new-banner .slider-button-next {
    display: none;
  }

  .new-block.new-industry {
    padding: 60px 0;
  }

  .new-block.new-industry .new-industry__title {
    margin-bottom: 25px;
  }

  .new-block.new-industry .new-industry__item {
    display: block;
  }

  .new-block.new-industry .new-industry__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .new-block.new-industry .new-industry__item-img {
    height: 241px;
    margin-bottom: 24px;
  }

  .new-block.new-industry .new-industry__item-text {
    max-width: 490px;
    padding: 0;
  }

  .new-block.new-industry .new-industry__item-title {
    margin-bottom: 13px;
  }

  .new-block.new-industry .new-industry__item-description {
    line-height: 1.3;
  }

  .new-block.new-industry .new-industry__item-description:not(:last-child) {
    margin-bottom: 34px;
  }

  .new-contacts.new-block .container {
    max-width: none;
  }

  .new-contacts.new-block .new-contacts__content {
    max-width: none;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 40px 36px 48px;
  }

  .new-contacts.new-block .new-contacts__map {
    position: relative;
    height: 380px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav__link {
    padding-left: 15px;
    padding-right: 10px;
  }

  .nav__dropdown-list a,
  .nav__dropdown-sublist a {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .header__content {
    padding: 40px 15px 24px;
  }

  .header__content:not(:has(.header__info-link)) {
    margin-top: 0;
  }

  .header__content .burger {
    right: 5px;
  }

  .header .nav {
    width: calc(100% + 15px);
    margin: 0 -15px 60px;
  }

  .header__info {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }

  .header__info-address {
    margin-bottom: 0;
  }

  .new-banner__text {
    padding: 64px 0 68px;
  }

  .new-banner__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .new-banner__description {
    font-size: 14px;
    margin-bottom: 72px;
  }

  .new-banner__action {
    flex-direction: column;
    align-items: flex-start;
  }

  .popup__content {
    padding: 50px 15px 24px;
  }
}

@media (max-width: 760px) {
  .new-block .container {
    width: 87%;
  }

  .new-block.new-industry {
    overflow: hidden;
  }

  .new-block.new-industry .new-industry__title {
    font-size: 24px;
  }

  .new-block.new-industry .new-industry__item-img {
    width: auto;
    margin: 0 -7.5% 24px;
    height: auto;
    aspect-ratio: 320/130;
  }

  .new-block.new-industry .new-industry__item-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .new-block.new-industry .new-industry__item-description {
    font-size: 14px;
  }

  .new-block.new-industry .new-industry__item-link {
    font-size: 14px;
  }

  .new-block.new-industry .new-industry__more {
    font-size: 14px;
  }

  .new-contacts.new-block .container {
    width: 100%;
  }

  .new-contacts.new-block .new-contacts__content {
    padding: 30px 16px 40px;
  }

  .new-contacts.new-block .new-contacts__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .new-contacts.new-block .new-contacts__description {
    font-size: 14px;
  }

  .new-contacts.new-block .new-contacts__item-title {
    font-size: 20px;
  }

  .new-contacts.new-block .new-contacts__item-dropdown-inner {
    font-size: 14px;
    padding: 9px 0 3px;
  }

  .new-contacts.new-block .new-contacts__item-text {
    gap: 8px;
    margin-bottom: 8px;
  }

  .new-contacts.new-block .new-contacts__item-address br {
    display: none;
  }

  .new-contacts.new-block .new-contacts__item-links {
    gap: 18px;
  }

  .footer__heading {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 24px;
  }
}

@media (min-width: 1301px) and (max-width: 1439px) {
  .footer_col1 {
    width: 140px;
    padding: 0;
  }
}

@media (min-width: 1141px) and (max-width: 1365px) {
  .footer_col {
    float: left;
    width: 24%;
    padding: 0 70px 0 0;
  }

  .footer_col2,
  .footer_col3 {
    width: 26%;
  }

  .footer_col4 {
    padding: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1140px) {
  .footer_col4 {
    padding: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
