.partner_page_inner {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.partner_tabs {
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 52px;
}

.partner_tabs a {
  color: rgba(8, 54, 114, 0.3);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 0;
  width: 50%;
  border: 1px solid rgba(8, 54, 114, 0.2);
  text-decoration: none;
}

.partner_tabs a.active {
  background: rgba(8, 54, 114, 0.1);
  border: rgba(8, 54, 114, 0.1);
  color: #083672;
}

.partner_preim_block .partner_preim_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.partner_preim_block .partner_preim_desc {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partner_preimush_item_icon {
  margin-bottom: 12px;
}
.partner_preimush_item {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.partner_preimush_item_desc {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partner_preimush_item_title {
  margin-bottom: 12px;
}

.partner_preimush_items {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.partner_form_inner .partner_form_left_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.partner_form_item {
  display: flex;
}

.partner_form_count {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 14px;
}

.partner_form_item_text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partner_form_item {
  margin-bottom: 37px;
}

.partner_form_inner {
  margin-top: 114px;
  display: flex;
  margin-bottom: 140px;
}

.partner_form_left {
  width: 60%;
  margin-right: 84px;
}

.prezent_block a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  text-decoration: none;
}

.prezend_download {
  color: #083672;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 13px;
}

.partner_form_left_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 75%;
}

.partner_content_tab {
  display: none;
}
.partner_content_tab.active {
  display: block;
}

@media (max-width: 992px) {
  .partner_tabs {
    flex-wrap: wrap;
  }

  .partner_tabs a {
    width: 100%;
    margin-bottom: 10px;
  }

  .partner_preimush_items {
    flex-wrap: wrap;
  }

  .partner_form_inner {
    flex-wrap: wrap;
  }

  .partner_page_inner {
    margin-left: 15px;
    margin-right: 15px;
  }

  .garanty_form_inner {
    margin-top: 100px;
  }
}
