

/* Start:/local/templates/main/assets/css/cooperation.css?178696878210177*/
.cooperation__banner {
  background-color: var(--bg-dark);
  padding: 40px 0 40px 0;
}

.cooperation__banner-wrap::after {
  display: block;
  --size: 300px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-image: url("/local/templates/main/assets/css/../img/cooperationBannerBg.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0 auto;
}

.cooperation__title {
  color: var(--text-light-primary);
  font-size: 40px;
}

.cooperation__banner-subtext {
  color: #c5c8ca;
  padding: 40px 0 65px 0;
  margin: 0;
}

.btn-secondary--color-white {
  color: var(--text-light-primary);
  border: 1px solid var(--text-light-primary);
  background-color: transparent;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  padding: 7px 24px;
  border-radius: 4px;
  font-size: 16px;
  max-width: max-content;
}

.cooperation__tutorial {
  padding: 40px 0 0 0;
}

.cooperation__tutorial-title1,
.cooperation__tutorial-title2 {
  font-size: 24px;
}

.cooperation__tutorial-text {
  margin: 30px 0 0 0;
}

.cooperation__tutorial-title2 {
  margin: 40px 0 0 0;
}

.cooperation__tutorial-stages {
  counter-reset: stageCounter;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 30px 0 0 0;
}

.cooperation__tutorial-stage {
  counter-increment: stageCounter;
  padding: 0 0 45px 0;
}

.cooperation__tutorial-stage:last-child {
  padding: 0 0 50px 0;
}

.cooperation__tutorial-stage::before {
  --size: 45px;
  content: counter(stageCounter);
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: var(--text-light-primary);
  background-color: var(--bg-light-gray);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin: 0 auto 20px auto;
}

.cooperation__tutorial-stage ol {
  margin: 10px 0 0 16px;
}

.cooperation__tutorial-stage-title {
  font-size: 20px;
  color: var(--text-sky-blue);
}

.cooperation__tutorial-stage-text {
  font-weight: 400;
  margin: 10px 0 0 0;
  font-size: 14px;
}

.cooperation__tutorial-stage-text b {
  font-size: 16px;
  font-weight: 500;
}

.cooperation__tutorial-stage-subtext {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.cooperation__download-btn {
  margin: 25px 0 0 0;
}

.cooperation__centers-levels {
  margin: 30px 0 0 0;
}

.cooperation__centers-cities {
  margin: 35px 0 0 0;
}

.cooperation__checkbox {
  margin: 15px 0 0 0;
}

.cooperation__checkbox:first-child {
  margin: 0;
}

.cooperation__checkbox--icon-gold span,
.cooperation__checkbox--icon-silver span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cooperation__checkbox--icon-gold span::before,
.cooperation__checkbox--icon-silver span::before {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperation__checkbox--icon-gold span::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/goldCrownIcon.svg");
}

.cooperation__checkbox--icon-silver span::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/silverCrownIcon.svg");
}

.cooperation__centers-title {
  font-size: 30px;
  margin: 0 0 0 0;
}

.cooperation__center-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin: 0 0 20px 0;
}

.cooperation__center-card-logo img {
  max-width: 160px;
  max-height: 65px;
  object-fit: contain;
}

.cooperation__centers {
  padding: 0 0 60px 0;
}

.cooperation__centers-cards {
  margin: 70px 0 0 0;
}

.cooperation__centers-more-button {
  background-color: var(--bg-dark);
  color: var(--text-light-primary);
  width: 100%;
  margin: 5px 0 0 0;
  font-size: 22px;
  font-weight: 400;
  transition: background-color 0.1s ease;
}

.cooperation__centers-more-button:hover {
  background-color: #1d1d1d;
}

.cooperation__center-card {
  border-top: 1px solid var(--color-light-gray);
  padding: 20px 0 20px 0;
}

.cooperation__center-card.is-hidden {
  display: none !important;
}

.cooperation__center-card-img--bim::before,
.cooperation__center-card-img--etm::before,
.cooperation__center-card-img--gasprom::before,
.cooperation__center-card-img--institutSAPR::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 20px auto;
}

.cooperation__center-card-img--bim::before {
  background-image: url("/local/templates/main/assets/css/../img/bimLogoCenter.jpg");
  height: 40px;
  width: 119px;
}

.cooperation__center-card-img--etm::before {
  background-image: url("/local/templates/main/assets/css/../img/etmLogoCenter.jpg");
  height: 48px;
  width: 166px;
}

.cooperation__center-card-img--gasprom::before {
  background-image: url("/local/templates/main/assets/css/../img/gaspromLogoCenter.jpg");
  height: 65px;
  width: 127px;
}

.cooperation__center-card-img--institutSAPR::before {
  background-image: url("/local/templates/main/assets/css/../img/institutSAPRLogoCenter.jpg");
  height: 28px;
  width: 156px;
}

.cooperation__center-card-links {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.cooperation__center-card-links a {
  color: var(--text-sky-blue);
  transition: color ease 0.3s;
}

.cooperation__center-card-links a:hover {
  color: var(--color-darker-sky-blue);
}

.cooperation__center-card-links a,
.cooperation__center-card-links a:visited {
  color: var(--text-sky-blue);
}

.cooperation__center-card-links a:hover,
.cooperation__center-card-links a:visited:hover {
  color: var(--color-darker-sky-blue);
}

.cooperation__center-card-city {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.cooperation__center-card-city::after {
  content: "";
  width: 25px;
  height: 20px;
  background-repeat: none;
  display: flex;
  margin: 0 0 0 10px;
}

.cooperation__center-card-city-icon--gold-crown::after {
  background-image: url("/local/templates/main/assets/css/../img/icons/goldCrownIcon.svg");
}

.cooperation__center-card-city-icon--silver-crown::after {
  background-image: url("/local/templates/main/assets/css/../img/icons/silverCrownIcon.svg");
}

.cooperation__center-card-name {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.cooperation__center-card-text {
  margin: 15px 0 0 0;
}

.cooperation__center-card-number {
  margin: 20px 0 0 0;
}

.cooperation__consultation {
  background-color: var(--bg-very-light-gray);
}

.cooperation__banner-btn-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .cooperation__tutorial-stage-title {
    font-size: 24px;
  }

  .cooperation__center-card-name {
    font-size: 20px;
  }

  .btn-secondary--color-white {
    font-size: 22px;
    padding: 8px 24px;
  }

  .cooperation__tutorial-stage-text {
    font-size: 16px;
  }

  .cooperation__tutorial-stage-text b {
    font-size: 20px;
  }
}

@media (min-width: 991px) {
  .cooperation__tutorial-stage-wrap {
    margin: 0 0 0 115px;
  }

  .cooperation__tutorial-stage {
    position: relative;
    min-height: 65px;
  }

  .cooperation__tutorial-stage::before {
    content: counter(stageCounter);
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    font-size: 40px;
    font-weight: 700;
    color: var(--text-light-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light-gray);
    z-index: 2;
  }

  .cooperation__tutorial-stage::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--bg-light-gray);
    z-index: 1;
  }

  .cooperation__tutorial-stage:last-child::after {
    content: none;
  }
}

@media (min-width: 1200px) {
  .cooperation__banner {
    padding: 50px 0 70px 0;
  }

  .cooperation__banner-wrap {
    display: flex;
    flex-direction: row;
  }

  .cooperation__banner-wrap::after {
    --size: 393px;
    width: var(--size);
    height: var(--size);
    top: -40px;
    position: relative;
  }

  .cooperation__title {
    font-size: 48px;
    max-width: 400px;
  }

  /* .btn-secondary--color-white {
    margin: 0 0 0 0;
    padding: 12px 24px;
  } */

  .cooperation__banner-subtext {
    max-width: 560px;
    padding: 40px 0 85px 0;
  }

  .cooperation__banner-btn-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }

  .cooperation__banner-btn-group a {
    margin: 0;
    display: block;
  }

  .cooperation__tutorial-title1 {
    font-size: 40px;
  }

  .cooperation__tutorial-text {
    font-size: 20px;
  }

  .cooperation__tutorial-title2 {
    font-size: 40px;
    margin: 80px 0 0 0;
  }

  .cooperation__tutorial-stage-title {
    font-size: 32px;
  }

  .cooperation__tutorial-stage-text {
    font-size: 20px;
  }

  .cooperation__tutorial-stage-text b {
    font-size: 24px;
  }

  .cooperation__tutorial-stage-subtext {
    font-size: 20px;
  }

  .cooperation__tutorial-stage {
    padding: 0 0 70px 0;
  }

  .cooperation__tutorial-stage:last-child {
    padding: 0 0 55px 0;
  }

  .cooperation__centers {
    padding: 0 0 100px 0;
  }

  .cooperation__centers-wrap {
    margin: 55px 0 0 0;
  }

  .cooperation__centers-cards {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .cooperation__centers-levels {
    margin: 0;
  }

  .cooperation__centers-wrap {
    display: flex;
    justify-content: space-between;
    gap: 120px;
  }

  .cooperation__center-card {
    display: flex;
  }

  .cooperation__center-card-logo {
    margin: 0 25px 0 0;
    min-width: 160px;
  }

  .cooperation__center-card::before {
    margin: auto 0;
    padding: 0 25px;
    background-size: contain;
    background-position: center;
    max-width: 200px;
    width: 100%;
  }

  .cooperation__center-card-city,
  .cooperation__center-card-text {
    font-size: 20px;
  }

  .cooperation__center-card-name {
    font-size: 24px;
  }

  .cooperation__center-card-number,
  .cooperation__center-card-links {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  .cooperation__centers {
    padding: 0 0 100px 0;
  }

  .cooperation__title {
    font-size: 64px;
    max-width: 500px;
  }

  .cooperation__banner-wrap::after {
    top: -10px;
  }

  .cooperation__tutorial {
    padding: 55px 0 0 0;
  }

  .cooperation__tutorial-stages {
    margin: 50px 0 0 0;
  }

  .btn-secondary--color-white {
    padding: 12px 24px;
  }
}

/* End */
/* /local/templates/main/assets/css/cooperation.css?178696878210177 */
