.hosting {
  padding: 173px 0 50px;
  color: var(--theme-text-color);
}

@media screen and (max-width: 1240px) {
  .hosting {
    padding: 150px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .hosting {
    padding: 123px 0 50px;
  }
}

.hosting__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 61px;
  line-height: 71px;
  color: var(--theme-primary-text);
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1240px) {
  .hosting__title {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.hosting__text {
  font-size: 18px;
  line-height: 175%;
  max-width: 606px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 47px;
}

@media screen and (max-width: 1240px) {
  .hosting__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__text {
    font-size: 16px;
    margin-bottom: 37px;
  }
}


.hosting__img {
  width: 245px;
  height: 197px;
  margin: 0 auto;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosting__img img {
  width: 197px;
  height: 197px;
}

@media screen and (max-width: 1240px) {
  .hosting__img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__img {
    width: 180px;
    height: 180px;
  }
}

.hosting__usluga {
  text-align: center;
  margin-bottom: 10px;
}

.hosting__usluga span {
  font-weight: 600;
}

.hosting__list {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 6px;
  position: relative;
}

.hosting__list::before {
  content: "";
  position: absolute;
  width: 376.5px;
  height: 1px;
  background-color: var(--theme-border-color);
  bottom: -2px;
  left: -32px;
}

@media screen and (max-width: 1240px) {
  .hosting__list::before {
    width: 310px;
    bottom: -2px;
  }
}

@media screen and (max-width: 991px) {
  .hosting__list::before {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__list::before {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}

@media screen and (max-width: 1240px) {
  .hosting__list {
    font-size: 18px;
  }
}

.hosting__list li {
  display: flex;
  align-items: center;
}

.hosting__list svg {
  margin-right: 19px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosting__amount {
  padding-left: 3px;
  font-size: 14px;
  line-height: 175%;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.hosting__amount svg {
  width: 15px;
  height: 15px;
  margin-right: 23px;
}

.hosting__price {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.hosting__popular {
  width: 260px;
  height: 35px;
  background: var(--color-primary);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary-text);
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .hosting__popular {
    width: 220px;
  }
}

.hosting__why {
  background-image: url(../images/hosting-why.png);
}

.hosting__control {
  padding: 8px 0 70px;
}

.hosting__block-info {
  margin-bottom: 21px;
}

.wrapper.active .hosting {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__title {
  color: var(--theme-title-color);
}

.wrapper.active .hosting__text {
  color: var(--theme-text-color);
}

.wrapper.active .hosting svg path {
  fill: var(--color-secondary);
}

.wrapper.active .hosting__popular {
  background: var(--color-secondary);
}

.wrapper.active .hosting__block {
  background: #fbfbfb;
}

.wrapper.active .hosting__block:before {
  background-color: var(--theme-border-color);
}

.wrapper.active .hosting__amount {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__list {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__list:before {
  background-color: var(--theme-border-color);
}

.gmod-hosting__text {
  margin-bottom: 33px;
}

.gmod-hosting__list {
  display: flex;
  justify-content: center;
  color: var(--theme-title-color);
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__list {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.gmod-hosting__list li {
  width: 202px;
  height: 49px;
  background: #e6e6e6;
  border-radius: 51px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition-default);
  justify-content: center;
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__list li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
  }
  .gmod-hosting__list li:last-child {
    margin-bottom: 0;
  }
}

.gmod-hosting__list li.active {
  background: var(--color-primary);
  color: var(--theme-primary-text);
}

.gmod-hosting__list li.active:hover {
  background: var(--color-primary);
}

.gmod-hosting__list li:hover {
  background: #c7c7c7;
}

.gmod-hosting__list li:last-child {
  margin-right: 0;
}

.gmod-hosting__list li img {
  border-radius: 50%;
  margin-right: 11px;
}

.gmod-hosting__inner {
  color: var(--theme-primary-text);
  display: block;
  background: #1a1832;
  border-radius: var(--border-radius-large);
  overflow: hidden;
  margin-bottom: 30px;
}

.gmod-hosting__inner:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__inner {
    border-radius: 20px;
  }
}

.gmod-hosting__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 0;
  text-align: center;
  background: var(--color-primary);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__title {
    font-size: 18px;
  }
}

.gmod-hosting__title::before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  background: var(--theme-border-color);
  position: absolute;
  bottom: -65px;
  height: 1px;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__title::before {
    bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__title::before {
    bottom: -40px;
  }
}

.gmod-hosting__table {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  padding: 13px 0;
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__table {
    min-width: 850px;
  }
}

.gmod-hosting__table-inner {
  padding: 0 16px 23px 34px;
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__table-inner {
    padding: 0 10px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .gmod-hosting__table-inner {
    overflow: auto;
  }
}

.gmod-hosting__table tr {
  border-radius: 42px;
  border-bottom: 10px solid #1a1832;
}

.gmod-hosting__table tr img {
  width: 17px;
  height: 17px;
  transform: translateY(2px);
}

.gmod-hosting__table tr:first-child {
  position: relative;
  border-bottom: 22px solid #1a1832;
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__table tr:first-child {
    border-bottom: 12px solid #1a1832;
  }
}

.gmod-hosting__table tr:first-child td {
  background: none;
  padding: 21px 7px 21px 16px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__table tr:first-child td {
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
  }
}

.gmod-hosting__table tr:first-child td:first-child {
  position: static;
}

.gmod-hosting__table tr:first-child td:first-child::before {
  display: none;
}

.gmod-hosting__table tr:first-child td:last-child::before {
  display: none;
}

.gmod-hosting__table tr td {
  padding: 5px 7px 5px 16px;
  font-size: 17px;
  font-weight: 500;
  background: var(--theme-border-color);
}

.gmod-hosting__table .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__table tr td {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
  }
}

.gmod-hosting__table tr td:last-child {
  position: relative;
  background: none;
}

.gmod-hosting__table tr td:last-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--theme-border-color);
  top: 0;
  left: 0;
  border-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gmod-hosting__table tr td:first-child {
  position: relative;
  background: none;
}

.gmod-hosting__table tr td:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--theme-border-color);
  top: 0;
  left: 0;
  border-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gmod-hosting__table tbody {
  width: 100%;
}

.gmod-hosting__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 46px;
  position: relative;
  z-index: 5;
  background: var(--color-primary);
  border-radius: var(--border-radius-default);
  color: var(--theme-primary-text);
  font-size: 16px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  transition: var(--transition-default);
}

@media only screen and (max-width: 991px) {
  .gmod-hosting__btn {
    width: 90px;
    height: 40px;
    font-size: 15px;
  }
}

.gmod-hosting__btn:hover {
  background: #804fcf;
}

.gmod-hosting__content {
  display: none;
}

.gmod-hosting__content:first-child {
  display: block;
}

.wrapper.active .gmod-hosting__list li.active {
  background: var(--color-secondary);
}

.wrapper.active .gmod-hosting__title {
  background: var(--color-secondary);
  color: var(--theme-primary-text);
}

.wrapper.active .gmod-hosting__table tr td:first-child::before {
  background: var(--theme-border-color);
}

.wrapper.active .gmod-hosting__table tr td:last-child::before {
  background: var(--theme-border-color);
}

.wrapper.active .gmod-hosting__table tr {
  border-bottom: 10px solid #ffffff;
}

.wrapper.active .gmod-hosting__table tr:first-child td {
  background: none;
}

.wrapper.active .gmod-hosting__table tr td:first-child {
  background: none;
}

.wrapper.active .gmod-hosting__table tr td:last-child {
  background: none;
}

.wrapper.active .gmod-hosting__inner {
  background: #fbfbfb;
}

.wrapper.active .gmod-hosting__btn {
  background: var(--color-secondary);
}

.wrapper.active .gmod-hosting__btn:hover {
  background: var(--color-hover-secondary);
}

.wrapper.active .gmod-hosting__table tr td {
  background: var(--theme-border-color);
  color: var(--theme-title-color);
}