
.hidden {
    display: none;
}

.hidden[v-cloak] {
    display: block;
}

[v-cloak] {
    display: none;
}


#voximplant_remote_container * {
    width: 100%;
    height: 100%;
}

.insurance-page .pet-selection__card {
    height: 100px;
}

@media screen and (min-width: 1281px) {
    .lk-manager .lk-card--horizontal {
        grid-row: 2/auto;
        grid-column: 2/4;
    }
    .lk-manager .lk-card--specialist {
        grid-row: 1/3;
    }
    .lk__favorite .goods-items{
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .pet-questionary__wrap {
        display: flex;
        flex-wrap: wrap;
      }
      .pet-app .page-banner__image_app{
        height: auto;
    }
   
   
      .page-banner__link_app {
        display: inline-block;
    }
}
@media screen and (min-width: 0px) {
 

    .page-banner__link_app img {
        max-width: 100%;
        height: auto;
        width: 150px;
    }

    .pet-app .page-banner__image_app{
        height: 100%;
    }
  
    .specialist-card .specialist__profile-name {
        height: 37px!important; overflow: hidden; display: inline-block;
    }
    .lk-manager .lk-card--specialist {
        min-height: auto;
    }
    .lk-manager .specialist__profile {
        margin: 0px;
        grid-template-columns: auto;
    }

    .organ_disabled {
        display: none;
    }

    .organ_disabled_flex {
        display: none;
    }
    .dropzone-custom__remove {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 500;
        color: #fff;
        cursor: pointer;
    }
    .dropzone-custom__remove:hover{
        color: #b1b1b1;
    }
    .dropzone-custom__remove:hover i{
        color: #b1b1b1;
        font-size: 18px;
    }
    .dropzone-previews .dz-details img{
        max-height: 137px;
    }
    .dropzone-custom__errors{
        color: red;
    }
    .dropzone-custom__errors > div{
        padding-bottom: 15px;
    }
    .dropzone-custom__notify{
        color: #99a4b1;
        font-size: 14px;
    }
    .lk__favorite .goods-items{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}



.modal-city__list .modal-city__item.wrong a {
    /*display: none;*/
    color: gray;
}
.modal-city__list .modal-city__item.shadow a span {
    font-weight: bold;
    color: red;
}
.modal-appointment .no-timeslots, .modal-appointment .loading-timeslots{
    margin-bottom: 30px;
}
.modal-appointment .loading-timeslots{
    color: #9ca0a5;
    font-size: 14px;
}
.modal-appointment .no-timeslots.hidden, .modal-appointment .loading-timeslots.hidden{
    display: none;
}

.service-parameter__parameters {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 128px 105px 180px (auto) [5];
    grid-template-columns: 128px 105px 180px repeat(5, auto);
    overflow: visible;
}


#buttonAudio,
#buttonVideo {
    background-color: rgba(255, 255, 255, 0.24);
}
#buttonAudio.active,
#buttonVideo.active {
    background-color: #ffffff;
}

#buttonAudio svg,
#buttonVideo svg{
    fill: #ffffff;
}
#buttonAudio.active svg,
#buttonVideo.active svg{
    fill: #000000;
}

.pet-card__label__online {
    padding: 10px 5px;
    display: block;
}

.pet-card__label__online .pet-card__title {
    font-size: 14px;
    margin: 0;
    width: 100%;
    text-align: center;
}

#order_coupon .form_group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#order_coupon .form_group .form-control {
    width: 30%;
}

#order_coupon .form_group .btn {
    outline: none;
    border: none;
}

.coupon_message {
    margin: 20px 0;
    color: #ee1823;
}


.filter-form__datepicker-hidden {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.filter-form__datepicker-hidden .datepicker--cell {
    -ms-grid-column-align: center;
    justify-self: center;
    width: 30px;
    height: 30px;
}
.filter-form__datepicker-hidden .datepicker--cell.-selected- {
    background-color: #4284f4;
    border-radius: 50%;
}
.filter-form__datepicker-hidden .datepicker--cell.-selected-.-focus- {
    color: #ffffff;
    background-color: #4284f4;
    border-radius: 50%;
}
.filter-form__datepicker-hidden .datepicker--cell.-focus- {
    border-radius: 50%;
}
.filter-form__datepicker-hidden .datepicker--cell-year.-current-.-selected- {
    color: #4284f4;
    background-color: #ffffff;
}
.filter-form__datepicker-hidden .datepicker--cells {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto) [7];
    grid-template-columns: repeat(7, auto);
    grid-row-gap: 5px;
}
.filter-form__datepicker-hidden .datepicker--days-names {
    margin-bottom: 20px;
}
.filter-form__datepicker-hidden .datepicker--day-name {
    color: #4a4a4a;
}
.filter-form__datepicker-hidden .datepicker--nav {
    display: flex;
    padding: 15px 10px;
}
.filter-form__datepicker-hidden .datepicker--nav-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    flex-grow: 1;
    pointer-events: none;
}
.filter-form__datepicker-hidden .datepicker--nav-action {
    align-self: flex-end;
}
.filter-form__datepicker-hidden .datepicker--nav-action[data-action='prev'] {
    order: 2;
}
.filter-form__datepicker-hidden .datepicker--nav-action[data-action='next'] {
    order: 3;
}
.filter-form__datepicker-hidden-month {
    font-weight: 500;
}
.filter-form__datepicker-hidden-year {
    color: #99a4b1;
    font-size: 14px;
    font-weight: 400;
}
.filter-form__datepicker-hidden .datepicker-inline {
    display: none;
}
.filter-form__datepicker-hidden.active .datepicker-inline {
    display: block;
}

.modal-appointment .filter-form__datepicker-hidden {
    max-width: 344px;
}
.modal-appointment .filter-form__datepicker-hidden.active {
    margin-bottom: 16px;
}

.filter-form__datepicker-hidden .datepicker-inline {
    display: none;
}

.filter-form__datepicker-hidden.active .datepicker-inline {
    display: block;
    width: 344px;
}

.complete_pet_count {
    line-height: 1;
    margin-left: 10px;
}

.specialist__about-item--small {
    align-items: center;
}

.browser_alert {
    padding-left: 40px;
}

/* страница консультации */

.online-consult-page .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.online-consult-header {
    background-color: #fff;
    padding: 85px 0;
}

.online-consult-header__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.online-consult-header__img {
    width: 100%;
}

.online-consult-header__img img {
    max-width: 100%;
    height: auto;
}

.online-consult-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online-consult-header__title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
}

.online-consult-header__description {
    margin-bottom: 44px;
}

.online-consult-header__btn {
    max-width: 350px;
    margin: 0 auto;
}

.online-consult-when {
    background-color: #4284f4;
    padding-top: 50px;
    padding-bottom: 120px;
}

.online-consult-how h2,
.online-consult-when h2 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 50px;
}

.online-consult-how {
    padding: 60px 0;
}

.online-consult-how h2 {
    color: #17243a;
    font-size: 40px;
    margin-bottom: 60px;
}

.online-consult-when__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.online-consult-when__item {
    font-size: 22px;
    line-height: 1.55;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
}

.online-consult-duty {
    background-color: #f3f3f3;
}

.online-consult-duty__info {
    text-align: center;
    padding-right: 50px;
}

.online-consult-duty__info p {
    margin-bottom: 0;
}

.online-consult-duty__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 0;
}

.online-consult-duty__title {
    font-size: 22px;
    line-height: 1.55;
    text-align: center;
}

.online-consult-duty__description {
    font-size: 14px;
    line-height: 1.55;
}

.online-consult-how__item-img {
    width: 45px;
    height: 45px;
    background-size: contain;
}

.online-consult-how__grid {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
}

.online-consult-how__row-img {
    padding: 0 15px;
}

.online-consult-how__row-img .t500__img {
    padding: 0;
    max-width: 100%;
}

.online-consult-how__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online-consult-how__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}

.online-consult-how__item:last-child {
    margin-bottom: 0;
}

.online-consult-how__item strong,
.online-consult-how__item p {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.45;
}

.online-consult-how__item strong {
    font-weight: 700;
}

.online-consult-how__item-content {
    padding-right: 20px;
    width: calc(100% - 45px);
    text-align: right;
}

.online-consult-how__item .online-consult-how__item-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
    font-weight: 600;
}

.online-consult-how__row--right .online-consult-how__item-content {
    padding-left: 20px;
    padding-right: 0;
    order: 1;
    text-align: left;
}

.online-consult-faq__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #eee;
}

.online-consult-faq {
    padding-top: 150px;
}

.online-consult-faq__header span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fb;
    transition: 0.3s;
}

.online-consult-faq__header.active span {
    transform: rotate(45deg);
    transition: 0.3s;
}

.online-consult-faq__header:hover span {
    background-color: #4284f4;
    transition: 0.3s;
}

.online-consult-faq__header span svg g {
    stroke: #000;
}

.online-consult-faq__header:hover span svg g {
    stroke: #fff;
}

.online-consult-faq__item {
    max-width: 600px;
    width: 100%;
}

.online-consult-faq__item:last-child {
    border-bottom: 1px solid #eee;
}

.online-consult-faq__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 135px;
}

.online-consult-faq__header p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 27px 0;
    width: calc(100% - 40px);
}

.online-consult-faq__content {
    display: none;
    line-height: 1.55;
    font-size: 18px;
    padding-bottom: 27px;
}

.online-consult-faq__content.active {
    display: block;
}

.online-consult-faq__content p {
    margin-bottom: 0;
}

.online-consult-faq__wrapper h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 100px;
}

/* страница консультации */

/* страница страхования питомца */

.insurance-page {
    max-width: 100%;
    overflow: hidden;
}

.insurance-header {
    position: relative;
    min-height: 940px;
    color: #212121;
    padding-top: 216px;
}

.insurance-header .container {
    position: relative;
    z-index: 2;
}

.insurance-header__decor {
    position: absolute;
    top: -1px;
    right: -84px;
    z-index: 1;
}

.insurance-header__content {
    width: 40%;
}

.insurance-header__description {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 40px;
}

.insurance-header__description span {
    font-weight: 800;
    color: #4284F4;
}

.insurance-header__wrapper .btn {
    max-width: 270px;
}

.why-insurance__wrapper .insurance-caption {
    text-align: center;
}

.why-insurance__wrapper {
    position: relative;
    z-index: 3;
}

.insurance-header__caption {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 25px;
}

.why-insurance__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 45px 0;
}

.why-insurance__item {
    padding: 25px 35px;
    background: #FFFFFF;
    box-shadow: 0px 12px 37px rgba(186, 186, 186, 0.5);
    border-radius: 10px;
}

.why-insurance__img {
    margin-bottom: 40px;
}

.why-insurance__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.how-insurance {
    position: relative;
    padding-top: 200px;
    min-height: 650px;
}

.how-insurance__decor {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.how-insurance__item {
    display: flex;
    align-items: flex-start;
}

.how-insurance__content {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
}

.how-insurance__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 30px 60px;
}

.how-insurance__item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: #EC9D7E;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 25px;
}

.how-insurance .insurance-caption {
    margin-bottom: 75px;
}

.how-insurance__item-text {
    padding-top: 5px;
}

.how-insurance__item-text span {
    font-weight: 600;
}

.get-insurance {
    padding: 160px 0 120px;
}

.get-insurance__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.get-insurance__item {
    position: relative;
}

.get-insurance__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
}

.get-insurance__count {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.get-insurance__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 21px;
}

.choose-insurance .insurance-caption,
.get-insurance .insurance-caption {
    text-align: center;
    margin-bottom: 80px;
}

.choose-insurance__content-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: hidden;
    height: 0;
    width: calc(100% + 70px);
    margin: 0 -35px;
}

.choose-insurance__content-item.active {
    height: auto;
    padding: 45px 35px;
}

.choose-insurance__type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.choose-insurance__type-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 162px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    border: 1px solid #D6DADE;
    margin-right: 20px;
    cursor: pointer;
}

.choose-insurance__type-item.active {
    border-color: #4284f4;
}

.choose-insurance .insurance-caption {
    margin-bottom: 45px;
}

.choose-insurance__type-item:last-child {
    margin-right: 0;
}

.choose-insurance__item {
    position: relative;
    padding: 50px 35px 50px;
    box-shadow: 0px 12px 37px rgba(186, 186, 186, 0.5);
    background-color: #fff;
    border-radius: 10px;
    border-top: 5px solid;
}

.choose-insurance__item--1 {
    border-color: #A4C8F6;
}

.choose-insurance__item--2 {
    border-color: #9ACDBD;
}

.choose-insurance__item--3 {
    border-color: #F7B4B3;
}

.choose-insurance__item-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.choose-insurance__item-list li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.choose-insurance__item-list {
    margin-bottom: 60px;
    list-style: disc;
    padding-left: 22px;
}

.choose-insurance__item-descr {
    margin-bottom: 20px;
}

.choose-insurance {
    padding-top: 20px;
}

.choose-insurance__item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 144px;
    height: 34px;
    top: 110px;
    right: 0;
    font-weight: 600;
    transform: rotate(90deg) translateY(-56px);
    background-color: #ffe010;
    padding-bottom: 4px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.faq-insurance h2 {
    margin-bottom: 30px;
}

.faq-insurance {
    padding-top: 95px;
}

.choose-insurance__item .btn--empty {
    border-color: #4284F4;
}

.faq-insurance .online-consult-faq__header p {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 0;
    font-weight: 600;
}

.faq-insurance .online-consult-faq__list {
    align-items: flex-start;
}

.faq-insurance .online-consult-faq__item {
    max-width: 785px;
}

.what-insurance h2 {
    text-align: center;
    margin-bottom: 32px;
}

.what-insurance__description {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.what-insurance {
    position: relative;
    padding-top: 95px;
}

.what-insurance__decor {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -500px;
}

.what-insurance__decor-mobile,
.how-insurance__decor-mobile,
.insurance-header__decor-mobile {
    display: none;
}

.insurance-page .online-consult-faq__item:last-child {
    border-bottom: none;
}

.insurance-page .online-consult-faq__item:first-child .online-consult-faq__header {
    border-top: none;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap {
    max-width: 620px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap .pet-selection__btn {
    margin-bottom: 0;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap .pet-card__label {
    grid-column: span 2;
    height: auto;
    margin-bottom: 0;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap .pet-selection__card {
    min-height: 100px;
    height: auto;
}

.insurance-page-checkout .pet-card__label.add_new_pet .pet-card__label {
    border: none;
    padding: 0;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap .tabs {
    padding: 20px 40px;
    margin-bottom: 0;
}

.insurance-page-checkout .lk-my-pets__tabs-wrap .tabs .tabs__header {
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    .faq-insurance .online-consult-faq__item {
        max-width: 600px;
    }

    .how-insurance__decor {
        left: -80px;
    }
}

@media screen and (max-width: 1400px) {
    .insurance-header__decor {
        right: -300px;
    }

    h2.insurance-caption {
        font-size: 32px;
    }

    .what-insurance__decor {
        right: -200px;
    }

    .how-insurance__decor {
        left: -200px;
    }

    .get-insurance__img img {
        max-width: 100%;
    }

    .get-insurance__content {
        padding: 30px;
    }
}


/* страница страхования питомца */

@media screen and (max-width: 1279px) {
    .online-consult-page .container {
        padding: 0 30px;
    }

    .online-consult-when {
        padding-bottom: 50px;
    }

    .online-consult-when h2 {
        margin-bottom: 50px;
    }

    .online-consult-how__item .online-consult-how__item-title {
        display: block;
        font-size: 20px;
    }

    .online-consult-how__item strong, .online-consult-how__item p {
        font-size: 14px;
    }

    .online-consult-faq {
        padding-top: 70px;
    }

    .online-consult-faq__list {
        padding-bottom: 50px;
    }

    .online-consult-faq__header p {
        font-size: 22px;
    }

    .online-consult-faq__content p {
        font-size: 16px;
    }

    .what-insurance__decor,
    .how-insurance__decor,
    .insurance-header__decor {
        display: none;
    }

    .insurance-header__decor-mobile {
        display: block;
        position: absolute;
        width: 350px;
        right: 30px;
        bottom: 30px;
    }

    .insurance-header__content {
        width: 50%;
    }

    .insurance-header__decor-mobile img {
        width: 100%;
        height: auto;
    }

    .why-insurance {
        padding-top: 50px;
        background-color: #fff;
    }

    .insurance-header {
        min-height: 470px;
        padding: 100px 0 100px;
    }

    .how-insurance__decor-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 280px;
    }

    .how-insurance__decor-mobile img {
        position: absolute;
        top: 50px;
    }

    .how-insurance {
        padding: 50px 0 0;
        min-height: 590px;
        overflow: hidden;
    }

    .get-insurance {
        padding: 50px 0 40px;
        background-color: #fff;
    }

    .faq-insurance .online-consult-faq__item,
    .how-insurance__content {
        max-width: 100%;
    }

    .choose-insurance .insurance-caption,
    .get-insurance .insurance-caption {
        margin-bottom: 40px;
    }

    .choose-insurance {
        background-color: #fff;
        padding-bottom: 50px;
    }

    .choose-insurance__type {
        margin-bottom: 40px;
    }

    .what-insurance {
        padding: 50px 0;
    }

    .what-insurance__decor-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .faq-insurance {
        background-color: #fff;
        padding: 50px 0 0 0;
    }

    .insurance-page + .footer {
        margin-top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .online-consult-header__wrapper {
        display: grid;
        grid-template-columns: 100%;
    }

    .online-consult-header__content {
        order: 1;
    }

    .online-consult-header__img {
        max-width: 350px;
        margin: 0 auto;
    }

    .online-consult-header__title {
        text-align: center;
        font-size: 30px;
        line-height: 1.4;
        max-width: 380px;
        margin: 0 auto 30px;
    }

    .online-consult-header__description {
        text-align: center;
    }

    .online-consult-header {
        padding: 50px 0;
    }

    .online-consult-when__grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .online-consult-when__item {
        font-size: 18px;
        padding: 20px;
        line-height: 1.45;
    }

    .online-consult-duty__wrapper {
        flex-direction: column;
        padding: 30px 0;
    }

    .online-consult-duty__info {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .online-consult-how__grid {
        display: flex;
        flex-direction: column;
    }

    .online-consult-how__row .online-consult-how__item-content {
        text-align: left;
        padding-right: 0;
        padding-left: 20px;
        order: 1;
    }

    .online-consult-how__item strong, .online-consult-how__item p {
        display: inline;
    }

    .online-consult-how__row-img {
        max-width: 540px;
        margin: 30px auto;
    }

    .why-insurance__list {
        grid-template-columns: 1fr 1fr;
    }

    .why-insurance__item {
        display: flex;
        align-items: center;
        padding: 15px 20px;
    }

    .why-insurance__img {
        margin-bottom: 0;
        margin-right: 25px;
        width: 54px;
        flex-shrink: 0;
    }

    .why-insurance__text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 23px;
    }

    .why-insurance__img svg {
        width: 100%;
        height: auto;
    }

    .get-insurance__item {
        padding: 10px;
    }

    .get-insurance__list {
        overflow: hidden;
        width: calc(100% + 15px);
        display: flex;
    }

    .get-insurance__list .slick-list {
        margin-left: -10px;
    }

    .get-insurance__img img {
        max-height: 100%;
    }

    .get-insurance__img {
        height: 330px;
    }

    .choose-insurance__content-item {
        grid-template-columns: 100%;
    }

    .choose-insurance__type {
        margin-bottom: 0;
    }

    .choose-insurance {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .online-consult-page .container {
        padding: 0 15px;
    }

    .online-consult-when h2,
    .online-consult-header__title {
        font-size: 26px;
        line-height: 1.4;
    }

    .online-consult-when__grid {
        grid-template-columns: 100%;
    }

    .online-consult-duty__info {
        padding-bottom: 20px;
    }

    .online-consult-duty__info .online-consult-duty__title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .online-consult-how {
        padding: 50px 0;
    }

    .online-consult-how h2 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .online-consult-how__item .online-consult-how__item-title {
        font-size: 18px;
    }

    .online-consult-faq__wrapper h2 {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .online-consult-faq__header p {
        padding: 15px 15px 15px 0;
        font-size: 20px;
    }

    .insurance-header__caption {
        font-size: 20px;
        line-height: 30px;
    }

    .insurance-header__description {
        font-size: 16px;
        line-height: 22px;
    }

    .insurance-header__decor-mobile {
        width: 211px;
        top: 18px;
    }

    .insurance-header__content {
        width: 100%;
    }

    .insurance-header__description {
        max-width: 55%;
        margin-bottom: 110px;
    }

    .insurance-header__caption {
        max-width: 55%;
        margin-bottom: 10px;
    }

    .insurance-header {
        min-height: 380px;
        padding: 70px 0 40px;
    }

    .insurance-header__wrapper .btn {
        max-width: 100%;
    }

    h2.insurance-caption,
    .why-insurance__wrapper .insurance-caption {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    .why-insurance__list {
        grid-template-columns: 100%;
        gap: 15px;
        padding-top: 15px;
    }

    .why-insurance__list {
        padding-bottom: 40px;
    }

    .why-insurance {
        padding-top: 35px;
    }

    .how-insurance__list {
        grid-template-columns: 100%;
        gap: 25px;
    }

    .how-insurance__item-text {
        padding-top: 0;
    }

    .how-insurance__item {
        align-items: center;
    }

    .choose-insurance .insurance-caption,
    .get-insurance .insurance-caption {
        text-align: left;
        margin-bottom: 20px;
    }

    .how-insurance .insurance-caption {
        margin-bottom: 40px;
    }

    .get-insurance {
        padding-bottom: 20px;
    }

    .choose-insurance__item {
        padding: 25px 30px 30px 20px;
    }

    .choose-insurance__item-label {
        font-size: 14px;
        height: 25px;
        padding-bottom: 3px;
        width: 126px;
        top: 70px;
        transform: rotate(90deg) translateY(-51px);
    }

    .choose-insurance__item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .choose-insurance__item-list li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .choose-insurance__item-list {
        margin-bottom: 30px;
    }

    .what-insurance {
        padding: 40px 0 10px;
    }

    .what-insurance h2.insurance-caption {
        text-align: center;
        margin-bottom: 10px;
    }

    .faq-insurance {
        padding-top: 40px;
    }

    .faq-insurance h2.insurance-caption {
        margin-bottom: 10px;
    }

    .faq-insurance .online-consult-faq__header p {
        font-size: 16px;
        padding-right: 15px;
        font-weight: 400;
    }

    .online-consult-faq__content p {
        font-size: 14px;
    }

    .online-consult-faq__list {
        padding-bottom: 20px;
    }
    .lk__favorite .goods-items{
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .insurance-page-checkout .lk-my-pets__tabs-wrap {
        padding: 20px 0;
    }
}

.salepet_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salepet_form_box {
    width: 45%;
}

#salepet_form {
    max-width: 1000px;
}

.policy_block {
    text-align: center;
}

#breeder_pet_buy,
#breeder_pet_booking {
    margin: 0 auto;
}

#application.test_server .header{
    background-color: #fd003a !important;
}
.autocomplete-suggestions {
    //border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    padding: 10px 0;
    border-top: 1px solid #e5e8ed;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 3px 8px 13px rgba(191, 191, 191, 0.5);
}
.autocomplete-suggestion, .autocomplete-no-suggestion {
    padding: 8px 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    transition: 0.2s;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    color: #4284f4;
    background-color: #e9f3ff;
}
.header__search-input.search-input.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; font-weight: bold}
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.header__search-block{
    position: relative;
}

.photo-zoom-modal.modal{
    max-width: fit-content;
}
.photo-zoom-modal.modal img{
    width: 100%;
    max-height: 80vh;
}
.pet_img_zoom{
    cursor: zoom-in;
}
@media screen and (min-width: 0px) {
    .jquery-modal.blocker{
        z-index: 1000 !important;
    }
}

@media (min-width: 0px) and (max-width: 1280px) {
    .main__best-list {
        margin-right: 0;
    }
    .select-pet__reviews .slick-list {
        padding: 0 15px;
    }
}

.select2-container--open{
    z-index: 1010;
}


#auth_email_warn_before{width:100vw;height:100vh;position:fixed;content:'';display:table;left:0;top:0;z-index:0}
#auth_email_warn .btn{position:relative;z-index:5}


@media screen and (max-width:1281px) {
    body.page-id-145 div[data-modal-content]{
        height:auto;bottom:auto;top:50%;transform:translateY(-50%)
    }
}

#jivo-iframe-container,jdiv{display:none !important}

/* Specialist */
.s2{width:100%;height:auto;display:table;margin-bottom:20px;background:#fff;border:1px solid #f0f1f1;border-radius:10px;padding:24px}
.s2:last-child{margin-bottom:0}
.s2-top{width:100%;height:auto;display:table;margin-bottom:24px}
.s2-top-image{width:64px;height:64px;display:table;float:left;margin-right:24px;border-radius:5px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}
.s2-top-image>img{width:64px;height:64px;object-fit:cover;border-radius:5px}
.s2-top-info{width:auto;height:auto;display:table;float:left;max-width:700px}
.s2-top-info-top{width:100%;height:auto;display:table;color:#212121;font-weight:600;font-size:16px;line-height:21px;text-align:left;margin-bottom:16px}
.s2-top-info-top>a:first-child{width:100%;height:auto;display:table;text-decoration:none;color:#212121}
.s2-top-info-top>a:first-child:hover{text-decoration:underline}
.s2-top-info-top>div:last-child{width:100%;height:auto;display:table}
.s2-top-info-bot{width:100%;height:auto;display:table;margin-bottom:-8px;font-size:0}
.s2-top-info-bot>div,.s2-top-info-bot>a{width:auto;height:29px;display:inline-block;vertical-align:top;padding:4px 12px 6px 32px;font-weight:400;font-size:14px;line-height:19px;background-position:10px center;background-repeat:no-repeat;background-color:#F0F1F1;border-radius:4px;margin:0 8px 8px 0}
a.s2-top-info-bot-map:hover{text-decoration:none}
.s2-top-info-bot-check{background-image:url(img/s2-top-check.svg)}
.s2-top-info-bot-map{background-image:url(img/s2-top-map.svg)}
.s2-top-info-bot-home{background-image:url(img/s2-top-home.svg)}
.s2-top-info-bot-map-hidden{display:none !important}
.s2-top-info-bot-mob{display:none}
.s2-top-info-bot-mob>div,.s2-top-info-bot-mob>a{width:auto;height:auto;display:inline-block;vertical-align:top;padding:4px 12px 6px 32px;font-weight:400;font-size:14px;line-height:19px;background-position:10px center;background-repeat:no-repeat;background-color:#F0F1F1;border-radius:4px;margin:0 8px 8px 0}
.s2-top-rating{width:auto;height:auto;display:table;float:right}
.s2-top-rating>div:first-child{width:100%;height:auto;display:table;font-weight:400;font-size:12px;line-height:16px;color:#657823;margin-bottom:5px;text-align:right}
.s2-top-rating>div:last-child{width:100%;height:auto;display:table;clear:both;padding-left:22px;color:#212121;font-size:14px;line-height:19px;font-weight:600;text-align:right;background:url(img/s2-rating.svg) left center no-repeat}
.s2-mid{width:100%;height:auto;display:table;margin-bottom:17px}
.s2-mid-top{width:100%;height:auto;display:table;font-size:16px;line-height:21px;font-weight:600}
.s2-mid-list{width:100%;height:auto;display:table}
.s2-mid-list-item{width:100%;height:auto;display:table;padding:8px 0 9px;border-bottom:1px solid #CED5DF;font-size:0}
.s2-mid-list-item:last-child{border-bottom:none}
.s2-mid-list-item1{width:367px;height:auto;display:inline-block;vertical-align:middle;color:#212121;font-weight:400;font-size:14px;line-height:19px;text-align:left}
.s2-mid-list-item2{width:52px;height:auto;display:inline-block;vertical-align:middle;color:#212121;font-weight:600;font-size:14px;line-height:19px;text-align:right;margin-right:40px}
.s2-mid-list-item3{width:135px;height:auto;display:inline-block;vertical-align:middle;color:#657283;font-weight:400;font-size:14px;line-height:19px;text-align:left}
.s2-mid-list-item4{width:calc(100% - 689px);height:auto;display:inline-block;vertical-align:middle;color:#212121;font-weight:400;font-size:14px;line-height:19px;text-align:left}
.s2-mid-list-item5{width:95px;height:32px;display:inline-block;vertical-align:middle;background:#4284f4;border-radius:4px;line-height:30px;color:#fff;font-size:12px;font-weight:600;text-align:center;transition:.5s;border:1px solid #4284f4;cursor:pointer}
.s2-mid-list-item5:hover{background-color:#2364d3;box-shadow:0 5px 12px rgba(66,132,244,0.55);border:1px solid #2364d3;color:#fff;text-decoration:none}
.s2-mid-list-item5-not{background:#fff;color:#4284f4;border:1px solid #3d90ff}
.s2-bot{width:auto;height:auto;display:table;color:#1d70e1;font-size:14px;line-height:19px;text-decoration:none;padding-right:22px;background:url(img/s2-right.svg) right 5px no-repeat;font-weight:600}
.s2-old-map{margin:0 0 10px 26px}

@media screen and (min-width:768px) and (max-width:949px){
    .s2-mid-list-item1{width:250px}
    .s2-mid-list-item4{width:calc(100% - 572px)}
}
@media screen and (max-width:767px){
    .s2{width:calc(100% - -30px);margin-left:-15px;margin-right:-15px;border-radius:0;padding:16px}
    .s2-top{margin-bottom:18px}
    .s2-top-image{width:56px;height:56px;margin-right:16px}
    .s2-top-info{width:calc(100% - 82px)}
    .s2-top-info-top{margin-bottom:8px}
    .s2-top-rating{width:calc(100% - 82px);font-size:0}
    .s2-top-rating>div:first-child{width:auto;display:inline-block;vertical-align:middle;margin-right:8px;margin-bottom:0}
    .s2-top-rating>div:last-child{width:auto;display:inline-block;vertical-align:middle;clear:none}
    .s2-top-info-bot{display:none}
    .s2-top-info-bot-mob{display:table}
    .s2-mid{margin-bottom:7px;padding-top:10px}
    .s2-mid-top{margin-bottom:8px}
    .s2-mid-list-item{padding-top:12px;padding-bottom:20px}
    .s2-mid-list-item1{width:70%;margin-bottom:4px;display:table;float:left}
    .s2-mid-list-item2{width:30%;margin-bottom:4px;display:table;float:left;margin-right:0}
    .s2-mid-list-item3{display:table;float:left;clear:both}
    .s2-mid-list-item4{width:calc(100% - 135px);display:table;float:left}
    .s2-mid-list-item5{width:auto;padding:0 11px;border-radius:5px;font-size:14px;line-height:33px;height:35px;margin-top:12px;display:table;float:left}
    .s2-bot{width:100%;height:33px;border:1px solid #1D70E1;border-radius:4px;text-align:center;background:#fff;line-height:31px;color:#1D70E1;padding-right:0}
}



.pagination{width:100%;height:auto;display:table;text-align:center;margin:20px 0 40px}
.pagination>a{width:auto;height:auto;display:inline-block;vertical-align:middle;margin:0 3px;border-radius:5px;color:#15489f;background:#e9f3ff;padding:4px 11px;transition:.5s;text-decoration:none}
.pagination>span,.pagination>a:hover{width:auto;height:auto;display:inline-block;vertical-align:middle;margin:0 3px;border-radius:5px;color:#fff;background:#15489f;padding:4px 11px;text-decoration:none}
.pagination>span.dots{color:#15489f;background:#e9f3ff}



