input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: default !important;
}
/* don't show the x for text inputs */
::-ms-clear {
    width : 0;
    height: 0;
}

/* don't show the eye for password inputs */
::-ms-reveal {
    width : 0;
    height: 0;
}
.clear {
    clear: both;
}
.hidden {
    display: none !important;
}
.img-responsive {
    max-width: 100%;
}
.radio {
    line-height: 28px !important;
    padding-left: 0px !important;
}
.svg {
}
.svg-place {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    z-index: -10;
    visibility: hidden;
}
sup.reg{
  font-size: 0.7em;
  line-height: 0;
}

/* bug ios */
.attach, .button, .checkbox, .input, .link, .menu-item, .radio, .textarea {
    touch-action: manipulation;
}

select, option {
    padding: 0px 5px;
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #494949;
}
.search-select .input_type_hide {
    display: none;
}

.icon {
    display: inline-block;
    text-align: center;
    background: 50% no-repeat;

    /* Hack for correct baseline positioning */
    /*
     * Чтобы иконка правильно позиционировалась внутри блочного контекста,
     * нужно прописать родителю свойство line-height со значением, равным высоте иконки
     */
}
.icon:empty:after {
    visibility: hidden;
    content: '\00A0';
}
.icon > img, .icon > svg {
    margin: -5.15em 0 -5em;

    /* 0.15 — magic number, empirically found */
    vertical-align: middle;
}
.icon_action_attach {
    position: absolute !important;
    top: 0;
    right: 10px;
    width: 33px !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+PC90aXRsZT48ZGVzYz48L2Rlc2M+PGcgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2U9IiNFMjAwMUEiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTIgMTBsOC41IDguNSA4LjUtOC41Ii8+PHBhdGggZD0iTTEwLjUgMTguNXYtMTciLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
}
.icon_view_vacancies {
    right: 20px;
}
@media screen and (max-width: 640px) {
    .icon_view_vacancies {
        right: 20px;
    }
}
.icon_type_close {
    width: 17px;
    height: 17px;
}
.icon_type_ico-present {
    width: 16px;
    height: 17px;
}
.icon_type_ico-v {
    width: 13px;
    height: 12px;
}
.icon_type_ico-club {
    width: 15px;
    height: 11px;
}
.icon_type_back {
    width: 25px;
    height: 16px;
}
.icon_type_list {
    width: 20px;
    height: 12px;
}
.icon_type_refresh {
    width: 45px;
    height: 45px;
}
.icon_type_file {
    width: 46px;
    height: 46px;
}
.icon_type_filenew {
    width: 46px;
    height: 46px;
}
.icon_type_link {
    width: 15px;
    height: 15px;
}
.icon_type_map-marker {
    width: 45px;
    height: 45px;
}
.icon_type_arrow-grey {
    width: 13px;
    height: 8px;
}
.icon_type_map-marker-office {
    width: 45px;
    height: 45px;
}
.icon_type_close-btn {
    width: 9px;
    height: 9px;
}
.icon_type_job {
    width: 45px;
    height: 45px;
}
.icon_type_delivery {
    width: 45px;
    height: 45px;
}
.icon_type_orders {
    width: 45px;
    height: 45px;
}
.icon_type_settings {
    width: 15px;
    height: 15px;
}
.icon_type_video {
    width: 80px;
    height: 80px;
}
.icon_type_present {
    width: 45px;
    height: 45px;
}
.icon_type_catalog {
    width: 45px;
    height: 45px;
}
.icon_type_arrow-r {
    width: 21px;
    height: 12px;
}
.icon_type_bag {
    width: 32px;
    height: 28px;
}
.icon_type_cat {
    width: 19px;
    height: 19px;
}
.icon_type_love {
    width: 44px;
    height: 22px;
}
.icon_type_vet {
    width: 31px;
    height: 20px;
}
.icon_type_basket-blue {
    width: 26px;
    height: 17px;
}
.icon_type_basket-red {
    width: 26px;
    height: 17px;
}
.icon_type_ico-rbk {
    width: 25px;
    height: 23px;
}
.main-menu__items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu__item-wrap {
    display: inline-block;
}
.main-menu__item-wrap:last-child .main-menu__drop-down {
    /*padding: 0 0 15px 0;*/
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.main-menu_theme_header {
    height: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-menu_theme_header .main-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    vertical-align: bottom;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    text-decoration: none;
    text-transform: uppercase;

    /*letter-spacing: 1px;*/
    font-size: 17px;
    padding: 0 12px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    line-height: 0.8;
}
.main-menu_theme_header .main-menu__item:hover {
    color: #e2001a;
}
.main-menu_theme_header .main-menu__item_active {
    color: #e2001a;
}
.main-menu_theme_header .main-menu__text {
    line-height: 0.8;
}
.main-menu_theme_header .main-menu__items {
    height: 66px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.main-menu_theme_header .main-menu__item-wrap {
    height: 36px;
    position: relative;
    z-index: 9;
}
.main-menu_theme_header .main-menu__item-wrap:hover .main-menu__drop-down-wrap {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
    visibility: visible;
    opacity: 1;
    left: 0px;
    top: 100%;
}
.main-menu_theme_header .main-menu__item-wrap:first-child {
    margin-left: 22px;
}
.main-menu_theme_header .main-menu__drop-down-wrap {
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    margin-top: 30px;
    padding: 30px 0px 7px 0px;
    z-index: 232;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 15px 0px 15px -10px rgba(0,0,0,0.2), 0px 15px 15px -15px rgba(0,0,0,0.2), -10px 0px 15px -10px rgba(0,0,0,0.2);
}
.main-menu_theme_header .main-menu__drop-down-wrap:before{
  content: '';
  position: absolute;
  width: 100%;
  padding-top: 34px;
  left:0;
  bottom: 100%;
}
.main-menu_theme_header .main-menu__drop-down-wrap_second-level{
  padding: 10px 0 0 25px;
}
.main-menu_theme_header .main-menu__drop-down-wrap_second-level .main-menu__drop-el{
  padding: 0;
  margin-bottom: 10px;
}
.main-menu_theme_header .main-menu__drop-down-wrap_second-level .main-menu__drop-el:last-child{
  margin-bottom: 0;
}
.main-menu_theme_header .main-menu__drop-down {
    background: #ffffff;
    padding: 30px 0px 7px 0px;
    box-shadow: 15px 0px 15px -10px rgba(0,0,0,0.2), 0px 15px 15px -15px rgba(0,0,0,0.2), -10px 0px 15px -10px rgba(0,0,0,0.2);
    columns: 1;
}
.main-menu_theme_header .main-menu__drop-el {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 43px;
    display: inline-block;
    min-width: 140px;
}
.main-menu_theme_header .main-menu__drop-el a {
    color : #e2001a;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.main-menu_theme_header .main-menu__drop-el a:hover {
    color : #191c1c;
}
.main-menu_theme_second-menu {
    height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.main-menu_theme_second-menu .main-menu__items {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-menu_theme_second-menu .main-menu__items li:last-child > a > span {
    border-right: 1px solid transparent;
    padding-right: 0px;
}
.main-menu_theme_second-menu .main-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 500;
}
.main-menu_theme_second-menu .main-menu__item span {
    padding: 2px 35px;
    border-right: 1px solid white;
    letter-spacing: 0.6px;
}
.main-menu_theme_second-menu .main-menu__item:hover {

    /*// color: $color_red;*/
}
.main-menu_theme_second-menu .main-menu__item_active {

    /*// color: $color_red;*/
}
.main-menu_theme_second-menu .main-menu__text {
    line-height: 0.8;
}
.main-menu_theme_second-menu .main-menu__item-wrap {

    /*//li*/
    height: 100%;
    position: relative;
    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;
}
.main-menu_theme_second-menu .main-menu__item-wrap:hover .main-menu__drop-down-wrap {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: 0px;
    padding-top: 0px;
}
.main-menu_theme_second-menu .main-menu__drop-down-wrap {
    position: absolute;
    visibility: hidden;
    padding-top: 29px;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

    /*// dop*/
    top: 100%;
    padding-top: 34px;
    top: 40px;
    left: 0px;
}
.main-menu_theme_second-menu .main-menu__drop-down {
    background: #ffffff;
    padding: 30px 0px 7px 0px;
    box-shadow: 15px 0px 15px -10px rgba(0,0,0,0.2), 0px 15px 15px -15px rgba(0,0,0,0.2), -10px 0px 15px -10px rgba(0,0,0,0.2);

    /*// box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/

    /*// columns: 2;*/
}
.main-menu_theme_second-menu .main-menu__drop-el {
    font-size: 14px;
    color: #e2001a;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 0px 43px;
    display: inline-block;
    min-width: 140px;
    white-space: nowrap;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.main-menu_theme_second-menu .main-menu__drop-el:hover {
    color : #191c1c;
}
.main-menu_theme_footer {
    margin-bottom: 19px;
}
.main-menu_theme_footer .main-menu__item {
    display: inline-block;
    text-decoration: none;
    margin-right: 22px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1.8px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
}
.main-menu_theme_footer .main-menu__item:hover {
    opacity: 0.6;
}
.main-menu_theme_footer .main-menu__item-wrap:last-child .main-menu__item {
    margin-right: 0;
}
.main-menu_theme_second-footer {
    margin-bottom: 36px;
}
.main-menu__items {
    margin: 0 !important;
}
.main-menu_theme_second-footer .main-menu__item {
    display: inline-block;
    text-decoration: none;
    margin-right: 34px;
    color: #ffffff;
    font-size: 15px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
}
.main-menu_theme_second-footer .main-menu__item:hover {
    opacity: 0.6;
}
.main-menu_theme_second-footer .main-menu__item-wrap:last-child .main-menu__item {
    margin-right: 0;
}
.main-menu_theme_bonus-header {
    display: table;
    width: 100%;
    vertical-align: bottom;
}
.main-menu_theme_bonus-header .main-menu__items {
    overflow: hidden;
}
.main-menu_theme_bonus-header .main-menu__item {
    display: inline-block;
    text-decoration: none;
    margin: 2px 7px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: pf_dindisplay_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    opacity: 1;
    position: relative;
    padding: 6px 9px 4px;
}
.main-menu_theme_bonus-header .main-menu__item:not(.menu_new_string):before {
    content: "";
    position: absolute;
    top: 13%;
    left: -9px;
    width: 1px;
    height: 74%;
    opacity: 0.5;
    background-color: #eceded;
}
.main-menu_theme_bonus-header .main-menu__item .main-menu__text {
    position: relative;
}
.main-menu_theme_bonus-header .main-menu__item .main-menu__text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    opacity: 0;
    margin: auto;
    width: 0%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-menu_theme_bonus-header .main-menu__item:hover .main-menu__text:after {
    width: 100%;
    opacity: 1;
}
.main-menu_theme_bonus-header .main-menu__item-wrap:last-child .main-menu__item {
    margin-right: 0;
}
.main-menu_theme_bonus-header .main-menu__item_active {
    background-color: #ffffff;
    color: #000000;
}
.main-menu_theme_bonus-header .menu_cart_count {
    display: inline-block;
    vertical-align: top;
    min-width: 19px;
    margin-left: 1px;
    margin-top: -2px;
    padding: 2px 4px;
    border-radius: 50%;
    background-color: #333f4f;
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-align: center;
}
.main-menu_theme_bonus-footer {
    margin-bottom: 19px;
}
.main-menu_theme_bonus-footer .main-menu__item {
    display: inline-block;
    text-decoration: none;
    margin-right: 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: pf_dindisplay_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    opacity: 1;
}
.main-menu_theme_bonus-footer .main-menu__item:hover {
    color: #191c1c;
}
.main-menu_theme_bonus-footer .main-menu__item-wrap:last-child .main-menu__item {
    margin-right: 0;
}
.main-menu_theme_copyring .main-menu__item {
    display: inline-block;
    font-family: pf_dindisplay_proregular;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
    margin-right: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}
.main-menu_theme_copyring .main-menu__item:hover {
    opacity: 0.6;
}
.main-menu_theme_copyring .main-menu__item-wrap:last-child .main-menu__item {
    margin-right: 0;
}
.main-menu_theme_bonus-copyring .main-menu__item {
    display: inline-block;
    font-family: pf_dindisplay_proregular;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
    margin-right: 18px;
    margin-bottom: 10px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.main-menu_theme_bonus-copyring .main-menu__item:hover {
    color: #191c1c;
}
.main-menu_theme_mobile {
    background: #ffffff;
}
.main-menu_theme_mobile ul {
    list-style: none;
    padding: 0;
}
.main-menu_theme_mobile .main-menu__drop-down-wrap {
    border-bottom: 1px solid #dedede;
    display: none;
}
.main-menu_theme_mobile .main-menu__item-wrap {
    display: block;
}
.main-menu_theme_mobile .main-menu__item-wrap_active .main-menu__drop-down-wrap {
    display: block;
}
.main-menu_theme_mobile .main-menu__item-wrap_active .main-menu__drop-down-wrap_second-level{
  padding-left: 30px;
  margin-bottom: -15px;
}
.main-menu_theme_mobile .main-menu__item-wrap_active .main-menu__drop-down-wrap_second-level .main-menu__drop-el{
  padding: 15px 0 0 0;
}
.main-menu_theme_mobile .main-menu__item-wrap_active .main-menu__item {
    border-color: #fff;
}
.main-menu_theme_mobile .main-menu__item {
    display: block;
    height: 55px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    font-family: pf_dindisplay_promedium;
    text-transform: uppercase;
    color: #e2001a;
    letter-spacing: 1px;
    padding: 0px 43px;
}
.main-menu_theme_mobile .main-menu__drop-el {
    display: block;
    height: 55px;
    border-bottom: 1px solid #dedede;
    padding: 0px 43px;
}
.main-menu_theme_mobile .main-menu__drop-el a {
    text-decoration: none;
    font-family: pf_dindisplay_promedium;
    color: #e2001a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-menu_theme_mobile .main-menu__item:after, .main-menu_theme_mobile .main-menu__drop-el:after {
    content : '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.main-menu_theme_mobile .main-menu__item_active, .main-menu_theme_mobile .main-menu__drop-el_active {
    color: #191c1c;
}
.main-menu_theme_mobile .main-menu__item:first-child {
    height: 78px;
    padding-right: 120px;
}
.main-menu_theme_mobile .main-menu__item:first-child .main-menu__text {
    white-space: normal;
    max-width: 200px;
}
.main-menu_theme_mobile .main-menu__drop-el {
    height: auto;
    font-size: 13px;
    border-color: #fff;
    padding-bottom: 30px;
}
.main-menu_theme_mobile .main-menu__text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.main-menu_theme_second-mobile {
    background: #e2001a;
}
.main-menu_theme_second-mobile .main-menu__drop-down-wrap {
    border-bottom: 1px solid #eb4d5f;
    display: none;
}
.main-menu_theme_second-mobile .main-menu__item-wrap {
    display: block;
}
.main-menu_theme_second-mobile .main-menu__item-wrap_active .main-menu__drop-down-wrap {
    display: block;
}
.main-menu_theme_second-mobile .main-menu__item-wrap_active .main-menu__item {
    border-color: #e2001a;
}
.main-menu_theme_second-mobile .main-menu__item, .main-menu_theme_second-mobile .main-menu__drop-el {
    display: block;
    height: 55px;
    border-bottom: 1px solid #eb4d5f;
    text-decoration: none;
    font-family: pf_dindisplay_promedium;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0px 43px;
}
.main-menu_theme_second-mobile .main-menu__item:after, .main-menu_theme_second-mobile .main-menu__drop-el:after {
    content : '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.main-menu_theme_second-mobile .main-menu__item_active, .main-menu_theme_second-mobile .main-menu__drop-el_active {
    color: #191c1c;
}
.main-menu_theme_second-mobile .main-menu__item:first-child {
    height: 78px;
}
.main-menu_theme_second-mobile .main-menu__drop-el {
    height: auto;
    font-size: 13px;
    border-color: #e2001a;
    padding-bottom: 30px;
}
.main-menu_theme_second-mobile .main-menu__text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
@media screen and (max-width: 1050px) {
    .main-menu_theme_header .main-menu__item {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-menu_theme_second-menu .main-menu__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-menu_theme_second-menu .main-menu__item span {
        padding: 2px 35px;
    }
}
@media screen and (max-width: 1024px) {
    .main-menu_theme_second-menu .main-menu__item span {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-menu_theme_second-menu .main-menu__drop-el {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .main-menu_theme_footer {
        margin-bottom: 25px;
    }
    .main-menu_theme_footer .main-menu__item {
        font-size : 12px;
    }
    .main-menu_theme_second-footer {
        margin-bottom: 33px;
    }
    .main-menu_theme_second-footer .main-menu__item {
        margin-right: 20px;
        font-size: 12px;
    }
    .main-menu_theme_copyring .main-menu__item {
        font-size : 12px;
        margin-bottom: 15px;
        margin-right: 0px;
        margin-right: 15px;
    }
    .main-menu_theme_copyring .main-menu__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 75px;
    }
}
@media screen and (max-width: 640px) {
    .main-menu_theme_footer {
        margin-bottom: 10px;
    }
    .main-menu_theme_footer .main-menu__item-wrap {
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
    }
    .main-menu_theme_footer .main-menu__item {
        margin-right: 0;
    }
    .main-menu_theme_footer .main-menu__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 85px;
    }
    .main-menu_theme_second-footer {
        margin-bottom: 10px;
    }
    .main-menu_theme_second-footer .main-menu__item-wrap {
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
    }
    .main-menu_theme_second-footer .main-menu__item {
        margin-right: 0;
    }
    .main-menu_theme_second-footer .main-menu__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 85px;
    }
    .main-menu_theme_copyring .main-menu__item-wrap {
        display: block;
        width: auto;
    }
    .main-menu_theme_copyring .main-menu__item {
        letter-spacing: 1px;
    }
    .main-menu_theme_copyring .main-menu__items {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
    }
}
.wrap {
    /*max-width: 946px;*/
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

/*wrap clearfix*/
.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.wrap_padding_no {
    padding: 0 !important;
}
.wrap_padding_min {
    padding-left: 20px;
    padding-right: 2px;
}
.wrap_padding_lr30 {
    padding-left: 30px;
    padding-right: 39px;
}
.wrap_color_white {
    background: #ffffff;
}
@media screen and (max-width: 1024px) {
    .wrap_width-xl_full {
        width: 100%;
        padding: 0;
    }
    .wrap_padding_lr30 {
        padding-left: 30px;
        padding-right: 39px;
    }
}
@media screen and (max-width: 950px) {
    .wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 640px) {
    .wrap {
        padding-left: 22px;
        padding-right: 22px;
    }
    .wrap_width_full {
        width: 100%;
        padding: 0;
    }
    .wrap_width-s_full {
        width: 100%;
        padding: 0;
    }
    .wrap_padding_lr30 {
        padding-left: 30px;
        padding-right: 39px;
    }
}
@media screen and (max-width: 640px) {
    .wrap_width_full {}
    .wrap_width_full .article__text-wrap, .wrap_width_full .editor, .wrap_width_full .title {
        padding-left: 24px;
        padding-right: 24px;
        display: block;
    }
    .wrap_width_full .article_img_left .article__text-wrap {
        margin: 0;
    }
    .wrap_width_full .article_img_left .article__text-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    .wrap_padding_lr30 {
        padding-left: 30px;
        padding-right: 39px;
    }
}

.move-slider {
    opacity: 1;
}
.move-slider_theme_big {
    position: relative;
    height: 424px;
    overflow: hidden;
}
.move-slider_theme_big .flickity-viewport {
    height: 424px !important;
}
.move-slider_theme_big .move-slider__carousel {
    height: 100%;
}
.move-slider_theme_big .move-slider__cell {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat : no-repeat;
}
.move-slider_theme_big .move-slider__container {
    position: relative;
    height: 100%;
}
.move-slider_theme_big .move-slider__container .link_full-button {
    position: absolute;
    height: 96%;
    top: 2%;
    right: 0;
    left: 0;
    cursor: pointer;
}
.move-slider_theme_middle {
    position: relative;
    height: 370px;
    overflow: hidden;
}
.move-slider_theme_middle .flickity-viewport {
    height: 370px !important;
}
.move-slider_theme_middle .move-slider__carousel {
    height: 100%;
}
.move-slider_theme_middle .move-slider__cell {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat : no-repeat;
}
.move-slider_theme_small {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.move-slider_theme_small .flickity-viewport{
  height: 230px !important;
}
.move-slider_theme_small .move-slider__carousel{
   height: 100%;
}
.move-slider_theme_small .move-slider__cell {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
    .move-slider_theme_middle .move-slider__cell.move-slider__cell_faqdogs {
        background-position: 55% 50%;
    }
}
@media screen and (max-width: 767px) {
    .move-slider_theme_middle .move-slider__cell.move-slider__cell_faqdogs {
        background-position: 60% 50%;
    }
}
@media screen and (max-width: 480px) {
    .move-slider_theme_middle {
        height: auto;
        margin-bottom: 20px;
    }
    .move-slider_theme_middle .flickity-viewport {
        height: 355px !important;
    }
    .move-slider_theme_middle .move-slider__s0-text-wrap {
        position: relative;
        top: 20px;
        left: 0;
        padding-left: 14px;
        padding-right: 14px;
        -webkit-transform: none;
        transform: none;
    }
    .move-slider_theme_middle .move-slider__cell.move-slider__cell_faqdogs {
        background: none;
        /*
        background-position: 70% 100%;
        background-size: 1400px auto;
        -moz-background-size: 1400px auto;
        -webkit-background-size: 1400px auto;
        -o-background-size: 1400px auto;
        */
    }
}
.move-slider__text-wrap {
    max-width: 1024px;
    padding: 0px 39px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%,0%,0);
    transform: translate3d(-50%,0%,0);
    bottom: 0;
    height: 100%;
}
.move-slider__s0-text-wrap {
    max-width: 1024px;
    padding: 0px 39px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%,0%,0);
    transform: translate3d(-50%,0%,0);
    top: 70px;
}
.move-slider__text {
    font-family: pf_din_text_cond_promedium;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #494949;
}
.move-slider__text strong {
    color: #e2001a;
}
.move-slider__text_type_base {
    font-size: 14px;
    line-height: 1.5;
    width: 510px;
    text-transform: none;
    color: #191c1c;
    font-family: helveticaneuecyrroman;
}
@media screen and (max-width: 640px) {
    .move-slider__text_type_base {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .move-slider__text_type_base.carousel__text {
        font-size: 14px;
    }
}
.move-slider__s0-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    color: white;
}
.move-slider__s0-text p {
    color: white;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 9px;
    letter-spacing: 1px;
}
.move-slider__title_type_big {
    color: #e2001a;
    font-size: 48px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
    .move-slider__title_type_big {
        font-size: 30px;
    }
}
@media screen and (max-width: 640px) {
    .move-slider_type_kitten .carousel__text-wrap {
        top: 0;
        padding: 24px;
    }
    .move-slider_type_kitten .move-slider__cell {
        background-position: 70% 55%;
    }
    .move-slider__title_type_big {
        font-size: 30px;
    }
    /*.move-slider__text_type_base {
            width: 100%;
          }
          .move-slider__title_type_big {
            font-size: 18px;
          }
          .carousel__text {
            display: none;
          }*/
}
.move-slider__title_type_middle {
    max-width: 70%;
    color: #2d2d2d;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
    .move-slider__title_type_middle {
        max-width: 50%;
        font-size: 32px;
    }
}
@media screen and (max-width: 640px) {
    .move-slider__title_type_middle {
        max-width: 60%;
        font-size: 32px;
    }
    .move-slider__title_type_middle br {
        display: inline;
    }
}
@media screen and (max-width: 480px) {
    .move-slider__title_type_middle {
        max-width: 100%;
        font-size: 24px;
    }
}
.move-slider .flickity-prev-next-button {
    display: none;
}
.move-slider .flickity-page-dots {
    position: absolute;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translate3d(-50%,0%,0);
    transform: translate3d(-50%,0%,0);
    max-width: 1024px;
    padding: 0px 39px;
    text-align : left;
}
.move-slider .flickity-page-dots .dot {
    width: 11px;
    height: 11px;
    background: transparent;
    position: relative;
    border-radius: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    margin: auto;
    margin-right: 9px;
    opacity: 1;
}
.move-slider .flickity-page-dots .dot:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e2001a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 100%;
}
.move-slider .flickity-page-dots .dot:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: transparent;
    border: 3px solid #e2001a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 50%;
}
.move-slider .flickity-page-dots .dot.is-selected:after {
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
}
.move-slider .flickity-page-dots .dot.is-selected:before {
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
}

/* banner for bf-choose */
.move-slider_theme_big.move-slider_type_bf-choose{}
.move-slider_theme_big.move-slider_type_bf-choose .carousel__text-wrap_type_bf-choose .carousel__text-container {
    max-width: 50%;
}
.move-slider_theme_big.move-slider_type_bf-choose .move-slider__title_type_bf-choose {
    color: #e2001a;
    font-family: pf_din_text_cond_promedium;
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1.1;
    text-align: center;
    max-width: 100%;
    margin-bottom: 48px;
}
.move-slider_theme_big.move-slider_type_bf-choose .move-slider__title_type_bf-choose span {
    color: #494949;
}
.move-slider_theme_big.move-slider_type_bf-choose .link_btn_type_bf-choose {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 70px;
    background: #e2001a;
    color: #FFFFFF;
    font-family: pf_din_text_cond_promedium;
    font-size: 26px;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.move-slider_theme_big.move-slider_type_bf-choose .link_btn_type_bf-choose:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .move-slider_theme_big.move-slider_type_bf-choose {
        height: 360px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__s0-text-wrap {
        top: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 410px !important;
    }
    .move-slider_theme_big .move-slider__cell {
        background-size: 180% auto;
    }
    .move-slider_theme_big .move-slider__text-wrap {
        overflow: hidden;
    }
}
@media screen and (max-width: 991px) {
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 410px !important;
    }
    .move-slider_theme_big .move-slider__cell {
        background-size: 180% auto;
    }
    .move-slider_theme_big .flickity-page-dots {
        bottom: 10px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .container {
        max-width: 100%;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__title_type_bf-choose {
        max-width: 400px;
        margin: 0 auto 30px;
        font-size: 38px;
        letter-spacing: -0.5px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .link_btn_type_bf-choose {
        font-size: 22px;
        width: 180px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 300px !important;
    }
    .move-slider_theme_big .move-slider__cell {
        background-size: 160% auto;
    }
    .move-slider__text {
        font-size: 20px;
        line-height: 1.5;768
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__s0-text-wrap {
        top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .move-slider_theme_big.move-slider_type_bf-choose {
        height: 180px !important;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .carousel__cell.move-slider__cell.move-slider__cell_type_bf-choose {
        background-image: none !important;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .carousel__text-wrap_type_bf-choose .carousel__text-container {
        max-width: 500px;
        margin: 0 auto;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__title_type_bf-choose {
        max-width: 500px;
        font-size: 36px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__s0-text-wrap {
        top: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .link_btn_type_bf-choose {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 230px !important;
    }
    .move-slider_theme_big.move-slider_type_kitten, .move-slider_theme_big.move-slider_type_kitten .flickity-viewport {
        height: 400px !important;
    }
    .move-slider_theme_big.move-slider_type_kitten .move-slider__cell {
        background-size: auto 360px;
        background-position: 70% 100%;
    }
    .move-slider__text-wrap, .move-slider .flickity-page-dots {
        padding-left:   24px;
        padding-right:  24px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose {
        height: 180px !important;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__s0-text-wrap {
        top: 30px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .move-slider__title_type_bf-choose {
        max-width: 400px;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .move-slider_theme_big.move-slider_type_bf-choose .link_btn_type_bf-choose {
        display: none;
        font-size: 18px;
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 200px !important;
    }
    .move-slider_theme_big .flickity-page-dots {
        bottom: 0;
    }
}
@media screen and (max-width: 420px) {
    .move-slider_theme_big {
        height: 240px !important;
    }
    .move-slider_theme_big, .move-slider_theme_big .flickity-viewport {
        height: 200px !important;
    }
    .move-slider_theme_big .move-slider__cell {
        background-size: 180% auto;
    }
}
@media screen and (max-width: 360px) {
    .move-slider_theme_big {
        height: 180px !important;
    }
    .move-slider_theme_big .flickity-viewport {
        height: 160px !important;
    }
    .move-slider .flickity-page-dots {
        bottom: 15px;
    }
}

.image_align_right {
    float: right;
    padding: 8px 0 8px 40px;
}
.image_align_left {
    float: left;
    padding: 8px 40px 8px 0;
}
.image_padding-t_none {
    padding-top: 0;
}
.image_padding-r_none {
    padding-right: 0;
}
.image_width_100 {
    width: 100%;
}
.box_type_vet-club .image {
    margin-top: 50px;
}
@media screen and (max-width: 640px) {
    .image_padding-s_none {
        padding: 0;
    }
    .image_align-s_center {
        margin: 0 auto;
        display: block;
    }
    .box_type_vet-club .image {
        margin-top: 25px;
    }
}
/* stylelint-disable */
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}
.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.grid.grid_another_country {
    background-color: rgb(249, 249, 249);
}
.grid.grid_another_country .table__row-text {
    opacity: 0.3;
}

.grid_catalog_true .grid__col {
    position: relative;
}
.box_type_diet .grid .grid__col:nth-child(3) {
    padding-right: 40px !important;
}
.grid.second-grid {
    margin-top: 45px;
    margin-bottom: 12px;
}
.grid_view_relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid_view_relative img {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}
.grid_view_height .grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    /*flex-grow: 1;*/
}
.grid__col_view_relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid__col_view_relative img {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.grid__col_width_04 {
    width: 4%;
}
.grid__col_width_05 {
    width: 5%;
}
.grid__col_width_06 {
    width: 6%;
}
.grid__col_width_07 {
    width: 7%;
}
.grid__col_width_08 {
    width: 8%;
}
.grid__col_width_09 {
    width: 9%;
}
.grid__col_width_010 {
    width: 10%;
}
.grid__col_width_11 {
    width: 11%;
}
.grid__col_width_12 {
    width: 12%;
}
.grid__col_width_13 {
    width: 13%;
}
.grid__col_width_14 {
    width: 14%;
}
.grid__col_width_15 {
    width: 15%;
}
.grid__col_width_16 {
    width: 16%;
}
.grid__col_width_17 {
    width: 17%;
}
.grid__col_width_18 {
    width: 18%;
}
.grid__col_width_19 {
    width: 19%;
}
.grid__col_width_2 {
    width: 20%;
}
.grid__col_width_21 {
    width: 21%;
}
.grid__col_width_22 {
    width: 22%;
}
.grid__col_width_23 {
    width: 23%;
}
.grid__col_width_24 {
    width: 24%;
}
.grid__col_width_25 {
    width: 25%;
}
.grid__col_width_26 {
    width: 26%;
}
.grid__col_width_27 {
    width: 27%;
}
.grid__col_width_28 {
    width: 28%;
}
.grid__col_width_29 {
    width: 29%;
}
.grid__col_width_30 {
    width: 30%;
}
.grid__col_width_31 {
    width: 31%;
}
.grid__col_width_32 {
    width: 32%;
}
.grid__col_width_3 {
    width: 33.3333%;
}
.grid__col_width_33 {
    width: 33%;
}
.grid__col_width_34 {
    width: 34%;
}
.grid__col_width_35 {
    width: 35%;
}
.grid__col_width_4 {
    width: 40%;
}
.grid__col_width_42 {
    width: 42%;
}
.grid__col_width_43 {
    width: 43%;
}
.grid__col_width_44 {
    width: 44%;
}
.grid__col_width_45 {
    width: 45%;
}
.grid__col_width_47 {
    width: 47%;
}
.grid__col_width_48 {
    width: 48%;
}
.grid__col_width_49 {
    width: 49%;
}
.grid__col_width_5 {
    width: 50%;
}
.grid__col_width_51 {
    width: 51%;
}
.grid__col_width_52 {
    width: 52%;
}
.grid__col_width_53 {
    width: 53%;
}
.grid__col_width_55 {
    width: 55%;
}
.grid__col_width_6 {
    width: 60%;
}
.grid__col_width_66 {
    width: 66.6%;
}
.grid__col_width_65 {
    width: 65%;
}
.grid__col_width_66 {
    width: 66.6666%;
}
.grid__col_width_67 {
    width: 67.65%;
}
.grid__col_width_7 {
    width: 70%;
}
.grid__col_width_71 {
    width: 71%;
}
.grid__col_width_72 {
    width: 72%;
}
.grid__col_width_73 {
    width: 73%;
}
.grid__col_width_74 {
    width: 74%;
}
.grid__col_width_75 {
    width: 75%;
}
.grid__col_width_78 {
    width: 78%;
}
.grid__col_width_8 {
    width: 78%;
}
.grid__col_width_84 {
    width: 84%;
}
.grid__col_width_92 {
    width: 92%;
}
.grid__col_width_10 {
    width: 100%;
}

.grid_padding_right .grid__col_width_10 {
    padding-right: 0px
}
.grid__col_relative {
    position: relative;
}
.grid__col_border_bottom {
    border-bottom: 1px solid #dedede;
}
.grid__col_border_b {
    border-left: 1px solid #dedede;
}
.grid__col_border_r {
    border-right: 1px solid #dedede;
}
.grid__col_border_rn {
    border-right: none;
}
.grid__col_border_n {
    border: none;
}
.grid__col_align_center {
    text-align: center;
}
.grid__col_align_right {
    text-align: right;
}

.grid_poses_5 .grid__col:nth-child(3n+2) {
    padding-right: 0px;
}
.grid_poses_2 .grid__col:nth-child(2n) {
    padding-right: 0px;
}

.grid_padding .grid__col:first-child {
    padding-left: 0;
    padding-right: 23px;
}
.grid_padding .grid__col:last-child {
    padding-left: 23px;
    padding-right: 0px;
}
.grid_padding_first .grid__col:first-child {
    padding-left: 0;
    padding-right: 23px;
}

.grid_padding_right .grid__col {
    padding-right: 40px;
}
.grid_padding_right .grid__col:last-child {
    padding-right: 0px;
}
.grid_padding_right-3 .grid__col {
    padding-right: 40px;
}
.grid_padding_right-3 .grid__col:nth-child(3n + 3) {
    padding-right: 0px;
}

.grid__col_width_show {
    display: block;
}
.grid__col_width_hide {
    display: none;
}
@media screen and (max-width: 950px) {
    .grid__col_width-l_2 {
        width: 20%;
    }
    .grid__col_width-l_22 {
        width: 22%;
    }
    .grid__col_width-l_25 {
        width: 25%;
    }
    .grid__col_width-l_32 {
        width: 32.35%;
    }
    .grid__col_width-l_3 {
        width: 33.33%;
    }
    .grid__col_width-l_4 {
        width : 40%;
    }
    .grid__col_width-l_47 {
        width : 47%;
    }
    .grid__col_width-l_5 {
        width: 50%;
    }
    .grid__col_width-l_53 {
        width: 53%;
    }
    .grid__col_width-l_6 {
        width : 60%;
    }
    .grid__col_width-l_67 {
        width: 67.65%;
    }
    .grid__col_width-l_8 {
        width: 78%;
    }
    .grid__col_width-l_10 {
        width: 100%;
    }
    .grid_padding_right .grid__col_width-l_10 {
        padding-right: 0px
    }
    .grid__col_width-l_hide {
        display: none;
    }
    .grid_padding_hide .grid__col {
        padding-right: 0px;
    }
    .grid_padding_hide .grid__col:first-child {
        padding-right: 40px;
    }
    .grid_padding_right-3 .grid__col {
        padding-right: 40px;
    }
    .grid_padding_right-3 .grid__col:nth-child(3n + 3) {
        padding-right: 40px;
    }
}
@media screen and (min-width: 950px) {
    .grid_padding_hide .grid__col {
        padding-right: 40px;
    }
    .grid_padding_hide .grid__col:last-child {
        padding-right: 0px;
    }
}
@media screen and (max-width: 768px) {
    .grid__col_width-m_2 {
        width: 20%;
    }
    .grid__col_width-m_22 {
        width: 22%;
    }
    .grid__col_width-m_25 {
        width: 25%;
    }
    .grid__col_width-m_32 {
        width: 32.35%;
    }
    .grid__col_width-m_3 {
        width: 33.33%;
    }
    .grid__col_width-m_35 {
        width: 35%;
    }
    .grid__col_width-m_4 {
        width : 40%;
    }
    .grid__col_width-m_5 {
        width: 50%;
    }
    .grid__col_width-m_6 {
        width : 60%;
    }
    .grid__col_width-m_65 {
        width : 65%;
    }
    .grid__col_width-m_67 {
        width: 67.65%;
    }
    .grid__col_width-m_8 {
        width: 78%;
    }
    .grid__col_width-m_10 {
        width: 100%;
    }

    .grid_padding_right .grid__col_width-m_10 {
        padding-right: 0px
    }
    .grid__col_width-m_show {
        display: block;
    }
    .grid__col_width-m_hide {
        display: none;
    }
    .grid__col_align-m_center {
        text-align: center;
    }
    .grid__col_margin-m_center {
        margin: 0 auto;
    }
    .grid__col_border-m_b {
        border-left: 1px solid #dedede;
    }
    .grid_direction-s_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .box_type_contact-us .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}
@media screen and (max-width: 640px) {
    .grid.second-grid {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid__col_width-s_2 {
        width: 20%;
    }
    .grid__col_width-s_22 {
        width: 22%;
    }
    .grid__col_width-s_25 {
        width: 25%;
    }
    .grid__col_width-s_30 {
        width: 30%;
    }
    .grid__col_width-s_32 {
        width: 32.35%;
    }
    .grid__col_width-s_3 {
        width: 33.33%;
    }
    .grid__col_width-s_4 {
        width: 40%;
    }
    .grid__col_width-s_5 {
        width: 50%;
    }
    .grid__col_width-s_53 {
        width: 53%;
    }
    .grid__col_width-s_67 {
        width: 67.65%;
    }
    .grid__col_width-s_8 {
        width: 78%;
    }
    .grid__col_width-s_10 {
        width: 100%;
    }
    .grid_padding_right .grid__col_width-s_10 {
        padding-right: 0px
    }
    .grid__col_width-s_hide {
        display: none;
    }
    .grid__col_border-m_l {
        border-left: none;
    }
    .grid__col_padding-s_all {
        padding: 0 24px;
    }
    .grid_padding .grid__col:first-child {
        padding: 0;
    }
    .grid_padding .grid__col:last-child {
        padding: 0;
    }
    .grid_padding_hide .grid__col {
        padding-right: 0px;
    }
    .grid_padding_hide .grid__col:first-child {
        padding-right: 0px;
    }
    .box_type_diet .grid .grid__col:nth-child(3) {
        padding-right: 0px !important;
    }
    .grid_padding_right-3 .grid__col {
        padding-right: 0px;
    }
    .grid_padding_right-3 .grid__col:nth-child(3n + 3) {
        padding-right: 0px;
    }
}
@media screen and (max-width: 500px) {
  .grid__col_width-xs_10 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .grid__col_width-xxs_10 {
    width: 100%;
  }
}
.image-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding-right: 23px;
}
.box_type_feed .image-btn .image-btn__image-wrap {
    width: 54%;
}
.box_type_feed .image-btn .image-btn__text-wrap {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: -16px;
}
.image-btn:last-child {
    padding-right: 0;
    padding-left: 23px;
}
.image-btn:last-child .image-btn__image-wrap:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dedede;
    z-index: 10;
}
.image-btn:last-child .image-btn__text-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.image-btn__image-wrap {
    width: 66.4%;
    position: relative;
    height: 230px;
    display: inline-block;
    vertical-align: top;
}
.image-btn__image-wrap_width-59 {
    width: 59%;
}
.image-btn__image-wrap .image {
    display: block;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.image-btn__image-wrap .svg {
    display: none;
    width: 81px;
    height: 81px;
}
.image-btn__text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.6%;
    align-items: center;

    /*justify-content: flex-end;*/
}
.image-btn__text {
    color: #e2001a;
    font-size: 24px;
    font-family: pf_din_text_cond_promedium;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto 0;
    position: relative;
    white-space: nowrap;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.image-btn__text:after {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    opacity: 0;
    background: #191c1c;
    margin: auto;
    width: 0%;

    /*transform: translate3d(0, 3px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.image-btn__small-image {
    display: none;
}
.image-btn:hover .image-btn__text {
    color: #191c1c;
}
.image-btn:hover .image-btn__text:after {
    width: 100%;
    opacity: 1;

    /*transform: translate3d(0, 0px, 0);*/
}
.image-btn_view_small:last-child {
    padding-left: 40px;
}
.image-btn_view_small:last-child .image-btn__image-wrap:before {
    left: -41px;
}
.image-btn_view_small .image-btn__image-wrap:before {
    left: -40px;
}
.image-btn_view_small .image-btn__text {
    font-size: 14px;
}
.image-btn_view_small .image-btn__image-wrap  {
    width: auto;
    height: 81px;
    margin-right: 15px;
}
.image-btn_view_small .image-btn__image-wrap .svg {
    display: block;
}
.image-btn_view_small .image-btn__image-wrap .image {
    display: none;
}
.image-btn_view_small .image-btn__image-wrap:before {
    left: -20px;
}
.image-btn_view_small .image-btn__text-wrap {
    width: auto;
}
.image-btn_view_small .image-btn:hover .image-btn__text {
    color: #191c1c;
}
.image-btn_view_small .image-btn:hover .image-btn__text:after {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
@media screen and (max-width: 850px) {
    .image-btn__image-wrap .image {
        width: 95%;
    }
}
@media screen and (max-width: 768px) {
    .image-btn__image-wrap  {
        width: auto;
        height: 81px;
        margin-right: 15px;
    }
    .box_type_feed .image-btn .image-btn__image-wrap {
        width: auto;
    }
    .image-btn__image-wrap .svg {
        display: block;
    }
    .image-btn__image-wrap .image {
        display: none;
    }
    .image-btn__image-wrap:before {
        left: -20px;
    }
    .image-btn__text-wrap {
        width: auto;
    }
    .image-btn:hover .image-btn__text {
        color: #191c1c;
    }
    .image-btn:hover .image-btn__text:after {
        opacity: 0;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
}
@media screen and (max-width: 640px) {
    .image-btn {
        display: block;
        padding: 0;
    }
    .image-btn__image-wrap {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .box_type_feed .image-btn .image-btn__image-wrap {
        width: 100%;
    }
    .image-btn__image-wrap .svg {
        display: inline-block;
    }
    .image-btn__text-wrap {
        width: 100%;
        text-align: center;
        display: block;
    }
    .image-btn__text {
        text-align: center;
        font-size: 14px;
    }
}
.box.box_type_diet {
    padding-bottom: 8px !important;
}
.box.box_type_feed {
    border-top: 1px solid #e1e1e1;
}
.box.box_type_vetadvantages {
    border-bottom: 1px solid #e1e1e1;
}
.box_popup_bg {
    position: relative;
}
.box_popup_bg:before {
    content : '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: -3px;
    height: 112px;
    background: #ffffff;
}
.box_border_t {
    border-top: 1px solid #dedede;
}
.box_border_b {
    border-bottom: 1px solid #dedede;
}
.box_color_white {
    background: #ffffff;
}
.box_color_red {
    background: #e2001a;
}
.box_color_gray {
    background: #f8f8f8;
}
.box_color_grey {
    background: #eceded;
}
.box_color_grey-light {
    background: #eceded;
}
.box_color_gery-dark {
    background: #87888a;
}
.box_color_gery-darker {
    background: #494949;
}
.box_flex_auto {
    flex: 1 0 auto;
}
.box_padding_sxs {
    padding : 23px;
    padding-bottom: 0;
}
.box_padding_sxs .title {
    margin-top: 0;
}
.box_padding_sx {
    padding: 23px;
}
.banners_chooseanickname .box_padding_grid_col {
    padding: 0 30px;
    margin-bottom: 40px;
}
.box_padding_sx .title {
    margin-top: 0;
}
.box_padding_s {
    padding : 50px 0;
}
.box_padding_s .title {
    margin-bottom: 30px;
    margin-top: 0;
}
.box_padding_ts {
    padding-top: 50px;
}
.box_padding_bm {
    padding-bottom: 25px;
}
.box_padding_ts .title {
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}
.box_padding_tts {
    padding-top: 40px;
}
.breadcrumbs__wrap {
    margin-top:30px;
}
.box_padding_bs {
    margin-bottom : 50px;
}
.box_padding_bxs {
    margin-bottom : 30px;
}
.box_padding_bxsm {
    margin-bottom : 20px;
}
.box_padding_ss {
    padding : 50px 42px;
}
.box_padding_ss .title {
    margin-bottom: 25px;
    margin-top: 0;
}
.box_padding_m {
    padding: 20px 0px;
}
.box_padding_xs {
    padding-top: 50px;
    padding-bottom: 25px;
}
.box_padding_xs .title {
    margin-bottom: 13px;
    margin-top: 0;
}
.box_padding_txs {
    padding-top: 50px;
    padding-bottom: 25px;
}
.box_padding_txs .title {
    margin-bottom: 23px;
    margin-top: 0;
}
.box_padding_zxs {
    padding-top: 43px;
    padding-bottom: 25px;
}
.box_padding_zxs .title {
    margin-bottom: 12px;
    margin-top: 0;
}
.box_padding_buy {
    padding-top: 41px;

    /* padding-bottom: 25px; */
}
.box_padding_buy .title {
    margin-bottom: 25px;
    margin-top: 0;
}
.box_padding_buy-cart {
    padding-top: 30px;
    padding-bottom: 10px;
}
.box_padding_zl {
    padding-top: 50px;
    padding-bottom: 70px;
}
.box_padding_zl .title {
    margin-bottom: 23px;
    margin-top: 0;
}
.box_padding_blank {
    padding-top: 40px;
    padding-bottom: 70px;
}
.box_padding_blank .title {
    margin-bottom: 35px;
    margin-top: 0;
    letter-spacing: 0.08em;
}
.box_padding_b-70 {
    padding-bottom: 70px;
}
.box_padding_lxs {
    padding-top: 10px;
    padding-bottom: 20px;
}
.box_padding_sides-m {
    padding: 0 40px;
}
.box_padding_sides-m .title {
    margin-bottom: 20px;
    margin-top: 0;
}
.box_padding_tbm {
    padding-top: 50px;
    padding-bottom: 40px;
}
.box_padding_top-none {
    padding-top: 0 !important;
}
.box_padding_bottom-none {
    padding-bottom: 0 !important;
}
.box_padding_no {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.box_padding_p13 {
    padding-top: 25px;
    padding-bottom: 70px;
}
.box_padding_p01 {
    padding-top: 0px;
    padding-bottom: 25px;
}
.box_padding_p11 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.box_padding_p12 {
    padding-top: 25px;
    padding-bottom: 50px;
}
.box_padding_p23 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.box_size_s {
    height: 73px;
}
.box_size_l {
    height: 307px;
}
.box_align_middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box_margin_bx {
    margin-bottom: 70px;
}
.box_margin_bm {
    margin-bottom: 50px;
}
.box_margin_bs {
    margin-bottom: 20px;
}
.box_margin_15 {
    margin-bottom: 15px;
}
.box_margin_t30 {
    margin-top: 30px;
}
.box_margin_b35 {
    margin-bottom: 35px;
}
.box_margin_t20 {
    margin-top: 20px;
}
.box_margin_t10 {
    margin-top: 10px;
}
.box_margin_p-partner {
    margin-top: 0px;
    margin-bottom: 35px;
}
.box_margin_p {
    margin-top: 30px;
    margin-bottom: 35px;
}
.box_width-xl_show {
    display: none;
}
.box_view_btn-icon .btn-icon {
    text-align: left;
}
.box_view_btn-icon .btn-icon:last-child {
    padding-left: 60px;
}
.box_bg_dog {
    position: relative;
    height: 370px;
    background: url(/i/program/img_dog.png) no-repeat center right;
}
.box_bg_cat {
    position: relative;
    height: 370px;
    background: url(/i/program/img_cat.png) no-repeat center right;
}
.box_stick {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.box_flexGrow_true {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (max-width: 1024px) {
    .box_width-xl_hide {
        display: none;
    }
    .box_width-xl_show {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .box_width_l {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .box_color-m_white {
        background: #ffffff;
    }
    .box_padding-m_top-none {
        padding-top: 0 !important;
    }
    .box_padding-m_bottom-none {
        padding-bottom: 0 !important;
    }
    .box_type_product .tabs_view_transform .tabs__content {
        padding: 0px;
    }
    .box_border_t-m {
        border-top: 1px solid #dedede;
    }
    .banners_chooseanickname .box_padding_grid_col {
        padding: 0 15px;
    }
}
@media screen and (max-width: 640px) {
    .box_view_btn-icon .btn-icon:last-child {
        padding-left: 0px;
    }
    .box_width_s {
        margin-bottom: 0;
    }
    .box_margin-s_bm {
        margin-bottom: 20px;
    }
    .box_padding_s {

        /*padding : 30px 0;*/
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .box_padding_xs {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .box_padding_txs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box_padding_ss {
        padding: 30px;
    }
    .box_padding_ss .title {
        padding: 0;
    }
    .box_popup_bg:before {
        display: none;
    }
    .box_color-s_white {
        background: #ffffff;
    }
    .box_border_t-s {
        border-top: 1px solid #dedede;
    }
    .banners_chooseanickname .box_padding_grid_col {
        padding: 0;
    }
    .banners_chooseanickname img {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 380px) {
    .box_padding_ts .title {
        padding-bottom: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 950px) {
    .box-contacts {
        position: relative;
    }
    .box-contacts:after {
        content : '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #e2001a;
        width: 200%;
        z-index: -1;
    }
}
.title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #191c1c;
}
.box_type_contact-us .title .title {
    margin-bottom: 6px;
}
.box_type_vet-club .title.club-title {
    margin-bottom: 37px;
}
.box_type_vet-club .title.club-subtitle {
    margin-bottom: 45px;
}
.title_view_m-banner {
    padding: 65px 80px 0 0;
    font-size: 17px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
}
.title_view_xxl-banner {
    padding: 13px 0 40px 0;
}
.title_size_h1 {
    font-size : 17px;
    font-family: pf_din_text_cond_promedium;
    line-height: 1.2;
    margin: 0;
}
.title_size_h2 {
    font-size : 17px;
    font-family: pf_din_text_cond_promedium;
    line-height: 1.2;
    margin: 0;
}
.title_size_h3 {
    font-size: 18px;
    font-family: pf_dindisplay_proregular;
    text-transform: lowercase;
}
.title_size_h4 {
    font-size : 14px;
    font-family: pf_din_text_cond_promedium;
    line-height: 1.2;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title_size_xxxl {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: normal;
    color: #2d2d2d;
    text-transform: none;
    font-family: pf_dindisplay_promedium;
}
@media screen and (max-width: 480px) {
    .title_size_xxxl {
        font-size: 20px;
        line-height: 1.2;
    }
}
.title_size_xxl {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.028em;
    color: #494949;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.title_size_xxl span {
    color: #e2001a;
}
.title_size_xl {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.019em;
    color: #494949;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.title_size_xl span {
    color: #e2001a;
}
.title_size_xlk {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.6px;
    color: #494949;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.title_size_xlk span {
    color: #e2001a;
}
.title_size_l {
    font-size: 24px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.title_size_lm {
    font-size: 21px;
    text-transform: none;
    font-family: pf_dindisplay_promedium;
}
.title_size_m {
    font-size: 20px;
    text-transform: none;
    font-family: pf_dindisplay_proregular;
}
.title_size_s {
    font-size: 14px;
    text-transform: none;
    font-family: helveticaneuecyrbold;
}
@media screen and (max-width: 768px) {
    .title_size_lm {
        font-size: 18px;
    }
    .title_size_xxl {
        font-size: 20px;
        line-height: 25px;
    }
    .title_size_xl {
        font-size: 17px;
    }
}
.title_color_white {
    color: #ffffff;
}
.title_color_grey {
    color: #494949;
}
.title_color_red {
    color: #e2001a;
}
.title_color_color_grey_vets {
    color: #464646;
}
h1.title_margin_tb3022 {
    margin-top: 30px;
    margin-bottom: 22px !important;
}
.title_margin_tb2535 {
    margin-top: 25px !important;
    margin-bottom: 35px !important;
}
.title_margin_b-15 {
    margin-bottom: 15px;
}
.title_margin_b-30 {
    margin-bottom: 30px !important;
}
.title_margin_b-40 {
    margin-bottom: 40px !important;
}
.title_margin_b-45 {
    margin-bottom: 45px !important;
}
.title_margin_t-0 {
    margin-top: 0px !important;
}
.title_margin_t-10 {
    margin-top: 10px !important;
}
.title_margin_t-30 {
    margin-top: 30px !important;
}
.title_margin_t30 {
    margin-top: 30px;
}
.title_margin_tb-1330 {
    margin-top: 13px !important;
    margin-bottom: 30px !important;
}
.title_letsp_02 {
    letter-spacing: 0.2px;
}
.title_letsp_13 {
    letter-spacing: 1.3px;
}
.title_letsp_19 {
    letter-spacing: 1.9px;
}
.title_letsp_24 {
    letter-spacing: 2.4px;
}
.title_letsp_08 {
    letter-spacing: 0.08em;
}
.title_line-h_33 {
    line-height: 33px;
}
.title_line-h_14 {
    line-height: 1.4em;
}
.title_visible_show {
    display: block;
}
.title_visible_hide {
    display: none;
}
.title_tag_a {
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.title_tag_a:hover {
    color: #191c1c;
}
@media screen and (max-width: 768px) {
    .title_view_m-banner {
        padding: 15px 0;
        font-size: 17px;
        text-transform: none;
        font-family: pf_din_text_cond_promedium;
    }
    .title_view_xxl-banner {
        padding: 13px 0 0 0;
    }
    .title_color-m_red {
        color: #e2001a;
    }
    .title_color-m_grey {
        color: #494949;
    }
    .title_visible-m_show {
        display: block;
    }
    .title_visible-m_hide {
        display: none;
    }
    .title_position-m_bottom {
        position: absolute;
        bottom: 0;
    }
    .box_type_vet-club .title.club-title {
        margin-bottom: 30px;
    }
    .box_type_vet-club .title.club-subtitle {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 640px) {
    .title_visible-s_show {
        display: block;
    }
    .title_visible-s_hide {
        display: none;
    }
}
.btn-icon {

    display: block;
    text-align: center;
}
.box_type_contact-us .grid__col {
    min-height: 55px;
    margin-bottom: 15px;
}
.box_type_contact-us .btn-icon {
    display: inline-block;
    text-decoration: none;
}
.box_type_contact-us .btn-icon:nth-child(2) {
    padding-left: 50px;
}
.box_type_contact-us .btn-icon .btn-icon__wrap {
    height: 100%;
    position: relative;
    padding-left: 40px;
    text-align: left;
}
.box_type_contact-us .btn-icon .btn-icon__wrap:after {
    content: " ";
    display: inline;
    height: 0%;
}
.box_type_contact-us .btn-icon .btn-icon__wrap svg {
    width: 25px;
    height: 25px;
    top: 3px;
    fill : #e2001a;
}
.box_type_contact-us .btn-icon .btn-icon__wrap .btn-icon__text {
    margin-top: 6px;
    color: white;
    font-family: pf_dindisplay_promedium;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.box_type_contact-us .btn-icon .btn-icon__wrap .btn-icon__dop-text {
    display: block;
    margin-top: 7px;
    color: white;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}
.btn-icon__wrap {
    display: inline-block;
}
.btn-icon__wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.btn-icon__text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
}
.btn-icon__text img {
    position: absolute;
    top: -6px;
    right: -40px;
}
.btn-icon .icon, .btn-icon .svg {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;

    /*transform: translate3d(0, -50%, 0);*/
}
.btn-icon_margin {
    margin-right: 5%;
}
.btn-icon_margin_top {
    margin-top: 20px;
}
.btn-icon_margin_left-no {
    margin-top: 20px;
    margin-left: 0px !important;
}
.btn-icon_float_left {
    margin-left: 20px;
    text-align: left;
}
.btn-icon_float_left_no_m {
    margin-left: 0px;
    text-align: left;
}
.btn-icon_size_ms {
    height: 65px;
}
.btn-icon_size_ms .btn-icon__wrap {

    /*padding: 25px 0px;*/
    height: 100%;
    line-height: ;
    position: relative;
    padding-left: 66px;
}
.btn-icon_size_ms .btn-icon__text {
    font-size : 14px;
    letter-spacing: 1px;
    padding-top: 4px;
}
.btn-icon_size_ms .svg {
    width: 45px;
    height: 45px;
    margin-top: -23px;
}
.btn-icon_size_ms .icon  {
    width: 45px;
    height: 45px;
    margin-top: -23px;
}
.btn-icon_size_ms .icon svg {
    margin: 0;
    vertical-align: top;
}
.btn-icon_size_ms .btn-icon__dop-text {
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    text-transform: none;
    color: #87888a;
    display: block;
    line-height: 20px;
    letter-spacing: 0.06em;
}

.btn-icon_size_m {
    height: 65px;
}
.btn-icon_size_m .btn-icon__wrap {
    /*padding: 25px 0px;*/
    height: 100%;
    position: relative;
    padding-left: 66px;
}
.btn-icon_size_m .btn-icon__text {
    font-size : 17px;
    letter-spacing: 1px;
    padding-top: 4px;
}
.btn-icon_size_m .svg {
    width: 45px;
    height: 45px;
    margin-top: -23px;
}
.btn-icon_size_m .icon  {
    width: 45px;
    height: 45px;
    margin-top: -23px;
}
.btn-icon_size_m .icon svg {
    margin: 0;
    vertical-align: top;
}

.btn-icon_size_xl {
    height: 73px;
    display: inline-block;
    vertical-align: top;
}
.btn-icon_size_xl .btn-icon__wrap {
    height: 100%;
    position: relative;
    padding-left: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-icon_size_xl .btn-icon__text {
    font-size : 18px;
    letter-spacing: normal;
    padding-top: 4px;
    font-family: pf_din_text_cond_promedium;
}
.btn-icon_size_xl .svg {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}
@media screen and (max-width: 992px) {
    .btn-icon_size_xl .btn-icon__wrap {
        padding-left: 80px;
    }
}

.btn-icon_size_l {
    height: 73px;
    display: inline-block;
    vertical-align: top;
}
.btn-icon_size_l .btn-icon__wrap {

    /*padding: 25px 0px;*/
    height: 100%;
    line-height: ;
    position: relative;
    padding-left: 68px;
}
.btn-icon_size_l .btn-icon__text {
    font-size : 17px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: pf_din_text_cond_promedium;
}
.btn-icon_size_l .svg {
    width: 47px;
    height: 47px;
    margin-top: -24px;
}
.btn-icon_size_s {
    height: 73px;
    display: inline-block;
    vertical-align: top;
}
.btn-icon_size_s .btn-icon__wrap {

    /*padding: 25px 0px;*/
    height: 100%;
    line-height: ;
    position: relative;
    padding-left: 68px;
}
.btn-icon_size_s .btn-icon__text {
    font-size : 17px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: pf_din_text_cond_promedium;
}
.btn-icon_size_s .svg {
    width: 26px;
    height: 26px;

    /*margin-top: -13px;*/
}
.btn-icon_stroke_color-w .svg {
    stroke: #ffffff;
}
.btn-icon_stroke_color-r .svg {
    stroke: #e2001a;
}
.btn-icon_line {
    border-right: 1px solid #eb4d5f;
}
.btn-icon_line:last-child {
    border-right: 0;
}
.btn-icon_line_left {
    border-left: 1px solid #eb4d5f;

    /*
            &:last-child {
                border-right: 0;
            }*/
}
.btn-icon_color_white {
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.btn-icon_color_white:hover {
    color: #ffffff;
}
.btn-icon_color_white .svg {
    fill : #ffffff;

    /*stroke: $color_white;*/
}
.btn-icon_color_grey {
    color: #494949;
    font-size: 14px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    border-color: #dedede;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.btn-icon_color_grey:hover {
    color: #e2001a;
}
.btn-icon_color_red {
    color: #e2001a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;

    /*border-color: $color_grey3;*/
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.btn-icon_color_red:hover {
    color: #191c1c;
}
.btn-icon_color_red-white .svg {
    fill : none;
    stroke : #ffffff;
    stroke-width: 2px;
}
.btn-icon_width_full {
    width: 100%;
}
.btn-icon_hover .btn-icon__text {
    position: relative;
}
.btn-icon_hover .btn-icon__text:after {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    /*height: 2px;*/
    height: 1px;
    background : #ffffff;
    opacity: 0;
    margin: auto;
    width: 0%;

    /*transform: translate3d(0,4px,0);*/
    -webkit-transition : all 0.4s;
    transition : all 0.4s;
}
.btn-icon_hover:hover .btn-icon__text:after {
    width: 100%;
    opacity: 1;

    /*transform: translate3d(0,0px,0);*/
}
.btn-icon_hover_ico .svg {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.btn-icon_hover_ico:hover .svg {
    opacity: 0.8;
}
.btn-icon_hover_no-rotate {
}
.btn-icon_ico-only {
    border-left: 0;
}
.btn-icon_ico-only.btn-icon_line_left .btn-icon__wrap {
    border-left: 1px solid #eb4d5f;
}
.btn-icon_ico-only:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.btn-icon_ico-only .btn-icon__wrap {
    padding-left: 0;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}
.btn-icon_ico-only .svg {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.btn-icon_show {
    display: none;
}
.btn-icon_view_block {
    text-align: left;
}
.btn-icon_view_vertical {
    text-decoration: none;
}
.btn-icon_view_vertical .btn-icon__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-icon_view_vertical .btn-icon__wrap:after {
    display: none;
}
.btn-icon_view_filter {
    text-align: left;
    display: inline-block;
    height: 71px;
    margin-right: 75px;
}
.btn-icon_view_filter .btn-icon__text {
    color: #494949;
    text-transform: uppercase;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    text-align: left;
}
.btn-icon_view_filter:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .btn-icon_size_m .btn-icon__text {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .btn-icon_size_m .btn-icon__text {
        font-size: 14px;
    }
    .btn-icon_size_m .btn-icon__wrap {
        padding-left: 64px;
    }
    .btn-icon_float_left {
        margin-top: 20px;
        margin-left: 0;
    }
    .btn-icon_margin-m_bottom {
        margin-bottom: 20px;
    }
    .box_type_contact-us .grid__col {
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }
    .box_type_contact-us .grid__col:nth-child(2) {
        margin-bottom: 10px;
    }
    .box_type_contact-us .grid__col:nth-child(2) .btn-icon {
        padding-left: 0px;
    }
}
@media screen and (max-width: 640px) {
    .btn-icon {
        text-align: left;
        border: none;
    }
    .btn-icon_show {
        display: block;
    }
    .box_type_contact-us .grid__col:nth-child(2) {
        margin-bottom: 0;
    }
}
.article {


    display: block;
    text-decoration: none;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
/*    &__text-15 {
        color: #262626;
        font-family: Arial;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
    }*/
}
.article_breeders {
  margin-bottom: 50px;
}
.box_type_diet .article {
    margin-bottom: 30px;
}
.box_type_diet .article .article__text-wrap {
    // height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box_type_diet .article .article__text-wrap .article__title-wrap {
    margin-top: -7px !important;
    margin-bottom: 5px;
    color: #e2001a;
    font-family: pf_dindisplay_proregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.box_type_diet .article .article__text-wrap .article__text {
    margin-bottom: 30px;
    color: #222;
    font-family: helveticaneuecyrlight;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 21px;
    // font-family: helveticaneuecyrbold;
}
.box_type_diet .article .article__text-wrap .article__button {
    // margin-top: auto !important;
    display: block;
    color: black;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.07px;
    line-height: 18px;
    text-transform: uppercase;
}
.box_type_diet .article .article__text-wrap .article__button:hover {
    color: #e2001a;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.article strong {
    font-weight: bold;
}
.article .articles-item-header{
  margin-bottom: 5px;
}
.article__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.article__img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    background-size: cover;
}
.article__title-wrap {
    display: block;
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    color: #494949;
}
.article__rubric {
    color: #494949;
    margin-right: 6px;
    display: block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.article__title {
    color: #e2001a;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    text-decoration: none;
}
.article__text {
    color: #494949;
    line-height: 1.5;
    margin-bottom: 18px;
}
.article_text-size_15 .article__text {
    display: block;
    // margin-bottom: 15px;
    // color: #262626;
    // font-family: Arial;
    // font-size: 13px;
    // font-weight: 400;
    // line-height: 15px;
}
.article_margin_b-24 {
    margin-bottom: 24px !important;
}
.editor a.article:hover {
    text-decoration: none;
}
.article:hover .article__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.article:hover .article__title {
    color: #191c1c;
}
.article:hover .article__rubric {
    color: #191c1c;
}
.article_title_red .article__title {
    color: #e2001a;
}
.article__title_breeders{
  color: #e2001a;
  text-transform: uppercase;
}
.article_img_left {
    height: 290px;
    background: #eceded;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.article_img_left:hover .article__title {
    color: #191c1c;
}
.article_img_left .article__img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: inherit;
}
.article_img_left .article__img {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    right: auto;
    -webkit-transform: none;
    transform: none;
}
.article_img_left:hover .article__img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.article_img_left .article__text-wrap {
    position: relative;
    z-index: 1;
    width: 50%;
    margin: auto 0;
    padding-right: 20px;
    padding-left: 28px;
}
.article_img_left .article__title-wrap {
    font-size: 31px;
    color: #e2001a;
    margin-bottom: 12px;
}
.article_img_left .article__text {
    color: #494949;
    font-size: 17px;
}
.article_img_right {
    height: 370px;
    background: #eaeaec;
    position: relative;
}
.article_img_right.article_color_light {
    background: #efefef;
}
.article_img_right .button_theme_project.button_view_filter {
    margin-top: 30px;
}
.article_img_right .button_theme_project.button_size_l .button__text {
    margin: 0px 25px;
}
.article_img_right .article__img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 100%;
}
.article_img_right .article__text {
    display: block;
    font-family: pf_din_text_cond_promedium;
    font-size: 24px;
    text-transform: uppercase;
    color: #494949;
    width: 325px;
}
.article_img_right .article__img {
    top: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    left: auto;
    right: 0px;
}
.article_img_right:hover .article__img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.article_img_right .article__text-wrap {
    padding: 40px;
    padding-right: 0;
    width: 60%;
    position: relative;
}
.article_img_right .article__title {
    color: #494949;
    font-size: 36px;
    font-family: pf_din_text_cond_promedium;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.article_img_right .article__stock {
    width: 300px;
    position: relative;
    padding-left: 60px;
}
.article_img_right .article__stock .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.article_img_right .article__stock .icon svg {
    margin: 0;
}
.article_img_right .article__stock-text {
    color: #e2001a;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: pf_dindisplay_proregular;
}
@media screen and (max-width: 768px) {
    .article_img_right .article__img {
        max-width: 600px;
        right: -40px;
    }
    .article_img_right .article__title {
        font-size: 30px;
    }
    .article_img_right .article__text {
        font-size: 18px;
    }
    .article_img_right .article__stock-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .article_img_right .article__img-wrap {
        height: 100% !important;
    }
    .article_img_right .article__text-wrap {
        padding: 24px;
        width: 100%;
    }
    .article_img_right .article__title {
        font-size: 24px;
    }
    .article_img_right .article__text {
        font-size: 14px;
    }
    .article_img_right .article__stock-text {
        font-size: 14px;
    }
    .article_img_right .article__img {
        max-width: 200px;
        right: -40px;
    }
}
.article_size_xxs {
    margin-bottom: 50px;
}
.article_size_xxs:hover .article__title {
    color: #191c1c;
}
.article_size_xxs .article__rubric {
    color: #494949;
}
.article_size_xxs .article__img-wrap {
    height: 183px;
    margin-bottom: 25px;
}
.article_size_xxs .article__title-wrap {
    margin-bottom: 21px;
    font-size: 15px;
    color: #e2001a;
}
.article_size_xxs .article__rubric {
    display: block;
    font-size: 21px;
}
.article_size_xxs .article__title {
    font-size: 21px;
    display: block;
}
.article_size_xs {
    margin-bottom: 50px;
}
.article_size_xs:hover .article__title {
    color: #191c1c;
}
.article_size_xs .article__img-wrap {
    height: 200px;
    margin-bottom: 25px;
}
.article_size_xs .article__title-wrap {
    margin-bottom: 18px;
    font-size: 20px;

    /*color: $color_red;*/
}
.article_size_xs .article__date {
    margin-bottom: 17px;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
}
.article_size_s .article__img-wrap {
    height: 245px;
    margin-bottom: 22px;
}
.article_size_s .article__title-wrap {
    margin-bottom: 16px;
}
.article_size_l .article__img-wrap {
    height: 245px;
}
.article_size_l .article__title-wrap {
    margin-bottom: 20px;
}
.article_size_l .article__title {
    color: #e2001a;
}
.article_size_xl {
    margin-bottom: 50px;
}
.article_size_xl:hover .article__title {
    color: #191c1c;
}
.article_size_xl .article__img-wrap {
    height: 290px;
    margin-bottom: 21px;
}
.article_size_xl .article__title-wrap {
    margin-bottom: 15px;
}
.article_size_xl .article__title {

    /*color: $color_red;*/
}
.article_size_v-xxs {
    margin-bottom: 50px;
}
.article_size_v-xxs:hover .article__title {
    color: #191c1c;
}
.article_size_v-xxs .article__rubric {
    color: #494949;
}
.article_size_v-xxs .article__img-wrap {
    height: 200px;
    margin-bottom: 22px;
}
.article_size_v-xxs .article__title-wrap {
    margin-bottom: 15px;
    font-size: 15px;
    color: #e2001a;
}
.article_size_v-xxs .article__rubric {
    display: block;
    font-size: 21px;
}
.article_size_v-xxs .article__title {
    font-size: 21px;
    display: block;
}
.article_view_img-left {

    /*display: inline-block;*/
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.article_view_img-left .article__img-wrap {
    height: 130px;
    width: 200px;
    display: block;

    /*float: left;*/
    margin-right: 40px;
    padding-left: 200px;
}
.article_view_img-left .article__text-wrap {

    /*float: left;*/
}
.article_view_img-left .article__title-wrap {
    margin-bottom: 21px;
    font-size: 20px;
    color: #e2001a;
}
.article_text_big .article__title-wrap {
    font-size: 21px;
}
.article_size_m {
    margin-bottom: 30px;
}
.article_size_m:hover .article__title {
    color : #191c1c;
}
.article_size_m .article__img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.article_size_m .article__img-wrap {
    height: 244px;
    width: 50%;
}
.article_size_m .article__text-wrap {
    width: 50%;
}
.article_size_m .article__date {
    margin-bottom: 17px;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
}
.article_size_m .article__text {
    font-size: 14px;
}
.article_type_video .article__title {
    font-size: 18px;
}
.article_type_video .icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.article_type_video .icon > svg {
    margin: 0;
}
.article_type_video .icon ellipse {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.article_type_video:hover .icon ellipse {
    fill: #e2001a;
}

@media screen and (max-width: 900px) {
    .article_img_left {

        /*display: flex;*/

        /*justify-content: flex-start;*/
        height: auto;

        /*padding-bottom: 24px;*/
        display: block;
        background: transparent;
    }
    .article_img_left .article__title {
        font-size: 21px;
        position: relative;
        z-index: 1;
    }
    .article_img_left .article__title-wrap {
}
    .article_img_left .article__text {
        font-size: 15px;

        /*padding: 0px 24px;*/
        display: block;
    }
    .article_img_left .article__img {

        /*opacity: 0;*/

        /*display: none;*/
    }
    .article_img_left .article__img-wrap {
        position: relative;
        width: 100%;
        display: block;
        height: 290px;
        background: #eceded;
        margin-bottom: 12px;
    }
    .article_img_left .article__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        opacity: 0.5
    }
    .article_img_left .article__text-wrap {
        width: 100%;
        margin-top: 0;
        padding-right: 0px;
        padding-left: 0px;
    }
    .article_view_img-left {
        display: block;
    }
    .article_view_img-left .article__img-wrap {
        width: 100%;
        height: 200px;
    }
    .article_size_m {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .article_size_m .article__img-wrap {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .article__title-wrap {
        font-size: 18px;
    }
    .article__text {
        font-size: 14px;
    }
    .article_size_m {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .article_size_m .article__img-wrap {
        width: 40%;
    }
    .article_size_m .article__text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 640px) {
    .article {
        margin-bottom: 50px;
    }
    .article_view_img-left {

        /*display: inline-block;*/
        width: 100%;
        display: block;
    }
    .article_view_img-left .article__img-wrap {
        height: 130px;
        width: 100%;
        display: block;

        /*float: left;*/
        margin-right: 40px;
        padding-left: 200px;
    }
    .article_view_img-left .article__text-wrap {

        /*float: left;*/
        width: 100%
    }
    .article_size_l .article__img-wrap {
        margin-bottom: 30px;
    }
    .article_size_xl .article__img-wrap {
        height: 200px;
        margin-bottom: 21px;
    }
    .article_size_xl .article__title-wrap {
        margin-bottom: 17px;
    }
    .article_size_xl .article__title {

        /*color: $color_red;*/
    }
    .article__img-wrap {
        height: 245px !important;
    }
    .article__img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .article_size_xxs .article__rubric {
        color: #494949;
    }
    .article_size_xxs .article__title-wrap {
        margin-bottom: 20px;
        font-size: 15px;
        color: #e2001a;
    }
    .article_size_xxs .article__rubric {
        display: block;
        font-size: 20px;
    }
    .article_size_xxs .article__title {
        font-size: 20px;
        display: block;
    }
    .article_size_m .article__img-wrap {
        height: 174px !important;
        margin-bottom: 20px;
    }
    .article_size_m .article__text-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    .article_size_xs .article__text-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_type_diet .article {
        margin-bottom: 50px !important;
    }
}
.article_margin_b-24 {
    margin-bottom: 24px;
}
.article_margin_b-n {
    margin-bottom: 0px;
}

.articles-section-list {
    margin-bottom: 50px;
}
.articles-section-list__more {
    text-align: center;
}

.editor {

    display: inline-block;
    width: 100%;

    line-height: 1.65;
}
.editor_padding_wrap {
    padding: 0px 40px;
}
.editor_color_grey {
    color : #494949;
}
.editor_size_m {
    font-size : 17px;
}
.editor_size_s {
    font-size : 14px;
}
.editor p {
    margin: 0;
    margin-bottom: 14px;
}
.editor h1 {
    font-size : 17px;
    font-family: pf_din_text_cond_promedium;
    line-height: 1;
    margin: 0 0 10px;
}
.tabs .tabs__content .editor h2 {
    margin: 30px 0 10px;
    font-size : 17px;
    font-family: pf_din_text_cond_promedium;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #191c1c;
}
.editor h3 {
    font-size: 18px;
    font-family: pf_dindisplay_proregular;
}
.editor h4 {
    margin: 0;
    font-size: 17px;
    color: #494949;
    font-family: pf_din_text_cond_promedium;
    margin-bottom: 6px;
}
.editor h5 {
    margin: 0;
    font-size: 20px;
    font-family: pf_dindisplay_proregular;
    color: #e2001a;
    margin-bottom: 19px;
    letter-spacing: 1px;
}
.editor__question {
    margin-bottom: 10px;
    font-family: helveticaneuecyrbold;
    font-size: 14px;
    line-height: 21px;
}
.editor__answer {
    margin-bottom: 10px;
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    line-height: 21px;
}
.editor .table {
    border-spacing: 0;
    margin-bottom: 14px;
    font-size: 14px;
}
.editor .table th {
    height: 46px;
    background: #e2001a;
    padding: 0 30px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}
.editor .table th:last-child {
    border-right: none;
}
.editor .table td {
    padding: 10px 30px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.editor .table td:first-child {
    border-left: 1px solid #dedede;
}
.editor .table_text_center th {
    text-align: center;
}
.editor .table_text_center th:first-child {
    text-align: left;
}
.editor .table_text_center td {
    text-align: center;
}
.editor .table_text_center td:first-child {
    text-align: left;
}
.page_view_vacancies-confirm .editor {}
.page_view_vacancies-confirm .editor .title_size_h1 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 20px;
}
.page_view_vacancies-confirm .editor ul li {
    color: #222;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 21px;
}
.page_view_vacancies-confirm .editor ul li:after {
    content: '•';
    position: absolute;
    top: 4px;
    left: -27px;
    font-size: 34px;
    color: #e2001a;
    line-height: 0.4;
}
.page_view_vacancies-confirm .editor .affiliate-adress {

    /*subtitle with adress*/
    margin-top: -6px;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 21px;
}
.editor ol {
    padding-left: 16px;

    /*list-style: none;*/
    margin-top: 0;

    /*margin-top: 25px;*/
}
.editor ol li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 10px;
}
.editor ul {
    padding-left: 26px;
    list-style: none;
    margin-top: 0;
}
.editor ul li {
    position: relative;
    margin-bottom: 25px ;
}
.editor ul li:after {
    content : '•';
    position: absolute;
    top: 8px;
    left: -26px;
    font-size: 24px;
    color: #e2001a;
    line-height: 0.4;
    width: 8px;
    height: 8px;
    background: none;
}
.editor ul.paw {

    /*for text*/
    padding-left: 26px;
    list-style: none;
    margin-top: 0;
}
.editor ul.paw li {
    position: relative;
    margin-bottom: 25px ;
}
.editor ul.paw li:after {

    /* content : '•'; */
    content: '';
    position: absolute;
    top: 4px;
    left: -26px;
    width: 11px;
    height: 11px;
    background: url("../i/freeze/4Enfm43khDX2q7WZiQLx3KTmVaM.png");
}
.editor ul.mb-small {

    /*for vacancies-confirm*/
}
.editor ul.mb-small li {
    margin-bottom: 19px;
}
.page_view_editor-show-case .editor ol, .page_view_editor-show-case .editor ul {
    margin-top: 25px;
}
.editor img {
    max-width: 100%;
}
.editor a {
    color: #e2001a;
    text-decoration: none;
}
.editor a:hover {
    text-decoration: underline;
}
.editor strong {
    font-family: helveticaneuecyrbold;
    font-weight: normal;
}
.editor blockquote {
    font-size: 20px;
    text-transform: none;
    font-family: pf_dindisplay_proregular;
    border-left: 1px solid #e2001a;
    padding-left: 30px;
    margin: 25px 30px 30px 30px;
}
.editor blockquote:before {

    /* position: absolute; */
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url("../i/freeze/gqPIRvJ-uqQom99T-b1zZGJUy7U.png") 50% 0% no-repeat;
    height: 25px;
}
.editor blockquote:after {

    /* position: absolute; */
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url("../i/freeze/sb164juldMHDg8ohKb2DKhTiW9Y.png") 50% 100% no-repeat;
    height: 25px;
}
.editor .title_size_h1 {
    margin-top: 30px;
}
.editor .image-desc {
    margin-bottom: 14px;
    font-size: 13px;
    color: #87888a;
}
.editor__news-date {
    font-size: 16px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1.4px;
}
.editor .news-img {
    padding: 8px 0px;
    margin-bottom: 18px;
}
.editor__news-description {
    max-width: 690px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 29px !important;
}
.editor__news-list-title {
    margin-bottom: 22px !important;
}
.editor__news-list-item {
    margin-bottom: 16px !important;
}
.editor__news-list-wrap {
    margin-bottom: 38px;
}
.editor__news-report-title {
    // font-family: pf_din_text_cond_promedium;
    font-family: pf_dindisplay_proregular;
    color: #e0091d;
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.editor__news-report {
    // font-family: pf_din_text_cond_promedium;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 29px !important;
}
.editor__video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin: 30px 0px;
}
.editor__video iframe, .editor__video  object, .editor__video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.editor__video-title {
    margin: 20px 0 10px 0;
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    color: #e2001a;
}
.editor__title-container {
}
.editor__h1-container {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    float: left;
}
.editor__title-container_breeders:after{
  content: '';
  clear: both;
  display: table;
}
p.editor__vacancies-date {
    margin-top: -4px;
    margin-bottom: 32px;
    letter-spacing: 1.3px;
}
p.editor__vacancies-date span {
    font-size: 16px;
    font-weight: 500;
    font-family: pf_din_text_cond_promedium;
}
p.editor__vacancies-date span:not(:last-child) {
    margin-right: 13px;
}
.editor__webinar-title {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    text-transform: initial;
    margin-top: 0px;
}
.editor  .editor__webinar-list {
    padding-left: 26px;
    list-style: none;
    margin-top: 0;
    padding-left: 0px;
    margin-bottom: 21px;
}
.editor  .editor__webinar-list li {

    /*            position: relative;
            margin-bottom: 25px ;*/
    margin-bottom: 0px;
    line-height: 18px;
    font-family: 'Arial';
    font-size: 13px;

    /*font-weight: bold;*/
    text-transform: initial;
}
.editor  .editor__webinar-list li:after {
    content : '';
    display: none;
}
.editor .editor__webinar-text {
    font-family: 'Arial';
    font-size: 13px;
    text-transform: initial;
    margin-top: 0px;
    line-height: 17.2px;
    margin-bottom: 23px;
}
.editor .webinar-list-item {
}
@media screen and (max-width: 768px) {
    .editor {
        font-size: 13px;
    }
    .editor .table, .editor .ration_tbl {
        width: 100%;
        font-size: 12px;
    }
    .editor .table th, .editor .ration_tbl th {
        padding: 0px 5px;
    }
    .editor .table td, .editor .ration_tbl td {
        padding: 0px 5px;
    }
    .editor h1 br {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .editor img {
        float: none;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
.list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: pf_dindisplay_proregular;
}
.list__item {
    margin-bottom: 10px;
}
.list__item:last-child {
    margin-bottom: 0;
}
.list__link {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.list__link:hover {
    opacity: 0.8;
}
.list_color_white {
    color : #ffffff;
}
.list_color_white .list__link {
    color : #ffffff;
}
@media screen and (max-width: 768px) {
    .list {
        font-size: 14px;
    }
}
.map {
    position: relative;
}
.map__map-wrap {
    height: 100%;
}
.map__map-wrap_name .gmnoprint {
    right: 0;
}
.map__map-wrap_name .gmnoprint .gmnoprint {
    top: 40px !important;
    left: auto !important;
}
.map__name {
    position: absolute;
    top: 50px;
    left: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
}
.map_size_xs {
    height: 220px;
}
.map_size_s {
    height: 220px;
}
.map_size_m {
    height: 320px;
    width: 600px;
}
.map__baloon-title {
    text-transform: uppercase;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    padding: 20px 10px;
    padding-top: 27px;
}
.map__baloon-item {
    padding: 0px 10px;
    margin-bottom: 10px;
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_promedium;
}
@media screen and (max-width: 950px) {
    .map_size_s {
        margin-right: -40px;
    }
}
@media screen and (max-width: 650px) {
    .map_size_m {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .map_size_s {
        display: none;
    }
}
.footer{}
.footer_panel {
    padding-bottom: 72px;
}
.footer__after {
    display: none;
    height: 79px;
    background: #eceded;
}
.footer__after .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.footer__after .wrap:after {
    display: none;
}
.footer__after-copyring {
    color: #87888a;
    font-size: 12px;
    margin: auto 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer__after-search {}
.footer__after-search-btn {
    position: relative;
    z-index: 4;
    padding-right: 26px;
    width: 124px;
    margin-top: 10px;
    border-left: 1px solid #dedede;
    height: 59px;
    text-align: right;
}
.footer__after-search-btn:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.footer__after-search-btn .svg {
    fill: #e2001a;
    stroke: #e2001a;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.footer__after-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 200px;
    padding-left: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #eceded;
    width: 0%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer__after-input .input  {
    margin: auto 0;
}
.footer__after_active .footer__after-input {
    width: 100%;
    opacity: 1;
}
.footer__after_active .footer__after-copyring {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.footer_stick {
    padding-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer__feedback_main-bonus {
    padding: 14px 0;
    text-align: center;
}
.footer__menu_main-bonus {
    padding: 14px 0;
}
@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 0;
    }
    .footer__after {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .footer__after-search-btn {
        width: 48px;
        padding: 0;
    }
    .footer__after-input {
        padding-right: 110px;
    }
}
@media screen and (max-width: 480px) {
    .footer__after-input {
        padding-left: 20px;
        padding-right: 90px;
    }
}
@media screen and (min-width: 768px) {
    .footer_bottom_panel {
        padding-bottom: 73px;
    }
}
.copyring {
    color : #ffffff;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.panel-search {
    position: absolute;
    top: 0;
    height: 72px;
    right: 0;
    width: 0%;
    background: #e2001a;
    overflow: hidden;
    padding : 0px 10px;
    padding-right: 20%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.panel-search_active {
    opacity: 1;
    width: 100%;
}
.panel__btn-search {
    position: relative;
    z-index: 5;
    background: #e2001a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.panel__btn-search .btn-icon__wrap {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.panel__btn-search_active.btn-icon_ico-only.btn-icon_line_left .btn-icon__wrap {
    border-color: #e2001a;
}
@media screen and (max-width: 768px) {
    .panel_type_line {
        display: none;
    }
}
.soc-btn_vk .svg {
    width: 30px;
    height: 16px;
}
.soc-btn_f .svg {
    width: 12px;
    height: 24px;
}
.soc-btn_ut .svg {
    width: 22px;
    height: 26px;
}
.soc-btn_i .svg {
    width: 22px;
    height: 22px;
}
.meta {
    margin-bottom: 25px;
}
.meta__link {
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    display: inline-block;
    white-space: nowrap;
    margin-right: 13px;
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    border-bottom: 1px solid transparent;

    /*&:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            transition: width 0.4s;
            height: 1px;
            background: $color_grey;
        }*/
}
.meta__link:hover {
    color: #191c1c;
    border-bottom: 1px solid #191c1c;

    /*&:after {
                width: 100%;
            }*/
}
.meta__link:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .meta_article {
        display: none;
    }
}

.pop-up {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 99991;
   opacity: 0;
   -webkit-transform: translate3d(0,0,0);
           transform: translate3d(0,0,0);
   -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0.4s;
           transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
   visibility: hidden;
   /*padding-left: 20px;*/
   display: none;
   min-width: 320px;
    font-family: "RC TYPE",Roboto,Avenir,Helvetica,Arial,sans-serif;
}
.pop-up .grid__col:not(.grid__col_width_10):first-child {
    border-right: 1px solid #dedede;
}
@media screen and (max-width: 640px) {
    .pop-up .grid__col:first-child {
        border-right: 0;
    }
}
.pop-up .filter__button-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.pop-up.on {
    display: block;
}
.pop-up__date {
    margin-left: 20px;
    color : #87888a;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    text-transform: none;
}
.pop-up_letter_small .pop-up__title {
    text-transform: none;
}
.pop-up__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 24px 0;
    -webkit-overflow-scrolling: touch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pop-up__content .pop-up__btn-close {
    display: block;
}

.page:not(.page_rbc) .pop-up{}

@media screen and (max-width: 619px) {
    .page:not(.page_rbc) .pop-up {
        top: 0;
    }
    .page_type_eukanuba.page:not(.page_rbc) .pop-up {
        top: 0;
    }
    .page:not(.page_rbc) .pop-up__wrap {
        margin: 0;
    }
    .page:not(.page_rbc) .pop-up__content{
        padding: 0;
    }
}

.pop-up__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pop-up__wrap {
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .pop-up_type_editform .pop-up__wrap {
        margin: 0 auto;
    }
    .pop-up_rbc-advert .pop-up__wrap,
    .pop-up_type_add-prize .pop-up__wrap,
    .pop-up_type_centermobile .pop-up__wrap {
        margin: auto;
    }
}
@media screen and (max-width: 540px) {
    .pop-up_type_editform .pop-up__wrap {
        margin: 0;
        -webkit-transform: none;
        transform: none;
    }
    .pop-up_rbc-advert .pop-up__wrap,
    .pop-up_type_add-prize .pop-up__wrap,
    .pop-up_type_centermobile .pop-up__wrap {
        margin: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.pop-up_active {
    visibility: visible;
    opacity: 1;
}
.pop-up_active .pop-up__wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px,0);
    transform: translate3d(0, 0px,0);
}
.pop-up__btn-close {
    display: none;
    position: absolute;
    bottom: 100%;
    right:   0;
    height:  57px;
    width:   57px;
    z-index: 100;
    margin-bottom: 0;
    background: #ffffff;
    cursor: pointer;
    touch-action: manipulation;
}
.pop-up__btn-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width:  24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pop-up__btn-close-icon:after {
    content : '';
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    background: #e2001a;
}
.pop-up__btn-close-icon:before {
    content : '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
}
.pop-up__top {
    padding: 28px 23px;
    background: #ffffff;
    position: relative;
}
.pop-up__top_border {
    border-bottom: 1px solid #dedede;
}
.pop-up .grid__item-wrap-title {
    position: absolute;
    top: 15px;
    font-family: pf_dindisplay_probold;
}
.pop-up .grid__item-wrap-desc {
    position: absolute;
    top: 40px;
    display: block;
}
.pop-up .grid__item-wrap-desc_view_order {
    position: relative;
    top: 15px;
    display: block;
    padding-bottom: 5px;
}
.pop-up .grid__item-wrap-desc_view_breed {
    position: relative;
    top: 15px;
    display: block;
    padding-bottom: 5px;
}
.pop-up .grid__item-wrap_border_no {
    border-bottom: 1px solid #ffffff;
}
.pop-up .grid__col_border_b {
    border-left: 1px solid #dedede;
}
.pop-up .grid__col_border_rn {
    border-right: none !important;
}
.pop-up .grid__col_border_n {
    border: none !important;
}
.pop-up_type_finish-order .pop-up__btn-close {
    display: none;
}
.pop-up_type_finish-order .pop-up__wrap {
    width: 645px;
}
.pop-up_type_finish-order .pop-up__top {
    border-bottom: 1px solid #dedede;
}
.pop-up_type_finish-order .editor {
    padding: 30px 23px;
}
.pop-up_type_finish-order .link_type_btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #e2001a;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pop-up_type_finish-order .link_type_btn:hover {
    background: #e2001a;
}
.pop-up_type_archive .pop-up__btn-close {

    /*display: none;*/
}
.pop-up_type_archive .pop-up__wrap {
    width: 645px;
}
.pop-up_type_archive .pop-up__top {
    border-bottom: 1px solid #dedede;
}
.pop-up_type_archive .editor {
    padding: 30px 23px;
}
.pop-up_type_archive .link_type_btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #e2001a;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pop-up_type_archive .link_type_btn:hover {
    background: #e2001a;
}
.pop-up_type_registration-success .pop-up__wrap {
    width: 645px;
}
.pop-up_type_registration-success .pop-up__top {
    border-bottom: 1px solid #dedede;
}
.pop-up_type_registration-success .editor {
    padding: 30px 23px;
    font-size: 15px;
    line-height: 1.65;
}
.pop-up_type_registration-success .link_type_btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #e2001a;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pop-up_type_registration-success .link_type_btn:hover {
    background: #e2001a;
}
.pop-up_type_add-prize .editor {
    min-width: 300px;
    padding: 30px 23px 50px;
    text-align: center;
}
.pop-up_type_program {

    /*.pop-up__btn-close {
            display: none;
        }*/
}
.pop-up_type_program .pop-up__wrap {
    width: 645px;
}
.pop-up_type_program .pop-up__top {
    border-bottom: 1px solid #dedede;
}
.pop-up_type_program .editor {
    padding: 30px 23px;
}
.pop-up_type_program .link_type_btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #e2001a;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pop-up_type_program .link_type_btn:hover {
    background: #e2001a;
}
.pop-up_type_auth .auth:before {
    display: block;
}
@media screen and (max-width: 991px) {
    .pop-up_margin {
        padding: 0;
        top: 0;
    }
    .pop-up_margin .pop-up__content {
        padding: 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .pop-up_margin .pop-up__content + .pop-up__btn-close{
        display: none !important;
    }
    .pop-up_margin .pop-up__wrap {
        margin: 0 auto;
    }
}
@media screen and (max-width: 650px) {
    .pop-up {
        -webkit-transition: all 0s;
        transition: all 0s;
    }
    .pop-up__wrap {
        -webkit-transition: all 0s;
        transition: all 0s;
    }
    .pop-up_margin {
        padding: 0;
        top: 0;
    }
    /*.pop-up__btn-close {
        bottom: auto;
        top: 0;
    }*/
    .pop-up_margin .pop-up__content {
        padding: 0;
        display: block;
    }
    .pop-up_margin .pop-up__wrap {
        width: 100%;
        margin: 0;
        /*margin: 78px 0 0;*/
    }
    .pop-up__wrap {
        width: 100%;
    }
    .pop-up_margin .pop-up__top-close {
        display: block;
    }
    .pop-up .auth_password {
        max-width: 100%;
        margin: 0 auto;
    }
}

.pop-up__top {
    position: relative;
    padding-top: 40px;
    padding-bottom: 24px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width: 576px) {
    .pop-up__top {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(min-width: 768px) {
    .pop-up__top {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media(min-width: 768px) {
    .pop-up__top {
        padding-top: 48px;
    }
}

.pop-up__top-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.pop-up__title {
    position: relative;
    padding-right: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    z-index: 101;
}

@media(min-width: 768px) {
    .pop-up__title {
        padding-right: 0;
        font-size: 26px;
        line-height: 34px;
    }
}

.pop-up__title.pop-up__title_links {
    padding-right: 140px;
}

@media screen and (max-width: 480px) {
    .pop-up__title.pop-up__title_links {
        padding-right: 0;
    }
}

.pop-up__subtitle {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

@media(min-width: 768px) {
    .pop-up__subtitle {
        font-size: 20px;
        line-height: 32px;
    }
}

.pop-up__title+.pop-up__subtitle {
    margin-top: 12px;
}

.auth {
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: width 0.2s;
            transition: width 0.2s;
    /*position: absolute;*/
    position: relative;
}
.auth:before {
    display: block;
    content : '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2001a;
}
.auth .input.input_theme_project {

    /*disable input before*/
}
.auth .input.input_theme_project:before {
    content : none ;
}
.auth .select_theme_project {
    position: relative;
}
.auth_border_none:before {
    display: none;
}
.auth_view_entry {
    width: 320px;
}
.auth_view_registration {
    width: 641px;
}
.auth_error, .forgot_error {
    display: none;
    padding: 15px 25px;
    color: red;
}
.auth_error-description {
    text-align: center;
    padding: 0 25px 15px;
    color: red;
}
.forgot_success {
    display: none;
    padding: 15px 25px;
    color: green;
}
.auth .auth__add-btn-breed, .auth .auth__add-btn-nursery, .auth .auth__add-btn-pets {
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    border-bottom: none;
    line-height: 13px;
    cursor: pointer;
}
.auth .auth__add-btn-breed:after, .auth .auth__add-btn-nursery:after, .auth .auth__add-btn-pets:after {
    content : '';
    height: 9px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.auth .auth__add-btn-breed:before, .auth .auth__add-btn-nursery:before, .auth .auth__add-btn-pets:before {
    content : '';
    height: 1px;
    width: 9px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.auth .auth__add-btn-breed:hover, .auth .auth__add-btn-nursery:hover, .auth .auth__add-btn-pets:hover {
    background: #e2001a;
}
.auth .auth__add-btn-breed:hover:after, .auth .auth__add-btn-breed:hover:before, .auth .auth__add-btn-nursery:hover:after, .auth .auth__add-btn-nursery:hover:before, .auth .auth__add-btn-pets:hover:after, .auth .auth__add-btn-pets:hover:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.auth .auth__add-btn-breed .button__text, .auth .auth__add-btn-nursery .button__text, .auth .auth__add-btn-pets .button__text {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    height: auto;
    line-height: 28px;
    margin: 0 !important;
}
.auth__add-btn-wrap {
    height: 72px;
    padding: 0px 24px;
    padding-top: 22px;
}
.auth__text {
    min-height: 72px;
    border-bottom: 1px solid #dedede;
    font-family: pf_dindisplay_proregular;
    padding: 0 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #494949;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2px;
    width: 100%;
}
.auth__checkbox-icon {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    width: 44px;
    height: 28px;
    border-left: 1px solid #dedede;
}
.auth__checkbox-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.auth__checkbox-icon svg {
    display: block;
    margin: 0;
}
.auth_password {
    max-width: 320px;
    margin: 0 auto;
}
.auth__breed-container {
    position: relative;
}
.auth__subtitle {
    position: relative;
    height: 68px;
    border-bottom: 1px solid #dedede;
    color: #191c1c;
    padding: 0px 24px;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    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;
    background: #f3f3f3;
}
.auth__subtitle_noborder {
    border: none;
}
.auth__subtitle:before {
    content : '';
    position: absolute;
    top: -1px;
    height: 1px;
    left: 0;
    right: 0;
    background: #dedede;
}
.auth__subtitle-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.auth__subtitle_small {
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    text-transform: uppercase;
    border-bottom: none;
    height: auto;
    padding: 0px 24px;
    height: 72px;
    line-height: 72px;
}
.auth__subtitle_small:before {
    display: none;
}
.auth__subtitle_border_bottom {
    border-bottom: 1px solid #dedede;
}
.auth__title {
    height: 68px;
    border-bottom: 1px solid #dedede;
    color: #e2001a;
    padding: 0px 24px;
    font-family: pf_dindisplay_proregular;
    font-size: 18px;
}
.auth__title_noborder {
    border: none;
}
.auth__title:after {
    content : '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.auth__title-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.auth__title_small {
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    text-transform: uppercase;
    border-bottom: none;
    height: auto;
    padding: 0px 24px;
    height: 72px;
    line-height: 72px;
}
.auth__title_small:before {
    display: none;
}
.auth__title_border_bottom {
    border-bottom: 1px solid #dedede;
}
.auth .auth__content_registration .grid__col {
    border-right: 1px solid #dedede;
}
.auth .auth__content .form-group {
    position: relative;
    margin-bottom: 0;
}
.auth__date {
    position: relative;
}
.auth__date .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    padding: 16px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.auth__date-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 72px;
    cursor: pointer;
}
.auth__date-btn .svg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.auth__poses {
    padding: 20px 0;
    text-align: center;
    font-size: 0;
}
    @media screen and (max-width: 991px) {
        .auth__poses {
            padding: 20px 0;
        }
    }
.auth__poses-wrap {
    display: inline-block;
    position: relative;
    -webkit-transition: translate3d(0,0,0);
    transition: translate3d(0,0,0);
}
.auth__profit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 0;
    padding-top: 3px;
    margin-bottom: 16px;
}
.auth__profit {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px;
}
.auth__profit-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #b5b9c1;
    font-size: 14px;
    font-family: 'pf_dindisplay_proregular';
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}
.auth__profit-icon:after {
    content: "?";
    position: relative;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: #fff;
}
.auth__profit-link {
    position: relative;
    color: #e2001a;
    font-size: 16px;
    line-height: 18px;
    font-family: 'pf_dindisplay_proregular';
    text-decoration: none;
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.auth__profit-link:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 1px dashed #e2001a;
}
.auth__profit:hover .auth__profit-link:after {
    border-bottom: 1px dashed transparent;
}
.auth__lable {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 30px 24px;
    color: #494949;
    opacity: 0.5;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 0.8;
    text-transform: uppercase;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #87888a;
}
.auth__lable:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 0;
    right: 0;
    background: #dedede;
}
.auth__lable-captcha {
    background: url("../i/freeze/xbQDkoPGbJgParUx1Ol-loblsco.jpg");
    background-size: cover;
    height: 72px;
    border-bottom: 1px solid #dedede;
    background-position: 50%;
}
.auth_show_checked {
    display: none;
}
.auth__owner-type-2, .auth__owner-type-3 {
    display: none;
}
.auth__reg-step-2, .auth__reg-step-3 {
    visibility: hidden;
}
.auth__pos {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 78px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.auth__pos:first-child:after {
    display: none;
}
.auth__pos:last-child {
    margin-right: 0;
}
.auth__pos:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -74px;
    top: 50%;
    margin-top: -1px;
    width: 70px;
    height: 2px;
    background: #E2001A;
}
.auth__pos-item {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border: 2px solid #e2001a;
    background: #ffffff;
    border-radius: 50%;
    color: #e2001a;
    font-family: pf_din_text_cond_promedium;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.auth__pos-item:before {
    content : '';
    -webkit-transform : scale(0);
    transform : scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e2001a;
    border-radius: 50%;
    z-index: 1;
}
.auth__pos-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    font-size: 15px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.auth__pos_active .auth__pos-item {
    /*border-width: 1px;*/
    background: #e2001a;
}
.auth__pos_active .auth__pos-item:before {
    opacity: 1;
    -webkit-transform : scale(1.2);
    transform : scale(1.2);
}
.auth__pos_active .auth__pos-text {
    color: #ffffff;
}
.auth__no-pointer {
    cursor: default;
}
.auth__content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
}
.auth__content_active {
    visibility: visible;
    opacity: 1;
    display: block;
}
.auth__content_password {
    visibility: visible;
    opacity: 1;
    display: block;

    /*max-width: 320px;*/
}
.auth__btn {
    height: 72px;
    border-bottom: 2px solid #E9ECEE;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    color: #e2001a;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.auth__btn:after {
    content : '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}
.auth__btn-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.auth__btn:first-child {
    border-right: 1px solid #E9ECEE;
}
.auth__btn:last-child {
    border-left: 1px solid #E9ECEE;
}
.auth__btn:hover {
    color : #ffffff;
    background: #e2001a;
}
.auth__btn_active {
    color: #191c1c;
}
.auth__btn_active:hover {
    color: #191c1c;
    background: transparent;
    cursor: default;
}
.auth__faq {
    position: relative;
}
.auth__faq-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    width: 72px;
    height: 72px;
    text-align: center;
}
.auth__faq-btn:after {
    content : '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.auth__faq-btn:before {
    content: 'Забыли пароль?';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 60px;
    font-size: 11px;
    white-space: nowrap;
    color: #e2001a;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    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;
}
.auth__faq-btn:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.auth__faq-btn .svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.auth__steps {
    position: relative;
}
.auth__steps-wrap {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    left: 0;
    vertical-align: top;
    white-space: nowrap;
    /*height: 356px;*/
    height: 518px;
    font-size: 0;
}
.auth__steps-wrap .auth__step.auth__reg-step-1 {
    height: auto;
}
@media screen and (max-width: 650px) {
    .auth__steps-wrap {
        height: 738px;
    }
}

.auth__pets-wrap > .auth__pets {
    /* all btn-close hide | show all after first ->hide first close-btn */
}
.auth__pets-wrap > .auth__pets > .auth__title .auth__del-btn-ico-close, .auth__pets-wrap > .auth__pets > .auth__subtitle .auth__del-btn-ico-close {
    display: none;
}
.auth__pets-wrap > .auth__pets ~ .auth__pets {

    /*all without first*/
}
.auth__pets-wrap > .auth__pets ~ .auth__pets > .auth__title .auth__del-btn-ico-close, .auth__pets-wrap > .auth__pets ~ .auth__pets > .auth__subtitle .auth__del-btn-ico-close {
    display: block;
}
.auth__pets-wrap .auth__pets .auth__breed-container .auth__del-btn-ico-close, .auth__pets-wrap .auth__pets .auth__breed-container .auth__del-btn-info-breed {
    display: none;
}
.auth__pets-wrap .auth__pets .auth__breed-container ~ .auth__breed-container .auth__del-btn-ico-close, .auth__pets-wrap .auth__pets .auth__breed-container ~ .auth__breed-container , .auth__pets-wrap .auth__pets .auth__breed-container ~ .auth__breed-container .auth__del-btn-info-breed  {
    display: block;
}
.auth__addPet-btn {
    height: 72px;
    padding-top: 1px;
    border-bottom: 1px solid #dedede;
    color: #494949;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    /* margin-bottom: 72px; */
    cursor: pointer;
    letter-spacing: 1px;
}
.auth__step {
    width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    min-height: 356px;
    font-size: 15px;
}
.auth__step.auth__reg-step-2 {
    min-height: 146px;
}
.auth__step_hide {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.auth .auth__btn-next_padding {
    padding-left: 72px;
}
.auth__btn-back {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 72px;
    height: 40px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.auth__btn-back_active {
    visibility: visible;
    opacity: 1;
}
.auth__btn-back:after {
    position: absolute;
    content : '';
    width: 24px;
    height: 2px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #ffffff;
}
.auth__btn-back:before {
    position: absolute;
    content : '';
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -9px;
    background: transparent;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.auth__content {
    position: relative;
}
.auth__btn-add-container {
    height: 68px;
    border-bottom: 1px solid #dedede;
    color: #191c1c;
    padding: 0px 24px;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    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;

    /*margin-top: -20px;*/
}
.auth__add-btn {
    height: 72px;
    padding-top: 1px;
    border-bottom: 1px solid #E9ECEE;
    color: #494949;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 0 20px;
}
.auth__add-btn:after {
    content : '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.auth__add-btn-breed {
    border-top: 1px #dedede solid;
    margin-top: -1px;
}
.auth__add-btn-text {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding-top: 6px;
    margin-top: 20px;
}
.iblock_12, .iblock_13 {
    display: none;
}
.auth__add-btn-ico {
    position: absolute;
    width: 21px;
    height: 21px;
    right: -36px;
    top: 50%;
    margin-top: -12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.auth__add-btn-ico:after {
    content : '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #e2001a;
    margin-left: -2px;
}
.auth__add-btn-ico:before {
    content : '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 3px;
    background: #e2001a;
}
.auth__add-btn:hover {
    color: #e2001a;
}
.auth__add-btn:hover .auth__add-btn-ico {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.auth__del-btn-ico-close {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 26px;
    top: 35px;
    margin-top: -12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.auth__del-btn-ico-close:after {
    content : '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #e2001a;
    margin-left: -2px;
}
.auth__del-btn-ico-close:before {
    content : '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2px;
    height: 3px;
    background: #e2001a;
}
.auth__del-btn-info-breed {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 26px;
    top: 35px;
    margin-top: -12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.auth__del-btn-info-breed:after {
    content : '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #e2001a;
    margin-left: -2px;
}
.auth__del-btn-info-breed:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2px;
    height: 3px;
    background: #e2001a;
}
.auth__grey-box {
    background: #eceded;
}
.auth__grey-box .checkbox_theme_project.checkbox_checked {
    color: #494949;
}
.auth .checkbox_theme_project.checkbox_hovered {
    color: #191c1c;
}
.auth .checkbox_theme_project label.error {
    position: relative;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
}
.auth .checkbox_theme_project .checkbox__box label.error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    z-index: 100;
    background: #e2001a;
    opacity: 0.8;
    display: none;
    visibility: hidden;
}
.auth .checkbox_theme_project .checkbox__box label.error.valid {
    visibility: hidden;
    display: none;
}
.auth__grey-box .grid__col {
    border-right: 0 !important;
}
.auth__item-wrap {
    min-height: 72px;
    padding: 24px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.auth__item-wrap.auth__item-wrap_small {
    min-height: 22px;
    padding: 12px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    position: relative;
}
.auth__item-wrap .checkbox {
    margin: auto 0;
}
.auth__item-wrap_noborder {
    border-bottom: none;
}
.auth__item-wrap_view_filter {
    min-height: 0px;
    padding: 0;
    padding-bottom: 34px ;
}
.auth__item-wrap_view_first {
    padding-top: 0;

    /*min-height: 0;*/
}
.auth__item-wrap_icon {

    /*padding-right: 44px;*/
    margin-right: 15px;
}
.auth__item-wrap_icon .checkbox_theme_project.checkbox_size_l {
    padding-right: 50px;
}
.auth__item-wrap_type_input-img {
    padding-top: 0;
    padding-bottom: 0;
}
.auth__item-wrap_type_input-img .auth__input-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.auth__item-wrap_type_input-img .auth__input-img .image {
    max-width: 60px;
    display: block;
    margin: auto 0;
}
.auth__pets {
    position: relative;
}
.auth__pets_active:after {
    content : '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #e2001a;
}
.auth__pets_checked_true {
    display: none;
}
.auth_order {
    width: 645px;
}
.auth__pets-wrap .auth__pets:last-child:after {
    content : '';
    position: relative;
    bottom: -1px;
    height: 1px;
    left: 0;
    right: 0;
    background: #dedede;
}
.auth__pets-wrap .auth__pets:last-child .auth__btn-add-container {
    border-bottom: 0px solid white;
}
.auth .auth__btn-add-container_margin_nt20 {
    margin-top: -22px;
}
.auth .error-bg {
    background: rgba(255, 0, 0, 0.02);
}
@media screen and (max-width: 768px) {
    .auth__pos:before {
        display: none;
    }
    .auth__steps-wrap {
        -webkit-transition: none;
        transition: none;
    }
}
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {
    .auth__pos:before {
        display: none;
    }
    .auth__steps-wrap {
        -webkit-transition: none;
        transition: none;
    }
}
@media screen and (max-width: 650px) {
    .auth {
        width: 100%;
    }
}
.sityes {
    width: 640px;
    background: #ffffff;
    padding: 30px;
}
.sityes__title {
    margin-bottom: 30px;
}
.sityes__main-input {
    margin: 0 -30px;
    border-top: 1px solid #eceded;
    margin-bottom: 20px;
}
.sityes__main-input .select_theme_project .button__text {
    margin-left: 30px !important;
}
.sityes__main-input .select_theme_project .select__tick {
    right: 23px;
}
.sityes__main-input .input_theme_project.input_view_auth .input__control {
    padding: 0 30px;
}
.sityes__main-sityes {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eceded;
}
.sityes__all-sityes {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.sityes__link {
    color: #191c1c;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}
.sityes__link:hover {
    color: #e2001a;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .sityes {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .sityes__all-sityes {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .sityes__main-sityes {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}
@media screen and (max-width: 650px) {
    .form {
        width: 100%;
    }
}
.btn-icon_view_left-ico {

    display: inline-block;
    height: 45px;
    position: relative;
    padding-left: 65px;
    cursor: pointer;
}
.btn-icon_view_left-ico:after {
    content : '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.btn-icon_view_left-ico:hover .btn-icon__icon .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.btn-icon_view_left-ico:hover .btn-icon__icon svg ellipse, .btn-icon_view_left-ico:hover .btn-icon__icon svg circle {
    fill : #191c1c;
}
.btn-icon_view_left-ico:hover .btn-icon__text {
    color: #191c1c;
}
.btn-icon_view_left-ico.btn-icon_hover_no-rotate:hover .btn-icon__icon .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.btn-icon_view_left-ico .btn-icon__icon {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0;
    width: 45px;
    height: 45px;
}
.btn-icon_view_left-ico .btn-icon__icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-icon_view_left-ico .btn-icon__icon svg {
    display: block;
    margin: 0;
}
.btn-icon_view_left-ico .btn-icon__icon ellipse, .btn-icon_view_left-ico .btn-icon__icon circle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-icon_view_left-ico .btn-icon__text {
    font-family: pf_din_text_cond_promedium;
    font-size: 17px;
    color: #e2001a;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.seo-text {
  color: #494949;
  font-size: 13px;
}
.seo-text h2, .seo-text h3 {

    /*font-family: pf_din_text_cond_promedium;*/
    font-family: pf_dindisplay_proregular;
    line-height: 0.8;
    margin: 0;
}
.seo-text h2 h2, .seo-text h3 h2 {
    font-size: 17px;
}
.seo-text h2 {
    font-size: 17px;
}
.seo-text h3 {
    font-size: 15px;
}
.seo-text__title {
    display: inline-block;
}
.seo-text__red {
    color: red;
    font-family: helveticaneuecyrroman;
    font-size: 15px;
}
.seo-text a {
    color: #e2001a;
    text-decoration: underline;
}
.filter__button-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.panel_type_line {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shops__list {
    padding-left: 50px;
    margin-right: -70px;

    /*position: absolute;
      right: 0;
      top: 0;
      bottom: 0;*/

    /*width: 382px;*/
    background : #ffffff;

    /*box-shadow: 0px 0px 0px rgba(0,0,0,0.1);*/

    /* transition: all 0.4s;
      transform: translate3d(100%, 0px, 0px);

      &_active {
          transform: translate3d(0%, 0px, 0px);
          box-shadow: -10px 6px 20px rgba(0,0,0,0.1);
      }
*/
}

.shops__list-item-image {
    display: none;
    width: 75px;
    margin-right: 19px;
    text-align: center;
}
.shops__list-item-image .image {
    display: inline-block;
    max-width: 75px;
}
.shops__list-open {
    position: absolute;
    top: 24px;
    width: 45px;
    height: 45px;
    right: 43px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.shops__list-open .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.shops__list-open .icon svg {
    display: block;
    margin: 0;
}
.shops__list-open_active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.shops__list-open:after {
    content : '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 9px 30px rgba(60, 79, 90, 0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.shops__list-open:hover:after {
    box-shadow: 0px 14px 32px rgba(60, 79, 90, 0.25);
}
.shops__list-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 43px;
    padding-top: 48px;
}
.shops__list-title-text {
    text-transform: uppercase;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
}
.shops__list-btn {
    position: absolute;
    right: 55px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.shops__list-btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.shops__list-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 64px;
    overflow: hidden;
}
.shops__list-content {

    /*position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow-y: auto;*/

    /*columns: 2;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.shops__list-message {
    padding: 27px 70px 0 0;
    position: relative;
    display: block;
    width: 100%;
}
.shops__list-item {
    padding: 27px 70px 26px 0;
    position: relative;
    display: block;
    width: 33.33%;
}
.shops__list-item-store {
    display: block;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
}
.shops__list-item-store a:hover {
    text-decoration: none;
    color: #e0091d;
}
.shops__list-item-store a:hover .shops__list-item-title {
    color: #e0091d;
}
.shops__list-item-store_top {
    padding-bottom: 15px;
}
.shops__list-item-store_top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #e2001a;
}
.shops__list-item-img {
    width: 75px;
}
.shops__list-item-title {
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #191c1c;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.shops__list-item-text {
    color: #87888a;
    margin-bottom: 6px;
    display: block;
    font-family: helveticaneuecyrlight;
}
.shops__list-item-link {
    font-size: 14px;
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
}
.shops__list-item-link:hover {
    text-decoration: underline;
}
.shops__list-item-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.shops__list-item-link:hover {
    color: #191c1c;
    text-decoration: underline;
}
.shops__list-item-link-icon {
    position: absolute;
    display: none;
    right: 28px;
    top: 50%;
    margin-top: -7px;
}
.shops__list-item-link-icon .icon {
    margin-right: 0;
}

.shops__list-item-icons {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    width: 60px;
    top: 0;
    text-align: right;
}
.shops__list-item .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    width: auto;
}
.shops__list-item .icon svg {
    display: block;
    margin: 0;
    vertical-align: top;
    float: right;
}

.shops__list-item .icon.icon_type_ico-club {
    width: 20px;
    height: 20px;
}
.shops__list-item .icon.icon_type_cat {
    width: 25px;
    height: 23px;
}
.shops__list-item_disable .map__list-item-title {
    opacity: 0.6;
}
.shops__list-item_disable .map__list-item-text {
    opacity: 0.6;
}
.shops__list-item_disable .map__list-item-link-icon {
    display: none;
}
.shops__list-item_disable:hover .map__list-item-title  {
    color: #191c1c;
}
.shops__list-item:hover .map__list-item-title {
    color: #e2001a;
}
@media screen and (max-width: 950px) {
    .shops__list-item {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .shops__list {
        margin-right: 0;
    }
    .shops__list-message {
        padding-left: 10px;
        padding-right: 0;
    }
    .shops__list-item {
        width: 100%;
        padding-left: 10px;
        padding-right: 0;
    }
    .shops__list-item .icon {
        margin-right: 0px;
    }
}
.slider {
    width: 100%;
}
.slider__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slider__count {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #e2001a;
    font-size: 14px;
    -webkit-transition: left 0.1s, font 0.2s;
    transition: left 0.1s, font 0.2s;
    margin-left: -10px;
    white-space: nowrap;
}
.slider__count_slide {
    font-size: 16px;
}
.slider__btn {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.slider__btn:after {
    content : '';
    position: absolute;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    display: block;
    background: #e2001a;
}
.slider__btn:before {
    content : '';
    position: absolute;
    width: 2px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    display: block;
    background: #e2001a;
}
.slider__btn_prev:before {
    display: none;
}
.slider .slider__track {
    height: 40px;
    position: relative;
    box-shadow: none;
    margin: -10px 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
}
.slider .slider__track:after {
    content : '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #dedede;
}
.slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {
    width: 16px;
    height: 16px;
    z-index: 10;
    background: #e2001a;
    margin-top: -8px;
    top: 50%;
    cursor: pointer;
    outline: none;

    /*transform: translate3d(0,0,0);*/
    -webkit-transition: left 0.1s, -webkit-transform 0.2s;
    transition: left 0.1s, transform 0.2s;
}
.slider .ui-state-default.ui-state-active, .slider .ui-widget-content .ui-state-default.ui-state-active, .slider .ui-widget-header .ui-state-default.ui-state-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slider .ui-slider-range-min {
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
}
.slider .ui-slider-range-min:after {
    content : '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #494949;
}
.slider__input {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.product {
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 100px;
    height: 100%;
}
.product_btn_none .product__btn-wrap {
    display: none;
}
.product__link {
    text-decoration: none;
}
.product__img-wrap {
    padding-left: 30px;
    padding-right: 42px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    height: 152px;
    position: relative;
}
.product__img-wrap .image {
    display: inline-block;
    max-height: 152px;
    max-width: 120px;
}
.product__img-wrap .product__label {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -61px;
    width: 110px;
    height: 25px;
}
.product__img-wrap .product__label-text {
    height: 25px;
    background: #e2001a;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    border-radius: 25px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
}
.product__img-wrap .product__label-icon {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.product__title {
    color: #494949;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 140px;
    display: block;
    margin: auto;
}
.product__title-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 12px;
    margin-bottom: 5px;
}
.product__text {
    color: #494949;
    text-decoration: none;
    font-size: 12px;
    max-width: 140px;
    display: block;
    margin: auto;
}
.product__text-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 20px;
}
.product__btn-wrap {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 39px;
    display: block;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.product__price-wrap {
    display: inline-block;
    padding-right: 10px;
    padding-left: 30px;
}
.product__weigth, .product__price {
    display: inline-block;
    color: #494949;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    font-size: 14px;
}
.product__weigth {
    width: 65px;
    text-align: left;
}
.product__price {
    width: 75px;
    text-align: right;
}
.product_view_horizontal {
    margin-bottom: 0px;
}
.product_view_horizontal a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product_view_horizontal .product__img-wrap {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
}
.product_view_horizontal .product__wrap {
    margin-left: 10px;
    display: block;
    margin-top: 40px;
}
.product_view_horizontal .product__wrap span {
    margin: 0px;
    padding: 0px;
}
.product__btn {
    max-width: 122px;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;

    /*border-radius: 100px;*/
    width: 100%;
    height: 50px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;

    /*&:before {
            content : '';
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            border-radius: 100px;
            background: $color_red;
        }
        &:after {
            content: '';
            height: 100%;
            width: 0;
            display: inline-block;
            vertical-align: middle;
        }*/
}
.product__btn .button__text {
    position: relative;
    z-index: 1;
}
.product__btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: rgb(226, 0, 26);
}
.product__btn:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 100px;
    background: #eceded;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.product__btn:hover {
    color: #e2001a;
}
.product__btn:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.product__btn:hover {

    /*color: $color_red;

            &:after {
                transform: scale(1);
                opacity: 1;
            }*/
}
.product__btn-text {
    position: relative;
    z-index: 10;
    margin: auto;
}
.product:hover .product__title {
    color: #e2001a;
}
@media screen and (max-width: 640px) {
    .product .product__img-wrap, .product .product__btn-wrap {
        padding : 0px 10px;
    }
    .product .product__title-wrap, .product .product__text-wrap {
        padding-left: 20px;
        padding-right: 10px;
    }
}
.breadcrumbs {
    padding: 11px 0px;
    font-family: pf_dindisplay_proregular;
}
.breadcrumbs:after {
    content : '';
    display:block;
    width: 0;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.breadcrumbs__wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.breadcrumbs__link {
    color: #494949;
    text-decoration: none;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.8;
}
.breadcrumbs__link:hover {
    color : #e2001a;

    /*text-decoration: underline;*/
}
.breadcrumbs__arrow {
    width: 7px;
    height: 7px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.breadcrumbs__arrow:after {
    content : '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #494949;
    border-right: 1px solid #494949;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}
.breadcrumbs__text {
    color: #e2001a;
}
@media screen and (max-width: 768px) {
    /*.breadcrumbs {
        display: none;
    }*/
}
.tabs {
}
.product-in {
    margin-top: 50px;
    margin-bottom: 45px;

}
.product-in .title {
    margin-bottom: 25px;
}
.product-in__img-wrap {
    height: 280px;
    text-align: center;
}
.product-in__img-wrap .image {
    display: inline-block;
    height: 100%;
    max-width: 100%;
}
.product-in__btn-wrap {
    text-align: left;
    margin-top: 45px;
}
.product-in__btn-wrap .button {
}
.product-in__info .title {
    padding-right: 100px;
    margin-bottom: 18px;
    margin-top: -6px;
}
.product-in__info .editor {
    padding-right: 100px;
    margin-bottom: 45px;
}
.product-in__features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.product-in__features .image {
    display: inline-block;
    max-width:  128px;
    max-height: 104px;
    margin-right: 40px;
}
.product-in__list {
    margin: auto 0;
}
.product-in__list-item {
    font-size: 18px;
    color: #e2001a;
}
.product-in__sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-in__sizes-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.product-in__sizes .title {
    margin-top: 0;
    margin-bottom: 23px;
}
.product-in__sizes .image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.product-in__sizes-text {
    padding-right: 100px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}
.product-in__sizes-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-in__sizes-item {
    margin-right: 30px;
    font-size: 14px;
    color: #494949;
}
.product-in__sizes-item.last {
    max-width: 100px;
}
.product-in__sizes_width-m_show {
    display: none;
    margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
    .product-in__sizes {
        max-width: 370px;
    }
}
@media screen and (max-width: 768px) {
    .product-in__sizes_width-m_show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.product-in__btn_width-m_show {
    display: none;
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .product-in__btn_width-m_show {
        display: block;
    }
}
.product-in_size_m {
    display: none;
    margin: 0;
}
.product-in_size_m .title_size_l {
    font-size: 17px;
    margin-top: 0;
    padding: 0;
}
.product-in_size_m .editor {
    padding: 0;
    margin-bottom: 25px;
}
.product-in_size_m .product-in__features {
    margin-bottom: 25px;
}
.product-in_size_m .product-in__features .image {
    max-width:  95px;
    max-height: 80px;
    margin-right: 24px;
}
.product-in_clear {
    margin: 0;
}
.product-in_clear .editor {
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .product-in .title_size_h1 {
        padding-left: 39px;
    }
    .tabs_view_transform .tabs__item .product-in .title_size_h1 {
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .product-in_size_m {
        display: block;
    }
    .product-in__sizes-item {
        margin-right: 25px;
    }
    .product-in__sizes-img {
        margin-right: 30px
    }
    .product-in__info {
        padding-left: 39px;
    }
    .product-in .list_type_info .list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .product-in .list_type_info .list__text {
        display: none;
    }
    .product-in .list_type_info .list__title {
        margin: auto 0;
    }
}
@media screen and (max-width: 640px) {
    .product-in .title_size_h1 {
        padding-left: 24px;
    }
    .product-in .title_size_h4 {
        padding: 0;
    }
    .product-in__info {
        padding-left: 24px;
    }
    .product-in__sizes {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-in__sizes-text {
        display: block;
        padding-right: 30px;
    }
    .product-in__sizes-img {
        display: block;
        margin-top: 20px;
    }
    .product-in__sizes .image {
        position: relative;
        left: 0;
        right: auto;
    }
    .product-in__btn-wrap {
        margin-top: 30px;
    }
}
@media screen and (max-width: 479px) {
    .product-in{}
    .product-in__img-wrap {
        height: auto;
    }
    .product-in__img-wrap .image {
        height: auto;
        max-width: 70%;
    }
    .product-in__info {
        padding-left: 15px;
    }
    .product-in__sizes-text {
        padding-right: 10px;
    }
    .product-in__sizes-img {
        margin-right: 10px;
    }
}
.filter_type_grid {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: #ffffff;
}
.filter_type_grid .filter__col {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.filter_type_grid .filter__item {

    /*padding: 30px 39px;*/
    padding-top: 30px;

    /*border-bottom: 1px solid $color_grey3;*/

    /*border-right: 1px solid $color_grey3;*/
}
.filter_type_grid .filter__title {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 0px 39px;
    color: #494949;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 0.8;
    text-transform: uppercase;
}
.filter_type_grid .filter__item-wrap {
    padding-left: 39px;
    padding-right: 39px;

    /*justify-content: space-between;*/
}
.filter_type_grid .filter__item-wrap.filter__item-wrap_checkbox {
    padding-top: 12px;
    padding-bottom: 12px;
}
.filter_type_grid .filter__item-wrap.filter__item-wrap_checkbox .checkbox_theme_project.checkbox_size_l .checkbox__box {
    top: 50%;
    margin-top: -10px;
}
.filter_type_grid .filter__item-wrap .checkbox, .filter_type_grid .filter__item-wrap .toggler {

    /*margin-right: 30%;*/
    width: 50%;
    margin-right: 30px;
}
.filter_type_grid .filter__item-wrap .checkbox:last-child, .filter_type_grid .filter__item-wrap .toggler:last-child {
    margin-right: 0;
    width: auto;
}
.filter_type_grid .filter__item-wrap_view_check .checkbox:last-child {
    margin-right: 0;
    width: 50%;
}
.filter_type_grid.filter_padding_none .filter__item {
    padding: 0;
}
.filter_type_grid .select_theme_project.select_view_auth .button, .filter_type_grid .button_theme_project.button_view_select, .filter_type_grid .auth__item-wrap {
    border-bottom: none;
}
.filter_type_grid .checkbox_theme_project.checkbox_view_auth {
    padding: 12px;
    padding-left: 50px;
    margin-left: -20px;
    z-index: 1;
}
.filter_type_grid .checkbox_theme_project.checkbox_view_auth .checkbox__box {
    top: 8px;
    left: 20px;
    z-index: -1;
}
.filter_type_grid .select_theme_project.select_view_auth .button .button__text {
    margin-left: 39px;
    padding-right: 65px;
}
.filter_type_grid .select_theme_project.select_view_auth .select__tick {
    right: 32px;
}
.filter_type_grid .select_theme_project.select_view_auth .button_checked {
    color: #e2001a;
}
@media screen and (max-width: 640px) {
    .filter_type_grid .filter__title, .filter_type_grid .filter__item-wrap {
        padding-left: 24px;
    }
    .filter_type_grid .select_theme_project.select_view_auth .button .button__text {
        margin-left: 24px;
    }
    .filter_type_grid .button_theme_project.button_view_select.button_size_l {
        padding-left: 24px;
    }
}
.toggler {
  position: relative;
}
.toggler__label {
    font-size: 12px;
    padding: 10px 24px;
    display: block;
    height: 40px;
    position: relative;
    font-family: pf_dindisplay_proregular;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #191c1c;
    padding-left: 50px;
    margin-left: -20px;
    cursor: pointer;
}
.toggler__input {
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -7px;
    z-index: 50;
    cursor: pointer;
}
.toggler__box {
    top: 6px;
    left: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 0;
    border: 1px solid #191c1c;
    background: #e2001a;
}
.toggler__box:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    left: 5px;
    top: 1px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
    -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
    transform: rotate(45deg) translate3d(-5px, -5px, 0);
    z-index: 5;
}
.toggler__box:after {
    content: '';
    position: absolute;
    background: #ffffff;
    z-index: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.toggler__input:checked + .toggler__label .toggler__box {
    border-color: #e2001a;
}
.toggler__input:checked + .toggler__label .toggler__box:before {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate3d(0, 0px, 0);
    transform: rotate(45deg) translate3d(0, 0px, 0);
}
.toggler__input:checked + .toggler__label .toggler__box:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
@media only screen
        and (min-device-width : 768px)
        and (max-device-width : 1024px)
        and (orientation : landscape) {
    .toggler__input:checked + .toggler__label .toggler__box {
        background: #e2001a;
    }
}
@media screen and (max-width: 768px) {
    .toggler__input:checked + .toggler__label .toggler__box {
        background: #e2001a;
    }
}
.toggler:hover .toggler__label {
    color: #e2001a;
}
.toggler:hover .toggler__box {
    border-color: #e2001a;
}
.select-breed {
    /**
     * selectize.css (v0.12.2)
     * Copyright (c) 2013–2015 Brian Reavis & contributors
     *
     * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
     * file except in compliance with the License. You may obtain a copy of the License at:
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software distributed under
     * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
     * ANY KIND, either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     *
     * @author Brian Reavis <brian@thirdroute.com>
     */
    /*.selectize-dropdown .active {
      background-color: #f5fafd;
      color: #495c68;
    }*/
}
.select-breed_border_none {
    border: none;
}
.select-breed_border_none .select-breed__select {
    height: 72px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.select-breed_border_none .select-breed__select .selectize-control {
    height: 72px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.select-breed_border_none .select-breed__select .selectize-control .selectize-input {
    padding: 8px 8px 8px 39px;
    border-bottom: 1px solid white;

    /*border: none;*/
    box-shadow: none !important;
    color: #191c1c;
}
.select-breed_border_none .select-breed__select .selectize-control .selectize-input.dropdown-active:after {

    /*background: $select_arrow 96% 50% no-repeat !important;*/
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    top: 44%;
    right: 39px;
    z-index: -1;

    /*background: url(background.png) 0 0 repeat;*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=) 96% 50% no-repeat !important;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select-breed_border_none .select-breed__select .selectize-control .selectize-input.dropdown-active input {
    border-bottom: 1px solid white;
}
.select-breed_border_none .select-breed__select .selectize-control .selectize-input:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=) 96% 50% no-repeat !important;
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    top: 44%;
    right: 39px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    background-size: 18px 10px;
    -moz-background-size: 18px 10px;
    -webkit-background-size: 18px 10px;
    -o-background-size: 18px 10px;
}
.select-breed_border_none .select-breed__select .selectize-control .selectize-input .item {
    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;
}
@media screen and (max-width: 640px) {
    .select-breed_border_none .select-breed__select .selectize-control .selectize-input {
        padding-left: 24px;
    }
}
.select-breed_border_none .select-breed__select .selectize-dropdown {
    padding: 5px 0px 5px 39px;
    z-index: 50;
}
@media screen and (max-width: 640px) {
    .select-breed_border_none .select-breed__select .selectize-dropdown {
        padding-left: 24px;
    }
}
.select-breed .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
}
.select-breed .selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: '!';
    visibility: hidden;
}
.select-breed .selectize-control.plugin-drag_drop .ui-sortable-helper {}
.select-breed .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}
.select-breed .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.select-breed .selectize-dropdown-header-close:hover {
    color: #000000;
}
.select-breed .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-breed .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.select-breed .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.select-breed .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.select-breed .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.select-breed .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-breed .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.select-breed .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.select-breed .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.select-breed .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.select-breed .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}
.select-breed .selectize-control {
    position: relative;
}
.select-breed .selectize-dropdown, .select-breed .selectize-input,
.select-breed .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.select-breed .selectize-input, .select-breed .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
}
.select-breed .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 50px 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: none;
    border-radius: 3px;
}
.select-breed .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.select-breed .selectize-input.full {
    background-color: #ffffff;
}
.select-breed .selectize-input.disabled, .select-breed .selectize-input.disabled * {
    cursor: default !important;
}
.select-breed .selectize-input.focus {}
.select-breed .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}
.select-breed .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline;
}
.select-breed .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.select-breed .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.select-breed .selectize-control.multi .selectize-input.disabled > div,
.select-breed .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.select-breed .selectize-input > input {
    display: inline !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
}
.select-breed .selectize-input > input::-ms-clear {
    display: none;
}
.select-breed .selectize-input > input:focus {
    outline: none !important;
}
.select-breed .selectize-input:after {
    content: ' ';
    display: block;
    clear: left;
}
.select-breed .selectize-input.dropdown-active:before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.select-breed .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -moz-box-sizing: border-box;
    border-radius: 0 0 3px 3px;
}
.select-breed .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.select-breed .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}
.select-breed .selectize-dropdown [data-selectable], .select-breed .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}
.select-breed .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.select-breed .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}
.select-breed .selectize-dropdown .active.create {
    color: #495c68;
}
.select-breed .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.select-breed .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    padding-right: 10px;
}
.select-breed .selectize-control.single .selectize-input,
.select-breed .selectize-control.single .selectize-input input {
    cursor: pointer;
}
.select-breed .selectize-control.single .selectize-input.input-active,
.select-breed .selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.select-breed .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.select-breed .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}
.select-breed__select {
    height: 72px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.select-breed__select select {
    display: none;
}
.select-breed__select select.selectized {
    display: block !important;
    opacity: 0;
    z-index: -10;
    position: absolute;
    left: -100000px;
}
.select-breed__select .selectize-control {
    position: relative;
    height: 72px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.select-breed__select .selectize-control .selectize-input {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border: 0;
    background: transparent;
    -webkit-transition: none;
    transition: none;
    padding: 4px 50px 0 24px;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #191c1c;
    box-shadow: none;
    vertical-align: baseline;
    font-size: 0;
}
.select-breed__select .selectize-control .selectize-input.input-active {
    display: block;
}
.select-breed__select .selectize-control .selectize-input input {}
.select-breed__select .selectize-control .selectize-input.dropdown-active:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    top: 44%;
    right: 26px;
    z-index: -1;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=) 96% 50% no-repeat !important;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select-breed__select .selectize-control .selectize-input.dropdown-active:before {
    display: none;
}
.select-breed__select .selectize-control .selectize-input.dropdown-active input {}
.select-breed__select .selectize-control .selectize-input:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=) 96% 50% no-repeat !important;
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    top: 44%;
    right: 26px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    cursor: pointer;
    background-size: 18px 10px;
    -moz-background-size: 18px 10px;
    -webkit-background-size: 18px 10px;
    -o-background-size: 18px 10px;
}
.select-breed__select .selectize-control .selectize-input .item {
    display: inline;
}
.select-breed__select .selectize-dropdown {
    top: 70px !important;
    padding: 5px 0px 10px 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1), 0 20px 20px -5px rgba(0, 0, 0, 0.4);
    min-width: 310px;
    max-height: 350px;
    z-index: 50;
    border-radius: 0px;
    border: 1px solid white;
}
.select-breed__select .selectize-dropdown [data-selectable] {
    padding: 10px 0px;
}
.select-breed__select .selectize-dropdown [data-selectable].active {
    color: #e2001a !important;
    background: white;
}

.select-breed__select .selectize-dropdown .nano-pane {
    position: absolute;
    width: 8px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: none;
    opacity: 1;
    z-index: 9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.select-breed__select .selectize-dropdown .nano-pane > .nano-slider {
    position: relative;
    background-color: #d3d7d9;
    margin: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.select-breed__select .select-breed_empty_message {
    text-transform: lowercase;
    color: #e2001a;
    padding-bottom: 15px !important;
}
.select-breed__select .select-breed_empty_message:first-letter {
    text-transform: uppercase;
}
.select-breed__select .select-breed_empty_message .selectize-dropdown-content {
}
.select-default {}
.select-default .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;

    /*-webkit-box-shadow: inset 0 0 12px 4px #ffffff;*/

    /*box-shadow: inset 0 0 12px 4px #ffffff;*/
}
.table__search .select-default_small {
    width: 100%;
    height: 24px;
    margin: auto 0;
}
.select-default .selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: '!';
    visibility: hidden;
}
.select-default .selectize-control.plugin-drag_drop .ui-sortable-helper {

    /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/

    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}
.select-default .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}
.select-default .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.select-default .selectize-dropdown-header-close:hover {
    color: #000000;
}
.select-default .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-default .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.select-default .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.select-default .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.select-default .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.select-default .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;

    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-default .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.select-default .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.select-default .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.select-default .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.select-default .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}
.select-default .selectize-control {
    position: relative;
}
.select-default .selectize-dropdown, .select-default .selectize-input, .select-default .selectize-input input {
    font-family: pf_dindisplay_promedium;
    color: #494949;
    font-family: inherit;
    font-size: 17px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.select-default_small .selectize-dropdown,
.select-default_small .selectize-input,
.select-default_small .selectize-input input {
    font-size: 13px;
    line-height: 14px;
}
.select-default .selectize-input, .select-default .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}
.select-default .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;

    /*box-shadow: none;*/
    border-radius: 3px;
}
.select-default .selectize-control.multi .selectize-input.has-items {
    white-space: nowrap;
    padding: 3px 8px 3px 21px;
}
.select-default .selectize-input.full {
    background-color: #ffffff;
}
.select-default .selectize-input.disabled, .select-default .selectize-input.disabled * {
    cursor: default !important;
}
.select-default .selectize-input.focus {

    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/

    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.select-default .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}
.select-default .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}
.select-default .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #494949;
    border: 0 solid #d0d0d0;
}
.select-default .selectize-control.multi .selectize-input > div + div:before {
    content: "\002C \00A0";
    display: inline;
}
.select-default .selectize-control.multi .selectize-input > div.active {
    background: none;
    color: #494949;
    border: 0 solid #cacaca;
}
.select-default .selectize-control.multi .selectize-input.disabled > div,
.select-default .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.select-default .selectize-input > input {
    border: 0;
    width: 100%;
    /*display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;*/


    /*-webkit-box-shadow: none !important;*/

    /*box-shadow: none !important;*/
}
.select-default .selectize-input > input::-ms-clear {
    display: none;
}
.select-default .selectize-input > input:focus {
    outline: none !important;
}
.select-default .selectize-input:after {
    content: ' ';
    display: block;
    clear: left;
}
.select-default .selectize-input.dropdown-active:before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.select-default .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/

    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    border-radius: 0 0 3px 3px;
}
.select-default .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.select-default .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}
.select-default .selectize-dropdown [data-selectable], .select-default .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}
.select-default .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.select-default .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}
.select-default .selectize-dropdown .active.create {
    color: #495c68;
}
.select-default .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.select-default .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    padding-right: 10px;
}
.select-default .selectize-control.single .selectize-input,
.select-default .selectize-control.single .selectize-input input {
    cursor: pointer;
}
.select-default .selectize-control.single .selectize-input input[disabled] {
    cursor: pointer !important;
}
.select-default .selectize-control.single .selectize-input.input-active,
.select-default .selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.select-default .selectize-control.single .selectize-input.input-readonly.input-active,
.select-default .selectize-control.single .selectize-input.input-readonly.input-active input {
  cursor: default;
}
.select-default .selectize-control.single .selectize-input.input-readonly input[disabled] {
  background-color: transparent;
}
.select-default .selectize-control.single .selectize-input.input-active,
.select-default .selectize-control.single .selectize-input.input-active input{
  cursor: default;
}
.select-default .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.select-default .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}
.select-default__select {
    height: 56px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;

    /* hide before selectized */
}
.select-default__select_small {
    height: 24px;
}
.select-default__select select {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.select-default__select select.selectized {
    position: relative;
}
.select-default__select select.selectized.error + label.error {
    display: none !important;
}
.select-default__select .selectize-control {
    height: 56px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.select-default__select_small .selectize-control {
    height: 24px;
    border-bottom: 1px solid #dedede;
}
.select-default__select .selectize-control .selectize-input {

    /*font-family: pf_dindisplay_proregular;*/
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 56px;
    width: 100%;
    border: none;
    background: transparent;
    border: solid 1px #494949;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
    padding: 0 8px 0 24px;

    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    color: #494949;
}
.table__search .select-default__select .selectize-control .selectize-input {
    border-color: #eceded;
}
.select-default__select_small .selectize-control .selectize-input {
    height: 24px;
    padding: 0 5px;
    white-space: nowrap;
    background: #ffffff;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
}
.select-default__select .selectize-control .selectize-input input {
    /*width: 100% !important; //bug mobile
    max-width: 100% !important; //bug mobile*/
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    color: #494949;
    padding: 0;
}

.select-default__select_small .selectize-control .selectize-input input {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    line-height: 16px;
}
.select-default__select .selectize-control .selectize-input .item {
    max-width: 100% !important;
    position: relative;
    z-index: 0;
    white-space: nowrap;
}
.select-default__select .selectize-control .selectize-input.dropdown-active:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    top: 44%;
    right: 10px;
    z-index: 3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    -webkit-background-size: 14px 8px;
    -o-background-size: 14px 8px;
}
.select-default__select_small .selectize-control .selectize-input.dropdown-active:after {
    width: 10px;
    height: 6px;
    top: 40%;
    right: 6px;
    background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -webkit-background-size: 10px 6px;
    -o-background-size: 10px 6px;
}
.select-default__select .selectize-control .selectize-input.dropdown-active input {
    max-width: 80%;
}
.select-default__select-close {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 33px;
    height: 54px;
    background: #ffffff;
    z-index: 4;
}
.select-default__select-close .icon_close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}
.select-default__select-close .icon_close:after {
    content: '';
    position: absolute;
    background: #e2001a;
    width: 2px;
    left: 6px;
    top: 0px;
    bottom: 0px;
}
.select-default__select-close .icon_close:before {
    content: '';
    position: absolute;
    background: #e2001a;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 6px;
}
.select-default__select-close_small {
    width: 20px;
    height: 22px;
}
.select-default__select-close_small .icon_close {
    width: 10px;
    height: 10px;
    top: 6px;
    right: 5px;
}
.select-default__select-close_small .icon_close:after {
    left: 4px;
}
.select-default__select-close_small .icon_close:before {
    top: 4px;
}
.select-default__select-close_small{}
.select-default__select .selectize-control .selectize-input:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 34px;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}
.select-default__select .selectize-control .selectize-input.disabled:before {
    background-color: #fafafa;
}
.select-default__select .selectize-control .selectize-input:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    top: 44%;
    right: 10px;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    cursor: pointer;
    background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    -webkit-background-size: 14px 8px;
    -o-background-size: 14px 8px;
}
.select-default__select_small .selectize-control .selectize-input:before {
    width: 24px;
}
.select-default__select_small .selectize-control .selectize-input:after {
    width: 10px;
    height: 6px;
    top: 40%;
    right: 6px;
    background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -webkit-background-size: 10px 6px;
    -o-background-size: 10px 6px;
}
.select-default__select .selectize-control .selectize-input .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: auto;
}
.select-default__select .selectize-dropdown {
    padding: 5px 0px 5px 24px;
    font-size: 17px;
    color: #494949;
    font-family: pf_dindisplay_promedium;
    box-shadow: none;
    min-width: 100%;
    max-height: 350px;
    z-index: 999;
    border-radius: 0px;
    border: 1px solid #494949;
    border-top: 0;
}
.table__search .select-default__select .selectize-dropdown {
    border-color: #eceded;
}
.select-default__select_small .selectize-dropdown {
    font-size: 13px;
    padding: 4px 5px;
}
.select-default__select_dropdownwidth .selectize-dropdown {
    width: 200px !important;
}
.select-default__select_fullwidth .selectize-dropdown {
    width: 100% !important;
}
.select-default__select .selectize-dropdown:before {
    content: "";
    position: absolute;
    width: 96%;
    left: 2%;
    top: 0;
    height: 1px;
    background-color: #c7c8c8;
}
.select-default__select .selectize-dropdown [data-selectable] {
    padding: 10px 0px;
}
.select-default__select_small .selectize-dropdown [data-selectable] {
    padding: 2px 0px;
    white-space: nowrap;
}
.select-default__select .selectize-dropdown [data-selectable].active {
    color: #e2001a !important;
    background: white;
}
.select-default__select .select-default_empty_message {
    text-transform: lowercase;
    color: #e2001a;
    padding-bottom: 15px !important;
}
.select-default__select .select-default_empty_message:first-letter {
    text-transform: uppercase;
}
.select-default__select .select-default_empty_message .selectize-dropdown-content {
}
.select-default__select .sel-cust-period .selectize-input input {
    display: none;
}
.card-filter__item {
    margin-top: 14px;
    position: relative;
}
.card-filter__item:first-child .select-default__title {
    position: absolute;
    top: -17px;
}
.select-default__title {
    margin-bottom: 5px;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #87888a;
}
.list-filter {
    padding-bottom: 15px;
    border-bottom: 1px solid #eceded;
}
.list-filter__item {
    margin-top: 14px;
    position: relative;
}
.list-filter__item_gorizontal {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin-right: 24px;
}
.list-filter__item:last-child {
    margin-right: 0;
}
.list-filter__item_gorizontal_sm {
    width: 200px;
}
.list-filter__title {
    margin-bottom: 5px;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #87888a;
}

.list-filter.form_theme-border {
    margin-top: 30px;
    padding: 0 0 20px;
}
.list-filter.form_theme-border .grid {
    margin: 0 -12px;
}
.list-filter.form_theme-border .grid__col {
    padding: 0 12px;
    margin-bottom: 16px;
}
.list-filter.form_theme-border .input_theme_project.input_view_auth {
    margin-top: 0;
    height: 56px;
}
.list-filter.form_theme-border .radio-group_theme_project.radio-group_view_auth_button {
    margin-top: 0;
    margin-bottom: 0;
    height: 56px;
}
.list-filter.form_theme-border .field__empty {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
}
.list-filter.form_theme-border .grid_info .grid__item-wrap-title {
    position: relative;
    top: 0;
}

.recommended-names {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.recommended-names__item {
    display: inline-block;
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    color: #eceded;
}
@media screen and (max-width: 768px) {
    .recommended-names {
        margin-top: -15px;
        display: block;
    }

    /*column-count: 3;*/
    .recommended-names__item {
        padding: 10px 0;
        width: 33%;
        display: inline-block;
    }
}
.letters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 58px;
    margin-bottom: 25px;
}
.letters__item {
    display: inline-block;
}
.letters__item a {
    padding: 2px 8px;
    font-family: pf_dindisplay_promedium;
    font-size: 24px;
    color: #494949;
    text-decoration: none;
}
.letters__item_active a {
    color: #eceded;
    background: #e2001a;
    border-radius: 3px;
}
@media screen and (max-width: 1024px) {

    /*margin: 58px 25px 25px 25px;*/
    .letters__item a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .letters {
        display: none;
    }
}
.letters-min {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .letters-min {
        display: block;
    }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
    .letters-min .select_theme_letters.select_view_auth .button .button__text {
        margin-left: 0;
    }
    .letters-min .radio-group_theme_project.radio-group_view_auth .radio:first-child {
        margin-left: 0;
    }
}
/*ctx = '.button_theme_letters'*/
.button_theme_letters {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #222;
    font-family: "Helvetica", "Arial";
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    /* Decorative element (inner background) */


    /* >>> R O Y A L >>> */
}
.button_theme_letters::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button_theme_letters .button__text {
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #e2001a;
    text-transform: none;
}
.button_theme_letters .button__text span {
    font-size: 12px;
    color: #87888a;
    text-transform: uppercase;
}
.button_theme_letters .icon {
    position: relative;
}
.button_theme_letters.button_type_link {
    text-decoration: none;
}
.button_theme_letters:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #fff;
    border-radius: 3px;
}
.button_theme_letters.button_hovered {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}
.button_theme_letters.button_hovered:before {
    background: #eee;
}
.button_theme_letters.button_focused-hard {
    background: transparent;
    box-shadow: none;
    z-index: 1;
}
.button_theme_letters.button_pressed:before {
    background: #ddd;
}
.button_theme_letters.button_checked {
    background: #ffeba0;
}
.button_theme_letters.button_checked:before {
    background: #ffeba0;
}
.button_theme_letters.button_checked.button_pressed {
    background: #ffeba0;
}
.button_theme_letters.button_checked.button_pressed:before {
    background: #ffdb4d;
}
.button_theme_letters.button_checked.button_hovered {
    background: #ffdb4d;
}
.button_theme_letters.button_view_plain {
    background: none;
}
.button_theme_letters.button_view_plain:before {
    display: none;
}
.button_theme_letters.button_view_plain.button_pressed {
    background: #f6f5f3;
}
.button_theme_letters.button_view_plain.button_checked {
    background: #ffeba0;
}
.button_theme_letters.button_view_plain.button_checked.button_pressed {
    background: #fee481;
}
.button_theme_letters.button_view_plain.button_disabled {
    background: none;
}
.button_theme_letters.button_view_action {
    background: rgba(191, 153, 0, 0.8);
}
.button_theme_letters.button_view_action:before {
    background: rgba(191, 153, 0, 0.8);
}
.button_theme_letters.button_view_action.button_pressed:before {
    background: #fc0;
}
.button_theme_letters.button_view_action.button_hovered {
    background: rgba(159, 127, 0, 0.8);
}
.button_theme_letters.button_view_pseudo {
    overflow: hidden;
    background: none;
}
.button_theme_letters.button_view_pseudo:before {
    background: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.button_theme_letters.button_view_pseudo.button_hovered:before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.button_theme_letters.button_view_pseudo.button_focused-hard:before {
    box-shadow: 0 0 0 1px rgba(178, 142, 0, 0.6);
}
.button_theme_letters.button_view_pseudo.button_pressed:before {
    background: rgba(0, 0, 0, 0.05);
}
.button_theme_letters.button_view_pseudo.button_checked:before {
    background: #ffeba0;
    box-shadow: 0 0 0 1px rgba(153, 122, 0, 0.5);
}
.button_theme_letters.button_view_pseudo.button_checked.button_hovered:before {
    box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
}
.button_theme_letters.button_view_pseudo.button_checked.button_pressed:before {
    background: #fee481;
    box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
}
.button_theme_letters.button_view_filter {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;

    /*border-radius: 100px;*/

    /*min-width: 180px;*/
    min-width: 140px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_letters.button_view_filter .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_letters.button_view_filter:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_letters.button_view_filter:after {
    content : '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background : #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_letters.button_view_filter:hover {
    color: #e2001a;
}
.button_theme_letters.button_view_filter:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_letters.button_disabled {
    background: rgba(0, 0, 0, 0.08);
}
.button_theme_letters.button_disabled:before {
    display: none;
}
.button_theme_letters.button_disabled.button_checked:before {
    display: block;
    background: #ffeba0;
}
.button_theme_letters.button_disabled .button__text {
    color: #aaa;
}
.button_theme_letters.button_disabled .icon {
    opacity: 0.3;
}
.button_theme_letters.button_size_s {
    font-size: 13px;
    line-height: 24px;
}
.button_theme_letters.button_size_s .icon {
    width: 24px;
}
.button_theme_letters.button_size_s .button__text {
    margin: 0 10px;
}
.button_theme_letters.button_size_m {
    font-size: 13px;
    line-height: 28px;
}
.button_theme_letters.button_size_m .icon {
    width: 28px;
}
.button_theme_letters.button_size_m .button__text {
    margin: 0 13px;
}
.button_theme_letters.button_size_l {
    font-size: 17px;
    line-height: 35px;
    height: 60px;
}
.button_theme_letters.button_size_l .icon {
    width: 32px;
}
.button_theme_letters.button_size_l .button__text {
    margin: 0 15px;
}
.button_theme_letters.button_size_full {
    font-size: 13px;
    line-height: 28px;
    height: 100%;
}
.button_theme_letters.button_size_full .icon {
    width: 32px;
}
.button_theme_letters.button_size_full .button__text {
    margin: 0 15px;
}
.button_theme_letters.button_size_xl {
    font-size: 18px;
    line-height: 38px;
}
.button_theme_letters.button_size_xl .icon {
    width: 38px;
}
.button_theme_letters.button_size_xl .button__text {
    margin: 0 18px;
}
.button_theme_letters .icon + .button__text {
    margin-left: 0;
}
.button_theme_letters .button__text:not(:last-child) {
    margin-right: 0;
}
.button_theme_letters.button_view_auth {
    display: block;
    width: 100%;
    background: transparent;
    background: #e2001a;
    color: #ffffff;
    border-radius: 0px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.button_theme_letters.button_view_auth:after {
    display: none;
}
.button_theme_letters.button_view_auth:before {
    display: none;
}
.button_theme_letters.button_view_auth:hover {
    background: #f9001d;
}
.button_theme_letters.button_view_royal {
    color: #e2001a;
    background: transparent;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_letters.button_view_royal .button__text {
    margin: 0;
    position: relative;
}
.button_theme_letters.button_view_royal .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;

    /*transform: translate3d(0, -4px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_letters.button_view_royal:before {
    background: transparent;
}
.button_theme_letters.button_view_royal .icon {
    width: 34px;
    text-align: left;
}
.button_theme_letters.button_view_royal .svg {
    fill: #e2001a;
    stroke : #e2001a;
    stroke-width: 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_letters.button_view_royal:hover {
    color: #191c1c;
}
.button_theme_letters.button_view_royal:hover .svg {
    fill: #191c1c;
    stroke : #191c1c;
}
.button_theme_letters.button_view_royal:hover .button__text:before {
    width: 100%;
    opacity: 1;

    /*transform: translate3d(0, -6px, 0);*/
}
.button_theme_letters.button_view_select {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    height: 72px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_letters.button_view_select:after {
    content : '';
    position: absolute;
    right: 10px;
    width: 33px;
    height: 33px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index: 2;
}
.button_theme_letters.button_view_select .button__text {
    margin-left: 0px;
    padding-top: 2px;
}
.button_theme_letters.button_view_select.button_size_l {
    padding-left: 39px;
}
.button_theme_letters.button_view_select.button_checked:before {
    background: transparent;
}
.button_theme_letters.button_view_select.button_checked:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.button_theme_letters.button_view_select:hover {
    background: transparent;
    color: #e2001a;

    /*
            &:after {
                background: transparent;
            }*/
}
.button_theme_letters.button_view_select:hover:before {
    background: transparent;
}

.control-group .radio_checked + .radio .button_theme_letters:before
    .checkbox_checked + .checkbox .button_theme_letters:before {
    left: 0;
}

.control-group .button_theme_letters {
    border-radius: 0;
}

.control-group .button_theme_letters:before {
    right: 0;
    border-radius: 0;
}

.control-group .button_theme_letters.button_checked:before, .control-group .button_theme_letters.button_focused-hard.button:before {
    left: 1px;
    right: 1px;
}

.control-group > .button_theme_letters:first-child, .control-group > :first-child .button_theme_letters {
    border-radius: 3px 0 0 3px;
}

.control-group > .button_theme_letters:first-child:before, .control-group > :first-child .button_theme_letters:before {
    border-radius: 2px 0 0 2px;
}

.control-group > .button_theme_letters:last-child, .control-group > :last-child .button_theme_letters {
    border-radius: 0 3px 3px 0;
}

.control-group > .button_theme_letters:last-child:before, .control-group > :last-child .button_theme_letters:before {
    right: 1px;
    border-radius: 0 2px 2px 0;
}

.control-group > :only-child .button_theme_letters {
    border-radius: 3px;
}

.control-group > :only-child .button_theme_letters:before {
    border-radius: 2px;
}
.popup_theme_letters {
    visibility: hidden;
    display: none;
    margin: -9999px 0 0 -9999px;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background: #ffffff;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1),
                0 20px 20px -5px rgba(0, 0, 0, 0.4);
    position: absolute;

    left: 0 !important;
    right: 0 !important;
}
.popup_theme_letters.popup_js_inited {
    display: block;
}
.popup_theme_letters.popup_visible {
    visibility: visible;
    margin: 0;
    margin-top: 0px;
}
/*fontSize = (13 13 15 15);
lineHeight = (24 24 28 32);
paddingVert = (3 4 5 6);
paddingHor = (10 13 15 20);*/

.menu_theme_letters {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica", "Arial";
    overflow-y: auto;

    padding: 24px 0;

    /* Using pseudo-elements intead of paddings because of Firefox bug with bottom padding (#1158):
     * https://bugzilla.mozilla.org/show_bug.cgi?id=748518 */
}

.menu_theme_letters:before, .menu_theme_letters:after {
    content: '';
    display: none;
}

.menu_theme_letters.menu_size_s {
    font-size: 13px;
    line-height: 24px;
}

.menu_theme_letters.menu_size_s:before, .menu_theme_letters.menu_size_s:after {
    height: 3px;
}

.menu_theme_letters.menu_size_s .menu-item + .menu__group {
    margin-top: 3px;
}

.menu_theme_letters.menu_size_s .menu__group {
    padding: 3px 0;
}

.menu_theme_letters.menu_size_s .menu__group-title {
    padding: 0 10px;
}

.menu_theme_letters.menu_size_m {
    font-size: 13px;
    line-height: 24px;
}

.menu_theme_letters.menu_size_m:before, .menu_theme_letters.menu_size_m:after {
    height: 4px;
}

.menu_theme_letters.menu_size_m .menu-item + .menu__group {
    margin-top: 4px;
}

.menu_theme_letters.menu_size_m .menu__group {
    padding: 4px 0;
}

.menu_theme_letters.menu_size_m .menu__group-title {
    padding: 0 13px;
}

.menu_theme_letters.menu_size_l {
    font-size: 15px;
    line-height: 28px;
}

.menu_theme_letters.menu_size_l:before, .menu_theme_letters.menu_size_l:after {
    height: 5px;
}

.menu_theme_letters.menu_size_l .menu-item + .menu__group {
    margin-top: 5px;
}

.menu_theme_letters.menu_size_l .menu__group {
    padding: 5px 0;
}

.menu_theme_letters.menu_size_l .menu__group-title {
    padding: 0 15px;
}

.menu_theme_letters.menu_size_xl {
    font-size: 15px;
    line-height: 32px;
}

.menu_theme_letters.menu_size_xl:before, .menu_theme_letters.menu_size_xl:after {
    height: 6px;
}

.menu_theme_letters.menu_size_xl .menu-item + .menu__group {
    margin-top: 6px;
}

.menu_theme_letters.menu_size_xl .menu__group {
    padding: 6px 0;
}

.menu_theme_letters.menu_size_xl .menu__group-title {
    padding: 0 20px;
}

.menu_theme_letters .menu__group {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
}

.menu_theme_letters .menu__group-title {
    color: #87888a;
}

.menu_theme_letters .menu__group + .menu__group {
    border-top: 0;
}

.menu_theme_letters .menu__group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.menu_theme_letters .menu__group:first-child {
    padding-top: 0;
    border-top: 0;
}
.menu_view_search {
    padding-left: 39px;
}
@media screen and (max-width: 640px) {
    .menu_view_search {
        padding-left: 24px;
    }
}
/*paddingLeft = (30 30 34 40);
paddingVert = (3 4 5 6);
paddingHor = (10 13 15 20);

tipSize = (14 14 15 15);*/

.menu-item_theme_letters {
    width: 30px;
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;

    display: inline-block;
    margin: 10px 17px;
    padding: 4px 0px 2px;
    text-align: center;
    font-family: pf_dindisplay_promedium;
    font-size: 24px;
    color: #494949;
    text-decoration: none;
}

.menu-item_theme_letters:after {
    content : '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
}

.menu-item_theme_letters:last-child {
    margin-left: 50px;
    padding: 2px 8px;
    width: auto;
    text-transform: none;
    font-size: 20px;
}

.menu-item_theme_letters:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #87888a;
}

.menu-item_theme_letters.menu-item_disabled {
    opacity: 0.3;
}

.menu-item_theme_letters .link_disabled {
    cursor: text;
}

.menu-item_theme_letters.menu-item_checked {
    color: #eceded;
    background: #e2001a;
    border-radius: 3px;
}

.menu-item_theme_letters.menu-item_hovered {
    cursor: pointer;
    color: #eceded;
    background: #e2001a;
    border-radius: 3px;
}

.menu-item_theme_letters.menu-item_type_link .link {
    outline: none;
    color: inherit;
    text-decoration: none;

    /* Fit clickable area to `menu-item` size */
}

.menu-item_theme_letters.menu-item_type_link .link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.names {
}
.list-names {
    margin-top: 26px;
    /*column-count: 3;*/
    font-family: helveticaneuecyrroman;
    text-transform: none;
    position: relative;

    /*display: flex;*/
    /*justify-content: space-between;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
}
.list-names__item {
    padding: 13px 0;
    display: inline-block;
    width: 33%;
}
.list-names .title {
    margin-bottom: 23px;
}
.list-names_left {

    /*margin-left: 26px;*/
    margin-bottom: 50px;
    padding-right: 65px;
}
.list-names_right {
    padding-left: 65px;
    margin-bottom: 50px;
    position: relative;
}
.list-names_right:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    height: 100%;
    background: #dedede;
}
@media screen and (max-width: 768px) {

    /*padding-left: 24px;*/

    /*padding-right: 24px;*/
    .list-names__item {
        padding: 12px 0;
        display: inline-block;
        width: 33%;
    }
    .list-names_left {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    .list-names_right {
        display: none;
    }
    .list-names .title {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .list-names {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.cut__visible {
    display: block;
}
.cut__invisible {
    height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;

    /*display: block;*/
    -webkit-transition: height .5s ease-out,
                    opacity .5s ease-out;
    transition: height .5s ease-out,
                    opacity .5s ease-out;
}
.cut_opened .cut__invisible {

    /*display: block;*/
    height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
}
.cut__switcher {
    display: none;
    outline: none;
    font-family: helveticaneuecyrroman;
    font-size: 15px;
    color: #e2001a !important;
    text-decoration: underline;
    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
    border-bottom: 1px dashed;
}
.cut__switcher:hover {
    color: #494949 !important;
}
@media screen and (max-width: 768px) {
    .cut__invisible {

        /*display: none;*/
        height: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    .cut__switcher {
        display: inline-block;
    }
}
.tabs-component {
    margin-bottom: 50px;
    position: relative;

    /*&__ava {
        width: 90px;
        height: 90px;
        border-radius: 45px;
        border: 2px solid $color_red;
        display: inline-block;
        vertical-align: middle;
    }

    &__name {
        margin-left: 32px;
        display: inline-block;
        vertical-align: middle;
        font-family: $font_din_display_r;
        color: $color_grey;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.015em;
    }*/
}
.tabs-component .region {
    font-size: 17px;
    font-family: pf_dindisplay_promedium;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.tabs-component__box {
    padding: 20px 0 30px 0;
}
.tabs-component__tabs-group {
    padding-bottom: 30px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.tabs-component__tabs-group .radio {
    padding: 6px 11px 4px 11px;
    font-size: 20px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
}
.tabs-component__tabs-group .radio_checked {
    color: #ffffff;
    background: #e2001a;
}
.tabs-component__tabs-group .radio__box {
    display: none !important;
}
.tabs-component__container {
    position: relative;
}
.tabs-component__container:before {
    content: '';
    position: absolute;
    top: 0;
    right: -9999px;
    left: -9999px;
    bottom: 0;
    background: #eceded;
    z-index: -1;
}
.tabs-component__clear {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 28px;
    right: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;

    /*display: none;*/
}
.tabs-component__clear_open {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.tabs-component__clear_val {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPkJpdG1hcDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPiAgICAgICAgPGcgaWQ9IjMyMF9hYm91dF92YWNhbmNpZXMyIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc3LjAwMDAwMCwgLTI0MS4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0i0LLQsNC60LDQvdGB0LjQuCIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDIxNC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGltYWdlIGlkPSJCaXRtYXAiIHNrZXRjaDp0eXBlPSJNU0JpdG1hcExheWVyIiB4PSIyNzciIHk9IjI3IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBUkNBSUFBQUMwRDlDdEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFTMUpSRUZVS0JWaitMWmx6OXU0dk4rMzcvOG5CRDVObVAyeGJkTC9mLzhZbmlycFAxS1FmcUtvL2Z2bVhUeTYzaGMxUEZhVWY2d285MjM5ZGlidTZHaEdScFovL3orODlQRDdjK3NlQXpid29ianh5L3I1Ly8vL1lXVGdaVE0xWUFDYURURURsMjJZc2lBOWVMUmhhZ0FxaHVyQnFnMnJCcUJLUnBBK0dJQzdtNGxSZ05QQjdkdUJkVUEvQU5uaU96YXhxQ25CVkRHZzZBR0t3clQ5WW1CZ0FuSXhOUUFGMGZVQWhWNmFlUDU2ZXhISUFHb1JuYm1VdzgwZXpFWVFJTU9RQWRDZTMrK3VnMFZBVW04enNqRWpBRVVQekdGQVB3aHhPNGJoakRkZ0dFQUFaaWhoaWtCVWtocy91TXpEWlQvRGg5b3VZT0xEbFhBd3RmMTU4cHc1OThucmYvKy9ZSTBIZUhoeXVEdjhlL1R4OTQxTERBdy9XU1dVR1A0OGZQSTJQcC9JL1BNdXZlemY5eDhBdXNqay9kRUdKM0VBQUFBQVNVVk9SSzVDWUlJPSI+PC9pbWFnZT4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}
@media screen and (max-width: 768px) {
    .tabs-component .region {
        opacity: 1;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        padding: 30px 0;
    }
    .tabs-component .region:before {
        content: "";
        position: absolute;
        top: 0;
        right: -9999px;
        left: -9999px;
        height: 1px;
        background: #dedede;
    }
    .tabs-component__tabs-group {
        margin-top: -20px;
        display: none !important;
        position: relative;
    }
    .tabs-component__tabs-group:after {
        content: "";
        position: absolute;
        right: -9999px;
        left: -9999px;
        bottom: 0;
        height: 1px;
        background: #dedede;
    }
    .tabs-component__tabs-group .radio {
        padding: 10px 0;
        display: block;
        color: #494949;
        background: none;
        font-size: 17px;
        text-transform: none;
    }
    .tabs-component__tabs-group .radio_checked {
        color: #e2001a;
    }
    .tabs-component__tabs-group.radio-group_visible {
        display: block !important;
    }
    .tabs-component__clear {
        display: block;
        opacity: 1;
    }
    .tabs-component__container:after {
        content: "";
        position: absolute;
        right: -9999px;
        left: -9999px;
        top: 0;
        height: 1px;
        background: #dedede;
    }
}
.button_theme_simple {
    display: inline-block;
    margin: 0;
    padding: 0.2em 1em;
    outline: 0;
    color: #191c1c;
    font-family: inherit;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.button_theme_simple::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button_theme_simple .button__text {
    position: relative;
}
.button_theme_simple.button_type_link {
    text-decoration: none;
}
.button_theme_simple.button_disabled {
    opacity: 0.6;
}
.button_theme_simple.button_focused-hard {
    box-shadow: 0 0 5px 1px #fc0;
}
.button_theme_simple.button_hovered {
    border-color: rgba(0, 0, 0, 0.5);
}
.button_theme_simple.button_checked {
    background: #fff7db;
}
.button_theme_simple.button_pressed {
    background: #fff7db;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button_theme_simple.button_pressed.button_focused-hard {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1),
                        0 0 5px 1px #fc0;
}
.button_theme_simple.button_pressed .button__text, .button_theme_simple.button_pressed .icon {
    position: relative;
    top: 1px;
}
.button_theme_simple .icon {
    width: 1em;
    margin-left: -0.7em;
}
.button_theme_simple .icon + .button__text {
    margin-left: 0.3em;
}
.button_theme_simple .icon:last-child {
    margin-right: -0.7em;
}
.tabs-component__box {
    display: none;
}
.tabs-component__box_selected {
    display: block;
}
.vacancie-item {
    padding: 10px 0;
    color: #494949;
}
.vacancie-item__date {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.vacancie-item__city {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.vacancie-item__title {
    width: 636px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
    .vacancie-item__title {
        width: 100%;
        display: block;
    }
}
.tabs_view_small .tabs__title {
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.tabs_view_small .tabs__title .title {
    margin: auto 0;
}
.tabs_view_small .tabs__title:after {
    content : '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    display: none;
}
@media screen and (max-width: 640px) {
    .tabs_view_small {
        border-bottom: 1px solid #dedede;
    }
    .tabs_view_small .btn-icon {
        margin-left: 24px;
    }
    .tabs_view_small .tabs__content {
        display: none;
    }
    .tabs_view_small .tabs__title {
        padding-left: 24px;
    }
    .tabs_view_small .tabs__title:after {
        display: block;
    }
    .tabs_view_small.tabs_active .tabs__content {
        display: block;
    }
    .tabs_view_small.tabs_active .tabs__title:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
.feedback label {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}
.feedback label.error {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.call {
    position: relative;
    padding-top: 30px;
    cursor: pointer;
}
.call:before {
    content: "";
    position: absolute;
    top: 0;
    right: -9999px;
    left: -9999px;
    height: 1px;
    background: #dedede;
}
.call__icon {
    margin-right: 20px;
    width: 45px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}
.call__icon svg {
    margin: 0;
}
.call__content {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: top;
}
.call__title {
    font-family: pf_dindisplay_proregular;
    font-size: 18px;
    color: #e2001a;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 7px;
}
.call__desc {
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: .06em;
    color: #494949;
}
@media screen and (max-width: 640px) {
    .call__desc {
        margin-right: 25px;
        line-height: 15px;
    }
}
.call-popup {
    width: 100%;
}
.call-popup .textarea_theme_project {
    height: 504px !important;
}

.icon_type_call {
    width: 45px;
    height: 45px;
}
.affiliates {

    color: #494949;
    padding-right: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
}
.affiliates__content {
    margin-bottom: 22px;
}
.affiliates__wrap {
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
    -ms-flex-positive : 1;
    flex-grow : 1;
}
.affiliates__icon {
    display: inline-block;
    margin-right: 15px;
}
.affiliates__icon svg {
    margin: 0;
}
.affiliates__title {
    font-family: pf_din_text_cond_promedium;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.affiliates__title-text {
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    margin: auto 0;
}
.affiliates__item {

    /*margin-bottom: 5px;*/
    font-size: 14px;
}
.affiliates__item-title {
    display: inline-block;
    font-family: helveticaneuecyrbold;
    vertical-align: top;
}
.affiliates__item-text {
    vertical-align: top;
    display: inline-block;
    font-family: helveticaneuecyrroman;
    margin-bottom: 5px;
}
.affiliates__link {
    color: #e2001a;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.affiliates-popup {
    width: 645px;
}
.affiliates-popup .grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.affiliates-popup .textarea {
    height: auto;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
@media screen and (max-width: 650px) {
    .affiliates-popup {
        width: 100%;
    }
}

/* share */
.share {
    /*margin-top: 23px;*/
    margin-top: 51px;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    text-transform: uppercase;
    color: #494949;
    /*line-height: 60px;*/
    letter-spacing: 0.01em;
}
.share__text {
    padding: 0 25px 0 30px;
    display: inline-block;
}
.share__item {
    display: inline-block;
}
.share__icon {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
.share__icon:hover {
    opacity: .75;
}
.share__count {
    padding: 0 25px 0 10px;
    display: inline-block;
}
@media screen and (max-width: 950px) {
    .share {
        margin-top: 23px;
        margin-bottom: 15px;
    }
    .share__text {
        padding: 0 25px 0px 0px;
        display: inline-block;
    }
}


.share_new-wrap:before{
  content: '';
  display: table;
}
.share_new-wrap:after{
  content: '';
  display: table;
  clear: both;
}
.share_new{
  float: right;
  margin: 0;
  padding: 20px 10px;
  font-size: 0;
  text-align: right;
}
.share_new > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.share_new .share__text {
  padding-right: 10px;
  margin-bottom: -3px;
  line-height: 34px;
}
.share_new .share__count{
  display: none;
}
.share_new .share__item{
  padding-right: 10px;
}
.share_new .share__item:last-child{
  padding-right: 0px;
}
.share_new #soc2-btn {
    min-height: 34px;
}
.share_new .ya-share2__list {
    padding: 0 !important;
}
.share_new .ya-share2__list li:after {
    content: none !important
}
.share_new .ya-share2__badge {
    background: none !important;
}
.share_new .ya-share2__icon {
    margin: 0 6px;
}
.share_new .ya-share2__container_size_m .ya-share2__icon {
    height: 34px !important;
    width: 34px !important;
    background-size: 34px 34px !important;
}
.share_new .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(/local/templates/.default/i/icon_vk.svg) !important;
}
.share_new .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(/local/templates/.default/i/icon_fb.svg) !important;
}
/* /share */

/* news back */
.news_extended__back{
  width: 100%;
  padding: 28px 0 20px;
}
.news_extended__back a{
  color: #e2001a
}
/* /news back */

.views {
  float: right;
  margin-top: 8px;
  padding-bottom: 2px;
}
.views__views-count {
    font-family: pf_dindisplay_proregular;
}
.program-intro {
    /*height: 366px;*/
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity .25s ease-out,
                visibility .25s ease-out;
            transition: opacity .25s ease-out,
                visibility .25s ease-out;
}
.program-intro .link {
    text-decoration: none;
}
.program-intro_show {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .25s ease-out,
                    visibility .25s ease-out;
    transition: opacity .25s ease-out,
                    visibility .25s ease-out;
}
.program-intro_bg {
    background-size: contain;
    padding-bottom: 40px;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.program-intro_bg_puppy {
    background: url('/i/program/promo_img_puppy.png') no-repeat bottom right;
    background-size: contain;
    padding-bottom: 40px;
}
.program-intro_bg_dog {
    background: url('/i/program/promo_img_dog.png') no-repeat bottom right;
    background-size: contain;
    padding-bottom: 40px;
}
.program-intro_bg_kitten {
    background: url('/i/program/promo_img_kitten.png') no-repeat bottom right;
    background-size: contain;
    padding-bottom: 40px;
}
.program-intro_bg_cat {
    background: url('/i/program/promo_img_cat.png') no-repeat bottom right;
    background-size: contain;
    padding-bottom: 40px;
}
.program-intro_bg_top {
    background-size: contain;
    padding-bottom: 40px;
    background-position: top right;
    background-repeat: no-repeat;
}
.program-intro .title {
    width: 470px;
    padding-top: 44px;
    margin: 0;
}
.program-intro__text {
    width: 470px;
    padding-top: 55px;
    margin: 0;
    font-family: pf_din_text_cond_promedium;
    font-size: 24px;
    color: #494949;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.program-intro__item {
    margin-top: 35px;
}
.program-intro .button {
    margin-top: 45px;
}
.program-intro .icon {
    width: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.program-intro .icon svg {
    margin: 0;
}
.program-intro__text-box {
    margin-right: 0;
    margin-left: 20px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #e2001a;
    line-height: 25px;
    text-transform: uppercase;
    font-family: pf_dindisplay_proregular;
}
.program-intro__text-box a {
    color: #e2001a;
    text-decoration: none;
}
.program-intro__text-info {
    margin-left: 20px;
    margin-right: 0;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}
.program-intro_border_no {
    border-bottom: none !important;
}
.program-intro_banner_bottom .title {
    width: 470px;
    padding-top: 0px;
    margin: 0;
    text-transform: none;
    font-size: 35px;
    font-family: pf_din_text_cond_promedium;
    text-transform: uppercase;
    line-height: 1.4em;
}
.program-intro_banner_bottom .program-intro__text {
    width: 470px;
    padding-top: 15px;
    margin: 0;
    font-family: pf_din_text_cond_promedium;
    font-size: 17px;
    color: #494949;
    text-transform: none;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .program-intro {
        height: auto;
        border-bottom: 1px solid #dedede;
    }
    .program-intro .title {
        padding-top: 35px;
        width: 100%;
    }
    .program-intro__text {
        width: 250px;
        padding-top: 25px;
        font-size: 16px;
    }
    .program-intro__item {
        margin: 0;
    }
    .program-intro .button {
        margin-top: 34px;
    }
    .program-intro .icon {
        display: none;
    }
    .program-intro__text-box {
        display: none;
    }
    .program-intro__text-info {
        margin: 0;
        width: 100%;
    }
}
.program-info__item {
    margin: 15px 0;
    display: inline-block;
}
.program-info .icon {
    display: inline-block;
    vertical-align: top;
}
.program-info .icon svg {
    margin: 0;
}
.program-info__text {
    margin-left: 20px;
    margin-right: 70px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}
@media screen and (max-width: 768px) {
    .program-info__item {
        margin: 10px 0;
    }
    .program-info .icon {
        display: none;
    }
    .program-info__text {
        margin-left: 28px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        position: relative;
    }
    .program-info__text:after {
        content : '•';
        position: absolute;
        top: 4px;
        left: -30px;
        font-size: 24px;
        color: #e2001a;
        line-height: 0.4;
    }
}
.program-register__item {
    display: inline-block;
}
.program-register .icon {
    display: inline-block;
    vertical-align: middle;
}
.program-register .icon svg {
    margin: 0;
}
.program-register__text {
    width: 125px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #e2001a;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
}
.program-register_padding_left {
    padding-left: 40px;
}
@media screen and (max-width: 640px) {
    .program-register {
        text-align: center;
    }
    .program-register_padding_left {
        padding-left: 0px;
    }
    .program-register__text {
        display: block;
        width: 70px;
        text-align: left;
        margin: 24px 20px 0 20px;
    }
}
.program-steps {
    margin-top: 45px;
    margin-bottom: 45px;
    width: 946px;
}
.program-steps__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.program-steps__item:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 44px;
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    height: 2px;
    background: #e2001a;
}
.program-steps__item span {
    display: block;
    width: 44px;
    height: 44px;
    border: 2px solid #e2001a;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    color: #494949;
    font-family: pf_din_text_cond_promedium;
}
.program-steps__item:nth-child(1) {
    width: 244px;
}
.program-steps__item:nth-child(2) {
    width: 320px;
}
.program-steps__item:nth-child(3) {
    width: 302px;
}
.program-steps__item:nth-child(4) {
    width: 80px;
}
.program-steps__item:nth-child(4):after {
    content: none;
}
.program-steps__item:nth-child(4) span {
    border: none;
}
.program-steps__desc {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #494949;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: pf_dindisplay_proregular;
}
.program-steps__text {
    margin-top: 20px;
    font-size: 17px;
    color: #191c1c;
    line-height: 21px;
    letter-spacing: 0.02em;
    font-family: pf_dindisplay_promedium;
}
.program-steps__sub-text {
    margin-top: 15px;
    font-size: 14px;
    color: #191c1c;
    line-height: 21px;
    letter-spacing: 0.02em;
    font-family: pf_dindisplay_proregular;
}
@media screen and (max-width: 1000px) {
    .program-steps {
        width: 100%;
    }
    .program-steps__item {
        width: 280px;
        height: 75px;
        display: block;
    }
    .program-steps__item:after {
        content: '';
        position: absolute;
        top: 44px;
        left: 22px;
        width: 2px;
        height: -webkit-calc(100% - 44px);
        height: calc(100% - 44px);
        background: #e2001a;
    }
    .program-steps__item:last-child:after {
        content: none;
    }
    .program-steps__item span {
        display: block;
        width: 44px;
        height: 44px;
        border: 2px solid #e2001a;
        border-radius: 22px;
        line-height: 44px;
        text-align: center;
    }
    .program-steps__desc {
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 65px;
        font-size: 14px;
        line-height: 18px;
        font-family: pf_dindisplay_promedium;
    }
    .program-steps__text {
        margin-top: 0px;
        font-size: 14px;
        font-family: helveticaneuecyrroman;
    }
    .program-steps__sub-text {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0em;
        font-family: pf_dindisplay_promedium;
    }
}
@media screen and (max-width: 768px) {
    .program-steps {
        margin-bottom: 0px;
    }
}
.program-teachers {
    width: 645px;
    background: #ffffff;
}
@media screen and (max-width: 768px) {
    .program-teachers {
        width: 100%;
    }
}
.icon_type_program-1 {
    width: 45px;
    height: 45px;
}
.icon_type_program-2 {
    width: 45px;
    height: 45px;
}
.icon_type_program-3 {
    width: 45px;
    height: 45px;
}
.icon_type_program-4 {
    width: 46px;
    height: 45px;
}
.icon_type_program-5 {
    width: 45px;
    height: 45px;
}
.icon_type_program-6 {
    width: 46px;
    height: 45px;
}
.icon_type_cat {
    width: 80px;
    height: 80px;
}
.icon_type_dog {
    width: 76px;
    height: 76px;
}
.icon_type_icon-box {
    width: 45px;
    height: 45px;
}
.icon_type_icon-info {
    width: 32px;
    height: 33px;
}
.tabs-wrap {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.tabs-wrap__left {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tabs-wrap__left:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dedede;
}
.tabs-wrap__right {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tabs-wrap__right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #dedede;
}
.tabs-wrap__top {
    display: none;
}
.tabs-wrap__top-name {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 30px 0 0;
    text-overflow: ellipsis;
}
.tabs-wrap__item {
    padding: 0 40px;
}
.tabs-wrap__item .link {
    padding: 12px 0;
    display: block;
    font-family: pf_din_text_cond_promedium;
    font-size: 12px;
    color: #494949;
    line-height: 18px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
}
.tabs-wrap__content-wrap {
    display: none;
}
.tabs-wrap__content-wrap_view_popup {
    padding: 24px;
    display: block;
}
.tabs-wrap__content-wrap_view_popup .tabs-wrap__content {
    display: block;
}
.tabs-wrap__content-wrap_view_popup .tabs-wrap__top {
    display: none;
}
.tabs-wrap__content {
    display: none;
}
.tabs-wrap__content-wrap.active {
    display: block;
    padding: 30px 40px;
}
.tabs-wrap__content.active {
    display: block;
}
.tabs-wrap__ava {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border: 2px solid #e2001a;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
}
div.tabs-wrap__ava {
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
}
.tabs-wrap__name {
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
}
.tabs-wrap__title {
    margin-bottom: 18px;
    font-family: pf_din_text_cond_promedium;
    color: #e2001a;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tabs-wrap__time {
    margin-bottom: 43px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .013em;
}
.tabs-wrap p {
    margin: 22px 0;
    font-family: helveticaneuecyrroman;
    line-height: 21px;
}
.tabs-wrap ul {
    padding-left: 31px;
    margin: 0;
}
.tabs-wrap ul li {
    position: relative;
    list-style: none;
    margin: 20px 0;
}
.tabs-wrap ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -31px;
    width: 9px;
    height: 9px;
    background: #e2001a;
    border-radius: 5px;
}
.tabs-wrap button {
    margin-top: 25px;
}
.tabs-wrap strong {
    font-family: helveticaneuecyrbold;
}
@media screen and (max-width: 768px) {
    .tabs-wrap__item {
        padding: 0px;
    }
    .tabs-wrap.tabs-wrap_type_top-tabs .hide_nav {
        display: none;
    }
    .tabs-wrap.tabs-wrap_type_top-tabs .tabs-wrap__right {
        position: static;
    }
    .tabs-wrap__content.active {
        display: block;
        border-bottom: 1px solid #dedede;
        box-shadow: 0px 10px 18px rgba(0,0,0,0.25)
    }
    .tabs-wrap__right {
        position: absolute;
        left: 0;
        z-index: 10;
    }
    .tabs-wrap__right:after {
        content: none;
    }
    .tabs-wrap__left:before {
        content: none;
    }
    .tabs-wrap__top {
        margin-bottom: 30px;
        display: block;
        height: 70px;
        line-height: 70px;
        font-family: pf_din_text_cond_promedium;
        font-size: 14px;
        color: #494949;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0.1em;

        /*&:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 1px;
                background: $color_grey3;
            }*/
    }
    .tabs-wrap__top:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #dedede;
    }
    .tabs-wrap .close {
        position: absolute;
        top: 35px;
        right: -5px;
    }
    .tabs-wrap__name {
        width: 150px;
    }
    .tabs-wrap__content-wrap.active {
        display: block;
        background: #ffffff;
        z-index: 10;
        padding: 0;
        overflow: hidden;
    }
    .tabs-wrap__content.active {
        padding: 0 0 30px 0;
        border-top: 1px solid #dedede;
    }
}
@media screen and (max-width: 650px) {
    .tabs-wrap__content.active {
        padding: 0 0 30px 0;
    }
}
.close__btn-close {
    position: absolute;
    top:     -25px;
    bottom: 100%;
    right:   10px;
    height:  50px;
    width:   50px;
    z-index: 100;
    margin-bottom: 1px;
    background: #ffffff;
}
.close__btn-close-icon {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width:  24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.close__btn-close-icon:after {
    content : '';
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    background: #e2001a;
}
.close__btn-close-icon:before {
    content : '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
}
.lk-popup {
    width: 645px;
}
.lk-popup .checkbox_view_auth {
    margin-right: 30px;
}
.upload-photo {
    padding: 24px;
    padding-top: 0px;
    padding-bottom: 17px;
}
.upload-photo_view_full {
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
    -ms-flex-positive : 1;
    flex-grow : 1;
    border-bottom: 1px solid #dedede;
}
.upload-photo__title {
    text-transform: uppercase;
    color : #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;

    /*margin-bottom: 25px;*/
    height: 72px;
    line-height: 72px;
}
.upload-photo__image-wrap {
    height: 183px;
    position: relative;
    margin-bottom: 18px;
}
.upload-photo__image-wrap .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.upload-photo__user-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;

    /*background-color: $color_white;*/
    background-color: #eceded;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.upload-photo__user-photo_active {
    opacity: 1;
}
.upload-photo__image-params {
    font-size: 14px;
    font-family: pf_dindisplay_promedium;
    letter-spacing: 1px;
    color: #87888a;
    margin-bottom: 35px;
}
.upload-photo .attach {
    margin-bottom: 40px;
}
.upload-photo__delete {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    color : #494949;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.upload-photo__delete:hover {
    color : #e2001a;
}
.board {
    /*min-height: 600px;*/
    position: relative;
}
.board .card {
    border-bottom: none;
}
.board .grid_fake {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-bottom: 1px solid #eceded;
    height: 110%;
    min-height: 1000px;
}
.board .grid_fake .grid__col {
    border-right: 1px solid #eceded;
}
.board .grid_fake .grid__col:first-child {
    border-left: 1px solid #eceded;
}
.board .grid__col .card:last-child {
    border-bottom: none;
}
.board .card-placeholder {
    background: #191c1c;
    opacity: 0.03;
    width: 100%;
    height: 85px;
    display: block;
}
.card {
    position: relative;
    padding: 35px 32px 35px 32px;
}
.card:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eceded;
    left: 0;
    bottom: -1px;
}
.card__load-btn .button_theme_project.button_size_l {
    font-size: 14px;
    line-height: 35px;
    height: 40px;
}
.card__add-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.card__add-btn:after {
    content : '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}
.card__add-btntext {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    text-transform: uppercase;
}
.card__add-btn:hover {
    background: #e2001a;
}
.card__add-btn:hover .card__add-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card__add-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card__add-icon:after {
    content : '';
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}
.card__add-icon:before {
    content : '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 0;
}
.card__add-btn_top {
    margin: 10px 16px 10px 0;
    padding: 0 30px;
    font-size: 0;
    text-align: center;
}
.card__add-btn_top-icon {
    padding-left: 40px;
}

.link-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.link-btn:after {
    content : '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}
.link-btntext {
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    text-transform: uppercase;
}
.link-btn_primary {
    background: #e2001a;
    color: #ffffff;
}
.link-btn_primary:hover {
    background: #e2001a;
    color: #ffffff;
}
.link-btn_second {
    background: #808080;
}
.link-btn_second:hover {
    background: #808080;
}
.link-btn_second .link-btntext {
    color: #ffffff;
}
.link-btn_info {
    background: #494949;
    color: #ffffff;
}
.link-btn_info:hover {
    background: #494949;
    color: #ffffff;
}
.link-btn_fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.link-btn_add-btn .link-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link-btn_add-btn .link-icon:after {
    content : '';
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}
.link-btn_add-btn .link-icon:before {
    content : '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 0;
}
.link-btn_add-btn:hover .link-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.link-btn_video-btn .link-icon {
    position: absolute;
    top: 9px;
    left: 12px;
    width: 19px;
    height: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/icon_camera.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.link-btn_top {
    margin: 10px 16px 10px 0;
    padding: 0 30px;
    font-size: 0;
    text-align: center;
}
.link-btn_top-icon {
    padding-left: 40px;
}
.link-btn_top_small {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.link-btn_video-btn {
    padding-left: 45px;
    padding-right: 25px;
}

.card:before {
    content : '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    z-index: -1;
}
.card.ui-sortable-helper:before {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.card.card_nodrag .card__heading {
    display: block;
    margin-right: 0;
}
.card.card_nodrag .card__heading-title {
    display: block;
    margin-right: 0;
}
.card.card_nodrag .card__heading-icon {
    display: none;
}
.card.card_nodrag .card__heading-preview {
    display: block;
    width: 100%;
}
.card.card_nodrag .card__heading-link {
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #e2001a;
    text-decoration: underline;
}
.card.card_nodrag .card__heading-link:hover {
    text-decoration: none;
}
.card.card_second + .card_second {
    padding-top: 0;
}
.card.card_second .card__heading {
    min-height: auto;
}
.card__content {
    padding-top: 14px;
}
.card__content .loader-content{
}
.card__content .loader-content.loading{
}
.card__photo {
    margin-bottom:  30px;
}
.card__photo .image {
    display: block;
    width: 100%;
    width: auto !important;
    max-width: 263px;
    max-height: 200px;
}
.card__list_library {
    max-height: 266px;
    overflow: auto;
}
.card__list_statistics .card__list-title {
    max-width: 208px !important;
}
.card__list_reports {
    margin: 0 -15px;
    border-top: 1px solid #eceded;
    font-size: 0;
}
.card__list_reports.section-reports {
    border-top: none;
}
.card__list_reports .card__list-item {
    display: inline-block;
    width: 100%;
    padding: 22px 15px 22px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eceded;
}
.card__list_reports .card__list-item.card__list-item-report {
    display: inline-block;
    width: 100%;
    padding: 22px 15px 22px 20px;
    margin-bottom: 0;
    border-bottom: none;
}
.card__list_reports .card__list-item.card__list-item-report.section {
    border-top: 1px solid #eceded;
}
.card__list_reports .card__list-title_link {
    margin: 0;
    font-size: 17px;
    color: #e2001a;
    text-transform: uppercase;
    max-width: 100%;
}
.card__list_reports .card__list-title_caption {
    display: block;
    max-width: 100%;
    margin-top: 2px;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #87888a;
}
.card__list_events {
    margin: 0 -20px;
}
.card_pits {
    max-height: 410px;
    overflow: auto;
}
.card_photo_pit img {
    max-height: 80px !important;
}
.card__edit {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-top: 27px;
    padding-bottom: 27px;

    /*margin-top: 64px;*/
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card__edit:hover {
    color : #e2001a;
}
.card__edit + .card__edit {
    padding-top: 0;
    margin-top: -20px !important;
    border-top: 1px solid #ffffff;
    background: #ffffff;
}
.page_view_lk-owner .card__pets .card {
    margin-bottom: 30px;
}
.page_view_lk-owner .card__pets .card__content {
    padding-top: 0;
}
.page_view_lk-owner .card__pets .card__actions {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.page_view_lk-owner .card__pets .card__edit {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
    margin-top: 0;
    margin-right: 15px;
}
.page_view_lk-owner .card__pets .card__edit + .card__edit {
    margin-top: 0 !important;
}
/* .page_view_lk .card__edit {
    border-bottom: 0;
} */
.card__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 26px;
    cursor: pointer;
    z-index: 1;
}
.card__arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.card__arrow svg {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card__arrow .svg svg {
    width: 13px;
    height: 8px;
}
.card__arrow:hover svg {
    opacity: 0.6;
}
.card__arrow.active .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.card__heading {
    min-height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 19px;
    cursor: default;
    /*cursor: move;*/ //вернуть когда заработает перетаскивание
}
.card__heading-title {
    font-size: 20px;
    font-family: pf_dindisplay_promedium;
    color: #191c1c;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    margin: auto 0;
    margin-right: 17px;
    letter-spacing: 1.6px;
}
.card__heading-icon {
    display: none;
    width: 13px;
    height: 12px;
    position: relative;
    margin: auto 0;
    margin-right: 20px;
}
.card__heading-iconline, .card__heading-icon:after, .card__heading-icon:before {
    content: '';
    background: #dedede;
    height: 2px;
    top: 5px;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card__heading-icon:after {
    top: 0;
}
.card__heading-icon:before {
    top: auto;
    bottom: 0;
}
.card__heading:hover .card__heading-icon:after {
    -webkit-transform: translate3d(0, -1px, 0px);
    transform: translate3d(0, -1px, 0px);
}
.card__heading:hover .card__heading-icon:before {
    -webkit-transform: translate3d(0, 1px, 0px);
    transform: translate3d(0, 1px, 0px);
}
.card__heading:hover .card__heading-iconline, .card__heading:hover .card__heading-icon:after, .card__heading:hover .card__heading-icon:before {
    background: #87888a;
}
.card__filter {
    margin: 0 -21px 32px;
}
.card__filter .loader-line {
    bottom: -22px;
}
.card__filter .select_theme_project.select_view_search {
    display: block;
    /*width: 100%;*/
    height: 56px;
}
.card__filter .select_theme_project.select_view_search .button_view_search {
    background: #fff;
    border-radius: 0;
    height: 100%;
    border: 0;
    padding-top: 1px;
}
.card__filter .select_theme_project.select_view_search .button_view_search:hover {
    background: #fff;
}
.card__filter .select_theme_project.select_view_search .button_view_search:before {
    bottom: -1px;
    right: -1px;
    left: 0;
    background: #ffffff;
    border: 1px solid #494949;
    border-bottom: 1px solid #494949;
    border-radius: 0;
}
.card__filter .select_theme_project.select_view_search.select_opened .button_view_search:before{
}
.card__filter .select_theme_project .select__button.button_size_m .button__text {
    padding-left: 21px;
    padding-right: 40px;
    margin: 0;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #494949;
}
.card__filter .select_theme_project .select__button.button_size_m .icon {
    width: 40px;
    top: 1px;
    right: 0;
    background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    -webkit-background-size: 14px 8px;
    -o-background-size: 14px 8px;
}
.popup_theme_project.popup_view_search {
    box-shadow: none;
    /*box-shadow: 0 1px 0 1px rgba(0, 0, 0, 1);//, 0 20px 20px -5px rgba(0, 0, 0, 0.4)
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.8), 0 20px 20px -5px rgba(0, 0, 0, 0.4);*/
    border: 1px solid #494949;
    border-top: 0;
}
.popup_theme_project.popup_view_search .menu_theme_project.menu_size_m {
    /*border-width: 0 1px 1px 1px;
    border-color: #494949;
    border-style: solid;
    box-sizing: content-box;
    -moz-box-sizing: content-box;*/
}
.popup_theme_project.popup_view_search .menu_size_m .menu__group-title ~ .menu-item_theme_project {
    padding: 0 21px;
}
.popup_theme_project.popup_view_default {
    border: 0;
    box-shadow: none;
}
.popup_theme_project.popup_view_default:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 96%;
    left: 2%;
    background: #c7c8c8;
}
.popup_theme_project.popup_view_default.popup_direction_bottom-left.popup_visible {
    margin-top: -6px;
}
.popup_theme_project.popup_view_default.popup_direction_bottom-left.popup_visible:before {
    top: 0;
}
.popup_theme_project.popup_view_default.popup_direction_top-left.popup_visible {
    margin-top: 6px;
}
.popup_theme_project.popup_view_default.popup_direction_top-left.popup_visible:before {
    bottom: 0;
}
.popup_theme_project.popup_view_default .menu_theme_project {
    border: solid 1px #494949;
    box-shadow: none;
}
.popup_theme_project.popup_view_default.popup_direction_bottom-left .menu_theme_project {
    border-top: 0;
}
.popup_theme_project.popup_view_default.popup_direction_top-left .menu_theme_project {
    border-bottom: 0;
}
.popup_theme_project.popup_view_default .menu {
    padding-left: 0;
    padding-left: 24px;
    box-shadow: none;
    min-width: 100%;
    max-height: 350px;
    z-index: 50;
    border-radius: 0px;
    border: 1px solid #494949;
}
.popup_theme_project.popup_view_default.popup_direction_bottom-left .menu {
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 0;
}
.popup_theme_project.popup_view_default.popup_direction_top-left .menu {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 0;
}
.popup_theme_project.popup_view_default .menu-item {
    padding: 10px 0px;
    position: relative;
    white-space: nowrap;
    text-transform: none;
    font-size: 17px;
    line-height: 18px;
    color: #494949;
    font-family: pf_dindisplay_promedium;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.popup_theme_project.popup_view_default .menu-item.menu-item_hovered {
    color: #e2001a;
}
.popup_theme_project.popup_view_default .menu-item.menu-item_checked {
    color: #e2001a;
}
.card__list-item {
    font-size: 0;
    margin-bottom: 15px;
}
.card__list-item:last-child {
    margin-bottom: 0;
}
.card__list-title {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 230px;
    margin-right: 13px;
    font-size: 17px;
    font-family: pf_dindisplay_promedium;
    color: #494949;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: default;
}
a.card__list-title {
    cursor: pointer;
}
.card__list-title_link {
    color : #e2001a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card__list-title_link:hover {
    color: #494949;
}
.card_link_black .card__list-title_link {
    color : #494949;
}
.card_link_black .card__list-title_link:hover {
    color : #e2001a;
}
.card__list-text {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-family: pf_dindisplay_promedium;
    color: #87888a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow-wrap: break-word;
}
.card__points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 53px;
    position: relative;
}
.card__points:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    height: 1px;
    background: #dedede;
}
.card__points-text {
    width: 70px;
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    line-height: 1.4;
    text-transform: uppercase;
    margin-right: 10px;
}
.card__points-count {
    color: #494949;
    font-size: 42px;
    font-family: pf_dindisplay_probold;
    line-height: 0.9
}
.card__points-act {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 53px;
    position: relative;
}
.card__points-act:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    height: 1px;
    background: #dedede;
}
.card__points-act .card__points-text-act {
    width: 70px;
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    line-height: 1.4;
    text-transform: uppercase;
    margin-right: 10px;
}
.card__points-act .card__points-count-act {
    position: absolute;
    right: 0;
    color: #e2001a;
    font-size: 42px;
    font-family: pf_dindisplay_probold;
    line-height: 0.9
}
.card__points-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    position: relative;
}
.card__points-all .card__points-text-all {
    width: 70px;
    color: #494949;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    line-height: 1.4;
    text-transform: uppercase;
    margin-right: 10px;
}
.card__points-all .card__points-count-all {
    position: absolute;
    right: 0;
    color: #87888a;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    line-height: 0.9
}

.card__points-balls {
    position: relative;
    margin: 0 -20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #c7c8c8;
    padding: 25px 20px 10px;
    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;
    min-height: 144px;
}
.card__points-balls__container {
    width: 100%;
}
.card__points-discount-balls {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #e2001a;
}
.card__points-count-balls {
    margin-bottom: 5px;
    font-family: pf_dindisplay_promedium;
    font-size: 48px;
    line-height: 0.75;
    letter-spacing: 2px;
    text-align: center;
    color: #222222;
}
.card__points-text-balls {
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    color: #87888a;
}
.card__points-balls + .card__desc {
    margin-top: 40px;
}

.card_type_lib .card__list-item {
    position: relative;
    padding-left: 17px;
}
.card_type_lib .card__list-item:before {
    content : '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #87888a;
}
.card_type_lib .card__list-title {
    font-size: 13px;
    font-family: helveticaneuecyrroman;
    color: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
}
.card_type_lib .card__list-title:hover {
    color: #494949;
}
.card_text_right .card__list-text {
    float: right;
}
.card_color_red .card__list-text {
    color: #e2001a;
}
.card_lowercase .card__list-text {
    text-transform: none;
}
.card_close .card__content {
    display: none;
}
.card__desc {
    margin-top: 50px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.card__desc a {
    color: #e2001a;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
.card__desc a:hover {
    text-decoration: none;
    color: #191c1c;
}
.card__desc-ico {
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.card__ico {
    width: 23px;
    display: inline-block;
}
.card__desc-ico-text {
    padding-left: 15px;
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);
    display: inline-block;
}
.card__more {
    margin-top: 30px;
    position: relative;
}
.card__more-all {
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}
.card__more-all:hover {
    color: #e2001a;
}
.card__more-count {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: pf_dindisplay_proregular;
    color: #e2001a;
    display: inline-block;
    margin-bottom: 5px;
}
.card__new {
    font-size: 13px;
    font-family: pf_dindisplay_proregular;
    margin: 11px 17px 14px 0;
    color: #ffffff;
    background: #e2001a;
    border-radius: 4px;
    padding: 2px 5px;
    text-transform: uppercase;
}
.card .select {
    margin-bottom: 30px;
}
.card .select_theme_project.select_view_auth .button .button__text {
    margin-left: 0;
}
.card .select_theme_project .select__tick {
    right: -7px;
}
.card .select_theme_project .button {
    border-top: 1px solid #dedede;
}
.card .select_theme_project.select_view_auth .button .button__text {
    color: #494949;
}
.map_type_edit {
    height: 360px;
    background: #ffffff;
}
.card_type_favorites .card__list-item {
    position: relative;
}
.card_type_favorites .card__remove {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    z-index: 1;
    padding: 0px 5px;
    cursor: pointer;
}
.card_type_favorites .card__remove .icon {
    margin-top: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.3;
}
.card_type_favorites .card__remove:hover .icon {
    opacity: 0.6;
}
.card_type_pets .card {
    padding: 0;
}
/*.card_type_pets .card .card__content {
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eceded;
}
.card_type_pets .card .card__edit {
    margin-top: 25px;
}*/
.card-event {
    position: relative;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #87888a;
    padding: 10px 20px;
}
.card-event__shadow {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    border: 0;
}
.card-event__shadow .shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #87888a;
}
.card-event__shadow .shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
.card-event__shadow .shadow.shadow_1 {
    top: 2px;
    left: 2px;
    opacity: 0.8;
    z-index: -1;
}
.card-event__shadow .shadow.shadow_2 {
    top: 4px;
    left: 4px;
    opacity: 0.6;
    z-index: -2;
}
.card-event__shadow .shadow.shadow_3 {
    top: 6px;
    left: 6px;
    opacity: 0.4;
    z-index: -3;
}
.card-event__shadow .shadow.shadow_4 {
    top: 8px;
    left: 8px;
    opacity: 0.2;
    z-index: -4;
}
.card-event__close {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 28px;
    width: 28px;
    z-index: 100;
    margin-bottom: 1px;
    background: #ffffff;
    cursor: pointer;
}
.card-event__close-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-event__close-icon:after {
    content : '';
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #87888a;
}
.card-event__close-icon:before {
    content : '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #87888a;
}
.card-event__title {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #e2001a;
    text-decoration: none;
}
.card-event__title:hover {
    color: #494949;
}
.card-event__content {
    padding: 26px 0;
}
.card-event__content-change {
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #494949;
    text-decoration: none;
}
.card-event__content-change:hover {
    color: #e2001a;
}
.card-event__content-lastdatetime {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #87888a;
}
.card-event__content-user {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #87888a;
}
.card-event_empty {
    height: 144px;
    line-height: 144px;
    margin: 0 -20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eceded;
}
.card-event_empty__content {
    display: inline-block;
    vertical-align: middle;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #c6c7c7;
    padding: 20px;
}

.card + .card_rulesaction {
    padding-top: 20px;
}
.card.card_rulesaction .card__desc {
    margin-top: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    letter-spacing: 0.2px;
}
.card.card_rulesaction .card__desc a {
    color: #e2001a;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
.card.card_rulesaction .card__desc a:hover {
    text-decoration: none;
    color: #191c1c;
}
.tabs_mode_normal .tabs__item-content {

    /*padding: 0 !important;*/
}
.tabs_mode_normal .tabs-wrap {
    border-top: none;
    border-bottom: none;
}
.tabs_mode_normal .tabs-wrap__content-wrap {
    padding-top: 0;
}
.tabs_mode_normal .tabs-wrap__item .link {
    padding: 12px 0;
    display: block;
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    color: #494949;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: none;
}
.schedule-item {
    padding: 10px 0;
    color: #494949;
}
.schedule-item__date {

    /*width: 150px;*/
    display: inline-block;
    vertical-align: middle;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.schedule-item__time {
    margin-left: 5px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.schedule-item__title {
    width: 636px;
    display: inline-block;
    vertical-align: middle;
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .schedule-item__title {
        padding: 10px 0;
        width: 100%;
        display: block;
    }
    .schedule-item__date {
        color: #e2001a;
    }
    .schedule-item__time {
        color: #87888a;
    }
}
.product-heading__main-row {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-heading__title {
    margin: auto 0;
    font-family: pf_din_text_cond_promedium;
    font-size: 17px;
    color: #e2001a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-heading__count {
    margin: auto 0;
    font-family: pf_din_text_cond_promedium;
    font-size: 17px;
    color: #87888a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-heading__count font:last-child {
    display: none;
}

.info-pages {
    margin: 20px 0 12px;
}
.info-pages__row {
    /*height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
.info-pages__title {
    display: inline-block;
    vertical-align: top;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    line-height: 16px;
    color: #B5B9C1;
}
.info-pages__count {
    display: inline-block;
    vertical-align: top;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    line-height: 16px;
    color: #B5B9C1;
}
.product-heading__count font:last-child {
    display: none;
}
.nav {
    display: none;
}
.product-heading__count .nav {
    display: block;
}
.product-heading__dop-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 28px;
    margin-bottom: 40px;
}
.product-heading__download {
    font-size: 13px;
    text-transform: uppercase;
    color: #e2001a;
    font-family: pf_dindisplay_promedium;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;

    /*letter-spacing: 1px;*/
    text-decoration: none;
    margin: auto 0;
}
.product-heading__download:hover {
    color: #191c1c;
}
.product-heading__import {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
}
.product-heading__import-text {
    font-family: pf_dindisplay_promedium;
    color : #494949;
    font-size : 13px;
    text-transform: uppercase;
    margin: auto 0;
    margin-right: 24px;
    white-space: nowrap;
}
.table {
    margin-bottom: 35px;
}
.table.table_empty {
    margin-top: 25px;
    margin-bottom: 35px;
}

.box_margin_tm_filter_empty {
    margin-top: 49px;
}
.table .table__row_empty .grid__col {
    padding: 12px 19px 8px;
}
.table a {
    outline: none;
}
.table__heading {
}
.page_view_bonus-main .table__search .input {
    background: #ffffff;
}
.table__search .input_theme_project:before {
    display: none;
}
.table__search-input span.input_type_date img.ui-datepicker-trigger {
    width: 15px;
    height: 15px !important;
    right: -17px !important;
    top: 5px !important;
}

.table__body {
}
.table .select {
    height: 24px;
    margin: auto;
}
.table .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table .select .select__button.button_size_l:hover {
    background: #fff;
}
.table .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table .select .select__tick {
    right: -10px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 10px;
    margin-top: 1px;
}
.table .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table .input_type_date .input__box {
    position: relative;
}
.table .input_type_date .input__box input {
    color: #494949;
    font-family: 'pf_dindisplay_proregular';
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.table .input_type_date .input__box .ui-datepicker-trigger {
    display: block;
    position: absolute;
    cursor: pointer;
    touch-action: manipulation;
    width: 35px !important;
    height: 35px !important;
    right: 0px !important;
    top: -2px !important;
    padding: 10px !important;
    /*
    top: 2px;
    right: -17px !important;
    height: 20px;

    top: -5px !important;
    right: -27px !important;
    */
}
.table_type_bp-ankets.table .input_type_date .input__box .ui-datepicker-trigger {
    width: 25px !important;
    height: 25px !important;
    right: 0px !important;
    top: 0px !important;
    padding: 5px !important;
}
.table_type_bp-ankets.table .table__search .select-default_small {
    margin: 0;
}
.table .input_type_date .ui-datepicker {
    display: none !important;
}
.table .input_type_date.input_focused .ui-datepicker {
    display: block !important;
}
.table__row-text_text_center {
    text-align: center;
}
.table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal !important;
}
.table__row-text_text_break {
    word-wrap: break-word;
}
.table__heading-text {
    font-size: 14px;
    font-family: "pf_dindisplay_proregular";
    color : #87888a;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    //white-space: nowrap;
    padding: 0;
}
.table__heading-text.table__heading-text_id {
    align-items: flex-end;
}
.table__heading-text_type_info {
    position: relative;
}
.table__heading-text_type_info:after {
    content: attr(data-info);
    position: absolute;
    top: 1px;
    right: 50%;
    min-height: 42px;
    line-height: 14px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: rgb(73, 73, 73);
    text-transform: none;
    box-shadow: rgba(40, 48, 52, 0.247059) 0px 9px 30px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 22px;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}
.table__heading-text_type_info:hover:after {
    opacity: 1;
    visibility: visible;
}
.table__heading .grid__col:nth-child(1) .table__heading-text_type_info:after{ left: -15px; right: auto; }
.table__heading .grid__col:nth-child(2) .table__heading-text_type_info:after{ left: -20px; right: auto; }
.table__heading .grid__col:nth-child(3) .table__heading-text_type_info:after{ right: -20%; }
.table__heading .grid__col:nth-child(4) .table__heading-text_type_info:after{ right: 20%; }

    .table__heading-text_type_info-pets:after{ min-width: 80px; }
    .table__heading-text_type_info-ankets:after{ min-width: 105px; }

.table__row-text_type_info {
    position: relative;
}
.table__row-text_type_info[data-info]:after {
    content: attr(data-info);
    position: absolute;
    top: -30px;
    left: -10px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: rgb(73, 73, 73);
    text-transform: none;
    box-shadow: rgba(40, 48, 52, 0.247059) 0px 9px 30px;
    opacity: 0;
    visibility: hidden;
    padding: 0px 22px;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    z-index: 99;
}
.table__row-text_type_info:hover:after {
    opacity: 1;
    visibility: visible;
}
.table__wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
}
.table__normal-text {
    white-space: normal;
    overflow: visible;
}
.table__nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table .grid__col {
    padding : 0px 8px;
    border-bottom: 1px solid #B5B9C1;
}
.table .grid__col_padding_s {
    padding: 0px 13px;
}
.table_type_breeders .grid__col {
    padding : 0px 5px;
}

.table__heading .grid__col:first-child {
    padding-left: 16px;
}
.table__heading .grid__col:last-child {
    padding-right: 16px;
}

.table__body .grid__col {
    border-right: 1px solid rgba(181, 185, 193, 0.3);
}
.table__body .grid__col:first-child {
    border-left: 1px solid #B5B9C1;
    padding-left: 16px;
}
.table__body .grid__col:last-child {
    padding-right: 16px;
    border-right: 1px solid #B5B9C1;
}
/* новая заявка */
.table__body .table__row.table__row_new .grid__col:first-child {
    position: relative;
}
.table__body .table__row.table__row_new .grid__col:first-child .table__row-text {
    color: #619F52;
}
.table__body .table__row.table__row_new .grid__col:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #619F52;
}
.table__body .table__row.table__row_new .table__text_kitpro_new {
    color: #619F52;
}
.table__body .table__row.table__row_new .table__text_freeproduct_new,
.table__body .table__row.table__row_new .table__text_freeproduct_hotline_approve,
.table__text_freeproduct_required_manager_approve,
.table__text_freeproduct_required_manager_approve_confirm_dealer {
    color: #619F52;
}
/* заявка отменена */
.table__body .table__row.table__row_rejected .table__row-text {
    color: #B5B9C1;
}
.table__body .table__row.table__row_rejected .table__text_rejected {
    color: #B5B9C1;
}

.table__body .table__chechbox {
    height: 49px;
    background: #eceded;
    position: relative;
}
.table__body .table__chechbox .checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 14px;
    padding: 0;
}
.table .table__heading-chechbox {
    height: 49px;
    position: relative;
}
.table .table__heading-chechbox .checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 14px;
    padding: 0;

    /*border: 1px solid $color_grey3;*/
}
.table__add-btn {
    text-align: right;
}
.table__add-btn_left {
    text-align: left;
}
.table__add-btn .button_theme_project.button_view_filter {
    margin: 10px 0;
}
.table__add-btn_type_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table__input-wrap {
    height: 49px;
    position: relative;
}
.table__link-wrap {
    height: 100%;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 19px;
}
.table__link-wrap:after {
    content : '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.table__link {
    color: #e2001a;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.table__link:hover {
    color: #191c1c;
}
.table__status {
    position: relative;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}
.table__status_type_yes:after {
    content: '';
    position: absolute;
    background: #e2001a;
    width: 2px;
    left: 6px;
    top: 0px;
    bottom: 0px;
}
.table__status_type_yes:before {
    content: '';
    position: absolute;
    background: #e2001a;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 6px;
}
.table__status_type_no {
    width: 8px;
    border-right: 2px solid #e2001a;
    border-bottom: 2px solid #e2001a;
}
.table .input_theme_project.input_view_auth {
    background: #FFF;
}
.table__tool-adding,
.table__tool-archive {
    color: #494949;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 100;
    margin-left: 10px;
}
.table_type_mpro-users .table__tools .table__tool-adding,
.table_type_mpro-users .table__tools .table__tool-archive {
    font-size: 12px;
}
@media screen and (max-width: 1100px) {
    .table_type_mpro-users .table__tools .table__tool-adding,
    .table_type_mpro-users .table__tools .table__tool-archive {
        white-space: nowrap;
        font-size: 11px;
    }
}
.sort-d, .table__heading-text a {
    text-decoration: none;
}
.table__heading-text span {
    border-bottom: 1px dotted #FFF;
    display: inline-block;
    line-height: 100%;
}
.sort-d, .table__heading-text a:hover span {
    border: none;
}
.table_type_edit .input_theme_project.input_view_auth {
    display: none;
    border-bottom: none;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
}
.table_type_edit .input_theme_project.input_view_auth .input__control {
    padding: 0px 19px;
}
.table_type_edit .table__heading-text {
    font-size: 12px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    color : #87888a;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table_type_edit .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    color: #494949;
    min-height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
}
.table_type_edit .table__row_edit .input_theme_project.input_view_auth, .table_type_edit .table__row_edit .table__tool-save {
    display: block;
}
.table_type_edit .table__row_edit .table__tool-edit {
    display: none;
}
.table_type_edit .table__tools {
    padding-left: 18px;
    padding-right: 13px;
    height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_edit .table__tool-edit, .table_type_edit .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_edit .table__tool-edit:hover, .table_type_edit .table__tool-save:hover {
    color: #191c1c;
}
.table_type_edit .table__tool-remove-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
}
.table_type_edit .table__tool-edit, .table_type_edit .table__tool-save, .table_type_edit .table__tool-remove-wrap  {
    position: relative;
}
.table_type_edit .table__tool-edit:after, .table_type_edit .table__tool-save:after, .table_type_edit .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_edit .table__tool-edit:hover:after, .table_type_edit .table__tool-save:hover:after, .table_type_edit .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_edit .table__tool-save {
    display: none;
}
.table_type_edit .table__tool-remove {

    /*position: absolute;*/
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_edit .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_edit .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_edit .table__tool-remove:hover:after, .table_type_edit .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_edit .grid__col_type_input-wrap {
    padding: 0;
}

.cart-product-item {
    position: relative;
    margin: 20px 0;
}
.cart-product-item__image {
    margin-right: 15px;
    width: 70px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.cart-product-item__content {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.cart-product-item__title {
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    color: #191c1c;
    line-height: 13px;
    letter-spacing: 0.013em;
}
.cart-product-item__desc {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: helveticaneuecyrroman;
    color: #494949;
    line-height: 19px;
    letter-spacing: 0.017em;
}
.cart-product-item__price-wrap {
    margin-top: 10px;
}
.cart-product-item__weigth {
    margin-top: 4px;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    display: inline-block;
    vertical-align: middle;
}
.cart-product-item__price {
    margin-top: 4px;
    font-size: 14px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    display: inline-block;
    vertical-align: middle;
}
.cart-product-item__count {
    display: inline-block;
    vertical-align: middle;
}

.table_type_shop .table__heading-text_color_red {
    color: #e2001a;
}
.table_type_shop .table__heading-text_color_black {
    color: #494949;
}
.table_type_shop .table__heading-text_color_black a {
    color: #494949;
    text-decoration: none;
}
.table_type_shop .table__heading-text_type_filter {
    position: relative;
}
.table_type_shop .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_shop .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_shop .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_shop .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_shop .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_shop .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_shop .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_shop .table__search .input:after {
    display: none;
}
.table_type_shop .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_shop .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_shop .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_shop .table__search .checkbox {
    z-index: 100;
}
.table_type_shop .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_shop .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_shop .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_shop .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_shop .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_shop .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_shop .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_shop .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_shop .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_shop .table__tool-remove:hover:after, .table_type_shop .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_shop .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 42px;
}
.table_type_shop .table__row-text_type_list {
    white-space: normal;
}
.table_type_shop .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_shop .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_shop .table__tool-edit, .table_type_shop .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_shop .table__tool-edit:hover, .table_type_shop .table__tool-save:hover {
    color: #191c1c;
}
.table_type_shop .table__tool-edit, .table_type_shop .table__tool-save  {
    position: relative;
}
.table_type_shop .table__tool-edit:after, .table_type_shop .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_shop .table__tool-edit:hover:after, .table_type_shop .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_shop .table__tool-save {
    display: none;
}
.orders__list {
    height: auto;
}
.orders__lists {
    margin-bottom: 60px;
}
.orders__lists .grid {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.orders__lists .grid__col {
    border-right: 1px solid #dedede;
}
.orders__lists .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.orders .image-btn__image-wrap:before {
    left: -41px;
}
.orders__pets {
    margin-bottom: 30px;
}
.orders__item {
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    color: #494949;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
}
.orders__item:last-child {
    margin-bottom: 0;
}
.orders__item:hover {
    color: #e2001a;
}
.map_type_territory {
    /*margin: 40px 0px;*/
}
.map_type_territory .map__map-in {
    height: 770px;
}
.bonus-top {
    height: 52px;

    /* login */
}
.bonus-top__back {
    display: inline-block;
    vertical-align: middle;
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
.bonus-top__back svg {
    margin-top: 19px;
}
.bonus-top__back svg path {
    stroke: #ffffff;
    -webkit-transition: stroke 0.25s ease-out;
    transition: stroke 0.25s ease-out;
}
.bonus-top__back .button__text {
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    line-height: 28px;
}
.bonus-top__back .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #dbdbdb;
    margin: auto;
    width: 0%;
    opacity: 0;

    /*transform: translate3d(0, -4px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.bonus-top__back:hover {
    color: #dbdbdb;
}
.bonus-top__back:hover .button__text:before {
    width: 100%;
    opacity: 1;

    /*transform: translate3d(0, -6px, 0);*/
}
.bonus-top__back:hover svg path {
    stroke: #dbdbdb;
}
.bonus-top__back-arrow {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}
.bonus-top__back-name {
    display: inline-block;
    vertical-align: top;
}
.bonus-top .button_theme_project.button_view_bonus .button__text {
    margin-top: 1px;
}
.bonus-top__nickname {
    float: right;
    margin: 0 112px 0 45px;
    display: inline-block;
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    line-height: 52px;
    text-decoration: none;
}
.bonus-top__nickname .button__text {
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    line-height: 28px;
}
@media screen and (max-width: 480px) {
  .bonus-top__nickname .button__text {
    max-width: 210px;
  }
}
@media screen and (max-width: 420px) {
  .bonus-top__nickname .button__text {
    max-width: 190px;
  }
}
@media screen and (max-width: 380px) {
  .bonus-top__nickname .button__text {
    max-width: 160px;
  }
}
@media screen and (max-width: 360px) {
  .bonus-top__nickname .button__text {
    max-width: 140px;
  }
}
.bonus-top__nickname .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #dbdbdb;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.bonus-top__nickname .icon {
    margin-right: 6px;
}
.bonus-top__nickname .icon path {
    fill:none;
    stroke:#FFFFFF;
    stroke-width:2;
}
.bonus-top__nickname:hover {
    color: #dbdbdb;
}
.bonus-top__nickname:hover .icon path {
    stroke:#dbdbdb;
}
.bonus-top__nickname:hover .button__text:before {
    width: 100%;
    opacity: 1;
}
.bonus-top__phone {
    margin-left: 45px;
    display: inline-block;
    font-family: pf_dindisplay_proregular;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.086em;
    vertical-align: top;
    line-height: 52px;
}
.bonus-top__email {
    margin-top: 4px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: top;
    font-family: pf_dindisplay_proregular;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.086em;
    line-height: 48px;
}
.bonus-top__buttons-group {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    float: right;
}
.bonus-top__buttons-group .link__name {
    display: inline-block;
    vertical-align: middle;
    max-width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bonus-top__buttons-group .link__count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #191c1c;
}
.bonus-top__buttons-group .button {
    margin-right: 55px;
}
.bonus-top__buttons-group .button:last-child {
    margin-right: 0;
}
.enter {
    width: 320px;
    background: #ffffff;
}
.bonus-header {
    position: relative;
    padding-left: 200px;
    min-height: 107px;
}
.bonus-header__logo {
    position: absolute;
    margin-top: 24px;
    left: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 175px;
    height: 63px;
    background-image: url('../i/logo_breeder_club.svg');
    background-repeat: no-repeat;
    background-size: 175px 63px;
    -moz-background-size: 175px 63px;
    -webkit-background-size: 175px 63px;
    -o-background-size: 175px 63px;
}
.bonus-header__menupanel {
    display: table-cell;
    vertical-align: top;
    height: 107px;
    width: 70%;
    padding: 24px 20px 20px 0;
}
.bonus-header__helppanel {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    min-width: 210px;
    padding: 19px 0 16px 0;
    text-align: right;
}
.bonus-header__download {
    display: inline-block;
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-right: 3px;
}
.bonus-header__download .button__text {
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    line-height: 28px;
}
.bonus-header__download .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #FFFFFF;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.bonus-header__download .icon {
    margin-right: 6px;
}
.bonus-header__download .icon path {
    fill: #FFFFFF;
}
.bonus-header__download:hover {
    color: #FFFFFF;
}
.bonus-header__download:hover .icon path {
    fill: #FFFFFF;
}
.bonus-header__download:hover .button__text:before {
    width: 100%;
    opacity: 1;
}
.bonus-header__phone {
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 16px;
}
.bonus-header__email, .bonus-header__email a {
    font-family: pf_dindisplay_promedium;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.bonus-header__email a:hover {
    text-decoration: none;
}
.bonus-header__email-note {
    color: #fff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
}
.bonus-header__email-wrap {
    margin-bottom: 5px;
}
.bonus-header__email-wrap:last-child{
  margin: 0;
}
.bonus-heading {
    border-bottom: 1px solid #E9ECEE;
    padding-bottom: 8px;
}
.bonus-heading__title {
    margin: 0;
    padding: 0;
    font-family: pf_dindisplay_promedium;
    color: #222222;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.08;
    letter-spacing: 1.6px;
    font-weight: normal;
}
.bonus-heading__subtitle {
    margin: 17px 0;
    padding: 0;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
    font-weight: normal;
}
.bonus-footer {
}
.button_theme_add {
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    width: auto;
    border-bottom: none;
    line-height: 13px;
    cursor: pointer;
}
.button_theme_add:after {
    content : '';
    height: 9px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button_theme_add:before {
    content : '';
    height: 1px;
    width: 9px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button_theme_add:hover {
    background: #e2001a;
}
.button_theme_add:hover:after, .button_theme_add:hover:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.button_theme_add .button__text {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    height: auto;
    line-height: 28px;
    margin: 0 !important;
}
.report {
    width: 645px;
    background: #ffffff;
}
.pop-up .report .grid__col_datefrom,
.pop-up .report .grid__col_status {
    border-right: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
    .pop-up .pop-up__top_report .pop-up__top-close {
        display: block;
    }
}
@media screen and (max-width: 650px) {
    .pop-up .pop-up__top_report .pop-up__top-close {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .pop-up .report .grid__col:first-child.grid__col_datefrom,
    .pop-up .report .grid__col_datefrom,
    .pop-up .report .grid__col_status {
        border-right: 0;
    }
    .report {
        width: 100%;
        max-width: 645px;
    }
}

.datepicker .input {
    position: relative;
}
.datepicker .input:before {
    content : attr(data-info);
    position: absolute;
    top: -7px;
    right: 100%;
    left: 0;
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;

    /*box-shadow: 0px 9px 30px rgba(40,48,52,0.25);*/
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
}
.datepicker .input:hover:before {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-ankets .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-ankets .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-ankets .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_bp-ankets .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_bp-ankets .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-ankets .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-ankets .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-ankets .table__heading {
    background: #e2001a;
}
.table_type_bp-ankets .table__heading-text {
    color: #ffffff;
}
.table_type_bp-ankets .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-ankets .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-ankets .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-ankets .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-ankets .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_bp-ankets .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bp-ankets .table__search {
    height: 78px;
    background: #eceded;
}
.table_type_bp-ankets .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bp-ankets .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bp-ankets .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0;
}
.table_type_bp-ankets .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bp-ankets .table__search .input {
    height: 24px;
    margin: 0;
    border-bottom: none;
}
.table_type_bp-ankets .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-ankets .table__search-input .table__search-field:first-child {
    margin-bottom: 5px;
}

.table_type_bp-ankets .table__search .input .input__control:focus::-webkit-input-placeholder { color: transparent;}
.table_type_bp-ankets .table__search .input .input__control:focus::-moz-placeholder          { color: transparent;}
.table_type_bp-ankets .table__search .input .input__control:focus:-moz-placeholder           { color: transparent;}
.table_type_bp-ankets .table__search .input .input__control:focus:-ms-input-placeholder      { color: transparent;}

.table_type_bp-ankets .table__search .input:after {
    display: none;
}
.table_type_bp-ankets .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-ankets .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-ankets .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-ankets .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-ankets .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bp-ankets .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bp-ankets .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-ankets .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-ankets .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-ankets .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-ankets .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-ankets .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-ankets .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-ankets .table__tool-remove:hover:after, .table_type_bp-ankets .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-ankets .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-ankets .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-ankets .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-ankets .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-ankets .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-ankets .table__tools {
    height: auto;
    padding: 13px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-ankets .table__tools + .table__tools {
    padding-top: 0;
    margin-top: -5px;
}
.table_type_bp-ankets .table__tool-edit, .table_type_bp-ankets .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_bp-ankets .table__tool-edit:hover, .table_type_bp-ankets .table__tool-save:hover {
    color: #191c1c;
}
.table_type_bp-ankets .table__tool-edit.disabled {
    color: #B5B9C1;
}
.table_type_bp-ankets .table__tool-edit.disabled:hover {
    color: #B5B9C1;
}
.table_type_bp-ankets .table__tool-edit, .table_type_bp-ankets .table__tool-save, .table_type_bp-ankets .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-ankets .table__tool-edit:after, .table_type_bp-ankets .table__tool-save:after, .table_type_bp-ankets .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-ankets .table__tool-edit:hover:after, .table_type_bp-ankets .table__tool-save:hover:after, .table_type_bp-ankets .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-ankets .table__tool-save {
    display: none;
}
.table_type_bp-ankets .accruecouponpoints {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    text-decoration: none;
    cursor: pointer;
}
.table_type_bp-ankets .accruecouponpoints:hover {
    text-decoration: none;
}
.ankets-edit {
    width: 645px;
    background: #ffffff;
}
.ankets-edit__error {
    padding: 28px 23px;
    color: #e2001a;
    border-bottom: 1px solid #dedede;
}
.ankets-edit__error-text {
    margin: 5px 0;
}
.ankets-edit .breed-wrapper_enabled_false {
    display: none;
}
.ankets-edit .breed-wrapper_enabled_true {
    display: block;
}

.ankets-edit .ankets-edit__breed {
    position: relative;
    margin-top: 11px;
    margin-bottom: 45px;
}
.ankets-edit .ankets-edit__breed-select {
    position: relative;
}
.ankets-edit .ankets-edit__breed-select .select-breed .selectize-dropdown {
    max-height: 366px;
    padding: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.ankets-edit .ankets-edit__breed-select .select-breed .selectize-dropdown-content {
    height: 100%;
    max-height: 100%;
    padding: 5px 0px 10px 24px;
}
.ankets-edit .ankets-edit__breed-select_add .select-breed .selectize-dropdown-content {
    max-height: inherit;
}

.ankets-edit .auth__addPet-btn {
    margin-top: -15px;
}
.ankets-edit .ankets-edit__breed-remove {
    position: absolute;
    top: -21px;
    right: 2px;
    height: 14px;
}
.ankets-edit .ankets-edit__breed-remove-link {
    color: #e2001a;
    font-family: 'pf_dindisplay_proregular';
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}
.ankets-edit .ankets-edit__breed-remove-link:hover {
    text-decoration: none;
}

.ankets-edit .ankets-edit__petcount {
    position: relative;
}
.ankets-edit .ankets-edit__petcount .rbc-label {
    position: absolute;
    top: -22px;
    height: 24px;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
}
.ankets-edit .ankets-edit__petcount .rbc-input-number {
    width: 168px;
}
.ankets-edit .ankets-edit__petcount .rbc-input__field {
    border: 1px solid #000000;
    padding: 17px 56px;
    text-align: center;
}
.ankets-edit .ankets-edit__petcount .rbc-input-number__buttons.rbc-input-number__buttons_fixed-height {
    width: 100%;
    height: 0;
}
.ankets-edit .ankets-edit__petcount .rbc-input-number__minus {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    border-left: 0;
    border-right: 1px solid #B5B9C1;
}
.ankets-edit .ankets-edit__petcount .rbc-input-number__minus:after{
}
.ankets-edit .ankets-edit__petcount .rbc-input-number__plus {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
}
.ankets-edit .ankets-edit__petcount .rbc-input-number__minus:after,
.ankets-edit .ankets-edit__petcount .rbc-input-number__plus:after {
    color: #e2001a;
    font-family: 'DIN Pro', sans-serif;
    font-size: 34px;
    height: 30px;
    width: 30px;
}


.ankets-edit_view .input_theme_project,
.ankets-edit_view .datepicker .input,
.ankets-edit_view .select_theme_project,
.ankets-edit_view .input_theme_project:before,
.ankets-edit_view .datepicker .input:before,
.ankets-edit_view .select_theme_project:before,
.ankets-edit_view .selectize_theme_project:before,
.ankets-edit_view .radio_theme_project:hover,
.ankets-edit_view .checkbox_theme_project:hover,
.ankets-edit_view .button_theme_letters.button_hovered,
.ankets-edit_view .select_theme_project.select_view_auth .button {
    cursor: default!important;
}

.ankets-edit_view .checkbox_theme_project.checkbox_hovered {
    color: #191c1c;
}
.ankets-edit_view .checkbox_theme_project.checkbox_hovered .checkbox__box {
    /*background: $checkbox_shadow_hovered;*/
    border-color: #191c1c;
}
.ankets-edit_view .checkbox_theme_project.checkbox_hovered.checkbox_checked .checkbox__box {
    border-color: #e2001a;
}

.ankets-edit_view .radio_theme_project.radio_hovered .radio__box,
.ankets-edit_view .radio-group_theme_project.radio-group_view_auth .radio:hover .radio__box {
    background: #191c1c;
}
.ankets-edit_view .radio-group_theme_project.radio-group_view_auth .radio:hover {
    color: #e2001a;
}

.ankets-edit_view .radio-group_theme_project.radio-group_view_auth .radio.radio_checked,
.ankets-edit_view .radio-group_theme_project.radio-group_view_auth .radio.radio_checked:hover {
    color: #e2001a;
}
.form_theme-border.ankets-edit_view .radio-group_theme_project.radio-group_view_auth_button .radio.radio_checked,
.form_theme-border.ankets-edit_view .radio-group_theme_project.radio-group_view_auth_button .radio.radio_checked:hover {
    color: #ffffff;
}
.ankets-edit_view .radio-group_theme_project.radio-group_view_auth .radio.radio_checked:hover .radio__box {
    background: #e2001a;
}

.ankets-edit_view .select_theme_project .select__button.button_size_l .icon {
    display: none;
}
.prize {
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}
.prize .desc {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #777;
    color: #000;
    display: none;
    font-size: 11px;
    left: 35%;
    position: absolute;
    text-align: left;
    top: 0px;
    min-width: 185px;
    max-width: 250px;
    z-index: 52;
    padding: 10px;
}
.prize__ball {
    margin-bottom: 10px;
    font-family: pf_dindisplay_promedium;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.prize__ball span {
    font-size: 17px;
    text-transform: uppercase;
}
.prize__old-ball {
    height: 23px;
    color: #494949;
    font-size: 18px;
    font-family: pf_dindisplay_promedium;
}
.prize__old-ball span {

    /*padding: 0 3px;*/
    position: relative;
}
.prize__old-ball span:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #494949;
}
.prize__image {
    display: block;
    height: 250px;
    position: relative;
    margin-bottom: auto;
    margin-top: 10px;
}
.prize__image img {
    max-width: 250px;
    min-width: 120px;
    max-height: 250px;
}

.prize__image .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prize__title {
    font-family: pf_dindisplay_probold;
}
.prize__title, .prize__text {
    width: 90%;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
}
.prize__articul {
    font-family: pf_dindisplay_proregular;
    font-size: 15px;
    color: #494949;
}
.prize__add-btn {
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
.prize__add-btn_icon {
    padding-left: 27px;
}
.prize__add-btn:after {
    content : '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}
.prize__add-btntext {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    text-transform: uppercase;
}
.prize__add-btn:hover {
    background: #e2001a;
}
.prize__add-btn:hover .prize__add-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.prize__add-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prize__add-icon:after {
    content : '';
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}
.prize__add-icon:before {
    content : '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 0;
}
.table_type_bp-orders .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-orders .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-orders .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_bp-orders .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_bp-orders .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-orders .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-orders .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-orders .table__heading {
    background: #e2001a;
}
.table_type_bp-orders .table__heading-text {
    color: #ffffff;
}
.table_type_bp-orders .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-orders .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-orders .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-orders .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-orders .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_bp-orders .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bp-orders .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_bp-orders .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bp-orders .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bp-orders .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bp-orders .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bp-orders .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-orders .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-orders .table__search .input:after {
    display: none;
}
.table_type_bp-orders .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-orders .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-orders .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-orders .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-orders .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bp-orders .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bp-orders .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-orders .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-orders .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-orders .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-orders .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-orders .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-orders .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-orders .table__tool-remove:hover:after, .table_type_bp-orders .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-orders .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    /*white-space: nowrap;*/

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-orders .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-orders .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-orders .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-orders .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-orders .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-orders .table__tool-edit, .table_type_bp-orders .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_bp-orders .table__tool-edit:hover, .table_type_bp-orders .table__tool-save:hover {
    color: #191c1c;
}
.table_type_bp-orders .table__tool-edit, .table_type_bp-orders .table__tool-save, .table_type_bp-orders .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-orders .table__tool-edit:after, .table_type_bp-orders .table__tool-save:after, .table_type_bp-orders .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-orders .table__tool-edit:hover:after, .table_type_bp-orders .table__tool-save:hover:after, .table_type_bp-orders .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-orders .table__tool-save {
    display: none;
}
.table_type_bp-orders .table__name {
    padding: 5px 0;
}
.table_type_bp-orders .table__comment-title {
    color: #87888a;
}
.table_type_bp-orders .table__comment-text {
    padding: 5px 0;
}
.table_type_bp-account .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-account .select .select__button {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-account .select .select__button:hover {
    background: #fff;
}
.table_type_bp-account .select .select__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3px;
    width: 3px;
    background: #fff;
}
.table_type_bp-account .select .select__button .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-account .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-account .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-account .table__heading {
    background: #e2001a;
}
.table_type_bp-account .table__heading-text {
    color: #ffffff;
}
.table_type_bp-account .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-account .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-account .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-account .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-account .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_bp-account .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bp-account .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_bp-account .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bp-account .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bp-account .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bp-account .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bp-account .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-account .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-account .table__search .input:after {
    display: none;
}
.table_type_bp-account .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-account .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-account .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-account .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-account .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bp-account .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bp-account .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-account .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-account .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-account .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-account .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-account .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-account .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-account .table__tool-remove:hover:after, .table_type_bp-account .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-account .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    /*white-space: nowrap;*/

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-account .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-account .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-account .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-account .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-account .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-account .table__tool-edit, .table_type_bp-account .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_bp-account .table__tool-edit:hover, .table_type_bp-account .table__tool-save:hover {
    color: #191c1c;
}
.table_type_bp-account .table__tool-edit, .table_type_bp-account .table__tool-save, .table_type_bp-account .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-account .table__tool-edit:after, .table_type_bp-account .table__tool-save:after, .table_type_bp-account .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-account .table__tool-edit:hover:after, .table_type_bp-account .table__tool-save:hover:after, .table_type_bp-account .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-account .table__tool-save {
    display: none;
}
.table_type_bp-account .table__name {
    padding: 5px 0;
}
.table_type_bp-account .table__comment-title {
    color: #87888a;
}
.table_type_bp-account .table__comment-text {
    padding: 5px 0;
}
.table_type_info {
    margin-bottom: 0px;
}
.table_type_info.table .grid {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
    .table_type_info.table .grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}
.table_type_info.table .grid .grid__col {
    border: none;
    padding: 0 50px 0 0;
}
@media screen and (max-width: 1199px) {
    .table_type_info.table .grid .grid__col {
        padding: 0 20px 0 0;
    }
}
@media screen and (max-width: 991px) {
    .table_type_info.table .grid .grid__col {
        width: 25%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .table_type_info.table .grid .grid__col {
        width: 50%;
        padding: 0 10px 15px;
    }
    .table_type_info.table .grid .grid__col.grid__col_width-m_10 {
        width: 100%;
    }
}

.table_type_info.table .grid .grid__col.grid__col_products {
    border: none;
    padding: 0;
    background-color: rgba(233, 236, 238, 0.5);
    padding: 17px 10px;
    margin: -17px 0;
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (min-width: 992px) {
    .table_type_info.table .grid .grid__col.grid__col_products {
        max-width: 480px;
        width: 40%;
    }
}
@media screen and (max-width: 991px) {
    .table_type_info.table .grid .grid__col.grid__col_products {
        margin: 10px -19px;
        padding-left: 19px;
        padding-right: 19px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 540px) {
    .table_type_info.table .grid .grid__col.grid__col_products {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.table_type_info.table .grid .grid__col.grid__col_products .grid__col {
    padding: 0 20px;
}
@media screen and (max-width: 991px) {
    .table_type_info.table .grid .grid__col.grid__col_products .grid__col {
        width: 50%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 540px) {
    .table_type_info.table .grid .grid__col.grid__col_products .grid__col {
        width: 100%;
        padding-bottom: 15px;
    }
    .table_type_info.table .grid .grid__col.grid__col_products .grid__col:last-child {
        padding-bottom: 0;
    }
}

.table_type_info.table .grid .grid__title {
    font-family: pf_dindisplay_probold;
    color: #000000;
    font-size: 16px;
}
.table_type_info.table .grid .grid__col.grid__col_products .rbc-hint {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -3px;
    margin-left: 3px;
}
.table_type_info.table .grid .grid__value {
    margin-top: 7px;
    font-family: pf_dindisplay_proregular;
    color: #000000;
    font-size: 16px;
}
    .table_type_info.table .grid .grid__title.grid__title_inline {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
    }
    .table_type_info.table .grid .grid__value.grid__value_inline {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
    }
.table_type_info.table .grid .grid__value a,
.table_type_info.table .grid .grid__value-tools a {
    display: inline-block;
    margin-right: 10px;
    color: #e2001a;
    text-decoration: underline;
}
    .table_type_info.table .grid .grid__value a:hover {
        color: #e2001a;
        text-decoration: none;
    }
.table_type_info.table_margin_t,
.table-scrolling .table.table_type_info.table_margin_t {
    margin-top: 35px;
}
.table_type_info.table_margin_b,
.table-scrolling .table.table_type_info.table_margin_b {
    margin-bottom: 35px;
}
.table_type_bp-basket .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-basket .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-basket .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_bp-basket .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_bp-basket .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-basket .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-basket .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-basket .table__heading {
    background: #e2001a;
}
.table_type_bp-basket .table__heading-text {
    color: #ffffff;
}
.table_type_bp-basket .table__heading-text .hide_mobile{
    display: block;
}
.table_type_bp-basket .table__heading-text .hide_desktop{
    display: none;
}
@media screen and (max-width: 910px) {
    .table_type_bp-basket .table__heading-text .hide_mobile{
        display: none;
    }
    .table_type_bp-basket .table__heading-text .hide_desktop{
        display: block;
    }
}
.table_type_bp-basket .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-basket .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-basket .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-basket .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-basket .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_bp-basket .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bp-basket .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_bp-basket .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bp-basket .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bp-basket .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bp-basket .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bp-basket .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-basket .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-basket .table__search .input:after {
    display: none;
}
.table_type_bp-basket .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-basket .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-basket .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-basket .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-basket .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bp-basket .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bp-basket .table__body .image {
    margin: 10px auto;
    display: block;
}
.table_type_bp-basket .table__body .grid__col_bg_grey {
    background: #eceded;

    /*border-right: 1px solid $color_grey3;
                &:first-child {
                    border-left: 1px solid $color_grey3;
                }*/
}
.table_type_bp-basket .table__body-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bp-basket .table__body .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-basket .table__body .input .input__control {
    text-align: center;
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-basket .table__body .input:after {
    display: none;
}
.table_type_bp-basket .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-basket .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-basket .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-basket .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-basket .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-basket .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-basket .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-basket .table__tool-remove:hover:after, .table_type_bp-basket .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-basket .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;

    /*white-space: nowrap;*/

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-basket .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-basket .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-basket .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-basket .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-basket .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-basket .table__tool-edit, .table_type_bp-basket .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_bp-basket .table__tool-edit:hover, .table_type_bp-basket .table__tool-save:hover {
    color: #191c1c;
}
.table_type_bp-basket .table__tool-edit, .table_type_bp-basket .table__tool-save, .table_type_bp-basket .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-basket .table__tool-edit:after, .table_type_bp-basket .table__tool-save:after, .table_type_bp-basket .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-basket .table__tool-edit:hover:after, .table_type_bp-basket .table__tool-save:hover:after, .table_type_bp-basket .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-basket .table__tool-save {
    display: none;
}
.basket-info__desc {
    padding: 3px 0;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    text-transform: uppercase;
}
.basket-info__error {
    padding: 3px 0;
    color: #e2001a;
    font-size: 14px;
    font-family: pf_dindisplay_probold;
}
.basket-info__error_notification {
    position: relative;
    padding-left: 35px;
}
.basket-info__error_notification:before {
    content: "!";
    position: absolute;
    top: 4px;
    left: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
    padding-left: 1px;
    font-size: 16px;
    border: 2px solid #e2001a;
    border-radius: 100%;
}


.table_type_bp-broods .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-broods .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-broods .select .select__button.button_size_l:hover {
    background: #fff;
}
/*
.table_type_bp-broods .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
*/
.table_type_bp-broods .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-broods .select .select__tick {
    right: -15px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-broods .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-broods .table__heading {
    background: #e2001a;
}
.table_type_bp-broods .table__heading-text {
    color: #ffffff;
    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;
}
.table_type_bp-broods .table__heading-text.table__heading-text_id {
    justify-content: flex-end;
}
.table_type_bp-broods .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-broods .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-broods .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-broods .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-broods .table__heading .grid__col {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    padding: 6px;
}
.table_type_bp-broods .table__heading .grid__col:last-child {
    border-right: none;
}
.table_type_bp-broods .table__search {
    min-height: 56px;
    background: #E9ECEE;
    border-left: 1px solid #B5B9C1;
    border-right: 1px solid #B5B9C1;
}
.table_type_bp-broods .table__search .grid__col {
    border-right: 0px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}
.table_type_bp-broods .table__search .grid__col:last-child {
    border-right: 0px solid #dedede;
}
.table_type_bp-broods .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}
.table_type_bp-broods .table__search .input {
    height: 30px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-broods .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-broods .table__search .input:after {
    display: none;
}
.table_type_bp-broods .table__search-checkbox {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-broods .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-broods .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-broods .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-broods .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
    .table_type_bp-broods .table__search .checkbox:hover:after {
        opacity: 1;
        visibility: visible;
    }

.table_type_bp-broods .table__heading-tools {
    /*height: 52px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-broods .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-broods .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-broods .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-broods .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-broods .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-broods .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-broods .table__tool-remove:hover:after, .table_type_bp-broods .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-broods .table__row-text {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_bp-broods .table__row-text .small {
    display: inline-block;
    padding-top: 5px;
    font-size: 13px;
    color: gray;
}
.table_type_bp-broods .table__row-text .rbc-hint-tooltip_payattention {
    margin-top: 5px;
}
.table_type_bp-broods .table__row-text_l {
    font-size: 16px;
}
.table_type_bp-broods .table__row-text_freeproduct .rbc-btn {
    width: 100%;
    padding: 0 5px;
}
.table_type_bp-broods .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-broods .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-broods .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_bp-broods .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-broods .table__tools {
    min-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}
.table_type_bp-broods .table__tools_freeproduct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table_type_bp-broods .table__tool-edit,
.table_type_bp-broods .table__tool-save {
    /*text-transform: lowercase;*/
    color : #e2001a;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    /* z-index: 100; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}
.table_type_bp-broods .table__tool-edit:hover, .table_type_bp-broods .table__tool-save:hover {
    color: #191c1c;
    text-decoration: none;
}
.table_type_bp-broods .table__tool-edit, .table_type_bp-broods .table__tool-save, .table_type_bp-broods .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-broods .table__tool-edit[data-info]:after,
.table_type_bp-broods .table__tool-save[data-info]:after,
.table_type_bp-broods .table__tool-remove-wrap[data-info]:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.bx-touch .table_type_bp-broods .table__tool-edit[data-info]:after,
.bx-touch .table_type_bp-broods .table__tool-save[data-info]:after,
.bx-touch .table_type_bp-broods .table__tool-remove-wrap[data-info]:after {
    display: none;
}

.table_type_bp-broods .table__tool-edit:hover:after, .table_type_bp-broods .table__tool-save:hover:after, .table_type_bp-broods .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-broods .table__tool-save {
    display: none;
}
.table_type_bp-broods-view .select {
    height: 24px;
    margin: auto;
}
.table_type_bp-broods-view .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_bp-broods-view .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_bp-broods-view .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_bp-broods-view .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_bp-broods-view .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_bp-broods-view .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_bp-broods-view .table__heading {
    background: #e2001a;
}
.table_type_bp-broods-view .table__heading-text {
    color: #ffffff;
}
.table_type_bp-broods-view .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bp-broods-view .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bp-broods-view .table__heading-text_type_filter {
    position: relative;
}
.table_type_bp-broods-view .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bp-broods-view .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_bp-broods-view .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bp-broods-view .input {
    height: 24px;
    margin: auto;
}
.table_type_bp-broods-view .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_bp-broods-view .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bp-broods-view .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bp-broods-view .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bp-broods-view .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bp-broods-view .table__search .input,
.table_type_bp-broods-view .table__search .input.input_theme_project.input_view_auth {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bp-broods-view .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bp-broods-view .table__search .input:after {
    display: none;
}
.table_type_bp-broods-view .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bp-broods-view .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bp-broods-view .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bp-broods-view .table__search .checkbox {
    z-index: 100;
}
.table_type_bp-broods-view .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bp-broods-view .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bp-broods-view .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-broods-view .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bp-broods-view .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bp-broods-view .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bp-broods-view .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bp-broods-view .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-broods-view .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bp-broods-view .table__tool-remove:hover:after, .table_type_bp-broods-view .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bp-broods-view .table__row-text {
    min-height: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    white-space: normal;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.table_type_bp-broods-view .table__row-text.table__row-text_date {
    padding-right: 18px;
}
.table_type_bp-broods-view .table__row-text .rbc-input.rbc-input_date {
    margin: -6px 0;
}
.table_type_bp-broods-view .table__row-text .rbc-checkbox {
    margin: -1px 0 -4px;
}
.table_type_bp-broods-view .table__row-text.table__row-text_date .input_theme_project.input_view_auth {
    height: 24px;
    margin: -6px 0;
}
.table_type_bp-broods-view .table__row-text.table__row-text_date .input_theme_project.input_view_auth .input__control{
  padding: 0 8px;
}
.table_type_bp-broods-view .table__row-text_type_list {
    white-space: normal;
}
.table_type_bp-broods-view .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bp-broods-view .table__row-text_color_black {
    color: #000000;
}
.table_type_bp-broods-view .table__row-text_color_black a {
    color: #000000;
    text-decoration: underline;
}
.table_type_bp-broods-view .table__row-text_color_black a:hover {
    color: #000000;
    text-decoration: none;
}
.table_type_bp-broods-view .table__row-text_color_black .pop-up__btn:after {
    content: attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-broods-view .table__row-text_color_black .pop-up__btn:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-broods-view .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 5px;
}
.table_type_bp-broods-view .table__row-text_text_wrap > div {
    margin-bottom: 5px;
}

.table_type_bp-broods-view .table__tool-adddata-btn {
    width: 100%;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.table_type_bp-broods-view .table__tool-adddata-btn:hover {
    color: #fff;
    text-decoration: none;
}

.table_type_bp-broods-view .table__row-text_color_black .table__tool-delete {}
@media screen and (max-width: 1200px) {
    .table_type_bp-broods-view .table__row-text_color_black .table__tool-delete {
        margin-right: -8px;
    }
}

.table_type_bp-broods-view .table__row-text_color_black .table__tool-delete-btn {
    width: 100%;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.table_type_bp-broods-view .table__row-text_color_black .table__tool-delete-btn:hover {
    color: #fff;
    text-decoration: none;
}

.table_type_bp-broods-view .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bp-broods-view .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table_type_bp-broods-view .table__tool-edit, .table_type_bp-broods-view .table__tool-save {
    color : #e2001a;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}
.table_type_bp-broods-view .table__tool-edit:hover, .table_type_bp-broods-view .table__tool-save:hover {
    color: #191c1c;
    text-decoration: none;
}
.table_type_bp-broods-view .table__tool-edit, .table_type_bp-broods-view .table__tool-save, .table_type_bp-broods-view .table__tool-remove-wrap {
    position: relative;
}
.table_type_bp-broods-view .table__tool-edit:after, .table_type_bp-broods-view .table__tool-save:after, .table_type_bp-broods-view .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bp-broods-view .table__tool-edit:hover:after, .table_type_bp-broods-view .table__tool-save:hover:after, .table_type_bp-broods-view .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bp-broods-view .table__tool-save {
    display: none;
}
.table_type_bp-broods-view .table__name {
    padding: 5px 0;
}
.table_type_bp-broods-view .table__comment-title {
    color: #87888a;
}
.table_type_bp-broods-view .table__comment-text {
    padding: 5px 0;
}

.table__search-input + .table__search-input {
    margin-top: 3px;
}
.point {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 11px 0;
    margin-right: 39px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.point__title {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    font-family: pf_dindisplay_promedium;
    letter-spacing: .25px;
}
.point__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-family: pf_dindisplay_proregular;
}
.table_type_mpro-breeders .table__heading {
    background: #e2001a;
}
.table_type_mpro-breeders .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-breeders .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-breeders .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-breeders .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-breeders .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-breeders .table__heading .grid__col {
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-breeders .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-breeders .table__search .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-breeders .table__body .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-breeders .table__body .grid__col_tools {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table_type_mpro-breeders .table__body .grid__col_tools_lastapplication {
    position: relative;
    padding-bottom: 25px;
}
@media screen and (max-width: 1260px) {
    .table_type_mpro-breeders .table__body .grid__col_tools_lastapplication {
        padding-bottom: 45px;
    }
}
.table_type_mpro-breeders .table__body .grid__col_tools .table__info_lastapplication {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #494949;
}
@media screen and (max-width: 1260px) {
    .table_type_mpro-breeders .table__body .grid__col_tools .table__info_lastapplication {
        padding-bottom: 6px;
    }
}
.table_type_mpro-breeders .table__body .grid__col_tools .table__info_islifebreeder {
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #494949;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table_type_mpro-breeders .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-breeders .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 10px;
}
.table_type_mpro-breeders .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-breeders .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
}
.table_type_mpro-breeders .table__search-input.table__search-input_column {
    flex-direction: column;
    padding-top: 14px;
}
.table_type_mpro-breeders .table__search-input .table__search-field {
    margin-bottom: 5px;
}
.table_type_mpro-breeders .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-breeders .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-breeders .table__search .input:after {
    display: none;
}
.table_type_mpro-breeders .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-breeders .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-breeders .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-breeders .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-breeders .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-breeders .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-breeders .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-breeders .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-breeders .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-breeders .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-breeders .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-breeders .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-breeders .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-breeders .table__tool-remove:hover:after, .table_type_mpro-breeders .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-breeders .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}

.table__row-text.table__row-text_type_info {
    white-space: normal;
}
.table__row-text.table__row-text_type_info {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.table__row-text.table__row-text_type_info .date_info {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table__row-text.table__row-text_type_info .rbc-input_date {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table__row-text.table__row-text_type_info .rbc-input.rbc-input_date label.error {
    font-size: 10px;
    line-height: 11px;
}
.table__row-text.table__row-text_type_info .shipment-tooltip {
    float: none;
}
.table__row-text.table__row-text_type_info .rbc-input_date + .shipment-tooltip {
    margin-left: 5px;
}
.table_type_mpro-breeders .table__row-text.table__row-text_type_info img {
    display: none;
}
.table_type_mpro-breeders .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-breeders .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-breeders .table__tools {
    /*min-height: 32px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table_type_mpro-breeders .table__tools + .table__tools  {
    margin-top: 10px;
}

.table_type_mpro-breeders .table__tools.start {
    justify-content: start;
}

.table_type_mpro-breeders .table__tools.start a + a {
    margin-left: 10px;
}

.table_type_mpro-breeders .table__tools.between {
    justify-content: space-between;
}

.table_type_mpro-breeders .table__tool-edit, .table_type_mpro-breeders .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-breeders .table__tool-edit:hover, .table_type_mpro-breeders .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-breeders .table__tool-edit, .table_type_mpro-breeders .table__tool-save  {
    position: relative;
}
.table_type_mpro-breeders .table__tool-edit:after, .table_type_mpro-breeders .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: -10px;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
}
.table_type_mpro-breeders .table__tool-edit:hover:after, .table_type_mpro-breeders .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-breeders .table__tool-edit.tooltip-hidden:hover:after, .table_type_mpro-breeders .table__tool-save.tooltip-hidden:hover:after {
    visibility: hidden;
    opacity: 0;
}
.table_type_mpro-breeders .table__tool-save {
    display: none;
}

.table_type_mpro-breeders .table__tool-edit.table__tool-edit--doublebreeder {
    text-transform: none;
    font-family: pf_dindisplay_promedium;
}
.table_type_mpro-breeders .table__tool-edit.table__tool-edit--doublebreeder:after {
    max-width: 280px;
    white-space: normal;
    height: auto;
    line-height: 16px;
    padding: 10px 22px;
    top: auto;
    bottom: 100%;
    right: auto;
    left: -40px;
}

.table_type_mpro-breeders .input_theme_project.input_view_auth {
    background: #FFF;
}
.table_type_mpro-breeders .accruetostock {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    text-decoration: none;
    cursor: pointer;
}
.table_type_mpro-breeders .accruetostock:hover {
    text-decoration: none;
}
.table-scroll .table_type_mpro-ankets.table {
    min-width: 1220px;
}
.table_type_mpro-ankets .select {
    height: 24px;
    margin: auto;
}
.table_type_mpro-ankets .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_mpro-ankets .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_mpro-ankets .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 10px;
    background: #fff;
}
.table_type_mpro-ankets .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_mpro-ankets .select .select__tick {
    right: -10px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 0;
    margin-top: 1px;
}
.table_type_mpro-ankets .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_mpro-ankets .table__heading {
    background: #e2001a;
}
.table_type_mpro-ankets .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-ankets .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-ankets .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-ankets .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-ankets .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-ankets .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-ankets .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-ankets .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-ankets .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_mpro-ankets .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-ankets .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_mpro-ankets .table__search-input + .table__heading-tools {
    margin: -8px 0;
}
.table_type_mpro-ankets .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_mpro-ankets .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-ankets .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-ankets .table__search .input:after {
    display: none;
}
.table_type_mpro-ankets.table .input_type_date .input__box .ui-datepicker-trigger {
    right: -5px !important;
    top: -6px !important;
}
.table_type_mpro-ankets .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-ankets .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-ankets .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-ankets .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-ankets .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-ankets .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-ankets .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-ankets .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-ankets .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-ankets .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-ankets .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-ankets .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-ankets .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-ankets .table__tool-remove:hover:after, .table_type_mpro-ankets .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-ankets .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_mpro-ankets .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-ankets .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_mpro-ankets .table__wrap-status {
    margin-left: -5px;
    margin-top: -4px;
}
.table_type_mpro-ankets .table__wrap-comment {
    padding-left: 0;
    margin-top: -5px;
    margin-bottom: -3px;
    margin-right: -5px;
}
.table_type_mpro-ankets .table__wrap-comment .label {
    color: #888888;
}
.table_type_mpro-ankets .table__wrap-comment textarea {
    display: block;
    width: 100%;
    height: 74px;
    resize: vertical;
    border: 1px solid rgba(181, 185, 193, 0.3);
    padding: 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
}
.table_type_mpro-ankets .table__wrap-comment button {
    margin-top: 10px;
}
.table_type_mpro-ankets .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-ankets .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-ankets .table__tool-edit, .table_type_mpro-ankets .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-ankets .table__tool-edit:hover, .table_type_mpro-ankets .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-ankets .table__tool-edit, .table_type_mpro-ankets .table__tool-save  {
    position: relative;
}
.table_type_mpro-ankets .table__tool-edit:after, .table_type_mpro-ankets .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-ankets .table__tool-edit:hover:after, .table_type_mpro-ankets .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-ankets .table__tool-save {
    display: none;
}
.table_type_mpro-ankets .input_theme_project.input_view_auth {
    background: #FFF;
}
.table_type_mpro-orders .select {
    height: 24px;
    margin: auto;
}
.table_type_mpro-orders .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_mpro-orders .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_mpro-orders .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_mpro-orders .select .select__tick {
    right: -10px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 10px;
    margin-top: 1px;
}
.table_type_mpro-orders .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_mpro-orders .table__heading {
    background: #e2001a;
}
.table_type_mpro-orders .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-orders .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-orders .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-orders .table__heading-text_color_white {
    color: #ffffff;
}
.table_type_mpro-orders .table__heading-text_color_white.table__heading-text_type_filter:after {
    color: #ffffff;
}
.table_type_mpro-orders .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-orders .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-orders .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-orders .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-orders .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-orders .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_mpro-orders .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-orders .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_mpro-orders .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-orders .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-orders .table__search .input:after {
    display: none;
}
.table_type_mpro-orders .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-orders .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-orders .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-orders .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-orders .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-orders .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-orders .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-orders .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-orders .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-orders .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-orders .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-orders .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-orders .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-orders .table__tool-remove:hover:after, .table_type_mpro-orders .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-orders .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_mpro-orders .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-orders .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_mpro-orders .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-orders .table__tools {
    /* height: 42px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.table_type_mpro-orders .table__tool-edit, .table_type_mpro-orders .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-orders .table__tool-edit:hover, .table_type_mpro-orders .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-orders .table__tool-edit, .table_type_mpro-orders .table__tool-save  {
    position: relative;
}
.table_type_mpro-orders .table__tool-edit:after, .table_type_mpro-orders .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-orders .table__tool-edit:hover:after, .table_type_mpro-orders .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-orders .table__tool-edit.tooltip-hidden:hover:after, .table_type_mpro-orders .table__tool-save.tooltip-hidden:hover:after {
    visibility: hidden;
    opacity: 0;
}
.table_type_mpro-orders .table__tool-save {
    display: none;
}
.table_type_mpro-orders .table__title {
    color: #87888a;
}
.table_type_mpro-orders .table__order, .table_type_mpro-orders .table__price, .table_type_mpro-orders .table__comment_1, .table_type_mpro-orders .table__comment_2
         {
    padding: 5px 0;
}
.table_type_mpro-archive .table__heading {
    background: #e2001a;
}
.table_type_mpro-archive .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-archive .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-archive .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-archive .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-archive .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-archive .table__heading .grid__col {
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-archive .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-archive .table__search .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-archive .table__body .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-archive .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-archive .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_mpro-archive .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-archive .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_mpro-archive .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-archive .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-archive .table__search .input:after {
    display: none;
}
.table_type_mpro-archive .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-archive .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-archive .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-archive .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-archive .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-archive .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-archive .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-archive .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-archive .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-archive .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-archive .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-archive .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-archive .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-archive .table__tool-remove:hover:after, .table_type_mpro-archive .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-archive .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_mpro-archive .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-archive .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-archive .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-archive .table__tool-edit, .table_type_mpro-archive .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-archive .table__tool-edit:hover, .table_type_mpro-archive .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-archive .table__tool-edit, .table_type_mpro-archive .table__tool-save  {
    position: relative;
}
.table_type_mpro-archive .table__tool-edit:after, .table_type_mpro-archive .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-archive .table__tool-edit:hover:after, .table_type_mpro-archive .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-archive .table__tool-save {
    display: none;
}
.table_type_mpro-users .table__heading {
    background: #e2001a;
}
.table_type_mpro-users .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-users .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-users .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-users .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-users .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-users .table__heading .grid__col {
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-users .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-users .table__search .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-users .table__body .grid__col {
    padding: 0px 10px;
}
.table_type_mpro-users .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-users .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_mpro-users .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-users .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_mpro-users .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-users .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-users .table__search .input:after {
    display: none;
}
.table_type_mpro-users .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-users .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-users .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-users .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-users .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-users .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-users .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-users .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-users .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-users .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-users .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-users .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-users .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-users .table__tool-remove:hover:after, .table_type_mpro-users .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-users .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_mpro-users .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-users .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-users .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.table_type_mpro-users .table__tool-edit, .table_type_mpro-users .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-users .table__tool-edit:hover, .table_type_mpro-users .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-users .table__tool-edit, .table_type_mpro-users .table__tool-save  {
    position: relative;
}
.table_type_mpro-users .table__tool-edit:after, .table_type_mpro-users .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-users .table__tool-edit:hover:after, .table_type_mpro-users .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-users .table__tool-save {
    display: none;
}
.table_type_mpro-count .select {
    height: 24px;
    margin: auto;
}
.table_type_mpro-count .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_mpro-count .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_mpro-count .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_mpro-count .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_mpro-count .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 5px;
    margin-top: 1px;
}
.table_type_mpro-count .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_mpro-count .table__heading {
    background: #e2001a;
}
.table_type_mpro-count .table__heading-text {
    color: #ffffff;
}
.table_type_mpro-count .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_mpro-count .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_mpro-count .table__heading-text_type_filter {
    position: relative;
}
.table_type_mpro-count .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_mpro-count .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_mpro-count .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_mpro-count .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_mpro-count .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_mpro-count .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_mpro-count .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_mpro-count .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_mpro-count .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_mpro-count .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_mpro-count .table__search .input:after {
    display: none;
}
.table_type_mpro-count .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-count .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_mpro-count .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_mpro-count .table__search .checkbox {
    z-index: 100;
}
.table_type_mpro-count .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_mpro-count .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_mpro-count .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_mpro-count .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_mpro-count .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_mpro-count .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_mpro-count .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table_type_mpro-count .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-count .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-count .table__tool-remove:hover:after, .table_type_mpro-count .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_mpro-count .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_mpro-count .table__row-text_type_list {
    white-space: normal;
}
.table_type_mpro-count .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_mpro-count .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_mpro-count .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_mpro-count .table__tool-edit, .table_type_mpro-count .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_mpro-count .table__tool-edit:hover, .table_type_mpro-count .table__tool-save:hover {
    color: #191c1c;
}
.table_type_mpro-count .table__tool-edit, .table_type_mpro-count .table__tool-save  {
    position: relative;
}
.table_type_mpro-count .table__tool-edit:after, .table_type_mpro-count .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_mpro-count .table__tool-edit:hover:after, .table_type_mpro-count .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_mpro-count .table__tool-save {
    display: none;
}
.table_type_mpro-count .input_theme_project.input_view_auth {
    background: #FFF;
}
.table_type_maget-catalog .select {
    height: 24px;
    margin: auto;
}
.table_type_maget-catalog .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_maget-catalog .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_maget-catalog .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_maget-catalog .select .select__tick {
    right: -10px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 10px;
    margin-top: 1px;
}
.table_type_maget-catalog .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_maget-catalog .table__heading {
    background: #e2001a;
}
.table_type_maget-catalog .table__heading-text {
    color: #ffffff;
}
.table_type_maget-catalog .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_maget-catalog .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_maget-catalog .table__heading-text_color_white {
    color: #ffffff;
}
.table_type_maget-catalog .table__heading-text_color_white.table__heading-text_type_filter:after {
    color: #ffffff;
}
.table_type_maget-catalog .table__heading-text_type_filter {
    position: relative;
}
.table_type_maget-catalog .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_maget-catalog .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_maget-catalog .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_maget-catalog .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_maget-catalog .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_maget-catalog .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_maget-catalog .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_maget-catalog .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_maget-catalog .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_maget-catalog .table__search .input:after {
    display: none;
}
.table_type_maget-catalog .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-catalog .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_maget-catalog .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_maget-catalog .table__search .checkbox {
    z-index: 100;
}
.table_type_maget-catalog .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_maget-catalog .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_maget-catalog .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-catalog .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_maget-catalog .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_maget-catalog .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_maget-catalog .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-catalog .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-catalog .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-catalog .table__tool-remove:hover:after, .table_type_maget-catalog .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_maget-catalog .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_maget-catalog .table__row-text_type_list {
    white-space: normal;
}
.table_type_maget-catalog .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_maget-catalog .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_maget-catalog .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-catalog .table__tool-edit, .table_type_maget-catalog .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_maget-catalog .table__tool-edit:hover, .table_type_maget-catalog .table__tool-save:hover {
    color: #191c1c;
}
.table_type_maget-catalog .table__tool-edit, .table_type_maget-catalog .table__tool-save  {
    position: relative;
}
.table_type_maget-catalog .table__tool-edit:after, .table_type_maget-catalog .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-catalog .table__tool-edit:hover:after, .table_type_maget-catalog .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_maget-catalog .table__tool-save {
    display: none;
}
.table_type_maget-catalog .table__title {
    color: #87888a;
}
.table_type_maget-catalog .table__order, .table_type_maget-catalog .table__price, .table_type_maget-catalog .table__comment_1, .table_type_maget-catalog .table__comment_2
         {
    padding: 5px 0;
}
.table_type_maget-managers .select {
    height: 24px;
    margin: auto;
}
.table_type_maget-managers .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_maget-managers .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_maget-managers .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_maget-managers .select .select__tick {
    right: -10px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 10px;
    margin-top: 1px;
}
.table_type_maget-managers .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_maget-managers .table__heading {
    background: #e2001a;
}
.table_type_maget-managers .table__heading-text {
    color: #ffffff;
}
.table_type_maget-managers .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_maget-managers .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_maget-managers .table__heading-text_color_white {
    color: #ffffff;
}
.table_type_maget-managers .table__heading-text_color_white.table__heading-text_type_filter:after {
    color: #ffffff;
}
.table_type_maget-managers .table__heading-text_type_filter {
    position: relative;
}
.table_type_maget-managers .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_maget-managers .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_maget-managers .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_maget-managers .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_maget-managers .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_maget-managers .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_maget-managers .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_maget-managers .table__search-input .info-pages {
    margin: 0;
    line-height: 52px;
}
.table_type_maget-managers .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_maget-managers .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_maget-managers .table__search .input:after {
    display: none;
}
.table_type_maget-managers .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-managers .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_maget-managers .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_maget-managers .table__search .checkbox {
    z-index: 100;
}
.table_type_maget-managers .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_maget-managers .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_maget-managers .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-managers .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_maget-managers .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_maget-managers .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_maget-managers .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-managers .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-managers .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-managers .table__tool-remove:hover:after, .table_type_maget-managers .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_maget-managers .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: normal;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_maget-managers b {
    color: #87888a;
    font-weight: normal;
    display: block;
}
.table_type_maget-managers .table__row-text_type_list {
    white-space: normal;
}
.table_type_maget-managers .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_maget-managers .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_maget-managers .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-managers .table__tool-edit, .table_type_maget-managers .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_maget-managers .table__tool-edit:hover, .table_type_maget-managers .table__tool-save:hover {
    color: #191c1c;
}
.table_type_maget-managers .table__tool-edit, .table_type_maget-managers .table__tool-save  {
    position: relative;
}
.table_type_maget-managers .table__tool-edit:after, .table_type_maget-managers .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-managers .table__tool-edit:hover:after, .table_type_maget-managers .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_maget-managers .table__tool-save {
    display: none;
}
.table_type_maget-managers .table__title {
    color: #87888a;
}
.table_type_maget-managers .table__order,
.table_type_maget-managers .table__price,
.table_type_maget-managers .table__comment_1,
.table_type_maget-managers .table__comment_2 {
    padding: 5px 0;
}
.table_type_maget-new .select {
    height: 24px;
    margin: auto;
}
.table_type_maget-new .select:before {
    display: none;
}
.table_type_maget-new .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_maget-new .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_maget-new .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_maget-new .select .select__button.button_size_l .button__text {
    color: #494949;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    text-transform: none;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0;
}
.table_type_maget-new .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
    margin-right: 5px;
    margin-top: 1px;
}
.table_type_maget-new .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_maget-new .table__heading {
    background: #e2001a;
}
.table_type_maget-new .table__heading-text {
    color: #ffffff;
}
.table_type_maget-new .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_maget-new .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_maget-new .table__heading-text_type_filter {
    position: relative;
}
.table_type_maget-new .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_maget-new .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
.table_type_maget-new .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_maget-new .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_maget-new .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_maget-new .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_maget-new .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_maget-new .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_maget-new .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_maget-new .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_maget-new .table__search .input:after {
    display: none;
}
.table_type_maget-new .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-new .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_maget-new .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_maget-new .table__search .checkbox {
    z-index: 100;
}
.table_type_maget-new .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_maget-new .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_maget-new .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-new .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_maget-new .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_maget-new .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_maget-new .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_maget-new .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-new .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-new .table__tool-remove:hover:after, .table_type_maget-new .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_maget-new .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_maget-new .table__row-text_type_list {
    white-space: normal;
}
.table_type_maget-new .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
}
.table_type_maget-new .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_maget-new .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_maget-new .table__tool-edit, .table_type_maget-new .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_maget-new .table__tool-edit:hover, .table_type_maget-new .table__tool-save:hover {
    color: #191c1c;
}
.table_type_maget-new .table__tool-edit, .table_type_maget-new .table__tool-save  {
    position: relative;
}
.table_type_maget-new .table__tool-edit:after, .table_type_maget-new .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_maget-new .table__tool-edit:hover:after, .table_type_maget-new .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_maget-new .table__tool-save {
    display: none;
}

ul.text-list {
      /*&ul {*/
    padding-left: 26px;
    list-style: none;
    margin-top: 0;
    /*}*/
}
ul.text-list li {
    position: relative;
    margin-bottom: 25px ;

    /**/
    color: #464646;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    font-family: pf_dindisplay_proregular;
}
ul.text-list li:after {
    content : '•';
    position: absolute;
    top: 7px;
    left: -30px;
    font-size: 34px;
    color: #e2001a;
    line-height: 0.4;
}
@media screen and (max-width: 768px) {
    ul.text-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
}
.program-participate {
    width: 645px;
    background: #ffffff;
}
.program-participate .grid .grid__col {
    border-right: 0px !important;
}
.program-participate img.image {
    padding: 0px 40px;
}
.program-participate .program-participate-container__title {
    margin-bottom: 18px;
    font-family: pf_din_text_cond_promedium;
    color: #e2001a;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 17px;
    letter-spacing: 1.8px;
}
.program-participate .program-participate-container__time {
    margin-bottom: 30px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .013em;
}
.program-participate .program-participate-container p {
    margin: 22px 0;
    font-family: helveticaneuecyrroman;
    line-height: 21px;
}
.program-participate .program-participate-container .button {
    margin-top: 10px;
    letter-spacing: 1.3px;
}
@media screen and (max-width: 640px) {
    .program-participate {
        width: 100%;
    }
    .program-participate img.image {
        padding: 0 130px;
        padding-top: 30px;
    }
}
.tags__name {
    display: inline-block;
    font-family: pf_dindisplay_promedium;
    font-size: 20px;
    color: #494949;
    margin-right: 8px;
}
.tags__link {
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}
.tags__link:hover {
    color: #191c1c;
}

/* custom classes for tag-dropdown rc__search*/
/*.drop-down {*/
.wrap.wrap-rel {
  position: relative;
}

.drop-down {
  /*position: relative;*/

  /*.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }*/


  /* rc - default rc styles */


  /* selectize-dropdown - default dropdown
    goal - hide
   */
}

.drop-down .selectize-input {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 40px !important;
}

.drop-down .rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: .25s;
    transition: .25s;
}

.drop-down .rotate-reset {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s;
}

.drop-down .b-new-search-icon {
    position: absolute;
    right: 43px;
    /*line-height: 80px;*/
    z-index: 4;
    top: 25px;
    height: 23px;
    cursor: pointer;
}

.drop-down .drop-down {
    /*position: relative;*/
    font-family: pf_dindisplay_proregular;
}

.drop-down .selectize-control {
    position: relative;
    padding: 0 50px 0 0 !important;
}

.selectize-control.city-val > div {
    height: 100%;
}
.selectize-control.city-val > div > input, .selectize-control.city-val > div > div {
    height: 100%;
    padding: 0 23px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100% !important;
    padding: 0;
    outline: none;
    font: inherit;
    line-height: inherit;
    background: none;
    border: 0;
    -webkit-appearance: none;
    line-height: 71px;
    font-family: pf_dindisplay_proregular;
    font-size: 13px;
}

.cities_blr {
    position: relative;
}
.selectize-dropdown.city-val {
    width: 100%;
    position: absolute !important;
    top: 0px;
    left: 0px;
    padding: 10px 0 !important;
    overflow: auto;
    height: 155px !important;
    background-color: white !important;
}
.selectize-dropdown.city-val div.option {
    line-height: 30px;
    cursor: pointer;
}
.drop-down .selectize-dropdown, .drop-down .selectize-input, .drop-down .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.drop-down .selectize-input, .drop-down .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.drop-down .selectize-input {
    height: 100%;
    padding: 0 0px !important;
    border: 0px solid transparent;
    padding: 20px 0px;
    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;
}

.drop-down .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.drop-down .selectize-input.full {
    background-color: #ffffff;
}

.drop-down .selectize-input.disabled, .drop-down .selectize-input.disabled * {
    cursor: default !important;
}
.drop-down .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}
.drop-down .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}
.drop-down .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 2px 6px 0px 6px;
    margin: 0 3px 0px 0;
    font-family: pf_dindisplay_proregular;
}

.drop-down .selectize-control.multi .selectize-input > div:first-child {
    padding-left: 0px;
}

.drop-down .selectize-control.multi .selectize-input > div.active {
    color: #303030;
    border-bottom: 1px solid black;
}

.drop-down .selectize-control.multi .selectize-input.disabled > div, .drop-down .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.drop-down .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
    color: #E2001A !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: pf_dindisplay_proregular;
}

.drop-down .selectize-input > input::-ms-clear {
    display: none;
}

.drop-down .selectize-input > input:focus {
    outline: none !important;
}

.drop-down .selectize-input:after {
    content: ' ';
    display: block;
    clear: left;
}

.drop-down .selectize-input.dropdown-active:before {
    content: ' ';
    display: block;
    position: absolute;

    /*background: #f0f0f0;*/
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.drop-down .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.drop-down .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.drop-down .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.drop-down .selectize-dropdown [data-selectable], .drop-down .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.drop-down .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.drop-down .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}

.drop-down .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.drop-down .selectize-dropdown .active.create {
    color: #495c68;
}

.drop-down .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.drop-down .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.drop-down .selectize-control.single .selectize-input, .drop-down .selectize-control.single .selectize-input input {
    cursor: pointer;
}

.drop-down .selectize-control.single .selectize-input.input-active, .drop-down .selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.drop-down .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.drop-down .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.drop-down .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.drop-down .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.drop-down .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.drop-down .b-search-tags {
    display: none;
}

.drop-down .b-search-tags {
    position: relative;
    background:#fff;
    box-shadow:0 4px 4px rgba(0,0,0,.5);
    border-radius:0 0 5px 5px;
    z-index: 3;
    position:absolute;
    top:100%;
    left:0px;
    padding: 0px;
    top: 100%;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1), 0 20px 20px -5px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    width: 100%;
    margin-top: 0px;
    padding: 0px 36px 0px 36px;

    /*padding-bottom: 90px;*/

    /*position: relative;*/
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 640px) {
    .drop-down .b-search-tags {
        height: 280px;
    }
}

.drop-down .b-search-tags-wrapper {
    position: relative;
}

.drop-down .b-search-tags__popup {
    display: none;
}

@media screen and (max-width: 640px) {
    .drop-down .b-search-tags {
        padding: 25px 36px 0px 21px;
    }
}

.drop-down .b-search-tags .title-tags {
    color:#2d2d2d;
    font-size:25px;
    font-family:pf_dindisplay_proregular;
    padding-bottom:17px
}

.drop-down .b-search-tags table {
    width:100%;
    margin-top: -9px;
}

.drop-down .b-search-tags th {
    font-size:15px;
    width: 116px;
    font-family: pf_dindisplay_proregular;
    text-align:left;
    padding:5px 0 15px;
    vertical-align:top;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
}

@media screen and (max-width: 640px) {
    .drop-down .b-search-tags th {
        width: 70px;
    }
}

.drop-down .b-search-tags td {
    vertical-align:top;
    padding: 2px 5px 15px
}

.drop-down .b-search-tags .b-check {
    position:relative;
    cursor:pointer;
    display:inline-block;
    display:inline;
    zoom:1;
    vertical-align:top;
    overflow:hidden;
    margin:0 0 0 5px
}

.drop-down .b-search-tags .b-check input {
    position:absolute;
    top:0;
    left:-50px
}

.drop-down .b-search-tags .b-check label {
    font-size: 12px;
    cursor:pointer;
    font-weight:700;
    padding: 3px 10px;
    display:inline-block;
    display:inline;
    zoom:1;
    position:relative;
    vertical-align:top;
    border-radius:4px;
    font-family: pf_dindisplay_proregular;
    margin-bottom: 7px;
    text-transform: lowercase;
}

.drop-down .b-search-tags .b-check input:checked + label {
    background:#e2001a;
    color: white;
    margin-bottom: 7px;
    font-family: pf_dindisplay_proregular;
}

.drop-down .b-new-search .selectize-dropdown {
    display: none !important;
}
/*}*/
.table_type_buy_online .select {
    height: 24px;
    margin: auto;
}
.table_type_buy_online .select .select__button.button_size_l {
    height: 24px;
    line-height: 28px;
    border-bottom: 0;
    background: #fff;
    position: relative;
}
.table_type_buy_online .select .select__button.button_size_l:hover {
    background: #fff;
}
.table_type_buy_online .select .select__button.button_size_l:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background: #fff;
}
.table_type_buy_online .select .select__button.button_size_l .button__text {
    color: #191c1c;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table_type_buy_online .select .select__tick {
    right: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 10;
}
.table_type_buy_online .select.select_opened .select__tick {
    -webkit-transform: rotate(-180deg) scale(0.6);
    transform: rotate(-180deg) scale(0.6);
}
.table_type_buy_online .table__row .grid__col {

    /* border-left: 1px solid #dfdfdf; */

    /*              &:first-child {
                border-left: none;
              } */
}
@media screen and (max-width: 600px) {
    .table_type_buy_online .table__row .grid__col {
        padding: 0px 2px;
    }
}
.table_type_buy_online .table__heading {
    background: #e2001a;
}
.table_type_buy_online .table__heading-text {
    color: #ffffff;
    white-space: normal;
    word-wrap: break-word;

    /* adaptive */
}
@media screen and (max-width: 600px) {
    .table_type_buy_online .table__heading-text {
        font-size: 10px;
    }
}
.table_type_buy_online .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_buy_online .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_buy_online .table__heading-text_type_filter {
    position: relative;
}
.table_type_buy_online .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_buy_online .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
    .table_type_buy_online .table__heading .grid__col {
        padding: 0px 2px;
    }
}
.table_type_buy_online .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_buy_online .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_buy_online .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_buy_online .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_buy_online .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_buy_online .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_buy_online .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_buy_online .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_buy_online .table__search .input:after {
    display: none;
}
.table_type_buy_online .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_buy_online .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_buy_online .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_buy_online .table__search .checkbox {
    z-index: 100;
}
.table_type_buy_online .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_buy_online .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_buy_online .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_buy_online .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_buy_online .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_buy_online .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_buy_online .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_buy_online .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_buy_online .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_buy_online .table__tool-remove:hover:after, .table_type_buy_online .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_buy_online .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    min-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /* end */
}
@media screen and (max-width: 600px) {
    .table_type_buy_online .table__row-text {
        font-size: 10px;
    }
}
.table_type_buy_online .table__row-text .buy-online_link {
    color: #e2001a;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-decoration: none;
}
.table_type_buy_online .table__row-text img {
    display: block;
    margin: 0px auto;
    width: auto;
    height: auto;
    max-width:100%;
    max-height: 60px;

    /* padding-bottom: 18px; */
}
.table_type_buy_online .table__row-text_wrap_normal {
    white-space: normal;
}
.table_type_buy_online .table__row-text_type_list {
    white-space: normal;
}
.table_type_buy_online .table__row-text_color_red {
    color: #e2001a;
}
.table_type_buy_online .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
    word-wrap: break-word;
}
.table_type_buy_online .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_buy_online .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_type_buy_online .table__tool-edit, .table_type_buy_online .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .table_type_buy_online .table__tool-edit, .table_type_buy_online .table__tool-save {
        font-size: 10px;
    }
}
.table_type_buy_online .table__tool-edit:hover, .table_type_buy_online .table__tool-save:hover {
    color: #191c1c;
}
.table_type_buy_online .table__tool-edit, .table_type_buy_online .table__tool-save, .table_type_buy_online .table__tool-remove-wrap {
    position: relative;
}
.table_type_buy_online .table__tool-edit:after, .table_type_buy_online .table__tool-save:after, .table_type_buy_online .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_buy_online .table__tool-edit:hover:after, .table_type_buy_online .table__tool-save:hover:after, .table_type_buy_online .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_buy_online .table__tool-save {
    display: none;
}
.list-sitemap {
    margin-bottom: 21px;
}
.list-sitemap__menu-item {
    font-size: 17px;
    color: #e2001a;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1.3px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.list-sitemap__menu-item:hover {
    color: #191c1c;
}
.list-sitemap ul {
    padding-left: 10px;
    list-style: none;
    margin-top: 11px;
}
.list-sitemap ul li {
    position: relative;
    margin-bottom: 11px;
}
.list-sitemap ul li a {
    font-size: 14px;
    color: #e2001a;
    text-decoration: none;
    line-height: 1.4em;
    font-family: helveticaneuecyrroman;
    letter-spacing: 0.2px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.list-sitemap ul li a:hover {
    color: #191c1c;
}
.list-sitemap_medium_true ul li {
    margin-bottom: 8px;
}
.list-sitemap_medium_true ul li a {
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
}
.search-card {
    display: block;
    text-decoration: none;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    max-width: 650px;
    margin-bottom: 30px;
}
.search-card:last-of-type {
    margin-bottom: 45px;
}
.search-card__date {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500;
    font-family: pf_din_text_cond_promedium;
    color: #191c1c;
    margin-bottom: 17px;
}
.search-card__title-wrap {
    display: block;
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    color: #494949;
    margin-bottom: 17px;
}
.search-card__title {
    color: #e2001a;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-family: pf_dindisplay_proregular;
    font-size: 20px;
    letter-spacing: 0.4px;
}
.search-card__title:hover {
    color: #191c1c;
}
.search-card__text {
    color: #494949;
    line-height: 1.5;
    margin-bottom: 18px;
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.search-card__text {
    color: #494949;
    line-height: 1.5;
    margin-bottom: 18px;
}
.search-full-width {
    position: relative;
}
.search-full-width .button {
    height: 24px;
    background: transparent;
    border: none;
    padding: 0;
    vertical-align: top;
    position: absolute;
    right: 0;
    margin-top: 4px;
    top: 21px;
    cursor: pointer;
}
.search-full-width .button i {
    width: auto;
    height: auto;
}
.search-full-width svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: #ffffff;
    stroke: #ffffff;
    margin: 0px;
}
.icon_type_searchw {
    width: 25px;
    height: 25px;
}
.list-contact {
    padding-left: 0px;
}
.list-contact li {
    list-style: none;
    padding-left: 25px;
    padding: 0 0 0 40px;
    margin-bottom: 25px;
}
.list-contact .phone {
    background: url("../i/freeze/JvS3us1eWQ_LHcvQLoUf0NLD2N0.png") no-repeat left top;
    list-style: none;
    font-family: pf_dindisplay_promedium;
    font-size: 18px;
}
.list-contact .phone .phone-description {
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.list-contact .phone span {
    display: block;
}
.list-contact .mail {
    background: url("../i/freeze/eNIYlf8zs5OvhkiM7DenqjUvfik.png") no-repeat left top;
    list-style: none;
    font-family: pf_dindisplay_promedium;
    font-size: 18px;
}
.soon {

  /*right*/
}
.soon .logo {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .soon .logo {
        margin-bottom: 50px;
    }
}
.soon h1.title {
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 1.3px;
}
.soon h1.title br {
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .soon h1.title {
        letter-spacing: 2.5px;
        font-size: 41px;
        word-break: break-all;
        white-space: nowrap;
        line-height: 1.1em;
        visibility: visible;
        margin-bottom: 50px;
    }
}
.soon h2.title {
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    line-height: 1.4em;
}
@media screen and (min-width: 768px) {
    .soon h2.title {
        margin-bottom: 50px;
    }
}
.soon .right-image {
    z-index: -1;
}
.card_type_webinar {
    position: relative;
    padding: 20px 39px 20px 39px;
    /*background: $color_white;*/

    /* BEGIN SWITCH */
    /* END SWITCH */
    /*&__list-text {
        font-size: 14px;
        font-family: $font_din_display_r;
        color: $color_grey2;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 5px;
    }*/
    /*&__points {
        display: flex;
        padding-top: 53px;
        position: relative;
        &:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 24px;
            height: 1px;
            background: $color_grey3;
        }

        &-text {
            width: 70px;
            color: $color_grey;
            font-size: 14px;
            font-family: $font_din_display_b;
            line-height: 1.4;
            text-transform: uppercase;
            margin-right: 10px;
        }
        &-count {
            color: $color_grey;
            font-size: 42px;
            font-family: $font_din_display_b;
            line-height: 0.9
        }
    }*/

    /*&__points-act {
        display: flex;
        padding-top: 53px;
        position: relative;
        &:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 24px;
            height: 1px;
            background: $color_grey3;
        }

        .card__points-text-act {
            width: 70px;
            color: $color_grey;
            font-size: 14px;
            font-family: $font_din_display_b;
            line-height: 1.4;
            text-transform: uppercase;
            margin-right: 10px;
        }
        .card__points-count-act {
            position: absolute;
            right: 0;
            color: $color_red;
            font-size: 42px;
            font-family: $font_din_display_b;
            line-height: 0.9
        }
    }*/

    /*&__points-all {
        display: flex;
        padding-top: 23px;
        position: relative;

        .card__points-text-all {
            width: 70px;
            color: $color_grey;
            font-size: 14px;
            font-family: $font_din_display_b;
            line-height: 1.4;
            text-transform: uppercase;
            margin-right: 10px;
        }
        .card__points-count-all {
            position: absolute;
            right: 0;
            color: $color_grey2;
            font-size: 14px;
            font-family: $font_din_display_b;
            line-height: 0.9
        }
    }*/
}
.card_type_webinar:not(:last-child) {
    margin-bottom: 20px;
}
.card_type_webinar .onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.card_type_webinar .onoffswitch-checkbox {
    display: none;
}
.card_type_webinar .onoffswitch-label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    padding: 0;
    line-height: 23px;

    /* border: 2px solid #E2001A;*/
    border-radius: 23px;
    background-color: #E2001A;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}
.card_type_webinar .onoffswitch-label:before {

    /*circle*/
    content: "";
    display: block;
    width: 23px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 26px;

    /*border: 2px solid transparent;*/
    border-radius: 23px;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0, .5);
}
.card_type_webinar .onoffswitch-checkbox:checked + .onoffswitch-label {

    /*circle_checked*/
    background-color: #5FB402;
}
.card_type_webinar .onoffswitch-checkbox:checked + .onoffswitch-label, .card_type_webinar .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #5FB402;
}
.card_type_webinar .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 1px;
}
.card_type_webinar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eceded;
    left: 0;
    bottom: -1px;
}
.card_type_webinar__add-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card_type_webinar__add-btn:after {
    content : '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}
.card_type_webinar__add-btntext {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    text-transform: uppercase;
}
.card_type_webinar__add-btn:hover {
    background: #e2001a;
}
.card_type_webinar__add-btn:hover .card__add-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card_type_webinar__add-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card_type_webinar__add-icon:after {
    content : '';
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}
.card_type_webinar__add-icon:before {
    content : '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 0;
}
.card_type_webinar:before {
    content : '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    z-index: -1;
}
.card_type_webinar.ui-sortable-helper:before {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.card_type_webinar__content {
    padding-top: 14px;
}
.card_type_webinar__photo {

    /*margin-top:     16px;*/
    margin-bottom:  30px;
}
.card_type_webinar__photo .image {
    display: block;
    width: 100%;
}
.card_type_webinar__edit {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-top: 27px;
    padding-bottom: 5px;

    /*margin-top: 64px;*/
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card_type_webinar__edit:hover {
    color : #e2001a;
}
.card_type_webinar__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 26px;
    cursor: pointer;
    z-index: 1;
}
.card_type_webinar__arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.card_type_webinar__arrow svg {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card_type_webinar__arrow:hover svg {
    opacity: 0.6;
}
.card_type_webinar__arrow.active .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.card_type_webinar .card__heading {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: move;
    position: relative;
    margin-right: 19px;
    margin-bottom: 5px;
}
.card_type_webinar .card__heading-title {
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    margin: auto 0;
    margin-right: 17px;
}
.card_type_webinar .card__heading-icon {
    display: block;
    width: 13px;
    height: 12px;
    position: relative;
    margin: auto 0;
    margin-right: 20px;
}
.card_type_webinar .card__heading-iconline, .card_type_webinar .card__heading-icon:after, .card_type_webinar .card__heading-icon:before {
    content: '';
    background: #dedede;
    height: 2px;
    top: 5px;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card_type_webinar .card__heading-icon:after {
    top: 0;
}
.card_type_webinar .card__heading-icon:before {
    top: auto;
    bottom: 0;
}
.card_type_webinar .card__heading:hover .card__heading-icon:after {
    -webkit-transform: translate3d(0, -1px, 0px);
    transform: translate3d(0, -1px, 0px);
}
.card_type_webinar .card__heading:hover .card__heading-icon:before {
    -webkit-transform: translate3d(0, 1px, 0px);
    transform: translate3d(0, 1px, 0px);
}
.card_type_webinar .card__heading:hover .card__heading-iconline, .card_type_webinar .card__heading:hover .card__heading-icon:after, .card_type_webinar .card__heading:hover .card__heading-icon:before {
    background: #87888a;
}
.card_type_webinar .card__list-item {
    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;
    font-size: 0;
    margin-bottom: 15px;
    margin-bottom: 19px;
    padding-bottom: 19px;
}
.card_type_webinar .card__list-item a {
}
.card_type_webinar .card__list-item:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
}
.card_type_webinar .card__list-item:last-child {
    margin-bottom: 0;
}
.card_type_webinar .card__list-date {
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    max-width: 230px;
}
.card_type_webinar .card__webinar-subtitle {
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
}
.card_type_webinar .card__webinar-subtitle:first-child {
    padding-top: 27px;
}
.card_type_webinar .card__webinar-subtitle:first-child {
    border-top: 1px solid #dedede;
}
.card_type_webinar .card__list-title {
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    text-transform: initial;
}
.card_type_webinar .card__list-date {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    text-transform: initial;
}
.card_type_webinar .card__webinar-description {
    margin-top: 10px;
    padding-left: 12px;
}
.card_type_webinar__list-title {
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    max-width: 230px;
}
.card_type_webinar__list-title_link {
    color : #e2001a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card_type_webinar__list-title_link:hover {
    color: #494949;
}
.card_type_profile .card__list-item {
    padding: 0 0 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eceded;
}
.card_type_profile .card__list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 17px;
}
.card_type_profile .card__list-title {
    display: block;
    max-width: 100%;
    margin-bottom: 2px;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #87888a;
}
.card_type_profile .card__list-text {
    display: block;
    max-width: 100%;
    margin-bottom: 2px;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #494949;
    text-transform: none;
}
.card_type_profile + .link-btn {
    margin-top: 0;
}
.card_link_black .card_type_webinar__list-title_link {
    color : #494949;
}
.card_link_black .card_type_webinar__list-title_link:hover {
    color : #e2001a;
}
.card_type_webinar_type_lib .card__list-item {
    position: relative;
    padding-left: 14px;
}
.card_type_webinar_type_lib .card__list-item:before {
    content : '';
    position: absolute;
    top: 5px;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #87888a;
}
.card_type_webinar_type_lib .card__list-title {
    font-size: 13px;
    font-family: helveticaneuecyrroman;
    color: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
}
.card_type_webinar_type_lib .card__list-title:hover {
    color: #494949;
}
.card_type_webinar_text_right .card__list-text {
    float: right;
}
.card_type_webinar_color_red .card__list-text {
    color: #e2001a;
}
.card_type_webinar_lowercase .card__list-text {
    text-transform: none;
}
.card_type_webinar_close .card__content {
    display: none;
}
.card_type_webinar__desc {
    margin-top: 27px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.card_type_webinar__desc a {
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
.card_type_webinar__desc a:hover {
    color: #191c1c;
}
.card_type_webinar__desc-ico {
    margin-top: 30px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.card_type_webinar__ico {
    width: 23px;
    display: inline-block;
}
.card_type_webinar__desc-ico-text {
    padding-left: 15px;
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);
    display: inline-block;
}
.card_type_webinar__more {
    margin-top: 30px;
    position: relative;
}
.card_type_webinar__more-all {
    font-size: 14px;
    font-family: pf_dindisplay_probold;
    color: #494949;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}
.card_type_webinar__more-all:hover {
    color: #e2001a;
}
.card_type_webinar__more-count {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: pf_dindisplay_proregular;
    color: #e2001a;
    display: inline-block;
    margin-bottom: 5px;
}
.card_type_webinar__new {
    font-size: 13px;
    font-family: pf_dindisplay_proregular;
    margin: 11px 17px 14px 0;
    color: #ffffff;
    background: #e2001a;
    border-radius: 4px;
    padding: 2px 5px;
    text-transform: uppercase;
}
.card_type_webinar .select {
    margin-bottom: 30px;
}
.card_type_webinar .select_theme_project.select_view_auth .button .button__text {
    margin-left: 0;
}
.card_type_webinar .select_theme_project .select__tick {
    right: -7px;
}
.card_type_webinar .select_theme_project .button {
    border-top: 1px solid #dedede;
}
.card_type_webinar .select_theme_project.select_view_auth .button .button__text {
    color: #494949;
}
.board-third {
    /*min-height: 600px;*/
    position: relative;
}
.board-third .card {

    /* border-right: 1px solid $color_grey_light;
        border-left: 1px solid $color_grey_light;*/
    border-bottom: 1px solid #eceded;
}
.board-third .grid_fake {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    /*bottom: 0;*/
    z-index: -1;
    border-bottom: 1px solid #eceded;
    height: 100%;
}
.board-third .grid_fake .grid__col {
    border-right: 1px solid #eceded;
}
.board-third .grid_fake .grid__col:first-child {
    border-left: 1px solid #eceded;
}
.board-third .grid__col .card:last-child {
    border-bottom: none;
}
.board-third .card-placeholder {
    background: #191c1c;
    opacity: 0.03;
    width: 100%;
    height: 85px;
    display: block;
}
.webinar-placeholder {
  width: 100%;
  /*background-color: #F1F1F1;*/
  height: 85px;
  background: #f1f1f1 url("../i/freeze/orYgZaSREsu90RtWASe6SDJQvjg.png") no-repeat 10% 50%;
}
.webinar-sound {
  background: #FED0D0;
  padding: 30px 30px 30px 30px;
  overflow: auto;
}
.webinar-sound p {
    color: #7E3333;
    font-family: 'Arial';
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 21px;
    margin-left: 8px;
}
.webinar-sound .button.button_theme_project {
    margin-right: 10px;
}
.table_type_bids {

/*    .select {
      height: 24px;
      margin: auto;

      .select__button.button_size_l {
        height: 24px;
        line-height: 28px;
        border-bottom: 0;
        background: #fff;
        position: relative;
        &:hover {
          background: #fff;
        }
        &:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: -10px;
          width: 10px;
          background: #fff;
        }
        .button__text {
          color: $color_black;
          margin: 0;
          padding: 0;
          font-size: 12px;
        }
      }
      .select__tick {
        right: -20px;
        transform: scale(0.6);
        z-index: 10;
      }
      &.select_opened {
        .select__tick {
          transform: rotate(-180deg) scale(0.6);
        }
      }
    }*/


}
.table_type_bids .table__row .grid__col {

    /* border-left: 1px solid #dfdfdf; */

    /*              &:first-child {
                border-left: none;
              } */
}
.table_type_bids .table__row .grid__col_padding_select {
    padding: 0px 0px;
}
@media screen and (max-width: 600px) {
    .table_type_bids .table__row .grid__col {
        padding: 0px 2px;
    }
}
.table_type_bids .table__heading {
    background: #e2001a;
}
.table_type_bids .table__heading-text {
    color: #ffffff;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 600px) {
    .table_type_bids .table__heading-text {
        font-size: 10px;
    }
}
.table_type_bids .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_bids .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_bids .table__heading-text_type_filter {
    position: relative;
}
.table_type_bids .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_bids .table__heading .grid__col {
    border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 600px) {
    .table_type_bids .table__heading .grid__col {
        padding: 0px 2px;
    }
}
.table_type_bids .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_bids .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_bids .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_bids .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_bids .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_bids .table__search .ui-datepicker-trigger {
    top: 2px !important;
    right: 2px !important;
    height: 20px !important;
}
.table_type_bids .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_bids .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_bids .table__search .input:after {
    display: none;
}
.table_type_bids .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_bids .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_bids .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_bids .table__search .checkbox {
    z-index: 100;
}
.table_type_bids .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_bids .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_bids .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bids .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_bids .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_bids .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_bids .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_bids .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bids .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_bids .table__tool-remove:hover:after, .table_type_bids .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_bids .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;

    /*white-space: nowrap;
            text-overflow: ellipsis;*/
    overflow: hidden;
    min-height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

    /* end */
}
@media screen and (max-width: 600px) {
    .table_type_bids .table__row-text {
        font-size: 10px;
    }
}
.table_type_bids .table__row-text .buy-online_link {
    color: #e2001a;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-decoration: none;
}
.table_type_bids .table__row-text img {
    display: block;
    margin: 0px auto;
    width: auto;
    height: auto;
    max-width:100%;
    max-height: 60px;

    /* padding-bottom: 18px; */
}
.table_type_bids .table__row-text_wrap_normal {
    white-space: normal;
}
.table_type_bids .table__row-text_type_list {
    white-space: normal;
}
.table_type_bids .table__row-text_color_red {
    color: #e2001a;
}
.table_type_bids .table__row-text_text_wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    padding-bottom: 10px;
    word-wrap: break-word;
}
.table_type_bids .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_bids .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_type_bids .table__tool-edit, .table_type_bids .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .table_type_bids .table__tool-edit, .table_type_bids .table__tool-save {
        font-size: 10px;
    }
}
.table_type_bids .table__tool-edit:hover, .table_type_bids .table__tool-save:hover {
    color: #191c1c;
}
.table_type_bids .table__tool-edit, .table_type_bids .table__tool-save, .table_type_bids .table__tool-remove-wrap {
    position: relative;
}
.table_type_bids .table__tool-edit:after, .table_type_bids .table__tool-save:after, .table_type_bids .table__tool-remove-wrap:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.table_type_bids .table__tool-edit:hover:after, .table_type_bids .table__tool-save:hover:after, .table_type_bids .table__tool-remove-wrap:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_bids .table__tool-save {
    display: none;
}
.table_type_subordinates .table__heading {
    background: #e2001a;
}
.table_type_subordinates .table__heading-text {
    color: #ffffff;
}
.table_type_subordinates .table__heading-text_color_red {
    color: #ffffff;
}
.table_type_subordinates .table__heading-text_color_black {
    color: #ffffff;
}
.table_type_subordinates .table__heading-text_type_filter {
    position: relative;
}
.table_type_subordinates .table__heading-text_type_filter:after {
    content : '↓';
    position: absolute;
    display: block;
    color: #494949;
    right: 0;
    top: 17px;
}
.table_type_subordinates .table__heading .grid__col {
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.table_type_subordinates .table__heading .grid__col:first-child {
    border-left: none;
}
.table_type_subordinates .table__search .grid__col {
    padding: 0px 10px;
}
.table_type_subordinates .table__body .grid__col {
    padding: 0px 10px;
}
.table_type_subordinates .table__search {
    height: 72px;
    background: #eceded;
}
.table_type_subordinates .table__search .grid__col {
    border-right: 1px solid #dedede;
    padding-bottom: 20px;
}
.table_type_subordinates .table__search .grid__col:first-child {
    border-left: 1px solid #dedede;
}
.table_type_subordinates .table__search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}
.table_type_subordinates .table__search .input {
    height: 24px;
    margin: auto;
    border-bottom: none;
}
.table_type_subordinates .table__search .input .input__control {
    padding: 0px 5px;
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_type_subordinates .table__search .input:after {
    display: none;
}
.table_type_subordinates .table__search-checkbox {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_subordinates .table__search-checkbox .checkbox {
    margin: auto 0;
}
.table_type_subordinates .table__search-checkbox_type_row .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.table_type_subordinates .table__search .checkbox {
    z-index: 100;
}
.table_type_subordinates .table__search .checkbox:after {
    content: attr(data-info);
    position: absolute;
    top: -40px;
    left: 100%;

    /* left: 0; */
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}
.table_type_subordinates .table__search .checkbox:hover:after {
    opacity: 1;
    visibility: visible;
}
.table_type_subordinates .table__heading-tools {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_subordinates .table__heading-tools .button {
    height: 28px;
    line-height: 31px;
    font-size: 13px;
    width: auto;
    min-width: 0;
    margin: auto 0;
    margin-right: 7px;
}
.table_type_subordinates .table__heading-tools .button .button__text {
    margin: 0px 12px;
}
.table_type_subordinates .table__tool-remove {
    position: relative;
    margin: auto 0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.table_type_subordinates .table__tool-remove-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.table_type_subordinates .table__tool-remove:before {
    content: '';
    position: absolute;
    left: 7px;

    /*margin-left: -1px;*/
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_subordinates .table__tool-remove:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    height: 3px;
    background: #e2001a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_subordinates .table__tool-remove:hover:after, .table_type_subordinates .table__tool-remove:hover:before {
    background: #191c1c;
}
.table_type_subordinates .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 13px;
    color: #494949;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;

    /*text-overflow: ellipsis;*/

    /*overflow: hidden;*/
    min-height: 42px;
}
.table_type_subordinates .table__row-text_type_list {
    white-space: normal;
}
.table_type_subordinates .table__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.table_type_subordinates .table__tools {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table_type_subordinates .table__tool-edit, .table_type_subordinates .table__tool-save {
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.table_type_subordinates .table__tool-edit:hover, .table_type_subordinates .table__tool-save:hover {
    color: #191c1c;
}
.table_type_subordinates .table__tool-edit, .table_type_subordinates .table__tool-save  {
    position: relative;
}
.table_type_subordinates .table__tool-edit:after, .table_type_subordinates .table__tool-save:after {
    content : attr(data-info);
    position: absolute;
    top: -30px;
    right: 100%;

    /*left: 0;*/
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;
    box-shadow: 0px 9px 30px rgba(40,48,52,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.table_type_subordinates .table__tool-edit:hover:after, .table_type_subordinates .table__tool-save:hover:after {
    visibility: visible;
    opacity: 1;
}
.table_type_subordinates .table__tool-save {
    display: none;
}
.info-block .title {
    margin-top: 30px;
    margin-bottom: 40px;
}
.info-block .title:first-child {
    margin-top: 0px;
}
.info-block__title {
    margin-bottom: 2px;
    font-family: helveticaneuecyrbold;
    font-size: 14px;
    line-height: 21px;
}
.info-block__desc {
    margin-bottom: 20px;
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    line-height: 21px;
}
.info-block__table {
    margin-bottom: 20px;
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    line-height: 21px;
}
.info-block__table table {
    border-collapse: collapse;
}
.info-block__table th,
.info-block__table td {
    text-align: center;
    padding: 2px 10px;
    font-weight: normal;
}
.info-block__table th {
    padding: 2px 10px;
}
.info-block__table td:first-child {
    text-align: left;
    padding-left: 0;
}
.info-block__link {
    color: #e2001a;

    /*font-size: 14px;*/

    /*font-family: $font_din_text_m;*/
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
}
.info-block__link:hover {
    color: #191c1c;
}
.icon_type_filter {
    width: 23px;
    height: 23px;
}
/*ctx = '.button_theme_project'*/
.button_theme_project {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #222;
    font-family: "Helvetica", "Arial";
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button_theme_project::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button_theme_project .button__text {
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
}

.button_theme_project .button__loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.button_theme_project.loading {
    cursor: default;
}
.button_theme_project.loading .button__loader {
    display: block;
    cursor: default;
    background: inherit;
    border-radius: 999px;
}
.button_theme_project.button_view_light .button__loader,
.button_theme_project.button_view_auth .button__loader,
.button_theme_project.button_type_submit .button__loader {
    background: #e2001a;
}

/* selectize */
.select_theme_search.selectize-control.single {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    zoom: 1;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 72px;
    height: 72px;
    padding: 0;
    position: relative;
}
    .noborder .select_theme_search.selectize-control.single {
        border: none;
    }
.select_theme_search.selectize-control.single.loading::before {
    right: 55px;
    display: none;
}

.select_theme_search.selectize-control.single .selectize-input:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 33px;
    top: -2px;
    right: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
}
.select_theme_search.selectize-control.single .selectize-input.dropdown-active:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.select_theme_search.selectize-control.single .selectize-input {
    border: none!important;
    position: absolute;
    z-index: 0;
    text-overflow: ellipsis;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 23px;
    padding-right: 54px;
    background: none!important;
    color: #87888a;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
}

.select_theme_search.selectize-control.single .selectize-input.input-active {
    z-index: 640
}

.select_theme_search.selectize-control.single .selectize-input .item {
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #757575;
    line-height: 58px;
}

.select_theme_search.selectize-control.single .selectize-input input {
    border: none!important;
    top: 0;
    cursor: pointer;
    background: 0 0!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
    padding: 0;
    height: 100%!important;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.select_theme_search.selectize-control.single .selectize-dropdown {
    background: #fff;
    top: 1px;
    left: -1px!important;
    right: -1px;
    position: absolute;
    width: auto !important;
    border: 1px solid #dedede;
    border-top: none;
    z-index: 10542;
    font-family: inherit;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #ffffff;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1), 0 20px 20px -5px rgba(0, 0, 0, 0.4);
    position: absolute;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    letter-spacing: 1px;
}
    .noborder .select_theme_search.selectize-control.single .selectize-dropdown {
        border: none;
    }
.select_theme_search.selectize-control.single .selectize-dropdown .option {
    cursor: pointer;
    padding: 14px 24px 10px 24px !important;
    line-height: 1;
    font-family: inherit;
}

.select_theme_search.selectize-control.single .selectize-dropdown .option.active,
.select_theme_search.selectize-control.single .selectize-dropdown .option:hover {
    background: #fff;
    color: #e2001a;
}

.select_theme_search.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    background: #fff;
    overflow: auto;
    max-height: 200px;
    font-family: inherit;
}
@media screen and (max-width: 640px) {
    .select_theme_search.selectize-control.single {
        border: none;
        border-top: 1px solid #dedede;
    }
    .select_theme_search.selectize-control.single .selectize-input {
        padding-left: 24px;
    }
}
/* eof selectize */

.loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -7px;
    width: 140px;
    height: 14px;
}
.loader__container {
    position: relative;
}
.loader__block {
    background-color: #e2001a;
    border: 2px solid #ffffff;
    float: left;
    height: 14px;
    margin-left: 12px;
    width: 14px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px;
    animation-name: loader;
        -o-animation-name: loader;
        -ms-animation-name: loader;
        -webkit-animation-name: loader;
        -moz-animation-name: loader;
    animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        -ms-animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
    animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
    /*transform:scale(0.7);
        -o-transform:scale(0.7);
        -ms-transform:scale(0.7);
        -webkit-transform:scale(0.7);
        -moz-transform:scale(0.7);*/
}
    .page_type_eukanuba .loader__block {
        background-color: #ec008c;
    }

.loader__block_1 {
    animation-delay: 0.45s;
        -o-animation-delay: 0.45s;
        -ms-animation-delay: 0.45s;
        -webkit-animation-delay: 0.45s;
        -moz-animation-delay: 0.45s;
}
.loader__block_2 {
    animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
}
.loader__block_3 {
    animation-delay: 0.75s;
        -o-animation-delay: 0.75s;
        -ms-animation-delay: 0.75s;
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
}
.loader__block_4 {
    animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
}
.loader__block_5 {
    animation-delay: 1.05s;
        -o-animation-delay: 1.05s;
        -ms-animation-delay: 1.05s;
        -webkit-animation-delay: 1.05s;
        -moz-animation-delay: 1.05s;
}

@keyframes loader {
    0% {
        //transform:scale(1.2);
        opacity:1;
    }

    100% {
        //transform:scale(0.7);
        opacity:0;
    }
}
@-o-keyframes loader {
    0% {
        //-o-transform:scale(1.2);
        opacity:1;
    }

    100% {
        //-o-transform:scale(0.7);
        opacity:0;
    }
}
@-ms-keyframes loader {
    0% {
        //-ms-transform:scale(1.2);
        opacity:1;
    }

    100% {
        //-ms-transform:scale(0.7);
        opacity:0;
    }
}
@-webkit-keyframes loader {
    0% {
        //-webkit-transform:scale(1.2);
        opacity:1;
    }

    100% {
        //-webkit-transform:scale(0.7);
        opacity:0;
    }
}
@-moz-keyframes loader {
    0% {
        //-moz-transform:scale(1.2);
        opacity:1;
    }

    100% {
        //-moz-transform:scale(0.7);
        opacity:0;
    }
}

/* line loader */
.loader-line {
    display: none;
    position: relative;
    min-width: 160px;
}
.loader-line.loading {
    display: block;
}
.loader-line .loader_red .loader__block {
    background-color: #ffffff;
    border-color: #e2001a;
}

/* content loader */
.loader-content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.loader-content.loading {
    display: block;
}
.loader-content__wrap {
    position: relative;
}
.loader-content:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
    top: -5%;
    left: -5%;
}
.loader-content .loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-border-radius: 50%;
    animation-name: rotateinverse;
        -o-animation-name: rotateinverse;
        -ms-animation-name: rotateinverse;
        -webkit-animation-name: rotateinverse;
        -moz-animation-name: rotateinverse;
    animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
    animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
}
.loader-content .loader svg {
    width: 45px;
    height: 45px;
    stroke-linejoin:round;
}

.loader-content .loader.loader_white {
    background: #FFFFFF;
}
.loader-content .loader.loader_white svg {
    fill:#E2001A;
    stroke:#E2001A;
}
.loader-content .loader.loader_red {
    background: #E2001A;
}
.loader-content .loader.loader_red svg {
    fill:#FFFFFF;
    stroke:#FFFFFF;
}

.button_theme_project .icon {
    position: relative;
}
.button_theme_project.button_type_link {
    text-decoration: none;
}
.button_theme_project:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #fff;
    border-radius: 3px;
}
.button_theme_project.button_hovered {
    cursor: pointer;
    background: #d60119;
    /*background: rgba(0, 0, 0, 0.3);*/
}
.button_theme_project.button_hovered:before {
    background: #eee;
}
.button_theme_project.button_focused-hard {
    background: transparent;
    box-shadow: none;
    z-index: 1;
}
.button_theme_project.button_pressed:before {
    background: #ddd;
}
.button_theme_project.button_checked {
    background: #d60119;
}
.button_theme_project.button_checked:before {
    background: #d60119;
}
.button_theme_project.button_checked.button_pressed {
    background: #d60119;
}
.button_theme_project.button_checked.button_pressed:before {
    background: #d60119;
}
.button_theme_project.button_checked.button_hovered {
    background: #d60119;
}
.button_theme_project.button_view_plain {
    background: none;
}
.button_theme_project.button_view_plain:before {
    display: none;
}
.button_theme_project.button_view_plain.button_pressed {
    background: #f6f5f3;
}
.button_theme_project.button_view_plain.button_checked {
    background: #ffeba0;
}
.button_theme_project.button_view_plain.button_checked.button_pressed {
    background: #fee481;
}
.button_theme_project.button_view_plain.button_disabled {
    background: none;
}
.button_theme_project.button_view_action {
    background: rgba(191, 153, 0, 0.8);
}
.button_theme_project.button_view_action:before {
    background: rgba(191, 153, 0, 0.8);
}
.button_theme_project.button_view_action.button_pressed:before {
    background: #fc0;
}
.button_theme_project.button_view_action.button_hovered {
    background: rgba(159, 127, 0, 0.8);
}
.button_theme_project.button_view_pseudo {
    overflow: hidden;
    background: none;
}
.button_theme_project.button_view_pseudo:before {
    background: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.button_theme_project.button_view_pseudo.button_hovered:before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.button_theme_project.button_view_pseudo.button_focused-hard:before {
    box-shadow: 0 0 0 1px rgba(178, 142, 0, 0.6);
}
.button_theme_project.button_view_pseudo.button_pressed:before {
    background: rgba(0, 0, 0, 0.05);
}
.button_theme_project.button_view_pseudo.button_checked:before {
    background: #ffeba0;
    box-shadow: 0 0 0 1px rgba(153, 122, 0, 0.5);
}
.button_theme_project.button_view_pseudo.button_checked.button_hovered:before {
    box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
}
.button_theme_project.button_view_pseudo.button_checked.button_pressed:before {
    background: #fee481;
    box-shadow: 0 0 0 1px rgba(129, 103, 0, 0.6);
}
.button_theme_project.button_view_filter {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;

    /*border-radius: 100px;*/

    /*min-width: 180px;*/
    min-width: 140px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_filter .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_project.button_view_filter:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_project.button_view_filter_gray:before {
    background: #494949;
}
.button_theme_project.button_view_filter:after {
    content : '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background : #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_filter:hover {
    color: #e2001a;
}
.button_theme_project.button_view_filter_gray:hover {
    color: #494949;
}
.button_theme_project.button_view_filter:hover a {
    color: #e2001a;
}
.button_theme_project.button_view_filter:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_project.button_view_filter-active {
    background: transparent;
    color: #e2001a;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;

    /*border-radius: 100px;*/

    /*min-width: 180px;*/
    min-width: 140px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_filter-active .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_project.button_view_filter-active:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_project.button_view_filter-active:after {
    content : '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background : #ffffff;
    -webkit-transform: scale(1);
    transform: scale(1);

    /*opacity: 0;*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_filter-active:hover {
    color: #e2001a;
}
.button_theme_project.button_view_filter-active:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_project.button_view_webinar {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;

    /*border-radius: 100px;*/

    /*min-width: 180px;*/
    min-width: 140px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_webinar .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_project.button_view_webinar:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_project.button_view_webinar:after {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background : #cc0018;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_webinar:hover {
    background: #FED0D0;
    color: #ffffff;
}
.button_theme_project.button_view_webinar:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_project.button_disabled {
    background: rgba(0, 0, 0, 0.08);
}
.button_theme_project.button_disabled:before {
    display: none;
}
.button_theme_project.button_disabled.button_checked:before {
    display: block;
    background: #ffeba0;
}
.button_theme_project.button_disabled .button__text {
    color: #aaa;
}
.button_theme_project.button_disabled .icon {
    opacity: 0.3;
}
.button_theme_project.button_size_s {
    font-size: 13px;
    line-height: 24px;
}
.button_theme_project.button_size_s .icon {
    width: 24px;
}
.button_theme_project.button_size_s .button__text {
    margin: 0 10px;
}
.button_theme_project.button_size_m {
    font-size: 13px;
    line-height: 28px;
}
.button_theme_project.button_size_m .icon {
    width: 28px;
}
.button_theme_project.button_size_m .button__text {
    margin: 0 13px;
}
.button_theme_project.button_size_l {
    font-size: 17px;
    line-height: 35px;
    height: 60px;
}
.button_theme_project.button_size_l .icon {
    width: 32px;
}
.button_theme_project.button_size_l .button__text {
    margin: 0 15px;
}

.button_theme_project.button_size_xl {
    font-size: 17px;
    line-height: 35px;
    height: 60px;
}
.button_theme_project.button_size_xl .icon {
    width: 32px;
}
.button_theme_project.button_size_xl .button__text {
    margin: 0 15px;
}

.button_theme_project.button_size_full {
    font-size: 13px;
    line-height: 28px;
    height: 100%;
}
.button_theme_project.button_size_full .icon {
    width: 32px;
}
.button_theme_project.button_size_full .button__text {
    margin: 0 15px;
}
.button_theme_project.button_size_xl {
    font-size: 18px;
    line-height: 38px;
}
.button_theme_project.button_size_xl .icon {
    width: 38px;
}
.button_theme_project.button_size_xl .button__text {
    margin: 0 18px;
}
.button_theme_project.button_margin_r20 {
    margin-right: 20px;
}
.button_theme_project.button_margin_r40 {
    margin-right: 40px;
}
.button_theme_project .icon + .button__text {
    margin-left: 0;
}
.button_theme_project .button__text:not(:last-child) {
    margin-right: 0;
}

.button_theme_project.button_view_auth {
    display: block;
    width: 100%;
    background: transparent;
    background: #e2001a;
    color: #ffffff;
    border-radius: 999px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

/* старые попапы */
.pop-up__wrap .box .button_theme_project.button_view_auth,
.pop-up__wrap .auth__wrap .button_theme_project.button_view_auth {
    border-radius: 0;
}

.webinar-signup-wrap .button_theme_project.button_view_auth {
    border-radius: 999px;
}

.button_theme_project.button_view_auth.button_disabled {
    background: #940011;
    cursor: default;
}
.button_theme_project.button_view_auth.button_disabled:hover {
    background: #940011;
}
.button_theme_project.button_view_auth.button_disabled span {
    color: white;
}
.button_theme_project.button_view_auth:after {
    display: none;
}
.button_theme_project.button_view_auth:before {
    display: none;
}
.button_theme_project.button_view_auth:hover {
    background: #f9001d;
}
.button_theme_project.button_view_default {
    display: block;
    width: 100%;
    background: transparent;
    background: #e2001a;
    color: #ffffff;
    border-radius: 0px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: none;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.button_theme_project.button_view_default.button_disabled {
    background: #940011;
}
.button_theme_project.button_view_default.button_disabled:hover {
    background: #940011;
}
.button_theme_project.button_view_default.button_disabled span {
    color: white;
}
.button_theme_project.button_view_default:after {
    display: none;
}
.button_theme_project.button_view_default:before {
    display: none;
}
.button_theme_project.button_view_default:hover {
    background: #f9001d;
}
.button_theme_project.button_view_vacancies {
    display: block;
    width: 100%;
    background: transparent;
    background: #e2001a;
    color: #ffffff;
    border-radius: 0px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.button_theme_project.button_view_vacancies:after {
    display: none;
}
.button_theme_project.button_view_vacancies:before {
    display: none;
}
.button_theme_project.button_view_vacancies:hover {
    background: #f9001d;
}
.button_theme_project.button_view_all-width {
    display: block;
    width: 100%;
    background: transparent;
    background: #e2001a;
    color: #ffffff;
    border-radius: 0px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.button_theme_project.button_view_all-width:after {
    display: none;
}
.button_theme_project.button_view_all-width:before {
    display: none;
}
.button_theme_project.button_view_all-width:hover {
    background: #f9001d;
}

.button_theme_project.button_view_royal {
    color: #e2001a;
    background: transparent;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_project.button_view_royal .button__text {
    margin: 0;
    position: relative;
}
.button_theme_project.button_view_royal .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;
    /*transform: translate3d(0, -4px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_royal:before {
    background: transparent;
}
.button_theme_project.button_view_royal .icon {
    width: 34px;
    text-align: left;
}
.button_theme_project.button_view_royal .svg {
    fill: #e2001a;
    stroke : #e2001a;
    stroke-width: 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_royal:hover {
    color: #191c1c;
}
.button_theme_project.button_view_royal:hover .svg {
    fill: #191c1c;
    stroke : #191c1c;
}
.button_theme_project.button_view_royal:hover .button__text:before {
    width: 100%;
    opacity: 1;
}

.button_theme_project.button_view_royal_light {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #e2001a;
    text-transform: none;
}
.button_theme_project.button_view_breederclub {
    color: #e2001a;
    background: transparent;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_project.button_view_breederclub .button__text {
    margin: 0;
    position: relative;
}
.button_theme_project.button_view_breederclub .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;

    /*transform: translate3d(0, -4px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_breederclub:before {
    background: transparent;
}
.button_theme_project.button_view_breederclub .icon {
    width: 34px;
    text-align: left;
}
.button_theme_project.button_view_breederclub .svg {
    fill: #eceded;
    stroke : #e2001a;
    stroke-width: 2px;
    width: 25px;
    height: 22px;
    position: relative;
    top: -2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_breederclub:hover {
    color: #191c1c;
}
.button_theme_project.button_view_breederclub:hover .svg {
    fill: #eceded;
    stroke : #191c1c;
}
.button_theme_project.button_view_breederclub:hover .button__text:before {
    width: 100%;
    opacity: 1;
}
.button_theme_project.button_view_bonus {
    color: #ffffff;
    background: transparent;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_project.button_view_bonus .button__text {
    margin: 0;
    position: relative;
}
.button_theme_project.button_view_bonus .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #dbdbdb;
    margin: auto;
    width: 0%;
    opacity: 0;

    /*transform: translate3d(0, -4px, 0);*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_bonus:before {
    background: transparent;
}
.button_theme_project.button_view_bonus .icon {
    width: 34px;
    text-align: left;
}
.button_theme_project.button_view_bonus .svg {
    fill: #ffffff;
    stroke : #ffffff;
    stroke-width: 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_bonus path {
    fill: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_bonus:hover {
    color: #dbdbdb;
}
.button_theme_project.button_view_bonus:hover .svg {
    fill: #dbdbdb;
    stroke : #dbdbdb;
}
.button_theme_project.button_view_bonus:hover path {
    fill: #dbdbdb;
}
.button_theme_project.button_view_bonus:hover .button__text:before {
    width: 100%;
    opacity: 1;

    /*transform: translate3d(0, -6px, 0);*/
}
.button_theme_project.button_view_select-media {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    height: 72px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_project.button_view_select-media:after {
    content : '';
    position: absolute;
    right: 19px;
    width: 33px;
    height: 33px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index: 2;
}
.button_theme_project.button_view_select-media .button__text {
    margin-left: 0px;
    padding-top: 2px;
}
.button_theme_project.button_view_select-media.button_size_l {
    padding-left: 24px;
}
.button_theme_project.button_view_select-media.button_checked:before {
    background: transparent;
}
.button_theme_project.button_view_select-media.button_checked:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.button_theme_project.button_view_select-media:hover {
    background: transparent;
    color: #e2001a;

    /*
                &:after {
                    background: transparent;
                }*/
}
.button_theme_project.button_view_select-media:hover:before {
    background: transparent;
}
.button_theme_project.button_view_select {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    height: 72px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.button_theme_project.button_view_select:after {
    content : '';
    position: absolute;
    right: 32px;
    width: 33px;
    height: 33px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index: 2;
}
.button_theme_project.button_view_select .button__text {
    margin-left: 0px;
    padding-top: 2px;
}
.button_theme_project.button_view_select.button_size_l {
    padding-left: 39px;
}
.button_theme_project.button_view_select.button_checked:before {
    background: transparent;
}
.button_theme_project.button_view_select.button_checked:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.button_theme_project.button_view_select:hover {
    background: transparent;
    color: #e2001a;

    /*
            &:after {
                background: transparent;
            }*/
}
.button_theme_project.button_view_select:hover:before {
    background: transparent;
}
.button_theme_project.button_view_blank-sm {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_dindisplay_proregular;

    /*letter-spacing: 1px;*/
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 2px 3px;
    margin-top: 5px;
    letter-spacing: 0.05em;
}
.button_theme_project.button_view_blank-sm .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_project.button_view_blank-sm:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_project.button_view_blank-sm:after {
    content : '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background : #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_blank-sm:hover {
    color: #e2001a;
}
.button_theme_project.button_view_blank-sm:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_project.button_view_blank-big {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: pf_dindisplay_proregular;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 2px 3px;
    margin-top: 5px;
    margin-top: 23px;
    letter-spacing: 0px;
    padding: 2px 15px;
    margin-top: 18px;
    padding: 0px 16px;
}
.button_theme_project.button_view_blank-big .button__text {
    position: relative;
    z-index: 1;
}
.button_theme_project.button_view_blank-big:before {
    content : '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 100px;
    background: #e2001a;
}
.button_theme_project.button_view_blank-big:after {
    content : '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100px;
    background : #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.button_theme_project.button_view_blank-big:hover {
    color: #e2001a;
}
.button_theme_project.button_view_blank-big:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.button_theme_project.button_view_blank-big .button__loader{
  background: none;
  transition: all 0.4s;
}
.button_theme_project.button_view_blank-big:hover .button__loader .loader__block{
  background-color: #ffffff;
  border: 2px solid #e2001a;
}
.button_theme_project.button_color_darken {
    background: #C50017;
}
.button_theme_project.button_color_red:before {
    background: #e2001a;
}
.button_theme_project.button_color_red:hover {
    color: #e2001a;
}
.button_theme_project.button_count {
    position: relative;
}
.button_theme_project.button_count .button__text {
    display: none;
    position: absolute;
    top: 0px;
    left: 13px;
    color: #ffffff;
    background: #e2001a;
    line-height: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    font-size: 10px;
    padding: 0 4px;
}
.button_theme_project.button_count .button__text:before {
    content: none;
}
.button_theme_project.button_cart-count .button__text {
    display: block;
}
.button_theme_project.button_mod_send {
    display: inline-block;
    width: 73px;
    height: 60px;
}
.button_theme_project.button_mod_send .button__text {
    top: 3px;
}
.control-group .radio_checked + .radio .button_theme_project:before
    .checkbox_checked + .checkbox .button_theme_project:before {
    left: 0;
}

.control-group .button_theme_project {
    border-radius: 0;
}

.control-group .button_theme_project:before {
    right: 0;
    border-radius: 0;
}

.control-group .button_theme_project.button_checked:before, .control-group .button_theme_project.button_focused-hard.button:before {
    left: 1px;
    right: 1px;
}

.control-group > .button_theme_project:first-child, .control-group > :first-child .button_theme_project {
    border-radius: 3px 0 0 3px;
}

.control-group > .button_theme_project:first-child:before, .control-group > :first-child .button_theme_project:before {
    border-radius: 2px 0 0 2px;
}

.control-group > .button_theme_project:last-child, .control-group > :last-child .button_theme_project {
    border-radius: 0 3px 3px 0;
}

.control-group > .button_theme_project:last-child:before, .control-group > :last-child .button_theme_project:before {
    right: 1px;
    border-radius: 0 2px 2px 0;
}

.control-group > :only-child .button_theme_project {
    border-radius: 3px;
}

.control-group > :only-child .button_theme_project:before {
    border-radius: 2px;
}
.checkbox_theme_project {
    position: relative; /*fix #1538*/
    font-family: "Helvetica", "Arial";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox_theme_project label.error {
    display: block;
    position: relative;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    text-transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
}
.checkbox_theme_project .checkbox__box label.error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    z-index: 100;
    background: #e2001a;
    opacity: 0.8;
    display: none;
    visibility: hidden;
    cursor: pointer;
}
.checkbox_theme_project .checkbox__box label.error.valid {
    visibility: hidden;
    display: none;
}
.checkbox_theme_project:hover {
    cursor: pointer;
}
.checkbox_theme_project .checkbox__control {
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox_theme_project .checkbox__control.error:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #f00;
}
.checkbox_theme_project .checkbox__box {
    display: inline-block;
    position: relative;
    background: transparent;
    border-radius: 4px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow: hidden;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    z-index: 0;
    border: 1px solid #191c1c;
    background: #e2001a;
}
.checkbox_theme_project .checkbox__box:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    left: 5px;
    top: 1px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
    -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
    transform: rotate(45deg) translate3d(-5px, -5px, 0);
    z-index: 5;
}
.checkbox_theme_project .checkbox__box:after {
    content: '';

    /*opacity: 0;*/

    /*visibility: hidden;*/
    position: absolute;

    /*top: -5px;
            left: 2px;
            background-image: $checkbox_background_img_after;
            background-size: 100%;
            transition: transform .05s ease-out, opacity .05s ease-out, visibility 0s linear .05s;*/

    /*  top: 0;
            left: 0;
            right: 0;
            bottom: 0;*/
    background: #ffffff;
    z-index: 1;
    //-webkit-transform: scale(1.5);
    //transform: scale(1.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 180%;
    height: 180%;
    left: -40%;
    top: -40%;
    border-radius: 50%;
}
.checkbox_theme_project .checkbox__box.error:after {
    background: #e2001a;
}
.checkbox_theme_project .checkbox__box.error-border {
    border: 2px solid #e2001a;
}
.checkbox_theme_project.checkbox_padding_m {
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkbox_theme_project.checkbox_size_m {

    /*font-size: 13px;

        .checkbox__box {
            top: 2px;
            width: 14px;
            height: 14px;
            margin-right: 5px;
            line-height: 14px;

            &:after {
                width: 15px;
                height: 15px;
                transform: translateY(-5px);
            }
        }*/
    font-size: 12px;
    padding: 10px 24px;
    display: block;
    font-family: pf_dindisplay_proregular;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #191c1c;
}
.checkbox_theme_project.checkbox_size_m .checkbox__box {
    top: -4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 17px;
    vertical-align: top;
    position: relative;

    /*&:after {
                width: 18px;
                height: 18px;
                transform: translateY(-7px);
            }*/
}
.checkbox_theme_project.checkbox_size_l {
    font-size: 12px;
    padding: 0px 24px;
    padding-top: 34px;
    padding-bottom: 26px;
    display: block;
    font-family: pf_dindisplay_proregular;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #191c1c;
}
.checkbox_theme_project.checkbox_size_l .checkbox__box {
    top: -4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 17px;
    vertical-align: top;
    position: relative;

    /*&:after {
                width: 18px;
                height: 18px;
                transform: translateY(-7px);
            }*/
}
.checkbox_theme_project.checkbox_size_md {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    display: block;
    text-transform: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #666666;
}
.checkbox_theme_project.checkbox_size_md .checkbox__box {
    top: -4px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    line-height: 24px;
    vertical-align: top;
    position: relative;

    /*&:after {
                width: 18px;
                height: 18px;
                transform: translateY(-7px);
            }*/
}
.checkbox_theme_project.checkbox_checked {

    /*.checkbox__box {
            background: $checkbox_background_checked;

            &:before {
                background: $checkbox_background_checked_before;
            }

            &:after {
                opacity: 1;
                visibility: visible;
                transform: translateY(0px);
                transition-delay: 0s;
            }
        }*/

    /*color: $color_red;*/
}
.checkbox_theme_project.checkbox_checked .checkbox__box {
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_checked .checkbox__box:before {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate3d(0, 0px, 0);
    transform: rotate(45deg) translate3d(0, 0px, 0);
}
.checkbox_theme_project.checkbox_checked .checkbox__box:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
@media only screen
            and (min-device-width : 768px)
            and (max-device-width : 1024px)
            and (orientation : landscape) {
    .checkbox_theme_project.checkbox_checked .checkbox__box {
        background: #e2001a;
    }
}
@media screen and (max-width: 768px) {
    .checkbox_theme_project.checkbox_checked .checkbox__box {
        background: #e2001a;
    }
}
.checkbox_theme_project.checkbox_focused {

    /*.checkbox__box {
            box-shadow: $checkbox_shadow_focused;
        }*/
}
.checkbox_theme_project.checkbox_hovered {
    color: #e2001a;
}
.checkbox_theme_project.checkbox_hovered .checkbox__box {

    /*background: $checkbox_shadow_hovered;*/
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_hovered.checkbox_checked .checkbox__box {

    /*background: $checkbox_shadow_hovered_checked;*/
}
.checkbox_theme_project.checkbox_disabled {
    cursor: default;
    color: #87888a;
    opacity: 0.5;
}
.checkbox_theme_project.checkbox_disabled .checkbox__box {
    background: rgba(0, 0, 0, 0.08);
}
.checkbox_theme_project.checkbox_disabled .checkbox__box:before {
    display: none;
}
.checkbox_theme_project.checkbox_disabled.checkbox_checked .checkbox__box:after {
    opacity: 0.4;
}
.checkbox_theme_project.checkbox_type_button {
    display: inline-block;
}
.checkbox_theme_project.checkbox_type_line.checkbox_size_m {
    margin-right: 13px;
}
.checkbox_theme_project.checkbox_type_line.checkbox_size_l {
    margin-right: 15px;
}
.checkbox_theme_project.checkbox_type_line:last-child {
    margin-right: 0;
}
.checkbox_theme_project.checkbox {
    font-weight: normal;
}
.checkbox_theme_project.checkbox_view_auth {
    padding: 0;
    padding-left: 40px;
    position: relative;
}
.checkbox_theme_project.checkbox_view_auth a {
    color : #e2001a;
    text-decoration: none;
}
.checkbox_theme_project.checkbox_view_auth a:hover {
    text-decoration: underline;
}
.checkbox_theme_project.checkbox_view_auth .checkbox__box {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -4px;
    left: 0;
}
.checkbox_theme_project.checkbox_view_question {
    padding: 0;
    padding-left: 30px;
    position: relative;
    text-transform: none;
    color: #2d2d2d;
    font-size: 13px;
}
.checkbox_theme_project.checkbox_view_question a {
    color : #e2001a;
    text-decoration: none;
}
.checkbox_theme_project.checkbox_view_question a:hover {
    text-decoration: underline;
}
.checkbox_theme_project.checkbox_view_question .checkbox__box {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -4px;
    left: 0;
    border-radius: 0;
    border: solid 1px rgba(138, 143, 153, 0.32);
    background: #ffffff;
}
.checkbox_theme_project.checkbox_view_question .checkbox__box:before {
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_view_question .checkbox__box:after {
    background: #ffffff;
}
.checkbox_theme_project.checkbox_view_question .checkbox__box.error-border {
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_view_table {
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.checkbox_theme_project.checkbox_view_table:hover {
    border-color: #dedede;
}
.checkbox_theme_project.checkbox_view_table .checkbox__box {
    border: none;
    border-radius: 0;
    background: #ffffff;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.checkbox_theme_project.checkbox_view_table .checkbox__box:before {
    display: none;
}
.checkbox_theme_project.checkbox_view_table .checkbox__control {
    cursor: pointer;
}
.checkbox_theme_project.checkbox_view_table-static {
    padding: 0;
    text-transform: none;
    color: #545454;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding-top: 7px;
}
.checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: none;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 0;

    /*top: 0;*/

    /*vertical-align: middle;*/
}
.checkbox_theme_project.checkbox_view_table-static .checkbox__box:before {
    display: none;
}
.checkbox_theme_project.checkbox_view_table-static .checkbox__box:after {
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
}
.checkbox_theme_project.checkbox_view_table-static.checkbox_checked .checkbox__box:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox_theme_project.checkbox_view_table-static:hover {
    color: #e2001a;
}
.checkbox_theme_project.checkbox_view_table-auth {
    padding: 0;
    text-transform: none;
    color: #545454;
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding-top: 7px;
}
.checkbox_theme_project.checkbox_mod_send {
    display: inline-block;
    margin-right: 50px;
    padding-left: 30px;
}

/* hack for Safari only */
_::-webkit-full-page-media, _:future, :root .checkbox_theme_islands .checkbox__box {
    pointer-events: none; /*NOTE: Fix #1472 and #1590*/
}
.radio-group_theme_project {
    display: inline-block;
}
.radio-group_theme_project.radio-group_size_m {
    line-height: 24px;
}
.radio-group_theme_project.radio-group_size_l {
    line-height: 30px;
}
.radio-group_theme_project.radio-group_type_button {
    display: inline-block;
    white-space: nowrap;
}

.radio-group_theme_project.radio-group_view_auth {
    height: 72px;
    display: block;
    border-bottom: 1px solid #dedede;
}
.radio-group_theme_project.radio-group_view_auth.radio-group_height_auto {
    height: auto;
    border-bottom: none;
}
.radio-group_theme_project.radio-group_view_auth:after {
    content : '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.radio-group_theme_project.radio-group_view_auth .radio {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #191c1c;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 4px;
    margin: 0 23px 0 24px;
}
.radio-group_theme_project.radio-group_view_auth .radio + .radio {
    margin-top: inherit;
}
.radio-group_theme_project.radio-group_view_auth .radio .radio__box {
    background: #191c1c;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    position: relative;
    font-size: 0;
}
.radio-group_theme_project.radio-group_view_auth .radio .radio__box:after {
    content: '';
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
}
.radio-group_theme_project.radio-group_view_auth .radio .radio__box:before {
    content: '';
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_focused {
    box-shadow: none;
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_focused .radio__box {
    box-shadow: none;
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_checked {
    color: #e2001a;
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box {
    background: #e2001a;
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box:after {
    background: #ffffff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box:before {
    background: #e2001a;
}
.radio-group_theme_project.radio-group_view_auth .radio:hover {
    color: #e2001a;
}
.radio-group_theme_project.radio-group_view_auth .radio:hover .radio__box {
    background: #e2001a;
}

.checkbox-group_theme_project {
    display: inline-block;
}
.checkbox-group_theme_project.checkbox-group_size_m {

    /*line-height: 24px;*/
}
.checkbox-group_theme_project.checkbox-group_size_m br {
    display: none;
}
.checkbox-group_theme_project.checkbox-group_size_l {
    line-height: 30px;
}
.checkbox-group_theme_project.checkbox-group_type_button {
    display: inline-block;
    white-space: nowrap;
}
.checkbox-group_theme_project .checkbox-group__error {
    display: none;
    position: absolute;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: -7px;
}
.checkbox-group_theme_project.checkbox-group_view_auth {
    height: 72px;
    display: block;
    border-bottom: 1px solid #dedede;
    min-height: 72px;
    padding: 24px 24px;
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.checkbox-group_theme_project.checkbox-group_view_auth.radio-group_height_auto {
    height: auto;
    border-bottom: none;
}
.checkbox-group_theme_project.checkbox-group_view_auth:after {
    content : '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.checkbox-group_theme_project.checkbox-group_view_auth .checkbox {
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #191c1c;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 4px;
    margin-right: 23px;
    display: inline-block;

    /* width: 50%; */
    margin: 0px;
    padding: 0px;
    margin-right: 48px;
    display: inline-block;

    /*width: 50%;*/

    /*margin: 0px;*/

    /*&.checkbox_focused {
                box-shadow: none;
                .radio__box {
                    box-shadow: none;
                }
            }
            &.checkbox_checked {

                color: $color_red;
                .checkbox__box {
                    background: $color_red;

                    &:after {
                        background: $color_white;
                        transform: scale(1);

                    }
                    &:before {
                        background: $color_red;
                    }
                }
            }
            &:hover {
                color: $color_red;
                .radio__box {
                    background: $color_red;
                }
            }*/
}
.checkbox-group_theme_project.checkbox-group_view_auth .checkbox:last-child {
    margin-right: 0px;
}
.checkbox-group_theme_project.checkbox-group_view_auth .checkbox .checkbox__box {
    vertical-align: top;
    top: 3px;
    margin-right: 7px;
    line-height: 17px;

    /*background: $color_black;
                transition: all 0.4s;
                display: inline-block;
                vertical-align: top;
                width: 20px;
                height: 20px;
                position: relative;
                    content: '';
                    transition: all 0.3s 0.1s;
                    transform: scale(0);
                    position: absolute;
                    display: inline-block;
                    top: 50%;
                    left: 50%;
                    margin-top: -3px;
                    margin-left: -3px;
                    width: 6px;
                    height: 6px;


                }
                &:before {
                    content: '';
                    display: inline-block;
                    transition: all 0.4s;
                }
            */
}
.textarea_theme_project {
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: "Helvetica", "Arial";
    min-height: 2em;
    margin: 0;
    padding: 0;
    outline: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
/*
    &.error {
        background: rgba();
    }*/
}
.textarea_theme_project:before {
    content : attr(data-info);
    position: absolute;
    top: -7px;
    right: 100%;
    left: 0;
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;

    /*!*box-shadow: 0px 9px 30px rgba(40,48,52,0.25);*!*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
}
.textarea_theme_project:hover:before {
    visibility: visible;
    opacity: 1;
}
.textarea_theme_project::-webkit-input-placeholder {
    color: #999;
    text-indent: 0;
}
.textarea_theme_project::-moz-placeholder {
    opacity: 1;
    color: #999;
}
.textarea_theme_project.textarea_focused {
    border-color: #ffcc00;
    box-shadow: 0 0 0 1px #ffcc00;
}
.textarea-required-true:before {
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 1;
}
.textarea_theme_project.textarea_width_available {
    width: 100%;
    resize: vertical;
}
.textarea_theme_project.textarea_noresize {
    resize: none;
}
.textarea_theme_project.textarea_disabled {
    cursor: default;
    resize: none;
    color: rgba(0, 0, 0, .4);
    background: rgba(0, 0, 0, .08);
    border-color: transparent;
}
.textarea_theme_project.textarea_size_s {
    padding-left: 6px;
    font-size: 13px;
    line-height: 16px;
}
.textarea_theme_project.textarea_size_m {
    padding: 3px 5px;
    font-size: 13px;
    line-height: 18px;
}
.textarea_theme_project.textarea_size_l {
    padding: 5px 7px;
    font-size: 15px;
    line-height: 20px;
}
.textarea_theme_project.textarea_size_xl {
    padding-left: 11px;
    font-size: 18px;
    line-height: 22px;
}
.textarea_theme_project.textarea_size_full {
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
    -ms-flex-positive : 1;
    flex-grow : 1;
}
.textarea_theme_project.textarea_view_basket {
    display: block;
    width: 500px;
    height: 100px;
    border: 1px solid #dedede;
    background: #eceded;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    resize: none;
    padding: 7px;
    margin: 30px 0;
    color: #494949;
    font-size: 15px;
    font-family: helveticaneuecyrroman;
}
@media screen and (max-width: 600px) {
  .textarea_theme_project.textarea_view_basket {
    width: 100%;
  }
}
.textarea_theme_project.textarea_view_basket::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    letter-spacing: 1px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
}
.textarea_theme_project.textarea_view_basket::-moz-placeholder {
    opacity: 1;
    letter-spacing: 1px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    color: #87888a;
}
.textarea_theme_project.textarea_view_basket:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.textarea_theme_project.textarea_view_basket.textarea_focused {
    box-shadow: none;
    /*border-color: $color_red;*/
}
.textarea_theme_project.textarea_view_basket.textarea_focused:after {
    width: 100%;
    /*opacity: 1;*/
}
.textarea_theme_project.textarea_view_auth {
    height: 72px;
    width: 100%;
    border: none;
    background : transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    resize: none;
    padding: 24px;
    border: none;
    border-bottom: 1px solid #dedede;
    font: inherit;
}
.textarea_theme_project.textarea_view_auth.textarea_size_l {
    height: 285px;
}
.textarea_theme_project.textarea_view_auth.textarea_size_xl {
    height: 500px;
}
.textarea_theme_project.textarea_view_auth.textarea_border_no {
    border-bottom: 1px solid #fff;
}
.textarea_theme_project.textarea_view_auth::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.textarea_theme_project.textarea_view_auth::-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.textarea_theme_project.textarea_view_auth:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.textarea_theme_project.textarea_view_auth.textarea_focused {
    box-shadow: none;
    /*border-color: $color_red;*/
}
.textarea_theme_project.textarea_view_auth.textarea_focused:after {
    width: 100%;
    /*opacity: 1;*/
}
.textarea_theme_project.textarea_view_auth.textarea_border_top {
    border-top: 1px solid #dedede;
}
.textarea_theme_project.textarea_view_auth .textarea__box {
    height: 100%;
}
.textarea_theme_project.textarea_view_auth .textarea__control {
    height: 100%;
    padding: 0 23px;
}
.textarea_theme_project.textarea_view_auth .textarea__control::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.textarea_theme_project.textarea_view_auth .textarea__control::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.textarea_theme_project.textarea_view_auth.textarea_border-top {
    border-top: 1px solid #dedede;
}
.textarea_theme_project.textarea_view_auth.textarea_border-tr {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.textarea_theme_project.textarea_view_question {
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    border: solid 1px rgba(138, 143, 153, 0.32);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    resize: none;
}
.textarea_theme_project.textarea_view_question::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: none;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
}
.textarea_theme_project.textarea_view_question::-moz-placeholder {
    opacity: 1;
    text-transform: none;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    color: #87888a;
}
.textarea_theme_project.textarea_view_question:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -1px 0 0;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.textarea_theme_project.textarea_view_question.textarea_focused {
    box-shadow: none;
}
.textarea_theme_project.textarea_view_question.textarea_focused:after {
    width: 100%;
    opacity: 1;
    margin: -1px 0 0;
}
.textarea_theme_project.textarea_view_question.textarea_focused:after {
    width: 100%;
}
.textarea_theme_project.textarea_view_question .textarea__box {
    display: block;
    height: 100%;
}
.textarea_theme_project.textarea_view_question .textarea__control {
    display: block;
    position: relative;
    width: 100% !important;
    height: 109px;
    padding: 14px 20px;
    outline: none;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: inherit;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.textarea_theme_project.textarea_view_question .textarea__control.error {
    background-color: #ffffff;
    border: solid 1px #e2001a;
    color: #e2001a;
}
.question-add .textarea_theme_project.textarea_view_question + label.error{
  position: absolute;
}
.textarea_theme_project.textarea_view_question + label.error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
}
.textarea_theme_project.textarea_view_question .textarea__control::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: none;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
}
.textarea_theme_project.textarea_view_question .textarea__control::-moz-placeholder {
    text-transform: none;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    color: #87888a;
}

.textarea-container {
    position: relative;
    height: 100%;
}

.textarea-container label {
    position: absolute;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 10px;
}
.spin_theme_project {
    visibility: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 50%;

   /* sizeList = (16 24 28 32 38);
    bgShift = -(borderWidth);

    for sizeVal, i in xs s m l xl {
        &.spin_size_{sizeVal} {
            width: sizeList[i]px;
            height: sizeList[i]px;
            line-height: sizeList[i]px;
            background-position: -(borderWidth) bgShift;
        }

        bgShift -= sizeList[i] + 1;
    }*/
}
.spin_theme_project:after {
    content: '\00A0';
}
.spin_theme_project.spin_visible {
    visibility: visible;
    position: relative;
    -webkit-animation: spin_theme_project 1s infinite linear;
    animation: spin_theme_project 1s infinite linear;

    /*background: 0 0 no-repeat url(spin_theme_project.gif);*/

    /* `1deg` is needed to prevent FF bug after minification (`0deg` => `0`) */
    background: -webkit-linear-gradient(89deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* Accelerate animation */
}

.spin_size_xs {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-position: -2 -2;
}
.spin_size_s {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-position: -2 -19;
}
.spin_size_m {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-position: -2 -44;
}
.spin_size_l {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-position: -2 -73;
}
.spin_size_xl {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-position: -2 -106;
}

@-webkit-keyframes spin_theme_project {
    from {
        border-top-color: #fc0;
        border-left-color: #fc0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    to {
        border-top-color: #fc0;
        border-left-color: #fc0;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin_theme_project {
    from {
        border-top-color: #fc0;
        border-left-color: #fc0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    to {
        border-top-color: #fc0;
        border-left-color: #fc0;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.select_theme_project {
    vertical-align: bottom;
    max-width: 100%;
    display: inline-block;
    position: relative;
}

.select_theme_project:before,
.selectize_theme_project:before {
    content : attr(data-info);
    position: absolute;
    top: -7px;
    right: 100%;
    left: 0;
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;

    /*!*box-shadow: 0px 9px 30px rgba(40,48,52,0.25);*!*/
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
    pointer-events: none;
}
.select_theme_project:hover:before,
.selectize_theme_project:hover:before {
    visibility: visible;
    opacity: 1;
}
.select_theme_project .select__button {
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.select_theme_project .select__button .button__text {
    display: block;
}
.select_theme_project .select__button .button__text:empty:before {
    content: '\00a0';
}
.select_theme_project .select__button.button_size_s .button__text {
    padding-right: 27px;
}
.select_theme_project .select__button.button_size_s .icon {
    width: 25px;
    height: 100%;
}
.select_theme_project .select__button.button_size_m .button__text {
    padding-right: 28px;
}
.select_theme_project .select__button.button_size_m .icon {
    height: 100%;
    width: 29px;
}
.select_theme_project .select__button.button_size_m-50 {
    height: 56px;
}
.select_theme_project .select__button.button_size_l {
    height: 72px;
}
.select_theme_project .select__button.button_size_l .button__text {
    padding-right: 54px;
}
.select_theme_project .select__button.button_size_l .icon {
    height: 100%;
    width: 33px;
}
.select_theme_project .select__button.button_size_md {
    height: 38px;
}
.select_theme_project .select__button.button_size_md .button__text {
    padding-right: 30px;
}
.select_theme_project .select__button.button_size_md .icon {
    height: 100%;
    width: 30px;
}
.select_theme_project .select__button.button_size_xl .button__text {
    padding-top: 0;
    padding-right: 38px;
    margin-left: 0;
}
.select_theme_project .select__button.button_size_xl .icon {
    height: 100%;
    width: 39px;
}
.select_theme_project .select__button.button_size_xl-70 {
    height: 72px;
}
.select_theme_project .select__button.button_size_xl-70 .button__text {
    padding-right: 38px;
}
.select_theme_project .select__button.button_size_xl-70 .icon {
    height: 100%;
    width: 39px;
}
.select_theme_project .select__tick {
    position: absolute;
    top: 0;
    right: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}
.select_theme_project.select_size_s .select__tick {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPjxwYXRoIGQ9Ik04LjIgMGwtMy43IDMuNi0zLjgtMy42LS43LjcgMy43IDMuNi44LjcgNC41LTQuM3oiLz48L3N2Zz4=);
}
.select_theme_project.select_opened .select__tick {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select_theme_project.select_width_available {
    width: 100%;
}
.select_theme_project.select_country_byelorussia {
    display: none;
}
.select_theme_project .select__error {
    display: none;
    position: absolute;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 2px;
}

.select_theme_project.select_view_auth {
    width: 100%;
}
.select_theme_project.select_view_auth .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_project.select_view_auth .button .button__text {
    margin-left: 24px;
    padding-top: 2px;
    color: #87888a;
}
.select_theme_project.select_view_auth .button:hover {
    background: transparent;
    color: #e2001a;
}
.select_theme_project.select_view_auth .button_checked .button__text {
    color: #494949;
}
.select_theme_project.select_view_auth.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_project.select_view_auth.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_project.select_view_auth.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.select_theme_project.select_view_question {
    width: 100%;
}
.select_theme_project.select_view_question .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_project.select_view_question .button .button__text {
    margin-left: 24px;
    padding-top: 2px;
    color: #87888a;
}
.select_theme_project.select_view_question .button:hover {
    background: transparent;
    color: #e2001a;
}
.select_theme_project.select_view_question .button_checked .button__text {
    color: #494949;
}
.select_theme_project.select_view_question.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_project.select_view_question.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_project.select_view_question.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}


.select_theme_project.select_view_vacancies {
    width: 100%;
}
.select_theme_project.select_view_vacancies .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_project.select_view_vacancies .button .button__text {
    margin-left: 37px;
    padding-top: 2px;
    color: #87888a;
}
@media screen and (max-width: 600px) {
    .select_theme_project.select_view_vacancies .button .button__text {
        margin-left: 24px;
    }
}
.select_theme_project.select_view_vacancies .button:hover {
    background: transparent;
    color: #e2001a;
}
.select_theme_project.select_view_vacancies .button_checked .button__text {
    color: #494949;
}
.select_theme_project.select_view_vacancies.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_project.select_view_vacancies.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_project.select_view_vacancies.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.select_theme_project.select_view_all-width {
    width: 100%;
}
.select_theme_project.select_view_all-width .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_din_text_cond_promedium;
    font-size: 12px;
    border-bottom: 0px solid #dedede;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_project.select_view_all-width .button .button__text {
    margin-left: 39px;
    padding-top: 2px;
    color: #464646;

    /* color: #474747; */

    /* font-family: "PF Din Text Cond Pro"; */
    font-size: 14px;
    font-weight: 500;

    /* letter-spacing: 0.99px; */
    line-height: 18px;
}
@media screen and (max-width: 640px) {
    .select_theme_project.select_view_all-width .button .button__text {
        margin-left: 0px;
    }
}
.select_theme_project.select_view_all-width .button:hover {
    background: transparent;
    color: #e2001a;
}
.select_theme_project.select_view_all-width .button_checked .button__text {
    color: #494949;
}
.select_theme_project.select_view_all-width.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_project.select_view_all-width.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_project.select_view_all-width.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.select_theme_project.select_view_default {
    width: 100%;
}
.select_theme_project.select_view_default:before {
    display: none;
}
.select_theme_project.select_view_default .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 18px;
    border: solid 1px #494949;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_project.select_view_default .button .button__text {
    margin-left: 24px;
    padding-top: 2px;
    color: #494949;
}
.select_theme_project.select_view_default .button:hover {
    background: transparent;
    color: #494949;
}
.select_theme_project.select_view_default .button_checked .button__text {
    color: #494949;
}
.select_theme_project.select_view_default.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_project.select_view_default.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_project.select_view_default.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.select_theme_project.select_view_default .select__button.button_size_m .icon.select__tick {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    top: 44%;
    right: 10px;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    cursor: pointer;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.select_theme_project.select_view_auth .select-default {
    height: 72px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.select_theme_project.select_view_auth .select-default__select {
    height: 100%;
}
.select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input {
    height: 100%;
}
.select_theme_project.select_view_auth .select-default__select .selectize-control {
    height: 100%;
    border: 0;
}
.select_theme_project.select_view_auth .select-default .selectize-dropdown,
.select_theme_project.select_view_auth .select-default .selectize-input,
.select_theme_project.select_view_auth .select-default .selectize-input input {
    font-size: 12px;
    text-transform: uppercase;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
}
.select_theme_project.select_view_auth .select-default .select__control[type="text"] {
    position: absolute;
    z-index: -9;
    opacity: 0;
}
.select_theme_project.select_view_auth.select-error {
    background: rgba(255, 0, 0, 0.02);
}



.select_theme_project.select_view_question + label.error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
}
.select_theme_project.select_view_question .select-default {
    height: 50px;
    width: 100%;
    border: none;
    background: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.select_theme_project.select_view_question .select-default__select {
    height: 100%;
}
.select_theme_project.select_view_question .select-default__select .selectize-control .selectize-input {
    height: 100%;
    background-color: #ffffff;
    border-color: rgba(138, 143, 153, 0.32);
    padding-left: 20px;
}
.select_theme_project.select_view_question.select-error .select-default__select .selectize-control .selectize-input {
    border-color: #e2001a;
}
.select_theme_project.select_view_question.select-error .select-default__select .selectize-control .selectize-input.focus {
    border-color: rgba(138, 143, 153, 0.32);
}
.select_theme_project.select_view_question .select-default__select .selectize-control {
    height: 100%;
    border: 0;
}
.select_theme_project.select_view_question .select-default .selectize-dropdown,
.select_theme_project.select_view_question .select-default .selectize-input,
.select_theme_project.select_view_question .select-default .selectize-input input {
    font-size: 14px;
    text-transform: none;
    color: #000000;
    font-family: pf_dindisplay_proregular;
}
.select_theme_project.select_view_question .select-default .selectize-input input {
    padding: 0;
}
.select_theme_project.select_view_question .select-default .selectize-input input::-webkit-input-placeholder {
    color: #8a8f99;
    text-indent: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}
.select_theme_project.select_view_question .select-default .selectize-input input::-moz-placeholder {
    color: #8a8f99;
    text-indent: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}
.select_theme_project.select_view_question .select-default .select__control[type="text"] {
    position: absolute;
    z-index: -9;
    opacity: 0;
}
.select_theme_project.select_view_question .select-default .selectize-dropdown {
    border-color: rgba(138, 143, 153, 0.32);
    padding: 0;
    max-height: 400px;
    border-top: solid 1px #dadbde;
}
.select_theme_project.select_view_question .select-default .selectize-dropdown:before {
    display: none;
}
.select_theme_project.select_view_question .select-default .selectize-dropdown .selectize-dropdown-content {
    max-height: 400px;
    padding: 0;
}
.select_theme_project.select_view_question .select-default__select .selectize-dropdown [data-selectable] {
    padding: 13px 20px;
    border-top: solid 1px #dadbde;
    margin-top: -1px;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    color: #000000;
}
.select_theme_project.select_view_question .select-default__select .selectize-dropdown [data-selectable]:hover {
    background-color: #e2001a;
    border-color: #dadbde;
    color: #ffffff !important;
}
.select_theme_project.select_view_question .select-default__select .selectize-dropdown [data-selectable].active:hover {
    background-color: #e2001a;
    border-color: #dadbde;
    color: #ffffff !important;
}
.select_theme_project.select_view_question.select-error {
    background: rgba(255, 0, 0, 0.02);
}


.select_theme_project .selectize-input input.error {
    background: rgba(255, 0, 0, 0.02);
}
.select_theme_project .selectize-input input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.select_theme_project .selectize-input input::-webkit-search-cancel-button {
    display: none;
}
.select_theme_project .selectize-input input::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.select_theme_project .selectize-input input::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input .item {
    font-family: "Helvetica", "Arial";
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
}
.select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input.dropdown-active {
    border: solid 1px #494949;
    background: #ffffff;
}
.select_theme_project.select_view_auth .select-default .selectize-dropdown {
    width: 100% !important;
}
.select_theme_project.select_view_auth .select-default .selectize-dropdown-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.select_theme_project.select_view_auth .select-default__select .selectize-dropdown [data-selectable] {
    padding: 5px 0;
    font-family: "Helvetica", "Arial";
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
}
.feedback .select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input {
    border: 1px solid transparent;
    background: none;
}
.feedback .select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input:before {
    background: none;
}
.feedback .select_theme_project.select_view_auth .select-default .selectize-input,
.feedback .select_theme_project.select_view_auth .select-default .selectize-input input {
    background: none;
}
.feedback .select_theme_project.select_view_auth .select-default__select .selectize-control .selectize-input.dropdown-active {
    background: #ffffff;
    border: solid 1px #494949;
}
.feedback .select_theme_project.select_view_auth .select-default .selectize-dropdown {
    width: 100% !important;
}
.feedback .select-default__select .selectize-control .selectize-input:before {
    width: 54px;
}
.feedback .select-default__select .selectize-control .selectize-input:after {
    right: 20px;
}
.select_theme_project .input__box {
    display: block;
    position: absolute;
    width: 100%;
}
.select_theme_project label.error {
    position: absolute;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 0;
    text-transform: none;
    z-index: 1;
    pointer-events: none;
}
.select_theme_project .required-true:before {
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 2;
}
.select_theme_project span.required-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.select_theme_project.select_size_l span.required-icon {
    font-size: 15px;
    line-height: 18px;
}
.select_theme_project.select_size_xl span.required-icon {
    font-size: 18px;
    line-height: 22px;
}
.select_theme_project.select_size_s span.required-icon {
    font-size: 13px;
    line-height: 16px;
}
.select_theme_project.select_size_m span.required-icon {
    font-size: 13px;
    line-height: 16px;
}
.select_theme_project span.required-icon:before {
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 2;
}

.popup_theme_project {
    visibility: hidden;
    display: none;
    margin: -9999px 0 0 -9999px;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
    /*animation-fill-mode: forwards;*/
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background: #ffffff;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1),
    0 20px 20px -5px rgba(0, 0, 0, 0.4);
    position: absolute;
    /*margin-top: -6px;*/

    /* Divided into two parts for better optimization */
    /*for rule in ((bottom (left center right)) (top (left center right)) (right (top center bottom)) (left (top center bottom))) {
        for secondary in rule[1] {
            &.popup_direction_{rule[0]}-{secondary} {
                animation-name: popup_theme_project_ + rule[0];
            }
        }
        for secondary in rule[1] {
            &.popup_direction_{rule[0]}-{secondary}.popup_visible {
                animation-name: popup_theme_project_ + rule[0] + _visible;
            }
        }
    }*/



}
.popup_theme_project.popup_type_catalog {
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.4);
    padding-top: 27px;
    padding-left: 28px;
    padding-bottom: 45px;
}
.popup_theme_project.popup_type_catalog .popup__title {
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    color : #494949;
}
.popup_theme_project.popup_type_catalog .popup__list {
    margin: 0px;
    font-size: 12px;
    padding: 0px;
    padding: 0px;
    margin-bottom: 15px;
    color : #494949;
}
.popup_theme_project.popup_type_catalog .popup__list li {
    list-style: none;
    margin-bottom: 5px;
}
.popup_theme_project.popup_type_catalog .popup__disclamer {
    font-family: pf_din_text_cond_promedium;
    font-size: 12px;
    color : #222;
}
.popup_theme_project.popup_js_inited {
    display: block;
}
.popup_theme_project.popup_visible {
    visibility: visible;
    margin: 0;
    margin-top: -6px;
}

.popup_theme_project.popup_scroller .menu_theme_project.nano-content::-webkit-scrollbar {
  display: none;
}
.popup_theme_project.popup_scroller .has-scrollbar .menu_theme_project.nano-content::-webkit-scrollbar {
  display: block;
}
.popup_theme_project.popup_scroller .nano-pane {
    display: none;
    position: absolute;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: none;
    opacity: 1;
    z-index: 9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
    .popup_theme_project.popup_scroller .nano-pane > .nano-slider {
        position: relative;
        background-color: #d3d7d9;
        margin: 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
    }

.popup_view_select.popup_view_select {
   width: 340px;
}

@media screen and (max-width: 1050px) {
    .popup_view_select.popup_view_select {
        left: 0 !important;
        width: 33.2%;
        margin-top: 80px;
    }
}

@media screen and (max-width: 950px) {
    .popup_view_select.popup_view_select {
        width: 50%;
        left: 0 !important;
        right: 0;
        margin-top: -6px;
    }
}
@media screen and (max-width: 640px) {
    .popup_view_select.popup_view_select {
        width: 100%;
        left: 0 !important;
        right: 0;
    }
}

.popup_view_select-media.popup_view_select-media {
    width: 319px;
}
@media screen and (max-width: 1050px) {
    .popup_view_select-media.popup_view_select-media {
        width: 319px;
    }
}
@media screen and (max-width: 950px) {
    .popup_view_select-media.popup_view_select-media {
        width: 319px;
    }
}
@media screen and (max-width: 640px) {
    .popup_view_select-media.popup_view_select-media {
        width: 100%;
        left: 0 !important;
        right: 0;
    }
}

.popup_view_select.popup_size_m.popup_view_select {
    width: 511px;
}
@media screen and (max-width: 1040px) {
    .popup_view_select.popup_size_m.popup_view_select {
        width: 50%;
    }
}
@media screen and (max-width: 950px) {
    .popup_view_select.popup_size_m.popup_view_select {
        width: auto;
        left: 0 !important;
        right: 0;
    }
}

.popup_view_select.popup_size_s.popup_view_select {
    width: 340px;
}
@media screen and (max-width: 1040px) {
    .popup_view_select.popup_size_s.popup_view_select {
        width: 33.3%;
    }
}
@media screen and (max-width: 950px) {
    .popup_view_select.popup_size_s.popup_view_select {
        width: auto;
        left: 0 !important;
        right: 0;
    }
}
.popup_view_vacancies {
  background: black;
}

.popup_view_vacancies .menu .menu-item {
    padding: 15px 37px;
}

@media screen and (max-width: 640px) {
    .popup_view_vacancies .menu .menu-item {
        padding: 15px 24px;
    }
}
.popup_direction_bottom-left {
  -webkit-animation-name: popup_theme_project_bottom;
          animation-name: popup_theme_project_bottom;
}
.popup_direction_bottom-center {
  -webkit-animation-name: popup_theme_project_bottom;
          animation-name: popup_theme_project_bottom;
}
.popup_direction_bottom-right {
  -webkit-animation-name: popup_theme_project_bottom;
          animation-name: popup_theme_project_bottom;
}
.popup_direction_bottom-left.popup_visible {
  -webkit-animation-name: popup_theme_project_bottom_visible;
          animation-name: popup_theme_project_bottom_visible;
}
.popup_direction_bottom-center.popup_visible {
  -webkit-animation-name: popup_theme_project_bottom_visible;
          animation-name: popup_theme_project_bottom_visible;
}
.popup_direction_bottom-right.popup_visible {
  -webkit-animation-name: popup_theme_project_bottom_visible;
          animation-name: popup_theme_project_bottom_visible;
}
.popup_direction_top-left {
  -webkit-animation-name: popup_theme_project_top;
          animation-name: popup_theme_project_top;
}
.popup_direction_top-center {
  -webkit-animation-name: popup_theme_project_top;
          animation-name: popup_theme_project_top;
}
.popup_direction_top-right {
  -webkit-animation-name: popup_theme_project_top;
          animation-name: popup_theme_project_top;
}
.popup_direction_top-left.popup_visible {
  -webkit-animation-name: popup_theme_project_top_visible;
          animation-name: popup_theme_project_top_visible;
}
.popup_direction_top-center.popup_visible {
  -webkit-animation-name: popup_theme_project_top_visible;
          animation-name: popup_theme_project_top_visible;
}
.popup_direction_top-right.popup_visible {
  -webkit-animation-name: popup_theme_project_top_visible;
          animation-name: popup_theme_project_top_visible;
}
.popup_direction_right-top {
  -webkit-animation-name: popup_theme_project_right;
          animation-name: popup_theme_project_right;
}
.popup_direction_right-center {
  -webkit-animation-name: popup_theme_project_right;
          animation-name: popup_theme_project_right;
}
.popup_direction_right-bottom {
  -webkit-animation-name: popup_theme_project_right;
          animation-name: popup_theme_project_right;
}
.popup_direction_right-top.popup_visible {
  -webkit-animation-name: popup_theme_project_right_visible;
          animation-name: popup_theme_project_right_visible;
}
.popup_direction_right-center.popup_visible {
  -webkit-animation-name: popup_theme_project_right_visible;
          animation-name: popup_theme_project_right_visible;
}
.popup_direction_right-bottom.popup_visible {
  -webkit-animation-name: popup_theme_project_right_visible;
          animation-name: popup_theme_project_right_visible;
}
.popup_direction_left-top {
  -webkit-animation-name: popup_theme_project_left;
          animation-name: popup_theme_project_left;
}
.popup_direction_left-center {
  -webkit-animation-name: popup_theme_project_left;
          animation-name: popup_theme_project_left;
}
.popup_direction_left-bottom {
  -webkit-animation-name: popup_theme_project_left;
          animation-name: popup_theme_project_left;
}
.popup_direction_left-top.popup_visible {
  -webkit-animation-name: popup_theme_project_left_visible;
          animation-name: popup_theme_project_left_visible;
}
.popup_direction_left-center.popup_visible {
  -webkit-animation-name: popup_theme_project_left_visible;
          animation-name: popup_theme_project_left_visible;
}
.popup_direction_left-bottom.popup_visible {
  -webkit-animation-name: popup_theme_project_left_visible;
          animation-name: popup_theme_project_left_visible;
}
@-webkit-keyframes popup_theme_project_bottom {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@keyframes popup_theme_project_bottom {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@-webkit-keyframes popup_theme_project_bottom_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popup_theme_project_bottom_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popup_theme_project_top {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@keyframes popup_theme_project_top {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@-webkit-keyframes popup_theme_project_top_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popup_theme_project_top_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popup_theme_project_right {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@keyframes popup_theme_project_right {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@-webkit-keyframes popup_theme_project_right_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes popup_theme_project_right_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes popup_theme_project_left {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@keyframes popup_theme_project_left {
  0% {
    opacity: 1;
    visibility: visible;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    margin: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
  }
}
@-webkit-keyframes popup_theme_project_left_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes popup_theme_project_left_visible {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
for rule in ((bottom Y 10) (top Y -10) (right X 10) (left X -10)) {
    @keyframes popup_theme_project_{rule[0]} {
        0% {
            opacity: 1;
            visibility: visible;
            margin: 0;
            transform: translate + rule[1] + '(0)';
        }

        99% {
            margin: 0;
            transform: translate + rule[1] + unquote('(' + rule[2] + 'px)');
        }

        100% {
            opacity: 0;
            visibility: hidden;
            margin: -9999px 0 0 -9999px;
        }
    }

    @keyframes popup_theme_project_{rule[0]}_visible {
        0% {
            opacity: 0;
            transform: translate + rule[1] + unquote('(' + rule[2] + 'px)');
        }

        100% {
            opacity: 1;
            transform: translate + rule[1] + '(0)';
        }
    }
}*/
/*fontSize = (13 13 15 15);
lineHeight = (24 24 28 32);
paddingVert = (3 4 5 6);
paddingHor = (10 13 15 20);*/

.menu_theme_project {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica", "Arial";
    overflow-y: auto;

    /* Using pseudo-elements intead of paddings because of Firefox bug with bottom padding (#1158):
     * https://bugzilla.mozilla.org/show_bug.cgi?id=748518 */
}
@media screen and (max-width: 1024px) {
    .menu_theme_project {
        max-height: calc(100vh - 200px);
    }
}

.menu_theme_project:before, .menu_theme_project:after {
    content: '';
    display: none;
}

.menu_theme_project.menu_size_s {
    font-size: 13px;
    line-height: 24px;
}

.menu_theme_project.menu_size_s:before, .menu_theme_project.menu_size_s:after {
    height: 3px;
}

.menu_theme_project.menu_size_s .menu-item + .menu__group {
    margin-top: 3px;
}

.menu_theme_project.menu_size_s .menu__group {
    padding: 3px 0;
}

.menu_theme_project.menu_size_s .menu__group-title {
    padding: 0 10px;
}

.menu_theme_project.menu_size_m {
    font-size: 13px;
    line-height: 24px;
}

.menu_theme_project.menu_size_m:before, .menu_theme_project.menu_size_m:after {
    height: 4px;
}

.menu_theme_project.menu_size_m .menu-item + .menu__group, .menu_theme_project.menu_size_m .menu-item-media + .menu__group {
    margin-top: 4px;
}

.menu_theme_project.menu_size_m .menu__group {
    padding: 4px 0;
}

.menu_theme_project.menu_size_m .menu__group-title {
    padding: 0 13px;
}

.menu_theme_project.menu_size_l {
    font-size: 15px;
    line-height: 28px;
}
.menu_theme_project.menu_size_l:before, .menu_theme_project.menu_size_l:after {
    height: 5px;
}
.menu_theme_project.menu_size_l .menu-item + .menu__group {
    margin-top: 5px;
}
.menu_theme_project.menu_size_l .menu__group {
    padding: 5px 0;
}
.menu_theme_project.menu_size_l .menu__group-title {
    padding: 0 15px;
}

.menu_theme_project.menu_size_md {
    font-size: 15px;
    line-height: 28px;
}
.menu_theme_project.menu_size_md:before, .menu_theme_project.menu_size_l:after {
    height: 5px;
}
.menu_theme_project.menu_size_md .menu-item + .menu__group {
    margin-top: 5px;
}
.menu_theme_project.menu_size_md .menu__group {
    padding: 5px 0;
}
.menu_theme_project.menu_size_md .menu__group-title {
    padding: 0 15px;
}

.menu_theme_project.menu_size_xl {
    font-size: 15px;
    line-height: 32px;
}

.menu_theme_project.menu_size_xl:before, .menu_theme_project.menu_size_xl:after {
    height: 6px;
}

.menu_theme_project.menu_size_xl .menu-item + .menu__group {
    margin-top: 6px;
}

.menu_theme_project.menu_size_xl .menu__group {
    padding: 6px 0;
}

.menu_theme_project.menu_size_xl .menu__group-title {
    padding: 0 20px;
}

.menu_theme_project .menu__group {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
}

.menu_theme_project .menu__group-title {
    color: #87888a;
}

.menu_theme_project .menu__group + .menu__group {
    border-top: 0;
}

.menu_theme_project .menu__group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.menu_theme_project .menu__group:first-child {
    padding-top: 0;
    border-top: 0;
}
.menu_view_search {
    padding-left: 39px;
}
@media screen and (max-width: 640px) {
    .menu_view_search {
        padding-left: 24px;
    }
}
.menu_view_search-media {
    padding-left: 24px;
}
@media screen and (max-width: 640px) {
    .menu_view_search-media {
        padding-left: 24px;
    }
}
/*paddingLeft = (30 30 34 40);
paddingVert = (3 4 5 6);
paddingHor = (10 13 15 20);

tipSize = (14 14 15 15);*/

.menu-item_theme_project {
    position: relative;
    white-space: normal;
    /*height: 72px;*/
    /*border-bottom: 1px solid $color_grey3;*/
    font-size: 12px;
    text-transform: uppercase;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.menu-item_theme_project:after {
    content : '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
}

.menu-item_theme_project.menu-item_disabled {
    opacity: 0.3;
}

.menu-item_theme_project .link_disabled {
    cursor: text;
}

.menu-item_theme_project.menu-item_checked {

    /*background: 0 50% no-repeat $menu_item_gackground_img;*/
}

.menu-item_theme_project.menu-item_hovered {
    cursor: pointer;

    /*background-color: $color_red;*/
    color: #e2001a;
    border-color: #e2001a;
}

.menu-item_theme_project.menu-item_type_link .link {
    outline: none;
    color: inherit;
    text-decoration: none;

    /* Fit clickable area to `menu-item` size */
}

.menu-item_theme_project.menu-item_type_link .link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.menu_size_s .menu-item_theme_project {
    padding: 0 10px;
    background-size: 14px 14px;
    background-position: 10px 50%;
}
.menu_size_s .menu__group + .menu-item_theme_project {
    margin-top: 3px;
}
.menu_size_s[class*='menu_mode'] .menu-item_theme_project, .menu_size_s .menu__group-title ~ .menu-item_theme_project {
    padding: 0 30px;
}

.menu_size_m .menu-item_theme_project {
    padding: 0 13px;
    background-size: 14px 14px;
    background-position: 13px 50%;
}
.menu_size_m .menu__group + .menu-item_theme_project {
    margin-top: 4px;
}
.menu_size_m[class*='menu_mode'] .menu-item_theme_project, .menu_size_m .menu__group-title ~ .menu-item_theme_project {
    padding: 0 30px;
}

.menu_size_l .menu-item_theme_project {
    padding: 15px 24px;
    background-size: 15px 15px;
    background-position: 34px 50%;
}
.menu_size_l .menu__group + .menu-item_theme_project {
    margin-top: 5px;
}
.menu_size_l .menu-item_theme_project {
    padding: 10px 24px;
    padding-top: 14px;
    line-height: 1;
}

.menu_size_md .menu-item_theme_project {
    padding: 15px 24px;
    background-size: 15px 15px;
    background-position: 34px 50%;
}
.menu_size_md .menu__group + .menu-item_theme_project {
    margin-top: 5px;
}
.menu_size_md .menu-item_theme_project {
    padding: 10px 24px;
    padding-top: 14px;
    line-height: 1;
}

.menu_size_xl .menu-item_theme_project {
    padding: 15px 40px;
    background-size: 15px 15px;
    background-position: 40px 50%;
}
.menu_size_xl .menu__group + .menu-item_theme_project {
    margin-top: 6px;
}
.menu_size_xl[class*='menu_mode'] .menu-item_theme_project, .menu_size_xl .menu__group-title ~ .menu-item_theme_project {
    padding: 10px 40px;
}
.menu_size_xl-70 .menu-item_theme_project {
    padding: 15px 39px;
    background-size: 15px 15px;
    background-position: 34px 50%;
}

.menu_size_xl-70 .menu__group + .menu-item_theme_project {
    margin-top: 5px;
}
.menu_size_xl-70 .menu-item_theme_project {
    padding: 10px 39px;
    padding-top: 14px;
}

@media screen and (max-width: 640px) {
    .menu_size_xl-70 .menu-item_theme_project {
        padding: 10px 24px;
    }
}
.menu_view_search .menu-item_theme_project, .menu_view_search-media .menu-item_theme_project {
    padding: 7px 0px
}

.menu_mode_check .menu-item_theme_project {
    position: relative;
    padding-left: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap : wrap;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
    width: 100%;

    /*flex-direction: column;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    white-space: normal;
    max-width: 340px;
    min-height: 44px;
    font-size: 12px;
    line-height: 14px;
}
.menu_mode_check .menu-item_theme_project:after {
    content : '';
    position: absolute;
    top: 13px;
    left: 42px;
    width:  20px;
    height: 20px;
    display: block;
    border: 1px solid #191c1c;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu_mode_check .menu-item_theme_project:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    left: 48px;
    top: 15px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
    -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
    transform: rotate(45deg) translate3d(-5px, -5px, 0);
    z-index: 5;
}
.menu_mode_check .menu-item_theme_project.menu-item_checked {
    color: #e2001a;
}
.menu_mode_check .menu-item_theme_project.menu-item_checked:after {
    border-color: #e2001a;
    background: #e2001a;
}
.menu_mode_check .menu-item_theme_project.menu-item_checked:before {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate3d(0px, 0px, 0);
    transform: rotate(45deg) translate3d(0px, 0px, 0);
}

.menu_mode_check .menu_size_l.menu-item_theme_project {
    padding-top: 2px;
    padding-bottom: 2px;
}
.menu_mode_check.menu_size_md .menu-item_theme_project {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .menu_mode_check .menu-item_theme_project {
        padding-left: 58px;
    }
    .menu_mode_check .menu-item_theme_project:after {
        left: 26px;
    }
    .menu_mode_check .menu-item_theme_project:before {
        left: 32px;
    }
    .filter_type_grid .select_theme_project.select_view_auth {
        padding-right: 30px;
    }
    .filter_type_grid .select_theme_project.select_view_auth .select__tick {
        right: 2px;
    }
    .filter_type_grid .select_theme_project.select_view_auth .button .button__text {
        padding-right: 35px;
    }
}


/*for sizeVal, i in s m l xl {
    .menu_size_{sizeVal} {
        .menu-item_theme_project {
            padding: 0 (paddingHor[i])px;
            background-size: (tipSize[i])px (tipSize[i])px;
            background-position: (paddingHor[i])px 50%;
        }

        .menu__group + .menu-item_theme_project {
            margin-top: (paddingVert[i])px;
        }

        &[class*='menu_mode'] .menu-item_theme_project,
        .menu__group-title ~ .menu-item_theme_project {
            padding: 0 (paddingLeft[i])px;
        }
    }
}*/
.input_theme_project {
    display: inline-block;
    position: relative;
    font-family: "Helvetica", "Arial";
    background: rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    /* Decorative element (inner background) */
}
.input_theme_project[data-info]:before {
    content: attr(data-info);
    position: absolute;
    top: -7px;
    right: 100%;
    left: 0;
    bottom: 0;
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #494949;
    text-transform: none;

    /*!*box-shadow: 0px 9px 30px rgba(40,48,52,0.25);*!*/
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
}
.input_theme_project[data-info]:hover:before {
    visibility: visible;
    opacity: 1;
}
.input_theme_project label.error {
    position: absolute;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 0;
    font-weight: normal;
    margin-bottom: 0;
}
.input_theme_project label.error + label.error {
    opacity: 0;
    visibility: hidden;
}
.input_theme_project label.error .error__link{
  position: absolute;
  cursor: pointer;
}
.input_theme_project .required-true:before {
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 1;
}
.input_theme_project #e-mail-error {
    position: absolute;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;

    /* left: 23px; */
    top: 2px;
    right: 0px;
    width: 150px;
    height: 60px;

    /* text-align: left; */
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
    left: initial;
    bottom: initial;
}
.input_theme_project[placeholder]:before {
    content : attr(placeholder);
    position: absolute;
    top: -7px;
    right: 100%;
    left: 0;
    padding: 0px 22px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    color: #87888a;
    text-transform: none;

    /*box-shadow: 0px 9px 30px rgba(40,48,52,0.25);*/
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
}
.input_theme_project[placeholder]:hover:before {
    visibility: visible;
    opacity: 1;
}
.input_theme_project .input__box {
    display: block;
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.input_theme_project .input__control {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    outline: none;
    font: inherit;
    line-height: inherit;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input_theme_project .input__control.error {
    background: rgba(255, 0, 0, 0.02);
}
.input_theme_project .input__control::-webkit-search-decoration {
    -webkit-appearance: none;
}
.input_theme_project .input__control::-webkit-search-cancel-button {
    display: none;
}
.input_theme_project .input__control::-webkit-input-placeholder {
    color: #d4d4d5;
    text-indent: 0;
}
.input_theme_project .input__control::-moz-placeholder {
    opacity: 1;
    color: #d4d4d5;
}
.input_theme_project .input__control::-ms-clear {
    display: none;
}
.input_theme_project.input_has-clear .input__control {
    text-overflow: ellipsis;
}
.input_theme_project .input__clear {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: text;
    background: 50% 50% no-repeat;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.input_theme_project .input__clear_visible {
    opacity: 0.3;
}
.input_theme_project .input__clear_visible:hover {
    opacity: 1;
    cursor: pointer;
}
.input_theme_project.input_focused {
    box-shadow: 0 0 0 1px #ffcc00, inset 0 0 0 1px #ffcc00;
    z-index: 1;
}
.input_theme_project.input_focused .input__control {
    text-overflow: clip;
}
.input_theme_project.input_disabled {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.5;
}
.input_theme_project.input_disabled:before, .input_theme_project.input_disabled .input__clear {
    display: none;
}
.input_theme_project.input_disabled .input__box, .input_theme_project.input_disabled .input__control {
    cursor: default;
    color: rgba(0, 0, 0, 0.4);
}
.input_theme_project.input_size_s .input__clear, .input_theme_project.input_size_m .input__clear {
    width: 24px;
    height: 24px;

    /*background-image: url(../../theme/_project/clear_size_s.svg);*/
    background-position: 7px 50%;
}
.input_theme_project.input_size_s {
    font-size: 13px;
    line-height: 16px;
}
.input_theme_project.input_size_s .input__control {
    height: 24px;
    padding: 0 6px;
}
.input_theme_project.input_size_s.input_has-clear .input__box {
    padding-right: 24px;
}
.input_theme_project.input_size_m {
    font-size: 13px;
    line-height: 16px;
}
.input_theme_project.input_size_m .input__control {
    height: 28px;
    padding: 0 8px;
}
.input_theme_project.input_size_m.input_has-clear .input__box {
    padding-right: 28px;
}
.input_theme_project.input_size_m .input__clear {
    width: 28px;
    height: 28px;
    background-position: 9px 50%;
}
.input_theme_project.input_size_l .input__clear, .input_theme_project.input_size_xl .input__clear {
    width: 32px;
    height: 32px;

    /*background-image: url(../../theme/_project/clear_size_l.svg);*/
    background-position: 9px 50%;
}
.input_theme_project.input_size_l {
    font-size: 15px;
    line-height: 18px;
}
.input_theme_project.input_size_l .input__control {
    height: 32px;
    padding: 0 10px;
}
.input_theme_project.input_size_l.input_has-clear .input__box {
    padding-right: 32px;
}
.input_theme_project.input_size_xl {
    font-size: 18px;
    line-height: 22px;
}
.input_theme_project.input_size_xl .input__control {
    height: 38px;
    padding: 0 12px;
}
.input_theme_project.input_view_auth.input_size_xxl {
    height: 100%;
    font-size: 14px;
    line-height: 22px;
}
.input_theme_project.input_view_auth.input_size_xxl .input__control {
    height: 100%;
    padding: 0 20px;
}
.input_theme_project.input_size_xl.input_has-clear .input__box {
    padding-right: 38px;
}
.input_theme_project.input_size_xl .input__clear {
    width: 38px;
    height: 38px;
    background-position: 12px 50%;
}
.input_theme_project.input_has-clear .input__control {
    padding-right: 0;
}
.input_theme_project.input_width_available {
    width: 100%;
}
.input_theme_project.input_type_password .input__control {
    text-overflow: clip;
}
.input_theme_project.input_border_none {
    border-bottom: none !important;
}
.input_theme_project.input_view_auth {
    height: 72px;
    width: 100%;
    border: none;
    background : transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.input_theme_project.input_view_auth:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.input_theme_project.input_view_auth.input_focused {
    box-shadow: none;

    /*border-color: $color_red;*/
}
.input_theme_project.input_view_auth.input_focused:after {
    width: 100%;
    opacity: 1;
    margin: 0;
}
.input_theme_project.input_view_auth.input_border_top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_auth .input__box {
    height: 100%;
}
.input_theme_project.input_view_auth .input__control {
    height: 100%;
    padding: 0 23px;
}
.input_theme_project.input_view_auth .input__control[data-login-field-password] {
    padding-right: 40px;
}
.input_theme_project.input_view_auth .input__control::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.input_theme_project.input_view_auth .input__control::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.input_theme_project.input_view_auth .input__control[type="password"]::-ms-reveal {display : none ;}
.input_theme_project.input_view_auth.input_border-top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_auth.input_border-tr {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.input_theme_project.input_view_vacancies {
    height: 72px;
    width: 100%;
    border: none;
    background : transparent;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.input_theme_project.input_view_vacancies:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.input_theme_project.input_view_vacancies.input_focused {
    box-shadow: none;

    /*border-color: $color_red;*/
}
.input_theme_project.input_view_vacancies.input_focused:after {
    width: 100%;

    /*opacity: 1;*/
}
.input_theme_project.input_view_vacancies.input_border_top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_vacancies .input__box {
    height: 100%;
}
.input_theme_project.input_view_vacancies .input__control {
    height: 100%;
    padding: 0 37px;
}
@media screen and (max-width: 640px) {
    .input_theme_project.input_view_vacancies .input__control {
        padding-left: 23px;
    }
}
.input_theme_project.input_view_vacancies .input__control::-webkit-input-placeholder
                {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.input_theme_project.input_view_vacancies .input__control::-moz-placeholder
                {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.input_theme_project.input_view_vacancies.input_border-top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_vacancies.input_border-tr {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.input_theme_project.input_view_tag-input {
    height: 72px;
    width: 100%;
    border: none;
    background : transparent;

    /*border-bottom: 1px solid $color_grey3;*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.input_theme_project.input_view_tag-input:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;

    /*background: $color_red;*/

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.input_theme_project.input_view_tag-input.input_focused {
    box-shadow: none;

    /*border-color: $color_red;*/
}
.input_theme_project.input_view_tag-input.input_focused:after {
    width: 100%;

    /*opacity: 1;*/
}
.input_theme_project.input_view_tag-input.input_border_top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_tag-input .input__box {
    height: 100%;
}
.input_theme_project.input_view_tag-input .input__control {
    height: 100%;
    padding: 0 23px;
}
.input_theme_project.input_view_tag-input .input__control::-webkit-input-placeholder
                {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.input_theme_project.input_view_tag-input .input__control::-moz-placeholder
                {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.input_theme_project.input_view_tag-input.input_border-top {

    /*border-top: 1px solid $color_grey3;*/
}
.input_theme_project.input_view_tag-input.input_border-tr {

    /*border-top: 1px solid $color_grey3;*/

    /*border-right: 1px solid $color_grey3;*/
}
.input_theme_project.input_view_footer {
    width: 100%;
    border: none;
    background: transparent;
    position: relative;
}
.input_theme_project.input_view_footer:before {
    display: none;
}
.input_theme_project.input_view_footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dedede;
    height: 1px;
}
.input_theme_project.input_view_footer.input_focused {
    box-shadow: none;
}

.input_theme_project.input_view_question {
    height: 50px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.input_theme_project.input_view_question:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -1px 0 0;
    width: 0%;
    height: 1px;
    background: #e2001a;

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.input_theme_project.input_view_question.input_focused {
    box-shadow: none;
    /*border-color: $color_red;*/
}
.input_theme_project.input_view_question.input_focused:after {
    width: 100%;
    opacity: 1;
    margin: -1px 0 0;
}
.input_theme_project.input_view_question .input__box {
    height: 100%;
}
.input_theme_project.input_view_question .input__control {
    height: 100%;
    padding: 0 20px;
    background-color: #ffffff;
    border: solid 1px rgba(138, 143, 153, 0.32);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    -ms-border-radius: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
}
.input_theme_project.input_view_question .input__control::-webkit-input-placeholder {
    color: #8a8f99;
    text-indent: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    text-transform: none;
}
.input_theme_project.input_view_question .input__control::-moz-placeholder {
    color: #8a8f99;
    text-indent: 0;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    text-transform: none;
}
.input_theme_project.input_view_question .input__control.error {
    background-color: #ffffff;
    border-color: #e2001a;
    color: #e2001a;
}

/* правка инпутов по гайдлайнам от 04.07.17 */
.input_text_guideline.input_theme_project.input_view_question.input_focused:after {
    content: none;
}
.input_text_guideline.input_theme_project.input_view_question .input__control {
    border: 1px solid #b5b9c1;
    border-radius: 2px;
}
.input_text_guideline.input_theme_project.input_view_question.input_focused .input__control {
    border-color: #000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
/* eot: правка инпутов по гайдлайнам от 04.07.17 */

.input_theme_project.input_view_question + .error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
}

.input_theme_project.input_view_full-width {
    height: 72px;
    width: 100%;
    border: none;
    background : transparent;

    /*border-bottom: 1px solid $color_grey3;*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.input_theme_project.input_view_full-width:after {
    content : '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 1px;

    /*background: $color_red;*/

    /*opacity: 0;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.input_theme_project.input_view_full-width.input_focused {
    box-shadow: none;

    /*border-color: $color_red;*/
}
.input_theme_project.input_view_full-width.input_focused:after {
    width: 100%;

    /*opacity: 1;*/
}
.input_theme_project.input_view_full-width.input_border_top {
    border-top: 1px solid #dedede;
}
.input_theme_project.input_view_full-width .input__box {
    height: 100%;
}
.input_theme_project.input_view_full-width .input__control {
    height: 100%;
    padding: 0 30px 0 0;
}
.input_theme_project.input_view_full-width .input__control::-webkit-input-placeholder
                {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.input_theme_project.input_view_full-width .input__control::-moz-placeholder
                {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.input_theme_project.input_view_full-width.input_border-top {

    /*border-top: 1px solid $color_grey3;*/
}
.input_theme_project.input_view_full-width.input_border-tr {

    /*border-top: 1px solid $color_grey3;*/

    /*border-right: 1px solid $color_grey3;*/
}
.input_theme_project.input_view_footer {
    width: 100%;
    border: none;
    background: transparent;
    position: relative;
}
.input_theme_project.input_view_footer:before {
    display: none;
}
.input_theme_project.input_view_footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dedede;
    height: 1px;
}
.input_theme_project.input_view_footer.input_focused {
    box-shadow: none;
}
.input_theme_project.input_view_panel {
    width: 100%;
    border: none;
    background: transparent;
    position: relative;
    margin: auto 0;
    color: #ffffff;
}
.input_theme_project.input_view_panel .input__control {
    color: #ffffff;
}
.input_theme_project.input_view_panel:before {
    display: none;
}
.input_theme_project.input_view_panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 1px;
}
.input_theme_project.input_view_panel.input_focused {
    box-shadow: none;
}
.input_theme_project.input_view_clear {
    height: 40px;
    border: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    padding: 0 39px;
}
.input_theme_project.input_view_clear .input__control {
    font-family: pf_dindisplay_proregular;
    color: #e2001a;
    letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
    .input_theme_project.input_view_clear {
        padding-left: 24px;
    }
}
.input_theme_project.input_view_clear-media {
    height: 40px;
    border: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    padding: 0 24px;
}
.input_theme_project.input_view_clear-media .input__control {
    font-family: pf_dindisplay_proregular;
    color: #e2001a;
    letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
    .input_theme_project.input_view_clear-media {
        padding-left: 24px;
    }
}
.input_theme_project.input_view_cart {
    width: 40px;
    height: 24px;
}
.input_theme_project.input_view_cart .input__box {
    height: 24px;
    text-align: center;
}
.input_theme_project.input_view_cart.input_focused {
    box-shadow: none;
}
.input_theme_project.input_view_cart .input__control {
    height: 24px;
    text-align: center;
    color: #e2001a;
    font-family: pf_din_text_cond_promedium;
}
.input_theme_project.input_mod_send {
    margin-top: 23px;
    margin-bottom: 45px;
    display: inline-block;
    width: -webkit-calc(100% - 73px);
    width: calc(100% - 73px);
    max-width: 570px;
    height: 60px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
@media screen and (max-width: 950px) {
    .input_theme_project.input_mod_send {
        margin-bottom: 0px;
    }
}

.control-group .input_theme_project:before {
    right: 0;
}

.control-group .input_theme_project.input_focused:before {
    right: 1px;
}

.control-group > .input_theme_project:last-child:before, .control-group > :last-child .input_theme_project:before {
    right: 1px;
}
.link_theme_project {
    cursor: pointer;
    color: #44b;
    font-family : "Helvetica", "Arial";
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out;
            transition: color 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.link_theme_project.link_view_minor {
    color: #669;
}
.link_theme_project.link_view_external {
    color: #669;
}
.link_theme_project:hover {
    color: #e00;
}
.link_theme_project.link_size_s {
    font-size: 13px;
}
.link_theme_project.link_size_m {
    font-size: 13px;
}
.link_theme_project.link_size_l {
    font-size: 15px;
}
.link_theme_project.link_size_xl {
    font-size: 18px;
}
.link_theme_project.link_disabled {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.link_theme_project.link_view_bonus {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    background: transparent;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    white-space: nowrap;
    font-size: 0px;
    margin-right: 50px;
    height: 100%;
    vertical-align: top;
}
.link_theme_project.link_view_bonus .link__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.link_theme_project.link_view_bonus .link__icon {
    margin: auto 0;
    margin-right: 3px;
}
.link_theme_project.link_view_bonus .icon {
    width: 34px;
}
.link_theme_project.link_view_bonus .icon svg {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.link_theme_project.link_view_bonus .link__text {
    font-size: 13px;
    margin: auto 0;
    position: relative;
}
.link_theme_project.link_view_bonus .link__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.link_theme_project.link_view_bonus span {
    margin-left: 10px;
    color: #191c1c;
}
.dropdown_theme_islands {
    display: inline-block;
}
.btn-icon_view_info {
}
.panel_type_icon {
    height: 72px;
    border-bottom: 1px solid #eceded;
    position: relative;
}
.panel_type_icon.panel_active.panel_overlay_true >.panel__overlay {
    display: block;
}
.panel_type_icon .panel__overlay {
    display: none;
    position: absolute;
    background: rgba(0,0,0, .65);
    z-index: 5;
    bottom: -10000px;
    right: 0px;
    top: 0px;
    opacity: 1;
    left: 0px;
}
.panel_type_icon.panel_close {
    display: none;
}
.panel_type_icon.panel_border_none {
    border-color: transparent;
}
.panel_type_icon.panel_nowrap .title {
    white-space: nowrap;
}
.panel_type_icon .panel__wrap {
    height: 100%;
}
.panel_type_icon .panel__content {
    position: relative;
    height: 100%;
    margin-right: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 30px;

    /* &:after {
                content : '';
                height: 100%;
                width: 0px;
                display: inline-block;
                vertical-align: middle;
            }*/
}
.panel_type_icon .panel__text {

    /*display: inline-block;
            vertical-align: middle;
            white-space: normal;*/
    margin: auto 0;
    width: 100%;
    overflow: hidden;
    padding: 2px 0px;
}
.panel_type_icon .panel__action-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    cursor: pointer;
    z-index: 1;
}
.panel_type_icon .panel__action-btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
}
.panel_type_icon .panel__action-btn .icon svg {
    margin: 0;
}
@media screen and (max-width: 950px) {
    .panel_type_icon .panel__content {
        margin-right: 0;
    }
}
.filter_type_popup {
    background: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #dedede;
    z-index: 6;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: translate3d(0, 0px, 0) scale(1.5);
            transform: translate3d(0, 0px, 0) scale(1.5);
    opacity: 0;
    visibility: hidden;
}
.panel_active .filter_type_popup {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
    transform: translate3d(0, 0px, 0) scale(1);
}
.filter_type_popup:before {
    content : '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.filter_type_popup .filter__title-wrap {
    height: 72px;
    margin-bottom: 13px;
}
.filter_type_popup .filter__title-wrap:after {
    content : '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.filter_type_popup .filter__title-wrap .title {
    vertical-align: middle;
    display: inline-block;
}
.filter_type_popup .filter__content-wrap {
    max-width: 770px;
    margin: auto;
}
.filter_type_popup .filter__box {
    margin-bottom: 40px;
}
.filter_type_popup .filter__box_wrap {
    padding: 0px 42px;
}
.filter_type_popup .filter__box_margin_none {
    margin: 0;
}
.filter_type_popup .filter__box_margin_m {
    margin-bottom: 29px;
}
.filter_type_popup .radio-group_theme_project.radio-group_view_auth .radio {
    margin-left: 0;
    margin-right: 58px;
}
.filter_type_popup .radio-group_theme_project.radio-group_view_auth .radio:last-child {
    margin-right: 0;
}
.filter_type_popup .select_theme_project.select_view_auth .button__text {
    margin-left: 23px;
}
.filter_type_popup .input_theme_project.input_view_auth .input__control {
    padding-left: 43px;
}
.filter_type_popup .filter__button-wrap {
    text-align: center;
    margin-bottom: 32px;
}
.filter_type_popup .filter__button-wrap .button {
    display: inline-block;
}
.filter_type_popup .auth__item-wrap_view_filter {
    min-height: 32px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.filter_type_popup .checkbox_theme_project.checkbox_view_auth .checkbox__box {
    top: 4px;
}
.filter_type_popup .icon_type_ico-club {
    width: 25px;
    height: 23px;
}
.filter_type_popup .icon_type_cat {
    width: 20px;
    height: 20px;
}
.filter_type_popup .icon_type_love {
    left: 5px;
}
@media screen and (max-width: 768px) {
    .filter_type_popup {
        border-bottom: 0px;
    }
    .filter_type_popup .filter__wrap {
        padding: 0;
    }
    .filter_type_popup .filter__box {
        margin-bottom: 20px;
    }
    .filter_type_popup .filter__box_wrap {
        padding: 0px 39px;
    }
    .filter_type_popup .filter__box_autocomplete {
        padding: 0px 39px;
    }
    .filter_type_popup .checkbox_theme_project.checkbox_view_auth {
        width: 215px;
    }
    .filter_type_popup .checkbox_theme_project.checkbox_view_auth .checkbox__box {
        top: -4px;
    }
}
@media screen and (max-width: 650px) {
    .filter_type_popup .filter__button-wrap {
        margin-bottom: 0;
    }
    .filter_type_popup .filter__box_autocomplete {
        padding: 0;
    }
    .filter_type_popup .filter__button-wrap .button {
        width: 100%;
    }
    .filter_type_popup .filter__button-wrap .button:after {
        display: none;
    }
    .filter_type_popup .filter__button-wrap .button:before {
        border-radius: 0;
    }
    .filter_type_popup .input_theme_project.input_view_auth.input_border-tr {
        border-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .filter_type_popup .select_theme_project.select_view_auth.select_border .button {
        border: none;
        border-top: 1px solid #dedede;
    }
    .filter_type_popup .filter__box_wrap {
        padding: 0px 24px;
    }
    .filter_type_popup .select_theme_project.select_view_auth .button__text {
        margin-left: 24px;
    }
    .filter_type_popup .input_theme_project.input_view_auth .input__control {
        padding-left: 24px;
    }
}
.map_type_filter {
    height: 720px;
    position: relative;
}
.map_type_filter.map_size_s {
    height: 307px;
}
.map_type_filter.map_size_xs {
    height: 307px;
}
.map_type_filter.map_size_l {
    height: 500px;
}
.map_type_filter .map__list {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 382px;
    background : #ffffff;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    z-index: 1;
}
.map_type_filter .map__list_active {
    -webkit-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
    box-shadow: -10px 6px 20px rgba(0,0,0,0.1);
}
.map_type_filter .map__list-item-image {
    display: none;
    width: 75px;
    margin-right: 19px;
    text-align: center;
}
.map_type_filter .map__list-item-image .image {
    display: inline-block;
    max-width: 75px;
}
.map_type_filter .map__list-open {
    position: absolute;
    top: 24px;
    width: 45px;
    height: 45px;
    right: 43px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.map_type_filter .map__list-open .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.map_type_filter .map__list-open .icon svg {
    display: block;
    margin: 0;
}
.map_type_filter .map__list-open_active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.map_type_filter .map__list-open:after {
    content : '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 9px 30px rgba(60, 79, 90, 0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.map_type_filter .map__list-open:hover:after {
    box-shadow: 0px 14px 32px rgba(60, 79, 90, 0.25);
}
.map_type_filter .map__list-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 43px;
    padding-top: 48px;
}
.map_type_filter .map__list-title-text {
    text-transform: uppercase;
    font-size: 17px;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
}
.map_type_filter .map__list-btn {
    position: absolute;
    right: 55px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.map_type_filter .map__list-btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.map_type_filter .map__list-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 64px;
    overflow: hidden;
}
.map_type_filter .map__list-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.map_type_filter .map__list-item {
    padding: 29px 43px;
    padding-top: 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eceded;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    display: block;
}
.map_type_filter .map__list-item:hover .map__list-item-title {
    color: #e2001a;
}
.map_type_filter .map__list-item-img {
    width: 75px;
}
.map_type_filter .map__list-item-title {
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #191c1c;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.map_type_filter .map__list-item-text {
    color: #87888a;
    margin-bottom: 6px;
    display: block;
    font-family: helveticaneuecyrlight;
}
.map_type_filter .map__list-item-link {
    color: #e2001a;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    display: inline-block;
}
.map_type_filter .map__list-item-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #191c1c;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.map_type_filter .map__list-item-link:hover {
    color: #191c1c;
    text-decoration: underline;
}
.map_type_filter .map__list-item-link-icon {
    position: absolute;
    display: none;
    right: 28px;
    top: 50%;
    margin-top: -7px;
}
.map_type_filter .map__list-item-link-icon .icon {
    margin-right: 0;
}
.map_type_filter .map__list-item .icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 31px;
}
.map_type_filter .map__list-item .icon svg {
    display: block;
    margin: 0;
    vertical-align: top;
    float: right;
    width: 20px;
    height: auto;
}
.map_type_filter .map__list-item_disable .map__list-item-title {
    opacity: 0.6;
}
.map_type_filter .map__list-item_disable .map__list-item-text {
    opacity: 0.6;
}
.map_type_filter .map__list-item_disable .map__list-item-link-icon {
    display: none;
}
.map_type_filter .map__list-item_disable:hover .map__list-item-title  {
    color: #191c1c;
}
.map_type_filter .map__block-layer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.map_type_filter.map_theme_affiliates .map__baloon-item-title {
    font-family: helveticaneuecyrbold;
    display: inline-block;
}
.map_type_filter.map_theme_affiliates .map__baloon-item {
    font-family: helveticaneuecyrroman;
}
.map_type_filter.map_theme_affiliates .map__baloon-item-text {
    margin-bottom: 5px;
    display: inline-block;
}
.map_type_filter .button_role_show-map {
    display: none;
}
@media screen and (max-width: 950px) {
    .map_type_filter .map__list-btn {
        right: 39px;
    }
    .map_type_filter .map__list-open {
        right: 27px;
    }
}
@media screen and (max-width: 650px) {
    .map_type_filter {
        height: 360px;
        margin-bottom: 60px;
    }
    .map_type_filter .map__list {
        width: 100%;
        box-shadow: none;
        height: -webkit-calc(100% + 61px);
        height: calc(100% + 61px);
    }
    .map_type_filter .map__block-layer {
        display: block;
    }
    .map_type_filter.map_show .map__block-layer {
        display: none;
    }
    .map_type_filter.map_size_l {
        height: 190px;
    }
    .map_type_filter .button_role_show-map {
        display: block;
    }
    .map_type_filter .map__list-btn {
        right: 24px;
    }
    .map_type_filter .map__list-open {
        right: 12px;
    }
    .map_type_filter .map__list-title {
        padding-left: 24px;
    }
    .map_type_filter .map__list-item {
        padding-top: 26px;
        padding-bottom: 25px;
        padding-left: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .map_type_filter .map__list-item .icon {
        position: relative;
        top: 0;
        width: 20px;
        margin: auto 0;
        margin-right: 10px;
    }
    .map_type_filter .map__list-item-image {
        display: block;
        margin-bottom: 8px;
    }
    .map_type_filter .map__list-item-title {
        font-size: 17px;
        margin-bottom: 0;
        margin: auto 0;
        margin-bottom: 8px;
    }
    .map_type_filter .map__list-item-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-top: 3px;
        display: block !important;
    }
    .map_type_filter .map__list-item-link {
        display: none;
    }
    .map_type_filter .map__list-item-link-icon {
        display: block;
    }
    .map_type_filter .map__list-item-link-icon .icon {
        margin-right: 0;
    }
    .map_type_filter .map__list-wrap {
        top: 75px;
    }
}
@media screen and (max-width: 360px) {
    .map_type_filter {
        height: 360px;
    }
}

.infoBox {
    padding: 10px 20px;
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(156, 156, 156, 0.5);
}

.infoBox:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 140px;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.infoBox img{
  width: 15px;
  height: 15px;
}
.tabs_view_transform .tabs__btns {
    height: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}
.tabs_view_transform .tabs__btn {
    text-decoration: none;
    background: #eceded;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    align-items: center;
    height: 100%;
}
.tabs_view_transform .tabs__btn:last-child {
    border-right: none;
}
.tabs_view_transform .tabs__btn-text {
    margin: auto 0;
    padding-left: 40px;
    text-transform: uppercase;
    color: #494949;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: pf_din_text_cond_promedium;
}
.tabs_view_transform .tabs__btn_active {
    background: #ffffff;
    border-bottom-color: #ffffff;
}

.tabs_view_transform.tabs_theme_prizes .tabs__item,
.tabs_view_transform.tabs_theme_video .tabs__item {
    display: none;
}
.tabs_view_transform.tabs_theme_prizes .tabs__item_active,
.tabs_view_transform.tabs_theme_video .tabs__item_active {
    display: block;
}

@media screen and (max-width: 767px) {
    .tabs_view_transform.tabs_theme_prizes .tabs__content .tabs__item,
    .tabs_view_transform.tabs_theme_video .tabs__content .tabs__item {
        display: block;
    }
}

.tabs_view_transform .tabs__item-content {
    padding: 45px 40px;
}
.tabs_view_transform .tabs__item-content .editor {
    display: block;
}
.tabs_view_transform .tabs__item-btn {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #494949;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: pf_din_text_cond_promedium;
}

.tabs_view_transform .tabs__content .tabs__item-btn {
    display: none;
}
@media screen and (max-width: 767px) {
    .tabs_view_transform .tabs__content .tabs__item-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.tabs_view_transform .tabs__item-btn:after {
    content : '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
@media screen and (max-width: 900px) {
    .tabs_view_transform .tabs__btn-text {
        padding-left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .tabs_view_transform .tabs__content {
        padding: 0 40px;
    }
    .tabs_view_transform .tabs__btns {
        display: none;
    }
    .tabs_view_transform .tabs__item {
        display: block;

        /*border-top: 1px solid $color_grey3;*/
        border-bottom: 1px solid #dedede;
        position: relative;
        height: auto;
    }
    .tabs_view_transform .tabs__item:after {
        content : '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        z-index: 9;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 99%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 99%);
    }
    .tabs_view_transform .tabs__item_active:after {
        display: none;
    }
    .tabs_view_transform .tabs__item:last-child {
        border-bottom: none;
    }
    .tabs_view_transform .tabs__item-content {
        padding: 0px 40px;
        height: 0;
        overflow-y: auto;

        /*overflow: hidden;*/
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .tabs_view_transform .tabs__item-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 10;
    }
    .tabs_view_transform .tabs__item_active .tabs__item-content {
        height: auto;
        padding-bottom: 25px;
    }
    .tabs_view_transform .tabs__item_active .tabs__item-btn:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .tabs_view_transform.tabs_theme_lists .tabs__selected .tabs__item_active .tabs__item-btn:after {
        -webkit-transform: none;
        transform: none;
    }
    .tabs_view_transform.tabs_theme_lists .tabs__selected .tabs__item_active .tabs__item-btn.is-opened:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
@media screen and (max-width: 640px) {
    .tabs_view_transform .tabs__content {
        padding: 0px;
    }
    .tabs_view_transform .tabs__item-btn, .tabs_view_transform .tabs__item-content {
        padding: 0 24px;
    }
    .tabs_view_transform .tabs__item-content .editor {
        padding: 0;
    }
}
.tabs_view_transform.tabs_theme_small .tabs__btns {
    display: none;
}
.tabs_view_transform.tabs_theme_small .tabs__item {
    display: block;

    /*border-top: 1px solid $color_grey3;*/
    border-bottom: 1px solid #dedede;
    position: relative;
}
.tabs_view_transform.tabs_theme_small .tabs__item:after {
    content : '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 99%);
}
.tabs_view_transform.tabs_theme_small .tabs__item:last-child {
    border-bottom: none;
}
.tabs_view_transform.tabs_theme_small .tabs__item-content {
    padding: 0px 40px;
    height: 0;
    overflow-y: auto;

    /*overflow: hidden;*/
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.tabs_view_transform.tabs_theme_small .tabs__item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.tabs_view_transform.tabs_theme_small .tabs__item-btn:hover {
    color: #e2001a;
}
.tabs_view_transform.tabs_theme_small .tabs__item-btn:hover:after {
    -webkit-transform : rotate(90deg);
    transform : rotate(90deg);
}
.tabs_view_transform.tabs_theme_small .tabs__item_active .tabs__item-content{

    /*height: 528px;*/
    height: 180px;
    padding-bottom: 25px;
}
.tabs_view_transform.tabs_theme_small .tabs__item_active .tabs__item-btn:after {
    -webkit-transform : rotate(-180deg);
    transform : rotate(-180deg);
}
.tabs_view_transform.tabs_theme_timeline .tabs__item-content {
    padding-left: 0px;
    padding-right: 0px;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btns {
    height: 31px;
    position: relative;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btns:before {
    content : '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2001a;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn {
    position: relative;
    background: transparent;
    border: none;
    white-space: nowrap;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn-text {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    text-align: center;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn:last-child {
    width: 4px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -4px;
    width: 9px;
    height: 9px;
    background: #e2001a;
    border-radius: 100px;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tabs_view_transform.tabs_theme_timeline .tabs__btn_active:after {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .tabs_view_transform.tabs_theme_timeline .tabs__item_active .tabs__item-content {
        height: auto;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 24px;
        width: inherit;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item {
        display: none;

        /*border-top: 1px solid $color_grey3;*/
        border-bottom: 1px solid #dedede;
        position: relative;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item:after {
        content : '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 99%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 99%);
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item:last-child {
        border-bottom: none;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-content {
        padding: 50px 40px;
        height: 0;
        overflow-y: hidden;

        /*overflow: hidden;*/
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-btn {
        display: none;
        position: relative;
        z-index: 10;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item_active {
        display: block;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item_active .tabs__item-content {
        height: auto;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item_active .tabs__item-btn:after {
        -webkit-transform : rotate(-180deg);
        transform : rotate(-180deg);
    }
}
@media screen and (max-width: 640px) {
    .tabs_view_transform.tabs_theme_timeline .editor h4 {
        display: none;
    }
    .tabs_view_transform.tabs_theme_timeline .editor .image {
        padding: 0;
        display: block;
    }
    .tabs_view_transform.tabs_theme_timeline .editor h5, .tabs_view_transform.tabs_theme_timeline .editor h4, .tabs_view_transform.tabs_theme_timeline .editor p {
        padding: 0 24px;
    }
    .tabs_view_transform.tabs_theme_timeline .editor h5 {
        padding-top: 13px;
        margin-bottom: 0px;
    }
    .tabs_view_transform.tabs_theme_timeline .editor p {
        padding-top: 10px;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__btns {
        display: none;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item {
        display: block;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item:after {
        display: none;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item_active .tabs__item-btn {
        background: #e2001a;
        color: #ffffff;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-content {
        padding: 0px;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-btn {
        background: #eceded;
    }
    .tabs_view_transform.tabs_theme_timeline .tabs__item-btn:after {
        display: none;
    }
}
.tabs_view_transform.tabs_theme_table .tabs__btns {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
.tabs_view_transform.tabs_theme_table .tabs__item-content {
    padding: 24px 0px;
}
@media screen and (max-width: 1024px) {
    .tabs_view_transform.tabs_theme_table .tabs__item-content {
        padding: 24px 39px;
    }
    .tabs_view_transform.tabs_theme_table .tabs__item-content .tabs .tabs__item-content {
        padding: 24px 0px;
    }
}
.tabs_view_transform.tabs_theme_table .tabs__btn-text {
    margin: auto;
    padding: 0;
}
.tabs_view_transform.tabs_theme_table .tabs_view_transform.tabs_theme_inside .tabs__btns {
    border-left: none;
    border-right: none;
}
.tabs_view_transform.tabs_theme_inside .tabs__btn {
    border: none;
    background: none;
    position: relative;
}
.tabs_view_transform.tabs_theme_inside .tabs__btn .tabs__btn-text  {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.tabs_view_transform.tabs_theme_inside .tabs__btn:hover .tabs__btn-text {
    color: #e2001a;
}
.tabs_view_transform.tabs_theme_inside .tabs__btn:after {
    content : '';
    position: absolute;
    left: 0px;
    right: -1px;
    bottom: 0;
    height: 100%;
    border: 1px solid #dedede;
    border-bottom: none;
    height: 0%;
    -webkit-transition: height 0.4s cubic-bezier(1, 0.6, 0, 1);
    transition: height 0.4s cubic-bezier(1, 0.6, 0, 1);
}
.tabs_view_transform.tabs_theme_inside .tabs__btn_active:after {
    height: 100%;
}
.tabs_view_transform.tabs_mode_teachers {

    /*border-right: 1px solid $color_grey3;*/
}
.tabs_view_transform.tabs_mode_teachers .tabs__item-btn {
    padding: 0;
}
.tabs_view_transform.tabs_mode_teachers .tabs__item-content {
    padding: 0;
}
.tabs_view_transform.tabs_mode_teachers .tabs__item_active .tabs__item-content {
    height: 400px;
}
.tabs_view_transform.tabs_theme_buttons {
    margin-top: 20px;
}
.box.box_border_b + .tabs_view_transform.tabs_theme_buttons {
    margin-top: -1px;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btns {
    border-right: 0;
    border-left: 1px solid #eceded;
    overflow: hidden;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn {
    position: relative;
    border: 1px solid #eceded;
    border-left: 0;
    background: #f5f5f5;
    align-items: center;
    height: 100%;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn_active {
    border-bottom: 1px solid #eceded;
    background: #ffffff;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn_active:before,
.tabs_view_transform.tabs_theme_buttons .tabs__btn_active:after {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 72px;
    z-index: 9;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn_active:before {
    left: -12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=1 );
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn_active:after {
    right: -12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=1 );
}
.bx-ie9 .tabs_view_transform.tabs_theme_buttons .tabs__btn_active:before,
.bx-ie9 .tabs_view_transform.tabs_theme_buttons .tabs__btn_active:after {
    filter: none;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn:first-child:before {
    display: none;
}
.tabs_view_transform.tabs_theme_buttons .tabs__btn:last-child:after {
    display: none;
}

.tabs_view_transform.tabs_theme_prizes .tabs__item_active .tabs__item-content {
    padding: 50px 0 0;
}

.tabs_view_transform.tabs_theme_lists {
    position: relative;
}
.tabs_view_transform.tabs_theme_lists .tabs__item_active .tabs__item-content {
    padding: 0;
}

.tabs_view_transform.tabs_theme_lists .tabs__content {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 9px;;
    z-index: 91;
    width: 100%;
}
.tabs_view_transform.tabs_theme_lists .tabs__content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
    .tabs_view_transform.tabs_theme_lists .tabs__content {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .tabs_view_transform.tabs_theme_lists .tabs__content {
        display: block;
    }
    .tabs_view_transform.tabs_theme_lists .tabs__content.is-hidden {
        display: none;
    }
    .tabs_view_transform.tabs_theme_lists .tabs__content .tabs__item.tabs__item_active {
        display: none;
    }
    .tabs_view_transform.tabs_theme_lists .tabs__content .tabs__item-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tabs_view_transform.tabs_theme_lists .tabs__content .tabs__item-btn:after {
        display: none;
    }
}


.tabs_view_transform.tabs_theme_buttons .tabs__btn-text {
    width: 100%;
    padding: 0 10px;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #494949;
}
@media screen and (max-width: 1200px) {
    .tabs_view_transform.tabs_theme_buttons .tabs__btn-text {
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 900px) {
    .tabs_view_transform.tabs_theme_buttons .tabs__btn-text {
        padding: 0 7px;
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 800px) {
    .tabs_view_transform.tabs_theme_buttons .tabs__btn-text {
        padding: 0 7px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

.tabs_view_transform.tabs_theme_buttons .tabs__btn_active .tabs__btn-text {
    color: #e2001a;
}
.tabs_view_transform.tabs_theme_buttons .tabs__item-btn {
    position: relative;
    border: 1px solid #eceded;
    padding: 0 50px 0 10px;
    background: #f5f5f5;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #494949;
    z-index: 1;
    text-decoration: none;
}
.tabs_view_transform.tabs_theme_buttons .tabs__item_active .tabs__item-btn {
    background: #ffffff;
    color: #e2001a;
}

.tabs_view_transform.tabs_theme_buttons .tabs__selected {
    display: none;
}
.tabs_view_transform.tabs_theme_buttons .tabs__selected .tabs__item.tabs__item_active .tabs__item-btn {
    cursor: pointer;
    color: #494949;
}


@media screen and (max-width: 767px) {
    .tabs_view_transform.tabs_theme_buttons .tabs__selected {
        display: block;
    }
}


.list_type_info {
    font-family: helveticaneuecyrroman;
}
.list_type_info .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
}
.list_type_info .list__item {
    position: relative;
    min-height: 57px;
    padding-left: 75px;
    margin-bottom: 40px;
}
.list_type_info .list__title {
    font-size: 14px;
    font-family: helveticaneuecyrbold;
    margin-bottom: 25px;
}
.list_type_info .list__text {
    font-size: 14px;
    line-height: 1.5;
}
.image-btn_type_list {
    display: block;
}
.image-btn_type_list .title {
    margin: 0;
}
.image-btn_type_list .image-btn__image-wrap {
    width: 50%;
}
.image-btn_type_list .image-btn__image-wrap:before {
    display: none;
}
.image-btn_type_list .image-btn__image-wrap .image {
    width: 95%;
}
.image-btn_type_list .image-btn__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.image-btn_type_list .image-btn__links {

    /*margin: auto 0;*/
    padding-bottom: 10px;
}
.image-btn_type_list .image-btn__text-wrap {
    width: 50%;
    padding: 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.image-btn_type_list .image-btn__link {
    font-size: 17px;
    color: #e2001a;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-family: pf_din_text_cond_promedium;

    /*text-transform: uppercase;*/
}
.image-btn_type_list .image-btn__link:hover {
    color: #191c1c;
}
.image-btn_type_list .image-btn__link:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .image-btn_type_list .title {
        margin-bottom: 30px;
    }
    .image-btn_type_list .image-btn__link {
        font-size: 15px;
    }
    .image-btn_type_list .image-btn__image-wrap {
        width: 81px;
        margin: 0;
    }
    .image-btn_type_list .image-btn__text-wrap {
        width: auto;
        padding-left: 20px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 650px) {
    .image-btn_type_list {
        margin-bottom: 25px;
    }
    .image-btn_type_list .image-btn__link {
        text-align: left;
    }
    .image-btn_type_list:last-child {
        padding: 0;
    }
}
.select_theme_letters {
    vertical-align: bottom;
    max-width: 100%;
    display: inline-block;
}
.select_theme_letters .select__button {
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.select_theme_letters .select__button .button__text {
    display: block;
}
.select_theme_letters .select__button .button__text:empty:before {
    content: '\00a0';
}
.select_theme_letters .select__button.button_size_s .button__text {
    padding-right: 27px;
}
.select_theme_letters .select__button.button_size_s .icon {
    width: 25px;
    height: 100%;
}
.select_theme_letters .select__button.button_size_m .button__text {
    padding-right: 28px;
}
.select_theme_letters .select__button.button_size_m .icon {
    height: 100%;
    width: 29px;
}
.select_theme_letters .select__button.button_size_l {
    height: 72px;
}
.select_theme_letters .select__button.button_size_l .button__text {
    padding-right: 32px;
}
.select_theme_letters .select__button.button_size_l .icon {
    height: 100%;
    width: 33px;
}
.select_theme_letters .select__button.button_size_xl .button__text {
    padding-right: 38px;
}
.select_theme_letters .select__button.button_size_xl .icon {
    height: 100%;
    width: 39px;
}
.select_theme_letters .select__tick {
    position: absolute;
    top: 0;
    right: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}
.select_theme_letters.select_size_s .select__tick {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPjxwYXRoIGQ9Ik04LjIgMGwtMy43IDMuNi0zLjgtMy42LS43LjcgMy43IDMuNi44LjcgNC41LTQuM3oiLz48L3N2Zz4=);
}
.select_theme_letters.select_opened .select__tick {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select_theme_letters.select_width_available {
    width: 100%;
}
.select_theme_letters.select_view_auth {
    width: 100%;
}
.select_theme_letters.select_view_auth .button {
    width: 100%;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.select_theme_letters.select_view_auth .button .button__text {
    margin-left: 24px;
    padding-top: 2px;
}
.select_theme_letters.select_view_auth .button:hover {
    background: transparent;
    color: #e2001a;
}
.select_theme_letters.select_view_auth.select_border-top .button {
    border-top: 1px solid #dedede;
}
.select_theme_letters.select_view_auth.select_border .button {
    border: 1px solid #dedede;
}
.select_theme_letters.select_view_auth.select_border-tr .button {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.vacancies_type_grid {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: #eceded;
}
.vacancies_type_grid .input__control {
    background: #eceded;
}
.vacancies_type_grid .vacancies__col {
    border-right: 1px solid #dedede;

    /*border-bottom: 1px solid $color_grey3;*/
}
.vacancies_type_grid .vacancies__item {

    /*padding: 30px 39px;*/

    /*padding-top: 30px;*/

    /*border-bottom: 1px solid $color_grey3;*/

    /*border-right: 1px solid $color_grey3;*/
}
.vacancies_type_grid .vacancies__title {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 0px 39px;
    color: #494949;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 0.8;
    text-transform: uppercase;
}
.vacancies_type_grid .vacancies__item-wrap {
    padding-left: 39px;

    /*justify-content: space-between;*/
}
.vacancies_type_grid .vacancies__item-wrap .checkbox {

    /*margin-right: 30%;*/
    width: 50%;
    margin-right: 30px;
}
.vacancies_type_grid .vacancies__item-wrap .checkbox:last-child {
    margin-right: 0;
    width: auto;
}
.vacancies_type_grid .vacancies__label {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 30px 24px;
    color: #494949;
    opacity: 0.5;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 0.8;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.vacancies_type_grid .vacancies__label_views_vacancies {
    padding: 30px 37px;
}
@media screen and (max-width: 640px) {
    .vacancies_type_grid .vacancies__label_views_vacancies {
        padding: 30px 24px;
    }
}
.vacancies_type_grid .select_theme_project.select_view_auth .button, .vacancies_type_grid .button_theme_project.button_view_select, .vacancies_type_grid .auth__item-wrap {
    border-bottom: 1px solid #dedede;
}
.vacancies_type_grid .checkbox_theme_project.checkbox_view_auth {
    padding-left: 30px;
}
.vacancies_type_grid .select_theme_project.select_view_auth .button .button__text {

    /*margin-left: 39px;*/
    padding-right: 42px;
}
.vacancies_type_grid .select_theme_project.select_view_auth .select__tick {
    right: 10px;
}
.vacancies_type_grid .select_theme_project.select_view_auth .button_checked {
    color: #e2001a;
}
@media screen and (max-width: 768px) {
    .vacancies_type_grid {
        background: #eceded;
    }
    .vacancies_type_grid .input_theme_project.input_view_auth .input__control {
        background: #eceded;
    }
    .vacancies_type_grid .attach_theme_project .attach__file {
        background: #eceded;
    }
}
@media screen and (max-width: 640px) {
    .vacancies_type_grid .filter__title, .vacancies_type_grid .filter__item-wrap {
        padding-left: 24px;
    }
    .vacancies_type_grid .select_theme_project.select_view_auth .button .button__text {
        margin-left: 24px;
    }
    .vacancies_type_grid .button_theme_project.button_view_select.button_size_l {
        padding-left: 24px;
    }
}

.new-feedback-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 48px;
    background: #e2001a;
    border-radius: 2px;
    font: 16px/48px pf_din_text_cond_promedium, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    letter-spacing: 0;
}
.new-feedback-link:hover {
    color: #e2001a;
}
.new-feedback-link:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    z-index: 1;
}
.new-feedback-link:hover:before {
    transform: scale(1);
    opacity: 1;
}
.new-feedback-link span {
    position: relative;
    z-index: 2;
}

.feedback_type_grid {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: #eceded;
}
.feedback_type_grid .feedback__col {
    border-right: 1px solid #dedede;

    /*border-bottom: 1px solid $color_grey3;*/
}
.feedback_type_grid .feedback__col_message {
    position: relative;
}
.feedback_type_grid .feedback__col_message label.error {
    position: absolute;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    top: auto;
    right: auto;
    left: 40px;
    bottom: 4px;
    text-transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
}
.feedback_type_grid .feedback__label {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 30px 24px;
    color: #494949;
    opacity: 0.5;
    letter-spacing: 1px;
    line-height: 0.8;
    border-bottom: 1px solid transparent;
}
.feedback_type_grid .input_theme_project:before {
    background: transparent;
}
.feedback_type_grid .textarea_theme_project {
    float: left;
    width: 100%;
    height: 360px;
    border: #191c1c;
    margin: 0;
    padding: 0;
    background: transparent;
    resize: none;
    border-bottom: 1px solid #dedede;
    padding: 26px;
}
.feedback_type_grid .textarea_theme_project::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.feedback_type_grid .textarea_theme_project::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.feedback_type_grid .textarea_theme_project.textarea_focused {
    border-color: none;
    box-shadow: none;
}
.feedback_type_grid .textarea,
.feedback_type_grid .feedback__label,
.feedback_type_grid .input_theme_project.input_size_l .input__control,
.feedback_type_grid .select-default__select .selectize-control .selectize-input,
.feedback_type_grid .select-default__select .selectize-dropdown {
    padding-left: 38px;
}
.feedback_type_grid label.error {
    left: 38px;
}
.pop-up .feedback_type_grid .textarea,
.pop-up .feedback_type_grid .feedback__label,
.pop-up .feedback_type_grid .input_theme_project.input_size_l .input__control {
    padding-left: 24px;
}
.pop-up .feedback_type_grid label.error {
    left: 24px;
}
.pop-up .feedback_agreement_wrap {
    padding: 0 20px;
}
.pop-up .feedback_agreement_wrap .checkbox_theme_project.checkbox_hovered {
    cursor: default;
    color: #191c1c;
}
.alert.alert_feedback {
    display: none;
    padding: 0 38px 20px;
}
.alert.alert-error {
    font-size : 15px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
}
.alert.alert-success {
    font-size : 15px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #1B8100;
}
@media screen and (max-width: 640px) {
    .feedback_type_grid .textarea,
    .feedback_type_grid .feedback__label,
    .feedback_type_grid .input_theme_project.input_size_l .input__control,
    .feedback_type_grid .select-default__select .selectize-control .selectize-input,
    .feedback_type_grid .select-default__select .selectize-dropdown {
        padding-left: 24px;
    }
    .feedback_type_grid label.error, .feedback_type_grid .feedback__col_message label.error {
        left: 24px;
    }
    .alert.alert_feedback {
        padding: 0 24px 20px;
    }
}
.pop-up .feedback_type_grid {
    background: transparent;
}


/* default form */
.form{}
.form_login,
.form_confirm,
.form_forgotpassword,
.form_changepassword {
    max-width: 320px;
}
.page__container .wrap .form_login {
    margin-top: 40px;
}
.form_forgotpassword .forgotpassword__box_or {
    display: block;
    padding: 10px 24px;
}
.form_forgotpassword .forgotpassword__box_authlink,
.form_changepassword .forgotpassword__box_authlink {
    display: block;
    padding: 10px 24px 0;
}
.form__forgotpassword {
    text-align: center;
    margin-top: 20px;
}
.form__forgotpassword-link {
    font-weight: 500;
}

.form__viewpassword {
    position: relative;
}

.form__viewpassword-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 46px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0;
    background-color: inherit;
    padding: 0;
}

.form__viewpassword-btn .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    white-space: nowrap;
    color: #666666;
    pointer-events: none;
}

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

.form_type_grid .input_theme_project.input_view_auth .input__control_disabled {
    line-height: 72px;
}
.form_type_grid {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: #eceded;
}
.form_type_grid .form__col {
    border-right: 1px solid #dedede;
    /*border-bottom: 1px solid $color_grey3;*/
}
.form_type_grid .form__col_message {
    position: relative;
}
.form_type_grid .form__col_message label.error {
    position: absolute;
    font-size : 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    top: auto;
    right: auto;
    left: 40px;
    bottom: 4px;
    text-transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
}
.form_type_grid .form__label {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    padding: 30px 24px;
    color: #494949;
    opacity: 0.5;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 0.8;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.form_type_grid .input_theme_project:before {
    background: transparent;
}
.form_type_grid .textarea_theme_project {
    float: left;
    width: 100%;
    height: 360px;
    border: #191c1c;
    margin: 0;
    padding: 0;
    background: transparent;
    resize: none;
    border-bottom: 1px solid #dedede;
    padding: 26px;
}
.form_type_grid .textarea_theme_project::-webkit-input-placeholder {
    color: #87888a;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.form_type_grid .textarea_theme_project::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    color: #87888a;
}
.form_type_grid .textarea_theme_project.textarea_focused {
    border-color: none;
    box-shadow: none;
}
.form_type_grid .textarea,
.form_type_grid .form__label,
.form_type_grid .input_theme_project.input_size_l .input__control,
.form_type_grid .select-default__select .selectize-control .selectize-input,
.form_type_grid .select-default__select .selectize-dropdown {
    padding-left: 38px;
}
.form_type_grid label.error {
    left: 38px;
}
.pop-up .form_type_grid .textarea,
.pop-up .form_type_grid .form__label,
.pop-up .form_type_grid .input_theme_project.input_size_l .input__control {
    padding-left: 24px;
}
.pop-up .form_type_grid label.error {
    left: 24px;
}
.alert.alert_form {
    display: none;
    padding: 0 38px 20px;
}
.form_type_grid .input_type_password .input__control {
    padding-right: 50px;
}
.form_type_grid .img-cap__label {
    opacity: 1 !important;
    height: 72px !important;
    padding: 0 !important;
    position: relative !important;
    top: 20px !important;
    left: 21px !important;
}
.form_type_grid .btn-icon__icon.cap-refresh {
    top: 0;
    position: absolute;
    margin-left: 30px;
    display: inline;
}
.form_type_grid .btn-ajax2 > img,
.form_type_grid .btn-ajax2 > svg {
    margin: 0;
    vertical-align: middle;
}
.form_type_grid .btn-ajax2 svg .cls-1 {
    fill: #ffffff;
    cursor: pointer;
}
.form_type_grid .btn-ajax2 svg .cls-2 {
    fill: #E2001A;
    stroke: #E2001A;
    stroke-linejoin: round;
    stroke-width: 1.1px;
    fill-rule: evenodd;
}
.form_type_grid .icon.btn-ajax2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
    height: 45px;
}
.form_type_grid .icon.btn-ajax2:hover {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
    .form_type_grid .textarea,
    .form_type_grid .form__label,
    .form_type_grid .input_theme_project.input_size_l .input__control,
    .form_type_grid .select-default__select .selectize-control .selectize-input,
    .form_type_grid .select-default__select .selectize-dropdown {
        padding-left: 24px;
    }
    .form_type_grid label.error, .form_type_grid .form__col_message label.error {
        left: 24px;
    }
    .alert.alert_form {
        padding: 0 24px 20px;
    }
}
.pop-up .form_type_grid {
    background: transparent;
}

.tabs_mode_teachers {
    height: 542px;
    overflow: hidden;
}
.tabs-component_view_vertical {
    margin-bottom: 0;
    overflow: hidden;

/*    & .radio-group_view_vertical {
        height: 400px;
        position: relative;
        overflow-y: auto;

        &:after {
            width: 319px;
            content : '';
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 45px;
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 99%);
        }

        label {
            margin: 0;
            padding: 0;
            font-family: $font_din_text_m;
            font-size: 12px;
            line-height: 39px;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }
    }
*/
}
.tabs-component_view_vertical .region {
    width: 320px;
    color: #e2001a;
}
.tabs-component_view_vertical .tabs-component__clear {
    right: 20px;
}
.tabs-component_view_vertical .tabs-component__container {
    padding-left: 40px;

    /*width: 626px;*/

    /*display: inline-block;*/

    /*vertical-align: top;*/
}
.tabs-component_view_vertical .tabs-component__container:before {
    content: none;
}
.tabs-component_view_vertical .tabs-component__container p {
    margin: 22px 0;
    font-family: helveticaneuecyrroman;

    /*line-height: 21px;*/
}
.tabs-component_view_vertical .tabs-component__container ul {
    padding-left: 31px;
    margin: 0;
}
.tabs-component_view_vertical .tabs-component__container ul li {
    position: relative;
    list-style: none;
    margin: 20px 0;
}
.tabs-component_view_vertical .tabs-component__container ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -31px;
    width: 9px;
    height: 9px;
    background: #e2001a;
    border-radius: 5px;
}
.tabs-component_view_vertical .radio_theme_project:hover {
    color: #e2001a;
}
.tabs-component_view_vertical .tabs-component__title {
    margin-bottom: 18px;
    font-family: pf_din_text_cond_promedium;
    color: #e2001a;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tabs-component_view_vertical .tabs-component__time {
    margin-bottom: 43px;
    font-family: pf_din_text_cond_promedium;
    color: #494949;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .013em;
}
.tabs-component_view_vertical .tabs-component__item button {
    margin-top: 25px;
}
@media screen and (min-width: 769px) {
    .tabs-component_view_vertical .region {
        display: none;
    }
    .tabs-component_view_vertical .tabs-component__tabs-group {
        margin-top: 40px;
        width: 320px;
        display: inline-block !important;
        vertical-align: top;
        border-right: 1px solid #dedede;
    }
    .tabs-component_view_vertical .tabs-component__tabs-group label {
        display: block;
        padding: 10px 0;

        /*display: block;*/
        color: #494949;
    }
    .tabs-component_view_vertical .tabs-component__tabs-group .radio_checked {
        color: #e2001a;
    }
    .tabs-component_view_vertical .radio_checked {
        color: #e2001a;
    }
    .tabs-component_view_vertical .tabs-component__container {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
        display: inline-block;
        vertical-align: top;

        /*border-left: 1px solid $color_grey3;*/
    }
    .tabs-component_view_vertical .tabs-component__box {
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {

    /*& .tabs-component__tabs-group {
            margin-top: -20px;
            display: none !important;
            position: relative;
        }*/
    .tabs-component_view_vertical .tabs-component__container {
        margin-left: 0px;
        width: 100%;
        vertical-align: top;
    }
    .tabs-component_view_vertical .tabs-component__container:after {
        content: none;
    }
    .tabs-component_view_vertical .tabs-component__box {
        margin-top: -10px;
        padding-top: 0;
    }
    .tabs-component_view_vertical .tabs-component__title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 21px;
    }
}
.card_type_profile {
}
.tabs-component_item_left {
    margin-bottom: 0;
}
.tabs-component_item_left .tabs-component__tabs-group {
    padding-bottom: 10px;
}
.tabs-component_item_left .tabs-component__tabs-group .radio {
    margin-right: 0;
}
@media screen and (min-width: 769px) {
    .tabs-component_item_left .tabs-component__tabs-group {
        display: inline-block !important;
    }
    .tabs-component_item_left .tabs-component__tabs-group .radio {
        margin-right: 50px;
    }
}
.tabs-component_item_left .tabs-component__clear {
    right: 20px;
}
.tabs-component_item_left .region {
    border-top: 1px solid #dedede;
}
.tabs-component_item_left .region:before {
    content: none;
}
.tabs-component_item_left .tabs-component__container:after {
    content: none;
}
.tabs-component_item_left .tabs-component__container p {
    margin: 22px 0;
    font-family: helveticaneuecyrroman;
    line-height: 21px;
}
@media screen and (man-width: 768px) {
    .tabs-component_item_left .tabs-component__container {
        border-top: 1px solid #dedede;
    }
}

.tabs_mode_normal {

    /*& .tabs__item-btn {
        &:after {
            right: 0;
        }
    }

    & .tabs-component__clear {
        right: 0;
    }*/
}

.tabs_mode_normal .tabs-component__tabs-group {
    margin-top: 5px;
}

.tabs_mode_normal .tabs-component__clear {
    right: 20px;
}

.tabs_mode_normal .tabs-component__container:before {
    content: none;
}

@media screen and (max-width: 768px) {
    .tabs_mode_normal .tabs__item-btn, .tabs_mode_normal .tabs__item-content {
        padding: 0;
    }
    .tabs_mode_normal .tabs__item_active .tabs__item-content {
        padding-bottom: 0;
    }
}
.table_type_add .table__heading-text {
    font-size: 12px;
    text-transform: uppercase;
    font-family: pf_din_text_cond_promedium;
    letter-spacing: 1px;
    color : #87888a;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table_type_add .table__row-text {
    font-family: pf_din_text_cond_promedium;
    font-size: 14px;
    color: #494949;
    min-height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-overflow: ellipsis;
}
.table_type_add .grid__col_type_input-wrap {
    padding: 0;
}
.table_type_add .input {
    border-bottom: none;
    height: 49px;
}


.page {
    margin: 0;
    color: #494949;
    background: #ffffff;
    position: relative;
    min-width: 320px;
    line-height: normal;
    -webkit-text-size-adjust: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.page__container {
    min-height: calc(100vh - 205px - 115px);
}
@media screen and (max-width: 991px) {
    .page__container {
        padding-top: 102px;
        min-height: calc(100vh - 249px);
    }
    .header--light + .page__container {
        padding-top: 62px;
        min-height: calc(100vh - 206px);
    }
}
@media (max-width: 767px) {
    .page__container {
        padding-top: 96px;
    }
}
@media (max-width: 619px) {
    .page__container {
        padding-top: 96px;
        min-height: calc(100vh - 420px);
    }
    .header--light + .page__container {
        padding-top: 96px;
        min-height: calc(100vh - 420px);
    }
}

.page-counters {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -111;
}

.page_type_eukanuba .page__container {
    min-height: calc(100vh - 128px - 134px);
}
.page_type_eukanuba .footer-page {
    min-height: 134px;
}

@media screen and (max-width: 991px) {
    .page_type_eukanuba .page__container {
        padding-top: 108px;
        min-height: calc(100vh - 149px);
    }
    .page_type_eukanuba .footer-page {
        min-height: 149px;
    }
}
@media (max-width: 619px) {
    .page_type_eukanuba .page__container {
        padding-top: 66px;
        min-height: calc(100vh - 111px);
    }
    .page_type_eukanuba .footer-page {
        min-height: 111px;
    }
}

.page_type_eukanuba .page__container > .section-auth{
    min-height: calc(100vh - 134px - 128px);
}
@media screen and (max-width: 991px) {
    .page_type_eukanuba .page__container > .section-auth {
        min-height: calc(100vh - 149px - 108px);
    }
}
@media (max-width: 619px) {
    .page_type_eukanuba .page__container > .section-auth {
        min-height: calc(100vh - 111px - 96px);
    }
}


.page_pdf {
    height: 29.7cm;
    width: 21cm;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
}
.page > iframe {
    position: absolute;
    width: 0px;
    height: 0px;
    left: -9999px;
    border: none;
    top: 0px;
}
.page_view_search {
    background: #eceded;
}
.page_view_search_empty {
    background: #eceded;
}
.page__wrap {
    overflow: hidden;
    position: relative;
    /*min-height: 100%;*/
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page__wrap_footer_stick {
    padding-bottom: 163px;
}
@media screen and (max-width: 768px) {
    .page__wrap_footer_stick {
        padding-bottom: 254px;
    }
}
@media screen and (max-width: 640px) {
    .page__wrap_footer_stick {
        padding-bottom: 306px;
    }
}

.page_overflow {
    overflow: hidden;
}
.page .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap : wrap;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
}
.page .row__col {
    width: 25%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page .row__col {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .page .row__col {
        width: 100%;
    }
}
.page .row__item {
    margin-bottom: 20px;
}
.page .row__title {
    font-family: "Helvetica", "Arial";
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #494949;
}
@media screen and (max-width: 950px) {
    .page.menu-open {
        overflow: hidden;
    }
}

.gmnoprint {
    /*display: none;*/
}
.buy .btn-icon_size_m {
    height: 65px;
    line-height: 65px;
}
.buy .btn-icon_size_m .btn-icon__text {
    line-height: 1;
}
.buy .btn-icon:first-child {
    text-align: left;
}
.buy .btn-icon:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.buy.buy_type_center .btn-icon:first-child {
    text-align: center;
}
.lk-tools {
    position: relative;
}
.lk-tools__setting {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #494949;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lk-tools .breadcrumbs {
    margin-right: 130px;
}
@media screen and (max-width: 420px) {
    .lk-tools__setting {
        position: relative;
        padding-bottom: 11px;
    }
    .lk-tools .breadcrumbs {
        margin-right: 0;
    }
}
.lk-tools__setting-text {
    margin: auto 0;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
}
.lk-tools__setting:hover {
    color: #e2001a;
}
.lk-tools__setting:hover .icon {
    -webkit-transform : rotate(360deg);
    transform : rotate(360deg);
    opacity: 1;
}
.lk-tools__setting:hover .icon svg path {
    fill : #e2001a;
}
.lk-tools__setting .icon_type_settings {
    background: url('/local/templates/.default/i/icon_settings.svg') 0 0 no-repeat;
}
.lk-tools .icon {
    margin: auto 0;
    margin-right: 8px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0.58;
}
.lk-tools .icon svg path {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.lk-settings {
    padding: 23px;
}
.lk-settings .checkbox_theme_project.checkbox_view_table-static .checkbox__box {
    border: 1px solid #dedede;
}
.pop-up .lk-settings .grid__col:first-child {
    border: none;
}
.lk-settings .checkbox {
    margin-bottom: 20px;
}
/*.ui-datepicker-prev {
    position: relative;
    cursor: pointer;
}
.ui-datepicker-prev .ui-icon {
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #ec001a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
    .page_type_eukanuba .ui-datepicker-prev .ui-icon {
        border-color: #ec008c;
    }

.ui-datepicker-prev:hover .ui-icon  {
    border-color: #191c1c;
}
    .page_type_eukanuba .ui-datepicker-prev:hover .ui-icon  {
        border-color: #ff20a4;
    }

.ui-datepicker-next {
    position: relative;
    cursor: pointer;
}
.ui-datepicker-next .ui-icon {
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #ec001a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
    .page_type_eukanuba .ui-datepicker-next .ui-icon {
        border-color: #ec008c;
    }

.ui-datepicker-next:hover .ui-icon  {
    border-color: #191c1c;
}
    .page_type_eukanuba .ui-datepicker-next:hover .ui-icon  {
        border-color: #ff20a4;
    }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: block;
    top: 8px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 0px;
}
.ui-datepicker .ui-datepicker-next {
    right: 0px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    background: #fff;
    top: 0px !important;
    left: 0;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: #fff;
    top: 0px !important;
    right: 0;
}*/
.ui-datepicker {
    z-index: 9999 !important;
    padding: 10px;
    cursor: pointer
}

.ui-datepicker-trigger {
    color: #808285
}

.ui-datepicker-trigger:hover {
    color: #e2001a
}

.rbc-input_date .ui-datepicker-trigger,
.form-group__field--date .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    padding: 0 4px 0 0;
    text-align: right;
    cursor: pointer;
    font-size: 0;
    z-index: 2
}

.rbc-input_date .ui-datepicker-trigger .svg-icon,
.form-group__field--date .ui-datepicker-trigger .svg-icon {
    font-size: 16px
}

.form-group--filter .ui-datepicker-trigger,
.form-group--border .ui-datepicker-trigger {
    padding-right: 12px
}

.rbc-input_date .ui-datepicker-trigger {
    width: 40px;
    height: 100%;
    text-align: center;
    top: 0;
    margin-top: 0;
    padding: 0
}

.form-group__field.is-disabled .ui-datepicker-trigger,
.form-control[disabled]+.ui-datepicker-trigger {
    opacity: .5;
    color: #808285;
    pointer-events: none
}

.form-group__field.is-disabled .ui-datepicker-trigger:hover,
.form-control[disabled]+.ui-datepicker-trigger:hover {
    color: #808285
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8em;
    color: #333
}

.ui-datepicker th {
    padding: .2em .3em;
    text-align: center;
    font-weight: 500;
    border: 0;
    font-size: .9em
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: transparent;
    padding: 3px 0 3px 7px;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 10px 5px
}

.ui-datepicker .ui-state-default {
    color: #6f747c
}

.ui-datepicker .ui-state-default:hover {
    color: #e2001a
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    color: #e2001a;
    border-color: #e2001a
}

.ui-datepicker .ui-state-default.ui-state-active {
    background: #e2001a;
    color: #fff
}

.ui-datepicker .ui-state-default.ui-state-active:hover {
    background: #e2001a;
    color: #fff
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: block;
    top: 2px
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: #fff;
    top: 2px
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    border-color: #e2001a
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    left: 0;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #ec001a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    background-image: inherit;
}

.ui-datepicker .ui-datepicker-prev:hover .ui-icon {
    border-color: #191c1c
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 0
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    right: 0;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #ec001a;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    background-image: inherit;
}

.ui-datepicker .ui-datepicker-next:hover .ui-icon {
    border-color: #191c1c
}

.ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 0
}

.ui-datepicker .selected-start:not(.selected-end),
.ui-datepicker .selected-end:not(.selected-start) {
    position: relative
}

.ui-datepicker .selected-start:not(.selected-end):before,
.ui-datepicker .selected-end:not(.selected-start):before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    left: 0;
    background: #f2f4f5;
    z-index: -1
}

.ui-datepicker .selected-start:not(.selected-end) .ui-state-default,
.ui-datepicker .selected-end:not(.selected-start) .ui-state-default {
    background: #e2001a
}

.ui-datepicker .selected-start:not(.selected-end) .ui-state-default:hover,
.ui-datepicker .selected-end:not(.selected-start) .ui-state-default:hover {
    background: #e2001a;
    color: #fff
}

.ui-datepicker .selected-start:not(.selected-end):before {
    border-radius: 32px 0 0 32px;
    left: 8px
}

.ui-datepicker .selected-end:not(.selected-start):before {
    border-radius: 0 32px 32px 0;
    right: 8px
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start) {
    position: relative
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start):before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    background: #f2f4f5;
    z-index: -1
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start):first-child {
    background-color: inherit
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start):first-child:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    background: #f2f4f5;
    z-index: -1;
    border-radius: 32px 0 0 32px
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start).ui-datepicker-week-end:last-child {
    background-color: inherit
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start).ui-datepicker-week-end:last-child:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    left: 0;
    background: #f2f4f5;
    z-index: -1;
    border-radius: 0 32px 32px 0
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start) .ui-state-default.ui-state-active {
    color: #6f747c;
    background: inherit
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start) .ui-state-default.ui-state-active:hover {
    color: #6f747c;
    background: inherit
}

.ui-datepicker .selected:not(.selected-end):not(.selected-start) .ui-state-default.ui-state-highlight {
    border-color: transparent
}

.ui-datepicker .selected.first-of-month:not(.selected-start) .ui-state-default {
    border-left: 2px dotted #d4e7f6;
    padding-left: 1px
}

.ui-datepicker .selected.last-of-month:not(.selected-end) .ui-state-default {
    border-right: 2px dotted #d4e7f6;
    padding-right: 1px
}


.ration_tbl {
  border-spacing: 0;
  margin-bottom: 14px;
  font-size: 14px;
  border-collapse: collapse;
  border: 0;
}
.ration_tbl th {
    height: 46px;
    background: #e2001a;
    padding: 0 30px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-align: center;
}
.ration_tbl tr:first-child th {
    border-top: 0;
}
.ration_tbl th a, .ration_tbl th a:hover {
    color: #ffffff;
}
.ration_tbl th:last-child {
    border-right: none;
}
.ration_tbl th:first-child:not(.not-first-element) {
    text-align: left;
}
.ration_tbl td {
    padding: 10px 30px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: center;
}
.ration_tbl td:first-child {
    border-left: 1px solid #dedede;
    text-align: left;
}
.radio_theme_project {
    font-family: "Helvetica", "Arial";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.radio_theme_project:hover {
    cursor: pointer;
}
.radio_theme_project .radio__control {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
}
.radio_theme_project .radio__box {
    display: inline-block;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.radio_theme_project .radio__box:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
}
.radio_theme_project.radio_size_m {
    font-size: 13px;
}
.radio_theme_project.radio_size_m .radio__box {
    top: 2px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    line-height: 14px;
}
.radio_theme_project.radio_size_m .radio__box:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
}
.radio_theme_project.radio_size_l {
    font-size: 15px;
}
.radio_theme_project.radio_size_l .radio__box {
    top: 3px;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    line-height: 17px;
}
.radio_theme_project.radio_size_l .radio__box:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
}
.radio_theme_project.radio_checked .radio__box {
    background: #ffeba0;
}
.radio_theme_project.radio_checked .radio__box:before {
    background: #ffeba0;
}
.radio_theme_project.radio_checked .radio__box:after {
    content: '';
    position: absolute;
    background: #000;
    border-radius: 50%;
}
.radio_theme_project.radio_focused .radio__box {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 1px #000;
}
.radio_theme_project.radio_hovered .radio__box {
    background: rgba(0, 0, 0, 0.3);
}
.radio_theme_project.radio_hovered.radio_checked .radio__box {
    background: #ffdb4d;
}
.radio_theme_project.radio_disabled {
    cursor: default;
    color: #999;
}
.radio_theme_project.radio_disabled .radio__box {
    background: rgba(0, 0, 0, 0.08);
}
.radio_theme_project.radio_disabled .radio__box:before {
    display: none;
}
.radio_theme_project.radio_disabled .radio__box:after {
    background: rgba(0, 0, 0, 0.4);
}
.radio_theme_project.radio_type_button {
    display: inline-block;
}
.radio_theme_project.radio_type_line.radio_size_m {
    margin-right: 13px;
}
.radio_theme_project.radio_type_line.radio_size_l {

    /*margin-right: 15px;*/
    margin-right: 23px;
}
.radio_theme_project.radio_type_line:last-child {
    margin-right: 0;
}
/* For wide tables - delete paddings */
.page_view_bonus-bp-broods .wrap {
    padding : 0px;
}
.attach_theme_project {
    display: inline-block;
    font-family: "Helvetica", "Arial";
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.attach_theme_project .attach__control {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    cursor: pointer;
}
.attach_theme_project .attach__file, .attach_theme_project .attach__no-file {
    display: inline;
    margin-left: 0.4em;
    position: absolute;
    top: 0;
    right: 45px;
    bottom: 0;
    left: 0;
}
.attach_theme_project .attach__file {
    height: 72px;
    line-height: 72px;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    z-index: 2;
}
.attach_theme_project .attach__file .attach__text {
    display: inline;
    z-index: 1;
    margin-left: 24px !important;
}
.attach_theme_project .attach__clear  {
    opacity: 0.3;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.4em;
    cursor: pointer;
    background: center no-repeat;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.attach_theme_project .attach__clear:hover {
    opacity: 1;
}
.attach_theme_project.attach_disabled .attach__no-file, .attach_theme_project.attach_disabled .attach__file {
    opacity: 0.6;
}
.attach_theme_project.attach_size_s {
    font-size: 13px;
}
.attach_theme_project.attach_size_m {
    font-size: 13px;
}
.attach_theme_project.attach_size_l {
    font-size: 15px;
}
.attach_theme_project.attach_size_xl {
    font-size: 18px;
}
.attach_theme_project.attach_size_s .attach__clear, .attach_theme_project.attach_size_m .attach__clear {
    width: 10px;
    height: 14px;

    /*background-image: url(clear_size_s.svg);*/
}
.attach_theme_project.attach_size_l .attach__clear, .attach_theme_project.attach_size_xl .attach__clear {
    margin-top: -3px;
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTEwIC43TDkuMyAwIDUgNC4zLjcgMCAwIC43IDQuMyA1IDAgOS4zbC43LjdMNSA1LjcgOS4zIDEwbC43LS43TDUuNyA1eiIvPjwvc3ZnPg==');
}
.attach_theme_project.attach_view_vacancies .button {
    position: relative;
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.attach_theme_project.attach_view_vacancies .button:hover {
    background: transparent;
    color: #e2001a;
}
.attach_theme_project.attach_view_vacancies .button:before {
    content: none;
}
.attach_theme_project.attach_view_vacancies .button__text {
    display: inline;
    z-index: 1;
    margin-left: 37px !important;
}
@media screen and (max-width: 640px) {
    .attach_theme_project.attach_view_vacancies .button__text {
        margin-left: 24px !important;
    }
}
.attach_theme_project .button {
    position: relative;
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    background: transparent;
    color: #494949;
    font-family: pf_dindisplay_proregular;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.attach_theme_project .button:hover {
    background: transparent;
    color: #e2001a;
}
.attach_theme_project .button:before {
    content: none;
}
.attach_theme_project .button__text {
    display: inline;
    z-index: 1;
    margin-left: 24px !important;
}
.attach_theme_project.attach_type_add .button {
    background: #e2001a;
    height: 28px;
    text-decoration: none;
    display: inline-block;
    padding-left: 27px;
    padding-right: 15px;
    border-radius: 50px 50px 50px 50px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    border-bottom: none;
    line-height: 13px;
}
.attach_theme_project.attach_type_add .button:after {
    content : '';
    height: 9px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.attach_theme_project.attach_type_add .button:before {
    content : '';
    height: 1px;
    width: 9px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.attach_theme_project.attach_type_add .button:hover {
    background: #e2001a;
}
.attach_theme_project.attach_type_add .button:hover:after, .attach_theme_project.attach_type_add .button:hover:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.attach_theme_project.attach_type_add .attach__no-file {
    display: none;
    border: none;
}
.attach_theme_project.attach_type_add .button__text {
    color: #ffffff;
    font-size: 13px;
    font-family: pf_dindisplay_promedium;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    height: auto;
    line-height: 28px;
    margin: 0 !important;
}
.attach_theme_project.attach_type_add .attach__file {
    background: transparent;
    height: 28px;
    line-height: 30px;
    border-bottom: none;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
.attach_theme_project.attach_type_add .attach__file .attach__text {
    margin-left: 5px !important;
    width: 90px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.ui-autocomplete {
    z-index: 99999 !important;
    position: absolute !important;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border: 1px solid #111;
    background: transparent;
    padding: 3px 0px 3px 7px;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4LjM0NCIgaGVpZ2h0PSIxMC4yMTkiIHZpZXdCb3g9IjAgMCAxOC4zNDQgMTAuMjE5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTIwMDFhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTE4LjEyOSwyLjA0OCBMMTAuMjM2LDkuOTQyIEM5LjkwMSwxMC4yNzYgOS4zMDcsMTAuMjg0IDguODUwLDEwLjA3NCBDOC40ODIsMTAuMTc0IDguMTAzLDEwLjE1MSA3Ljg1Niw5LjkwNSBMMC4yOTksMi4zOTcgQy0wLjE1NywxLjk0NCAtMC4wMzksMC45NjEgMC40MTcsMC41MDcgQzAuODc0LDAuMDU0IDEuNjA0LC0wLjAwMSAyLjA2MSwwLjQ1MiBMOS4xMzcsNy40ODMgTDE2LjI1NywwLjM2NCBDMTYuNjkzLC0wLjA3MyAxNy40NzQsLTAuMTI1IDE3LjkxMCwwLjMxMSBDMTguMzQ2LDAuNzQ3IDE4LjU2NSwxLjYxMiAxOC4xMjksMi4wNDggWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    -moz-background-size: 10px 5px;
    -webkit-background-size: 10px 5px;
    -o-background-size: 10px 5px;
}
#add_web_store input.error {
    background: #ffd4d4 !important;
    border: 1px solid #fe4817 !important;
}
#add_web_store div.error {
    background: #ffd4d4 !important;
}
.button__text a {
    color: white;
    text-decoration: none;
}
.button_reset, .button_reset:active {
    background: none;
    border: none;
}
#LOGO-error {
    position: absolute;
    left: 0;
    top: 43px;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
}
.tabs__btn-text1 {
    padding-left: 0 !important;
    margin: auto !important;
}
.marginTopMinus30 {
    margin-top: -30px;
}
#ajaxAddElement.preloader .btn-icon_view_left-ico .btn-icon__icon .icon {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pop_size {
    display: none;
}
.user-account-status {
    float: right;
    color: #df0a1c;
    font-size: 27px;
    font-weight: bold;
    font-size: 0;
    padding: 14px 0;
}
.user-account-status__item {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 24px 4px 0;
}
.user-account-status__item:last-child {
    margin-right: 0;
}
.user-account-status span {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
}
.user-account-status_bonus {
    float: none;
    font-family: helveticaneuecyrbold;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #222222;
    font-weight: normal;
}
.user-account-status_bonus span {
    font-family: helveticaneuecyrroman;
    color: #222222;
    font-size: 14px;
    font-weight: normal;
}
.user-account-status_bonus span.blocked {
    font-family: helveticaneuecyrbold;
    color: red;
    text-transform: lowercase;
}
.user-account-status_bonus span.active {
    font-family: helveticaneuecyrbold;
    color: #0faf00;
    text-transform: lowercase;
}
.dragger {
    transition: left 0.1s, transform 0.2s;
    -webkit-transition: left 0.1s, transform 0.2s;
}
.dragger.dragging {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.btn-link_animate {
    display: inline-block;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-right: 3px;
}
.btn-link_animate .icon {
    margin-right: 6px;
}
.btn-link_animate .button__text {
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    line-height: 28px;
}
.btn-link_animate .button__text:before {
    content : '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    margin: auto;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-link_animate:hover .button__text:before {
    width: 100%;
    opacity: 1;
}
.btn-link_animate_red {
    color: #e2001a;
}
.btn-link_animate_red .button__text:before {
    background: #e2001a;
}
.btn-link_animate_red .icon path {
    fill: #e2001a;
}
.btn-link_animate_red:hover {
    color: #e2001a;
}
.btn-link_animate_red:hover .icon path {
    fill: #e2001a;
}
.btn-link_animate_white {
    color: #ffffff;
}
.btn-link_animate_white .button__text:before {
    background: #FFFFFF;
}
.btn-link_animate_white .icon path {
    fill: #FFFFFF;
}
.btn-link_animate_white:hover {
    color: #FFFFFF;
}
.btn-link_animate_white:hover .icon path {
    fill: #FFFFFF;
}
.bonus-product-back {
    padding: 24px 0;
    margin-top: -1px;
    margin-bottom: 50px;
    border-top: 1px solid #eceded;
    border-bottom: 1px solid #eceded;
}
.bonus-product-back__link {
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #e2001a;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0;
}
.bonus-product-back__link .icon {
    vertical-align: middle;
    width: 10px;
    height: 17px;
    background: url('../i/icon_arrow_left.svg');
}
.bonus-product__feed-notification {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #e2001a
}
.bonus-product__feed-notification:before {
    content: "!";
    position: absolute;
    top: -7px;
    left: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 1px;
    border: 2px solid #e2001a;
    border-radius: 100%;
}


.navigation {
    font-size: 0;
    margin-bottom: 20px;
    text-align: center;
}
.navigation__page {
    display: inline-block;
    vertical-align: middle;
    min-width: 28px;
    height: 28px;
    margin: 0 2px 10px;
    padding: 0 4px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #494949;
    text-decoration: none;
}
.navigation__page:hover {
    color: #e2001a;
}

.navigation__current {
    display: inline-block;
    vertical-align: middle;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e2001a;
    margin: 0 4px 10px;
    padding: 0 4px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.navigation__current:hover {
    color: #ffffff;
    text-decoration: none;
}


.navigation__prev, .navigation__next {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 28px;
    margin: 0 5px 10px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #494949;
    text-decoration: none;
    text-indent: -999px;
    overflow: hidden;
}
.navigation__prev {
    margin-right: 10px;
    background-image: url('../i/icon_arrow_left.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.navigation__next {
    margin-left: 10px;
    background-image: url('../i/icon_arrow_right.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.navigation__first, .navigation__last, .navigation__all {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 28px;
    margin: 0 10px 10px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #e2001a;
    text-decoration: underline;
}
.navigation__first:hover, .navigation__last:hover, .navigation__all:hover {
    color: #e2001a;
    text-decoration: none;
}
.navigation__first_disabled, .navigation__last_disabled,
.navigation__first_disabled:hover, .navigation__last_disabled:hover {
    color: #c6c7c7;
    text-decoration: underline;
}

.navigation__dots {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 2px 10px;
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #494949;
    text-decoration: none;
}
.navigation__all {
    display: none;
}

.navigation_small .navigation__first,
.navigation_small .navigation__last,
.navigation_small .navigation__all {
    display: none;
    height: 18px;
    line-height: 18px;
}
.navigation_small .navigation__page,
.navigation_small .navigation__current {
    margin: 0 4px 10px;
    padding: 0;
    background-color: transparent;
    height: 18px;
    line-height: 18px;
    min-width: inherit;
}
.navigation_small .navigation__current {
    color: #e2001a;
}
.navigation_small .navigation__prev,
.navigation_small .navigation__next {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: none;
    text-indent: 0;
}
.navigation_small .navigation__prev {
    margin-right: 5px;
}
.navigation_small .navigation__next {
    margin-left: 5px;
}
.navigation_small .navigation__prev .svg,
.navigation_small .navigation__next .svg {
    width: 7px;
    height: 13px;
}
.navigation_small .navigation__prev .svg__icon,
.navigation_small .navigation__next .svg__icon {
    width: 5px;
    height: 10px;
    fill: #000000;
    margin-top: 4px;
}
.navigation_small .navigation__prev:hover .svg__icon,
.navigation_small .navigation__next:hover .svg__icon {
    fill: #e2001a;
}

.navigation_all {
    text-align: center;
    margin: 20px 0;
}
.navigation_all a {
    font-family: pf_dindisplay_promedium;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #e2001a;
    text-decoration: underline;
}
.navigation_all a:hover {
    color: #e2001a;
    text-decoration: none;
}

.table.table_type_maget-managers .navigation {
    margin-top: 20px;
}

.tbl-scroll__wrap {
    display: block;
    position: relative;
}
    .tbl-scroll__wrap:after {
        content: "";
        display: block;
        visibility: visible;
        opacity: 1;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    }
    @media screen and (max-width: 992px) {
        .tbl-scroll__wrap:after {
            width: 30px;
        }
    }
    .tbl-scroll__wrap.finish:after {
        visibility: hidden;
        opacity: 0;
    }
    .tbl-scroll__wrap .tbl-scroll__start {
        content: "";
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 25px;
        left: 0;
        bottom: 25px;
        -webkit-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.5);
        transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
    }
        .tbl-scroll__wrap.start .tbl-scroll__start {
            visibility: visible;
            opacity: 1;
        }
    .tbl-scroll__content {
        display: block;
        position: relative;
    }
        .tbl-scroll__content:before {
            content: "";
            display: block;
            position: absolute;
            top: -25px;
            left: 0;
            height: 25px;
            width: 100%;
            border-top: 1px solid #dedede;
            border-left: 1px solid #dedede;
            border-right: 1px solid #dedede;
        }
        .tbl-scroll__content:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -25px;
            left: 0;
            height: 25px;
            width: 100%;
            border-bottom: 1px solid #dedede;
            border-left: 1px solid #dedede;
            border-right: 1px solid #dedede;
        }
        .tbl-scroll {
            width: 99% !important;
            margin-bottom: 0;
        }
            .tbl-scroll tr td:first-child {
                background: #ffffff;
            }
            .tbl-scroll tr th:first-child {
                background: #e2001a;
            }
            .tbl-scroll tr td:first-child:not(.not-first-element),
            .tbl-scroll tr th:first-child:not(.not-first-element) {
                position: relative;
                border-left: 0;
            }
            .tbl-scroll tr td:first-child:not(.not-first-element):before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 1px;
                background: #dedede;
            }
    .tbl-scroll__wrap .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-top: 0;
        margin-bottom: 0;
        padding: 25px 0;
    }
    .tbl-scroll__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 25px;
        z-index: 2;
    }
        .tbl-scroll__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal.top {
            top: 0;
            bottom: auto;
        }
        .tbl-scroll__wrap .mCSB_scrollTools .mCSB_draggerContainer {
            right: 20px;
        }
            .tbl-scroll__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
                display: none;
            }
            .tbl-scroll__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
                height: 9px;
                margin: 8px auto;
                background: #4b4b4b;
                border-radius: 2px;
            }
.hide-control .mCSB_horizontal.mCSB_inside>.mCSB_container {
    padding: 0;
}
    .hide-control .tbl-scroll__content:before,
    .hide-control .tbl-scroll__content:after,
    .hide-control:after,
    .hide-control .tbl-scroll__start {
        display: none !important;
    }
    .hide-control .tbl-scroll tr th:first-child,
    .hide-control .tbl-scroll tr td:first-child {
        left: 0 !important;
    }

/* old table scroll for bonus club */
.table-scroll {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*-ms-touch-action: none;*/
    touch-action: pan-y pinch-zoom;
    margin-top: -40px; /*for data-info tooltip in table__heading*/
    margin-bottom: 20px;
}

.table-scroll.table-scroll_not-items {
    margin-top: 0;
}

.table-scroll .scroll-content {
    position: relative;
    width: 100%;
    min-width: 1120px;
    min-height: 150px;
    padding-top: 40px;/*for data-info tooltip in table__heading*/
    padding-bottom: 10px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.table-scroll.scrolling {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.table-scroll.noscrolling {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.table-scroll.inselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table-scroll.noscrolling .scroll-content {
    cursor: inherit !important;
}

.table-scroll .scroll-left,
.table-scroll .scroll-right {
    display: none;
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    z-index: 9;
}
.table-scroll .scroll-left {
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.table-scroll .scroll-right {
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-ie9 .table-scroll .scroll-left,
.bx-ie9 .table-scroll .scroll-right {
    filter:none;
}
.table-scroll .scroll-left:after,
.table-scroll .scroll-right:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 20px;
    background-image: url('../i/icon_table_scroll_arrows.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 24px 20px;
    -moz-background-size: 24px 20px;
    -webkit-background-size: 24px 20px;
    -o-background-size: 24px 20px;
}
.table-scroll .scroll-left:after{left: 10px; background-position: 0 0;}
.table-scroll .scroll-right:after{right: 10px; background-position: -12px 0;}

.table-scroll table {
    width: 100%;
}
.table-scroll .table {
    width: 100%;
    min-width: 1120px;
    margin-bottom: 0;
    /*min-height: 340px;*/
}
.table-scroll .table.table-striped {
    min-height: auto;
}
.table-scroll_tablet .scroll-content {
    min-width: 690px;
}
.table-scroll_tablet .table {
    width: 100%;
    min-width: 690px;
}

.wrap .table-scroll {
    margin-left: -278px;
    margin-right: -278px;
    padding-left: 39px;
    padding-right: 39px;
}
@media screen and (max-width: 1620px) {
    .wrap .table-scroll {
        margin-left: -178px;
        margin-right: -178px;
    }
}
@media screen and (max-width: 1420px) {
    .wrap .table-scroll {
        margin-left: -38px;
        margin-right: -38px;
    }
}
@media screen and (max-width: 1220px) {
    .wrap .table-scroll {
        margin-left: -39px;
        margin-right: -39px;
        padding: 0;
    }
    .wrap .table-scroll .scroll-content {
        padding-left: 39px;
        padding-right: 39px;
    }
    .wrap .table-scroll .table {
        min-width: 912px;
    }
    .wrap .table-scroll .iScrollHorizontalScrollbar {
        left: 39px;
        right: 39px;
    }
    .wrap .table-scroll.table-scroll_mpro-breeders .scroll-content {
        min-width: 1190px;
    }
    .wrap .table-scroll.table-scroll_mpro-breeders .table.table_type_mpro-breeders {
        min-width: 1112px;
    }
}
@media screen and (max-width: 950px) {
    .wrap .table-scroll {
        margin-left: -24px;
        margin-right: -24px;
        padding: 0;
    }
    .wrap .table-scroll .scroll-content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .wrap .table-scroll .table {
        min-width: 942px;
    }
    .wrap .table-scroll.table-scroll_mpro-breeders .scroll-content {
        min-width: 1190px;
    }
    .wrap .table-scroll.table-scroll_mpro-breeders .table.table_type_mpro-breeders {
        min-width: 1142px;
    }
    .wrap .table-scroll .iScrollHorizontalScrollbar {
        left: 24px;
        right: 24px;
    }
    .wrap .table-scroll.table-scroll_tablet .scroll-content {
        min-width: 690px;
    }
    .wrap .table-scroll.table-scroll_tablet .table {
        min-width: 642px;
    }
}
/* /old table scroll for bonus club */



.basket_bonus.basket_empty {
    margin-top: 25px;
    margin-bottom: 35px;
}
.basket_bonus.basket_empty .message {
    font-family: pf_dindisplay_promedium;
    font-size: 20px;
    letter-spacing: 1.6px;
    color: #191c1c;
}
.box_padding_txs .wrap {
    height: auto !important;
}

.pop-up__top_form-theme-border {
    padding: 40px 78px 31px 81px;
}
.pop-up__top_form-theme-border .pop-up__title {
    position: relative;
    font-family: pf_dindisplay_promedium;
    font-size: 20px;
    letter-spacing: 1.6px;
    color: #191c1c;
    text-transform: uppercase;
}
.pop-up__top_form-theme-border .pop-up__title_links {
    padding-right: 140px;
}
.pop-up__top_form-theme-border .pop-up__tool-edit {
    position: absolute;
    top: -2px;
    right: 0;
    width: auto;
    text-align: right;
}

.pop-up__top_form-theme-border .pop-up__tool-edit__btn {
    display: inline-block;
    text-transform: uppercase;
    color : #e2001a;
    font-family: pf_dindisplay_probold;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    border-bottom: 1px dashed #e2001a;
}
.pop-up__top_form-theme-border .pop-up__tool-edit__btn:hover {
    color: #191c1c;
    border-bottom: 1px dashed transparent;
}

.form_theme-border {
    padding: 0 69px 40px;
}
.form_theme-border.ankets-edit {
    width: 816px;
    padding: 0 69px 40px;
}
.form_theme-border.ankets-edit .rbc-input .rbc-input__field {
    padding: 0 23px;
    height: 56px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000000;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
}
    .form_theme-border.ankets-edit .rbc-input .rbc-input__field::-webkit-input-placeholder {
        color: #87888a;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: pf_dindisplay_proregular;
        font-size: 12px;
    }
    .form_theme-border.ankets-edit .rbc-input .rbc-input__field::-moz-placeholder {
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 1;
        font-family: pf_dindisplay_proregular;
        font-size: 12px;
        color: #87888a;
    }
    .form_theme-border.ankets-edit .rbc-input .rbc-input__field[disabled],
    .form_theme-border.ankets-edit .rbc-input .rbc-input__field.disabled {
        background-color: rgba(233,236,238,0.3);
        color: #9DA2AC;
        border-color: #B5B9C1;
        cursor: default;
        pointer-events: none;
    }
.form_theme-border.ankets-edit .rbc-input.rbc-input_required:before {
    content: "*";
    display: block;
    color: red;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 1;
}
.form_theme-border.ankets-edit .rbc-input.rbc-input_date label.error {
    position: absolute;
    font-size: 12px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    left: 23px;
    bottom: 0;
    font-weight: normal;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .form_theme-border.ankets-edit .rbc-input.rbc-input_date label.error{
        margin-top: 3px;
        position: relative;
        left: 0;
        font-size: 12px;
        line-height: 16px;
        color: #e50006;
        letter-spacing: 0.5px;
    }
}
.form_theme-border.ankets-edit .rbc-input.rbc-input_date .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    padding: 16px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*
.form_theme-border.ankets-edit .auth__date_buypet label.error {
    position: relative;
    left: auto;
    margin-top: 3px;
}
*/
.ankets-edit__birthday {
    position: relative;
    margin-bottom: 24px;
}
.ankets-edit__birthday-toogleyear {
    margin-top: 5px;
    /* position: absolute;
    bottom: -24px;
    left: 0; */
}
.ankets-edit__birthday-toogleyear .rbc-checkbox__label:before {
    border: 1px solid #191c1c;
}
.ankets-edit__birthday-toogleyear .rbc-checkbox:hover .rbc-checkbox__label:before {
    box-shadow: none;
    border-color: #e2001a;
}
.ankets-edit__birthday-toogleyear .rbc-label {
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: normal;
    color: #494949;
    text-transform: none;
}

.form_theme-border.ankets-edit .ankets-edit__club .rbc-input .rbc-input__field {
    padding-right: 50px;
}
.form_theme-border.ankets-edit .ankets-edit__club.is_data .rbc-input .rbc-input__field {
    border-radius: 2px 2px 0 0;
}
.form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_notemail {
    height: auto;
    min-height: 40px;
    margin-top: 0;
    line-height: 1;
}
.form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_usenursery,
.form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_userbc {
    height: auto;
    min-height: 40px;
    margin-top: 20px;
    line-height: 1;
}

.form_theme-border .auth__title {
    height: auto;
    padding: 0 12px;
    border-bottom: 0;
    margin-bottom: 16px;
}
.form_theme-border .auth__title:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.form_theme-border .auth__title-wrap {
    position: relative;
}
.form_theme-border .auth__title-text {
    display: inline;
    position: relative;
    background: #ffffff;
    font-family: pf_dindisplay_promedium;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #494949;
    z-index: 2;
    padding-right: 10px;
    white-space: normal;
}
.form_theme-border .auth__title-wrap:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eceded;
    z-index: 1;
}

.pop-up .form_theme-border .grid__row {
    margin: 0 -12px;
}
.pop-up .form_theme-border .grid__col {
    padding: 0 12px;
}
.pop-up .form_theme-border .grid__col:first-child {
    border: 0;
}

.form_theme-border .input_theme_project.input_view_auth {
    margin-top: 10px;
    height: 90px;
    border: 0;
}

.form_theme-border .input_theme_project.input_view_auth .input__box {
    height: 56px;
}
.form_theme-border .input_theme_project.input_view_auth .input__control {
    height: 56px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000000;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
}

.form_theme-border .input_theme_project.input_view_auth .input__control[disabled] {
    background-color: rgba(233,236,238,0.3);
    color: #9DA2AC;
    border-color: #B5B9C1;
}

.form_theme-border .input_theme_project.input_view_auth .input__control:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.form_theme-border .input_theme_project.input_view_auth:after {
    display: none;
}
.form_theme-border .input_theme_project.input_view_auth.input__phone .worksheetCountPhoneCheck + label.error {
    margin-top: 3px;
    position: relative;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    color: #e50006;
    letter-spacing: 0.5px;
}
.form_theme-border .input_theme_project.input_view_auth.input__phone .worksheetCountPhoneCheck + label.error a {
    text-decoration: underline;
}

.form_theme-border .select_theme_project .select__button.button_size_l {
    height: 56px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000000;
}
.form_theme-border .input_theme_project[data-info]:before {
    top: -22px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    cursor: default;
}
.form_theme-border .textarea_theme_project.textarea_view_auth.textarea__control {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000000;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
}
.form_theme-border .textarea_theme_project.textarea_view_auth.textarea__control.error {
    border-color: #e2001a;
}
.form_theme-border .select_theme_project {
    height: 90px;
    margin-top: 10px;
}
.form_theme-border .select_theme_project:before,
.form_theme-border .selectize_theme_project:before {
    top: -22px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    cursor: default;
}
.form_theme-border .selectize_theme_project.select_view_auth .button .button__text {
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
}
.form_theme-border .selectize_theme_project.select-breed {
    width: 100%;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select {
    height: 56px;
    border-bottom: 0;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control {
    height: 56px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #000000;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input{
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    z-index: 7;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input.dropdown-active:before {
    display: block;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input:after {
    z-index: 9;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input > input {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 38px;
    letter-spacing: 0.5px;
    color: #494949;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-control .selectize-input .item {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 30px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 38px;
    letter-spacing: 0.5px;
    color: #494949;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-dropdown {
    top: 53px !important;
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    min-width: 260px;
    margin: 0 -1px;
    width: calc(100% + 2px) !important;
    overflow: auto;
}
.form_theme-border .selectize_theme_project.select-breed .select-breed__select .selectize-dropdown .selectize-dropdown-content {
    max-height: 100%;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth {
    height: 56px;
    border-bottom: 0;
    margin-bottom: 34px;
    margin-top: 10px;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button {
    overflow: hidden;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #000000 !important;
    font-size: 0;
    vertical-align: top;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button.radio-group_view_auth_button_one {
    width: 50%;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio {
    position: relative;
    height: 54px;
    margin: 0;
    padding: 8px !important;
    line-height: 40px !important;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e2001a;
    background: transparent;
    z-index: 1;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio.radio_width_5 {
    width: 50%;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button.radio-group_view_auth_button_one .radio.radio_width_5 {
    width: 100%;
}

.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio.radio_width_5:first-child {
    border-right: 1px solid #000000;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button.radio-group_view_auth_button_one .radio.radio_width_5:first-child {
    border-right: 0;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio.radio_checked {
    color: #ffffff;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio.radio_checked:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 2px;
    background-color: #e2001a;
    z-index: -1;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button.disabled .radio:before {
    background-color: #ECECEC;
}

.form_theme-border .radio-group_theme_project.radio-group_view_auth_button.disabled .radio {
    cursor: default;
    color: #87888a;
}
.form_theme-border .radio-group_theme_project.radio-group_view_auth_button .radio .radio__box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -99;
    left: -100px;
    top: -100px;
}

.form_theme-border .grid__item-wrap.auth__item-wrap {
    display: block;
    vertical-align: middle;
    height: 90px;
    line-height: 57px;
    border-bottom: 0;
    padding: 0;
    margin-top: 10px;
}
.form_theme-border .grid__item-wrap.auth__item-wrap.grid__item-wrap_specbreeds {
    margin-top: -10px;
    height: 40px;
}
.form_theme-border .grid__item-wrap.auth__item-wrap.grid__item-wrap_links {
    min-height: 40px;
    height: auto;
    line-height: 1.2;
}
.form_theme-border .checkbox_theme_project.checkbox_view_auth {
    display: inline-block;
    line-height: 1.1;
    padding-left: 30px;
}
.form_theme-border .checkbox_theme_project.checkbox_size_l {
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: normal;
    color: #494949;
    text-transform: none;
}

.form_theme-border .rbc-radio__label {
    display: inline-block;
    position: relative;
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: normal;
    color: #494949;
    padding-left: 0;
}
.form_theme-border .rbc-group-radio_type_breederbrand {
  margin: 0;
}
.form_theme-border .rbc-group-radio_type_breederbrand .rbc-radio {
  padding-left: 0;
}
.form_theme-border .rbc-group-radio_type_breederbrand .rbc-radio__box {
  margin-left: 0;
}


.form_theme-border .checkbox_theme_project.checkbox_view_auth .checkbox__box {
    top: -2px;
}
.form_theme-border .input_theme_project.input_view_auth.disabled .input__box {
    position: relative;
}
.form_theme-border .input_theme_project.input_view_auth.disabled .input__box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #eceded;
    border: solid 1px #c7c8c8;
    cursor: default;
    z-index: 2;
}
.pop-up .form_theme-border .filter__button-wrap {
    text-align: left;
}
.form_theme-border.ankets-edit .textarea_theme_project.textarea_view_auth.textarea__control {
    width: 100%;
    height: 150px;
}
.form_theme-border .ankets-edit__errors-message {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e2001a;
}
.form_theme-border .ankets-edit__submit {
    padding: 0;
    margin-top: 10px;
}
.form_theme-border .ankets-edit__submit .filter__button-wrap {
    font-size: 0;
}
.form_theme-border .ankets-edit__submit .ankets-edit__submit-btns {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth {
    display: inline-block;
    vertical-align: top;
    width: 194px;
    min-width: 194px;
    margin: 6px 12px;
}
.form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.button_view_auth_long {
    width: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.button_view_auth_long.button_size_l {
    line-height: normal;
}
.form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.button_view_auth_long.button_size_l .button__text {
    margin-left: 12px;
    margin-right: 12px;
    white-space: normal;
    line-height: 1.2;
}
.form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.send2second_call {
    width: auto;
}
.form_theme-border .button_theme_project.button_view_auth_primary {
    background: #e2001a;
}
.form_theme-border .button_theme_project.button_view_auth_primary:hover {
    background: #940011;
}
.form_theme-border .button_theme_project.button_view_auth_info {
    background: #494949;
}
.form_theme-border .button_theme_project.button_view_auth_info:hover {
    background: #2a2a2a;
}
.form_theme-border .button_theme_project.button_view_auth_info .button__loader {
    background: #494949;
}
.form_theme-border .button_theme_project.button_view_auth_info .button__loader .loader__block{
   background-color: #494949;
}
.form_theme-border .grid_generate_password {
    margin-bottom: 40px;
}
.form_theme-border .grid_generate_password .input_theme_project.input_disabled:before {
    display: block;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.form_theme-border .grid_generate_password .input_theme_project.input_disabled.disabled {
    opacity: 1;
}
.form_theme-border .grid_generate_password .filter__button-wrap {
    margin-top: 10px;
}
.form_theme-border .grid_generate_password .input_theme_project.input_view_auth {
    height: 56px;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 1;
}
.form_theme-border .grid_generate_password .input_theme_project.input_view_auth .input__box {
    opacity: 0.5;
}
.form_theme-border .grid_generate_password .button_theme_project.button_size_l {
    border-radius: 2px;
    height: 56px;
}
.form_theme-border .grid_breeder_breeds .select_theme_project {
    height: 90px;
}
.form_theme-border .grid_breeder_breeds_item {
    margin: 0 -12px;
}
.form_theme-border .grid_breeder_breeds_item .grid__col,
.form_theme-border .grid_breeder_breeds_item .select-breed {
    position: relative;
}
.form_theme-border .auth__addPet-btn {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    height: 56px;
    line-height: 56px;
    border-bottom: 0;
    border: 1px solid #000000;
    border-radius: 2px;
    text-align: left;
    padding: 0;
}
.form_theme-border .auth__add-btn-text {
    position: static;
    margin-left: 24px;
    margin-top: 0;
    padding: 0;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #494949;
}
.form_theme-border .auth__add-btn-ico {
    width: 19px;
    height: 19px;
    right: 22px;
    margin-top: -10px;
}
.form_theme-border .auth__add-btn-ico:before {
    top: 8px;
    margin-top: 0;
}
.form_theme-border .auth__add-btn-ico:after {
    left: 8px;
    margin-left: 0;
}
.form_theme-border .grid_info{}
.form_theme-border .grid_info .grid__item-wrap-title {
    position: absolute;
    top: -22px;
    font-family: helveticaneuecyrroman;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #87888a;
}
.form_theme-border .grid_info .grid__item-wrap-desc {
    position: relative;
    top: 0;
    height: 56px;
    line-height: 56px;
    border-radius: 2px;
    background-color: #eceded;
    border: solid 1px #c7c8c8;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: pf_dindisplay_promedium;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #87888a;
}
.form_theme-border .ankets-edit__error {
    padding: 0 12px 30px;
    margin-bottom: 40px;
}
.form_theme-border .ankets-edit__error-text {
    margin: 0 0 5px 0;
}

@media screen and (max-width: 992px) {
    .form_theme-border {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form_theme-border.ankets-edit {
        width: 760px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pop-up__top_form-theme-border {
        padding-top: 30px;
        padding-left: 32px;
    }
    .form_theme-border .checkbox_theme_project.checkbox_size_l {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .form_theme-border {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form_theme-border.ankets-edit {
        width: 640px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form_theme-border.ankets-edit label.error {
        margin-top: 3px;
        position: relative;
        left: 0;
        font-size: 12px;
        line-height: 16px;
        color: #e50006;
        letter-spacing: 0.5px;
    }
    .pop-up__top_form-theme-border {
        padding-top: 27px;
        padding-left: 22px;
        padding-right: 60px;
    }
    .pop-up__top_form-theme-border .pop-up__top-close {
        display: block;
        width: 52px;
    }
    .form_theme-border .checkbox_theme_project.checkbox_size_l {
        font-size: 15px;
    }
    .form_theme-border .grid_breeder_breeds .grid__col_width_5 {
        width: 100%;
    }
    .form_theme-border .grid_breeder_breeds .grid__col_width_5:first-child {
        margin-bottom: -10px;
    }
    .form_theme-border .grid_breeder_breeds_item .grid__col_width_5:first-child {
        margin-bottom: 0;
        width: auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .form_theme-border .grid_breeder_breeds_item .grid__col_width_5:last-child {
        width: 192px;
    }
}
@media screen and (max-width: 640px) {
    .pop-up__top_form-theme-border {
        width: 100%;
    }
    .form_theme-border.ankets-edit {
        width: 100%;
    }
    .ankets-edit .grid__col_ordercomment .textarea_theme_project.textarea_view_auth.textarea_size_xl {
        height: 200px;
    }
}
@media screen and (max-width: 540px) {
    .form_theme-border.ankets-edit {
        width: 100%;
    }
    .form_theme-border .grid__col_width_5 {
        width: 100%;
    }
    .form_theme-border .grid:not(.grid_info) .grid__item-wrap.auth__item-wrap:not(.auth__item-wrap_notemail):not(.auth__item-wrap_usenursery):not(.auth__item-wrap_userbc) {
        height: 80px;
        margin-top: -20px;
    }
    .form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_notemail {}
    .form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_usenursery,
    .form_theme-border.ankets-edit .grid__item-wrap.auth__item-wrap_userbc {
        height: auto;
        margin-top: 0;
    }
    .pop-up .form_theme-border .filter__button-wrap {
        text-align: center;
        padding: 0 12px;
    }
    .form_theme-border .ankets-edit__submit .filter__button-wrap {
        text-align: center;
        padding: 0 12px;
    }
    .form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth {
        width: 100%;
        /*max-width: 230px;*/
        margin: 6px 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form_theme-border .ankets-edit__submit .button_theme_project.button_size_l .button__text,
    .form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.button_view_auth_long.button_size_l .button__text {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .form_theme-border .grid_generate_password .button_theme_project.button_size_l {
        height: auto;
        white-space: normal;
        line-height: normal;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .form_theme-border .ankets-edit__submit .ankets-edit__submit-btns {
        display: block;
    }
    .form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.button_view_auth_long {
        -webkit-flex: none;
        -ms-flex: none
        flex: none;
        width: 100%;
    }
    .form_theme-border .ankets-edit__submit .button_theme_project.button_view_auth.send2second_call {
        padding: 15px 10px;
        height: auto;
        white-space: normal;
        line-height: 1.2;
    }

    .form_theme-border .grid_breeder_breeds_item .grid__col_width_5:first-child {
        margin-bottom: 0;
        width: 100%;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 26px;
    }
    .form_theme-border .grid_breeder_breeds_item .grid__col_width_5:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .pop-up__top_form-theme-border {
        padding-right: 40px;
    }
    .pop-up__top_form-theme-border .pop-up__top-close {
        display: block;
        width: 42px;
    }
    .pop-up__top_form-theme-border .pop-up__title {
        padding-right: 0;
    }
    .pop-up__top_form-theme-border .pop-up__tool-edit {
        position: relative;
        top: auto;
        width: auto;
        text-align: left;
        margin: 10px 0;
    }
}

.pop-up_type_error-message .pop-up__wrap {
    width: 100%;
    max-width: 720px;
    background: #ffffff;
}
.pop-up_type_error-message .pop-up__message {
    display: none;
    padding: 15px 12px;
    font-size : 15px;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
}
.pop-up_type_error-message .pop-up__message.success {
    display: block;
}
.pop-up_type_error-message .pop-up__message.error {
    display: block;
    color: #e2001a;
}
.pop-up_type_error-message .form_theme-border .auth__title {
    margin-bottom: 16px;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth {
    position: relative;
    margin: -10px 0 0 0;
    padding-bottom: 12px;
    height: auto;
}
.pop-up_type_error-message label.error {
    position: absolute;
    left: 0;
    bottom: -2px;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    font-family: pf_dindisplay_proregular;
    letter-spacing: 1px;
    color: #e2001a;
    text-transform: none;
    background: none;
}

.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio {
    font-family: helveticaneuecyrroman;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #222222;
    text-transform: none;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio {
    margin-left: 0;
    margin-right: 20px;
}

.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio .radio__box {
    margin-right: 5px;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box {
    background: #191c1c;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box:before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #ffffff;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio .radio__box:after {
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
}
.pop-up_type_error-message .radio-group_theme_project.radio-group_view_auth .radio.radio_checked .radio__box:after {
    background-color: #e2001a;
}
.pop-up_type_error-message .form_theme-border .grid__col_comment {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}
.pop-up_type_error-message .textarea__caption {
    margin-bottom: 15px;
    font-family: pf_dindisplay_proregular;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: normal;
    color: #494949;
}
.pop-up_type_error-message .form_theme-border .textarea_theme_project.textarea_view_auth.textarea__control {
    height: 140px;
    padding: 16px 21px;
    line-height: 1.24;
}
.pop-up_type_error-message .form_theme-border .grid__col_comment label.error {
    left: 12px;
    bottom: 14px;
}
.pop-up_type_error-message .form__description {
    padding: 30px 12px;
}
.pop-up_type_error-message .buttons .button_theme_project.button_view_auth {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 6px 12px;
}
@media screen and (max-width: 600px) {
    .pop-up_type_error-message .buttons {
        text-align: center;
    }
    .pop-up_type_error-message .buttons .button_theme_project.button_view_auth {
        width: 200px;
    }
}

.grid_bonus-start{}
.grid_bonus-start .grid__col {
    padding: 13px 0 40px 0;
}
.grid_bonus-start .grid__col.grid_view_relative {
    padding: 20px 0;
}
.grid_bonus-start .grid__col.grid_view_relative img {
    padding: 0;
}
.grid_bonus-start .title_view_m-banner {
    padding-top: 40px;
}
.grid_bonus-start .button_theme_project.button_view_filter {
    margin-top: 20px;
}
.grid_bonus-start .bonus-phone_desctop {
    display: block;
    padding-top: 30px;
}
.grid_bonus-start .bonus-phone_mobile {
    display: none;
}
.grid_bonus-start .bonus-phone__description {
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
    .grid_bonus-start .grid__col {
        padding-bottom: 0;
    }
    .grid_bonus-start .title_view_xxl-banner {
        margin-bottom: 35px;
    }
    .grid_bonus-start .title_view_m-banner {
        padding-top: 30px;
    }
    .grid_bonus-start .bonus-phone__description {
        font-size: 17px;
        text-transform: none;
        font-family: pf_din_text_cond_promedium;
    }
}
@media screen and (max-width: 640px) {
    .grid_bonus-start .grid__col.grid_view_relative {
        padding-bottom: 0;
    }
    .grid_bonus-start .grid__col.grid_view_relative img {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid_bonus-start .bonus-phone_desctop {
        display: none;
    }
    .grid_bonus-start .bonus-phone_mobile {
        display: block;
        padding-right: 20px;
    }
    .grid_bonus-start .bonus-phone__description {
        padding-top: 5px;
    }
}

.table__add-btn {
    text-align: left;
}

.page-auth {
    max-width: 320px;
}
.page-auth .auth__content {
    visibility: visible;
    opacity: 1;
    display: block;
}

.checkout-breed-wrap{
  margin-top: -30px;
}
.checkout-breed-wrap .grid__item-wrap.auth__item-wrap{
  margin-top: 0;
}
@media screen and (max-width: 540px) {
    .checkout-breed-wrap {
        margin-top: -20px;
    }
    .form_theme-border .grid:not(.grid_info) .checkout-breed-wrap .grid__item-wrap.auth__item-wrap{
        margin-top: 0;
        height: auto;
    }
}



.checkout-breed{
  color: #e2001a;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.checkout-breed:hover{
  text-decoration: underline;
}

.sticky-panel-wrapper {
    position: relative;
}

//twitter typeahead
.tt-input {
    position: relative;
    /*vertical-align: middle;*/
    background-color: transparent;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 0 23px 0 43px;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: "Helvetica", "Arial";
  }

  .tt-suggestion {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 28px 23px 28px 43px;
    border-left: 1px solid #dedede;
    cursor: pointer;
    background: #fff;
  }

  .twitter-typeahead {
    height: 100%;
    width: 100%;
  }

  .twitter-typeahead pre {
    display: none;
  }

  .tt-dropdown-menu {
    width: 100%;
  }

  .typeahead.tt-hint {
    display: none;
  }

.input__box_tt .tt-input {
    position: relative;
    /*vertical-align: middle;*/
    background-color: transparent;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 28px 23px;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: "Helvetica", "Arial";
}
.input__box_tt .tt-suggestion {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 28px 23px 28px 23px;
    border-left: 1px solid #dedede;
    cursor: pointer;
    background: #fff;
}
.input__box_tt .twitter-typeahead {
    height: 100%;
    width: 100%;
}
.input__box_tt .twitter-typeahead pre {
    display: none;
}
.input__box_tt .tt-dropdown-menu {
    width: 100%;
}
.input__box_tt .typeahead.tt-hint {
    display: none;
}
.input__box_tt .tt-dropdown-menu .tt-suggestion p {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.input-hint {
    margin-top: 7px;
    padding-left: 23px;
    color: #87888a;
    font-size: 0.8em;
}


//animation
//rotate
@-webkit-keyframes rotate {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotate {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@-o-keyframes rotate {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@-ms-keyframes rotate {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

//rotateinverse
@-webkit-keyframes rotateinverse {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateinverse {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotateinverse {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotateinverse {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotateinverse {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*
.move-slider_type_faq{
  height: 269px;
}
*/
.move-slider__title_type_faq{
  font-size: 36px;
}
.move-slider_type_faq .move-slider__cell{
  background-size: auto 100%;
}
.move-slider_type_faq .carousel__text-wrap{
  text-align: center;
}
.move-slider_type_faq .carousel__text-wrap span{
  color: #e2001a;
}
.found-breeder a {
  color: #e2001a;
  padding: 0 23px;
  font-size: 12px;
  font-family: pf_dindisplay_proregular;
}
.question-add.webinar-survey{
  max-width: none;
  padding: 0;
}
.question-add.webinar-survey .form-group{
  margin-bottom: 40px;
}
.question-add.webinar-survey .form-group.form-group_submit{
  text-align: center;
  margin-top: 20px;
}

.webinar-survey__about{
  font-size: 17px;
  padding: 20px 0;
}
.webinar-survey__question{
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 5px;
}
.webinar-survey .radio-group{
  border-bottom: none;
  height: auto;
}
.webinar-survey .radio-group .radio{
  display: block;
  margin-left: 0;
  white-space: normal;
  padding: 8px 0 8px 30px !important;
  line-height: 1 !important;
  position: relative;
  letter-spacing: normal;
  text-transform: none;
  font-size: 17px;
  font-family: helveticaneuecyrroman;
  color: #494949;
}
.webinar-survey .radio-group .radio .radio__box{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.webinar-survey .radio-group_theme_project.radio-group_view_auth:after{
  display: none;
}
.webinar-survey .error{
  font-size: 12px;
  color: #e2001a;
  font-family: pf_dindisplay_proregular;
}
.webinar-survey .captcha-wrap{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.webinar-survey .captcha-wrap img{
  padding-right: 50px;
  height: 50px;
  width: auto;
}
.webinar-survey .captcha-wrap .captcha_word-error{
  width: 100%;
}
.webinar-survey .captcha-wrap .refresh-captcha{
  position: absolute;
  top: 3px;
  left: 121px;
  width: 45px;
}

.expert-detailed{
  font-family: pf_dindisplay_proregular;
  background-color: #f8f8f8;
  border: solid 1px rgba(138, 143, 153, 0.32);
  padding: 30px 40px;
  min-height: 415px;
  display: none;
}
.expert-detailed.active{
  display: block;
}
.expert-detailed__photo-wrap{
  text-align: center;
  margin-bottom: 20px;
}
.expert-detailed__photo{
  display: inline-block;
  height: 175px;
  width: 175px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.expert-detailed__name{
  text-align: center;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 20px;
}
.expert-detailed ul{
  padding-left: 20px;
  margin: 0;
}
.expert-detailed ul li{
  list-style-type: none;
  color: #777c87;
  position: relative;
  padding-bottom: 7px;
}
.expert-detailed ul li:last-child{
  padding-bottom: 0;
}
.expert-detailed ul li:before{
  content: '—';
  position: absolute;
  left: -20px;
}
.experts-list{
  font-family: pf_dindisplay_proregular;
  border: solid 1px rgba(138, 143, 153, 0.32);
  padding: 20px 40px 20px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  min-height: 125px;
}
.experts-list:last-child{
  margin-bottom: 0;
}
.experts-list:after{
  content: '';
  clear: both;
  display: block;
}
.experts-list.active{
  background-color: #eceded;
}
.experts-list__photo{
  float: left;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.experts-list__text-wrap{
  padding-left: 75px;
}
.experts-list__name{
  margin-bottom: 10px;
  color: #2d2d2d;
  font-weight: bold;
}
.experts-list__about{
  color: #777c87;
}
#question_agreed{
  margin-top: -46px;
}
.experts_desktop{
  display: block;
}
.experts_mobile{
  display: none;
  padding: 40px;
}
.experts_mobile .move-slider .flickity-page-dots{
  text-align: center;
  bottom: 0;
}
.move-slider_theme_expert-details {
    position: relative;
    height: 580px;
    overflow: hidden;
}
.move-slider_theme_expert-details .flickity-viewport{
  height: 565px !important;
}
.move-slider_theme_expert-details .move-slider__carousel{
   height: 100%;
}
.move-slider_theme_expert-details .move-slider__cell {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.news-detail-picture_float-left{
  float: left;
  width: 50%;
  padding: 0px 15px 15px 0px;
}
.webinar-schedule-link_desktop{
  display: inline-block;
  margin-left: 25px;
}
.webinar-schedule-link_mobile{
  display: none;
  cursor: pointer;
  color: #e2001a;
  margin: 15px;
  font-size: 17px;
}
.accrueToStock-wrap{
  width: 850px;
  padding: 30px 70px;
  background-color: #fff;
  position: relative;
}
.accrueToStock__points{
  width: 122px;
  padding: 28px 12px;
}
.accrueToStock-wrap .pop-up__top_form-theme-border{
  padding: 0 0 28px 0;
  position: static;
}
.accrueToStock-wrap .pop-up__top_form-theme-border .pop-up__title {
    padding-right: 20px;
}
.accrueToStock-wrap .form_theme-border{
  padding: 0;
}
.accrueToStock-wrap .form_theme-border .grid_generate_password{
  margin: 0 -12px;
}
.accrueToStock-wrap .form_theme-border .grid_generate_password .input_theme_project.input_view_auth .input__box{
  opacity: 1;
}
.accrueToStock-wrap .form_theme-border .input_theme_project.input_view_auth .input__control{
  color: #494949;
}
.accrueToStock__text{
  padding-top: 28px;
  line-height: 1.2;
  color: #87888a;
}
.accrueToStock__user-list{
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.accrueToStock__user-list.grid .grid__col:first-child{
  padding-left: 0;
}
.accrueToStock__user-list.grid .grid__col:last-child{
  padding-right: 0;
  text-align: right;
}
.accrueToStock__user-list .rbc-select {
    text-align: left;
}

@media screen and (max-width: 950px){
  .news-detail-picture_float-left {
    float: none;
    width: 100%;
    padding: 0px 15px 15px 0px;
  }
}
@media screen and (max-width: 860px){
  .accrueToStock-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  #question_theme {
    order: 1;
  }
  #question_user {
    order: 2;
  }
  #question_text {
    order: 4;
  }
  #question_email {
    order: 3;
  }
  #question_agreed {
    margin-top: 0;
    order: 5;
  }
  .experts_desktop {
    display: none;
  }
  .experts_mobile {
    display: block;
  }

  .webinar-schedule-link_desktop {
    display: none;
  }
  .webinar-schedule-link_mobile {
    display: block;
  }
}
@media screen and (max-width: 640px){
  .accrueToStock-wrap {
    padding: 20px;
  }
  .accrueToStock__user-list.grid .accrueToStock__user_city {
    padding-right: 0;
    flex-direction: row-reverse;
  }
  .accrueToStock__user-list.grid .grid__col:last-child {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px){
  .experts_mobile {
    margin-right: -22px;
    margin-left: -22px;
    padding: 20px;
  }
  .expert-detailed__about li {
    font-size: 13px;
  }
  .wrap .question-add {
    margin-bottom: 30px;
  }
  .question-add.webinar-survey {
    padding: 20px;
  }
  .webinar-survey .captcha-wrap {
    flex-wrap: wrap;
  }
  .webinar-survey .captcha-wrap img {
    padding-right: 0;
    padding-bottom: 10px;

  }
  .webinar-survey .captcha-wrap input {
    width: 100%;
  }
}

div.news-detail img.detail_picture
{
  float:left;
  margin:0 8px 6px 1px;
}
.news-date-time
{
  color:#486DAA;
}

/* loader */
.circularG-loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    /*margin: auto; //not center*/
}
    .circularG-loader .circularG {
        position:absolute;
        background-color:rgb(0,0,0);
        width:8px;
        height:8px;
        border-radius:5px;
            -o-border-radius:5px;
            -ms-border-radius:5px;
            -webkit-border-radius:5px;
            -moz-border-radius:5px;
        animation-name:bounce_circularG;
            -o-animation-name:bounce_circularG;
            -ms-animation-name:bounce_circularG;
            -webkit-animation-name:bounce_circularG;
            -moz-animation-name:bounce_circularG;
        animation-duration:0.718s;
            -o-animation-duration:0.718s;
            -ms-animation-duration:0.718s;
            -webkit-animation-duration:0.718s;
            -moz-animation-duration:0.718s;
        animation-iteration-count:infinite;
            -o-animation-iteration-count:infinite;
            -ms-animation-iteration-count:infinite;
            -webkit-animation-iteration-count:infinite;
            -moz-animation-iteration-count:infinite;
        animation-direction:normal;
            -o-animation-direction:normal;
            -ms-animation-direction:normal;
            -webkit-animation-direction:normal;
            -moz-animation-direction:normal;
    }

    .circularG-loader .circularG_1 {
        left:0;
        top:13px;
        animation-delay:0.268s;
            -o-animation-delay:0.268s;
            -ms-animation-delay:0.268s;
            -webkit-animation-delay:0.268s;
            -moz-animation-delay:0.268s;
    }

    .circularG-loader .circularG_2 {
        left:3px;
        top:3px;
        animation-delay:0.364s;
            -o-animation-delay:0.364s;
            -ms-animation-delay:0.364s;
            -webkit-animation-delay:0.364s;
            -moz-animation-delay:0.364s;
    }

    .circularG-loader .circularG_3 {
        top:0;
        left:13px;
        animation-delay:0.45s;
            -o-animation-delay:0.45s;
            -ms-animation-delay:0.45s;
            -webkit-animation-delay:0.45s;
            -moz-animation-delay:0.45s;
    }

    .circularG-loader .circularG_4 {
        right:3px;
        top:3px;
        animation-delay:0.536s;
            -o-animation-delay:0.536s;
            -ms-animation-delay:0.536s;
            -webkit-animation-delay:0.536s;
            -moz-animation-delay:0.536s;
    }

    .circularG-loader .circularG_5 {
        right:0;
        top:13px;
        animation-delay:0.632s;
            -o-animation-delay:0.632s;
            -ms-animation-delay:0.632s;
            -webkit-animation-delay:0.632s;
            -moz-animation-delay:0.632s;
    }

    .circularG-loader .circularG_6 {
        right:3px;
        bottom:3px;
        animation-delay:0.718s;
            -o-animation-delay:0.718s;
            -ms-animation-delay:0.718s;
            -webkit-animation-delay:0.718s;
            -moz-animation-delay:0.718s;
    }

    .circularG-loader .circularG_7 {
        left:13px;
        bottom:0;
        animation-delay:0.814s;
            -o-animation-delay:0.814s;
            -ms-animation-delay:0.814s;
            -webkit-animation-delay:0.814s;
            -moz-animation-delay:0.814s;
    }

    .circularG-loader .circularG_8 {
        left:3px;
        bottom:3px;
        animation-delay:0.9s;
            -o-animation-delay:0.9s;
            -ms-animation-delay:0.9s;
            -webkit-animation-delay:0.9s;
            -moz-animation-delay:0.9s;
    }

@keyframes bounce_circularG {
    0% {
        transform:scale(1);
    }

    100% {
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform:scale(1);
    }

    100% {
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform:scale(1);
    }

    100% {
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform:scale(1);
    }

    100% {
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform:scale(1);
    }

    100% {
        -moz-transform:scale(.3);
    }
}
/* /loader */

.ui-autocomplete {
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

.ui-autocomplete ul {
    background: #ffffff;
    border: 1px solid #B1B1B1;
    overflow-y: auto;
    max-height: 400px;
    max-width: 490px;
}

.ui-autocomplete li {
    font-size: 13px;
    padding: 2px 2px;
    border-top: 1px solid #E2E2E2;
}

.ui-autocomplete li a {
    display: block;
    padding: 0 10px;
    line-height: 23px;
    text-decoration: none;
}
.ui-autocomplete li:hover a,
.ui-autocomplete li a:hover {font-weight: normal;color: #333333; text-decoration: none;}

.ui-autocomplete li .ac-s {color: #52A3B6;}

.ui-autocomplete li .ac-s2 {color: #333333;}
.ui-autocomplete li .ac-s,
.ui-autocomplete li .ac-s2 {font-weight: bold;}
.ui-autocomplete li .ac-st {color: #AAAAAA;}

.auth__reg-success{
  background-color: #fff;
}

.anket-tooltip{
  margin: 10px 0;
  position: relative;
}
.anket-tooltip__text{
  display: inline-block;
  font-size: 15px;
}
.anket-tooltip__help{
  display: inline-block;
  cursor: pointer;
}
.anket-tooltip__help__icon{
  background-color: #e9ecee;
  color: #87888a;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  transition: 0.4s;
}
.anket-tooltip__help:hover .anket-tooltip__help__icon{
  background-color: #87888a;
  color: #e9ecee;
}
.anket-tooltip__help__popup{
  display: block;
  background-color: #fff;
  position: absolute;
  left: 183px;
  bottom: 150%;
  padding: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  width: 350px;
  box-shadow: 0 0 20px 0px rgba(70, 70, 70, 0.3);
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
}
.anket-tooltip__help__popup:before{
  content: '';
  position: absolute;
  left: 16px;
  top: 100%;
  height: 0px;
  width: 0px;
  border: 12px solid transparent;
  border-top: 12px solid #d2d2d2;
  z-index: 2;
}
.anket-tooltip__help__popup:after{
  content: '';
  position: absolute;
  left: 18px;
  top: 100%;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 3;
}
.anket-tooltip__help:hover .anket-tooltip__help__popup{
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 640px){
  .anket-tooltip__help__popup {
    left: 0;
    width: 270px;
  }
  .anket-tooltip__help__popup:after {
    left: 202px;
  }
  .anket-tooltip__help__popup:before {
    left: 200px;
  }
}

.id-tooltip__help{
  display: inline-block;
  position: relative;
  cursor: pointer;
  /* float: left;
  margin: 8px 5px 8px 0; */
  margin: -8px 8px -8px 0;
  transition: 0.4s;
  z-index: 1;
}
.id-tooltip__help--right {
    margin-right: 0;
    margin-left: 4px;
}
.id-tooltip__help__icon{
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #e2001a;
  color: #e2001a;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  display: inline-block;
  text-align: center;
  font-family: pf_dindisplay_probold;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
}
.id-tooltip__help__popup{
  display: block;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  left: -9px;
  bottom: 150%;
  padding: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  width: 200px;
  box-shadow: 0 0 20px 0px rgba(70, 70, 70, 0.3);
  font-family: pf_din_text_cond_promedium;
  opacity: 0;
  z-index: -1;
  font-size: 13px;
  color: #494949;
  text-align: left;
}
.id-tooltip__help__popup:before{
  content: '';
  position: absolute;
  left: 7px;
  top: 100%;
  height: 0px;
  width: 0px;
  border: 12px solid transparent;
  border-top: 12px solid #d2d2d2;
  z-index: 2;
}
.id-tooltip__help__popup:after{
  content: '';
  position: absolute;
  left: 9px;
  top: 100%;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 3;
}
.id-tooltip__help:hover .id-tooltip__help__popup{
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.orders-tooltip{
  margin: 10px 0;
  position: relative;
  z-index: 9;
}
.orders-tooltip__text{
  display: inline-block;
  font-size: 15px;
}

.basket-tooltip{
  margin: 10px 0 20px;
  position: relative;
  z-index: 9;
}
.basket-tooltip__text{
  display: inline-block;
  font-size: 15px;
}

.college-pro-link {
    margin-bottom: 30px;
}

.college-pro-link-small {
    display: none;
}

.college-pro-link-big {
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 700px) {
    .college-pro-link-big {
        display: none;
    }

    .college-pro-link-small {
        display: block !important;
        margin: 30px auto 0;
    }
}

.password-change__wrap{
  width: 450px;
}
.password-change__success-wrap{
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 650px){
  .password-change__wrap {
    width: 100%;
  }
}

.breeder-detail{}
.breeder-detail .grid {
    margin: 0 -15px;
}
.breeder-detail .grid__col {
    padding: 0 15px;
}
.is-popup_opened #rh-badge,
.page_overflow #rh-badge{
  z-index: 200 !important; //redhelper
}
.write-us{
  position: fixed;
  right: 0;
  top: 155px;
  width: 35px;
  z-index: 999;
  display: none;
}
.is-popup_opened .write-us,
.page_overflow .write-us {
    z-index: 200;
}
.write-us__icon{
  display: block;
  width: 35px;
  height: 48px;
  border-radius: 6px 0px 0px 6px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

@media screen and (max-width: 950px) {
  .write-us {
    display: block;
  }
}

/* новые стили /stores/buy_online */
.product-about{
  margin-bottom: 12px;
}
.product-about .product-about__photo{
  display: flex;
  align-items: center;
}
.product-about .product-about__photo img{
  width: 100%;
  height: auto;
}
.product-about .product-about__info{
  position: relative;
  padding: 6px 180px 10px 39px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product-about .product-info__name{
  display: inline-block;
  font-family: 'pf_dindisplay_probold';
  text-transform: uppercase;
  text-decoration: none;
  color: #e2001a;
}
.product-about .product-info__name:hover{
  text-decoration: underline;
}
.product-about .product-info__description{
  width: 100%;
  font-family: 'pf_dindisplay_probold';
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.5;
  margin: 5px 0 25px;
}
.product-about .product-info__buy-online{
  font-family: 'pf_dindisplay_proregular';
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-about .product-info__delivery{
  width: 100%;
  font-family: 'pf_dindisplay_proregular';
  font-size: 15px;
}
.product-about .product-info__delivery span{
  font-weight: bold;
  color: #e2001a;
}
.product-about .product-about__product-new_change-city{
  padding: 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.product-about .product-info__change-city{
  position: absolute;
  right: 10px;
  bottom: 9px;
  font-size: 15px;
  color: #e2001a;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.product-about .product-info__change-city:hover{
  color: #e2001a;
  text-decoration: none;
}
.where-to-buy.table{
  margin-bottom: 30px;
}
.where-to-buy .table__body .grid__col{
  border: none;
  padding: 0;
}
.where-to-buy .table__row{
  padding: 14px 30px;
  border: solid 1px #b5b9c1;
  margin-top: 5px;
  color: #000;
}
.where-to-buy .where-to-buy__name{
  text-transform: uppercase;
  font-family: 'pf_dindisplay_promedium';
  font-size: 20px;
  margin-bottom: 2px;
}
.where-to-buy .where-to-buy__link{
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'pf_dindisplay_proregular';
}
.where-to-buy .where-to-buy__link:hover{
  color: #9da2ac;
}
.where-to-buy .where-to-buy__delivery-zone{
  line-height: 1;
  font-family: 'pf_dindisplay_proregular';
  font-size: 16px;
  padding-right: 10px;
  margin-bottom: 4px;
}
.where-to-buy .where-to-buy__description{
  line-height: 1;
  font-family: 'pf_dindisplay_proregular';
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 4px;
}
.where-to-buy .where-to-buy__button{
  text-align: center;
  padding: 15px;
  font-family: 'pf_dindisplay_promedium';
  border-radius: 2px;
  cursor: pointer;
  background-color: #e2001a;
  color: #fff;
  width: 136px;
  float: right;
}

.where-to-buy .table__row_shop {
    border: solid 1px #ec001a;
    position: relative;
}
.where-to-buy .table__row_shop .where-to-buy__name {
    color: #ec001a;
}
.where-to-buy .table__row_shop .where-to-buy__description {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}
.where-to-buy .table__row_shop .where-to-buy__logo {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 45px;
    height: auto;
}
.where-to-buy .table__row_shop .where-to-buy__logo img {
    display: block;
    max-width: 100%;
}
.where-to-buy .table__row_shop .where-to-buy__button {
    margin-top: 50px;
}
@media screen and (max-width: 500px) {
    .where-to-buy .table__row_shop .where-to-buy__button {
        margin-top: 10px;
    }
}

.where-to-buy__offer{
  display: inline-block;
  padding-right: 12px;
  white-space: nowrap;
}
.where-to-buy__offer img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 26px;
}
.where-to-buy__offer span{
  margin-left: 6px;
  font-size: 12px;
}
.where-to-buy__paging-item{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  font-family: 'pf_dindisplay_proregular';
}
.where-to-buy__paging-item_active{
  background-color: #e50006;
  color: #fff;
  border-radius: 100%;
  cursor: default;
}
.where-to-buy__arrow{
  display: inline-block;
  width: 11px;
  height: 11px;
  text-decoration: none;
  transform: rotate(45deg);
}
.where-to-buy__arrow_left{
  border-bottom: 2px solid #e50006;
  border-left: 2px solid #e50006;
  margin-right: 2px;
}
.where-to-buy__arrow_right{
  border-top: 2px solid #e50006;
  border-right: 2px solid #e50006;
  margin-left: 7px;
}
@media screen and (max-width: 950px) {
  .product-about .grid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .product-about .product-about__photo {
    width: 50px;
  }
  .product-about .product-about__info {
    padding: 10px 20px;
  }
  .product-about .product-info__change-city {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 5px;
  }
  .where-to-buy .where-to-buy__delivery-zone {
    margin: 12px 0;
  }
}

@media screen and (max-width: 500px) {
  .where-to-buy .where-to-buy__button {
    float: none;
    margin-top: 10px;
  }
}

/* eot: новые стили /stores/buy_online */

/* eot: Элементы Breeder market на странице RBC */

/* Попап акции */
.modal.popup-action {
    font-family: 'DinDisplay';
    max-width: 680px;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
    padding: 36px 10px 18px 62px;
    margin-top: -35px;
}
@media (max-width: 767px) {
    .modal.popup-action {
        padding: 30px 12px 12px 12px;
        max-width: 290px;
        margin: 0;
    }
}
.modal.popup-action a.close-modal {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAmFJREFUeAHt2TFOwzAUBmAHBqSuMPQkXAHRBSGkbkwchHIQJrZKFUJIRb0CJ2GADVXqgEz+UqchxMGx3zMV+iNB2iR+tr84L4lrDBcKUIACFKAABShAAQpQgAIUoAAFKEABCvxbgenU7kt1TjJWW5v22jZKbLu9m03eV7PH+Xx+kBoPMRALMVNj+coXvh0p29cNtvYaMYrCPA0PB+ej0WgVExMIL2/Le2vN6bp8UdxcXV5MYmJ1lRGHqCO4imMxfiBsA4pjiEK0IWzb3m9keBG2AUUxxHIEkllh7LFrZ3ONoY0hjg429zW//4pQFkBdkglUDGI8Lj6QC3AZNDvmvodgBCFs8g7qdLFT16KXBhrTpyPNBJpSducgYjH+EgFtFh8R7sz06RjKfLtFuiC1deydpxai86MaBGoNwjBmgWOtMSdYty3aCKhTFQIVhGDgON+SAwF1q0OgkliMXAjZIGIwciJkhagwXpcPXflg06jF8Ghw1ry9Yp/WIvZApdXAXHGzQVR5ouPu4DqNERP6OO7KpK6ZLDeC6hDVSHDzCT1PXa6kqQoRglA2YCceqNRyRBAC3iLLuwP+cOZ9gyXkrdVXNnS7yogIRqhN4cWUCe1kyHHiECkdSikb0tmuY0QhJDoiEaOrw759YjkC02YSr9J4mgyd6drZqTprimefeJ/bYBBGWddOT9W1zWT3QahDei8Thd82RHOE60QdIxbBxfqBoYCAulQgEBgYmHJP+ZULcbBUGOXloPEr11ctiv8lk5lkLMUuMzQFKEABClCAAhSgAAUoQAEKUIACFKAABSIFPgEQhs10avGKuQAAAABJRU5ErkJggg==') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 767px) {
    .modal.popup-action a.close-modal {
        top: 0;
        right: 0;
    }
}
.blocker {
    padding: 10px !important;
}
.popup-action__logo {
    display: inline-block;
}
.popup-action__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.popup-action__logo:nth-child(1) {
    width: 125px;
    height: 44px;
}
@media (max-width: 767px) {
    .popup-action__logo:nth-child(1) {
        width: 89px;
        height: 30px;
        margin-left: 10px;
    }
}
.popup-action__logo:nth-child(2) {
    width: 170px;
    position: relative;
    top: 9px;
    height: 38px;
    margin-left: 40px;
}
@media (max-width: 767px) {
    .popup-action__logo:nth-child(2) {
        width: 121px;
        height: 30px;
        top: 0;
        margin-left: 20px;
    }
}
.popup-action__container {
    display: flex;
    padding-top: 42px;
}
@media (max-width: 767px) {
    .popup-action__container {
        padding-top: 15px;
        display: block;
    }
}
.popup-action__info {
    width: 50%;
}
@media (max-width: 767px) {
    .popup-action__info {
        width: 100%;
    }
}
.popup-action__title {
    font-family: 'DinDisplayBold';
    width: 350px;
    height: 73px;
    background-color: #e2001a;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    color: #fff;
    padding: 13px 23px 14px 73px;
    display: inline-block;
    left: -72px;
}
@media (max-width: 767px) {
    .popup-action__title {
        width: 100%;
        left: -20px;
        font-size: 16px;
        height: 56px;
        padding: 7px 30px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}
@media (max-width: 360px) {
    .popup-action__title {
        height: 62px;
        font-size: 17px;
        line-height: 1.4;
        padding-right: 12px;
    }
}
.popup-action__title:before {
    position: absolute;
    content: '';
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-right: 20px solid #fff;
}
@media (max-width: 767px) {
    .popup-action__title:before {
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-right: 10px solid #fff;
    }
}
@media (max-width: 360px) {
    .popup-action__title:before {
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
        border-right: 10px solid #fff;
    }
}
.popup-action__text {
    font-family: 'DinDisplay';
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    padding: 0;
    margin: 0 0 58px 0;
}
@media (max-width: 767px) {
    .popup-action__text {
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
.popup-action__img {
    width: 50%;
    margin-left: 10px;
}
.popup-action__img--md {
    display: none;
}
@media (max-width: 767px) {
    .popup-action__img {
        display: none;
    }
    .popup-action__img--md {
        display: block;
        width: 200px;
        margin: 10px auto;
    }
}
.popup-action__img img {
    display: block;
    max-width: 100%;
    left: -13px;
    top: -7px;
    position: relative;
}

@media (max-width: 767px) {
    .popup-action__img img {
        top: 0;
        left: 0;
    }
}
.popup-action__btn {
    font-family: 'DinDisplayBold';
    width: 190px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    border-radius: 2px;
    background-color: #e2001a;
    text-decoration: none;
    position: relative;
    top: -36px;
}
@media (max-width: 767px) {
    .popup-action__btn {
        width: 100%;
        top: auto;
    }
}
.popup-action__btn:hover {
    color: #fff;
    text-decoration: none;
}
.blocker {
    z-index: 99 !important;
    background: #000;
    background: rgba(0,0,0,0.5);
}
.carousel_college-pro-breeders .carousel__cell{
  width: 100%;
}
.carousel_college-pro-breeders .carousel__cell img{
  width: 100%;
  height: auto;
}

/* Элементы Breeder market на странице RBC */
.rbc-best-of-pets-description {
 border-left: 6px solid #e2001a;
 padding-left: 10px;
 font-family: pf_dindisplay_proregular;
}
.rbc-best-of-pets-description p{
  margin: 15px 0;
}
.rbc-best-of-pets-button-wrap{
 text-align: right;
}
.rbc-about-best-of-pets{
 display: inline-block;
 float: right;
}
.rbc-about-best-of-pets_no-float{
 float: none;
}
.rbc-about-best-of-pets .rbc-about-best-of-pets__hint{
 display: inline-block;
 height: 28px;
 width: 28px;
 line-height: 24px;
 text-align: center;
 border-radius: 100%;
 border: 2px solid #e2001a;
 color: #e2001a;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 vertical-align: bottom;
 margin-bottom: 10px;
}
.rbc-about-best-of-pets .rbc-about-best-of-pets__hint-text{
 display: block;
 position: absolute;
 text-align: left;
 right: 0px;
 bottom: 40px;
 width: 235px;
 padding: 15px;
 border: 1px solid #dedede;
 box-shadow: 0 0 5px #dedede;
 background-color: #fff;
 z-index: -1;
 color: #494949;
 font-size: 13px;
 font-weight: normal;
 line-height: 1.4;
 transition: 0.4s;
 opacity: 0;
}
.rbc-about-best-of-pets .rbc-about-best-of-pets__hint:hover .rbc-about-best-of-pets__hint-text{
 opacity: 1;
 z-index: 999;
}
@media screen and (max-width: 950px) {
 .rbc-about-best-of-pets {
        float: none;
   }
}

.button_theme_project.button_view_auth.button.button_inline{
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.button_theme_project.button_view_auth.button.button_inline:hover{
  background-color: #d60119;
}
.button_theme_project.button_view_auth.button.button_inline_size-m{
  display: inline-block;
  max-width: 230px;
  width: 100%;
  height: 50px;
  font-size: 17px;
  cursor: pointer;
}
.button_theme_project.button_view_auth.button.button_inline_size-m:hover{
  background-color: #d60119;
}

.button_theme_project.button_view_auth.button.button_inline_size-s{
  display: inline-block;
  max-width: 122px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  cursor: pointer;
}
.button_theme_project.button_view_auth.button.button_inline_size-s:hover{
  background-color: #d60119;
}

.product-detail{
  margin-top: 20px;
  margin-bottom: 72px;
}
.product-detail__img-wrap{
  height: 280px;
  text-align: center;
}
.product-detail__img{
  display: inline-block;
  height: 100%;
  max-width: 100%;
}
.product-detail__title{
  margin-bottom: 15px;
  color: #e2001a;
  font-size: 20px;
  font-family: pf_din_text_cond_promedium;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-detail__description{
  margin-bottom: 27px;
  font-size: 21px;
  font-family: pf_din_text_cond_promedium;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191c1c;
}
.product-detail__info{
  padding-left: 55px;
}
.product-detail__sizes{
  position: relative;
  margin-bottom: 25px;
}
.product-detail__sizes-items{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-detail__sizes-title{
  margin-bottom: 5px;
  font-size: 14px;
  font-family: pf_din_text_cond_promedium;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #494949;
}
.product-detail__sizes-item{
  margin-right: 30px;
  font-family: pf_din_text_cond_proregular;
  font-size: 14px;
  color: #494949;
}
.product-detail__sizes-text{
  width: 100%;
  max-width: 180px;
}
.product-detail__sizes-img{
  display: block;
  position: absolute;
  left: 194px;
  top: -11px;
  height: 55px;
  width: auto;
}
.discontinued_product {
    color: red;
    text-transform: uppercase;
}
.product-detail__button.button_theme_project.button_view_auth{
  width: 100%;
  max-width: 162px;
  height: 48px;
  text-transform: none;
  font-size: 16px;
}
.product-detail__button.button_theme_project.button_view_auth:hover{
  background-color: #d60119;
}
.product-detail__find-shop{
  display: inline-block;
  text-decoration: underline;
  color: #c5c5c4;
  font-family: pf_din_text_cond_promedium;
  font-size: 17px;
  margin-top: 17px;
}
.product-detail__find-shop:hover{
  text-decoration: none;
}
.product-detail-tabs__btns-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #b7bbc3;
  border-radius: 2px;
}
.product-detail-tabs__btn{
  background-color: #fff;
  cursor: pointer;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px #b7bbc3;
  color: #c5c5c4;
  font-family: pf_din_text_cond_promedium;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.product-detail-tabs__btn.active{
  background-color: #b7bbc3;
  color: #fff;
}
.product-detail-tabs__btn:first-child{
  border-left: none;
}
.product-detail-tabs__item{
  display: none;
}
.product-detail-tabs__item.active{
  display: block;
}
.product-detail-tabs__item-content{
  padding: 10px;
  line-height: 1.65;
  font-family: pf_din_text_cond_proregular;
}
@media screen and (max-width: 768px) {
  .product-detail-tabs__btns-wrap {
    display: none;
  }
  .product-detail-tabs__item {
    display: block;
    border-bottom: 1px solid #dedede;
    position: relative;
    height: auto;
  }
  .product-detail-tabs__item-content {
    height: 0;
    font-size: 13px !important;
    padding: 0 24px;
    overflow-y: auto;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .product-detail-tabs__item.active .product-detail-tabs__item-content {
    height: auto;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .product-detail__img-wrap {
    height: auto;
  }
  .product-detail__img {
    height: auto;
    max-width: 80%;
  }
  .product-detail {
    padding: 0 10px;
  }
  .product-detail__info {
    padding: 0 0 0 10px;
  }
  .product-detail__description {
    font-size: 14px;
    padding-right: 4px;
  }
  .product-detail__sizes-img {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 5px;
  }
}

/* Попап бесплатного питания */
.free-meal{
  position: relative;
  width: 100%;
  max-width: 654px;
  min-height: 449px;
  background-color: #fff;
  padding: 30px;
}
.free-meal__close{
  position: absolute;
  right: 25px;
  top: 25px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 99;
}
.free-meal__close svg{
  fill: #87888a;
  height: 100%;
  width: 100%;
}
.free-meal__logo{
  position: absolute;
  width: 187px;
  height: 66px;
  left: 30px;
  top: 30px;
  background-image: url(/local/templates/.default/i/freemeal/free-meals-logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.free-meal__pic{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 280px;
  height: 420px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.free-meal__text{
  margin-top: 150px;
  position: relative;
  z-index: 9;
  text-align: center;
  width: 65%;
}
.free-meal__desc{
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
.free-meal__headline{
  text-transform: uppercase;
  color: #e2001a;
  font-family: pf_din_text_cond_promedium;
  font-size: 37px;
  line-height: 0.95;
  margin-bottom: 15px;
}
.free-meal__btn{
  display: inline-block;
  padding: 15px 50px;
  background-color: #e2001a;
  font-size: 18px;
  font-family: pf_din_text_cond_promedium;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.4s;
}
.free-meal__btn:hover{
  background-color: #d60119;
}
@media screen and (max-width: 586px){
  .free-meal__pic {
    display: none;
  }
  .free-meal__text {
    width: 100%;
  }
}
@media screen and (max-width: 400px){
  .free-meal__desc {
    font-size: 14px;
  }
  .free-meal__headline {
    font-size: 26px;
  }
}
/* /Попап бесплатного питания */

.flex-nowrap{
  flex-wrap: nowrap !important;
}

/* Проблемы с горячей линией 16 марта 2018 */
/*
.bonus-header__helppanel{
  position: relative;
}
.hotline-notification{
  position: absolute;
  font-family: pf_dindisplay_promedium;
  color: #fff;
  font-size: 11px;
  text-align: left;
  bottom: 20px;
  left: -110px;
  width: 250px;
}

.hotline-notification-icon{
  width: 35px;
  height: 35px;
  background-image: url(../i/icon-attention_gray.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: -41px;
}

.hotline-notification-icon_bonus{
  width: 20px;
  height: 20px;
  background-image: url(../i/icon-attention_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: -24px;
}
*/

.link_red{
  color: #e2001a;
  text-decoration: underline;
}
.link_red:hover{
  text-decoration: none;
}

/*Стили для служебной записки*/
.popup-freeproduct {
  width: 820px;
  padding: 0 85px 20px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .popup-freeproduct {
    width: 760px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .popup-freeproduct {
    width: 640px;
  }
}

@media screen and (max-width: 640px) {
  .popup-freeproduct {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.popup-freeproduct__wrap .pop-up__top {
  padding: 40px 85px 31px;
}

@media screen and (max-width: 992px) {
  .popup-freeproduct__wrap .pop-up__top {
    padding-top: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .popup-freeproduct__wrap .pop-up__top {
    padding-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .popup-freeproduct__wrap .pop-up__top {
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .popup-freeproduct__wrap .pop-up__top {
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.popup-freeproduct__wrap .pop-up__top-close {
}

@media screen and (max-width: 767px) {
  .popup-freeproduct__wrap .pop-up__top-close {
    display: block;
    width: 52px;
  }
}

@media screen and (max-width: 480px) {
  .popup-freeproduct__wrap .pop-up__top-close {
    display: block;
    width: 42px;
  }
}

.popup-freeproduct__wrap .pop-up__title {
  position: relative;
  font-family: pf_dindisplay_promedium;
  font-weight: 500;
  color: #000000;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.popup-freeproduct__wrap .pop-up__title.pop-up__title_links {
  padding-right: 140px;
}

@media screen and (max-width: 480px) {
  .popup-freeproduct__wrap .pop-up__title.pop-up__title_links {
    padding-right: 0;
  }
}

.popup-freeproduct__wrap .pop-up__tool-edit {
  position: absolute;
  top: -2px;
  right: 0;
  width: auto;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .popup-freeproduct__wrap .pop-up__tool-edit {
    position: relative;
    top: auto;
    width: auto;
    text-align: left;
    margin: 10px 0;
  }
}

.popup-freeproduct__wrap .pop-up__tool-edit__btn {
  display: inline-block;
  text-transform: uppercase;
  color: #e2001a;
  font-family: pf_dindisplay_probold;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-bottom: 1px dashed #e2001a;
}

.popup-freeproduct__wrap .pop-up__tool-edit__btn:hover {
  color: #191c1c;
  border-bottom: 1px dashed transparent;
}

.popup-freeproduct__container .worksheet-add-form__step1 {
    /*padding-bottom: 60px;*/
}
.popup-freeproduct__container .worksheet-add-form__step1 .rbc-select.rbc-select_buyertype .select-default__select .selectize-dropdown {
    top: auto !important;
    bottom: 47px !important;
    max-height: 330px !important;
}
.popup-freeproduct__container .worksheet-add-form__step1 .rbc-select.rbc-select_buyertype .select-default__select .selectize-dropdown > .nano-pane {
    width: 6px;
}
.popup-freeproduct__container .worksheet-add-form__step1 .rbc-select.rbc-select_buyertype .select-default__select .selectize-dropdown > .nano-pane > .nano-slider {
    background-color: #B5B9C1;
}
.popup-freeproduct__container .worksheet-add-message__owner {
    padding-bottom: 30px;
}

.college-vacation {
  border-top: 1px solid #dedede;
}

.college-vacation__text {
  font-family: pf_din_text_cond_promedium;
  text-transform: uppercase;
  font-size: 36px;
  padding: 120px 0 140px;
}

.college-vacation__text span {
  color: #e2001a;
}

.shipment-tooltip{
  float: right;
}
.shipment-tooltip svg{
  height: 18px;
  width: 18px;
}

.similar-articles-carousel{
  position: relative;
}
.similar-articles-carousel__slides-wrap{
  margin: 0 -20px;
}
.similar-articles-carousel__slide{
  padding: 0 20px;
}
.similar-articles-control{
  height: 26px;
  width: 26px;
  position: absolute;
  top: 76px;
  z-index: 999;
  cursor: pointer;
}
.similar-articles-control .na-icon{
  height: 100%;
  width: 100%;
  color: #fff;
  transition: 0.5s;
}
.similar-articles-control:hover .na-icon{
  color: #e2001a;
}
.similar-articles-control .na-icon svg{
  fill: currentColor;
}
.similar-articles-control.similar-articles-control_prev{
  left: 0px;
}
.similar-articles-control.similar-articles-control_next{
  right: 0px;
}
@media screen and (max-width: 640px) {
  .similar-articles-carousel__slides-wrap {
    margin: 0;
  }
  .similar-articles-carousel__slide {
    padding: 0;
  }
  .similar-articles-control {
      top: 110px;
  }
}

.checkbox_theme_project.checkbox_no-bem:hover {
    color: #e2001a;
}
.checkbox_theme_project.checkbox_no-bem:hover .checkbox__box {
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_no-bem input:checked ~ .checkbox__box {
    border-color: #e2001a;
}
.checkbox_theme_project.checkbox_no-bem input:checked ~ .checkbox__box:before {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate3d(0, 0px, 0);
    transform: rotate(45deg) translate3d(0, 0px, 0);
}
.checkbox_theme_project.checkbox_no-bem input:checked ~ .checkbox__box:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


.dz-print {
    font-size: 16px;
    color: #5CA9AD;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.dz-print:hover {
    text-decoration: none;
}

.text-align_right {
    text-align: right;
}

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


.popup-btn_hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
}

/* popup */
.rbc-popup__wrap {
    width: 920px;
    min-height: 390px;
    background: #fff;
    position: relative;
}
.rbc-popup__wrap._narrow {
    width: 760px;
}
.rbc-popup__wrap .pop-up__btn-close {
    top: 15px;
    right: 13px;
    bottom: auto;
    left: auto;
    background: none;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
    @media screen and (max-width: 640px) {
        .rbc-popup__wrap .pop-up__btn-close {
            right: 10px;
        }
    }
.rbc-popup__wrap .pop-up__btn-close:before,
.rbc-popup__wrap .pop-up__btn-close:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 6px;
    width: 21px;
    height: 2px;
    background-color: #8a8a8a;
}
.rbc-popup__wrap .pop-up__btn-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.rbc-popup__wrap .pop-up__btn-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.rbc-popup__wrap .pop-up__btn-close:hover:before,
.rbc-popup__wrap .pop-up__btn-close:hover:after {
    background-color: #E2001A;
}
.rbc-popup__container {
    position: relative;
    z-index: 99;
    padding: 57px 20px 29px 0;
}
.popup-store-advert__img {
    position: absolute;
    right: 34px;
    top: 120px;
    display: block;
    width: 386px;
    height: auto;
    z-index: -1;
}
.popup-store-advert__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.rbc-popup__content {
    padding-left: 57px;
}

.rbc-popup__content--pad-both {
  padding-right: 37px;
}

.rbc-popup-advert__content {
    padding: 0 40px 20px 60px;
}
.popup-store-advert__text {
    margin-bottom: 20px;
}
.popup-store-advert__text p {
    margin-bottom: 14px;
}
.popup-store-advert__text p:last-child {
    margin-bottom: 0;
}
.popup-store-advert__text a {
    color: #e2001a;
    text-decoration: underline;
}
.popup-store-advert__text a:hover {
    color: #e2001a;
    text-decoration: none;
}

.popup-store-advert__btn--margin-top {
  margin-top: 20px;
}

.popup-store-advert__btn .btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    background-color: #E2001A;
    padding: 12px 28px;
    color: #FFFFFF;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.popup-store-advert__btn .btn:hover {
    text-decoration: none;
}
.popup-store-advert__title {
    max-width: 520px;
    margin-bottom: 29px;
    font-family: pf_din_text_cond_proregular, sans-serif;
    font-size: 47px;
    line-height: 1.1;
    color: #E2001A;
    text-transform: uppercase;
}

.popup-store-advert__title--fullwidth {
    max-width: 100%;
}
@media screen and (max-width: 599px) {
    .popup-store-advert__title--fullwidth {
        padding-right: 40px;
    }
}

.popup-store-advert__image--floatright {
  float: right;
  margin-left: 20px;
}

.popup-store-advert__description p {
    color: #4A4A4A;
    font-family: pf_dindisplay_proregular;
    font-size: 14.4px;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.popup-store-advert__translation-time {
    font-size: 20px;
    max-width: 360px;
    margin-bottom: 39px;
}

.popup-store-advert__translation-time--auto {
  max-width: none;
}

.pop-up_rbc-access-msg .rbc-popup__wrap {
    width: 600px;
    min-height: 200px;
}
.pop-up_rbc-access-msg .rbc-popup__container {
    padding: 49px 60px;
}
.pop-up_rbc-access-msg .rbc-popup__inner {
    padding: 0;
}
.pop-up_rbc-access-msg .rbc-access-msg__title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #494949;
    text-align: center;
}
.rbc-access-msg__btn {
    text-align: center;
}

@media screen and (max-width:991px) {
    .rbc-popup__wrap {
        width: 740px;
        margin: 0 auto;
    }
    .popup-store-advert__img {
        width: 300px;
        top: 160px;
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .rbc-popup__wrap {
        width: 430px;
        margin: 0 auto;
        min-height: auto;
    }
    .rbc-popup__container {
        padding: 30px 30px 48px 30px;
    }
    .rbc-popup-advert__content {
        padding: 0;
    }
    .popup-store-advert__img {
        display: none;
    }
    .popup-store-advert__image--floatright {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .rbc-popup__content {
        padding: 0 30px 0 0;
    }
    .popup-store-advert__title {
        font-size: 34px;
        line-height: 1;
    }
    .popup-store-advert__translation-time {
        font-size: 17px;
    }
    .popup-store-advert__btn {
        text-align: center;
    }
}
@media screen and (max-width:599px) {
    .rbc-popup__wrap {
        width: 100%;
    }
    .popup-store-advert__title {
        font-size: 28px;
        max-width: none;
    }
    .rbc-popup__container {
        padding: 20px 15px 28px 15px;
    }
    .popup-store-advert__translation-time {
        max-width: none;
    }
    .pop-up_rbc-access-msg .rbc-popup__wrap {
        width: 400px;
    }
    .pop-up_rbc-access-msg .rbc-popup__container {
        padding: 50px 30px 40px 30px;
    }
}
@media screen and (max-width:400px) {
    .pop-up_rbc-access-msg .rbc-popup__wrap {
        width: 100%;
    }
    .pop-up_rbc-access-msg .rbc-popup__container {
        padding: 40px 20px;
    }
}

.popup-attention__title {
    margin-bottom: 29px;
    font-family: pf_din_text_cond_proregular, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    color: #E2001A;
    text-transform: uppercase;
}
.popup-attention__text {
    max-width: 500px;
}
.popup-attention__text._narrow {
    max-width: 400px;
}
.popup-attention__text p {
    color: #4A4A4A;
    font-family: pf_dindisplay_proregular;
    font-size: 14.4px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-bottom: 10px;
}
.popup-attention__text p:last-child {
    margin: 0;
}
.popup-attention__img {
    position: absolute;
    right: 34px;
    top: 120px;
    display: block;
    width: 386px;
    height: auto;
    z-index: -1;
}
.popup-attention__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.popup-attention__img._small {
    width: 200px;
}
@media screen and (max-width:991px) {
    .popup-attention__text {
        max-width: none;
    }
    .popup-attention__img {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .popup-attention__title {
        font-size: 34px;
        line-height: 1;
    }
}
@media screen and (max-width:599px) {
    .popup-attention__title {
        font-size: 28px;
    }
}

/* seminar popup */
.popup-btn_seminar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
}
.seminar-signup-wrap {
    width: 920px;
    background: #fff;
    position: relative;
}
.seminar-signup-wrap .pop-up__btn-close {
    top: 21px;
    right: 29px;
    bottom: auto;
    left: auto;
    background: none;
    width: 13px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../images/webinar-detail-close.png);
    cursor: pointer;
}
.seminar-signup-wrap__full-link {
    display: block;
    text-decoration: none;
}
.seminar-signup-wrap__full-img {
    display: block;
    max-width: 100%;
}
.seminar-signup-wrap .pop-up__btn-close:hover {
    background-position: left -14px;
}
.seminar-signup-container {
    position: relative;
    z-index: 99;
    padding: 50px 37px 42px 0;
}
.seminar-signup-inner {
    display: table;
    width: 100%;
}
.seminar-signup-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding-top: 6px;
}
.seminar-signup-img-container {
    display: block;
    /*right: -20px;*/
    padding: 0 15px;
    position: relative;
    z-index: -1;
}
.seminar-signup-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.seminar-signup-text {
    display: table-cell;
    vertical-align: middle;
    width: 43%;
    padding-left: 0;
    padding-right: 20px;
}
.seminar-signup-date {
    margin-bottom: 20px;
    color: #4A4A4A;
    font-family: pf_din_text_cond_proregular, sans-serif;
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 1.1;
    /*text-transform: uppercase;*/
}
.seminar-signup-btn {
    margin: 22px 0 24px;
}
.seminar-signup-btn .btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    background-color: #E2001A;
    padding: 12px 36px;
    color: #FFFFFF;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.seminar-signup-btn .btn:hover {
    text-decoration: none;
}
.seminar-signup-title {
    margin-bottom: 20px;
    color: #494949;
    font-family: pf_din_text_cond_proregular, sans-serif;
    font-size: 40px;
    letter-spacing: -1.4px;
    line-height: 47px;
    text-transform: uppercase;
}
.seminar-signup-title._large-red {
    font-size: 56px;
    line-height: 1.1;
    color: #E2001A;
    text-transform: uppercase;
}
.seminar-signup-description p {
    color: #4A4A4A;
    font-family: pf_dindisplay_proregular;
    font-size: 14.4px;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.seminar-signup-translation-time {
    font-size: 20px;
}
@media screen and (max-width:991px) {
    .seminar-signup-wrap {
        width: 740px;
        margin: 0 auto;
    }
    .seminar-signup-img {
        width: 50%;
    }
    .seminar-signup-text {
        width: 50%;
    }
}
@media screen and (max-width:767px) {
    .seminar-signup-wrap {
        width: 430px;
        margin: 0 auto;
    }
    .seminar-signup-container {
        padding: 30px 30px 48px 30px;
    }
    .seminar-signup-inner {
        display: block;
    }
    .seminar-signup-img {
        display: block;
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .seminar-signup-img img {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .seminar-signup-text {
        display: block;
        width: 100%;
    }
    .seminar-signup-date {
        font-size: 24px;
    }
    .seminar-signup-title {
        font-size: 30px;
        line-height: 1.3;
    }
    .seminar-signup-title._large-red {
        font-size: 42px;
    }
    .seminar-signup-translation-time {
        font-size: 17px;
    }
}
@media screen and (max-width:599px) {
    .seminar-signup-wrap {
        width: 100%;
    }
    .seminar-signup-container {
        padding: 20px 15px 28px 15px;
    }
}

.rbc-popup_new-format .rbc-popup__title {
    margin-bottom: 29px;
    font-family: pf_din_text_cond_proregular, sans-serif;
    font-size: 44px;
    line-height: 1.15;
    color: #E2001A;
    text-transform: uppercase;
}
.rbc-popup_new-format .rbc-popup__info {
    max-width: 400px;
}
.rbc-popup_new-format .rbc-popup__description {
    margin-bottom: 30px;
    color: #444;
}
.rbc-popup_new-format .rbc-popup__subtitle {
    margin-bottom: 0;
    color: #444;
    font-family: pf_din_text_cond_probold, sans-serif;
}
.rbc-popup_new-format .rbc-popup__webinar-info:last-child {
    margin-bottom: 40px;
}
.rbc-popup_new-format .rbc-popup__webinar-info + .rbc-popup__webinar-info {
    margin-top: 20px;
}
.rbc-popup_new-format .rbc-popup__webinar-time {
    margin-bottom: 20px;
    color: #444;
}
.rbc-popup_new-format .rbc-popup__img {
    position: absolute;
    right: 79px;
    top: 138px;
    display: block;
    width: 300px;
    height: auto;
    z-index: -1;
}
.rbc-popup_new-format .rbc-popup__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width:991px) {
    .rbc-popup_new-format .rbc-popup__info {
        max-width: none;
    }
    .rbc-popup_new-format .rbc-popup__img {
        display: none;
    }
}
@media screen and (max-width:599px) {
    .rbc-popup_new-format .rbc-popup__title {
        font-size: 36px;
    }
}
.breeder-article-slider-wrap {
    position: relative;
    margin: 0 -10px 50px;
}
.breeder-article-slider-wrap .slick-dots {
    bottom: 10px;
}
.breeder-article-slide {
    display: none;
    padding: 0 10px;
    width: 33.33%;
}
@media screen and (max-width:991px) {
    .breeder-article-slide {
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    .breeder-article-slide {
        width: 100%;
    }
}
.breeder-article-slide:first-child, .slick-initialized .breeder-article-slide {
    display: block;
}
.breeder-article-slider__control {
    position: absolute;
    top: 50%;
    color: #767676;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: none;
    outline: none;
    padding: 0;
    margin-top: -17px;
}
.breeder-article-slider__control:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-color: red;
    transform: rotate(45deg) translate(-50%, -50%);
}
.breeder-article-slider__control_left {
    left: -20px;
}
.breeder-article-slider__control_right {
    right: -20px;
}
.breeder-article-slider__control_left:before {
    border-left: 3px solid #87888a;
    border-bottom: 3px solid #87888a;
    right: 50%;
}
.breeder-article-slider__control_right:before {
    border-right: 3px solid #87888a;
    border-top: 3px solid #87888a;
    left: 50%;
}
.breeder-article-slider__control:hover:before {
    border-color: #e2001a!important;
}
@media screen and (max-width:1092px) {
    .breeder-article-slider__control_left,
    .breeder-article-slider__control_right {
        display: none;
    }
}
