.header {
    border-bottom: 1px solid #f1f1f1;
}

.header--light {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.header__container {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    max-height: 100vh;
    min-height: 128px;
    z-index: 99;
}

.header--lg-and-down-center .header__container {
    min-height: 112px;
}

.header--light .header__container {
    min-height: 62px;
}

.header-main {
    height: 80px;
    min-height: 80px;
    padding-top: 14px;
    padding-bottom: 16px;
}

.header--light .header-main {
    padding-top: 17px;
}

.header--lg-and-down-center .header__logo {
    display: none;
}

.header--lg-and-down-center .header__logo.header__logo--lg-and-down-center {
    display: block;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -66px;
}

.header--lg-and-down-center .header-auth {
    margin-left: 10px;
}

.header--lg-and-down-center .header__activity {
    margin: -46px 1px 16px 0;
    line-height: 19px;
}

.header--lg-and-down-center .header__menu {
    margin-top: -51px;
}

.header__panel {
    position: relative;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header.open .header__panel {
    padding-bottom: 80px;
}

.header--light .header__panel {
    flex: none;
}

.header__logo {
    display: inline-block;
    vertical-align: top;
    width: 133px;
    height: 50px;
    height: 100%;
    color: #e2001a;
    background-image: url('../../images/rc_logo.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 133px 46px;
    -moz-background-size: 133px 46px;
    -webkit-background-size: 133px 46px;
    -o-background-size: 133px 46px;
}

.header__logo:hover {
    color: #e2001a;
}

.header__logo .svg {
    display: block;
    width: 133px;
    height: 46px;
    fill: currentColor;
}

.header__logo_print img {
    display: block;
    width: 133px;
    height: 46px;
}

.page_type_eukanuba .header__logo {
    width: 194px;
    height: 44px;
    color: #ec008c;
    background-image: url(../../images/logo_eukanuba.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 30px;
}

.page_type_eukanuba .header__logo:hover {
    color: #ec008c;
}

.header--light .header__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.header__burger {
    display: none;
    position: absolute;
    top: 14px;
    left: 15px;
    width: 34px;
    height: 34px;
}

.header-burger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.header-burger span,
.header-burger:after,
.header-burger:before {
    display: block;
    position: absolute;
    height: 2px;
    background: #767676;
    border-radius: 3px;
    left: 4px;
}

.header-burger span {
    width: 16px;
}

.header-burger:after,
.header-burger:before {
    content: "";
}

.header-burger:before {
    width: 11px;
    top: 10px;
}

.header-burger:after {
    width: 14px;
    bottom: 10px;
}

.header-burger_active span {
    display: none;
}

.header-burger_active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 24px;
    top: 15px;
    left: 0;
}

.header-burger_active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 24px;
    bottom: 15px;
    left: 0;
}


.header__activity {
    float: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    white-space: nowrap;
    margin: -39px 1px 16px 0;
}

.page_type_eukanuba .header__activity {
    display: none;
}

.header-phone {
    display: inline-block;
    vertical-align: top;
}

.header-city {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.header-city__btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
    cursor: pointer;
}

@media (max-width: 400px) {
    .header-city__btn {
        width: 30px;
        height: 30px;
        text-align: center;
        margin-right: -15px;
    }
}

.header-city__btn .svg-icon {
    margin-right: 4px;
    width: 12px;
    height: 16px;
    color: #767676;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header-city__btn .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

@media (max-width: 400px) {
    .header-city__btn .caption {
        display: none;
    }
}

.header-city__btn:hover .svg-icon {
    color: #e2001a;
}

.page_type_eukanuba .header-city__btn:hover .svg-icon {
    color: #ec008c;
}

.header-city__btn:hover .caption {
    color: #e2001a;
    text-decoration: none;
}

.page_type_eukanuba .header-city__btn:hover .caption {
    color: #ec008c;
}

.header-phone {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    position: relative;
}

.header-phone__btn {
    position: relative;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #767676;
    cursor: pointer;
}

.header-phone__btn .svg-icon {
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.header-phone__tooltip {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -74px;
    width: 188px;
    white-space: normal;
    padding-top: 21px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s opacity, .2s visibility;
    -o-transition: .2s opacity, .2s visibility;
    transition: .2s opacity, .2s visibility;
}

.header-phone:hover .header-phone__tooltip, .header-phone__tooltip.show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.header-phone__tooltip-container {
    position: relative;
    border-radius: 3px;
    padding: 17px 24px 26px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
}

.header-phone__tooltip-container:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 22px;
    height: 22px;
    margin-left: 4px;
    border-radius: 3px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.header-phone__tooltip-container:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 22px;
    height: 22px;
    margin-left: 4px;
    border-radius: 3px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.header-phone__phone {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
}

.header-phone__phone a, .header-phone__phone a:hover {
    color: #666666;
    text-decoration: none;
}

.header-phone__description {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}

.header-phone__callback {
    padding-bottom: 15px;
    margin-bottom: 13px;
    border-bottom: 1px solid #d7d7d7;
}

.header-phone__askaquestion {
    margin-bottom: 1px;
}

.header-phone__onlinechat {
    margin-bottom: 5px;
}

.header-phone__callback a,
.header-phone__askaquestion a,
.header-phone__onlinechat a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    text-decoration: none;
}

.header-phone__callback a:hover,
.header-phone__askaquestion a:hover,
.header-phone__onlinechat a:hover {
    color: #e2001a;
    text-decoration: none;
}

.page_type_eukanuba .header-phone__callback a:hover,
.page_type_eukanuba .header-phone__askaquestion a:hover,
.page_type_eukanuba .header-phone__onlinechat a:hover {
    color: #ec008c;
}

.header-phone__email {
}

.header-phone__email a {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-decoration: none;
}

.header-phone__email a:hover {
    color: #e2001a;
    text-decoration: none;
}

.page_type_eukanuba .header-phone__email a:hover {
    color: #ec008c;
    text-decoration: none;
}

.header-personal {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 16px;
}

.header-personal.hide {
    display: none;
}

.header-personal__btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
    text-align: center;
    color: #767676;
    cursor: pointer;
}

.header-personal__btn .svg-icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    color: #767676;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header-personal__btn .newevent {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #e2001a;
}

.header-personal__btn .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header-personal__btn:hover .svg-icon {
    color: #e2001a;
}

.header-personal__btn:hover .caption {
    color: #e2001a;
    text-decoration: none;
}

.header-personal__popup {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -59px;
    width: 160px;
    white-space: normal;
    padding-top: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s opacity, .2s visibility;
    -o-transition: .2s opacity, .2s visibility;
    transition: .2s opacity, .2s visibility;
}

.header-personal:hover .header-personal__popup, .header-personal__popup.show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.header-personal__popup-container {
    position: relative;
    border-radius: 3px;
    padding: 16px 10px 15px 12px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.header-personal__popup-container:before {
    content: "";
    position: absolute;
    right: 85px;
    top: -3px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.header-personal__popup-container:after {
    content: "";
    position: absolute;
    right: 85px;
    top: -2px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.header-personal__typeuser {
    padding-bottom: 9px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}

.header-personal__typeuser .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
}

.header-personal__typeuser .type {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.header-personal__list {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.header-personal__list-item {
    margin-bottom: 0;
}

.header-personal__list-item a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
    text-decoration: none;
}

.header-personal__list-item a:hover {
    color: #e2001a;
    text-decoration: none;
}

.header-personal__logout {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid #d7d7d7;
}

.header-personal__logout .svg-icon {
    margin-top: -3px;
    margin-right: 7px;
    width: 17px;
    height: 14px;
    max-width: 17px;
}

.header-personal__logout a {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #808285;
    text-decoration: none;
}

.header-personal__logout a:hover {
    color: #e2001a;
    text-decoration: none;
}

.header-auth {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.header-auth__backmenu,
.header-auth-form__title {
    display: none;
}

.header-auth__btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
    cursor: pointer;
    outline: none;
    background: none;
    padding: 0;
    border: 0;
}

.header-auth__btn .svg-icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    color: #767676;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header-auth__btn .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.header-auth__btn .caption span {
    display: none;
}

.header-auth__btn:hover .svg-icon {
    color: #e2001a;
}

.header-auth__btn:hover .caption {
    color: #e2001a;
    text-decoration: none;
}

.header-auth__btn:hover:after {
    background-image: url(../../images/arrow_submenu_red.svg);
}

.header-auth__popup {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    white-space: normal;
    padding-top: 11px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s opacity, .2s visibility;
    -o-transition: .2s opacity, .2s visibility;
    transition: .2s opacity, .2s visibility;
}

.header.open_auth .header-auth__popup {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.header-auth__popup-container {
    position: relative;
    border-radius: 3px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.header-auth__popup-container:before {
    content: "";
    position: absolute;
    right: 45px;
    top: -7px;
    width: 22px;
    height: 22px;
    margin-left: 4px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.header-auth__popup-container:after {
    content: "";
    position: absolute;
    right: 45px;
    top: -6px;
    width: 22px;
    height: 22px;
    margin-left: 4px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.header-auth__form {
    padding: 33px 20px 32px 17px;
}

.header-auth-form {
}

.header-auth-form .form-control.error {
    border-width: 1px;
    border-style: solid;
    border-color: #e50006;
}

.header-auth-form .auth_error{
    padding: 0;
    margin-bottom: 10px;
}
.header-auth-form label.error{
    position: absolute;
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #e50006;
    margin-bottom: 0;
}

.header-auth-form__password-forgot {
    padding: 0;
    text-align: center;
    margin-bottom: 22px;
}

.header-auth-form__password-forgot span {
    cursor: pointer;
    color: #e2001a;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e2001a;
    -webkit-transition: .2s border-color, .2s color;
    -moz-transition: .2s border-color, .2s color;
    -ms-transition: .2s border-color, .2s color;
    -o-transition: .2s border-color, .2s color;
    transition: .2s border-color, .2s color;
}
.header-auth-form__password-forgot span:hover {
    color: #e2001a;
    border-color: transparent;
}

.header-auth-form__viewpassword {
    position: relative;
}
.header-auth .header-auth-form__viewpassword .form-control{
    padding-right: 46px;
}

.header-auth-form__viewpassword-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 46px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0;
    background-color: inherit;
    padding: 0;
}
/*
.header-auth-form__viewpassword-btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}


.header-auth-form__viewpassword-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 60px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    visibility: hidden;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0px, 0px);
    transform: translate3d(-10px, 0px, 0px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-auth-form__viewpassword-btn:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
*/
.header-auth-form__viewpassword-btn .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    white-space: nowrap;
    color: #666666;
    pointer-events: none;
}

.header-auth-form__viewpassword-btn .svg-icon.icon--notslash {
    display: inline-block;
}
.header-auth-form__viewpassword-btn .svg-icon.icon--slash {
    display: none;
}
.header-auth-form__viewpassword.is-visiblepassword .header-auth-form__viewpassword-btn .svg-icon.icon--notslash {
    display: none;
}
.header-auth-form__viewpassword.is-visiblepassword .header-auth-form__viewpassword-btn .svg-icon.icon--slash {
    display: inline-block;
}



.header-auth-form .form-group {
    margin-bottom: 33px;
}

.header-auth-form__remember {
    margin-bottom: 18px;
}

.header-auth-form__remember .checkbox_theme_project.checkbox_view_light {
    margin-top: -3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    padding: 0 0 0 33px;
}

.header-auth-form__remember .checkbox_theme_project.checkbox_view_light .checkbox__box {
    margin-left: 2px;
}

.header-auth-form__submit {
    padding: 0 0 0 2px;
}

.header-auth-form__register {
    margin-top: 22px;
    text-align: center;
    padding-left: 1px;
}

.header-auth-form__register-link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    text-decoration: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #444444;
    -webkit-transition: .2s border-color, .2s color;
    -moz-transition: .2s border-color, .2s color;
    -ms-transition: .2s border-color, .2s color;
    -o-transition: .2s border-color, .2s color;
    transition: .2s border-color, .2s color;
}

.header-auth-form__register-link:hover {
    text-decoration: none;
    border-color: transparent;
    color: #e2001a;
}

.header-auth-form__register-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    cursor: pointer;
}

.header-auth-form__register-btn span {
    display: inline;
    background: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #444444;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    -webkit-transition: .2s border-color, .2s color;
    -moz-transition: .2s border-color, .2s color;
    -ms-transition: .2s border-color, .2s color;
    -o-transition: .2s border-color, .2s color;
    transition: .2s border-color, .2s color;
}

.header-auth-form__register-btn:hover span {
    border-color: transparent;
    color: #e2001a;
}

.header-auth__forgotpass {
}

.header-auth__backauth {
    position: relative;
    padding: 5px 22px 2px;
}

.header-auth__backauth:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -1px;
    background: #d7d7d7;
}

.header-auth__backauth-btn {
    display: block;
    padding: 0 0 0 24px;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
}

.header-auth__backauth-btn .svg-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    margin: -8px 0 0 0;
    width: 8px;
    height: 16px;
    color: #e2001a;
    pointer-events: none;
}

.header-auth__backauth-btn .caption {
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
}

.header-auth-forgotpass {
}

.header-auth-forgotpass__content {
    position: relative;
    padding: 24px 20px 16px;
}

.header-auth-forgotpass__content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -1px;
    background: #d7d7d7;
}

.header-auth-forgotpass__title {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #666666;
}

.header-auth-forgotpass__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
}

.header-auth-forgotpass__form {
    padding: 34px 18px 59px 19px;
}

.header-auth-forgotpass__form .form-group {
    margin-bottom: 32px;
}

.header-auth-forgotpass__form .forgot_error,
.header-auth-forgotpass__form .forgot_success {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.header-auth-forgotpass__form .forgot_success span.timer {
    display: inline-block;
    width: 40px;
    white-space: nowrap;
}

.header-auth-forgotpass__submit {
    padding: 0 2px 0 0;
}

.header-menu {
    height: 48px;
    margin-top: -49px;
    margin-bottom: 0;
    margin-left: 205px;
}

.page_type_eukanuba .header-menu {
    display: none;
}

.header--light .header-menu {
    display: none;
}

.header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__list_mobile {
    display: none;
}

.header-menu__list_mobile--desktop-and-down-right {
    display: block;
    position: absolute;
    top: 26px;
    right: 120px;
    z-index: 9;
}

.header-menu__list_mobile--desktop-and-down-right.is-auth {
    right: 146px;
}

.header-menu__list_mobile--desktop-and-down-right .header-menu__dropdown-button,
.header-menu__list_mobile--desktop-and-down-right .header-menu__dropdown-link {
    text-transform: none;
    background-color: white;
}

/*header-menu__dropdown start*/
.header-menu__dropdown {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.header-menu__dropdown.show {
    border-color: #d7d7d7;
}

.header-menu__dropdown-button {
    display: block;
    position: relative;
    width: 100%;
    padding: 7px 34px 8px 10px;
    outline: none;
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #444444;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.header-menu__dropdown.show .header-menu__dropdown-button {
    color: #e2001a;
}

.header-menu__dropdown-button .btn__icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    text-align: center;
    color: #e2001a;
    z-index: 9991;
}

.header-menu__dropdown-button .svg-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -8px;
    vertical-align: top;
    width: 16px;
    height: 8px;
    max-width: 16px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-menu__dropdown-button .svg-icon svg {
    vertical-align: top;
}

.header-menu__dropdown-button.dropdown-toggle:after {
    display: none;
}

.header-menu__dropdown-menu {
    float: none !important;
    width: 100% !important;
    position: relative !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    z-index: -1;
    border: 0 !important;
}

.header-menu__dropdown-item {
    border-top: 1px solid #d7d7d7;
}

.header-menu__dropdown-link {
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 10px;
    outline: none;
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #444444;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.header-menu__dropdown-link.active, .header-menu__dropdown-link:active {
    background: none;
    color: #e2001a;
    text-decoration: none;
}

.header-menu__dropdown.show .header-menu__dropdown-button .btn__icon .svg-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-menu__dropdown-menu.show {
    z-index: 1000;
}

/*header-menu__dropdown end*/

.page_type_eukanuba .header-menu__list_mobile {
    display: none !important;
}

.header-menu__link {
    display: inline-block;
    vertical-align: top;
    padding: 12px 15px 12px 14px;
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #444444;
    text-transform: uppercase;
    text-decoration: none;
}

.header-menu__link:hover {
    text-decoration: none;
    color: #e2001a;
}

.header-menu__link.active_link {
    color: #e2001a;
}

.header-submenu {
    display: block;
    position: relative;
    height: 48px;
}

.header-submenu__container {
    position: relative;
    width: 100vw;
    height: 48px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #e2001a;
    padding: 0;
    z-index: 1;
}

header-submenu__container--transparent {
    background-color: transparent;
}

.page_type_eukanuba .header-submenu__container {
    background-color: #ec008c;
}

.header--light .header-submenu__container {
    display: none;
}

.header-submenu__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2001a;
}

.header-submenu__item {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.header-submenu__item:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #ffffff;
}

.header-submenu__item:last-child:after {
    display: none;
}

.header-submenu__link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 14px 5px 10px;
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.header-submenu__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.header-submenu__link:hover:after {
    opacity: 0.8;
}

.header-submenu__link.active_link {
    color: rgba(255, 255, 255, 0.5);
}

.header-submenu__link.active_link:after {
    opacity: 0.5;
}

.header-submenu__link:before {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.header-submenu__link.active_link:before {
    display: block;
}

.header-submenu__link:after {
    content: "";
    display: none;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: 0;
    width: 13px;
    height: 8px;
    background-image: url('../../images/arrow_header_submenu.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.header-submenu__link.is_open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.is_submenu_popup .header-submenu__link:after {
    display: block;
}

.open_submenu .header-submenu__item.open_submenu_item .header-submenu__link.is_open {
    color: rgba(255, 255, 255, 0.5);
}

.open_submenu .header-submenu__item.open_submenu_item .header-submenu__link.is_open:before {
    display: block;
}

.open_submenu .header-submenu__item.open_submenu_item .header-submenu__link.is_open:after {
    opacity: 0.5;
}

.open_submenu .header-submenu__link.active_link {
    color: rgba(255, 255, 255, 1);
}

.open_submenu .header-submenu__link.active_link:before {
    display: none;
}

.open_submenu .header-submenu__link.active_link:after {
    opacity: 1;
}

.open_submenu .header-submenu__link.active_link.is_open {
    color: rgba(255, 255, 255, 0.5);
}

.open_submenu .header-submenu__item.open_submenu_item .header-submenu__link.is_open:before {
    display: block;
}

.open_submenu .header-submenu__link.active_link.is_open:after {
    opacity: 0.5;
}

.header-submenu_owners .header-submenu__list {
    margin: 0 -57px 0 -64px;
}

.header-submenu_breeders .header-submenu__list {
    margin: 0 -52px 0 -53px;
}

.header-submenu_veterinars .header-submenu__list {
    margin: 0 auto;
    max-width: 837px;
}

.header-submenu__popup {
    display: none;
}

/*header gray modifier start*/
.header-submenu__container--gray {
    background-color: transparent;
    height: auto;
}

.header-submenu__container--gray .header-submenu {
    height: auto;
}

.header-submenu__container--gray .header-submenu__link {
    color: inherit;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    margin-right: 2rem;
}

.header-submenu__container--gray .header-submenu__link.active_link {
    color: #ec001a;
}

.header-submenu__container--gray .header-submenu__link.active_link:after {
    background-image: url('../../images/arrow_header_submenu_red.svg');
}

.open_submenu .header-submenu__container--gray  .header-submenu__item.open_submenu_item .header-submenu__link.is_open:before {
    display: none;
}

.header-submenu__container--gray .header-submenu__link:after {
    background-image: url('../../images/arrow_header_submenu_dark.svg');
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.header-submenu__container--gray .header-submenu__item:after {
    display: none;
}

.header-submenu__container--gray .header-submenu__item {
    flex: 0 0 auto;
}

.header-submenu__container--gray .header-submenu__list {
    background-color: transparent;
    justify-content: center;
}

.open_submenu .header-submenu__container--gray .header-submenu__item.open_submenu_item .header-submenu__link.is_open {
    opacity: 0.6;
    color: inherit;
}

.open_submenu .header-submenu__container--gray .header-submenu__item.open_submenu_item .header-submenu__link.is_open:after {
    background-image: url('../../images/arrow_header_submenu_dark.svg');
}

.header-submenu__container--gray .header-submenu__link:hover {
    color: #ec001a;
    opacity: 1;
}

.header-submenu__container--gray .header-submenu__link:hover:after {
    background-image: url('../../images/arrow_header_submenu_red.svg');
}

.header-submenu__container--gray .header-submenu__item.active_item .header-submenu__link:hover {
    color: #ec001a;
    opacity: 1;
}

.header-submenu__container--gray .header-submenu__link.is_open:hover:after {
    background-image: url('../../images/arrow_header_submenu_dark.svg');
}

/*header gray modifier end*/

.header-menu-popup {
    display: none;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding: 0;
    z-index: 1;
}

.header.open .header-menu-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-menu-popup__close {
    display: block;
    position: absolute;
    top: 33px;
    right: -5px;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.header-menu-popup__close-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 0;
    background: none;
    color: #767676;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.header-menu-popup__close-btn .svg-icon {
    pointer-events: none;
    vertical-align: top;
    margin-top: 6px;
}

.header-menu-popup__container {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    height: calc(100vh - 80px - 48px - 80px);
    padding-left: 10px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; */
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-menu-popup__container::-webkit-scrollbar {
    width: 0;
}

.header-menu-popup__container {
    -ms-overflow-style: none;
}

.header-menu-popup__container {
    overflow: -moz-scrollbars-none;
}

.header-menu-popup__content {
    max-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-submenu__popup-title {
    display: block;
    position: relative;
    margin-bottom: 58px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #e2001a;
    text-decoration: none;
}

.header-submenu__popup-image_title {
    display: block;
    position: absolute;
    left: 74px;
    top: -72px;
    width: 100%;
    max-width: 284px;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.header-submenu__popup-image_title:before {
    content: "";
    display: block;
    padding-top: 56.34%;
}

.header-submenu__popup-image {
    position: relative;
    z-index: -1;
    height: 100%;
    margin-left: -60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-submenu__popup-image img {
    display: block;
    max-width: 100%;
}

.header-submenu__popup-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-submenu__popup-list li {
    margin-bottom: 24px;
}

.header-submenu__popup-list li:last-child {
    margin-bottom: 0;
}

.header-submenu__popup-list li:after {
    display: none;
}

.header-submenu__popup-list a {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 24px;
    color: #444444;
    text-decoration: none;
}

.header-submenu__popup-list a:hover {
    color: #e2001a;
}

.header-submenu__popup-list a span {
    display: none;
}

.header-submenu__popup-list--first-point li {
    padding-left: 24px;
}

.header-submenu__popup-list--first-point li:first-child {
    padding-left: 0;
}

/* модификации попапов в меню */
.header-popup_learning .header-submenu__popup-title {
    margin-left: -10px;
}

.header-popup_learning .header-submenu__popup-image {
    margin-top: -24px;
}

.header-popup_learning .header-submenu__popup-list {
    margin: 0 0 44px -10px;
}

@media screen and (max-width: 991px) {
    .header-popup_learning .header-submenu__popup-title {
        margin-left: 0;
        margin-top: 17px;
    }

    .header-popup_learning .header-submenu__popup-image {
        margin-left: -134px;
        margin-right: -16px;
        margin-top: 20px;
    }

    .header-popup_learning .header-submenu__popup-list {
        margin: 0;
    }
}

@media screen and (max-width: 619px) {
    .header-popup_learning .header-submenu__popup-image {
        margin-left: -60px;
        margin-right: -16px;
    }
}

@media screen and (max-width: 420px) {
    .header-popup_learning .header-submenu__popup-title {
        margin-top: 0;
        margin-bottom: 14px;
    }
}

.header-popup_cats {
}

.header-popup_cats .header-submenu__popup-list {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .header-popup_cats .header-submenu__popup-list {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 619px) {
    .header-popup_cats .header-submenu__popup-list {
        margin-bottom: 16px;
    }
}

.header-popup_dogs {
}

.header-popup_dogs .header-submenu__popup-list {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .header-popup_dogs .header-submenu__popup-list {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 619px) {
    .header-popup_dogs .header-submenu__popup-list {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) and (max-height: 720px) {
    .header-submenu__popup-list li {
        margin-bottom: 18px;
    }

    .header-submenu__popup-title {
        margin-bottom: 38px;
    }

    .header-popup_cats .header-submenu__popup-list,
    .header-popup_dogs .header-submenu__popup-list {
        margin-bottom: 38px;
    }
}

.header__mobilefooter {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 80px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 10px;
    border-top: 1px solid #d7d7d7;
    background: #ffffff;
    z-index: 2;
}

.header-mobilefooter {
    position: relative;
    height: 100%;
    padding: 13px 0 8px 0;
}

.header-mobilefooter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.header-mobilefooter__phonelink {
    margin-right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444444;
    text-decoration: none;
}

.header-mobilefooter__phonelink .caption {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.header-mobilefooter__callback {
    position: relative;
    top: -3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #444444;
    text-decoration: underline;
}

.header-mobilefooter__time {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #444444;
}

.header-mobilefooter__links-container {
    float: left;
}

.header-mobilefooter__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.header-mobilefooter__links-item {
    margin: 0 17px 0 20px;
}

.header-mobilefooter__links-item:last-child {
    margin-right: 0;
}

.header-mobilefooter__links-link {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    text-decoration: none;
    white-space: nowrap;
}

.header-mobilefooter__links-link .svg-icon {
    margin-right: 4px;
    margin-top: -4px;
}

.header-mobilefooter__email {
    margin-top: 10px;
    margin-left: 20px;
}

.header-mobilefooter__email a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #767676;
    text-decoration: none;
}

.header-mobilefooter__email a:hover {
    color: #e2001a;
    text-decoration: none;
}

.header-mobilefooter__socials {
    float: right;
    margin-left: -15px;
}

.header-mobilefooter__socials .socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.header-mobilefooter__socials .socials-list__item {
    margin-left: 32px;
}

.header-mobilefooter__socials .socials-list__item:first-child {
    margin-left: 0;
}


.header.open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    z-index: 999991;
    background: #ffffff;
}

@media screen and (min-width: 992px) {
    .header.open {
        min-height: 100vh;
    }
}

.header.open .header-menu,
.header.open .header__mobilefooter {
    display: block;
}

.header-submenu__backmenu {
    display: none;
}

.header__nav {
    display: flex;
}

.header__nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.header__nav-list-item {
    margin-right: 2rem;
    color: #444;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header__nav-link {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background-color: #ffffff;
    }

    .is-popup_opened .header {
        position: fixed;
    }

    .header.open {
        position: absolute;
        z-index: 9999;
    }

    .header__container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 108px;
    }

    .header-main {
        width: 100%;
        height: 60px;
        min-height: 60px;
        padding: 13px 0 7px 18px;
        background-color: #ffffff;
    }

    .header--light .header-main {
        padding-top: 13px;
    }

    .header__logo {
        width: 95px;
        height: 33px;
        background-size: 95px 33px;
        -moz-background-size: 95px 33px;
        -webkit-background-size: 95px 33px;
        -o-background-size: 95px 33px;
    }

    .header__logo .svg {
        width: 95px;
        height: 33px;
    }

    .page_type_eukanuba .header__logo {
        width: 143px;
        height: 34px;
        background-size: auto 22px;
        -moz-background-size: auto 22px;
        -webkit-background-size: auto 22px;
        -o-background-size: auto 22px;
    }

    .header__activity {
        padding-right: 18px;
        margin: -37px 0 13px 0;
    }

    .header__panel {
    }

    .header.open .header__panel {
        padding-bottom: 120px;
    }

    .header-auth__popup {
        right: 18px;
    }

    .header__mobilefooter {
        height: 120px;
        padding: 0 8px;
    }

    .header-mobilefooter {
        padding-top: 32px;
    }

    .header-mobilefooter__phonelink .caption {
        margin-left: 5px;
        margin-top: 1px;
    }

    .header-mobilefooter__time {
        margin-top: 16px;
    }

    .header-mobilefooter__links-item {
        margin: 0 56px 0 1px;
    }

    .header-mobilefooter__links-item:last-child {
        margin-right: 0;
    }

    .header-mobilefooter__email {
        margin-left: 1px;
        margin-top: 16px;
    }

    .header-mobilefooter__socials {
        margin-left: 0;
        margin-right: -9px;
    }

    .header-mobilefooter__socials .socials-list__item {
        margin-left: 35px;
    }

    .header-mobilefooter__socials .socials-list__item:first-child {
        margin-left: 0;
    }

    .header__burger {
        display: none;
    }

    .header-menu {
        display: block;
        height: 48px;
        margin-top: -48px;
        margin-left: 133px;
    }

    .header-menu__list {
        display: none;
        padding-left: 4px;
        padding-top: 2px;
    }

    .header-menu__link {
        padding-bottom: 13px;
    }

    .header-menu__list_mobile--desktop-and-down-right {
        top: 16px;
        left: auto;
        right: 124px;
    }

    .header-menu__list_mobile--desktop-and-down-right.is-auth {
        right: 153px;
    }

    .header-menu__list_mobile .header-city {
        display: none;
    }

    .header--light .header-menu__dropdown {
        display: none;
    }

    .header--lg-and-down-center .header__container {
        min-height: 92px;
    }

    .header--lg-and-down-center .header__logo {
        padding-top: 7px;
    }

    .header--lg-and-down-center .header__logo {
        display: block;
        margin: 0 auto;
    }

    .header--lg-and-down-center .header__logo.header__logo--lg-and-down-center {
        display: none;
    }

    .header--lg-and-down-center .header__activity {
        margin: 0;
        margin: -36px 0 13px 0;
    }

    .header-submenu__link {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 12px;
        font-size: 15px;
    }

    .header-submenu__link:after {
        right: -6px;
    }

    .header-submenu_owners .header-submenu__list {
        margin: 0 -25px;
    }

    .header-submenu_breeders .header-submenu__list {
        margin: 0 -21px;
    }

    .header-submenu_veterinars .header-submenu__list {
        margin: 0 -18px;
    }

    .header-menu-popup__container {
        height: calc(100vh - 60px - 48px - 120px);
    }

    .header-menu-popup__content {
        padding: 50px 10px;
    }

    .header-menu-popup__close {
        top: 44px;
        right: 58px;
    }

    .header-menu-popup__close-btn {
        font-size: 24px;
        line-height: 33px;
    }

    .header-submenu__popup-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .header {
        border-bottom: 0;
    }

    .header-main {
        position: relative;
        width: 100%;
        height: 60px;
        min-height: 60px;
        padding: 14px 0 13px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        background-color: #ffffff;
        margin-bottom: 0;
    }

    .page_type_eukanuba .header__logo {
        height: 28px;
    }

    .header.open {
        z-index: 99999;
    }

    .header__container {
        min-height: 92px;
    }

    .page_type_eukanuba .header__container {
        min-height: 60px;
    }

    .header__logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .header__activity {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header.open_auth .header__activity,
    .header.open_personal .header__activity {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .header__burger {
        display: block;
    }

    .header__panel {
        display: none;
        padding-top: 4px;
        padding-bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .header__panel::-webkit-scrollbar {
        width: 0;
    }

    .header__panel {
        -ms-overflow-style: none;
    }

    .header__panel {
        overflow: -moz-scrollbars-none;
    }

    .header.open .header__panel {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-bottom: 0;
    }

    .header.show_dropdown .header__panel {
        z-index: 1;
    }

    .header__mobilefooter {
        position: relative;
        height: 215px;
        padding: 0;
    }

    .header-mobilefooter {
        padding-top: 32px;
    }

    .header-mobilefooter [class*="col-"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-mobilefooter__time {
        margin-top: 8px;
    }

    .header-mobilefooter__links-container {
        float: none;
    }

    .header-mobilefooter__links {
        margin-top: 24px;
    }

    .header-mobilefooter__links-item {
        margin: 0 20px 0 0;
    }

    .header-mobilefooter__links-item:last-child {
        margin-right: 0;
    }

    .header-mobilefooter__email {
        position: relative;
        margin-top: 8px;
    }

    .header-mobilefooter__socials {
        float: none;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 0;
    }

    .header-mobilefooter__socials .socials-list {
        padding-left: 3px;
    }

    .header-mobilefooter__socials .socials-list__item {
        margin-left: 0;
        margin-right: 32px;
    }

    .header.open .header-menu-popup {
        display: none;
    }

    .header-menu {
        display: none;
        height: 96px;
        margin-top: 0;
        margin-left: 0;
        height: auto;
    }

    .header-menu__list {
        display: block;
        padding: 0;
    }

    .header-menu__link {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 13px;
    }

    .header-menu__list_mobile {
        position: relative;
        top: 0;
        left: 0;
        height: 38px;
        min-height: 38px;
        border-bottom: 1px solid #d7d7d7;
    }

    .header-menu__list_mobile .header-city {
        display: block;
        position: absolute;
        right: 18px;
        top: 6px;
        z-index: 1;
    }

    .header-menu__dropdown {
        position: absolute;
        z-index: 0;
        border-width: 0;
        background: #ffffff;
        border-bottom: 1px solid #d7d7d7;
    }

    .header-menu__dropdown.show {
        width: 100%;
        z-index: 9;
    }

    .header-menu__dropdown-button {
        display: inline-block;
        width: auto;
        padding-left: 18px;
        padding-top: 7px;
        padding-bottom: 4px;
    }

    .header-menu__dropdown-button .svg-icon {
        margin-top: -2px;
        margin-left: -9px;
    }

    .header-menu__dropdown.show .header-menu__dropdown-button {
        display: block;
        width: 100%;
        padding: 16px 18px;
    }

    .header-menu__dropdown.show .header-menu__dropdown-button .btn__text {
        display: block;
        padding: 16px 0 16px 18px;
        position: relative;
        z-index: 1;
        margin-left: -18px;
        margin-right: 36px;
        cursor: pointer;
        outline: none;
    }

    .header-menu__dropdown.show .header-menu__dropdown-button .btn__icon {
        width: 52px;
    }

    .header-menu__dropdown-menu {
        position: relative !important;
    }

    .header-menu__dropdown-menu.show {
    }

    .header-menu__dropdown-item {
        position: relative;
        border: 0;
    }

    .header-menu__dropdown-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 18px;
        right: 18px;
        height: 1px;
        background-color: #d7d7d7;
    }

    .header-menu__dropdown-link {
        padding: 16px 18px;
    }

    .header-submenu__backmenu {
        display: none;
        position: relative;
        height: 48px;
        padding-left: 42px;
        margin: -4px -18px 0;
    }

    .open_submenu .header-submenu__backmenu {
        display: block;
    }

    .header-submenu__backmenu:after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        height: 1px;
        bottom: -1px;
        background: #d7d7d7;
    }

    .header-submenu__backmenu-back {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        outline: none;
        border: 0;
        padding: 0 0 0 58px;
        cursor: pointer;
        text-align: left;
    }

    .header-submenu__backmenu-back .svg-icon {
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -8px;
        width: 8px;
        height: 16px;
        color: #e2001a;
    }

    .header-submenu__backmenu-back .caption {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        color: #444444;
        text-decoration: none;
        text-transform: uppercase;
    }

    .header-submenu__container {
        display: none;
        height: auto;
        background-color: inherit;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .header-submenu__container--gray .header-submenu__link {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }


    .header.open .header-submenu__container {
        display: block;
    }

    .header.open.open_auth .header-submenu__container,
    .header.open.open_personal .header-submenu__container {
        display: none;
    }

    .header-submenu {
        margin: 0 -18px;
        padding: 14px 0 19px;
        left: 0;
        right: 0;
        height: auto;
    }

    .header-submenu.header-submenu_breeders {
        padding-top: 14px;
    }

    .header-submenu.header-submenu_veterinars,
    .header-submenu.header-submenu_owners {
        padding-top: 24px;
    }

    .header-submenu__item {
        margin-bottom: 8px;
        text-align: left;
    }

    .header-menu__item.active_item .header-submenu {
        display: none;
    }

    .header-menu__item.active_item.open_menu .header-submenu {
        display: block;
    }

    .header-menu__item.open_menu .header-submenu {
        display: block;
    }

    .header-menu__item.open_menu .header-submenu {
        display: block;
        position: relative;
        height: auto;
    }

    .header-submenu__list {
        display: block;
        background: none;
    }

    .header-submenu_owners .header-submenu__list {
        margin: 0;
    }

    .header-submenu_breeders .header-submenu__list {
        margin: 0;
    }

    .header-submenu_veterinars .header-submenu__list {
        margin: 0;
    }

    .header-submenu__link {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #494949;
        text-transform: uppercase;
        padding: 12px 18px;
    }

    .header-submenu__link:hover {
        color: #494949;
    }

    .header-submenu__link.active_link {
        color: #494949;
    }

    .is_submenu_popup .header-submenu__link:after {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 100%;
        top: 0;
        right: 0;
    }

    .is_submenu_popup .header-submenu__link:after {
        opacity: 1;
        visibility: visible;
        left: auto;
        right: 0;
        border: 0;
        margin: 0;
        background-image: url('../../images/arrow_submenu.svg');
        background-size: 8px 16px;
        -moz-background-size: 8px 16px;
        -webkit-background-size: 8px 16px;
        -o-background-size: 8px 16px;
        background-position: 5px 50%;
        background-repeat: no-repeat;
    }

    .header-submenu__container--gray .header-submenu__link.active_link:after {
        background-image: url('../../images/arrow_submenu_red.svg');
    }

    .header-submenu__container--gray .is_submenu_popup .header-submenu__link:hover:after {
        background-image: url('../../images/arrow_submenu_red.svg');
    }


    .header.open.open_submenu .header__activity {
        display: none;
    }

    .open_submenu .header-submenu__item {
        display: none;
    }

    .open_submenu .header-submenu__item.open_submenu_item {
        display: block;
        padding-top: 14px;
    }

    .open_submenu_item .header-submenu__link {
        display: none;
    }

    .open_submenu_item .header-submenu__popup {
        display: block;
        min-height: 140px;
        margin-top: -20px;
    }

    .header-menu__list_mobile {
        display: block;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
    }

    .header-menu__link {
        display: none;
    }

    .header-menu-popup__container {
        height: calc(100vh - 36px - 60px - 48px - 215px);
    }

    .header-menu-popup__content {
        padding: 0 3px;
        margin-top: -11px;
        margin-bottom: -20px;
    }

    .header-menu-popup__content .offset-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .header-menu-popup__content .offset-sm-0 {
        margin-left: 16.66667%;
    }

    .header-submenu__popup-title {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .header-submenu__popup-image,
    .header-submenu__popup-image_title {
        display: none;
    }

    .header-submenu__popup-list {
        margin-bottom: 30px;
    }

    .header-submenu__popup-list li {
        margin-bottom: 16px;
    }

    .header-submenu__popup-list a {
        font-size: 20px;
    }

    .header-submenu__popup-list a br {
        display: none;
    }

    .header-phone {
        display: none;
    }

    .header-city {
        margin-left: 0;
    }

    .header__activity .header-city {
        display: none;
    }

    .header-personal {
        display: block;
        position: relative;
        top: 0;
        right: auto;
        margin-left: 0;
        border-bottom: 0;
        z-index: 1;
    }

    .header-personal__btn {
        width: 100%;
        height: 65px;
        padding: 19px 16px 20px 18px;
        border-bottom: 1px solid #d7d7d7;
        text-align: left;
    }

    .header.open_personal .header-personal__btn {
        display: none;
    }

    .header-personal__btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 100%;
        top: 0;
        opacity: 1;
        visibility: visible;
        left: auto;
        right: 0;
        border: 0;
        margin: 0;
        background-image: url(../../images/arrow_submenu.svg);
        background-size: 8px 16px;
        -moz-background-size: 8px 16px;
        -webkit-background-size: 8px 16px;
        -o-background-size: 8px 16px;
        background-position: 5px 50%;
        background-repeat: no-repeat;
    }

    .header-personal__btn .caption {
        font-size: 20px;
        line-height: 24px;
        color: #494949;
        text-transform: uppercase;
    }

    .header-personal__popup,
    .header-personal:hover .header-personal__popup,
    .header-personal__popup.show {
        display: none;
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        padding-top: 0;
    }

    .header.open_personal .header-personal__popup {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .header-personal__popup-container {
        border: 0;
        border-radius: 0;
        background-color: inherit;
        padding: 33px 20px 24px 17px;
    }

    .header-personal__popup-container:before,
    .header-personal__popup-container:after {
        display: none;
    }

    .header-personal__backmenu {
        position: relative;
        height: 48px;
        padding-left: 42px;
        margin: -33px -20px 0 -17px;
    }

    .header-personal__backmenu:after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        height: 1px;
        bottom: -1px;
        background: #d7d7d7;
    }

    .header-personal__backmenu-back {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        outline: none;
        border: 0;
        padding: 0 0 0 58px;
        cursor: pointer;
        text-align: left;
    }

    .header-personal__backmenu-back .svg-icon {
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -8px;
        width: 8px;
        height: 16px;
        color: #e2001a;
    }

    .header-personal__backmenu-back .caption {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        color: #444444;
        text-decoration: none;
        text-transform: uppercase;
    }

    .header-personal__typeuser {
        padding-top: 31px;
        padding-bottom: 29px;
        margin-bottom: 20px;
    }

    .header-personal__typeuser .name {
        font-size: 26px;
        font-weight: 500;
        line-height: 18px;
        color: #666666;
    }

    .header-personal__typeuser .type {
        margin-top: 10px;
        font-size: 15px;
        line-height: 18px;
        color: #666666;
    }

    .header-personal__list {
        margin-bottom: 20px;
    }

    .header-personal__list-item {
        margin-bottom: 16px;
    }

    .header-personal__list-item a {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        color: #444444;
    }

    .header-personal__logout {
        padding-top: 28px;
    }

    .header-personal__logout a {
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        color: #444444;
    }

    .header-personal__logout .svg-icon {
        margin-top: -6px;
        margin-right: 10px;
        width: 17px;
        height: 16px;
        max-width: 17px;
    }

    .header-auth {
        display: block;
        position: relative;
        top: 0;
        right: auto;
        margin-left: 0;
        margin-top: -4px;
        border-bottom: 0;
        z-index: 1;
    }

    .header-auth__btn {
        width: 100%;
        height: 64px;
        padding: 15px 16px 17px 18px;
        text-align: left;
        border-bottom: 1px solid #d7d7d7;
    }

    .header.open_auth .header-auth__btn {
        display: none;
    }

    .header-auth__btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 100%;
        top: -2px;
        opacity: 1;
        visibility: visible;
        left: auto;
        right: 0;
        border: 0;
        margin: 0;
        background-image: url(../../images/arrow_submenu.svg);
        background-size: 8px 16px;
        -moz-background-size: 8px 16px;
        -webkit-background-size: 8px 16px;
        -o-background-size: 8px 16px;
        background-position: 5px 50%;
        background-repeat: no-repeat;
    }

    .header-auth__btn .svg-icon {
        margin-right: 7px;
    }

    .header-auth__btn .caption {
        font-size: 20px;
        line-height: 24px;
        color: #494949;
        text-transform: uppercase;
        font-weight: bold;
    }

    .header-auth__btn .caption span {
        display: inline-block;
    }

    .header-auth__popup {
        display: none;
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        padding-top: 0;
    }

    .header-auth__popup-container {
        border: 0;
        border-radius: 0;
        background-color: inherit;
    }

    .header-auth__popup-container:before,
    .header-auth__popup-container:after {
        display: none;
    }

    .header-auth__backmenu {
        display: block;
        position: relative;
        height: 48px;
        padding-left: 42px;
        margin: -33px -20px 0 -18px;
    }

    .header-auth__backmenu:after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        height: 1px;
        bottom: -1px;
        background: #d7d7d7;
    }

    .header-auth__backmenu-back {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        outline: none;
        border: 0;
        padding: 0 0 0 58px;
        cursor: pointer;
        text-align: left;
    }

    .header-auth__backmenu-back .svg-icon {
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -8px;
        width: 8px;
        height: 16px;
        color: #e2001a;
    }

    .header-auth__backmenu-back .caption {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        color: #444444;
        text-decoration: none;
        text-transform: uppercase;
    }

    .header-auth__form {
        padding: 33px 18px 39px 18px;
    }

    .header-auth-form {
        padding-top: 18px;
    }

    .header-auth-form__title {
        display: block;
        width: 100%;
        height: 26px;
        padding: 0;
        margin-bottom: 32px;
        text-align: left;
    }

    .header-auth-form__title .svg-icon {
        margin-right: 8px;
        width: 16px;
        height: 16px;
        color: #767676;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
    }

    .header-auth-form__title .caption {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #494949;
        text-transform: uppercase;
        white-space: normal;
        text-decoration: none;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
    }

    .header-auth__forgotpass {
        margin-bottom: -11px;
    }

    .header-auth-form__remember {
        padding-top: 5px;
        margin-bottom: 12px;
        margin-left: -2px;
    }

    .header-auth-form__submit {
        padding: 0;
    }

    .header-auth__backauth {
        padding: 0;
    }

    .header-auth__backauth:after {
        left: 18px;
        right: 18px;
    }

    .header-auth__backauth-btn {
        padding: 0 18px 0 58px;
    }

    .header-auth-forgotpass__content {
        padding-top: 28px;
    }

    .header-auth-forgotpass__content:after {
        left: 18px;
        right: 18px;
    }

    .header--lg-and-down-center .header__activity {
        margin: 0;
    }

    .header__nav-list {
        flex-direction: column;
        margin-left: 27px;
        padding: 12px 0 20px;
    }

    .header__nav-list-item {
        font-size: 20px;
        line-height: 24px;
        color: #494949;
        text-transform: uppercase;
        font-weight: bold;
    }
}
