.hosting__block.gmod__block {
  padding: 28px 32px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.gmod__block {
    padding: 24px 20px;
  }
}

.hosting__block.gmod__block::before {
  bottom: 310px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.gmod__block::before {
    bottom: 290px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__block.gmod__block::before {
    bottom: 280px;
  }
}

.gmod__list {
  margin-bottom: 24px;
}

.gmod__list::before {
  display: none;
}

.gmod__list li {
  display: flex;
  align-items: center;
}

.gmod__list svg,
.gmod__list img {
  margin-right: 19px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gmod__player {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 14px;
}

@media screen and (max-width: 1240px) {
  .gmod__player {
    font-size: 21px;
  }
}

.gmod__player span {
  font-size: 38px;
  line-height: 45px;
}

@media screen and (max-width: 1240px) {
  .gmod__player span {
    font-size: 32px;
  }
}

.gmod__head {
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 13px;
  height: 95px;
}

@media screen and (max-width: 1240px) {
  .gmod__head {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gmod__head {
    height: auto;
  }
}

.gmod__block-item {
  margin-bottom: 38px;
  position: relative;
}

.gmod__block-item::before {
  content: "";
  position: absolute;
  width: 376.5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -20px;
  left: -32px;
}

@media screen and (max-width: 1240px) {
  .gmod__block-item::before {
    width: 310px;
    left: -20px;
    bottom: -15px;
  }
}

@media screen and (max-width: 991px) {
  .gmod__block-item::before {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .gmod__block-item::before {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}

@media screen and (max-width: 1240px) {
  .gmod__block-item {
    margin-bottom: 30px;
  }
}

.gmod__block .gmod__price {
  text-align: left;
}

.gmod__advantage {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 10px;
}

.gmod__list {
  margin-bottom: 24px;
}

.hosting-gmod {
  padding: 173px 0 13px;
}

@media only screen and (max-width: 767px) {
  .hosting-gmod {
    padding: 123px 0 50px;
  }
}

.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: #fff;
}

.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: rgba(255, 255, 255, 0.05);
}

.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: rgba(255, 255, 255, 0.05);
  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: rgba(255, 255, 255, 0.05);
  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: #fff;
  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;
}

.hosting__block-info {
  margin-bottom: 21px;
}

.gmod__player {
  display: flex;
  align-items: center;
}

.wrapper.active .hosting {
  color: var(--theme-text-color);
}

.wrapper.active .gmod__player {
  color: var(--theme-title-color);
}

.wrapper.active .gmod__head {
  color: var(--theme-text-color);
}

.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 .hosting__block.gmod__block .gmod__block-item:before {
  background-color: var(--theme-border-color);
}

.wrapper.active .gmod__advantage {
  color: var(--theme-text-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);
}


.gmod__list svg[data-icon] {
  color: var(--color-primary);
}

.gmod__list svg path {
  fill: var(--color-primary);
}

.wrapper.active .gmod__list svg[data-icon] {
  color: var(--color-secondary);
}

.wrapper.active .gmod__list svg path {
  fill: var(--color-secondary);
}


.hosting__control {
  padding: 8px 0 120px;
}

.control__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .control__blocks {
    justify-content: center;
  }
}

.control__block {
  max-width: 519px;
}

@media screen and (max-width: 991px) {
  .control__block {
    max-width: none;
    text-align: center;
  }
}

.control__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 51px;
}

@media screen and (max-width: 1240px) {
  .control__text {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .control__text {
    margin-bottom: 28px;
  }
}

.control__img {
  width: 550px;
  height: 260px;
  border-radius: 21px;
}

.control__img img {
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .control__img {
    display: none;
  }
}

.lang-tariff {
  align-self: flex-start;
}