.header-resellers {
  background: -webkit-gradient(linear, left top, right top, from(#2D3E50), to(#054592));
  background: linear-gradient(90deg, #2D3E50 0%, #054592 100%);
}

.header-resellers .menu {
  width: 100%;
}

.header-resellers .header-content {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-resellers .header-content .title {
  font-size: 56px;
  letter-spacing: 0.1em;
  color: white;
}

.header-resellers .header-content .sub-title {
  font-size: 24px;
  line-height: 33px;
  color: #9BA7B4;
  max-width: 580px;
  margin: 0 auto;
}

.header-resellers .header-content .title,
.header-resellers .header-content .sub-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
}

.body-title {
  padding: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.body-title .title-content {
  font-weight: bold;
  font-size: 36px;
  color: #3792E0;
}

.body-title .btn-change {
  margin: 0 0 0 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #3F5AF1;
  background: transparent;
  border: none;
}

.body-title .btn-change:hover {
  cursor: pointer;
  text-decoration: underline;
}

.body-title .btn-change:focus {
  outline: none;
}

.gold-partner {
  position: absolute;
  width: 20%;
  height: 10%;
  color: black;
  background: #FFD700;
  left: 0;
  top: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 0 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 240px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.card:hover {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.card .card-content .card-texts .card-title {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
}

.card .card-content .card-texts .card-text {
  font-size: 14px;
  display: block;
  padding: 2.5px 0;
  text-decoration: none;
  text-align: right;
}

.card .card-content .card-texts .card-text:hover {
  text-decoration: underline;
}

.card .card-tags {
  display: inline-block;
  text-align: center;
}

.card .card-tags:empty {
  display: none;
}


.card .card-tags:not(:empty)::before {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  position: relative;
  left: -15px;
  background: linear-gradient(125.63deg, rgba(45, 62, 81, 0.4) 0%, rgba(5, 69, 146, 0.2) 100%);
  margin: 15px 0;
}

.img-container {
  max-width: 120px;
  max-height: 120px;
  padding: 0 15px 0 0;
}

.img-container .logo-img {
  max-width: 100%;
  height: auto;
}

.modal {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(44, 62, 81, 0.95);
}

.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

.modal .close {
  font-size: 24px;
  padding: 15px;
  color: white;
}

.modal .close:hover {
  cursor: pointer;
}

.modal .modal-title {
  font-weight: bold;
  font-size: 36px;
  color: white;
}

.modal .form-country {
  padding: 0;
}

.modal .form-country .up-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  margin: 0 auto;
}

.modal .form-country .down-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  margin: 0 auto;
}

.modal .form-country .countries {
  background: transparent;
  border: none;
  width: 100vw;
  color: white;
}

.modal .form-country .countries::-webkit-scrollbar {
  background: transparent;
}

.modal .form-country .countries:focus {
  outline: none;
}

.modal .form-country .countries .country {
  font-weight: 600;
  font-size: 28px;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width:540px) {
  .modal .form-country .up-arrow, .modal .form-country .down-arrow {
    display: none;
  }
}

.modal .form-country .countries .country:hover {
  color: #FBFF36;
  cursor: pointer;
}

.modal .form-country .countries .country:focus {
  outline: none;
}

.modal .form-country .countries .country:checked {
  border-radius: 10px;
}

.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: fixed;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.hiddenReseller {
  display: none;
}