.dezgmed-banner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  padding: 40px 60px;
  background-color: #043084;
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  color: #fff;
  min-height: 298px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 44px;
}
@media (max-width: 1300px) {
  .dezgmed-banner {
    padding: 40px;
    padding-top: 32px;
    min-height: 278px;
  }
}
@media (max-width: 900px) {
  .dezgmed-banner {
    background-position: -536px center;
  }
}
@media (max-width: 700px) {
  .dezgmed-banner {
    background-position: calc(50% - 312px) center;
    padding: 20px;
    padding-bottom: 28px;
  }
}
@media (max-width: 480px) {
  .dezgmed-banner {
    background-position: -912px center;
  }
}
.dezgmed-banner * {
  box-sizing: border-box;
}
.dezgmed-banner__main {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 60px;
}
@media (max-width: 1300px) {
  .dezgmed-banner__main {
    gap: 20px;
  }
}
.dezgmed-banner__main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 388px;
}
@media (max-width: 1300px) {
  .dezgmed-banner__main-content {
    max-width: 252px;
  }
}
.dezgmed-banner__main-content-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .dezgmed-banner__main-content-top {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.dezgmed-banner__main-content-bottom {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  .dezgmed-banner__main-services {
    display: none;
  }
}
.dezgmed-banner__main-title {
  display: inline-flex;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 1%;
}
@media (max-width: 1300px) {
  .dezgmed-banner__main-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.dezgmed-banner__main-logo {
  display: inline-flex;
  width: 195px;
  height: 48px;
}
@media (max-width: 480px) {
  .dezgmed-banner__main-logo {
    width: 113px;
    height: 27px;
  }
}
.dezgmed-banner__main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.dezgmed-banner__main-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dezgmed-banner__main-list-item {
  min-height: 34px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
@media (max-width: 1300px) {
  .dezgmed-banner__main-list-item {
    min-height: 28px;
    font-size: 18px;
  }
}
.dezgmed-banner__main-list-item::before {
  content: "";
  flex-shrink: 0;
  position: inline-flex;
  width: 20px;
  height: 20px;
  background: url("img/Arrow.svg") no-repeat;
  background-size: contain;
}

.dezgmed-banner__reklama {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-size: 9px;
  text-align: right;
  line-height: 12px;
  opacity: 0.8;
}
@media (max-width: 701px) {
  .dezgmed-banner__reklama {
    right: 10px;
    bottom: 10px;
  }
}
