@charset "UTF-8";
.hostplan__content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.hostplan-item__content {
  background: #fff;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1.75rem;
  padding: 24px 20px;
  height: min-content;
  position: relative;
  border: 2px solid #f05243;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  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;
  -webkit-box-shadow: 0 8px 30px rgba(35, 59, 226, 0.1);
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-family: Onest-Regular, sans-serif;
  border-bottom: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  padding-bottom: 16px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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%;*/
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 12px 16px;
  }
  .hostplan-table tr td:nth-child(2) {
    border-bottom: none;
    border-left: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 12px 16px;
    border-radius: 0 0.75rem 0 0;
  }
  .hostplan-table tr td:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    border-right: none;
  }
  .hostplan-table tr td:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 12px 16px;
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
  .hostplan-table tr td:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    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) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .hostplan-table tr td:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 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) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
    padding: 12px 16px;
    width: 60%;
    border-top: none;
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

.new_service .section__content {
  gap: 20px;
}

.section__content {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 900px) {
  .section__content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.choose__item {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  flex: 1;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.choose__item p {
  text-align: left;
  font-family: "Onest-Regular";
  font-size: 16px;
}
@media (max-width: 900px) {
  .choose__item {
    padding: 20px;
  }
}

.choose__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  max-height: 200px;
}

.choose__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Onest-Bold";
  font-weight: 700;
}

.choose__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1439px) {
  .choose__item p {
    margin-bottom: 0;
  }
  .choose__icon {
    margin-bottom: 18px;
  }
}
.payment-sections {
  margin-bottom: 40px;
}

.payment h2 {
  color: #fff;
}

@media (max-width: 900px) {
  .payment__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .payment__list .payment__link {
    max-width: 100% !important;
    width: 47% !important;
    margin: 0 !important;
  }
}
@media (max-width: 900px) {
  .payment {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .choose {
    margin-bottom: 28px;
  }
}
.new_service {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .new_service {
    padding: 20px;
  }
}
.new_service h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .new_service h2 {
    font-size: 32px;
  }
}
.new_service .col-12 > p {
  color: #211A18;
  text-align: center;
}
@media (max-width: 900px) {
  .new_service .col-12 > p {
    font-size: 20px;
  }
}
.new_service .choose__item {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  max-width: 386px;
  width: 100%;
  flex: unset;
  overflow: hidden;
  justify-content: space-between;
  min-height: 197px;
  background-size: cover;
}
.new_service .choose__item p {
  text-align: left;
  font-family: "Onest-Regular";
  font-size: 16px;
  opacity: 0.5;
  color: #211A18;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .new_service .choose__item {
    padding: 20px;
    min-height: 230px;
  }
}
.new_service .choose__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 235px;
  position: absolute;
  right: -15%;
  bottom: -25%;
  opacity: 0.2;
}
.new_service .choose__icon img {
  max-width: 235px;
}
.new_service .choose__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Onest-SemiBold";
  font-weight: 700;
  color: #201B19;
  line-height: normal;
}
.new_service .read-more {
  position: relative;
  background: #f05243;
  color: #fff;
  padding: 8.5px 15px 8.5px 20px;
  border-radius: 16px;
  max-width: fit-content;
  font-family: "Onest-SemiBold", sans-serif;
  font-size: 16px;
  line-height: normal;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.new_service .read-more img {
  transition: 0.4s;
}
.new_service .read-more:hover img {
  transform: rotateZ(45deg);
}
.new_service .jew-new-service {
  bottom: -25%;
  left: -10%;
}

.advantages__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px;
  text-align: center;
}

.advantages .section__header {
  margin-bottom: 60px;
}

.advantage {
  width: calc(33.3% - 50px);
  margin: 0 25px 50px;
}

.advantage .item-image {
  width: 96px;
  height: 96px;
  background: #F6F6F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 20px;
}

.advantage .item-title {
  color: #2D3748;
}

.advantage .item-desc {
  color: #4A5568;
}

@media all and (max-width: 767px) {
  .advantages__content {
    margin: 0 0 -50px;
  }
  .advantages .section__header {
    margin-bottom: 22px;
  }
  .advantage {
    width: calc(50% - 24px);
    margin: 0 12px 22px;
  }
}
@media all and (max-width: 500px) {
  .advantage {
    width: 100%;
    margin: 0 0 22px;
  }
}
.else__item-box {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.75rem;
  transition: 0.5s;
}

.else__item-box:hover {
  transition: 0.5s;
}

.else__item-header {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.else__name,
.else__tags {
  display: block;
  font-size: 14px;
}

.else__name {
  font-family: system-ui;
  font-size: 19px;
  font-weight: 800;
}

.else__cost {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #f6f6f9;
  font-size: 16px;
  font-weight: 600;
}

.else__cost b {
  font-size: 24px;
}

.else__list {
  padding: 18px 25px 24px 25px;
}

.else__list-item {
  display: block;
  padding-left: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
}

.else__list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .else__item {
    padding: 2px 10px;
    max-width: 50% !important;
    flex: auto !important;
  }
  .else .container {
    max-width: 720px;
  }
  .else .else__content {
    padding: 0 5px;
  }
}
.more_content {
  max-height: 30vh;
  transition: 1s;
  position: relative;
  overflow: hidden;
}

.more_content:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}

.more_content.opened {
  max-height: 20000px;
  transition: 1s;
  padding-bottom: 20px;
  padding: 2.5rem;
  border-radius: 20px;
  background: white;
}

.show_more_content {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  z-index: 2;
  cursor: pointer;
}

.show_more_content:hover {
  color: #f05243;
  text-decoration: underline;
}

.more_content.opened:after {
  content: none;
}

.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;
}

.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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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;
  }
}
.dark-mode .platform .container {
  background: transparent;
}

.box-server-option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dark-mode .server-options .option-block {
  background-color: #12161D;
}
.dark-mode .server-options .title,
.dark-mode .server-options a {
  color: #fff !important;
}

.server-options {
  display: flex;
  gap: 10px;
  flex: 1;
}

.related__title {
  margin-bottom: 16px;
  font-size: 42px;
  text-align: center;
  font-family: Onest-Bold;
}
.related__item-title {
  font-size: 22px;
  color: #2d3748;
  font-family: "Onest-Bold";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: normal;
}
.related__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.related__item-box {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  color: #2d3748;
}
.related__item-box:hover {
  color: #8d2b0b;
}
.related__image {
  width: 100%;
  overflow: hidden;
}
.related__image img {
  display: block;
  max-width: 345px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .related__image img {
    width: inherit;
    object-fit: contain;
  }
}
.related p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .related__item-box {
    border-radius: 6px;
  }
  .related {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.yarpp-related .related a {
  font-weight: normal;
}

.start {
  padding-top: 40px;
  padding-bottom: 50px;
}

.start .section__header {
  margin-bottom: 32px;
}

.start .section__header p {
  margin-bottom: 0;
}

.start__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.start__title {
  font-family: Onest-Bold, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .start__title {
    font-size: 36px;
  }
}
.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 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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 .footer__subtitle {
  color: #f05243;
}
.footer_n1 {
  background: #fff;
}
.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);
}

.header-hero_center h1 {
  text-align: left;
}

.body-linux {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-linux.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-linux {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-windows {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-windows.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-windows {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-ryzen {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-ryzen.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-ryzen {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-ram {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-ram.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-ram {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-ubuntu {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-ubuntu.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-ubuntu {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-centos {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-centos.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-centos {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-debian {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-debian.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-debian {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-fedora {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-fedora.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-fedora {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-intel {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-intel.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-intel {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-wordpress {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-wordpress.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-wordpress {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-opencart {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-opencart.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-opencart {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-joomla {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-joomla.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-joomla {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-magento {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-magento.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-magento {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-drupal {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-drupal.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-drupal {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-1gbps {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-1gbps.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-1gbps {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-ssd-nvme {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-nvme-ssd.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-ssd-nvme {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-managed {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-managed.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-managed {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-xeon {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-xeon.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-xeon {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-unmanaged {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-unmanaged.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-unmanaged {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-root {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-root.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-root {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-full-managed {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-full-managed.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-full-managed {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-cheap {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-cheap.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-cheap {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-ddos {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-ddos.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-ddos {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-remote {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-remote.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-remote {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-bulgary {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-bulgary.webp");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-bulgary {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-storage {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-storage.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-storage {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-europe {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-europe.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-europe {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-moldova {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-moldova.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-moldova {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.body-rdp {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-rdp.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .body-rdp {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

#breadcrumbs {
  font-size: 16px;
}

.page-template-page-dedicated-tesla .dedicated-header {
  max-width: 600px;
}
.page-template-page-dedicated-tesla #breadcrumbs {
  color: white;
}
.page-template-page-dedicated-tesla .logo-black {
  display: none;
}
.page-template-page-dedicated-tesla .logo-white {
  display: block;
}
@media (max-width: 1200px) {
  .page-template-page-dedicated-tesla .navbar_default .navbar-top__item,
  .page-template-page-dedicated-tesla .navbar_default .burger {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: 10px;
  }
  .page-template-page-dedicated-tesla .navbar_default .navbar-top__item .tel-blue:before,
  .page-template-page-dedicated-tesla .support .tel-blue:after {
    filter: brightness(100);
  }
  .page-template-page-dedicated-tesla .navbar-main_default .burger span {
    background-color: #fff;
  }
}
.page-template-page-dedicated-tesla .navbar-main {
  width: 100%;
  background: transparent;
}
@media (max-width: 900px) {
  .page-template-page-dedicated-tesla .navbar-main {
    padding: 10px 20px;
  }
}
.page-template-page-dedicated-tesla .header-hero {
  position: relative;
  overflow: hidden;
  background: #020202;
  padding-top: calc(2rem + 115px);
}
@media (max-width: 768px) {
  .page-template-page-dedicated-tesla .header-hero {
    padding-top: calc(2rem + 40px);
  }
}
.page-template-page-dedicated-tesla .header-hero__bg-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  width: 50%;
  right: 0;
  left: inherit;
  pointer-events: none;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page-template-page-dedicated-tesla .header-hero__bg-video {
    width: 100%;
  }
}
.page-template-page-dedicated-tesla .header-hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  right: 0;
  background: linear-gradient(75deg, #050505, transparent);
  background: linear-gradient(to right, #050505 55%, transparent 70%);
  opacity: 1;
}
@media (max-width: 768px) {
  .page-template-page-dedicated-tesla .header-hero::before {
    content: none;
  }
}
.page-template-page-dedicated-tesla .header-hero > *:not(.header-hero__bg-video) {
  position: relative;
  z-index: 2;
}
.page-template-page-dedicated-tesla .dedicated-header-box,
.page-template-page-dedicated-tesla .header-hero__button-group {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}
.page-template-page-dedicated-tesla .dedicated-header-box h1,
.page-template-page-dedicated-tesla .header-hero__features-title,
.page-template-page-dedicated-tesla .verified span,
.page-template-page-dedicated-tesla .google-rating-widget__score,
.page-template-page-dedicated-tesla .header-hero__button-group a,
.page-template-page-dedicated-tesla .main-menu > li > a,
.page-template-page-dedicated-tesla .main-menu > li > span {
  color: #fff !important;
}
.page-template-page-dedicated-tesla .main-menu > .carret:after {
  filter: brightness(10000);
}
.page-template-page-dedicated-tesla .dedicated-image {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 980px) {
  .page-template-page-dedicated-tesla .dedicated-image {
    display: none;
  }
}

.body-dedicated,
.header-dedicated {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-dedicated.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -3px;
}
@media (max-width: 768px) {
  .body-dedicated,
  .header-dedicated {
    background-repeat: repeat;
    background-size: 200%;
    background-image: unset;
  }
}

.header-dedicated {
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/background-dedicated.png");
}

.more_content,
footer {
  background: white;
}

.number {
  width: 100%;
}

.header-hero__features-dedicated {
  padding: 0;
  justify-content: space-between;
  gap: 0px;
}
.header-hero__features-dedicated .header-hero__features-item {
  flex-direction: row;
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 0px);
  padding: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .header-hero__features-dedicated .header-hero__features-item {
    flex: 30%;
  }
}
@media (max-width: 465px) {
  .header-hero__features-dedicated .header-hero__features-item {
    gap: 10px;
    flex: 1 1 45%;
    max-width: 45%;
  }
}
.header-hero__features-dedicated .header-hero__features-title {
  font-size: 13px;
}
.header-hero__features-dedicated .header-hero__features-icon {
  width: auto;
}

.header-hero__features-dedicated .header-hero__features-icon {
  background: #f05243;
  border-radius: 10px;
  width: 40px;
}
.header-hero__features-dedicated .header-hero__features-icon img {
  filter: brightness(100000);
}

.header-hero__features-dedicated {
  gap: 10px 0;
}

.dedicated-button {
  display: flex;
  justify-content: center;
}

.dedicated-button__box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-button {
  display: inline-block;
  background-color: #f05243;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.custom-button:hover {
  color: white;
  background: #ff523c;
  transition: 0.4s ease;
}

.header-hero_dedicated-container {
  display: flex;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .header-hero_dedicated-container {
    gap: 1rem;
    flex-flow: column;
  }
}

@media (max-width: 1200px) {
  .dedicated-header-box {
    width: 100% !important;
  }
}
.hDRYXJ {
  padding: 10px !important;
}

.dedicated-header,
.dedicated-image {
  justify-content: center;
  gap: 1rem;
  flex: 1;
}

@media (max-width: 768px) {
  .dedicated-header {
    min-height: 446px;
  }
}
.dedicated-image img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .dedicated-image {
    display: none;
  }
}

.dedicated-header-box {
  border-radius: 20px;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  background: #fff;
  min-height: 242px;
}
.dedicated-header-box h1 {
  font-size: 40px !important;
  max-width: 100%;
  text-wrap-style: balance;
}

.header-hero__button-group {
  background: #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  height: 101px;
}

.company-info {
  display: flex;
  gap: 9px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.company-info img {
  width: 35px;
  height: 35px;
}

.company-info h2 {
  font-size: 28px;
  margin: 0;
}

.verified-box {
  background: #f1d9d9;
  border-radius: 2px;
  font-size: 8px;
  font-family: "Onest-Bold";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 2px 6px 2px 4px;
  gap: 2px;
}
.verified-box img {
  width: 11px;
  height: 11px;
}

.container-dedicated {
  width: 528px;
  height: auto;
  background: linear-gradient(135deg, #f1c2bd 0%, #f69087 100%);
  border-radius: 54px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .container-dedicated {
    width: 100%;
    height: 333px;
  }
}

.container-dedicated .light {
  position: absolute;
  top: 35px;
  left: 66px;
}
@media (max-width: 768px) {
  .container-dedicated .light {
    width: 100px;
    left: 45px;
  }
}

.container-dedicated .speedometr {
  position: absolute;
  top: 25px;
  left: 40px;
  width: -webkit-fill-available;
}

.review-google-block {
  height: auto !important;
}

/* Основная сетка */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Три колонки */
  gap: 20px;
  /* Расстояние между блоками */
  padding: 20px 0;
}

/* Стили для элементов */
.features-grid__item {
  border-radius: 20px;
  padding: 24px;
  text-align: left;
  background: white;
}

/* Иконка */
.features-icon {
  background-color: #ffe9e9;
  border-radius: 16px;
  width: 60px;
  height: 60px;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
}

.features-icon img {
  width: 40px;
  height: 40px;
}

/* Заголовок */
.features-grid__item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}

/* Список */
.features-grid__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-grid__item ul li {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.features-grid__item p {
  font-size: 16px;
  color: rgb(102, 102, 102);
}

.features-grid__item ul li::before {
  content: "•";
  color: #e55340;
  /* Цвет маркера */
  position: absolute;
  left: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    /* Одна колонка */
    gap: 15px;
  }
  .features-grid__item {
    text-align: left;
    /* Выравнивание текста по левому краю */
  }
  .features-icon {
    margin: 0 0 10px;
  }
}
.pricing-container {
  display: flex;
  gap: 20px;
  font-family: "Onest-Regular";
  align-items: end;
}

.pricing-block {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.pricing-block h4 {
  font-size: 18px;
}

.container-pricing-block {
  flex: 1;
  margin: 0 5px;
}

.best-value {
  flex: 1;
  padding: 48px 8px 8px;
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 20px;
}

.pricing-block h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.chip-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.chip {
  background: rgba(255, 0, 0, 0.06);
  color: #f44;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

.button-add {
  background-color: #f05243;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 0 0;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-add span {
  color: white;
}

.button-add:hover {
  background-color: #ff523c;
  transform: translateY(-5px);
  transition: 0.4s ease;
}

.options h4 {
  font-size: 14px;
  font-family: "Onest-Bold";
  margin-bottom: 0px;
}

.option-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-flow: wrap;
}

.option {
  width: calc(50% - 5px);
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Onest-Bold";
  transition: 0.4s ease;
  height: max-content;
}

.option.selected,
.option:hover {
  background: #ffecec;
  color: #ff4444;
  border-color: transparent;
  transition: 0.4s ease;
}

.price-table {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}

.price-table span {
  display: inline-block;
}

.discount-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.discount-options div {
  font-size: 12px;
  color: #333;
}

.price-footer {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.price-footer span {
  font-weight: bold;
  color: #ff4444;
}

.features1 {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  gap: 0 10px;
}

.features1 .feature1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.features1 .feature1 span {
  margin-left: 10px;
}

.feature1 .feature1 .icon {
  width: 20px;
  height: 20px;
  background-color: #ff4444;
  border-radius: 50%;
  display: flexы;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.port-badge {
  display: inline-block;
  background-color: rgb(247, 62, 62);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.price-table span:first-child {
  font-family: "Onest-Bold";
}

.discount-plan {
  margin-top: 20px;
  border-top: 1px solid #d3d3d3;
  padding: 16px 20px 10px;
  margin-left: -20px;
  margin-right: -20px;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-table .old-price {
  text-decoration: line-through;
  color: #aaa;
  margin-left: 10px;
  font-family: "Onest-Regular" !important;
}

.subscription-plan {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 10px;
}

.box-selected {
  width: 100%;
}

.plan-1 {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  align-items: flex-end;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.circle {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* .selected .circle {
  background-color: black;
} */
.prices {
  margin-top: 20px;
  display: none;
}

.prices .box-selected:not(.selected) {
  display: none;
}

.selected .circle-inner {
  display: block;
}

.circle-inner {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  display: none;
}

.plan-1 span {
  margin: 5px 0 0;
  color: #e53e3e;
  font-size: 14px;
}

.plan-1 p {
  color: black;
  font-size: 16px;
  margin: 0;
  font-family: "Onest-Regular";
}

.main-price {
  font-size: 32px;
  font-family: "Onest-Bold";
}

.price-block {
  display: flex;
  align-items: center;
}

.price,
.discount {
  text-align: left;
  width: 100%;
}

.price-large-1 {
  font-family: "Onest-Bold";
  font-size: 24px;
}

.price-box {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
.price-box .description {
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.discount {
  color: #e53e3e;
  display: flex;
  justify-content: end;
}

.discount .price-large {
  line-height: 15px;
  color: rgb(247, 62, 62);
}

.price-large {
  font-size: 14px;
  font-family: "Onest-Regular";
  color: black;
}

.container-pricing-block.best-value {
  background: #ffdddd;
  border-color: #ff4444;
  position: relative;
}

.best-value::before {
  content: "★ Best Value";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: black;
  font-size: 20px;
  font-family: "Onest-Bold";
}

.best-value .pricing-block {
  background-color: rgb(240, 82, 67);
  border: none;
}

.best-value .pricing-block h3,
.best-value h4,
.best-value .features1 .feature1 span,
.best-value .main-price {
  color: #fff;
}

.best-value .chip {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.best-value .button-add {
  background-color: white;
  color: #000;
}
.best-value .button-add span {
  color: #f05243;
}

.best-value .option {
  border: 1px solid rgba(255, 255, 255, 0.79);
  color: white;
}

.best-value .option.selected,
.best-value .option:hover {
  background: #fff;
  color: rgb(255, 0, 0);
}

.best-value .port-badge {
  background-color: #fff;
  color: #000;
}

.best-value .feature1 img {
  filter: brightness(100);
}

.best-value .discount-plan {
  border-color: #fff !important;
}

.best-value .plan-1 p {
  color: white;
}

.best-value .plan-1 span {
  color: #d9d9d9;
}

.pricing-section {
  margin: 50px auto 0;
}

.best-value .feature1 a {
  color: white;
}

.box {
  display: flex;
  gap: 10px;
}

.link-more {
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: #f05243;
}

.best-value .link-more {
  text-decoration-color: #fff;
}

.accordeon {
  width: auto;
}

@media (max-width: 768px) {
  .dedicated-header-box h1 {
    font-size: 34px !important;
  }
}

.compare__content {
  width: auto !important;
}

@media (max-width: 768px) {
  .pricing-container {
    display: block;
  }
}
.compare__content {
  min-width: auto !important;
}

.dedicated-table-flex {
  display: flex;
  gap: 15px;
}
.dedicated-table-flex br {
  display: none;
}
.dedicated-table-flex img {
  width: 25px;
}
.dedicated-table-flex a {
  align-items: baseline;
}

.compare__table tr td {
  vertical-align: top;
}

.video-preview {
  padding: 80px 120px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgb(32, 27, 25);
  display: none;
}
@media (max-width: 980px) {
  .video-preview {
    padding: 20px;
    display: block;
  }
}
.video-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/alexhost_new/img/dedicated/vector1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.video-preview__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.video-preview__bg-ellipse {
  border-radius: 50%;
  position: absolute;
  filter: blur(400px);
}
.video-preview__bg-ellipse--1 {
  background: #f05243;
  opacity: 0.5;
  width: 442px;
  height: 442px;
  right: -199px;
  top: 390.31px;
}
.video-preview__bg-ellipse--2 {
  background: #f05243;
  opacity: 0.35;
  width: 476px;
  height: 476px;
  left: 0;
  top: -205.69px;
}
.video-preview__vector {
  position: absolute;
  width: 1661.98px;
  height: 732.62px;
  opacity: 0.3;
  left: 0;
  top: 48px;
  transform: translateX(0);
}
.video-preview__content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 980px) {
  .video-preview__content {
    flex-flow: wrap;
  }
}
.video-preview__text-block {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  flex: 1;
}
.video-preview__title {
  color: #ffffff;
  font-family: "Onest-SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  max-width: 552px;
  position: relative;
}
@media (max-width: 768px) {
  .video-preview__title {
    font-size: 32px;
    line-height: normal;
  }
}
.video-preview__button {
  background: #f05243;
  border-radius: 100px;
  padding: 15px 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.video-preview__button-text {
  color: #ffffff;
  font-family: "Onest-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16.5px;
}
.video-preview__button-icon {
  width: 24px;
  height: 24px;
}
.video-preview__image-wrapper {
  position: relative;
  max-width: 560px;
  width: 100%;
  border-radius: 18.94px;
  overflow: hidden;
  flex-shrink: 0;
  height: 315px;
}
.video-preview video {
  width: 100%;
  position: relative;
  z-index: 999;
}
.video-preview__image {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  max-width: 580.65px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
}

@media (max-width: 980px) {
  .gpu-section {
    margin-bottom: 40px;
  }
}
.gpu-section__container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 980px) {
  .gpu-section__container {
    flex-flow: wrap;
    gap: 20px;
  }
}
.gpu-section__container--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 980px) {
  .gpu-section__container--reverse {
    flex-flow: wrap;
    margin-top: 20px;
  }
}
.gpu-section__media {
  flex-shrink: 0;
  max-width: 560px;
  max-height: 387px;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
}
.gpu-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gpu-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gpu-section__title {
  font-family: "Onest-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.gpu-section__text {
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: #211a18;
}
.gpu-section__dark {
  color: #211a18;
}
.gpu-section__accent {
  color: #f05243;
}

.advantages-section {
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  .advantages-section {
    padding: 0px;
    margin-bottom: 40px;
  }
}
.advantages-section__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  width: 100%;
}
@media (max-width: 980px) {
  .advantages-section__container {
    gap: 20px;
  }
}
.advantages-section__header {
  text-align: center;
}
.advantages-section__title {
  color: #1b1716;
  font-family: "Onest-SemiBold", sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
  max-width: 614px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .advantages-section__title {
    font-size: 32px;
    line-height: normal;
  }
}
.advantages-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.advantages-section__item {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .advantages-section__item {
    flex-flow: wrap;
    gap: 10px;
  }
}
.advantages-section__icon-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 387px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.advantages-section__label {
  font-family: "Onest-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1716;
  margin: 0;
}
.advantages-section__text-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .advantages-section__text-box {
    padding: 20px;
  }
}
.advantages-section__text {
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1b1716;
  line-height: 1.4;
}
.advantages-section__text--highlight {
  color: #f05243;
}
.advantages-section__text--dim {
  color: rgba(33, 26, 24, 0.5);
}

@media (max-width: 980px) {
  .gpu-benefits {
    margin-bottom: 40px;
  }
}
.gpu-benefits__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.gpu-benefits__title {
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #201b19;
}
@media (max-width: 768px) {
  .gpu-benefits__title {
    font-size: 32px;
    line-height: normal;
  }
}
.gpu-benefits__row {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-flow: wrap;
}
.gpu-benefits__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media (max-width: 980px) {
  .gpu-benefits__card {
    padding: 20px;
  }
}
.gpu-benefits__image {
  position: relative;
  min-height: 200px;
}
.gpu-benefits__image img {
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.gpu-benefits__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gpu-benefits__subtitle {
  font-family: "Onest-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #201b19;
  text-align: left;
}
.gpu-benefits__text {
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #201b19;
  text-align: left;
}
.gpu-benefits__accent {
  color: #f05243;
}

.config-grid {
  padding: 40px 120px;
}
@media (max-width: 980px) {
  .config-grid {
    padding: 20px;
  }
}
.config-grid__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
@media (max-width: 980px) {
  .config-grid__container {
    gap: 10px;
  }
}
.config-grid__title {
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #201b19;
}
@media (max-width: 768px) {
  .config-grid__title {
    font-size: 32px;
    line-height: normal;
  }
}
.config-grid__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.config-grid__table {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(235px, 1.2fr) minmax(115px, 0.4fr) minmax(135px, 0.6fr) minmax(240px, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 720px;
}
@media (max-width: 980px) {
  .config-grid__table {
    gap: 10px;
    overflow: scroll;
  }
}
.config-grid__cell {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 16px;
  font-family: "Onest-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #201b19;
}
.config-grid__cell:nth-child(5n+1) {
  text-align: left;
}
.config-grid__cell--head {
  background: #f05243;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Onest-Bold", sans-serif;
  text-transform: uppercase;
}

.country-section__container {
  padding: 0;
}
.country-section__list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.country-section__item {
  flex: 1 1 0%;
}
.country-section__card {
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 16px 30px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.country-section__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #f05243;
}
.country-section__card--accent {
  border-color: #f05243;
  box-shadow: 0 2px 8px rgba(240, 82, 67, 0.2);
}
.country-section__card--accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(240, 82, 67, 0.3);
}
.country-section__icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.country-section__card:hover .country-section__icon {
  transform: scale(1.01);
}
.country-section__name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(33, 26, 24, 0.5);
  text-align: left;
  display: inline;
  transition: color 0.3s ease;
}
.country-section__card:hover .country-section__name {
  color: #f05243;
}
.country-section__name--accent {
  color: #f05243;
}

/*# sourceMappingURL=dedicated-main.css.map */
