
.s-table {
   width: 100%;
   margin: 85px 0 92px;
}

.s-table_title {
   width: 100%;
   text-align: center;
   font-size: 48px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   margin-bottom: 40px;
}

.cta-block-left-btn {
   background: #FFF337;
   padding: 15px 20px;
   min-width: 194px;
   max-width: 100%;
   color: #111 !important;
   font-size: 18px !important;
   font-style: normal;
   font-weight: 600 !important;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   line-height: 24px;
   text-decoration: none !important;
}

.s-table-block {
   width: 100%;
   overflow-x: auto;
}

.s-table-block table {
   width: 100%;
   border-top: 1px solid #E8E8E8;
   border-left: 1px solid #E8E8E8;
}

.s-table-block table tr td {
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
}

.s-table-block table tr:nth-of-type(1) td {
   width: 100%;
   padding: 21px 0;
   background: #F9FAFB;
   border-bottom: 1px solid #E8E8E8;
   text-align: center;
}

.s-table-block table tr:nth-of-type(1) td:nth-last-child(1) {
   border-right: 1px solid #E8E8E8;
}

.s-table-block table tr:not(:nth-of-type(1)) td {
   width: 100%;
   height: 100%;
   border-right: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
}

.s-table-block table tr td:nth-of-type(1) {
   min-width: 200px;
}

.s-table-block table tr:not(:nth-of-type(1)) td:nth-of-type(1) {
   padding: 24px 20px;
}

.s-table-block table tr:not(:nth-of-type(1)) td:not(:nth-of-type(1)) {
   padding: 24px 12px;
   text-align: center;
}

.s-table-block table tr:not(:nth-of-type(1)) td span,
.s-table-block table tr:not(:nth-of-type(1)) td p {
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   padding: 0;
}

.s-table-block table tr:not(:nth-of-type(1)) td ul {
   list-style: none;
   text-align: left;
   width: 100%;
   display: flex;
   flex-flow: column;
   gap: 12px;
}

.s-table-block table tr:not(:nth-of-type(1)) td ul li {
   padding-left: 18px;
   position: relative;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
}

.s-table-block table tr:not(:nth-of-type(1)) td ul li::before {
   content: '';
   display: block;
   position: absolute;
   top: 5px;
   left: 0;
   width: 6px;
   height: 6px;
   background: #FFF337;
   border-radius: 100%;
}

.s-table-block table tr td .table-info {
   display: flex;
   flex-flow: column;
   gap: 20px;
}

.s-table-block table tr td .table-info .cta-block-left-btn {
   font-size: 14px !important;
   line-height: 1;
   min-width: 178px;
}

.s-table-block table tr td .table-info .table-price {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
}

.s-table-block table tr td .table-info .table-price span {
   font-size: 20px;
   line-height: 1;
   letter-spacing: -1px;
}

.s-table-block table tr td .table-info .table-price abbr {
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   text-decoration: none;
}

.s-table_mobile {
   display: none;
}

@media screen and (max-width: 992px) {
   .s-table {
      margin: 82px 0 80px;
   }

   .s-table_desktop {
      display: none;
   }

   .s-table-block table tr td .table-info {
      gap: 12px;
   }

   .s-table_mobile {
      display: flex;
      flex-flow: column;
      width: 100%;
      gap: 16px;
   }

   .s-table_title {
      font-size: 32px;
      line-height: 120%;
      margin-bottom: 32px;
   }

   .s-table-block table tr td:nth-of-type(1) {
      width: 40%;
      min-width: 40%;
   }

   .s-table-block table tr:not(:nth-of-type(1)) td:nth-of-type(1) {
      padding: 16px;
   }

   .s-table-block table tr:not(:nth-of-type(1)) td:not(:nth-of-type(1)) {
      padding: 16px;
   }
}

@media screen and (max-width: 640px) {
   .s-table_title br {
      display: none;
   }

   .s-table-block table tr td:nth-of-type(1) {
      width: 40%;
      min-width: 40%;
   }

   .s-table-block table tr td .table-info .table-price span {
      font-size: 18px;
   }

   .s-table-block table tr td .table-info .table-price abbr {
      font-size: 16px;
   }

   .s-table-block table tr td .table-info .cta-block-left-btn {
      font-size: 12px !important;
      min-width: 120px;
   }

   .s-table-block table tr:not(:nth-of-type(1)) td ul {
      gap: 8px;
   }

   .s-table-block table tr:not(:nth-of-type(1)) td ul li {
      font-size: 12px;
   }

   .s-table-block table tr:not(:nth-of-type(1)) td span,
   .s-table-block table tr:not(:nth-of-type(1)) td p {
      font-size: 12px;
   }

   .s-table-block table tr td {
      font-size: 12px;
   }
}


.s-table-block.with-label table tr td {
   width: 25%;
}

.s-table-block.with-label table tr td .table-info .table-price span {
   font-size: 20px;
}

.s-table-block.with-label table tr:not(:nth-of-type(1)) td:not(:nth-of-type(1)) {
   text-align: left;
}

.s-table-block.with-label .block-label {
   width: 100%;
   display: flex;
}

.s-table-block.with-label .block-label span {
   width: 25%;
}

.s-table-block.with-label .block-label span.active {
   border-radius: 12px 12px 0 0;
   background: #F4FBEA;
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   padding: 8px;
   text-align: center;
}

.s-table-block.with-label table tr:not(:nth-of-type(1)) td.colored {
   background: #F9FAFB;
}

@media screen and (max-width: 992px) {
   .s-table-block.with-label .block-label {
      margin-bottom: -16px;
      justify-content: flex-end;
   }

   .s-table-block.with-label .block-label span {
      display: none;
   }

   .s-table-block.with-label .block-label span.active {
      display: inline-block;
   }

   .s-table-block.with-label table tr td:nth-of-type(1) {
      width: 40%;
   }

   .s-table-block.with-label table tr td:not(:nth-of-type(1)) {
      width: 60%;
   }

   .s-table-block.with-label .block-label span {
      width: 40%;
   }

   .s-table-block.with-label .block-label span.active {
      width: 60%;
   }
}
