

/* Start:/local/templates/npfi_agents/assets/css/fonts.css?17343821351971*/
@charset "UTF-8";

@font-face {
    font-family: CormorantInfant;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/CormorantInfant-Regular.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/CormorantInfant-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Golos;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Bold.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text VF';
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Bold.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Golos;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Medium.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text VF';
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Medium.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/GolosText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/Inter-Medium.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("/local/templates/npfi_agents/assets/css/../fonts/Inter-Regular.woff2") format("woff2"),
    url("/local/templates/npfi_agents/assets/css/../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
/* End */


/* Start:/local/templates/npfi_agents/assets/css/forms.css?17343821351309*/
.input-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.input-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;

    color: #000000;
    margin-bottom: 16px;
}

.input-field{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;
}

.error-text{
    color: red;
    margin-bottom: 15px
}

input:not(.btn):not([type="checkbox"]){
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    width: 300px;

    color: #000000 !important;

    padding: 16px 10px !important;
    height: 58px;

    background: #FFFFFF;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
}

.input-field::placeholder{
    color: #6F6E6E;
}

.form-text-confirm{
    max-width: 366px;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;

    color: #000000;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

    margin-bottom: 16px;

}

/* End */


/* Start:/local/templates/npfi_agents/assets/css/elements.css?17343821353912*/

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #236556;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 126px;
    margin-bottom: 16px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    margin-bottom: 16px;

    max-width: 300px;

    background: #FFFFFF;
    color: #17443A;

    border: 1px solid #E2DFDF;
    border-radius: 8px;

    flex: none;
    order: 1;
    flex-grow: 0;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.btn:hover{
    background: #236556;
    color: #FFFFFF;
}

.btn-dark-green{
    background: #17443A;
    color: #FFFFFF;
}

.btn-white{
    background: #FFFFFF;
    color: #17443A;
    border: 1px solid #E2DFDF;
}

.tg-icon-before:before{
    content: url("/static/img/tg-logo-black.svg");
    width: 19px;
    height: 18px;
}

.tg-icon-before:hover:before{
    content: url("/static/img/tg-logo-white.svg");
}

.tg-icon-white-before:before{
    content: url("/static/img/tg-logo-white.svg");
    width: 19px;
    height: 18px;
}

.rating-star {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(/local/templates/npfi/assets/img/rating.svg);
}

.rating-star.gray {
    filter: grayscale(1);
}

input[type="radio"].rating-star-radio {
    width:0;
}

#form-review .rating-star {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    filter: grayscale(0);
}

#form-review .grey-star label {
    filter: grayscale(1);
}

#form-review input[type="radio"]:checked ~ label {
    filter: grayscale(1);
}

#form-review .rating-star:hover {
    filter: grayscale(0) !important;
}

.tags-list{
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

@media (min-width: 768px) {
    .tags-list {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

.tags-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: fit-content;

    color: #000000;

    align-items: center;
    padding: 16px;
    background: #F9F9F9;
    border-radius: 16px;

    display:flex;
    flex-direction: row;
    gap: 10px;

    position: relative;
}

.tag-icon {
    position: absolute;

    width: 32px;
    height: 32px;
}

.tags-name:not(:first-child){
    margin-left: 42px;
}

.tags-hint{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 10px;

    width: 16px;
    height: 16px;

    background: #FFFFFF;
    color: #000000;
    border-radius: 20px;
}

.tags-hint-text{
    position: absolute;
    top: 34px;
    width: 200px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #E2DFDF;
    text-transform: none;

    padding:15px;
    font-size: 10pt;
    line-height: normal;
    white-space: pre-wrap;

    display: none;
}

.tags-hint:hover + .tags-hint-text{
    display: block;
}

.filter-tags-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .filter-tags-list {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
/* End */


/* Start:/local/templates/npfi_agents/assets/css/selection.css?17343821358891*/

.calculator {
    margin: 48px 0;
}

.calculator__title {
    margin-bottom: 36px;
    font-family: "Inter", "Golos", sans-serif;
    font-size: 29px;
    font-style: normal;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
}

.calculator__boxes {
    position: relative;
    margin-top: 20px;
    gap: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 40px 40px;
    border-radius: 8px;
    border: 1px solid #E2DFDF;
    background-color: #ffffff;
}

/* .calculator__boxes::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 61%;
  width: 1px;
  height: 85%;
  background-color: #d5d5d5;
} */

/* .calculator__box {
  max-width: 926px;
} */

/* .calculator__box {
  padding-right: 60px;
} */

.calculator__box,
.calculator-box {
    width: 100%;
}

.calculator-box {
    max-width: 458px;
    padding-left: 60px;
    border-left: 1px solid #d5d5d5;
}

.calculator__boxs-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.calculator__field{
    margin-top: 24px;
}

.calculator__box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.calculator__box-input {
    margin: 24px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    gap: 32px;
}

.calculator__input {
    font-family: "Inter", "Golos", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6E6E;

    width: 100%;
    padding: 16px 10px;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
}

/* .calculator__input_item1 {
  max-width: 75px;
}

.calculator__input_item2 {
  max-width: 283px;
}

.calculator__input_item3 {
  max-width: 288px;
}

.calculator__input_item4 {
  max-width: 184px;
} */

.calculator__input_money {
    position: relative;
    width: 100%;
}

.calculator__input_term {
    position: relative;
}

.calculator__input_term::before {
    content: "лет";
    position: absolute;
    bottom: 18px;
    right: 19px;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    color: #808080;
    opacity: 60%;
}

.field select {
    height: 77px;
    border: 1px solid #d5d5d5;
    padding: 18px 19px;
    border-radius: 4px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    cursor: pointer;
    width: 100%;
}

.field select:focus,
.field select:active {
    outline: none;
}

.calculator__input_money .calculator__input {
    padding-right: 37px;
}

.calculator__input_term .calculator__input {
    padding-right: 60px;
}

.calculator__btn-form {
    display: block;
    text-align: center;
    padding: 24px 80px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #17443a;
    border: 1px solid #17443a;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    width: fit-content;
}

.calculator__btn {
    display: block;
    text-align: center;
    width: 337px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #17443a;
    border: 1px solid #17443a;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.calculator__btn-transparent{
    display: block;
    background: transparent;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
    padding: 12px 32px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

/*
.btn-white{
    display: block;
    background: #ffffff;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
    padding: 12px 32px;
    width: fit-content;
    text-align: center;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

*/

.calculator__btn-white{
    display: block;
    background: #ffffff;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
    padding: 12px 32px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.calculator__inner {
    padding: 0;
}

.calculator__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.tooltip__img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.calculator__box-general {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: #000000;
}

.calculator__box-general small {
    font-size: 20px;
    font-weight: 400;
    vertical-align: super;
}

/* .calculator-box {
  margin-right: 30px;
} */

.calculator-box__title {
    margin: 40px 0 8px 0;
    font-family: "Golos", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    color: #808080;
}

.calculator-box__result {
    margin-bottom: 40px;
    font-family: "Golos", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    color: #000000;
}

/*tooltip - всплывающая подсказка*/

[data-tooltip] {
    position: relative;
    width: 24px;
    height: 24px;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    /* Выводим текст */
    position: absolute;
    max-width: 300px;
    left: 0;
    top: 0;
    font-size: 12px;
    background: #ddf299;
    color: #17443a;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

[data-tooltip]:hover::after {
    opacity: 1;
    /* Показываем подсказку */
    top: 2em;
    /* Положение подсказки */
}

/*radio*/

.calculator__wrapper-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.calculator__wrapper_radio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calculator__input_radio{
}

.calculator__wrapper-box input[type="radio"] {
    display: none;
}

.calculator__wrapper-box label {
    display: block;
    background: #ffffff;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
    padding: 12px 32px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

/*.calculator__wrapper-box label:before,
.calculator__wrapper-box label:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
}*/

/*.calculator__wrapper-box label:before {*/
/*  border: 1px solid #d5d5d5;*/
/*  width: 26px;*/
/*  height: 26px;*/
/*}*/

/*.calculator__wrapper-box label:after {*/
/*  background-color: #ddf299;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  left: 3px;*/
/*  top: 13px;*/
/*  transform: scale(0);*/
/*  transition: transform 0.45s;*/
/*}*/

.calculator__wrapper-box input[type="radio"]:checked + label:after {
    transform: scale(1);
}

.calculator__wrapper-box input[type="radio"]:checked + label {
    border: 1px solid #17443A;
    font-weight: 700;
    color: #17443A;
}

/*npf*/

.npf {
    margin-bottom: 40px;
}

.npf .calculator__title {
    margin-left: 0;
}
/* End */


/* Start:/local/templates/npfi_agents/assets/css/menu.css?17343821351776*/
.burger-checkbox {
    position: absolute;
    visibility: hidden;
}
.burger {
    position: relative;
    z-index: 11;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
}
.burger::before,
.burger::after {
    content: '';
    right: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
}
.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}
.menu-list {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    display: none;
    gap: 12px;
    padding: 85px 25px 18px;
    justify-content: center;
    align-items: start;
    margin: 0;
    background: #fdfdfd;
    list-style-type: none;
    transform: translateX(100%);
    transition: .3s;
    width: 200px;
    border: 1px solid #000000;
}
.menu-item {
    display: block;
    padding: 8px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.menu-item:hover {
    background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
    display: flex;
    flex-direction: column;
    transform: translateX(0);
}
/* End */


/* Start:/local/templates/npfi_agents/styles.css?1734382135936*/
body{
    font-family: 'Inter';
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer {
    flex-shrink: 0;
}

.container{
    align-self: center;
    padding: 24px
}

h1,
.big-text{
    font-family: 'Golos Text VF';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 29px !important;
    line-height: 35px;

    margin-bottom: 48px !important;
}

.underline{
    text-decoration-line: underline;
}

.background-white,
.bg-white {
    background: #ffffff !important;
}

footer > div {
    margin-bottom: 8px;
}

.copyright{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #000000;
}
/* End */
/* /local/templates/npfi_agents/assets/css/fonts.css?17343821351971 */
/* /local/templates/npfi_agents/assets/css/forms.css?17343821351309 */
/* /local/templates/npfi_agents/assets/css/elements.css?17343821353912 */
/* /local/templates/npfi_agents/assets/css/selection.css?17343821358891 */
/* /local/templates/npfi_agents/assets/css/menu.css?17343821351776 */
/* /local/templates/npfi_agents/styles.css?1734382135936 */
