.breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cable-supplies .maxwidth-new {
  max-width: 1070px;
}
.cable-supplies .btn {
  padding-left: 16px;
  padding-right: 16px;
  font: 14px/1.4 "Inter";
  text-transform: unset;
  letter-spacing: unset;
}

.cs-gallery__title {
  margin-bottom: 24px;
}
.cs-gallery__content {
  display: grid;
  grid-template-columns: auto 87px;
}
.cs-gallery__nav {
  position: relative;
  top: 120px;
}
.cs-gallery__text {
  margin: 0;
  font: 500 24px/1.3 "Exo 2";
  color: #040B2F;
}
.cs-gallery__slider {
  margin-top: 72px;
}
.cs-gallery__slider .container {
  overflow: hidden;
  width: 100% !important;
  padding: 0 !important;
}
.cs-gallery__slider .maxwidth-new {
  overflow: visible;
  box-sizing: content-box;
}
.cs-gallery .cs-slider {
  position: relative;
}
.cs-gallery .splide__arrows {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cs-gallery .splide__arrow {
  opacity: unset;
  position: unset;
  width: 40px;
  height: 40px;
  transform: unset;
}
.cs-gallery .splide__arrow--next {
  rotate: 180deg;
}
.cs-gallery .splide__slide:before {
  content: normal;
}
.cs-gallery .splide__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 410px;
  padding: 32px;
  background-color: #001593;
}
.cs-gallery .splide__inner img {
  max-width: 100px;
  max-height: 100px;
  margin: 0;
  padding: 20px 30px;
  object-fit: unset;
  box-sizing: content-box;
}
.cs-gallery .splide__inner h3 {
  margin: auto 0 0;
  font: 500 36px/1.2 "Exo 2";
  color: #FFF;
}
.cs-gallery .splide__inner a {
  color: inherit;
  border-bottom: 1px solid;
}
.cs-gallery .splide__inner a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 699px) {
  .cs-gallery .splide__inner {
    height: 220px;
    padding: 16px;
  }
  .cs-gallery .splide__inner img {
    max-width: 80px;
    max-height: 80px;
    padding: 0;
  }
  .cs-gallery .splide__inner h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cs-gallery__title {
    margin-bottom: 24px;
  }
  .cs-gallery__text {
    font-size: 20px;
  }
  .cs-gallery__slider {
    margin-top: 40px;
  }
}
@media (max-width: 699px) {
  .cs-gallery__content {
    align-items: center;
  }
  .cs-gallery__nav {
    position: unset;
  }
}
@media (max-width: 575px) {
  .cs-gallery__title {
    margin-bottom: 16px;
  }
  .cs-gallery__text {
    font-size: 16px;
  }
  .cs-gallery__slider {
    margin-top: 32px;
  }
  .cs-gallery__inner {
    height: 285px;
  }
}

.cs-benefits {
  margin-top: 120px;
}
.cs-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  counter-reset: num;
}
.cs-benefits__item {
  display: grid;
  grid-template-columns: 25px 1fr;
  column-gap: 182px;
  padding: 16px 24px;
  background-color: #F4F4F5;
  counter-increment: num;
}
.cs-benefits__item:before {
  content: "(0" counter(num) ")";
  font: 12px/1.4 "Inter";
  color: #040B2F;
}
.cs-benefits__item span {
  font: 500 18px/1.4 "Exo 2";
  color: #040B2F;
}
.cs-benefits__bottom {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .cs-benefits {
    margin-top: 72px;
  }
  .cs-benefits__item {
    column-gap: 130px;
  }
  .cs-benefits__item br {
    display: none;
  }
  .cs-benefits__bottom {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .cs-benefits {
    margin-top: 48px;
  }
  .cs-benefits__title {
    margin-bottom: 24px;
  }
  .cs-benefits__item {
    grid-template-columns: 100%;
    gap: 16px;
  }
  .cs-benefits__item span {
    font-size: 16px;
  }
  .cs-benefits__bottom {
    margin-top: 16px;
  }
}

.cs-delivery {
  margin-top: 120px;
}
.cs-delivery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: num;
}
.cs-delivery__item {
  display: flex;
  flex-direction: column;
  height: 270px;
  padding: 20px 16px 40px;
  background-color: #EFF0F3;
  counter-increment: num;
}
.cs-delivery__item:before {
  content: "0" counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #FB6A29;
  font: 500 18px/140% "Exo 2";
  color: #FFF;
  border-radius: 4px;
}
.cs-delivery__item_img {
  background: url(images/delivery.jpg) center/cover no-repeat;
  counter-increment: unset;
}
.cs-delivery__item_img:before {
  content: normal;
}
.cs-delivery__text {
  max-width: 230px;
  margin: auto 0 0 !important;
  font: 500 16px/1.3 "Exo 2";
  color: #040B2F;
}
@media (max-width: 991px) {
  .cs-delivery {
    margin-top: 72px;
  }
  .cs-delivery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cs-delivery__item {
    height: 240px;
    padding: 20px 16px;
  }
  .cs-delivery__text {
    margin: auto 0 0 !important;
  }
}
@media (max-width: 575px) {
  .cs-delivery {
    margin-top: 40px;
  }
  .cs-delivery__list {
    grid-template-columns: 100%;
    gap: 8px;
  }
}

.cs-quality {
  margin-top: 120px;
}
.cs-quality__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.cs-quality__item {
  height: 210px;
  padding: 30px;
  background-color: #EFF0F3;
}
.cs-quality__item_img {
  grid-row: span 2;
  height: unset;
  background: url(images/quality.jpg) center/cover no-repeat;
}
.cs-quality__item_row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: 16px 34px;
}
.cs-quality__name {
  margin: 0;
  font: 500 24px/1.3 "Exo 2";
  color: #030303;
}
.cs-quality__text {
  margin: 16px 0 0 !important;
  font: 16px/1.4 "Inter";
  color: rgba(4, 11, 47, 0.65);
}
@media (max-width: 991px) {
  .cs-quality {
    margin-top: 72px;
  }
  .cs-quality__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cs-quality__item {
    height: 240px;
    padding: 20px 16px;
  }
  .cs-quality__item:nth-child(2) {
    order: 3;
  }
  .cs-quality__item:nth-child(2) {
    order: 3;
  }
  .cs-quality__item_img {
    grid-row: unset;
    grid-column: span 2;
    height: 320px;
  }
  .cs-quality__item_row {
    grid-template-columns: 100%;
    align-items: unset;
  }
  .cs-quality__item_row img {
    margin: 0;
  }
  .cs-quality__name {
    font-size: 20px;
  }
  .cs-quality__text {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .cs-quality {
    margin-top: 40px;
  }
  .cs-quality__list {
    grid-template-columns: 100%;
    gap: 8px;
  }
  .cs-quality__item_img {
    grid-column: unset;
    height: 288px;
  }
}

.cs-clarity {
  margin-top: 120px;
}
.cs-clarity__title {
  max-width: 670px;
  margin: 0 auto 40px;
  text-align: center;
}
.cs-clarity__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  counter-reset: num;
}
.cs-clarity__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 40%;
  padding: 16px 0;
  border-bottom: 1px solid #EFF0F3;
  counter-increment: num;
}
.cs-clarity__item:first-child {
  border-top: 1px solid #EFF0F3;
}
.cs-clarity__item:before {
  content: "0" counter(num);
  font: 24px/1.3 "Exo 2";
  color: #001593;
}
.cs-clarity__item span {
  font: 500 20px/1.3 "Exo 2";
  color: #040B2F;
}
.cs-clarity__bottom {
  margin-top: 40px;
  text-align: center;
}
.cs-clarity__bottom .btn {
  max-width: 325px;
  width: 100%;
}
@media (max-width: 991px) {
  .cs-clarity {
    margin-top: 72px;
  }
  .cs-clarity__title {
    max-width: 450px;
    margin: 0 0 40px;
    text-align: unset;
  }
  .cs-clarity__item {
    column-gap: 30%;
  }
}
@media (max-width: 575px) {
  .cs-clarity {
    margin-top: 48px;
  }
  .cs-clarity__title {
    max-width: unset;
    margin: 0 0 24px;
  }
  .cs-clarity__item {
    grid-template-columns: 100%;
    gap: 16px;
    padding: 16px 24px;
    background-color: #F4F4F5;
    border: none;
  }
  .cs-clarity__item span {
    font-size: 16px;
  }
  .cs-clarity__bottom {
    margin-top: 20px;
  }
}

.cs-cooperation {
  margin-top: 72px;
}
.cs-cooperation__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cs-cooperation {
    margin-top: 40px;
  }
  .cs-cooperation__title {
    margin-bottom: 40px;
    text-align: unset;
  }
}
@media (max-width: 575px) {
  .cs-cooperation__title {
    margin-bottom: 32px;
  }
}

.cs-cooperation-steps {
  position: relative;
  overflow: hidden;
}
.cs-cooperation-steps__icon, .cs-cooperation-steps__line {
  position: relative;
  overflow: visible;
}
.cs-cooperation-steps__icon:before, .cs-cooperation-steps__icon:after, .cs-cooperation-steps__line:before, .cs-cooperation-steps__line:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #001593;
  border-radius: 50%;
  translate: 0 -50%;
}
.cs-cooperation-steps__icon:before, .cs-cooperation-steps__line:before {
  left: -3px;
}
.cs-cooperation-steps__icon:after, .cs-cooperation-steps__line:after {
  right: -3px;
}
.cs-cooperation-steps__line {
  position: absolute;
  z-index: 1;
  top: 33px;
  left: 0;
}
.cs-cooperation-steps__line_direct-1, .cs-cooperation-steps__line_direct-2, .cs-cooperation-steps__line_direct-3, .cs-cooperation-steps__line_direct-4 {
  display: none;
  width: 100%;
  height: 2px;
  background-image: url(images/line-direct.svg);
  background-repeat: repeat-x;
}
.cs-cooperation-steps__line_curve {
  left: calc(50% - 950px);
  width: 1675px;
  height: 269px;
  background-image: url(images/line-curve.svg);
  background-repeat: no-repeat;
}
.cs-cooperation-steps__line_curve:before, .cs-cooperation-steps__line_curve:after {
  content: normal;
}
.cs-cooperation-steps__inner {
  position: relative;
  z-index: 2;
}
.cs-cooperation-steps__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 110px 18px;
}
.cs-cooperation-steps__item {
  text-align: center;
}
.cs-cooperation-steps__item:nth-child(1) .cs-cooperation-steps__icon, .cs-cooperation-steps__item:nth-child(5) .cs-cooperation-steps__icon, .cs-cooperation-steps__item:nth-child(7) .cs-cooperation-steps__icon {
  background-color: #FB6A29;
}
.cs-cooperation-steps__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: #001593;
  font-size: 40px;
  border-radius: 6px;
}
.cs-cooperation-steps__name {
  margin: 12px 0 0;
  font: 500 16px/1.3 "Exo 2";
  color: #040B2F;
}
.cs-cooperation-steps__text {
  margin: 4px 0 0 !important;
  font: 12px/1.4 "Inter";
  color: #040B2F;
}
.cs-cooperation-steps__aside {
  overflow: hidden;
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 770px;
  padding: 24px 32px;
  background-color: #EFF0F3;
  font: 500 24px/1.3 "Exo 2";
  color: #040B2F;
}
.cs-cooperation-steps__aside span {
  color: #001593;
}
.cs-cooperation-steps__aside svg {
  position: absolute;
  top: 0;
  right: -35px;
}
@media (max-width: 991px) {
  .cs-cooperation-steps__line_direct-1, .cs-cooperation-steps__line_direct-2 {
    display: block;
  }
  .cs-cooperation-steps__line_direct-2 {
    top: 253px;
  }
  .cs-cooperation-steps__line_curve {
    display: none;
  }
  .cs-cooperation-steps__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    row-gap: 40px;
  }
  .cs-cooperation-steps__item {
    height: 180px;
  }
  .cs-cooperation-steps__aside {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 625px;
    width: unset;
    margin: 24px auto 0;
    font-size: 16px;
  }
  .cs-cooperation-steps__aside div {
    max-width: 450px;
  }
  .cs-cooperation-steps__aside svg {
    top: 4px;
    right: 16px;
  }
}
@media (max-width: 575px) {
  .cs-cooperation-steps__line_direct-2 {
    top: 224px;
  }
  .cs-cooperation-steps__line_direct-3 {
    display: block;
    top: 415px;
  }
  .cs-cooperation-steps__line_direct-4 {
    display: block;
    top: 606px;
    width: 110px;
  }
  .cs-cooperation-steps__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }
  .cs-cooperation-steps__item {
    height: 155px;
  }
  .cs-cooperation-steps__item:last-child .cs-cooperation-steps__icon:after {
    content: normal;
  }
  .cs-cooperation-steps__aside {
    margin: 32px auto 0;
    padding: 24px 16px;
  }
  .cs-cooperation-steps__aside svg {
    top: 60px;
    right: -35px;
    height: 100px;
  }
}

.cs-consult {
  margin-top: 40px;
}
.cs-consult__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-content: space-between;
  gap: 24px;
  position: relative;
  padding: 64px 48px 40px;
  background-color: #001593;
}
.cs-consult__inner:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 48px;
  width: 86px;
  height: 1px;
  background-color: #FFF;
}
.cs-consult__title {
  max-width: 355px;
  margin: 0 0 16px;
  font: 500 24px/1.3 "Exo 2";
  color: #FFF;
}
.cs-consult__text {
  grid-row: span 2;
  font: 500 16px/1.3 "Exo 2";
  color: #FFF;
}
.cs-consult__btn .btn {
  max-width: 320px;
  width: 100%;
}
.cs-consult__icon {
  position: absolute;
  top: calc(50% + 15px);
  right: 32px;
}
@media (max-width: 991px) {
  .cs-consult {
    margin-top: 72px;
  }
  .cs-consult__inner {
    padding: 53px 32px;
  }
  .cs-consult__btn .btn {
    max-width: 242px;
  }
}
@media (max-width: 575px) {
  .cs-consult {
    margin-top: 24px;
  }
  .cs-consult__inner {
    grid-template-columns: 100%;
    grid-template-rows: unset;
    justify-content: unset;
    gap: 25px;
    padding: 56px 16px 32px;
  }
  .cs-consult__title {
    font-size: 20px;
  }
  .cs-consult__btn {
    margin-top: 6px;
  }
  .cs-consult__btn .btn {
    max-width: unset;
  }
  .cs-consult__icon {
    position: absolute;
    top: unset;
    bottom: -70px;
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
