/**
nts - new template styles
 */
.nts-button {
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    border-radius: 8px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.nts-button-red {
    background: #D2504B;
    color: #FFFFFF;
}

.nts-button-red:hover {
    background: #D22A24;
    color: #FFFFFF;
}

.nts-button-yellow {
    background: #E3B264;
    color: #FFFFFF;
}

.nts-button-yellow:hover {
    background: #D79A3A;
    color: #FFFFFF;
}

.nts-button-primary {
    background: #434272;
    color: #FFFFFF;
}

.nts-button-primary:hover {
    background: #262262;
    color: #FFFFFF;
}

.nts-button-primary-noactive {
    cursor: initial !important;
    background: #E8EAEE !important;
    color: #F4F6F6 !important;
}

.nts-h1 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #434272;
}

@media (max-width: 767px) {
    .nts-h1 {
        padding: 20px 0 0 1px;
        width: auto;
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 999px) {
    .nts-h1 {
        padding: 18px 0 0 11px;
    }
}

@media (max-width: 1279px) {
    .nts-h1 {
        padding: 0 0 0 5px;
    }
}

.nts-h2 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #434272;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

@media (min-width: 587px) {
    .nts-h2 {
        padding: 20px 0 0 1px;
        width: auto;
        font-size: 22px;
        line-height: 27px;
    }
}

@media (min-width: 321px) and (max-width: 586px){
    .nts-h2 {
        padding: 20px 0 0 1px;
        width: auto;
        font-size: 20px;
        line-height: 23px;
    }
}

@media (max-width: 320px) {
    .nts-h2 {
        font-size: 19px;
        line-height: 23px;
        padding: 0 0 0 5px;
    }
}

.nts-text-center {
    text-align: center;
}

.nts-color-soft-purple {
    color: #434272;
}

.nts-detail {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #96A5BB;
}

.nts-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(90, 97, 107, 0.12);
    border-radius: 8px;
}

@media (min-width: 587px) {
    .nts-panel {
        padding: 24px;
    }
}

@media (min-width: 321px) and (max-width: 586px){
    .nts-panel {
        padding: 18px;
    }
}

@media (max-width: 320px) {
    .nts-panel {
        padding: 16px;
    }
}

.nts-tag {
    display: inline-flex;
    padding: 2px 8px;
    gap: 10px;
    height: 25px;
    background: #8CBCB9;
    border-radius: 4px;
    flex-grow: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-left: 6px;
}

.nts-tag-red {
    display: inline-flex;
    padding: 2px 8px;
    gap: 10px;
    border-radius: 4px;
    flex-grow: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-left: 6px;
    background:#D2504B;
}

.nts-flex-width-100 {
    display: flex;
    width: 100%;
}

.nts-flex-column {
    display: flex;
    flex-direction: column;
}

.nts-flex-row {
    display: flex;
    flex-direction: row;
}

.nts-flex-between {
    display: flex;
    justify-content: space-between;
}

.nts-tag-date {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 10px 2px 38px;
    gap: 31px;
    height: 32px;
    border-radius: 4px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #434272;
    background: url("../img/nts/calendar.svg") no-repeat 9px center #F4F6F6;
}

.nts-block {
    display: block;
}

.nts-a {
    cursor: pointer;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-decoration: underline;
}

.nts-a-primary {
    color: #434272;
}

.nts-a-primary:hover {
    color: #262262;
}

.nts-a-arrow-left {
    cursor: pointer;
    padding-left: 25px;
    background: url("../img/nts/arrow_left.svg") no-repeat 0px center;
    color: #262262;
}

.nts-a-arrow-left:hover {
    color: #262262;
}

.nts-flex {
    display: flex;
}

.nts-body-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #424242;
}

.nts-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 42px;
}

.nts-checkbox label {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #424242;
    padding: 0;
    letter-spacing: 0.03em;
    cursor: pointer;
    display: flex;
}

.nts-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.nts-checkbox > input:checked + label::before {
    border-color: #262262;
    background-color: #262262;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}

.nts-checkbox label::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #E8EAEE;
    background-color: #E8EAEE;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.nts-checkbox input:not(:disabled):not(:checked) + label:hover::before {
    border-color: #262262;
}

.nts-checkbox input:not(:disabled):active + label::before {
    background-color: #262262;
    border-color: #262262;
}

.nts-checkbox input:focus:not(:checked) + label::before {
    border-color: #262262;
}

.nts-checkbox input:checked + label::before {
    border-color: #262262;
    background-color: #262262;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.nts-checkbox input:disabled + label::before {
    background-color: #E8EAEE;
}
