.csssize {
    height: 8221px
}

.t-body {
    margin: 0
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none
}

#allrecords a {
    color: #ff8562;
    text-decoration: none
}

#allrecords a,
#allrecords button,
#allrecords .t-radio,
#allrecords .t-checkbox,
#allrecords .t-img-select {
    outline: none
}

#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords .t-focusable,
#allrecords .t-focusable .t-btn,
#allrecords .t-focusable .t-btntext,
#allrecords .t-img-select:focus-visible+.t-img-select__indicator,
#allrecords .t-img-select:focus-visible+.t-img-select__indicator:after,
#allrecords .t-radio:focus-visible+.t-radio__indicator,
#allrecords .t-checkbox:focus-visible+.t-checkbox__indicator {
    outline-color: #2015FF;
    outline-offset: 4px;
    outline-style: auto
}

#allrecords .t-descr a:focus-visible,
#allrecords .t-sociallinks a:focus-visible,
#allrecords .ya-share2__link:focus-visible {
    outline-offset: 2px
}

#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none
}

#allrecords ol {
    padding-left: 22px
}

#allrecords ul {
    padding-left: 20px
}

#allrecords b,
#allrecords strong {
    font-weight: 700
}

@media print {
    body,
    html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none
    }
}

.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none
}

.t-records a {
    color: #ff8562;
    text-decoration: none
}

.t-records a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.t-records ol {
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-mbfix {
    opacity: .01;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.t-mbfix_hide {
    -webkit-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px)
}

img:not([src]) {
    visibility: hidden
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.r_anim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.r_hidden {
    opacity: 0
}

.r_showed {
    opacity: 1
}

.t-text {
    font-family: 'Source Code Pro', Arial, sans-serif;
    font-weight: 400;
    color: #ffffff
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-text_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55
}

.t-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #d50a0a
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.35
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35
}

.t-name_lg {
    font-size: 22px;
    line-height: 1.35
}

.t-name_xl {
    font-size: 24px;
    line-height: 1.35
}

.t-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #d50a0a
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23
}

.t-title_md {
    font-size: 52px;
    line-height: 1.23
}

.t-title_lg {
    font-size: 64px;
    line-height: 1.23
}

.t-descr {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    color: #ffffff
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55
}

.t-descr_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-descr_md {
    font-size: 20px;
    line-height: 1.55
}

.t-btn {
    display: inline-block;
    font-family: 'Montserrat', Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.t-btn td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.t-btn_xs {
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px
}

.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-align_center {
    text-align: center
}

.t-align_left {
    text-align: left
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto
}

.t-valign_middle {
    vertical-align: middle
}

.t-tildalabel {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-size: 14px
}

.t-tildalabel:hover .t-tildalabel__wrapper {
    opacity: 1
}

.t-tildalabel__wrapper {
    display: table;
    height: 30px;
    width: 270px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: .4
}

.t-tildalabel__txtleft {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    font-weight: 300;
    font-size: 12px
}

.t-tildalabel__wrapimg {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__img {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__txtright {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 2px
}

.t-tildalabel__link {
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.t-popup {
    display: none
}

.t-submit {
    font-family: 'Montserrat', Arial, sans-serif
}

.t-input {
    font-family: 'Montserrat', Arial, sans-serif
}

.t-input__vis-ph {
    font-family: 'Montserrat', Arial, sans-serif
}

.t-select {
    font-family: 'Montserrat', Arial, sans-serif
}

.t-input-error {
    font-family: 'Source Code Pro', Arial, sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'Source Code Pro', Arial, sans-serif
}

.t-form__errorbox-text {
    font-family: 'Source Code Pro', Arial, sans-serif
}

.t-form__errorbox-item {
    font-family: 'Source Code Pro', Arial, sans-serif
}

.t-form__successbox {
    font-family: 'Source Code Pro', Arial, sans-serif
}

.t-rec_pt_0 {
    padding-top: 0
}

.t-rec_pt_15 {
    padding-top: 15px
}

.t-rec_pt_30 {
    padding-top: 30px
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pb_0 {
    padding-bottom: 0
}

.t-rec_pb_15 {
    padding-bottom: 15px
}

.t-rec_pb_30 {
    padding-bottom: 30px
}

.t-rec_pb_90 {
    padding-bottom: 90px
}

@media screen and (max-width:1200px) {
    .t-text_xs {
        font-size: 14px
    }
    .t-text_sm {
        font-size: 16px
    }
    .t-text_md {
        font-size: 18px
    }
    .t-descr_xxs {
        font-size: 12px
    }
    .t-descr_xs {
        font-size: 14px
    }
    .t-descr_sm {
        font-size: 16px
    }
    .t-descr_md {
        font-size: 18px
    }
    .t-title_xxs {
        font-size: 32px
    }
    .t-title_xs {
        font-size: 38px
    }
    .t-title_md {
        font-size: 48px
    }
    .t-title_lg {
        font-size: 60px
    }
    .t-name_xs {
        font-size: 14px
    }
    .t-name_md {
        font-size: 18px
    }
    .t-name_lg {
        font-size: 20px
    }
    .t-name_xl {
        font-size: 22px
    }
}

@media screen and (max-width:640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }
    .t-text_sm {
        font-size: 14px;
        line-height: 1.45
    }
    .t-text_md {
        font-size: 16px;
        line-height: 1.45
    }
    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45
    }
    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45
    }
    .t-descr_md {
        font-size: 16px;
        line-height: 1.45
    }
    .t-title_xxs {
        font-size: 28px
    }
    .t-title_xs {
        font-size: 30px
    }
    .t-title_md {
        font-size: 30px
    }
    .t-title_lg {
        font-size: 30px
    }
    .t-name_xs {
        font-size: 12px
    }
    .t-name_md {
        font-size: 16px
    }
    .t-name_lg {
        font-size: 18px
    }
    .t-name_xl {
        font-size: 20px
    }
    .t-btn {
        white-space: normal
    }
    .t-btn_sm {
        padding-left: 20px;
        padding-right: 20px
    }
    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:480px) {
    .t-rec_pt_0 {
        padding-top: 0
    }
    .t-rec_pt_15 {
        padding-top: 15px
    }
    .t-rec_pt_30 {
        padding-top: 30px
    }
    .t-rec_pt_60 {
        padding-top: 60px
    }
    .t-rec_pb_0 {
        padding-bottom: 0
    }
    .t-rec_pb_15 {
        padding-bottom: 15px
    }
    .t-rec_pb_30 {
        padding-bottom: 30px
    }
    .t-rec_pb_90 {
        padding-bottom: 90px
    }
    .t-btn_xs {
        height: 40px
    }
    .t-btn_sm {
        height: 50px
    }
}

.t001__wrapper {
    padding-top: 42px;
    padding-bottom: 42px
}

.t001__uptitle {
    padding-top: 30px;
    padding-bottom: 60px;
    color: #ffffff
}

.t001__title {
    padding: 24px 0 38px 0;
    letter-spacing: .5px;
    color: #fff
}

.t001__descr {
    padding: 0 0 30px 0;
    color: #fff
}

.t001__descr_center {
    max-width: 700px;
    margin: 0 auto
}

.t001__descr_center a:not([style]) {
    color: #fff !important
}

.t001__descr_center a {
    font-weight: 600
}

@media screen and (max-width:640px) {
    .t001__title {
        padding-right: 10px;
        padding-left: 10px
    }
    .t001__uptitle {
        padding-right: 10px;
        padding-left: 10px
    }
    .t001__descr {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px
    }
}

.t975 {
    border-top-width: 1px;
    border-top-style: solid;
    position: fixed;
    bottom: 0;
    width: 100vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    z-index: 990;
    transition: background-color 300ms linear
}

.t975__beforeready {
    visibility: hidden
}

.t975__wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 65px
}

.t975__wrapper::before,
.t975__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 15px;
    pointer-events: none
}

.t975__wrapper::before {
    left: -1px
}

.t975__wrapper::after {
    right: -1px
}

.t975__inner-wrapper {
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 !important
}

#allrecords ul.t975__inner-wrapper {
    margin-bottom: 0
}

.t975__list-item {
    padding: 8px 10px 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    box-sizing: border-box;
    min-width: calc(100vw / 6);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.t975__menu-link {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.t975__menu-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.t975__icon-wrapper {
    opacity: .7;
    position: relative;
    transition: all 300ms linear;
    width: 26px;
    height: 21px;
    text-align: center
}

.t975__menu-icon {
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.t975__menu-text {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 300ms linear
}

@media screen and (min-width:481px) {
    .t975__inner-wrapper {
        width: auto
    }
    .t975__list-item {
        min-width: 85px
    }
}

@media screen and (min-width:640px) {
    .t975__wrapper {
        min-height: 73px;
        max-width: none
    }
    .t975__list-item {
        padding: 17px 15px 15px
    }
    .t975__list-item {
        min-width: 115px
    }
}

.t190__button {
    display: inline-block;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.t190__button_circle {
    border-radius: 50%
}

.t1003 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t1003__outer {
    position: relative;
    max-width: 100vw;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
    pointer-events: none
}

.t1003__wrapper {
    overflow: hidden;
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t1003__content-wrapper {
    opacity: 0
}

.t1003__content {
    list-style: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.t1003__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-height: 100%;
    white-space: nowrap;
    pointer-events: all;
    -webkit-transform: translateZ(0)
}

.t1003__item-txt {
    padding: 0 10px
}

#allrecords a.t1003__item-link:focus-visible {
    outline-offset: -1px
}

.t1003__item a {
    color: #ffffff
}

.t1003__bgimg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box
}

.t022__text {
    padding-top: 8px;
    padding-bottom: 6px
}

.t415__mainblock {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.t415__content {
    padding: 30px 0
}

.t415__hide {
    display: none !important
}

.t415__col {
    position: relative;
    display: inline-block;
    min-width: 90px;
    margin-right: 30px;
    padding-right: 32px
}

.t415__col:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    opacity: .2;
    background: #fff
}

.t415__col:last-child:after {
    display: none
}

.t415__col:last-child {
    margin-right: 0;
    padding-right: 0
}

.t415__number {
    color: #fff
}

.t415__text {
    padding-bottom: 7px;
    color: #fff
}

.t415__logo {
    max-width: 280px;
    width: 100%;
    margin-bottom: 45px
}

.t415__textwrapper {
    margin: 0 auto 55px
}

.t415__uptitle,
.t415__title,
.t415__descr,
.t415__descr-second {
    color: #fff
}

.t415__uptitle {
    margin-bottom: 18px
}

.t415__descr {
    margin-top: 18px
}

.t415__hint {
    margin-top: 45px;
    color: #fff
}

.t415__descr-second {
    margin: 0 auto 25px
}

.t415__buttons {
    margin-top: 50px
}

.t415 .t-btnwrapper {
    display: inline-block
}

.t415__btn {
    height: 56px;
    padding-right: 35px;
    padding-left: 35px
}

.t415 :not(.t-btnwrapper) .t-btn:nth-child(2) {
    margin-left: 10px
}

.t415__btn-second {
    margin-left: 10px
}

@media screen and (max-width:640px) {
    .t415__col {
        min-width: 35px;
        margin: 0;
        padding: 0 13px
    }
    .t415__logo {
        margin-bottom: 25px
    }
    .t415__textwrapper {
        margin-bottom: 35px
    }
    .t415__hint {
        margin-top: 35px
    }
    .t415__buttons {
        margin-top: 35px
    }
    .t415 :not(.t-btnwrapper) .t-btn,
    .t415 .t-btnwrapper {
        display: block;
        height: 50px;
        margin-right: 0 !important;
        font-size: 14px
    }
    .t415 :not(.t-btnwrapper) .t-btn:nth-child(2),
    .t415__btn-second {
        margin-top: 20px;
        margin-left: 0
    }
}

@media screen and (max-width:400px) {
    .t415__number {
        font-size: 24px
    }
}

.t121__widthauto {
    width: 100%;
    max-width: 940px;
    vertical-align: middle
}

.t121 iframe {
    display: block;
    border: 0;
    padding: 0
}

.t121 .t-video-lazyload {
    background-color: #000000
}

.t029__container {
    text-align: center;
    padding-bottom: 8px
}

.t029__col {
    float: none;
    display: inline-block
}

.t029__linewrapper {
    position: relative
}

.t029__line {
    width: 100%;
    height: 1px;
    display: table-cell
}

.t029__opacity {
    display: table-cell;
    min-width: 200px;
    height: 1px
}

@media screen and (max-width:600px) {
    .t029__opacity {
        min-width: 120px
    }
}

.t993__container {
    box-sizing: border-box
}

.t993__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.2;
    height: auto;
    min-height: 60px;
    width: 100%;
    background: none
}

.t993__btn_centerall {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t993__btn_center,
.t993__btn_centerall {
    text-align: center
}

.t993__btn_has_descr.t993__btn {
    padding-top: 17px;
    padding-bottom: 17px
}

.t993__btn:last-child {
    margin-bottom: 0 !important
}

.t993__items-list :last-child .t993__btn_sm {
    margin-bottom: 0
}

.t993__btn_sm {
    min-height: 48px;
    font-size: 14px;
    padding: 12px
}

.t993__btn_has_descr.t993__btn_sm {
    padding-top: 14px;
    padding-bottom: 14px
}

.t993__btn_lg {
    min-height: 64px;
    font-size: 16px;
    padding: 16px
}

.t993__btn_has_descr.t993__btn_lg {
    padding-top: 21px;
    padding-bottom: 21px
}

.t993__btn_xl {
    min-height: 72px;
    font-size: 18px;
    padding: 18px
}

.t993__btn_has_descr.t993__btn_xl {
    padding-top: 23px;
    padding-bottom: 23px
}

.t993__btn_xxl {
    min-height: 88px;
    font-size: 22px;
    padding: 22px
}

.t993__btn_has_descr.t993__btn_xxl {
    padding-top: 27px;
    padding-bottom: 27px
}

.t993__btn svg {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%
}

.t993__btn-img {
    visibility: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.t993__btn-text-wrapper {
    max-width: 100%;
    text-overflow: clip;
    white-space: normal;
    padding: 0 12px;
    margin: 0;
    margin-right: auto;
    overflow-wrap: anywhere
}

.t993__btn_center .t993__btn-text-wrapper {
    margin-left: auto
}

.t993__btn_centerall .t993__btn-text-wrapper {
    margin: 0
}

.t993__btn-text-descr {
    font-size: .9em;
    text-transform: none;
    opacity: .8
}

.t993__btn-text-title~.t993__btn-text-descr {
    margin-top: 1px
}

.t993__btn-arrow {
    height: 18px;
    margin-right: 7px
}

.t993__btn_sm .t993__btn__arrow {
    width: 24px;
    height: 16px
}

.t993__btn_lg .t993__btn__arrow {
    width: 32px;
    height: 20px
}

.t993__btn_xl .t993__btn__arrow {
    width: 36px;
    height: 24px
}

.t993__btn_xxl .t993__btn__arrow {
    width: 44px;
    height: 26px
}

#allrecords a.t993__btn {
    color: #fff
}

@media (max-width:640px) {
    .t993__btn {
        padding: 12px 20px;
        margin-bottom: 10px
    }
    .t993__btn_lg,
    .t993__btn_xl,
    .t993__btn_xxl {
        min-height: 60px;
        font-size: 18px
    }
    .t993__btn__arrow {
        margin-right: 0
    }
    .t993__btn-img {
        margin-left: 0
    }
}

.t776__parent {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0
}

.t776__separator_hide {
    display: none
}

.t776 .t-align_center .t776__descr ul li {
    margin: 0 auto;
    list-style-position: inside
}

@media screen and (max-width:1200px) {
    .t776__parent {
        max-width: 960px
    }
}

@media screen and (max-width:960px) {
    .t776__parent {
        max-width: 640px
    }
}

.t776 .t-store__card__btns-wrapper {
    margin-top: 20px
}

.t776__separator {
    margin-bottom: 90px
}

.t706__body_cartwinshowed .t776__imgwrapper {
    z-index: 0
}

.t776__imgwrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 110%
}

.t776__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.t776__img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.t776__bgimg_second,
.t776__img_second {
    z-index: 1;
    opacity: 0
}

.t776__markwrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    display: table
}

.t776__mark {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px
}

.t776__uptitle {
    margin-bottom: 8px;
    color: #ff8562
}

.t776__descr {
    margin-top: 8px
}

.t776__price-wrapper {
    margin-top: 12px
}

.t776__price-item {
    display: inline-block;
    vertical-align: middle
}

.t776__price-wrapper_above-title {
    margin-top: 0;
    margin-bottom: 12px
}

.t776__price-value,
.t776__price-currency {
    display: inline-block;
    vertical-align: middle;
    float: left
}

.t776__price-value+.t776__price-currency:before {
    content: ' ';
    white-space: pre
}

.t776__price_old {
    position: relative;
    color: #bdbdbd
}

.t776__price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 1px solid;
    width: 100%
}

.t776__btn-wrapper {
    margin-top: 19px
}

.t776__btn {
    display: inline-block
}

.t-align_center .t776__btn {
    margin: 0 2px 8px
}

.t-align_left .t776__btn {
    margin: 0 4px 8px 0
}

.t776__scroll-icon-wrapper {
    display: none
}

.t776__buttonwrapper {
    padding: 0 20px;
    text-align: center
}

.t776__showmore {
    margin-top: 50px
}

@media screen and (max-width:980px) {
    .t776__showmore {
        margin-top: 40px
    }
}

@media screen and (max-width:640px) {
    .t776__showmore {
        margin-top: 30px
    }
}

@media screen and (max-width:480px) {
    .t776__showmore {
        margin-top: 20px
    }
}

.t776 .t-popup {
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.t776 .t-popup__container {
    max-width: 1240px;
    right: 0;
    left: 0
}

.t776__container {
    padding: 40px 20px
}

.t776__container:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

.t776 .t-popup__close {
    z-index: 999
}

.t776__close-text-wrapper {
    z-index: 999;
    position: fixed;
    left: 20px;
    top: 20px
}

.t776__close-text {
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    opacity: .8;
    font-weight: 400
}

.t776__close-text:before {
    content: '← ';
    white-space: pre;
    font-family: Arial, Helvetica, sans-serif
}

.t776 .t-popup__container.t776__popup-container_8-cols {
    max-width: 760px
}

.t776__popup-container_8-cols .t776__container {
    padding: 40px !important
}

.t776__popup-container_8-cols .t776__wrapper {
    padding-top: 40px
}

@media screen and (max-width:1240px) {
    .t776 .t-popup__container {
        max-width: 1200px
    }
    .t776__container {
        padding: 30px 10px
    }
    .t776__col_left {
        margin-right: 10px
    }
    .t776__col_right {
        margin-left: 10px
    }
}

@media screen and (max-width:1200px) {
    .t776 .t-popup__container {
        max-width: 1000px
    }
    .t776__container {
        padding: 30px 20px
    }
    .t776 .t-popup__container.t776__popup-container_8-cols {
        max-width: 620px
    }
}

@media screen and (max-width:1000px) {
    .t776 .t-popup__container {
        max-width: 980px
    }
    .t776__container {
        padding: 20px 10px
    }
}

@media screen and (max-width:980px) {
    .t776 .t-popup {
        padding: 0 20px
    }
    .t776 .t-popup__container {
        max-width: 640px
    }
    .t776__container {
        padding: 30px
    }
    .t776__col_left,
    .t776__col_right {
        margin: 0;
        display: block;
        max-width: 100%
    }
    .t776__col_left {
        padding: 0
    }
    .t776__col_right {
        padding: 25px 0 0 0
    }
}

@media screen and (max-width:670px) {
    .t776__btn {
        display: block;
        width: 100%
    }
    .t776__btn:last-child {
        margin-bottom: 8px
    }
    .t776 .t-popup__container {
        right: 20px;
        left: 20px
    }
}

@media screen and (max-width:560px) {
    .t776 .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .t776 .t-popup_show .t-popup__container.t-popup__container-static {
        max-width: 100%;
        min-height: 100vh;
        top: 0;
        margin: 50px 0 0
    }
    .t776__popup-container_8-cols .t776__container {
        padding: 20px !important
    }
    .t776__popup-container_8-cols .t776__wrapper {
        padding-top: 30px
    }
    .t776 .t-popup {
        padding: 0
    }
    .t776 .t-popup__close {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0
    }
    .t776 .t-popup__close-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        font-size: 0
    }
    .t776 .t-popup__close-icon {
        width: 16px
    }
    .t776 .t-popup__close-icon g {
        fill: #fff
    }
    .t776__close-text-wrapper {
        display: none
    }
    .t776__container {
        padding: 20px
    }
    .t776__col_right {
        padding-top: 30px
    }
    .t776 .t-popup__container {
        transform: translateX(100%) translateY(0) scale(1) !important;
        margin: 50px 0
    }
    .t776 .t-popup_show .t-popup__container {
        transform: translateX(0) translateY(0) !important;
        transition: transform ease-in-out .3s
    }
    .t776 .t-popup .t-popup__close {
        transform: translateX(100%) scale(1);
        transition: transform ease-in-out .3s
    }
    .t776 .t-popup.t-popup_show .t-popup__close {
        transform: translateX(0%) scale(1);
        transition: transform ease-in-out .3s
    }
    .t776 .t-popup__close-wrapper {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .t776 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        width: 26px;
        position: absolute;
        left: 12px;
        top: 12px
    }
    .t776 .t-popup__close-wrapper .t-popup__close-icon_cross {
        display: none
    }
    .t776 .t-popup .t-popup__close {
        position: fixed
    }
}

@media screen and (min-width:560px) {
    .t776 .t-popup__close-wrapper .t-popup__close-icon_arrow {
        display: none
    }
    .t776 .t-popup__close {
        background-color: transparent !important
    }
}

.t776 .t-align_center .t-product__option-title,
.t776__popup-container_8-cols .t-product__option-title {
    display: table-cell;
    padding-right: 5px;
    padding-bottom: 0
}

.t776 .t-align_center .t-product__option-variants,
.t776__popup-container_8-cols .t-product__option-variants {
    display: table-cell
}

.t-popup .t776__title-wrapper {
    margin-bottom: 18px
}

.t-popup .t776__title_small {
    margin-top: 4px;
    color: #777
}

.t-popup .t776__descr {
    margin-top: 20px
}

.t-popup .t776__price-wrapper {
    margin-top: 0
}

.t-popup .t776__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px
}

.t-popup .t776__btn {
    margin-bottom: 0
}

.t776 .t-product__option {
    margin-top: 10px;
    margin-bottom: 10px
}

.t776 .t-product__option-title {
    padding-bottom: 3px
}

.t776 .t-product__option-variants {
    position: relative;
    display: table;
    min-width: 150px
}

.t776 .t-product__option-variants:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.t776 .t-product__option-select {
    width: 100%;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.t776 .t-product__option-select::-ms-expand {
    width: 0;
    height: 0;
    opacity: 0
}

@media screen and (max-width:640px) {
    .t776 .t-product__option-select {
        font-size: 16px
    }
}

.t776 .t-slds__wrapper {
    padding: 0 !important
}

.t776 .t-slds__arrow_wrapper {
    height: auto !important
}

@media screen and (min-width:960px) {
    .t776__imgwrapper:hover .t776__bgimg_first_hover,
    .t776__imgwrapper:hover .t776__img_first_hover {
        opacity: 0
    }
    .t776__imgwrapper:hover .t776__bgimg_second,
    .t776__imgwrapper:hover .t776__img_second {
        z-index: 3;
        opacity: 1
    }
}

@media screen and (max-width:960px) {
    .t776__separator {
        display: none
    }
    .t776__container_mobile-grid {
        font-size: 0
    }
    .t776__col_mobile-grid {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }
    .t776__col {
        margin-bottom: 60px
    }
    .t-col_8 .t776__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0
    }
    .t-col_8 .t776__imgwrapper_mobile-nopadding .t776__img {
        position: initial
    }
    .t776__img_second {
        display: none
    }
    .t776__container_mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        box-sizing: border-box;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .t776__container_mobile-flex::-webkit-scrollbar {
        display: none
    }
    .t776__container_mobile-flex .t776__col {
        min-width: 38%;
        max-width: 38%;
        margin-bottom: 0px !important
    }
    .t776__container_mobile-flex .t776__col:first-child {
        margin-left: 20px
    }
    .t776__scroll-icon-wrapper {
        display: block;
        padding: 0 40px 20px 0;
        color: #a1a1a1;
        text-align: right;
        font-size: 0;
        mix-blend-mode: multiply
    }
    @-webkit-keyframes t776__icon-anim {
        0% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        10% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        20% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 1
        }
        70% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }
        80% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }
        81% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }
    @keyframes t776__icon-anim {
        0% {
            transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        10% {
            transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        20% {
            transform: translate3d(-20px, 0, 0);
            opacity: 1
        }
        70% {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
        80% {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
        81% {
            transform: translate3d(0, 0, 0);
            opacity: 0
        }
        100% {
            transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }
    .t776__scroll-icon {
        -webkit-animation: t776__icon-anim 1.5s infinite;
        animation: t776__icon-anim 1.5s infinite
    }
}

@media screen and (max-width:640px) {
    .t776__container_mobile-grid {
        padding: 0 10px;
        box-sizing: border-box
    }
    .t776__col_mobile-grid {
        padding-left: 10px;
        padding-right: 10px
    }
    .t776__container_mobile-flex .t776__col:first-child {
        margin-left: 0
    }
    .t776__container_mobile-flex .t776__col {
        min-width: 70%;
        max-width: 70%
    }
    .t776__scroll-icon-wrapper {
        padding: 0 20px 10px 0
    }
}

@media screen and (max-width:480px) {
    .t776__imgwrapper_mobile-nopadding {
        padding-bottom: 0px !important;
        font-size: 0
    }
    .t776__imgwrapper_mobile-nopadding .t776__img {
        position: initial
    }
    .t776__col_mobile-grid {
        width: 100%;
        display: block
    }
    .t776__container_mobile-flex .t776__col {
        min-width: 80%;
        max-width: 80%;
        box-sizing: content-box
    }
    .t776__container_mobile-flex .t776__col:first-child {
        padding-right: 10px
    }
    .t776__container_mobile-flex .t776__col:last-child {
        padding-left: 10px
    }
    .t776__container_mobile-flex .t776__col:not(:first-child, :last-child) {
        padding-right: 10px;
        padding-left: 10px
    }
    .t776 .mobile-two-columns .t-col.t-item {
        width: 50%;
        display: inline-flex;
        flex-direction: column
    }
    .t776 .mobile-two-columns[data-buttons-v-align="yes"] .t-col.t-item {
        justify-content: space-between
    }
    .t776 .t776__container_mobile-grid.mobile-two-columns {
        display: flex;
        flex-wrap: wrap
    }
    .t776 .mobile-two-columns .t776__title.t-name {
        font-size: 14px;
        word-break: break-word
    }
    .t776 .mobile-two-columns .t776__btn.t-btn {
        font-size: 12px;
        padding: 0 10px
    }
    .t776 .mobile-two-columns .t776__btn.t776__btn_second.t-btn {
        font-size: 12px;
        padding: 0 10px
    }
    .t776 .t-store__valign-buttons.t-store__mobile-two-columns.t-store__grid-cont .t-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .t776 .t-store__card__prod-controls-wrapper {
        margin-bottom: auto
    }
    .t776 .t-store__prod__quantity_xs {
        height: 40px
    }
}

.t776__one_col_img {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 4px
}

.t776__two_col_img {
    width: calc(50% - 2px);
    vertical-align: middle;
    margin-bottom: 4px
}

.t776__col_fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

@media screen and (min-width:980px) {
    .t776__col_left.t776__col_fixed+.t776__col_left {
        display: none
    }
}

@media screen and (max-width:980px) {
    .t776__col_left.t776__col_fixed {
        display: none
    }
}

@media screen and (max-width:561px) {
    .t-popup .t-popup__container .t776__btn-wrapper-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        box-sizing: border-box;
        background: white;
        margin: 0;
        border-radius: 5px;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, .07)
    }
    .t-popup .t776__btn-wrapper-fixed .t776__btn {
        flex: 1 1 auto
    }
}

.t552__container {
    min-height: 1px;
    font-size: 0
}

.t552__container.t-container {
    padding: 0 20px;
    box-sizing: border-box
}

.t552__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box
}

.t552__container_overflow {
    overflow: hidden
}

.t552__tile {
    display: inline-block;
    vertical-align: bottom
}

.t552__tile_25 {
    width: 25%
}

.t552__tile_50 {
    width: 50%
}

.t552__tile_33 {
    width: 33.3333%
}

.t552__tile_100 {
    width: 100%
}

.t552__blockimg {
    width: 100%;
    height: 240px
}

.t552__blockimg_animated {
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.t552__blockimg_animated:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45)
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated {
    -webkit-transform-origin: right;
    transform-origin: right
}

.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated {
    -webkit-transform-origin: left;
    transform-origin: left
}

.t552__tile.t-tile_100 .t552__blockimg_animated {
    -webkit-transform-origin: center !important;
    transform-origin: center !important
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover,
.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02)
}

@media screen and (max-width:1200px) {
    .t552__container.t-container {
        padding: 0 10px
    }
}

@media screen and (max-width:960px) {
    .t552__container.t-container,
    .t552__container_indent {
        padding: 0 20px
    }
    .t552__blockimg_animated {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media screen and (max-width:640px) {
    .t552__tile_50,
    .t552__tile_33,
    .t552__tile_25 {
        width: 50%;
        width: calc(50%)
    }
}

.t728 .t-section__topwrapper {
    margin-bottom: 90px
}

.t728 .t-section__title {
    margin-bottom: 40px
}

.t728 .t-section__descr {
    max-width: 560px;
    margin: 0 auto
}

.t728 .t-section__bottomwrapper {
    margin-top: 75px
}

.t728 li ul {
    list-style-type: disc
}

.t728 .t-slds__bullet_wrapper {
    margin-top: 20px
}

.t728__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff
}

.t728__imgcell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    min-height: 360px;
    position: relative
}

.t728__bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.t728__textcell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 45px;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.t728__textwrapper {
    width: 100%
}

.t728__text {
    margin-bottom: 20px
}

.t728__title {
    margin-bottom: 2px
}

.t728 .t-review-social-links__item a {
    display: inline-block
}

@media screen and (max-width:960px) {
    .t728 .t-section__bottomwrapper {
        margin-top: 25px
    }
    .t728 .t-section__topwrapper {
        margin-bottom: 40px
    }
    .t728 .t-section__title {
        margin-bottom: 20px
    }
    .t728 .t-slides__wrapper {
        display: block
    }
    .t728__textcell {
        padding: 25px 20px
    }
    .t728__wrapper {
        display: block
    }
    .t728__witharrows .t-width .t-slds__wrapper {
        padding: 0 45px
    }
}

.t576 .t-section__topwrapper {
    margin-bottom: 105px
}

.t576 .t-section__title {
    margin-bottom: 40px
}

.t576 .t-section__descr {
    max-width: 560px
}

.t576 .t-section__bottomwrapper {
    margin-top: 105px
}

.t576__mainblock:after,
.t576__mainblock:before {
    content: '';
    display: table;
    clear: both
}

.t576__item {
    position: relative;
    padding-bottom: 30px
}

.t576__item:last-child {
    padding-bottom: 0 !important
}

.t576__block {
    padding-right: 56px;
    padding-left: 0 !important
}

.t576__block-flipped {
    padding-right: 0 !important;
    padding-left: 56px
}

.t576__mainblock {
    margin: 0 auto
}

.t576__line {
    position: absolute;
    width: 1px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.t576__item:first-child .t576__line {
    top: 10px
}

.t576__item:last-child .t576__line {
    bottom: auto
}

.t576__col {
    width: 50%
}

.t576__flipped {
    float: right !important
}

.t576__circle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff
}

.t576__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.t576__img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto 14px
}

.t576__title {
    margin-bottom: 6px;
    margin-top: 10px
}

.t576__descr {
    margin-top: 10px;
    margin-bottom: 5px
}

.t576__link {
    font-size: 14px;
    display: inline-block
}

@media only screen and (max-width:960px) {
    .t576 .t-section__bottomwrapper {
        margin-top: 45px
    }
    .t576 .t-section__topwrapper {
        margin-bottom: 45px
    }
    .t576 .t-section__title {
        margin-bottom: 20px
    }
    .t576__container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width:640px) {
    .t576 .t-section__bottomwrapper {
        margin-top: 15px
    }
    .t576__title {
        margin-bottom: 0;
        margin-top: 2px
    }
    .t576__descr {
        margin-top: 5px
    }
    .t576__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0
    }
    .t576__item {
        padding-bottom: 0 !important
    }
    .t576__col {
        float: none;
        text-align: left;
        width: 100%
    }
    .t576__linewrapper,
    .t576__block,
    .t576__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px
    }
    .t576__linewrapper {
        position: relative;
        padding-bottom: 30px
    }
    .t576__block,
    .t576__block-flipped {
        padding-left: 20px !important;
        padding-right: 0 !important
    }
    .t576__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .t576__img {
        margin-left: 0
    }
}

.t551__title {
    margin-bottom: 45px
}

.t551__address {
    margin-top: 45px
}

.t551 .t-sociallinks {
    margin-top: 40px
}

.t551 .t-sociallinks a {
    display: inline-block
}

.t551 .t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0
}

#allrecords .t551 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

@media screen and (max-width:960px) {
    .t551__contacts {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.t345-container.t345-socials_block {
    height: auto !important;
    padding: 24px 0
}

.t345 .t345-col {
    height: 100%;
    margin: 0 auto;
    float: none;
    display: block
}

.t345-col.t-col_100 {
    height: 100%;
    margin: 0 auto;
    display: block;
    width: 100%
}

.t345-content {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    height: 80px
}

.t345-socials_block .t345-text__wrapper {
    display: block
}

.t345-text__wrapper {
    display: table-cell;
    vertical-align: middle
}

.t345-text {
    display: inline-block
}

.t345-socials {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.t345-socials_block .t345-socials {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-top: 14px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.t345-share,
.t345-social,
.t345 .t-sociallinks {
    display: inline-block;
    vertical-align: middle
}

.t345 .t-sociallinks,
.t345 .t-sociallinks__wrapper,
.t345 .t-sociallinks__item,
.t345-social__wrapper,
.t345-social__item,
.t345-social {
    display: inline-block;
    margin-left: 4px;
    height: 30px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

#allrecords .t345 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t345 .t-sociallinks a {
    display: inline-block
}

.t345 .t-sociallinks svg {
    display: block
}

@media screen and (max-width:960px) {
    .t345-socials_block .t-sociallinks {
        height: auto
    }
}

.t345 .t-sociallinks__item:hover,
.t345-social__item:hover {
    opacity: .8
}

.t345 .t-sociallinks__item a:focus-visible {
    opacity: .8
}

.t345-socials_block .t-sociallinks,
.t345-socials_block .t-sociallinks__wrapper,
.t345-socials_block .t-sociallinks__item,
.t345-socials_block .t345-social__wrapper,
.t345-socials_block .t345-social__item,
.t345-socials_block .t345-social {
    margin-left: 0;
    margin-right: 4px
}

.t345-text {
    color: #555
}

.t345 .ya-share2__container_size_m .ya-share2__icon {
    width: 28px;
    height: 28px
}

.t345 .ya-share2__list {
    margin-bottom: 0
}

.t345 .ya-share2__container_size_m .ya-share2__counter {
    line-height: 28px
}

.t345__black-white .ya-share2__badge {
    background-color: #111 !important
}

.t345__transp-white .ya-share2__badge {
    background-color: transparent !important
}

.t345__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
    display: none
}

.t345__transp-white .ya-share2__container_size_m .ya-share2__counter {
    padding-left: 0 !important;
    margin-top: 2px
}

.t345__white-black .ya-share2__badge {
    background-color: #fff !important
}

.t345__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t345__white-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222
}

.t345__white-black .ya-share2__counter:before {
    background-color: #222
}

.t345__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.t345__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t345__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px
}

.t345__transp-black .ya-share2__badge {
    background-color: transparent !important
}

.t345__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.t345__transp-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222;
    padding-left: 0 !important;
    margin-top: 2px
}

.t345__transp-black .ya-share2__counter:before {
    display: none
}

.t345__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiICBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.t345__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t345__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 28px 28px
}