

/* Start:/local/templates/new_5_0/styles.css?17520909298774*/
.banner__content {
    width: 100%;
    max-width: calc(var(--containerMaxWidth) - 20px);
}


.contacts__row {
  padding-top: 50px;
  padding-bottom: 88px;
}

.contacts__block {
  padding: 50px 100px 88px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
}

.contacts__section {
  padding: 0 0 23px;
  margin: 0 17.2%;
  height: 100%;
  border-bottom: 1px solid var(--color-blue-klein);
}

.contacts__item:nth-last-child(-n+2) .contacts__section {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

.contacts__section-second, .contacts__section-third {
  min-height: 180px;
}

.contacts__section-second {
  padding-top: 28px;
}

.contacts__section-third {
  padding-top: 39px;
}

.contacts__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 122%;
}

.contacts__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
}

.contacts__info p {
  margin-bottom: 7px;
}

.contacts__info *:last-child {
  margin-bottom: 0;
}

.contacts__info-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 24px;
}

.contacts__info-table-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts__info-table .contacts__info-table-col:last-child a {
  width: 100%;
  text-align: end;
}

.contacts__info a {
  color: inherit;
  transition: all .3s ease-in-out;
}

.contacts__info a[href^="tel:"]:hover {
  color: var(--color-blue-klein);
}

.contacts__bg-row {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__bg-block {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
}

/*map*/
.map__block {
  border-radius: 10px;
  overflow: hidden;
}

.map__block iframe {
  width: 100%;
  aspect-ratio: 1180 / 589;
}


/*requisites*/

.requisites__title {
  margin-bottom: 20px;
}

.requisites__wrapper {
   display: flex;
  justify-content: space-between;
  padding: 50px 8.5% 21px;
  border: 1px solid var(--color-blue-klein);
  border-radius: 10px;
}

.requisites__left {
  width: calc(50% - 10px);
}

.requisites__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: var(--color-blue-klein);
}

.requisites__section {
  padding-top: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--color-blue-klein);
}

.requisites__section:first-child {
  padding-top: 0;
}

.requisites__section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.requisites__info {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: var(--color-black);
}

.requisites__right {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 90px;
  width: calc(40% - 10px);
}

.requisites__docs-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.requisites__docs-icon {
  min-width: 57px;
  width: 57px;
  height: 63px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.requisites__docs-icon--pdf {
  background-image: url(/local/templates/new_5_0/../new_5_0/assets/img/pdf.png);
}

.requisites__docs-name {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  color: var(--color-black);
}

.requisites__docs-link {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black);
  transition: color .3s ease-in-out;
}

.requisites__docs-link:hover {
  color: var(--color-blue-klein);
}

/*follow*/

.follow__block {
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--color-white);
}

.follow__col {
  flex: 1
}

.follow__left img {
  min-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.follow__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px;
  width: 100%;
  height: 100%;
}

.follow__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.follow__descr {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--color-black);
}

.follow__social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.follow__social-link {
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url('/images/social-sprite.png');
  background-repeat: no-repeat;
  background-position-y: 0;
  background-size: cover;
}

.follow__social-link--rutube {
  background-position-x: 0;
}

.follow__social-link--dzen {
  background-position-x: calc(var(--icon-size) * (-1));
}
.follow__social-link--vk{
  background-position-x: calc(var(--icon-size) * (-2));
}

.follow__social-link--youtube {
  width: auto;
  aspect-ratio: 57 / 40;
  background-position: calc(var(--icon-size) * (-5)) center;
}

.follow__social-link--instagram {
  background-position-x: calc(var(--icon-size) * (-3));
}

.follow__social-link--telegram {
  background-position-x: calc(var(--icon-size) * (-4));
}



@media(max-width:1199px) {

  /*follow*/

  .follow__right {
    padding: 20px 12%;
  }

  .follow__social {
    justify-content: space-between;
    gap: 5px;
  }

}

@media(max-width:1024px) {

  /*contacts*/

  .contacts__row {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .contacts__section {
    margin: 0 10%;
  }

  .contacts__title {
    font-size: 20px;
  }

  .contacts__info {
    font-size: 14px;
  }




  /*follow*/

  :root {
      --icon-size: 35px;
  }



}


@media(max-width:992px) {

  /*requisites*/

  .requisites__wrapper {
    padding: 50px 4% 21px;
  }

  .requisites__right {
    width: calc(45% - 10px);
  }

  .requisites__name, .requisites__info, .requisites__docs-name {
    font-size: 14px;
  }

  .requisites__docs-link {
    font-size: 16px;
  }

  /*follow*/

  :root {
    --icon-size: 32px;
  }

  .follow__right {
    padding: 20px;
  }

  .follow__title {
    font-size: 20px;
  }

  .follow__descr {
    font-size: 14px;
  }

}


@media(max-width:768px) {

  /*contacts*/

  .contacts__title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .contacts__info-table {
    flex-direction: column;
    row-gap: 10px;
  }

  .contacts__info-table-col {
    align-items: flex-start;
    gap: 10px;
  }

  .contacts__info-table .contacts__info-table-col:last-child a {
    width: fit-content;
    text-align: left;
  }


  /*follow*/

  .follow__title {
    font-size: 18px;
  }

}


@media(max-width:625px) {

  /*contacts*/

  /*requisites*/

  .requisites__wrapper {
    flex-direction: column;
    gap: 60px;
    padding: 0;
    border: none;
  }

  .requisites__left {
    padding: 30px 28px;
    width: 100%;
    border: 1px solid var(--color-blue-klein);
    border-radius: 10px;
  }

  .requisites__section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .requisites__name, .requisites__info {
    font-size: 14px;
  }

  .requisites__right {
    gap: 27px;
    padding-top: 0;
    width: 100%;
  }

  /*follow*/
  .follow__block {
    flex-direction: column;
    border-radius: 0;
    background-color: unset;
  }

  .follow__left img {
    border-radius: 10px;
    height: auto;
    aspect-ratio: 328 / 150;
  }

  .follow__right {
    padding: 0;
  }

  .follow__title {
    margin-bottom: 11px;
  }

  .follow__descr {
    margin-bottom: 18px;
  }

  .follow__social {
    justify-content: flex-start;
    gap: 18px;
  }

}

@media(max-width:575px) {

  /*contacts*/

  .contacts__row {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__item:nth-child(2n) {
    order: 1;
  }

  .contacts__section {
    margin: 0;
    padding: 20px 28px 0;
    background-color: var(--color-white);
    border: 0;
  }

  .contacts__section-second, .contacts__section-third {
    min-height: unset;
  }

  .contacts__item:nth-last-child(-n+2) .contacts__section {
    padding-top: 20px;
    padding-bottom: 0;
    border-radius: 0 0 10px 10px;
  }

  .contacts__item:nth-child(-n+2) .contacts__section {
    border-radius: 10px 10px 0 0;
  }

  .contacts__item:nth-child(2) .contacts__section {
    margin-top: 60px;
  }

  .contacts__item:nth-last-child(-n+2) .contacts__info {
    border: none;
  }

  .contacts__item:nth-last-child(-n+2) .contacts__title {
    margin-bottom: 10px;;
  }

  .contacts__info {
    border-bottom: 1px solid var(--color-blue-klein-40);
    padding-bottom: 18px;
  }

  .contacts__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .contacts__info p {
    margin-bottom: 10px;
  }

  /*requisites*/
  .requisites__title {
    margin-bottom: 0;
  }
}


@media(max-width:425px) {

  /*follow*/

  :root {
    --icon-size: 31px;
  }

  .follow__left img {
    border-radius: 10px;
    height: auto;
    aspect-ratio: 328 / 200;
  }

  .follow__title {
    font-size: 16px;
  }

}

/* End */
/* /local/templates/new_5_0/styles.css?17520909298774 */
