.hostplan__content {
  align-items: flex-end;
}

.hostplan-item {
  padding: 0 12px;
}

.hostplan-item__content {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1.75rem;
  padding: 24px 20px;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  border: 2px solid #f05243;
  align-items: flex-end;
  width: 100%;
}

.promo-wrapper::before {
  content: "PROMO";
  color: #ffffff;
  background: #e53e3e;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: -30px;
  padding: 4px 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.05em;
  transform: rotate(-47.5deg);
}

.promo-wrapper {
  position: relative;
  overflow: hidden;
}

.promo-wrapper:hover a {
  color: #671900;
}

.hostplan-item__content span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.hostplan-item__content:hover {
  border-color: #f05243;
  box-shadow: 0 8px 30px rgba(35, 59, 226, 0.1);
}

.hostplan-item_most-popular .hostplan-item__content {
  border-radius: 0 0 1.75rem 1.75rem;
  position: relative;
}

.hostplan-item_most-popular:hover .hostplan-item__content {
  border-color: #f05243;
}

.hostplan-item_most-popular:hover .hostplan-item__label {
  border-color: #f05243;
}

.hostplan-item_most-popular .hostplan-item__label {
  position: relative;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #f05243;
  border: 1.5px solid #f05243;
  border-radius: 0.75rem 0.75rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-family: Onest-Regular, sans-serif;
  border-bottom: none;
  transition: 0.3s;
}

.hostplan-item_most-popular .hostplan-item__label span {
  display: inline-block;
  width: auto;
}

.hostplan-item_most-popular .hostplan-item__label span:nth-child(1) {
  text-align: left;
}

.hostplan-item_most-popular .hostplan-item__label span:nth-child(2) {
  text-align: right;
}

.hostplan__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hostplan__icon img {
  display: block;
  width: 60px !important;
  height: 60px !important;
  filter: brightness(0.1);
}

.hostplan__name {
  color: #f05243;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 1.22;
  font-size: 22px;
}

.hostplan__tags {
  font-family: Onest-Regular, sans-serif;
  font-size: 15px;
  margin-bottom: 14px;
  color: #2d3748;
  width: 200px !important;
  align-items: center;
  justify-content: center;
  display: flex !important;
  margin: 0 auto;
}

.hostplan__btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.hostplan__cost {
  font-family: Onest-Regular, sans-serif;
  font-weight: 600;
  font-size: 28px;
}

.hostplan__cost_m1 {
  color: black;
  margin: 0.25rem 0;
  font-size: 1.2rem;
}

.hostplan__cost b {
  font-size: 40px;
  font-family: Onest-Bold, sans-serif;
  font-weight: 700;
}

.hostplan__save {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hostplan__save span {
  font-family: Onest-Regular;
  font-weight: 600;
  font-size: 18px;
}

.hostplan__save .save-percent {
  color: #f05243;
  font-size: 16px;
  padding: 10px;
  border-radius: 0.75rem;
}

.hostplan__save .save-percent_bg {
  background: #f6f6f9;
}

.hostplan__save .old-cost {
  color: #cbd5e0;
  text-decoration: line-through;
  font-size: 18px;
}

.section__content ul.hostplan__config {
  padding-left: 0px;
  padding-right: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  min-height: 240px;
}

@media (max-width: 767px) {
  .section__content ul.hostplan__config {
    margin-top: 0px;
    padding-bottom: 10px;
  }
}
.section__content ul.hostplan__config li {
  font-size: 13px;
  line-height: 1.2;
  font-family: Onest-Regular, sans-serif;
  color: #4a5568;
  margin-bottom: 13px;
  position: relative;
}

.hostplan__bottom {
  position: relative;
  margin: auto;
}

.hostplan__renew {
  font-size: 14px;
  color: #aeb0ca;
}

.hostplan__more {
  text-align: center;
  display: block;
  font-family: Onest-Regular, sans-serif;
  font-weight: 600;
  color: #f05243;
  transition: 0.3s;
}

.hostplan__more::after {
  content: "\f107";
  font-family: FA-PR-400;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.hostplan__more:hover {
  color: #8d2b0b;
}

.hostplan-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  margin-bottom: 0px;
}

.hostplan-table .theme-btn {
  padding: 10px;
  max-width: 170px;
  min-width: 135px;
  margin: auto;
}

.hostplan-table tr td {
  padding: 15px 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.hostplan-table tr td:nth-child(1) {
  padding-left: 20px;
  padding-right: 20px;
}

.hostplan-table__item td:last-child {
  padding-right: 15px;
  font-size: 14px;
  border-right: 1.5px solid #e2e8f0;
}

.hostplan-table tr:nth-child(1) th {
  color: #585858;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  vertical-align: bottom;
}

.hostplan-table__item th {
  border-right: 1.5px solid #e2e8f0;
  border-radius: 0 0.75rem 0.75rem 0;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: 1.5px solid #e2e8f0;
  border-left: none;
}

@media (max-width: 768px) {
  .hostplan-table__item th {
    order: 9;
    border: none;
    display: flex;
  }
  .hostplan-table tr {
    justify-content: space-between;
  }
}
.hostplan-table__item-promo:hover th {
  border-color: #fadb5f;
}

.hostplan-table__item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  padding-bottom: 16px;
  width: 100%;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .hostplan-table__item td {
    border-width: 1.5px;
    border-style: solid;
    border-color: #e2e8f0;
  }
  .hostplan-table__item td:first-child {
    border-right: none;
    border-left: 1.5px solid #e2e8f0;
    border-radius: 0.75rem 0 0 0.75rem;
  }
  .hostplan-table__item td:last-child {
    border-left: none;
    border-radius: 0px 0.75rem 0.75rem 0px;
    text-align: center;
  }
  .hostplan-table__item td {
    border-left: none;
    border-right: none;
  }
  .hostplan-table__item:hover td,
  .hostplan-table__item:hover th {
    border-color: #f05243 !important;
  }
  .hostplan-table__item-promo:hover td {
    border-color: #fadb5f;
  }
}
.plan-category:not(:last-child) {
  margin-bottom: 10px;
}

.hostplan-table__item-promobadge {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-family: Onest-Regular, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 11px;
  background: linear-gradient(114.31deg, #611b40 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
  border-radius: 0.75rem;
  line-height: 1.25;
  margin-right: 10px;
}

.hostplan-table__new-price,
.hostplan-table__old-price,
.hostplan-table__save {
  display: block;
  font-size: 12px;
  text-align: center;
}

.hostplan-table__new-price_m1 {
  font-size: 1.6rem !important;
  font-weight: 800;
  color: #f05243;
  margin: 0.5rem 0;
  width: auto !important;
}

.hostplan-table__old-price {
  font-weight: 600;
  text-decoration: line-through;
  color: #5a6697;
}

.hostplan-table__save {
  padding: 6px;
  text-align: center;
  background: #f6f6f9;
  border-radius: 0.75rem;
  color: #cd2111;
  margin-bottom: 10px;
}

.hostplan-table__save_accent {
  background: #fffaf0;
  color: #8d2b0b;
}

.hostplan-table__new-price {
  font-size: 18px;
  text-align: center;
}

.hostplan-table__new-price small {
  font-weight: normal;
  text-transform: uppercase;
}

.hostplan .section__header {
  position: relative;
}

.hostplan .section__header .hostplan-logo {
  width: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.hostplan .section__header .hostplan-logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .hostplan-logo {
    display: none;
  }
}
.compare__bottom .hostplan__renew {
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .hostplan-table__item-title {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .hostplan-item__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hostplan-item_most-popular .hostplan-item__label {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 0 auto;
  }
  .hostplan__icon img {
    width: 48px;
    height: 48px;
  }
  .hostplan__tags {
    font-size: 14px;
  }
  .hostplan__cost {
    font-size: 18px;
  }
  .hostplan__cost b {
    font-size: 32px;
  }
  .hostplan__save .save-percent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hostplan__config li {
    margin-bottom: 8px;
  }
  .hostplan__config li::before {
    font-size: 12px;
    left: -20px;
  }
  .hostplan__config {
    min-height: 260px;
  }
  .hostplan__btn {
    min-width: 0;
  }
  .hostplan__more {
    font-size: 16px;
  }
  .hostplan-table tr td {
    font-size: 14px;
  }
  .hostplan-table .theme-btn {
    max-width: 135px;
    min-width: 135px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hostplan-item {
    margin-bottom: 60px;
  }
  .hostplan {
    padding-bottom: 0;
  }
  .hostplan-table tr td:nth-child(1) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  .hostplan-item__content {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hostplan__config {
    padding-left: 20px;
  }
  .compare__table .hostplan__renew {
    font-size: 13px;
  }
  .hostplan-table tr td {
    font-size: 12px;
  }
  .hostplan-table .theme-btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hostplan-item__content,
  .hostplan-item__label {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .hostplan__name {
    padding-bottom: 4px;
    padding-top: 0px;
  }
  .hostplan__tags {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .hostplan__cost {
    font-size: 20px;
  }
  .hostplan__cost b {
    font-size: 32px;
  }
  .hostplan__save {
    justify-content: center;
    font-size: 18px;
  }
  .hostplan__config {
    padding-top: 10px;
  }
  .hostplan__btn,
  .hostplan__more {
    font-size: 16px;
  }
  .hostplan-item {
    margin-bottom: 20px;
  }
  .hostplan-item_most-popular .hostplan-item__label {
    justify-content: center;
    font-size: 14px;
  }
  .hostplan-item_most-popular .hostplan-item__label span {
    margin: 0 7px;
  }
  .hostplan__renew {
    padding-bottom: 10px;
  }
  .hostplan-table,
  .hostplan-table tbody {
    display: block;
  }
  .hostplan-table {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .hostplan-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1.5px solid #e2e8f0;
  }
  .hostplan-table tr:hover {
    border-color: #f05243;
  }
  .hostplan-table__item-promo:hover {
    border-color: #fadb5f !important;
  }
  .hostplan-table tr td {
    display: block;
    width: 50%;
    border: none;
    padding: 12px 16px;
    order: 10;
  }
  .hostplan-table tr td:nth-child(3) {
    /*width:100%;*/
    order: 5;
    padding: 12px 16px;
    border-bottom: none;
    border-top: none;
  }
  .hostplan-table tr td:nth-child(1) {
    border-bottom: none;
    border-right: none;
    border-left: 0;
    border-radius: 0.75rem 0 0 0;
    order: 1;
    padding: 12px 16px;
  }
  .hostplan-table tr td:nth-child(2) {
    border-bottom: none;
    border-left: none;
    order: 2;
    padding: 12px 16px;
    border-radius: 0 0.75rem 0 0;
  }
  .hostplan-table tr td:nth-child(3) {
    order: 5;
    border-right: none;
  }
  .hostplan-table tr td:nth-child(4) {
    order: 3;
    padding: 12px 16px;
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
  .hostplan-table tr td:nth-child(5) {
    order: 4;
    padding: 12px 16px;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .hostplan-table tr td:nth-child(6) {
    display: none;
  }
  .hostplan-table tr td:nth-child(7) {
    order: 6;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .hostplan-table tr td:nth-child(8) {
    order: 8;
    padding: 12px 16px;
    width: 40%;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 0.75rem;
  }
  .hostplan-table tr td:nth-child(9) {
    order: 9;
    padding: 12px 16px;
    width: 60%;
    border-top: none;
    border-left: none;
    display: flex;
    border-radius: 0 0 0.75rem 0;
  }
  .hostplan-table tr:nth-child(1) {
    display: none;
  }
  /*.hostplan-table__save{display:inline-block}*/
  .hostplan-table__item-title {
    display: block;
    font-weight: 600;
    color: #515acb;
  }
  .hostplan-table .theme-btn {
    width: 100%;
  }
  .hostplan .section__header {
    margin-bottom: 24px;
  }
  .hostplan-table_col-10 tr td:nth-child(3),
  .hostplan-table_col-10 tr td:nth-child(9) {
    width: 50% !important;
  }
  .hostplan-table_col-10 tr td:nth-child(8) {
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
  }
  .hostplan-table_col-10 tr td:nth-child(9) {
    display: flex;
    flex-direction: column;
    align-items: initial;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 0.75rem;
    width: 50% !important;
  }
  .hostplan-table_col-10 tr td:nth-child(3) {
    border-right: none;
  }
  .hostplan-table_col-10 td:last-child {
    order: 10;
    border-radius: 0 0 0.75rem 0;
    border-top: none;
    border-left: none;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.blog h2 {
  font-size: 48px;
}

.hostplan .section__header h2 {
  font-size: 40px;
}

.hostplan-table tr th.cat-title {
  color: #f05243;
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .hostplan .section__header h2 {
    font-size: 32px;
    margin-top: 5%;
  }
  .hostplan .section__header {
    margin-bottom: 30px;
  }
}
.hostplan-table .cat-title {
  width: 250px;
}

.hostplan-table .ram {
  width: 160px;
}

.hostplan-table .discs {
  width: 120px;
}

.hostplan-table .port {
  width: 125px;
}

.hostplan-table .ip {
  width: 60px;
}

.hostplan-table .traffic {
  width: 60px;
}

.hostplan-table .price {
  width: 130px;
}

.hostplan-info {
  position: relative;
}

.hostplan-info i {
  color: #f05243;
}

.hostplan-info > div {
  position: absolute;
  left: calc(100% + 10px);
  top: -20px;
  padding: 14px 20px;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.75rem;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  background: #fff;
  display: none;
  opacity: 0;
}

.hostplan-info:hover > div {
  display: block;
  opacity: 1;
}

.hostplan-info > div div {
  white-space: nowrap;
  font-size: 16px;
}

.hostplan-info > div span {
  color: #aeb0ca;
}

.hostplan-info > div div + div {
  margin-top: 3px;
}

.more_content > ul > li {
  list-style: disc;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .margin {
    margin-bottom: 0 !important;
    margin-top: 25px;
  }
  .more_content > ul {
    padding-left: 15px;
  }
  .hostplan-table__item td:last-child {
    border-right: none;
  }
}
.correct-flex {
  align-items: end;
  margin: 0;
}

.correct-slider .slick-slide {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.section__content .wp-block-button__link {
  display: inline-block;
  min-width: 130px;
  padding: 0;
  background-color: #f05243;
  color: #fff;
  text-align: center;
  font-family: Onest-Regular, sans-serif;
  border-radius: 0.75rem;
  border: none;
  transition: 0.3s;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}

.section__content .wp-block-button__link:hover {
  background: #fadb5f;
  color: #8d2b0b;
}

.section__content .wp-block-button__link {
  color: #fff !important;
  padding: 13px 30px;
}

.section__content .text-success {
  color: #009246 !important;
  font-weight: 600;
}

@media all and (max-width: 500px) {
  .section__content .wp-block-table {
    margin: 30px 0;
  }
}
.section__header {
  margin-top: 25px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .section__header p {
    margin-bottom: 0;
  }
}
.payment .container:nth-child(2) {
  margin-top: 50px;
}

.margin-top {
  margin-top: 50px;
}

.start .section__header {
  margin-bottom: 15px !important;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.breadcrumbs__list li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px;
}

.breadcrumbs__list li::after {
  content: "";
  background: url(/wp-content/themes/alexhost_new/img/dmca/icons/arrow-down-dark.svg);
  display: block;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  right: 20px;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  left: 25px;
  transform: rotate(-90deg);
  filter: brightness(0);
}

.breadcrumbs__list li:last-child::after {
  display: none;
}

.breadcrumbs__list li:not(:last-child) a {
  color: #606c77;
}

.breadcrumbs__list li a.home span {
  display: none;
}

.breadcrumbs__list a {
  font-size: 16px;
  color: #4a5568;
  position: relative;
}

.breadcrumbs__list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #4a5568;
  transition: 0.3s;
}

.breadcrumbs__list a:hover::after {
  width: 100%;
}

.breadcrumbs__list span {
  font-size: 16px;
}

.breadcrumbs .home::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/breadcrumbs/home-icon.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  padding: 50px 0 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}

footer *,
footer a {
  color: #2d3748;
}

footer ul {
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer ul {
    padding-left: 20px;
  }
}

footer a {
  transition: 0.3s;
}

footer a:hover {
  color: #dfb044;
}

.footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2024/03/lines.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 1024px) {
  .footer_contrast::before {
    background-position: bottom;
  }
}
.new_footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/07/footer-light-1.webp);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 1024px) {
  .new_footer_contrast::before {
    background-position: inherit;
  }
}
@media (max-width: 567px) {
  .new_footer_contrast .footer__subtitle {
    color: #f05243;
    padding: 15px;
    border-radius: 10px;
    border: none !important;
    background: white;
  }
  .dark-mode .new_footer_contrast .footer__subtitle {
    background: #272524;
  }
}
.new_footer_contrast .footer__subtitle {
  color: #f05243;
}

.footer__social-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__social-list a {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.footer__social-list img {
  width: 20px;
  height: 20px;
  padding: 0;
  filter: brightness(100);
}

.footer_contrast {
  background: linear-gradient(114.31deg, #611b40 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
  margin-top: 20px;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-dark {
  filter: brightness(5);
  display: block !important;
}

.footer_contrast *,
.footer_contrast a {
  color: #f6f6f9;
  font-size: 16px;
}

.footer_contrast a:hover {
  color: #fadb5f;
}

.footer__title {
  font-size: 40px;
  font-family: Onest-Bold, sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 567px) {
  .footer__title {
    display: flex;
    justify-content: center;
  }
}

.footer__title ~ p {
  font-size: 16px;
}
@media (max-width: 567px) {
  .footer__title ~ p {
    text-align: center;
  }
}

.footer__subtitle {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 14px;
  font-family: "Onest-Bold";
}

.footer_n1 {
  background: #fff;
}
.footer_n1 .footer__subtitle {
  color: #f05243;
}
.footer_n1 .footer__social-list img {
  filter: unset !important;
}

@media screen and (max-width: 767px) {
  footer {
    border-top: none;
  }
  footer .footer__subtitle {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1.5px solid #e2e8f0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  /* footer .col-md-4:nth-child(3) .footer__subtitle {
    border-bottom: none
  } */
  .footer__social .footer__subtitle {
    margin-bottom: 0;
  }
  .footer__social-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__social-block .footer__subtitle {
    border-bottom: none;
  }
  .footer__social-block .footer__subtitle::after {
    display: none;
  }
  .footer__social-list {
    margin-bottom: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.footer__subtitle::after {
  filter: brightness(10000);
}

@media (max-width: 768px) {
  .align-center {
    text-align: center;
  }
}
.footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/10/logoah_wh.svg) no-repeat;
}

.new_footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/08/logo_black.svg) no-repeat;
}

/* 
.footer_contrast .footer__logo {
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2023/08/logo_white1.svg);
} */
.top-rev {
  display: flex;
  gap: 10px;
  margin-bottom: 35px !important;
}
@media (max-width: 567px) {
  .top-rev {
    justify-content: center;
  }
}

.top-rev img {
  width: 100px;
}

.footer_m1-new .footer__social-list img {
  filter: brightness(0);
}

.dark-mode .footer_m1-new .footer__social-list img {
  filter: brightness(100);
}/*# sourceMappingURL=dmca-main.css.map */