.page_container .main_side.inner-page.mainpage {
  max-width: calc(79% - 30px);
  padding: 20px 70px;
  box-sizing: border-box;
}

.inner-page__title {
  font-size: 50px;
  line-height: 56px;
}

.inner-page__container {
  margin-top: 12px;
  line-height: 26px;
}

.inner-page__container img {
  max-width: 100%;
  height: auto;
}

.inner-page__text-img {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  gap: 30px;
  align-items: end;
}

.inner-page__block {
  margin-bottom: 60px;
}

.inner-page__adv__text-block {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.inner-page__adv-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.inner-page__adv-text {
  font-size: 15px;
  line-height: 20px;
}

.inner-page__adv-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.inner-page__adv {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner-page__graph {
  display: flex;
  gap: 27px;
}

.inner-page__graph-avd {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.inner-page__graph-avd-item-text {
  max-width: 213px;
  font-size: 14px;
  line-height: 120%;
  min-height: 34px;
}

.inner-page__graph-avd-item {
  padding: 14px 35px;
  border-radius: 9.051px;
  border: 1.81px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  transition: all 0.25s;
}
.inner-page__graph-avd-item:hover {
  border-color: #00aeff;
}

.inner-page__graph-avd-item-title {
  font-size: 32px;
  line-height: 36px;
}

.inner-page__adv-2 {
  padding: 30px;
  border-radius: 10px;
  background: #f6f7fb;
}

.inner-page__adv-2-text {
  margin-top: 20px;
  line-height: 26px;
}

.inner-page__adv-2-item {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.inner-page__adv-2-list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.inner-page__adv-3 {
  padding: 30px;
  border-radius: 10px;
  background: #f6f7fb;
}

.inner-page__adv-3-text {
  line-height: 26px;
  font-weight: 700;
}

.inner-page_adv-3-list {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.inner-page__adv-3-item {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}

.inner-page__adv-3-item span {
  font-size: 16px;
  line-height: 24px;
  max-width: 210px;
}

.inner-page__map-button {
  display: none;
}

.inner-page__intro {
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
}

.inner-page__tile .hover {
  opacity: 0;
}

.inner-page__tile {
  border-radius: 10px;
  background: #f6f7fb;
  padding: 20px;
  display: flex;
  height: 200px;
  box-sizing: border-box;
  overflow: hidden;
}

.inner-page__tile a {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  height: 100%;
  width: 100%;
}

.inner-page__tile a img {
  position: absolute;
  top: -20px;
  right: -20px;
  transition: all 0.25s;
}

.inner-page__tile a:hover img {
  opacity: 0;
}

.inner-page__tile a:hover img.hover {
  opacity: 1;
}

.inner-page__tile a .more {
  color: #0070c9;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  align-items: center;
  margin-top: auto;
}

.inner-page__tile a span {
  position: relative;
  z-index: 1;
  display: inline-flex;
}

.inner-page__tile a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.inner-page__tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 30px;
}

.inner-page__tiles .inner-page__tile:first-child {
  grid-column: 1/3;
}

.inner-page__tiles .inner-page__tile:nth-child(2) {
  grid-column: 3/5;
}

.inner-page__tiles .inner-page__tile:nth-child(3) {
  grid-column: 5/7;
}

.inner-page__tiles .inner-page__tile:nth-child(4) {
  grid-column: 1/4;
}

.inner-page__tiles .inner-page__tile:nth-child(5) {
  grid-column: 4/7;
}

.inner-page__adv-part-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
}

.inner-page__adv-part-item span {
  font-size: 20px;
  line-height: 28px;
}

.inner-page__adv-part-list {
  margin-top: 40px;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.inner-page__adv-part-title {
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 36.2px;
}

.inner-page__adv-part-line {
  grid-column: 1/-1;
}

.inner-page__adv-part-list .inner-page__adv-part-item:first-child,
.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(5) {
  grid-column: 1/3;
}

.inner-page__adv-part-list .inner-page__adv-part-item:first-child {
  background-image: url("/include/pages/partnership-munici/img/short-up.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(2),
.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(6) {
  grid-column: 3/6;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(2) {
  padding-left: 30px;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(5) {
  background-image: url("/include/pages/partnership-munici/img/short-down.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(3) {
  grid-column: 1/4;
  background-image: url("/include/pages/partnership-munici/img/short-strong.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(4) {
  grid-column: 4/6;
  padding-left: 20px;
}

.inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(6) {
  padding-left: 30px;
}

.project-comp
  .inner-page__adv-part-list
  .inner-page__adv-part-item:nth-of-type(5) {
  grid-column: 1/-1;
  background-image: none;
}

.manufacturers
  .inner-page__adv-part-list
  .inner-page__adv-part-item:first-child {
  grid-column: 1/4;
}

.manufacturers
  .inner-page__adv-part-list
  .inner-page__adv-part-item:nth-of-type(2) {
  grid-column: 4/6;
}

.manufacturers
  .inner-page__adv-part-list
  .inner-page__adv-part-item:nth-of-type(3) {
  grid-column: 1/3;
}

.manufacturers
  .inner-page__adv-part-list
  .inner-page__adv-part-item:nth-of-type(4) {
  grid-column: 3/6;
}

.manufacturers
  .inner-page__adv-part-list
  .inner-page__adv-part-item:nth-of-type(5) {
  grid-column: 1/-1;
  background-image: none;
}

.list-block {
  gap: 20px 30px;
}

.list-block picture {
  grid-row: 1/3;
  display: flex;
}

.list-block .inner-page__text-list {
  grid-column: 2;
}

.inner-page__text-list li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.inner-page__text-list li:not(:last-child) {
  margin-bottom: 14px;
}

.dealers .inner-page__adv-part-list {
  grid-template-columns: repeat(6, 1fr);
}

.dealers .inner-page__adv-part-list .inner-page__adv-part-item:first-child {
  grid-column: 1/3;
}

.dealers .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(2) {
  grid-column: 3/5;
  padding-left: 0;
}

.dealers .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(3) {
  grid-column: 5/7;
  grid-row: 1;
  background-image: url("/include/pages/partnership-munici/img/short-up.png");
  padding-left: 1px;
  background-position: left;
}

.dealers .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(4) {
  grid-column: 1/4;
  padding-left: 0;
}

.dealers .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(5) {
  grid-column: 4/7;
  grid-row: 3;
  padding-left: 1px;
  background-position: left;
}

.callback {
  background-color: #f6f7fb;
}

.callback .inner-page__text-img-text {
  padding: 40px 0 40px 40px;
}

.callback picture {
  display: flex;
  margin-top: -44px;
}

.inner-page__text-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 107%;
}

.inner-page__text-subtitle {
  font-size: 20px;
  margin-top: 17px;
  line-height: 140%;
}

.inner-page__callback {
  border-radius: 10px;
  background: #ff1938;
  padding: 12px 44px;
  margin-top: 37px;
  font-size: 20px;
  color: white;
  line-height: 120%;
  cursor: pointer;
  transition: all 0.25s;
}

.inner-page__callback:hover {
  background: #cc142d;
}

.video iframe {
  border-radius: 10px;
}

.video p {
  font-size: 34px;
  font-weight: 700;
  line-height: 107%;
}

.production .list-block picture {
  grid-row: 1;
}

.production .inner-page__adv-part-list {
  grid-template-columns: 1fr;
  gap: 30px;
}

.production .inner-page__adv-part-list .inner-page__adv-part-item:first-child {
  grid-row: 1;
  grid-column: 1;
  background-image: none;
  padding: 0;
}

.production .inner-page__adv-part-list .inner-page__adv-part-item:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  padding: 0;
}

.production .inner-page__adv-part-list .inner-page__adv-part-item:nth-child(3) {
  padding: 0;
  background-image: none;
}

.inner-page__tile .back {
  position: absolute;
  right: 0;
}

.documents .inner-page__tile .back path {
  --color-1: #cacaca;
  --color-2: #5a5a5a;
  --color-3: #e2e2e2;
  --color-4: #6e6e6e;
  --color-5: #858585;
  --color-6: #d5d5d5;
  --color-7: #e7e7e7;
  --color-8: #cbcbcb;
  --color-9: #eaeaea;
  transition: all 0.25s;
}

.documents .inner-page__tile a:hover .back path {
  --color-1: #daeeff;
  --color-2: #82c8ff;
  --color-3: #63baff;
  --color-4: #0575ce;
  --color-5: #42abff;
  --color-6: #9bd3ff;
  --color-7: #9dd4ff;
  --color-8: #bde2ff;
  --color-9: #eaeaea;
}

.documents .cert__items {
  gap: 22px;
}

.documents .cert__item {
  display: flex;
  width: 290px;
  padding: 18px;
  gap: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0;
}

.documents .cert__name {
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}

.cert__item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.documents .cert__wrap {
  padding: 0;
}

.documents .cert__download,
.documents .cert__show {
  padding: 0;
  margin: 0;
  line-height: 100%;
  transition: all 0.25s;
}

.documents .cert__download:hover,
.documents .cert__show:hover {
  color: #00aeff;
}

.documents .cert__download svg path,
.documents .cert__show svg path {
  transition: all 0.25s;
}

.documents .cert__download:hover svg path,
.documents .cert__show:hover svg path {
  fill: #00aeff;
}

.documents .cert__download:after,
.documents .cert__show:after {
  display: none;
}

.documents .cert__links {
  margin: 0;
  gap: 18px;
}

.cert__links span,
.documents .cert__btn span {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.documents .cert__btn svg {
  margin: 0;
}

.documents .cert__btn {
  margin-top: 42px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #00aeff;
  display: inline-block;
  transition: all 0.25s;
}

.documents .cert__btn:hover {
  border-bottom: 1px solid #00aeff;
}

.documents .cert__btn:hover span {
  border: none;
}

.cert__item-img {
  flex-shrink: 0;
  display: flex;
}

.cert__btn.tablet {
  display: none;
}

.cert__show-more {
  display: none;
}

@media screen and (max-width: 1385px) {
  .page_container .main_side.inner-page.mainpage {
    max-width: calc(76% - 30px);
    padding: 0;
  }

  .inner-page__text-img {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inner-page__block {
    margin-bottom: 50px;
  }

  .inner-page__graph {
    flex-direction: column-reverse;
  }

  .inner-page__graph-avd {
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
  }

  .inner-page__graph-avd-item {
    padding: 13px;
    border-radius: 4px;
    gap: 5px;
  }

  .inner-page__graph-avd-item-title {
    font-size: 18px;
    line-height: 18px;
  }

  .inner-page__graph-avd-item-text {
    min-height: unset;
    line-height: 20px;
  }

  .inner-page__adv-2-item {
    gap: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .page_container .main_side.inner-page.mainpage {
    max-width: unset;
  }

  .inner-page__container {
    font-size: 16px;
    line-height: 24px;
  }

  .inner-page__text-img-text br {
    display: none;
  }

  .inner-page__title {
    font-size: 36px;
    line-height: 40px;
  }

  .inner-page__adv img {
    width: 50px;
  }

  .inner-page__adv {
    flex-direction: column;
    gap: 27px;
  }

  .inner-page__adv__text-block {
    max-width: unset;
    gap: 3px;
  }

  .inner-page__adv-title,
  .inner-page__adv-text {
    font-size: 16px;
    line-height: 24px;
  }

  .inner-page__text-img.reverse-tab picture {
    grid-row: 2;
  }

  .inner-page__adv-3 {
    padding: 20px;
  }

  .inner-page_adv-3-list {
    flex-direction: column;
    gap: 21px;
  }

  .inner-page__adv-3-item {
    gap: 14px;
    align-items: center;
  }

  .inner-page__adv-3-item span {
    max-width: unset;
  }

  .inner-page__adv-3-text {
    font-size: 16px;
    line-height: 24px;
  }

  .inner-page__map-block picture {
    display: none;
    margin: 0 auto;
  }

  .inner-page__map-button {
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
    padding: 9px 71px 12px 71px;
    border-radius: 10px;
    border: 2px solid #111;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .inner-page__map-button.opened {
    margin-top: 20px;
  }

  .inner-page__map-button.opened img {
    transform: rotate(180deg);
  }

  .inner-page__map-button span:nth-child(2) {
    display: none;
  }

  .inner-page__map-button.opened span:first-child {
    display: none;
  }

  .inner-page__map-button.opened span:nth-child(2) {
    display: block;
  }

  .inner-page__tile {
    padding: 12px;
    height: 162px;
  }

  .inner-page__tile a {
    font-size: 16px;
  }

  .inner-page__tile a .more {
    display: none;
  }

  .inner-page__tiles {
    gap: 20px;
  }

  .inner-page__tile .hover {
    display: none;
  }

  .inner-page__tile a img {
    top: auto;
    right: -12px;
    bottom: -12px;
  }

  .inner-page__tile a:hover img {
    opacity: 1;
  }

  .inner-page__adv-part-title {
    font-size: 26px;
    line-height: 32px;
  }

  .inner-page__adv-part-item img {
    width: 50px;
  }

  .inner-page__adv-part-item {
    align-items: flex-start;
  }

  .inner-page__adv-part-item span {
    font-size: 16px;
    line-height: 24px;
  }

  .inner-page__adv-part-item span br {
    display: none;
  }

  .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(3) {
    width: calc(100% - 30px);
    background-size: contain;
  }

  .inner-page__adv-part-list .inner-page__adv-part-item:nth-of-type(4) {
    margin-left: -30px;
  }

  .dealers
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(4) {
    margin-left: 0;
  }

  .build-comp .inner-page__adv-part-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:first-child {
    padding-right: 20px;
    grid-column: 1/4;
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(2) {
    padding-left: 20px;
    grid-column: 4/7;
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(3) {
    grid-column: 1/4;
    padding-right: 20px;
    width: auto;
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(4) {
    grid-column: 4/7;
    margin-left: 0;
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(5) {
    grid-column: 1/4;
    padding-right: 20px;
  }

  .build-comp
    .inner-page__adv-part-list
    .inner-page__adv-part-item:nth-of-type(6) {
    grid-column: 4/7;
    padding-left: 20px;
  }

  .list-block {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .list-block .inner-page__text-img-text {
    grid-column: 1/3;
  }

  .list-block .inner-page__text-list {
    grid-column: 1;
  }

  .list-block picture {
    grid-row: 2;
    grid-column: 2;
  }

  .dealers .callback {
    grid-template-columns: 1fr 1fr;
  }

  .callback picture {
    justify-content: flex-end;
    margin: 0;
  }

  .callback .inner-page__text-img-text {
    padding: 20px;
  }

  .inner-page__text-title {
    font-size: 20px;
    line-height: 120%;
  }

  .inner-page__text-subtitle {
    font-size: 16px;
    line-height: 150%;
  }

  .inner-page__callback {
    font-size: 12px;
  }

  .production .list-block picture {
    grid-column: 1;
  }

  .production .list-block .inner-page__text-list {
    grid-column: 2;
  }

  .video p {
    font-size: 26px;
    line-height: 32px;
  }

  .inner-page__tile .back {
    position: absolute;
    right: -25%;
    height: 90%;
    bottom: -13px;
  }

  .documents .cert__item {
    width: 48%;
    padding: 10px;
    justify-content: space-between;
  }

  .documents .cert__show {
    display: none;
  }

  .documents .cert__download {
    margin-bottom: 9px;
  }

  .cert__item-img {
    position: relative;
  }

  .cert__item-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/local/templates/diodex_asd/assets/images/eye.png");
    background-position: center;
    background-repeat: no-repeat;
  }

  .documents .cert__btn {
    display: none;
  }

  .documents .cert__btn.tablet {
    display: inline-flex;
    margin-left: auto;
    margin-top: 0;
    display: flex;
    width: max-content;
    max-width: 100%;
  }

  .documents .cert__wrap {
    margin-top: 28px;
  }

  .documents--certificates .inner-page__block {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 450px) {
  .inner-page__container {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
  }

  .inner-page__title {
    font-size: 22px;
    line-height: 28px;
  }

  .inner-page__block {
    margin-bottom: 24px;
  }

  .inner-page__adv-title,
  .inner-page__adv-text {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-page__text-img.reverse picture {
    grid-row: 1;
  }

  .inner-page__text-img.reverse-tab picture {
    grid-row: 1;
  }

  .inner-page__graph-avd {
    max-width: 100%;
    overflow: auto;
  }

  .inner-page__graph-avd-item {
    min-width: 160px;
  }

  .inner-page__graph {
    gap: 10px;
  }

  .inner-page__adv-2 {
    padding: 18px;
  }

  .inner-page__adv-2-text {
    line-height: 20px;
  }

  .inner-page__adv-2-item {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-page__adv-2-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .inner-page__adv-3-item {
    align-items: flex-start;
  }

  .inner-page__adv-3-item img {
    width: 28px;
  }

  .inner-page__adv-3-item span,
  .inner-page__adv-3-text {
    font-size: 14px;
    line-height: 20px;
  }

  .inner-page__map-button {
    width: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-page__tiles {
    grid-template-columns: 1fr;
  }

  .inner-page__tiles .inner-page__tile:first-child,
  .inner-page__tiles .inner-page__tile:nth-child(2),
  .inner-page__tiles .inner-page__tile:nth-child(3),
  .inner-page__tiles .inner-page__tile:nth-child(4),
  .inner-page__tiles .inner-page__tile:nth-child(5) {
    grid-column: 1/2;
  }

  .inner-page__tile {
    height: auto;
    padding: 18px 20px;
  }

  .inner-page__tile img {
    display: none;
  }

  .inner-page__tile a {
    font-size: 20px;
    color: #232e41;
  }

  .inner-page__adv-part-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 17px;
  }

  .inner-page__adv-part-item {
    grid-column: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    gap: 6px;
  }

  .inner-page__adv-part-line {
    display: none;
  }

  .inner-page__adv-part-title {
    font-size: 18px;
    line-height: 26px;
  }

  .build-comp .inner-page__adv-part-list {
    grid-template-columns: 1fr;
  }

  .dealers .inner-page__adv-part-list {
    grid-template-columns: auto;
  }

  .list-block {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .list-block picture {
    grid-row: 1;
    grid-column: 1;
  }

  .list-block .inner-page__text-list {
    grid-row: 2;
    grid-column: 1;
    margin-top: 10px;
  }

  .inner-page__text-list li {
    gap: 10px;
  }

  .inner-page__text-list li img {
    width: 26px;
  }

  .list-block .inner-page__text-img-text {
    grid-column: 1;
    margin-top: 25px;
  }

  .dealers .callback {
    grid-template-columns: 1fr;
  }

  .callback img {
    width: 80%;
  }

  .callback .inner-page__text-img-text {
    padding: 25px;
  }

  .inner-page__text-title {
    font-size: 18px;
  }

  .inner-page__text-subtitle {
    font-size: 14px;
    line-height: 120%;
    margin-top: 10px;
  }

  .inner-page__callback {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
  }

  .video p {
    font-size: 14px;
    line-height: 20px;
  }

  .video iframe {
    border-radius: 8px;
    height: 140px;
  }

  .production .inner-page__adv-part-list {
    gap: 16px;
  }

  .production .list-block .inner-page__text-list {
    grid-column: 1;
  }

  .inner-page__tile .back {
    display: none;
  }

  .documents .cert__item {
    width: 100%;
  }

  .documents .cert__items {
    gap: 30px;
  }

  .documents .cert__wrap {
    max-width: unset;
  }

  .documents .cert__btn.tablet {
    margin-right: auto;
  }

  .documents .cert__item:nth-child(n + 4),
  .documents .pasport:nth-child(n + 4) {
    display: none;
  }

  .cert__show-more {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #111;
    justify-content: center;
    width: 100%;
    padding: 11px;
    font-size: 16px;
    text-transform: uppercase;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
