/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .caps-message {
    display: none;
}

.video-presentation__input-group:last-child {
    margin-bottom: 64rem;
}
.input-group__error.show {
    opacity: 1;
    bottom: -50rem;
}

.popup-login{
  height: 100vh;
  background-color: rgba(0,0,0,.4);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  /* display: none; */
  align-items: center;
  justify-content: center;
  font-family: 'Source Serif Pro';

  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.modal__field{
    position: relative;
    margin-bottom: 10px;
}

.modal__input, .modal__input_email{
    border: 1px solid rgba(183, 189, 206, 0.3);
    border-radius: 8px;
    padding: 14px 10px;
    width: 288px;
    height: 49px;
}

.modal__label{
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    color: #B7BDCE;
}

.modal__input:focus, .modal__input_email:focus{
    border-color: #326E5B;
    padding-bottom: 5px;
}

.modal__input:valid, .modal__input_email:valid{
    padding-bottom: 5px;
}

.modal__input:focus + .modal__label, .modal__input_email:focus + .modal__label{
    top: 13px;
    font-size: 12px;
    color: #B7BDCE;
    transition: all .3s ease;
    pointer-events: none;
}

.modal__input:valid + .modal__label, .modal__input_email:valid + .modal__label{
    transform: translateY(0);
    top: 6px;
    font-size: 12px;
    color: #B7BDCE;
    transition: all .3s ease;
}


.modal__input_email:not([value=""]) + .modal__label{
    transform: translateY(0);
    top: 6px;
    font-size: 12px;
    color: #B7BDCE;
    transition: all .3s ease;
}

.modal__input_email[type=email]:not([value=""]){
    padding-bottom: 5px;
}




#confirm-capsule {
    --main-color: #2F6E5B;
}
.confirm, .message {
    padding-left: 10em;
    padding-right: 10em;
    padding-top: 2em;
}
.confirm button {
    margin: auto;
    display: inherit;
    width: 15em;
    height: 4em;
    font-size: 2em;
    position: relative;
    background: white;
    color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 0.5em;
    cursor: pointer;
}
.confirm button:hover {
    color: white;
    background: var(--main-color);
}
.message, #confirm-message {
    display: none;
}




button{
    border: none;
}

.reg-button{
    background-color: #2F6E5B;
}

.popup-back{
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    /* display: none; */
    align-items: center;
    justify-content: center;
    font-family: 'Source Serif Pro';

    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
.registration{
    background-color: #fff;
    max-width: 802px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #F0F4F7;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    color: #444444;
    min-height: 480px;
    /* padding-bottom: 33px; */
}

.registration__block-left{
    padding: 156px 39px 10px 38px;
    background: url(/wp-content/themes/nasldnew/assets/img/registration/back_wrist-right.png) left 12px no-repeat,
                url(/wp-content/themes/nasldnew/assets/img/registration/back_wrist-left.png) right bottom no-repeat,
                #F5F2F3;
    /* height: calc( 100% + 33px); */
}

.title-welcome{
  color: var(--Black, var(--black, #444));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Source Serif Pro";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 140.741% */
}

.registration__offer{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -.4px;
}

.registration__block-right{
    /* padding-top: 65px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.registration__close{
    position: absolute;
    width: 20px;
    right: 21px;
    top: 21px;
    cursor: pointer;
}

.form-reg{
    margin: 0 auto;
    position: relative;
    /* height: 304px; */
    max-width: 320px;
    width: 100%;
    /* margin-bottom: 30px; */
    font-family: 'Proxima Nova', 'Arial';
}

.step-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-family: 'Source Serif Pro', 'Arial';
}

.form-reg__step1-title{
    margin-bottom: 30px;
}

.form-reg__step2-title{
    margin-bottom: 16px;
    padding: 0 20px;
}

.form-reg__step3-title{
    padding-top: 38px;
    max-width: 280px;
    margin: 0 auto 16px;
}

.form-reg__form{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.form-reg__fields{
    text-align: center;
}

.form-reg__field-url{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.form-reg__input{
    display: inline-block;
    border: 1px solid;
    border-color: rgba(183, 189, 206, 0.3);
    border-radius: 8px;
    padding: 16px 10px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #444444;

    width: 288px;
}

.form-reg__input_margin_bottom{
    margin-bottom: 15px;
}

.form-reg__input:nth-child(2){
    margin-bottom: 10px;
}

.form-reg__input_no-valid{
    border-color: #FD2F2F !important;
}

.form-reg__error{
    font-weight: 400;
    font-size: 12px;
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
    color: #FD2F2F !important;
    margin-top: 2px;
    display: none;
}

.form-reg__error_margin_bottom{
    margin-bottom: 5px;
}

.form-reg__variants{
    display: flex;
    flex-wrap: wrap;
}

.form-reg__variant{
    font-weight: 400;
    font-size: 12px;
    color: #326E5B;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.form-reg__divide {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  color: #444444;

  opacity: 0.7;
  display: flex;
  align-items: center;
  margin: 25px 0;
  position: relative;
}
.form-reg__divide:before,
.form-reg__divide:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #B7BDCE;
}
.form-reg__divide:before {

  left: -60%;
}
.form-reg__divide:after {

  right: -60%;
}

.form-reg__variant:hover{
    /* border-bottom: 1px solid #326E5B; */
}

.form-reg__input::placeholder{
    color: #444444;
    opacity: .7;
}

.form-reg__domen-end{
    font-weight: 700;
    font-size: 16px;
}

.form-reg__recommend{
    max-width: 280px;
    margin: 0 auto 15px;
}

.form-reg__recommend.no-valid{
    display: none;

    height: 120px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    margin-top: -10px;
}

.form-reg__box-recommend-title{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    position: relative;
}

.form-reg__box-recommend-help{
    cursor: pointer;
}

.form-reg__box-recommend-help:hover::after{
    content: 'Используйте сочетание фамилии и имени человека или фамилию семьи, для которых создаёте капсулу. Например, “dmitriyivanov” или “ivanovname”.';
    position: absolute;
    top: 25px;
    left: -168px;
    border-radius: 8px;
    max-width:336px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 14px 7px 7px;

    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(7.5px);
    z-index: 1;
}

.form-reg__box-recommend-help:hover .form-reg__info-img{
    display: none;
}

.form-reg__info-img_hover{
    display: none;
}

.form-reg__box-recommend-help:hover .form-reg__info-img_hover{
    border-color: #326E5B;
    display: block;
}

.form-reg__info-img {
    width: 18px;
    height: 18px;
    padding: 3px;
    border: 1px solid #B7BDCE;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
}

.form-reg__info-img_border_green{
    border-color: #326E5B;
}

.form-reg__recommend-title{
    font-weight: 400;
    font-size: 16px;
}

.form-reg__recommend-description{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.form-reg__button{
    width: 280px;
    background-color: #326E5B;
    border-radius: 100px;
    color: #fff;

    font-weight: 700;
    font-size: 16px;
    padding: 16px 20px;
    text-align: center;

    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    cursor: pointer;
}

.step-site-name-button-next-step {
  margin-top: 45px;
}

.form-reg__button:disabled {
  cursor: not-allowed;
  opacity: .5;
}
.reg-steps{

  display: none;
  justify-content: center;
  text-align: center;
  gap: 8px;
  position: relative;
  width: max-content;
  margin: 0 auto;
  margin-top: auto;
}

.reg-steps::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    background-color: #B7BDCE;
    top: 50%;
}

.reg-steps__button{
    width: 48px;
    height: 48px;
    border-radius: 50%;

    border: 1px solid;
    background-color: #fff;
    border-color: gray;
    color: #444444;

    font-weight: 700;
    font-size: 16px;
    z-index: 1;

}

.reg-steps__button:last-child{
    background-image: url(/wp-content/themes/nasldnew/assets/icon/registration/ico_finish.svg);
    background-repeat: no-repeat;
    background-position: 16px 11px;
}

.reg-steps__button.ready{
    background-color: #8DBEAF;
    border-color: #326E5B;
    color: #fff;
    cursor: pointer;
}

.reg-steps__button.final:not(:last-child){
    border-color: #B7BDCE;
    background-color: #d3d6df;
    cursor: not-allowed;
}






.tariffs {
    padding: 0 177rem 0 177rem;
  }

  @media only screen and (max-width: 650px) {
    .tariffs {
      /*padding: 0 11rem;*/
      padding: 0
    }
  }

  .tariffs__header {
    position: relative;
    width: 100%;
    margin-bottom: 122rem;
  }

  .section_tarif .tariffs__header {
    margin-bottom: 114rem;
  }

  @media only screen and (max-width: 650px) {
    .tariffs__header {
      margin-bottom: 18rem;
    }

    .section_tarif .tariffs__header {
      margin-bottom: 27rem;
      padding: 0 18rem
    }
  }

  .tariffs__title {
    font-family: "Source Serif Pro", sans-serif;
  }

  @media only screen and (max-width: 650px) {
    .tariffs__title {
      /*margin-bottom: 11rem;*/
      margin-bottom: 34rem;
    }
  }

  .tariffs__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24rem;
  }

  @media only screen and (max-width: 650px) {
    .tariffs__block {
      display: block;
    }
  }

  .tariffs__description {
    width: 430rem;
    margin-left: 159rem;
    text-align: center;
  }

  @media only screen and (max-width: 650px) {
    .tariffs__description {
      display: none;
    }
  }

  .tariffs__description span {
    color: #2F6E5B;
  }

  .tariffs__description_mob {
    display: none;
  }

  @media only screen and (max-width: 650px) {
    .tariffs__description_mob {
      display: block;
      margin: 0 auto 25rem;
      width: 210rem;
      font-size: 10rem;
    }
  }

  @media only screen and (max-width: 650px) {
    .tariffs__tariff {
      margin-bottom: 14rem;
    }
  }

  .tariff {
    width: 762rem;
    border: 1px solid #CFCFCF;
    padding: 42rem 38rem 47rem;
    position: relative;
    overflow: hidden;
  }

  @media only screen and (max-width: 650px) {
    .tariff {
      width: 297rem;
      height: 100%;
      padding: 12rem 10rem;
    }
  }

  .tariff__top {
    padding-bottom: 24rem;
    margin-bottom: 24rem;
    border-bottom: 1px solid #CFCFCF;
  }

  @media only screen and (max-width: 650px) {
    .tariff__top {
      margin-bottom: 10rem;
      padding-bottom: 10rem;
    }
  }

  .tariff__header {
    text-align: center;
    margin-bottom: 30rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__header {
      margin-bottom: 15rem;
    }
  }

  .tariff__recommended {
    position: absolute;
    right: -51rem;
    top: 36rem;
    transform: rotate(40deg);
  }

  @media only screen and (max-width: 650px) {
    .tariff__recommended {
      right: -105rem;
      top: 17rem;
    }
  }

  .tariff__title {
    font-family: "Source Serif Pro", sans-serif;
    margin-bottom: 25rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__title {
      margin-bottom: 5rem;
      line-height: 15rem;
    }
  }

  .tariff__list li {
    margin-bottom: 15rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__list li {
      margin-bottom: 5rem;
    }
  }

  .tariff__list li:last-child {
    margin-bottom: 0;
  }

  .tariff__list_custom {
    list-style-type: none;
  }

  .tariff__list_custom li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .tariff__list_custom li:before {
    content: "";
    width: 4rem;
    height: 4rem;
    background: #363636;
    display: inline-block;
    margin-right: 10rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__list_custom li:before {
      width: 2px;
      height: 2px;
      margin-right: 4rem;
    }
  }

  .tariff__price {
    color: #2F6E5B;
  }

  .tariff__body {
    padding-bottom: 24rem;
    margin-bottom: 24rem;
    border-bottom: 1px solid #CFCFCF;
  }

  @media only screen and (max-width: 650px) {
    .tariff__body {
      padding-bottom: 10rem;
      margin-bottom: 10rem;
    }
  }

  .tariff__body-title {
    margin-bottom: 20rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__body-title {
      margin-bottom: 9rem;
      font-size: 10rem;
    }
  }

  .tariff__bottom-title {
    margin-bottom: 20rem;
  }

  @media only screen and (max-width: 650px) {
    .tariff__bottom-title {
      margin-bottom: 9rem;
      font-size: 10rem;
    }
  }


  .tarif {
    width: 100%;
    border: 2rem solid #CFCFCF;
    padding: 80rem 222rem 32rem 222rem;
    margin-bottom: 32rem;
  }

  @media only screen and (max-width: 650px) {
    .tarif {
      padding: 0 18rem;
      border: none;
      border-top: 1rem solid#CFCFCF;
    }
  }

  .tariffs .accordion__header {
    font-style: normal;
  }

  .tariffs .info__cont {
    margin-bottom: 46rem;
  }

  .tarif__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25rem;
    border-bottom: 1px solid #CFCFCF;
    font-size: 40rem;
    font-family: 'Source Serif Pro', sans-serif;
  }

  @media only screen and (max-width: 650px) {
    .tarif__header {
      border-bottom: none;
      padding-bottom: 0;
      font-size: 22rem;
      line-height: 28.6rem;
      margin-bottom: 27rem;
    }
  }

  .tarif__list {
    display: block;
    margin-top: 24rem;
  }

  .tarif-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16rem;

  }
  @media only screen and (max-width: 475px) {
    .tarif-item {
      flex-direction: column;
    }
  }
  .tarif__value {
    color: #2F6E5B;
  }

  .tarif__item .tarif__marks {
    display: flex;
  }

  .tarif__item .tarif__marks .tarif-included__mark {
    width: auto;
    color: #2F6E5B;
    overflow: visible;
  }

  .tarif__item .tarif__marks .tarif-included__info {
    width: 29rem;
    margin-left: 30rem;
    overflow: visible;
    position: relative;
  }

  .tarif__item .tarif__marks .tarif__value {
    color: #2F6E5B;
  }

  .tarif-included__list {
    padding-left: 28rem;
    font-size: 18rem;
  }

  .tarif-included__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8rem;
    font-size: 18rem;
    line-height: 140%;
    position: relative;
  }

  .tarif-included__item:before {
    position: absolute;
    content: '';
    width: 4rem;
    height: 4rem;
    background: #000000;
    top: 50%;
    margin-top: -2rem;
    margin-left: -16rem;
  }

  .tarif-included__header {
    font-size: 22rem;
    margin-bottom: 11rem;
  }

  .tarif-item__value {
    color: #2F6E5B;
  }

  .tarif-item__value svg {
    width: 19rem;
    height: 19rem;

  }

  .tarif-included__item:last-child {
    margin-bottom: 0;
  }

  .tarif__marks {
    display: flex;
    align-items: center;
  }

  .tarif-included__mark {
    width: 19rem;
    height: 19rem;
    overflow: visible;
  }

  .tarif-included__mark svg {
    width: 20rem;
    height: 20rem;
  }

  .tarif-included__info {
    display: flex;
    align-items: center;
    overflow: visible;
    position: relative;
  }

  .tarif-included__info svg {
    width: 32rem;
    height: 32rem;
    margin-left: 29rem;
    fill: #CFCFCF;
    transition: fill .25s;
  }

  .tarif-included__info:hover svg {
    fill: #ADADAD;
    transition: fill .25s;
  }

  .tarif__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 26rem;
    background: #2F6E5B;
    line-height: 32.58rem;
    padding: 20rem 79rem;
    margin-top: 79rem;
    color: #ffffff;
    border: none;
    transition: background .25s;
    cursor: pointer;
  }

  .tarif__button:hover {
    transition: background .25s;
    background: #66A692
  }
  @media only screen and (max-width: 475px) {
    .tarif__button {
      font-size: 15rem;
      line-height: 30rem;
      padding: 6rem 10rem;
      margin-top: 35rem;
    }
  }
  .tarif__more {
    padding-left: 200rem;
    padding-right: 200rem;
    margin: 0 auto;
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .tarif-more__item {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    position: relative;
    font-size: 18rem;
    line-height: 140%;
    margin-bottom: 16rem;
    padding-left: 28rem
  }

  .tarif-more__item::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    background: #000000;
    left: 12rem;
  }

  .tarif-more__item:last-child {
    margin-bottom: 0rem;
  }

  .tarif-more__value {
    display: flex;
  }

  .tarif-value__info {
    width: 29rem;
    margin-left: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
    position: relative;
  }

  .tarif-value__info svg {
    width: 29rem;
    height: 29rem;
    fill: #CFCFCF;
    transition: fill .25s;
  }

  .tarif-value__info:hover svg {
    transition: fill .25s;
    fill: #ADADAD;
  }

  .accordion__text .tarif-more .tarif-more__item:before {
    content: '';
    position: absolute;
  }

  .tarif-more__dropbox {
    margin-top: 30rem;
    font-size: 18rem;
    line-height: 140%;
  }

  .tariffs__think {
    text-align: center;
    margin-top: 34rem;
    font-size: 18rem;
  }

  .tarif-included__tooltip {
    position: absolute;
    padding: 23rem 47rem;
    background: #F6F6F6;
    z-index: 100;
    width: 395rem;
    left: -72rem;
    bottom: 61rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    font-size: 18rem;
    line-height: 21.94rem;
  }

  .tarif-included__tooltip:before {
    content: '';
    position: absolute;
    bottom: -23.38rem;
    left: 85rem;
    width: 0;
    height: 0;
    border-width: 23.38rem 32.095rem 0 32.095rem;
    border-color: #F6F6F6 transparent transparent transparent;
    border-style: solid;
  }

  .tarif-included__info:focus .tarif-included__tooltip,
  .tarif-included__info:hover .tarif-included__tooltip {
    opacity: 1;
    transition: opacity .25s, visibility .25s;
    visibility: visible;
  }

  .tarif-included__info:focus .tarif-included__tooltip,
  .tarif-value__info .tarif-included__tooltip {
    left: -103rem;
    bottom: 52rem
  }

  .tarif-value__info:hover .tarif-included__tooltip {
    opacity: 1;
    transition: opacity .25s, visibility .25s;
    visibility: visible;
  }










@media (max-width: 768px){

    .registration{
        display: flex;
        flex-direction: column;
        top: -10%;
    }

    .registration__block-left{
        padding: 25px;
        background: none;
        background-color: #F5F2F3;
    }

    .title-welcome{
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .registration__offer{
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
    }

    .form-reg__step-title{
        font-size: 18px;
        line-height: 23px;
    }

    .registration__block-right {
        padding: 18px 15px 0 15px;
    }

    .step-title{
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 23px;
    }

    .form-reg__input_margin_bottom {
        margin-bottom: 10px;
    }

    .form-reg__box-recommend-help:hover::after{
        left: 0;
    }

}



@media (max-width: 520px){

  .popup-login {
    align-items: flex-end;
    height: 100svh;
  }
  .registration {
    position: absolute;
    bottom: 0;
    top: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 0;
  }

  .registration__offer {
    display: none;
  }
  .reg-steps {
    display: none;
  }
  .title-welcome {
    margin-bottom: 0;
  }
  .registration__block-right {
    padding: 15px;
  }


  .hideMobile {
    display: none;
  }


}