#cost-modal #new-plans {
  background: none;
}
#cost-modal #new-plans .tb-body,
#cost-modal #new-plans .tb-head-wrap .tb-row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#cost-modal #new-plans .tb-head-wrap {
  border-radius: 0;
}
#new-plans {
  background: #F4F6FA;
  padding-top: 120px;
  padding-bottom: 120px;
  /*
.plans-row .col-auto {
    padding: 0 7.5px
}

.plan {
    margin-top: -190px;
    width: 550px;
    padding: 40px;



    .price {
        padding: 0;
        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        line-height: 90px;
        letter-spacing: -0.03em;
        text-align: center;
        color: #004ad4;
    }

    .oldprice {
        padding: 0;
        font-style: normal;
        letter-spacing: -0.03em;
        text-align: center;
        color: #D3D3D3;
        font-weight: lighter;
        font-size: 30px;
        line-height: 75px;
        vertical-align: middle;
    }

    .oldprice:after {
        content: '';
        display: block;
        position: absolute;
        width: 36%;
        left: 0%;
        right: 0;
        height: 1px;
        background-color: #c42e2e;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    #question-mark-1,
    #question-mark-2,
    #question-mark-3,
    #question-mark-4,
    #question-mark-5{
        position: absolute;
        top: 10px;
        cursor: pointer;
        right: 10px;
    }

    small {
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: normal;
        color: #A0AABE;
    }

    .price-per-one {
        border-top: 1px solid #F0F2F5;
        border-bottom: 1px solid #F0F2F5;
        padding: 30px 0;
    }

    span.sub-text {
        font-style: normal;
        font-size: 24px;
        line-height: 30px;
        color: #1E283C;
        margin: 0;
        font-weight: 700;

        span {
            color: #3C6EF0;
        }
    }
}
*/
}
#new-plans .btn-main {
  margin-top: 32px;
  margin-bottom: 32px;
}
#new-plans img {
  flex-shrink: 0;
}
#new-plans .header-text {
  font-family: Roboto, arial, sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 59px;
  text-align: center;
  color: #1e283c;
}
#new-plans .plan-panel {
  margin-top: 50px;
  border-radius: 8px;
  background: #ffffff;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
#new-plans .plan-table-container {
  padding: 0;
}
#new-plans .plan-table {
  width: 100%;
}
#new-plans .plan-table thead {
  background: #E1E2FF;
}
#new-plans .plan-table thead tr {
  display: table-row;
  background: #E1E2FF;
}
#new-plans .plan-table .tb-row {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#new-plans .plan-table .tb-head-wrap {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px 8px 0 0;
  background: #E1E2FF;
}
#new-plans .plan-table .tb-body {
  padding-left: 20px;
  padding-right: 20px;
}
#new-plans .plan-table .tb-body .tb-row {
  height: 70px;
  border-bottom: 1px solid #E6E8EB;
}
@media (min-width: 768px) {
  #new-plans .plan-table .tb-body .tb-row:hover {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
    height: 80px;
    transform: scale(1.15);
    border-color: transparent;
  }
}
@media (max-width: 768px) {
  #new-plans .plan-table .tb-head-wrap {
    padding: 0;
  }
  #new-plans .plan-table .tb-body {
    padding: 0;
  }
  #new-plans .plan-table .tb-body .tb-row {
    gap: 10px;
  }
  #new-plans .plan-table .tb-row,
  #new-plans .plan-table .tb-head {
    height: auto !important;
  }
  #new-plans .plan-table .tb-cell,
  #new-plans .plan-table .tb-head {
    flex: 1 !important;
    flex-wrap: wrap;
  }
  #new-plans .plan-table .tb-cell:first-child,
  #new-plans .plan-table .tb-head:first-child {
    flex: 2 !important;
  }
  #new-plans .plan-table .tb-cell:not(:first-child),
  #new-plans .plan-table .tb-head:not(:first-child) {
    justify-content: flex-end !important;
    text-align: right;
  }
}
#new-plans .plan-table th:not(:nth-child(2)),
#new-plans .plan-table td:not(:nth-child(2)):not(:nth-child(5)) {
  text-align: center;
}
#new-plans .plan-table tr:nth-child(odd) td:not(:first-child):not(:last-child) {
  background: #fff;
}
#new-plans .plan-table tr:nth-child(even) td:not(:first-child):not(:last-child) {
  background: #fff;
}
#new-plans .plan-table .tb-cell:first-child,
#new-plans .plan-table .tb-cell:nth-child(2),
#new-plans .plan-table .tb-head:first-child,
#new-plans .plan-table .tb-head:nth-child(2) {
  flex: 2;
}
#new-plans .plan-table .tb-cell {
  flex: 1;
}
#new-plans .plan-table .tb-cell:not(:first-child),
#new-plans .plan-table .tb-head:not(:first-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-plans .plan-table .tb-head {
  height: 54px;
  padding: 20px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #14193C;
  width: 100%;
  flex: 1;
}
#new-plans .plan-table .tb-cell {
  padding: 12px;
  width: 100%;
}
#new-plans .plan-table td:nth-child(5):nth-child(5) {
  padding-left: 40px;
}
#new-plans .captcha-logo {
  width: 30px;
  height: 30px;
}
#new-plans .captcha-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #14193C;
  white-space: pre-line;
}
#new-plans .captcha-name .captcha-name--version {
  font-size: 14px;
}
#new-plans .captcha-name-link {
  color: #14193C;
  text-decoration: none;
}
#new-plans .captcha-name-link:hover,
#new-plans .captcha-name-link:focus,
#new-plans .captcha-name-link:active {
  color: #14193C;
}
#new-plans .captcha-info {
  margin-top: 10px;
  margin-left: 46px;
}
#new-plans .captcha-badge {
  padding: 2px 7px;
  border-radius: 4px;
  background: #dcf0ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #1e283c;
}
#new-plans .captcha-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #323C50;
  cursor: default;
  display: inline-block;
  flex-shrink: 0;
}
#new-plans .image-captcha {
  color: #5546FF;
}
#new-plans .captcha-type {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #828CAA;
}
#new-plans .captcha-successful {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1e283c;
}
#new-plans .captcha-time {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6e737d;
  white-space: nowrap;
}
#new-plans #tryNowButton {
  min-height: 60px;
  margin: 25px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
#new-plans .plans-row {
  display: block;
}
.btn-main {
  display: inline-block;
  background: #7D6EFF;
  color: white;
  border-radius: 8px;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}
.btn-main:hover {
  background: #8778FF;
  text-decoration: none;
  color: white;
}
.btn-main:active,
.btn-main:focus {
  background: #7864FF;
  text-decoration: none;
  color: white;
}
.currencySelector_wrapper {
  position: relative;
  margin-left: 5px;
  display: inline-flex;
  padding-left: 5px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #CDCDFF;
  border-radius: 100px;
  cursor: pointer;
}
.currencySelector_popup {
  position: absolute;
  left: 0;
  top: 25px;
  background: white;
  z-index: 9999;
  min-width: 90px;
  color: #1E283C;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 6px;
  text-align: left;
  display: none;
}
.currencySelector_selectItem {
  font-weight: 400;
  padding: 5px 6px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}
.currencySelector_selectItem:hover {
  background-color: #7D6EFF;
  color: white;
}
.currencySelector_value {
  position: relative;
}
.currencySelector_icon {
  position: absolute;
  right: -15px;
  top: 7px;
}
.currencySelector_icon path {
  stroke: #000000;
}
.recaptcha-price {
  white-space: nowrap;
}
.popover {
  background: #FFFFFF;
  border: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  max-width: 490px;
}
.popover .popover-body {
  padding: 20px;
}
.popover a {
  color: #7D6EFF;
}
.popover h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #1E283C;
}
.table-w-cell {
  min-width: 250px;
  justify-content: flex-start !important;
  gap: 10px;
}
@media screen and (max-width: 998px) {
  .table-w-cell {
    min-width: auto;
  }
}
@media screen and (min-width: 998px) {
  .table-cell-column {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 0 !important;
  }
  .row-captcha {
    display: flex !important;
    align-items: center;
    gap: 5px;
  }
  .row-captcha-right {
    display: flex !important;
    align-items: center;
    gap: 15px;
  }
  .captcha-sign {
    position: absolute;
    right: -10px;
    top: 0;
  }
}
.price-right {
  width: 70px;
  text-align: right;
  position: relative;
}
.captcha-sign {
  display: inline;
}
