div#upd500 {
    display: none;
}

.js-open-slot.widget.wheel-target-class.js-trigger-gifts.animation_widget_n {
    position: fixed;
}

.nvak-top-hidden {
    display: none;
}

.nvak-banner-top {
    display: flex;
    justify-content: space-between;
}

.nvak-banner-top-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nvak-banner-top-l,
.nvak-banner-top-r {
    width: calc(50% - 5px);
}

.nvak-banner-middle {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.nvak-banner-bottom {
    display: flex;
    justify-content: space-between;
}

.nvak-banner-top-l-content {
    padding: 43px 30px;
    background: #FFF6F8;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nvak-banner-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: 0%;
}

.nvak-banner-offer {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 25px 0px;
}

.nvak-banner-btn {
    width: 416px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    background: #E28383;
    border-radius: 80px;
    color: #FFFFFF;
    cursor: pointer;
}

.nvak-banner-top-r-image {
    width: calc(50% - 5px);
    overflow: hidden;
    border-radius: 12px;
    height: calc(50%);
    margin-top: auto;
    position: relative;
}

.nvak-banner-top-r-image.nvak-big-image {
    width: 100%;
    height: calc(50% - 10px);
    margin-bottom: 10px;
}

.nvak-banner-top-r-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nvak-banner-point-item {
    width: calc(25% - 30px / 4);
    background: #FFF6F8;
    height: 120px;
    padding: 20px;
    border-radius: 12px;
}

.nvak-banner-point-item-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    margin-top: 12px;
}

.nvak-banner-point-item.nvak-point-big-width {
    width: calc(50% - 30px / 5);
    padding-top: 12px;
}

.nvak-banner-point-item.nvak-point-big-width .nvak-banner-point-item-title {
    margin-top: 8px;
    width: 500px;
    max-width: 100%;
}

.nvak-banner-middle .nvak-banner-point-item:last-child {
    padding-top: 12px;
}

.nvak-banner-middle .nvak-banner-point-item:last-child .nvak-banner-point-item-title {
    margin-top: 8px;
}

.nvak-banner-point-item-image {
    display: flex;
}

h2.nvak-h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
}

.nvak-preim-items-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.nvak-preim-item {
    width: calc(25% - 30px / 4);
    margin-bottom: 30px;
}

.nvak-preim-item-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    margin-top: 20px;
}

.nvak-faq-item-text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 155%;
    display: flex;
    align-items: center;
    transition: all .1s ease-in;
}

.nvak-faq-item-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.nvak-faq-item {
    padding-bottom: 20px;
}

.nvak-faq-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.nvak-faq-item-value {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    width: calc(100% - 40px);
    max-height: 0px;
    overflow: hidden;
    transition: all .1s ease-in;
    opacity: 0;
}

.nvak-faq-item-title.active+.nvak-faq-item-value {
    max-height: 500px;
    padding-top: 20px;
    opacity: 1;
}

.nvak-faq-item-btn {
    border: 1px solid #E28383;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    position: relative;
}

.nvak-faq-item-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #e28383;
}

.nvak-faq-item-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)rotate(90deg);
    width: 20px;
    height: 2px;
    background: #e28383;
    opacity: 1;
    transition: all .1s ease-in;
}

.nvak-faq-item-title.active .nvak-faq-item-btn:after {
    opacity: 0;
}

.nvak-faq-item-title:hover .nvak-faq-item-text {
    color: #E28383;
}

section.nvak-form {
    margin-top: 100px;
    margin-bottom: 100px;
}

section.nvak-form h2.nvak-h2 {
    margin-top: 0px;
}

form#vnak_form {
    padding: 60px;
    background: #FFF6F8;
    border-radius: 12px;
}

.vnak-form-wr {
    display: flex;
    justify-content: space-between;
}

.vnak-form-column {
    width: calc(50% - 25px);
}

.vnak-form-input-title {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.vnak-form-input-title b {
    color: #E28383;
    font-weight: 500;
}

.vnak-form-input:not(:last-child) {
    margin-bottom: 25px;
}

.vnak-form-input-title._messanger {
    display: flex;
    align-items: center;
}

.messanger-selector {
    display: flex;
}

.messanger-item {
    display: flex;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

.messanger-item span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    margin-right: 10px;
    position: relative;
}

.messanger-item.active span {
    border-color: #E28383;
}

.messanger-item.active span:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e28383;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vnak-form-input textarea {
    height: 168px;
    width: 100%;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 12px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    padding: 12px 32px;
    color: #575757;
    resize: unset;
}

.vnak-form-input input[type="submit"] {
    width: 100%;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #e28383;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10px;
}

.vnak-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vnak-checkbox .vnak-checkbox-input {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    background: #fff;
}

.vnak-checkbox .vnak-checkbox-input input {
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.vnak-checkbox .vnak-checkbox-input input+span {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
    background: url('/images/vakcheckbox.svg');
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.vnak-checkbox .vnak-checkbox-input input:checked+span {
    opacity: 1;
}

.vnak-form-input-item {
    width: 100%;
    height: 66px;
    margin-top: 10px;
    padding: 0px 32px;
    border: 1px solid #E9E9E9;
    border-radius: 460px;
    outline: none;
    box-shadow: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #575757;
    background: #fff;
    position: relative
}

.vnak-form-input-item input,
.vnak-form-input-item select {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
}

input#resume_file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 480px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

input#resume_file+label {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
    background: url('/images/attach.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.vnak-checkbox-text a {
    color: #1E1E1E !important;
    text-decoration: underline !important;
}

.vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(2),
.vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(3) {
    margin-bottom: 20px;
}

.vnak-form-input textarea {
    height: 154px;
}

.vnak-form-input-item input,
.vnak-form-input-item select {
    cursor: pointer;
}

section.nvak-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('/images/arrow_down_n.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px;
    margin-left: -5px;
    width: calc(100% + 10px);
}

.vnak-form-input-title._messanger.Telegram+.vnak-form-input-item input.input_wa {
    display: none !important;
}

.vnak-form-input-title._messanger.WhatsApp+.vnak-form-input-item input.input_tg {
    display: none !important;
}

.vnak-checkbox .vnak-checkbox-input input+span {
    width: 10px;
    height: 10px;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vnak-checkbox .vnak-checkbox-input {
    border-radius: 3px;
}

@media (max-width: 1200px) {
    .nvak-banner-title {
        font-size: 24px;
    }
    .nvak-banner-offer {
        font-size: 20px;
    }
    .nvak-banner-btn {
        width: 315px;
        height: 60px;
    }
    .nvak-banner-point-item-image {
        width: 30px;
        height: 30px;
    }
    .nvak-banner-point-item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .nvak-banner-point-item-title {
        font-size: 14px;
        line-height: 135%;
    }
    .nvak-banner-point-item {
        height: 100px;
    }
    h2.nvak-h2 {
        font-size: 34px;
    }
    .nvak-preim-item-img img {
        width: 60px;
        height: 60px;
    }
    .nvak-preim-item-title {}
    .nvak-faq-item-text {
        font-size: 20px;
    }
    .nvak-faq-item-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
    .nvak-faq-item-value {
        font-size: 16px;
    }
    .nvak-faq-item-btn:before,
    .nvak-faq-item-btn:after {
        width: 16px;
    }
    form#vnak_form {
        padding: 40px 25px;
    }
    .vnak-form-input-title {
        font-size: 16px;
    }
    .messanger-item {
        display: flex;
        align-items: center;
    }
    .vnak-form-input-item {
        height: 60px;
        font-size: 16px;
    }
    .vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(2),
    .vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(3) {
        margin-bottom: 20px;
    }
    .vnak-form-input input[type="submit"] {
        height: 60px;
    }
    .vnak-form-input textarea {
        font-size: 16px;
        padding: 20px 32px;
    }
}

@media (max-width: 992px) {
    .nvak-banner-title {
        font-size: 19px;
    }
    .nvak-banner-offer {
        font-size: 15px;
    }
    .nvak-banner-btn {
        width: 315px;
        height: 60px;
        font-size: 18px;
    }
    .nvak-banner-point-item-image {
        width: 30px;
        height: 30px;
    }
    .nvak-banner-point-item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .nvak-banner-point-item-title {
        font-size: 14px;
        line-height: 135%;
    }
    .nvak-banner-point-item {
        height: 98px;
        padding: 10px 20px;
    }
    h2.nvak-h2 {
        font-size: 28px;
    }
    .nvak-preim-item-img img {
        width: 60px;
        height: 60px;
    }
    .nvak-preim-item-title {
        font-size: 13px;
    }
    .nvak-faq-item-text {
        font-size: 18px;
    }
    .nvak-faq-item-btn {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
    }
    .nvak-faq-item-value {
        font-size: 14px;
    }
    .nvak-faq-item-btn:before,
    .nvak-faq-item-btn:after {
        width: 14px;
        height: 2px;
    }
    form#vnak_form {
        padding: 40px 25px;
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0px;
    }
    .vnak-form-input-title {
        font-size: 16px;
    }
    .messanger-item {
        display: flex;
        align-items: center;
    }
    .vnak-form-input-item {
        height: 60px;
        font-size: 16px;
    }
    .vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(2),
    .vnak-form-wr .vnak-form-column:nth-child(2) .vnak-form-input:nth-child(3) {
        margin-bottom: 20px;
    }
    .vnak-form-input input[type="submit"] {
        height: 60px;
    }
    .vnak-form-input textarea {
        font-size: 16px;
        padding: 20px 32px;
    }
    .nvak-faq-item-title.active+.nvak-faq-item-value {
        padding-top: 15px;
    }
    .vnak-form-column {
        width: 100%;
    }
    .vnak-form-wr {
        flex-direction: column;
    }
    .nvak-banner-point-item-image.special-yandex {
        width: 130px;
        justify-content: flex-start;
    }
    .nvak-banner-point-item-image.special-yandex img {
        object-position: left center;
    }
}

@media (max-width: 768px) {
    ul.breadcrambs-list {
        padding: 0 15px;
    }
    section.nvak {
        padding: 0 15px;
    }
    .nvak-banner-top {
        flex-direction: column;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .nvak-banner-top-l,
    .nvak-banner-top-r {
        width: 100%;
        height: fit-content;
    }
    .nvak-banner-top-l-content {
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .nvak-banner-title {}
    .nvak-banner-offer {
        margin: 20px 0px;
    }
    .nvak-banner-top-r-image.nvak-big-image {
        height: 180px;
    }
    .nvak-banner-top-r-image {
        height: 180px;
    }
    .nvak-banner-point-item {
        height: fit-content;
        min-height: 100px;
        padding: 10px 20px;
    }
    .nvak-banner-point-item br {
        display: none;
    }
    .nvak-banner-point-item {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nvak-banner-middle {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .nvak-banner-bottom {
        flex-direction: column;
    }
    .nvak-banner-point-item.nvak-point-big-width {
        width: 100%;
    }
    .nvak-banner-middle,
    .nvak-banner-bottom {
        width: 345px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    h2.nvak-h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    section.nvak-preim h2.nvak-h2 {
        text-align: center;
    }
    .nvak-preim-item {
        width: 345px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .nvak-preim-item-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .nvak-preim-item-title br {
        display: none;
    }
    .nvak-faq-item-text {
        font-size: 16px;
        padding-right: 15px;
    }
    section.nvak-form h2.nvak-h2 {
        margin-bottom: 31px;
        font-size: 24px;
        line-height: 1.2;
        width: 300px;
        max-width: 100%;
    }
    .vnak-form-input-title {
        font-size: 14px;
    }
    .vnak-form-input-item {
        height: 50px;
        padding: 0 20px;
    }
    .vnak-form-input-title._messanger {
        flex-wrap: wrap;
        gap: 5px;
    }
    .messanger-selector {
        flex-wrap: nowrap;
    }
    .vnak-form-column+.vnak-form-column {
        margin-top: 20px;
    }
    input#resume_file+label {
        font-size: 14px;
    }
    .vnak-form-input textarea {
        padding: 20px;
        font-size: 14px;
    }
    .vnak-form-input:not(:last-child) {
        margin-bottom: 20px;
    }
    .vnak-form-input input[type="submit"] {
        font-size: 16px;
    }
    .vnak-checkbox-text {
        font-size: 10px;
    }
    .vnak-checkbox .vnak-checkbox-input {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
    .vnak-checkbox {
        gap: 5px;
    }
    section.nvak-form {
        margin-bottom: 0px;
    }
    input#resume_file+label {
        padding-right: 30px;
    }
    .vnak-form-input-title {
        font-size: 13px;
    }
    form#vnak_form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .messanger-item {
        margin-left: 5px;
        margin-right: 5px;
    }
    .messanger-item span {
        margin-right: 7px;
    }
}