.plans {
  border-radius: 40px 40px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.25%, #EAF0FF), to(#FFF));
  background: linear-gradient(180deg, #EAF0FF 48.25%, #FFF 100%);
  padding: 89px 0 49px;
}
@media (max-width: 767px) {
  .plans {
    padding-top: 73px;
  }
}
.plans .pricing {
  gap: 20px;
}
@media (max-width: 991px) {
  .plans .pricing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .plans .pricing {
    row-gap: 20px;
  }
}
.plans .pricing .text {
  max-width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .plans .pricing .text {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plans .pricing .text {
    text-align: center;
  }
}
.plans .pricing .text .filled {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .plans .pricing .text .filled {
    margin: 24px auto 10px;
    padding: 8px 16px 8px 34px;
    gap: 20px;
  }
}
.plans .pricing .name {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}
.plans .pricing .name.cpu {
  background-image: url("../img/CPU.svg");
  background-size: 22px 22px;
  background-position: left -2px center;
}
.plans .pricing .name.ram {
  background-image: url("../img/RAM.svg");
  background-size: 18px 18px;
}
.plans .pricing .name.disk {
  background-image: url("../img/Disk.svg");
  background-size: 18px 18px;
}
.plans .pricing .block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  border-radius: 34px;
  background: #FFF;
  padding: 38px 37px 47px;
  color: #181717;
}
@media (max-width: 991px) {
  .plans .pricing .block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .plans .pricing .block {
    padding: 38px 20px 44px !important;
  }
  .plans .pricing .block .title {
    padding: 0 40px 0 17px;
  }
}
.plans .pricing .block.cplan {
  max-width: 23.75%;
}
@media (max-width: 991px) {
  .plans .pricing .block.cplan {
    max-width: 38%;
  }
}
@media (max-width: 767px) {
  .plans .pricing .block.cplan {
    max-width: 100%;
    min-width: 100%;
  }
  .plans .pricing .block.cplan .title {
    margin-bottom: 26px;
  }
}
.plans .pricing .block .data {
  font-size: 14px;
  color: #48494C;
  margin-top: 12px;
}
.plans .pricing .block.resources {
  padding-bottom: 27px;
}
@media (max-width: 991px) {
  .plans .pricing .block.resources {
    max-width: 62%;
  }
}
@media (max-width: 767px) {
  .plans .pricing .block.resources {
    max-width: 100%;
    min-width: 100%;
  }
}
.plans .pricing .block.resources .title {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .plans .pricing .block.resources .title {
    margin-bottom: 32px;
  }
}
.plans .pricing .block.resources .blocks {
  gap: 36px;
}
@media (max-width: 767px) {
  .plans .pricing .block.resources .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
  }
}
.plans .pricing .block.resources .blocks + .block-wrap {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .plans .pricing .block.resources .blocks + .block-wrap {
    margin-top: 31px;
  }
}
.plans .pricing .block.resources .blocks .block-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.plans .pricing .block.resources .scores {
  margin-bottom: 9px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .plans .pricing .block.resources .scores {
    margin-bottom: 8px;
  }
}
.plans .pricing .block.resources .scores .name,
.plans .pricing .block.resources .scores .score {
  font-weight: 700;
  font-size: 14px;
}
.plans .pricing .block.resources .i-wrap input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  margin: 0;
}
.plans .pricing .block.resources .i-wrap input::-webkit-slider-runnable-track {
  position: relative;
  height: 3px;
  outline: none;
  background-color: #C6E5FC;
  border-radius: 6px;
}
.plans .pricing .block.resources .i-wrap input::-moz-range-track {
  position: relative;
  height: 3px;
  outline: none;
  background-color: #C6E5FC;
  border-radius: 6px;
}
.plans .pricing .block.resources .i-wrap input::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  background-color: #5061FF;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 50%;
  translate: 0 -50%;
}
.plans .pricing .block.resources .i-wrap input::-moz-range-thumb {
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  background-color: purple;
  border: 2px solid white;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  top: 50%;
  translate: 0 -50%;
}
.plans .pricing .block .title {
  font-family: "Unbounded";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  margin-bottom: 23px;
}
.plans .pricing .block .scores {
  margin-bottom: 21px;
}
.plans .pricing .block .total {
  margin: 31px 0 0;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .plans .pricing .block .total {
    margin-top: 36px;
  }
}
.plans .pricing .block .total .name,
.plans .pricing .block .total .score {
  font-weight: 700;
  text-transform: unset;
  padding-left: 0;
}
.plans .name {
  font-weight: 500;
}
.plans .dotted {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  border-bottom: 1px dotted #A0A0A0;
  margin: 0 14px 0 11px;
}
.plans .score {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.plans .currency {
  margin-top: 70px;
  border-radius: 12px;
  background: #FFF;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  padding: 4px;
}
@media (max-width: 767px) {
  .plans .currency {
    display: none;
  }
}
.plans .currency button {
  color: #181717;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 9px;
}
.plans .currency button.active {
  background: #EBF1FF;
  font-weight: 500;
}
.plans-b {
  margin-top: -10px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-radius: 34px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .plans-b {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 49px;
    overflow-x: visible;
    background: #FFF;
  }
}
@media (max-width: 599px) {
  .plans-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plans-b .block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  color: #181717;
  padding: 32px 20px 56px;
  background: #FFF;
  min-width: 200px;
}
.plans-b .block:first-child {
  border-radius: 34px 0 0 34px;
}
@media (max-width: 767px) {
  .plans-b .block:first-child {
    border-radius: 34px 34px 0 0;
  }
}
.plans-b .block:last-child {
  border-radius: 0 34px 34px 0;
}
@media (max-width: 767px) {
  .plans-b .block:last-child {
    border-radius: 0 0 34px 34px;
  }
}
@media (max-width: 767px) {
  .plans-b .block {
    min-width: 40%;
    padding: 34px 20px 45px;
  }
}
.plans-b .block:not(:last-child):not(.best) {
  position: relative;
}
.plans-b .block:not(:last-child):not(.best)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-181px);
      -ms-transform: translateY(-181px);
          transform: translateY(-181px);
  width: 1px;
  height: 362px;
  background: #E4E4E4;
}
@media (max-width: 767px) {
  .plans-b .block:not(:last-child):not(.best)::after {
    width: 240px;
    height: 1px;
    left: 50%;
    top: unset;
    right: unset;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.plans-b .block.best {
  -webkit-box-shadow: 0px 6px 30px 0px rgba(11, 55, 96, 0.1);
          box-shadow: 0px 6px 30px 0px rgba(11, 55, 96, 0.1);
  border-radius: 34px;
  background: #FFF;
  padding-top: 59px;
  margin-top: -27px;
  margin-left: -1px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .plans-b .block.best {
    margin: -1px -11px 0;
  }
}
.plans-b .block.best .filled {
  background: #5061FF;
  color: #ffffff;
  border-color: #5061FF;
}
.plans-b .block.best::after {
  content: attr(data-text);
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plans-b .block .num {
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
}
.plans-b .block .sum {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-top: 19px;
}
.plans-b .block .sum sup {
  color: #575757;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.44px;
  margin-bottom: -4px;
  vertical-align: 11px;
}
.plans-b .block .filled {
  min-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plans-b .block .scores {
  margin-top: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .plans-b .block .scores {
    margin-top: 22px;
  }
}
.plans-b .block .scores + .scores {
  margin-top: 0;
}
.plans-b .block .flags {
  margin-top: 12px;
  gap: 40px;
}
@media (max-width: 767px) {
  .plans-b .block .flags {
    margin-top: 16px;
  }
}
.plans-b {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin; 
  scrollbar-color: rgb(24, 24, 24) transparent;
}

.plans-b::-webkit-scrollbar {
  height: 3px;
  border-radius: 44px;

}

.plans-b::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 44px;
}

.plans-b::-webkit-scrollbar-thumb {
  background-color: rgb(48, 3, 3);
  border-radius: 44px;
}
