html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}



@font-face {
    font-display: swap;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/ProximaNova-Regular.ttf") format("truetype"), url("./fonts/ProximaNova-Regular.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 400;
    src: url("./fonts/ProximaNova-RegularIt.ttf") format("truetype"), url("./fonts/ProximaNova-RegularIt.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/ProximaNova-Bold.ttf") format("truetype"), url("./fonts/ProximaNova-Bold.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 700;
    src: url("./fonts/ProximaNova-BoldIt.ttf") format("truetype"), url("./fonts/ProximaNova-BoldIt.woff") format("woff")
}




@font-face {
    font-display: swap;
    font-family: 'Prox Reg';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/ProximaNova-Regular.ttf") format("truetype"), url("./fonts/ProximaNova-Regular.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Prox Sem';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/ProximaNova-Semibold.ttf") format("truetype"), url("./fonts/ProximaNova-Semibold.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Prox Sem It';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/ProximaNova-SemiboldIt.ttf") format("truetype"), url("./fonts/ProximaNova-SemiboldIt.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'Prox Reg It';
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/ProximaNova-RegularIt.ttf") format("truetype"), url("./fonts/ProximaNova-RegularIt.woff") format("woff")
}



* {
    box-sizing: border-box
}
*:focus {
    outline: none
}
*::before, *::after {
    box-sizing: border-box
}
[hidden] {
    display: none !important
}
html {
    font-size: 18px
}
body {
    font-family: 'Proxima Nova', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #F4F5F7;
    color: #3D4448
}
body.disable-hover {
    pointer-events: none
}
body.disable {
    overflow: hidden;
    position: fixed;
    max-width: 100%
}
body.blue-page {
    color: #ffffff
}
hr {
    height: 1px;
    background-color: #EAEEF6;
    border: none;
    width: 100%
}
picture img {
    display: inherit;
    width: 100%
}
button, input, select, textarea {
    color: #fff;
    background-color: transparent;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    font-family: 'Proxima Nova', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}
button:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--text-d-color)
}
button::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--text-d-color)
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
    color: var(--text-d-color)
}
textarea {
    resize: vertical
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
p {
    line-height: 1.5
}
.visuallyhidden {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
.full-width {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px)
}
.logo__img {
    width: 206px
}
.subject {
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #004C79
}
.subject-size-l {
    font-size: 72px
}
.subject_mb {
    margin-bottom: 30px
}
.container {
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}
.link {
    color: #004C79;
    text-decoration: none;
    cursor: pointer
}
.link:hover {
    color: #00629B
}
.link:hover svg {
    fill: #00629B
}
.link:active {
    color: #003F64
}
.link:active svg {
    fill: #003F64
}
.link-underline {
    text-decoration: underline
}
.link-underline:hover {
    text-decoration: none
}
.link-gray {
    color: #7D929F
}
.link-gray .icon {
    fill: #7D929F
}
.link_strong {
    font-weight: 700
}
.icon {
    fill: #ffffff;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s
}
.main {
    overflow: hidden
}
.subtitle {
    font-weight: 700;
    font-size: 24px;
    color: #004C79
}
.subtitle_mb {
    margin-bottom: 25px
}
.smallText {
    font-size: 14px;
    color: #7D929F;
    font-weight: 400
}
.bigText {
    font-size: 72px;
    color: #004C79;
    font-weight: 700
}
.cardText {
    font-size: 24px;
    text-transform: uppercase;
    color: #3D4448
}
.linkLast {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.linkLast__item {
    margin-left: 35px
}
.header {
    padding-top: 35px;
    padding-bottom: 55px;
    background-color: #0298db
}
.header .link {
    color: #ffffff
}
.header .link:hover {
    color: #00629B
}
.header .link:hover svg {
    fill: #00629B
}
.header__inner {
    position: relative;
    color: #ffffff;
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 101
}
.header-page {
    padding-bottom: 30px
}
.header .logo__img-sticky {
    width: 170px;
    display: none
}
.header__nav {
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s
}
.header__nav-sticky {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1640px;
    padding: 0 25px
}
.header__nav-sticky .search__tip, .header__nav-sticky .logo__img, .header__nav-sticky .header__menu {
    display: none
}
.header__nav-sticky .search__input {
    height: 42px
}
.header__nav-sticky .search__button {
    font-size: 14px;
    height: 42px;
    padding: 0 26px
}
.header__nav-sticky .logo__img-sticky {
    display: block !important
}
.header__nav-sticky .header__shop {
    position: static;
    margin: 0 0 0 auto
}
.header__logo {
    width: 20%;
    margin-right: 1%
}
.header__logo .logo__img-sticky {
    width: 170px;
    display: none
}
.header__user {
    margin-left: 40px;
    display: flex;
    align-items: center
}
.header__user-auth {
    margin-left: 30px;
    margin-right: -20px
}
.header__search {
    width: 54%
}
.header__search-sticky .search__tip {
    display: none
}
.header__search-sticky .search__input {
    height: 42px
}
.header__icon {
    height: 23px;
    display: inline-block
}
.header__icon:hover .icon {
    fill: #00629B
}
.header__icon:hover .icon.icon__stroke {
    stroke: #00629B
}
.header__icon:active .icon {
    fill: #003F64
}
.header__icon:active .icon.icon__stroke {
    stroke: #003F64
}
.header__icon[data-item]:not([data-item="0"]) {
    position: relative
}
.header__icon[data-item]:not([data-item="0"])::before {
    content: attr(data-item);
    position: absolute;
    top: -10px;
    right: -7px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 14px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center
}
.header__icon_signin {
    width: 23px
}
.header__icon_plus {
    width: 21px
}
.header__icon_star {
    width: 24px;
    stroke: #ffffff
}
.header__icon_cart {
    width: 26px
}
.header__separate {
    width: 1px;
    height: 16px;
    background-color: #8DD4FF;
    margin: 0 24px;
    display: inline-block
}
.header__separate-mini {
    margin: 0 20px
}
.header__linkAuth {
    max-width: 9vw;
    max-height: 63px;
    overflow: hidden
}
.header__menu {
    flex: 1;
    min-width: 200px
}
.header__menu-auth {
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: flex-end
}
.header__menu-auth .menu__link {
    margin: 0 0 0 auto;
    min-width: 188px
}
.header__shop {
    position: absolute;
    right: 25px;
    top: 0
}
.header__authWrap {
    display: flex;
    align-items: center
}
.topbar {
    width: calc(100% - 21%);
    margin-left: 21%;
    margin-bottom: 27px
}
.topbar__item {
    margin-right: 4vw
}
.footer {
    padding-bottom: 90px
}
.footer .link {
    color: #3D4448
}
.footer .subtitle .link {
    color: #004C79
}
.footer .subtitle .link:hover {
    color: #0298db
}
.footer__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    justify-content: space-between
}
.footer__subtitle {
    margin-bottom: 31px
}
.footer__wrapNav {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px)
}
.footer__wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.footer__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    vertical-align: top;
    height: 210px;
    margin-bottom: 77px
}
.footer__navItem {
    margin-bottom: 20px
}
.footer__navItem-big {
    font-weight: 700;
    font-size: 24px
}
.footer__social {
    margin-bottom: 60px
}
.footer__logo {
    margin-bottom: 60px;
    width: 150px;
    height: 44px;
    background: url("images/logo_blue.png") no-repeat center/contain
}
.footerBar {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px
}
.footerBar__copyright {
    margin-right: 220px
}
.footerBar .parus-link {
    flex: 1;
    text-align: right
}
.footerBar .parus-link .link {
    font-weight: 700
}
.blue-page {
    background-color: #0298db
}
.blue-page .social__icon {
    fill: #c7ecf8
}
.blue-page .footer .link {
    color: #ffffff
}
.blue-page .footer .link:hover {
    color: #00629B
}
.blue-page .footer__logo {
    background-image: url("images/logo_white.png")
}
.blue-page .subtitle, .blue-page .subject, .blue-page .form__text, .blue-page .link {
    color: #ffffff
}
.blue-page a.subtitle:hover, .blue-page a.subject:hover, .blue-page a.form__text:hover, .blue-page a.link:hover {
    color: #00629B
}
.button {
    min-width: 142px;
    border-radius: 3px;
    background-color: #004c79;
    cursor: pointer;
    transition: all 0.2s;
    color: #ffffff;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    height: 42px;
    padding: 0 26px
}
.button:hover {
    background-color: #00629B
}
.button:active {
    background-color: #003F64
}
.button-white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff
}
.button-white:disabled {
    background-color: #48BBFF;
    border-color: #48BBFF
}
.button-white:hover {
    background-color: #48BBFF;
    border-color: #48BBFF
}
.button-white:active {
    background-color: #00629B;
    border-color: #00629B
}
.button-gray {
    background-color: transparent;
    color: #7D929F;
    border: 1px solid #7D929F
}
.button-gray:hover {
    color: #00629B;
    border-color: #00629B;
    background-color: transparent
}
.button-gray:active {
    color: #003F64;
    border-color: #003F64;
    background-color: transparent
}
.button-turq {
    background-color: #56CAD8
}
.button-turq:hover {
    background-color: #449FAA
}
.button-turq:active {
    background-color: #5999A2
}
.button_big, .button-size-l {
    font-size: 16px;
    height: 54px;
    padding: 0 30px
}
.button-size-s {
    height: 34px;
    min-width: 100px
}
.button_big {
    min-width: 190px;
    max-width: 400px
}
.form {
    position: relative;
    z-index: 8;
    display: flex;
    flex-wrap: wrap
}
.form__textarea, .form__input {
    height: 42px;
    background-color: #EAEEF6;
    padding-left: 14px;
    color: #868686;
    border-radius: 3px;
    transition: all 0.2s;
    border: 1px solid transparent;
    font-size: 14px;
    max-width: 100%;
    width: 288px;
    -webkit-text-size-adjust: 100%
}
.form__textarea:focus, .form__input:focus {
    border: 1px solid #004C79
}
.form__textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder {
    color: rgba(134, 134, 134, 0.5)
}
.form__textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
    color: rgba(134, 134, 134, 0.5)
}
.form__textarea::placeholder, .form__input::placeholder {
    color: rgba(134, 134, 134, 0.5)
}
.form__textarea {
    width: 100%;
    padding: 13px;
    height: 76px
}
.form__textarea_short {
    max-width: 372px;
    height: 120px
}
.form__input_size_m {
    height: 54px
}
.form__label {
    margin-bottom: 25px
}
.form__text {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #7D929F
}
.form__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}
.form_default {
    display: flex;
    flex-wrap: wrap;
    max-width: 625px;
    width: 100%;
    justify-content: space-between
}
.form__labelFull {
    width: 100%;
    margin-bottom: 25px
}
.form__labelFull .form__text {
    width: 100%
}
.form__labelFull .form__input {
    width: calc(50% - 20px)
}
.form__labelFull_xs {
    display: none
}
.form__labelHalf {
    margin-bottom: 25px;
    width: calc(50% - 20px)
}
.form__labelHalf .form__input {
    width: 100%;
    max-width: 310px
}
.form__labelSelect {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 320px;
    margin-bottom: 25px
}
.form_register {
    margin-bottom: 70px
}
.form.form_dragover .fileInput {
    opacity: .5
}
.select {
    display: block;
    font-size: 14px
}
.select__input {
    line-height: 36px;
    color: #868686;
    height: 36px;
    border-radius: 3px;
    background-color: #EAEEF6;
    border: 1px solid transparent;
    font-size: 14px;
    width: 290px;
    padding-left: 10px
}
.select_large .select2-container {
    min-width: 290px
}
.select_smallFull .select2-container, .select_small .select2-container {
    min-width: 142px;
    width: 142px !important
}
.select_smallFull .select__input, .select_small .select__input {
    width: 142px
}
.select_tiny .select2-container {
    min-width: 87px;
    width: 87px !important
}
.select_tiny .select__input {
    width: 87px
}
.checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap
}
.checkbox:hover {
    border-color: #004C79
}
.checkbox:hover .checkbox__input {
    border-color: #004C79
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.checkbox input:checked~.checkbox__input {
    border-color: #004C79;
    background: #004C79 url("images/checkbox_ok.svg") no-repeat center
}
.checkbox__input {
    width: 20px;
    height: 20px;
    border: 1px solid #7D929F;
    border-radius: 2px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s;
    margin-right: 18px;
    margin-top: 3px
}
.checkbox__label {
    flex: 1
}
.checkbox-opacity .checkbox__input {
    background-color: transparent;
    margin-right: 0;
    border-color: #ffffff
}
.fileInput {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px dashed #7d929f;
    border-radius: 3px;
    background-color: #EAEEF6;
    padding: 9px 8px 9px 20px;
    transition: all 0.2s
}
.fileInput:hover {
    background-color: #DCE0E8
}
.fileInput__inputIcon {
    margin-right: 16px;
    width: 16px;
    height: 20px
}
.fileInput__button {
    margin-left: 55px;
    background-color: #ffffff;
    border-color: #7D929F;
    padding: 0
}
.menu__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 0 auto
}
.menu__icon {
    width: 27px;
    height: 17px;
    margin-left: 22px
}
.menu__hamburg {
    padding: 5px;
    border-radius: 3px
}
.h-menu {
    display: none;
    z-index: 100;
    position: relative;
    padding: 45px 0;
    overflow: auto
}
.h-menu__subtitle {
    color: #fff;
    margin-bottom: 20px;
    grid-column-end: span 5
}
.h-menu__grid {
    display: grid;
    grid-template-columns: 300px 300px 1fr 1fr 1fr;
    grid-gap: 10px 5vw
}
.h-menu__wrap {
    margin-bottom: 50px
}
.h-menu__list {
    margin-bottom: 10px;
}
.h-menu__list_full, .h-menu__list_double {
    grid-column-end: span 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.h-menu__list_full .h-menu__item, .h-menu__list_double .h-menu__item {
    width: calc(50% - 50px)
}
.h-menu__list_full {
    grid-column-end: span 5;
    max-height: 250px;
    display: grid;
    grid-template-columns: 300px 300px 1fr 1fr 1fr;
    grid-gap: 10px 5vw
}
.h-menu__list_full .h-menu__item:first-child, .h-menu__list_full .h-menu__item {
    width: auto
}
.h-menu__item {
    margin-bottom: 20px
}
.h-menu__item:first-child {
    max-width: 190px;
}
.h-menu__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.h-menu__mobile {
    position: relative;
    display: none
}
.h-menu__arrow {
    position: absolute;
    right: 20px;
    top: -5px;
    display: none
}
.h-menu__arrowIcon {
    width: 27px;
    height: 27px
}
.h-menu__arrowIcon_reverse {
    transform: rotate(180deg)
}
body .select2-container--open .select2-dropdown--below, body .select2-dropdown {
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.16)
}
body .select2-container--default .select2-results>.select2-results__options {
    border-radius: 3px;
    font-size: 14px
}
body .select2-container--open .select2-dropdown--above {
    margin-bottom: 8px
}
body .select2-container--open .select2-dropdown--below {
    margin-top: 8px
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 3px
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 23px;
    height: 23px;
    background: url("images/arrow-down.svg");
    margin: 0;
    right: 7px;
    transform: translateY(-50%);
    left: auto
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    color: #868686
}
body .select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 3px;
    background-color: #EAEEF6;
    border: 1px solid transparent;
    font-size: 14px
}
body .select2-results {
    color: #868686
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EAEEF6;
    color: #868686
}
body .select2-results__option {
    padding: 10px 14px
}
.productItem {
    width: 362px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column
}
.productItem__img {
    position: relative;
    margin: 0 auto 40px
}
/*.productItem__img img {*/
/*    border-radius: 10px;*/
/*    max-width: 100%*/
/*}*/
.productItem__date, .productItem__message {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 14px;
    color: #ffffff;
    z-index: 4
}
.productItem__date {
    top: auto;
    bottom: 25px
}
.productItem__notvalid {
    width: 100%;
    height: 100%;
    background-color: #F68137;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 2;
    color: #ffffff;
    padding: 70px 25px 25px;
    line-height: 1.4
}
.productItem__info {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
    align-items: flex-start
}
.productItem__rating {
    margin-bottom: 25px
}
.productItem__teacher {
    margin-bottom: 18px
}
.productItem__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px
}
.productItem__priceText {
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block
}
.productItem__priceNumber {
    font-size: 44px;
    font-weight: 700;
    display: block
}
.productItem__price {
    margin-bottom: 36px;
    margin-top: auto
}
.productItem__icon {
    width: 22px;
    height: 21px
}
.productItem__addWish {
    position: absolute;
    top: 22px;
    right: 18px;
    cursor: pointer;
    z-index: 3
}
.productItem__addWish:hover svg {
    fill: #00629B
}
.productItem__addWish.favorite-btn--added svg {
    fill: #00629B
}
.productItem_themeWhite, .productItem_themeOne {
    height: auto
}
.productItem_themeWhite .productItem__priceText, .productItem_themeWhite .productItem__teacher, .productItem_themeOne .productItem__priceText, .productItem_themeOne .productItem__teacher {
    color: #5F5F5F
}
.productItem_themeWhite .productItem__priceNumber, .productItem_themeOne .productItem__priceNumber {
    color: #0298db
}
.productItem_themeWhite {
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 40px 1.25vw;
    width: 100%
}
.productItem_themeWhite .productItem__info {
    padding: 0
}
.productItem .productRating {
    margin-bottom: 22px
}
.rating {
    display: flex;
    flex-wrap: wrap
}
.rating__star {
    width: 23px;
    height: 22px;
    background: url("images/r-star.svg") no-repeat;
    margin-right: 10px
}
.rating__star:last-child {
    margin-right: 0
}
.rating-small .rating__star {
    width: 20px;
    height: 19px;
    background-size: contain
}
.rating[data-rating="0.5"] .rating__star:first-child {
    background-image: url("images/r-star-half.svg")
}
.rating[data-rating="1"] .rating__star:first-child {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="1.5"] .rating__star:nth-child(1) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="1.5"] .rating__star:nth-child(2) {
    background-image: url("images/r-star-half.svg")
}
.rating[data-rating="2"] .rating__star:nth-child(-n+2) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="2.5"] .rating__star:nth-child(-n+2) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="2.5"] .rating__star:nth-child(3) {
    background-image: url("images/r-star-half.svg")
}
.rating[data-rating="3"] .rating__star:nth-child(-n+3) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="3.5"] .rating__star:nth-child(-n+3) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="3.5"] .rating__star:nth-child(4) {
    background-image: url("images/r-star-half.svg")
}
.rating[data-rating="4"] .rating__star:nth-child(-n+4) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="4.5"] .rating__star:nth-child(-n+4) {
    background-image: url("images/r-star-full.svg")
}
.rating[data-rating="4.5"] .rating__star:nth-child(5) {
    background-image: url("images/r-star-half.svg")
}
.rating[data-rating="5"] .rating__star:nth-child(-n+5) {
    background-image: url("images/r-star-full.svg")
}
.rating-form {
    cursor: pointer
}
.rating-form:hover .rating__star {
    background-image: url("images/r-star-full.svg")
}
.rating-form .rating__star {
    margin-right: 0;
    padding-right: 10px;
    box-sizing: content-box
}
.rating-form .rating__star:last-child {
    padding-right: 0
}
.rating-form .rating__star:hover~.rating__star {
    background-image: url("images/r-star.svg")
}
.boxItem {
    background-color: #48BBFF;
    border-radius: 10px;
    position: relative;
    padding: 0 45px 35px 25px;
    height: 287px;
    display: block;
    margin-top: 50px;
    color: #ffffff
}
.boxItem__icon {
    width: 19px;
    height: 14px
}
.boxItem__pic {
    padding-top: 40px;
    padding-bottom: 100px
}
.boxItem__svg {
    width: 53px;
    height: 53px
}
.boxItem__img {
    margin-bottom: 30px;
    position: relative;
    height: 167px
}
.boxItem__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0
}
.boxItem__title {
    font-size: 24px;
    font-weight: 700
}
.boxItem__info {
    color: #ffffff
}
.boxItem__link {
    position: absolute;
    right: 35px;
    bottom: 25px
}
.boxItem__answer, .boxItem__date {
    padding-top: 30px;
    margin-bottom: 45px
}
.boxItem__bigText {
    font-size: 72px;
    font-weight: 700;
    padding-top: 20px
}
.boxItem__bigText span {
    color: #EAEEF6
}
.boxItem__smallText {
    margin-bottom: 35px
}
.boxItem_themeDark {
    background-color: #3D4448
}
.boxItem_themeDark .boxItem__bigText {
    color: #E5DE2B
}
.boxItem_themeDark .boxItem__bigText span {
    color: #E5DE2B
}
.boxItem__premium {
    position: absolute;
    right: 36px;
    top: 37px
}
.boxItem__premium svg {
    stroke: #e5de2b;
    width: 53px;
    height: 36px
}
.boxItem__menu {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #48BBFF;
    transform: translateY(97%);
    height: 0;
    opacity: 0;
    transition: all 0.2s;
    z-index: 11;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden
}
.boxItem__menu_active {
    height: auto;
    opacity: 1
}
.boxItem__menuLink {
    font-weight: 700;
    color: #ffffff;
    padding: 25px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #83D1FF
}
.boxItem__menuLink:hover {
    background-color: #004C79
}
.boxItem__menuLink:active {
    background-color: #00629B
}
.animePic {
    z-index: 1;
    background-repeat: no-repeat
}
.animePic__themeOne {
    width: 77vw;
    height: 73vw;
    background: url("images/blob-shape1.svg") no-repeat center/contain;
    position: absolute;
    right: -274px;
    top: -240px
}
.animePic__item1 {
    width: 58vw;
    height: 58vw;
    position: absolute;
    top: 370px;
    max-width: 1200px
}
.animePic__themeTwo {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 86% 41%;
    background-size: 78vw
}
.animePic__item2 {
    width: 40vw;
    position: absolute;
    top: 170px;
    left: 7.5vw;
    max-width: 1200px
}
.animePic__themeThree {
    position: absolute;
    right: 0;
    bottom: 0.1%;
    padding-right: 3vw;
    padding-top: 10%;
    background-position: -35% 54%;
    width: 53vw;
    background-size: cover;
    z-index: -1
}
.animePic__item3 {
    margin-bottom: -20px
}
.animePic__themeFour {
    width: 44vw;
    position: absolute;
    right: 35px;
    top: -280px;
    background: url("images/animePic4.svg") no-repeat top right/contain;
    padding: 4vw 4vw 4vw 0
}
.animePic__themeFive {
    background-image: url("images/animePic5.svg");
    padding: 0vw 0vw 10vw 10vw
}
.animePic__themeSix {
    padding: 1vw 0vw 5vw 20vw;
    right: 0;
    background-position: left
}
.animePic__themeSix svg {
    width: auto !important
}
.animePic__item6 {
    text-align: right;
    height: 42vw
}
.animePic__themeSeven {
    background-image: none;
    padding-top: 0
}
.animePic__themeEight {
    padding: 6vw 0 0 4vw;
    background-position: top left
}
.animePic__themeNine {
    margin-left: -24vw;
    margin-right: -2vw;
    margin-top: -50px;
    flex: 1;
    background-image: url("images/animPicbg-9.svg");
    padding-top: 2vw;
    background-size: 47vw 46vw;
    background-position: top right;
    height: 46vw
}
.animePic__item9 {
    width: 36vw;
    margin: 0 0 0 auto
}
.animePic__themeTen {
    background-position: top left
}
.animePic__themeEleven {
    padding: 4vw 0 6vw 12vw;
    background-position: top left;
    right: 100px;
    width: 44vw;
    position: absolute;
    top: -280px;
    background: url("images/animePic4.svg") no-repeat top right/contain
}
.animePic__item11 {
    width: 37vw;
    margin: 0 0 0 auto
}
.animePic__themeTwelve {
    width: 44vw;
    position: absolute;
    right: 35px;
    top: -223px
}
.animePic__themeThirteen {
    top: -230px;
    background: transparent
}
.animePic__themeThirteen::before {
    content: '';
    position: absolute;
    background-image: url("./images/animPicbg-2.svg");
    width: 58vw;
    height: 80vw;
    top: -18vw;
    right: -8vw;
    background-position: -7% 0;
    z-index: -1
}
.animePic__item13 {
    z-index: 9;
    position: relative;
    background: url("images/animePic4.svg") no-repeat top right/contain;
    padding: 4vw 0vw 4vw 4vw
}
.animePic__themeFourteen {
    width: 77vw;
    height: 73vw;
    background: url("images/blob-shape1.svg") no-repeat center/contain;
    position: absolute;
    right: -14vw;
    top: -215px
}
.animePic__item14 {
    position: absolute;
    top: 430px;
    left: 200px;
    max-width: 1200px
}
.animePic__home {
    display: none
}
.lottieAnime {
    fill: #48BBFF;
    cursor: pointer
}
.lottieAnime_active {
    fill: #004C79
}
.pageHead {
    background-color: #0298db;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 40px
}
.pageHead__title {
    margin-bottom: 15px
}
.pageHead__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.pageHead__filter {
    display: flex;
    flex-wrap: wrap
}
.pageHead__label {
    margin-right: 2vw
}
.pageHead__label .form__text {
    vertical-align: top;
    color: #ffffff
}
.pageHead__label:last-child {
    margin-right: 0
}
.pageHead__label-themeTwo {
    margin-right: 70px;
    position: relative
}
.pageHead__label-themeTwo:first-child::before {
    content: '';
    position: absolute;
    right: -19px;
    top: 44px;
    transform: translateX(100%);
    background-color: #ffffff;
    height: 2px;
    width: 31px
}
.pageHead__label-themeTwo:last-child {
    margin-right: 0
}
.pageHead__label-themeTwo .select {
    margin-right: 20px
}
.pageHead__label-themeTwo .select:last-child {
    margin-right: 0
}
.pageHead__labelWrap {
    display: flex;
    flex-wrap: wrap
}
.pageHead__publish {
    display: flex;
    flex-wrap: wrap;
    line-height: 19px;
    font-size: 14px
}
.pageHead__publish .link {
    padding-left: 20px;
    white-space: nowrap
}
.pageHead__published {
    margin-right: 15%
}
.pageHead__published, .pageHead__documents {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.pageHead__icon {
    width: 19px;
    height: 19px;
    fill: #ffffff;
    vertical-align: middle
}
.pageHead__tinytext {
    font-size: 14px;
    margin-bottom: 20px
}
.pageHead .subject {
    color: #ffffff
}
.pageHead .link {
    color: #ffffff
}
.pageHead .link:hover {
    color: #00629B
}
.pageHead .link:hover svg {
    fill: #00629B
}
.pageHead .link:active {
    color: #003F64
}
.wysiwyg {
    font-size: 16px
}
.wysiwyg h2 {
    font-size: 32px;
    font-weight: 700;
    color: #004C79;
    margin-bottom: 40px
}
.wysiwyg h3 {
    font-weight: 700;
    font-size: 24px;
    color: #004C79;
    margin-bottom: 30px;
    padding-top: 20px
}
.wysiwyg p {
    padding-bottom: 30px
}
.wysiwyg ol {
    list-style-type: decimal
}
.wysiwyg ol li {
    padding-bottom: 5px
}
.wysiwyg img {
    max-width: 100%;
    border-radius: 5px
}
.productInfo__inner {
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    grid-template-columns: minmax(425px, 24vw) 1fr minmax(310px, 20.5vw);
    grid-template-rows: 200px 100px 150px 380px 80px 1fr;
    grid-gap: 2vw 3.5vw;
    grid-template-areas: "material feature author""material feature anotherPub""material about anotherPub""price about anotherPub""share about anotherPub""share about anotherPub"
}
.productInfo__material {
    grid-area: material
}
.productInfo__feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 750px;
    grid-area: feature
}
.productInfo__author {
    grid-area: author
}
.productInfo__about {
    grid-area: about
}
.productInfo__anotherPub {
    grid-area: anotherPub
}
.productInfo__price {
    grid-area: price
}
.productInfo__share {
    grid-area: share
}
.productInfo__img {
    display: block;
    /*width: 100%*/
    max-width: 100%;
    max-height: 100%;
}
.productInfo__picture {
    max-width: 500px;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 auto
}
.productInfo__statistic {
    font-size: 16px;
    padding: 22px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.productInfo .icon {
    fill: #004c79;
    margin-right: 10px
}
.productInfo__iconDownloads {
    width: 18px;
    height: 17px
}
.productInfo__iconViews {
    width: 20px;
    height: 14px
}
.productInfo__views, .productInfo__downloads {
    display: flex;
    align-items: center;
    line-height: 1
}
.productInfo__subtitle {
    margin-bottom: 18px
}
.productInfo__subject {
    margin-bottom: 25px
}
.productInfo__featureItem {
    width: 45%;
    margin-bottom: 40px
}
.productInfo__blockWhite {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 24px 20px;
    color: #3D4448
}
.productInfo__authorInner {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 24px;
    display: flex;
    flex-wrap: wrap
}
.productInfo__authorName {
    flex: 1
}
.productInfo__authorPhoto {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-left: 1.8vw
}
.productInfo__authorPub {
    width: 100%
}
.productInfo__published .link {
    font-size: 14px;
    color: #7D929F;
    vertical-align: middle
}
.productInfo__published .icon {
    width: 16px;
    height: 20px;
    fill: #7D929F;
    vertical-align: middle
}
.productInfo__priceBlock {
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff
}
.productInfo__priceSum {
    background-color: #004C79;
    font-size: 3.7vw;
    font-weight: 700;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center
}
.productInfo__priceNav {
    padding: 30px
}
.productInfo__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.productInfo__social .social__icon {
    fill: #0298db
}
.productInfo__social .social__link {
    margin: 0 0.52vw
}
.productInfo__text {
    text-align: center;
    color: #7D929F;
    padding-top: 18px
}
.productInfo__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px
}
.productInfo__buttons .button {
    width: calc(50% - 12px);
    padding: 0 10px
}
.productInfo__demo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden
}
.productInfo__demoLink {
    background-color: #EAEEF6;
    height: 99px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 7px
}
.productInfo .productInfo__demoIcon {
    width: 26px;
    height: 25px;
    margin: 0 0 10px
}
.productInfo__demoLinkText {
    width: 100%;
    text-align: center
}
.productInfo__demoSubtitle {
    margin-bottom: 5px;
    color: #3D4448
}
.account__user {
    padding: 25px 30px 12px
}
.account__swticher {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
.account__swticherBtn {
    width: calc(50% - 6px)
}
.account__userHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px
}
.account__userName {
    padding-right: 10px;
    padding-bottom: 20px;
    flex: 1
}
.account__iconRubel {
    width: 17px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px
}
.account__userSum {
    color: #004C79;
    vertical-align: middle;
    display: inline-block
}
.account__userText {
    margin-top: 10px
}
.account__navLink {
    transition: all 0.2s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 71px;
    border-top: 1px solid #CAD0DD;
    font-size: 16px;
    color: #3D4448;
    padding: 0 35px;
    text-decoration: none
}
.account__navLink:first-child {
    border-top: none
}
.account__navLink:hover {
    background-color: #0298DB;
    color: #ffffff
}
.account__navLink:hover .icon {
    fill: #ffffff
}
.account__navLink_active {
    background-color: #004C79;
    color: #ffffff
}
.account__navLink_active .icon {
    fill: #ffffff
}
.account__navIcon {
    max-width: 20px;
    max-height: 20px;
    fill: #7D929F;
    margin-right: 30px
}
.account__subtitle {
    margin-bottom: 25px
}
.account__subtitle-dn {
    display: none
}
.account__text {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 395px
}
.account .account-shop {
    padding-top: 0
}
.account__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}
.account__wrapLeft {
    width: 470px;
    max-width: 100%;
    margin-right: 70px
}
.account__wrapRight {
    flex: 1
}
.account__checkboxWrap {
    display: flex;
    flex-wrap: wrap
}
.account__checkboxWrap .checkbox {
    width: 33%;
    margin-bottom: 18px
}
.account__navPost {
    background-color: #56CAD8;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
}
.account__navPostLink {
    color: #ffffff;
    font-size: 16px
}
.account__cover {
    background: #56CAD8 no-repeat center / cover;
    border-radius: 5px;
    padding: 50px 45px 45px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.2s;
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}
.account__cover:not(.account__cover_active)::after, .account__cover:not(.account__cover_active)::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -66px;
    transform: rotate(-48deg);
    width: 2px;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.3)
}
.account__cover:not(.account__cover_active)::before {
    transform: rotate(48deg)
}
.account__cover .form__wrap {
    justify-content: space-between
}
.account__cover .form__text {
    color: #ffffff
}
.account__coverMibleText {
    width: 120px;
    font-size: 24px;
    color: #7D929F;
    display: none;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3
}
.account__tmpSlider {
    margin-bottom: 25px
}
.account__coverText {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px
}
.account__tmpPick_hide {
    transition: all 0.2s;
    opacity: 0;
    width: 0;
    height: 0
}
.search {
    position: relative
}
.search__input {
    flex: 1
}
.search__button {
    margin-left: 30px;
    min-width: 148px
}
.search__tip {
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    transform: translateY(100%);
    left: 0
}
.message {
    padding: 20px 20px 18px;
    border: 1px solid #0298DB;
    border-radius: 3px;
    background-color: rgba(2, 152, 219, 0.2);
    color: #0298DB;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px
}
.message__iconMark {
    margin-right: 18px
}
.message__text {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.5
}
.message .message__icon {
    fill: #0298DB;
    width: 19px;
    height: 18px
}
.message .message__iconClose {
    width: 10px;
    height: 10px;
    margin-left: 18px
}
.message__button {
    cursor: pointer
}
.message .link {
    color: #0298DB
}
.message .link:hover {
    color: #004C79
}
.pickProgram {
    max-width: 622px;
    padding-bottom: 134px;
    margin-bottom: 130px
}
.pickProgram__title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 105px;
    position: relative;
    padding-top: 75px;
    z-index: 8
}
.pickProgram__subtitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 8
}
.pickProgram__form {
    justify-content: space-between
}
.pickProgram__label {
    width: calc(50% - 20px);
    margin-bottom: 27px
}
.pickProgram__text {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px
}
.listSlider {
    overflow: hidden;
    margin-bottom: 130px
}
.listSlider__nav {
    margin-bottom: 30px
}
.listSlider-news {
    margin-bottom: 291px
}
.listSlider-catalog {
    margin-bottom: 230px
}
.listSlider__title {
    margin-bottom: 80px
}
.listSlider__titleLeft {
    padding-left: 29vw
}
.listSlider-button .swiper-container {
    margin-bottom: 90px
}
.listSlider .swiper-container {
    overflow: visible
}
.listSlider .swiper-slide {
    height: auto
}
.listSlider__subject {
    margin-right: 3vw;
    display: inline-block
}
.listSlider__li {
    display: inline-block;
    margin-right: 2.5vw
}
.listSlider__li:last-child {
    margin-right: 0
}
.listSlider__btn {
    opacity: 0.52;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer
}
.listSlider__btn[disabled] {
    font-size: 32px;
    opacity: 1
}
.listSlider__btn:hover {
    opacity: 1
}
.listSlider__btn:active {
    opacity: 0.7
}
.steps {
    padding-top: 55px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    margin-bottom: 204px;
    height: 57.9vw
}
.steps__title {
    margin-bottom: 87px;
    position: relative;
    z-index: 9
}
.steps__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    justify-content: space-between;
    counter-reset: stepitem
}
.steps__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px);
    margin-bottom: 55px
}
.steps__tabs {
    width: 780px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 8
}
.steps__button {
    margin-top: 15px
}
.steps__icon {
    max-width: 100%;
    margin-bottom: 20px;
    height: 187px
}
.steps__nav {
    display: none;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px
}
.steps__itemTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 68px
}
.steps__itemTitle::before {
    counter-increment: stepitem;
    content: counter(stepitem) ".";
    position: absolute;
    left: 0;
    background: url("images/number-bg.svg") no-repeat center/contain;
    padding: 20px 9px 1px 28px;
    font-weight: 400
}
.steps__text {
    line-height: 1.4;
    padding-left: 68px
}
.mailSub {
    position: relative;
    padding-bottom: 205px;
    background: url("images/mailSub_bg.svg") no-repeat center bottom/94vw;
    margin-bottom: 127px
}
.mailSub-page {
    padding-top: 130px
}
.mailSub__title {
    margin-bottom: 85px
}
.mailSub__subject {
    margin-bottom: 38px
}
.mailSub__form {
    padding-top: 45px
}
.mailSub__input {
    margin-right: 30px;
    flex: 1
}
.mailSub__checkbox {
    width: 280px;
    font-size: 14px
}
.mailSub__wrap {
    width: 720px
}
.mailSub__formWrap {
    margin-bottom: 35px
}
.social__icon {
    width: 44px;
    height: 44px;
    fill: #0298db
}
.social__link {
    margin-right: 28px
}
.social__link:last-child {
    margin-right: 0
}
.social__link:hover .social__icon {
    fill: #004C79
}
.social__link:active .social__icon {
    opacity: 0.5
}
.social_auth {
    max-width: 585px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px
}
.social__authItem {
    width: calc(33% - 13px);
    margin-bottom: 25px
}
.social__authLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background-color: #0298db;
    border-radius: 3px;
    transition: all 0.2s
}
.social__authLink:hover {
    background-color: #004C79
}
.social__authIcon {
    width: 44px;
    height: 44px
}
.breadcrumbs {
    margin: 0 0 20px;
    font-size: 14px
}
.breadcrumbs li {
    display: inline-block;
    color: #ffffff
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    padding-right: 25px
}
.breadcrumbs a::after {
    content: '';
    width: 17px;
    height: 17px;
    background: url("images/arrow-right-2.svg");
    position: absolute;
    right: 0;
    top: -1px
}
.pageContent {
    padding: 75px 0 150px;
    position: relative
}
.pageContent-blue {
    padding-top: 15px;
    padding-bottom: 50px
}
.pageContent .container {
    position: relative
}
.pageContent__text {
    max-width: 580px;
    margin-bottom: 14vw
}
.pageContent__text-mini {
    margin-bottom: 5vw
}
.pageContent__text-blue {
    max-width: 100%
}
.pageContent_category {
    padding-top: 3vw
}
.pageContent_account {
    padding-top: 10vw
}
.pageContent__404 {
    margin-bottom: 32vw
}
.pageContent__404Button {
    margin-top: 70px;
    min-width: 190px
}
.pageContent__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
}
.pageContent__itemBig {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(75% - 50px)
}
.pageContent__itemSmall {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(25% - 50px)
}
.pageContent__textImg {
    vertical-align: middle;
    margin-left: 50px
}
.itemList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    z-index: 9
}
.itemList .boxItem {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(25% - 50px);
    margin-top: 0
}
.itemList-theme1 .boxItem {
    margin-bottom: 7vw
}
.itemList-theme2 {
    max-width: 1190px
}
.itemList-theme2 .boxItem {
    margin-bottom: 50px;
    width: calc(33.3333333333% - 50px)
}
.doubleItem__first {
    margin-right: 20px
}
.article {
    padding: 40px 0 200px
}
.article .link {
    color: #004C79
}
.article .link:hover {
    color: #0298db
}
.article__content {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 40px;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px)
}
.article__date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #7D929F;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px)
}
.article__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    justify-content: space-between;
    position: relative
}
.article__picture {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px)
}
.article__img {
    max-width: 100%;
    border-radius: 5px;
    margin: 0 0 0 auto;
    display: block
}
.shop {
    padding-top: 75px;
    overflow: hidden
}
.shop__inner, .shop__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
}
.shop__inner {
    grid-template-columns: repeat(4, calc(100% / 4 - 59px));
    grid-column-gap: 6.5%;
    grid-template-rows: auto;
    grid-row-gap: 100px;
    display: grid;
}
.shop__filter {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(25% - 50px);
    margin-bottom: 100px
}
.shop__products {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(75% - 50px)
}
.shop .productItem {
    box-sizing: border-box;
    word-wrap: break-word;
    /*margin-left: 25px;*/
    /*margin-right: 25px;*/
    width: calc(33.3333333333% - 50px);
    margin-bottom: 9%
}
.admin-link-footer {
    width: 140px;
}
.filter {
    padding: 22px 32px;
    background-color: #ffffff;
    border-radius: 5px
}
.filter_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 46px);
    max-height: calc(100vh - 46px);
    border-radius: 0;
    z-index: 102;
    overflow: scroll
}
.filter__minitext {
    font-size: 14px;
    color: #7D929F
}
.filter__reset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}
.filter__reset hr {
    margin: 0 20px
}
.filter__subtitle {
    margin-bottom: 30px;
    width: 100%
}
.filter__nav {
    margin-bottom: 50px
}
.filter__checkbox {
    padding-top: 40px
}
.filter__checkbox .checkbox {
    margin-bottom: 30px
}
.filter__checkbox_double {
    display: flex;
    flex-wrap: wrap
}
.filter__checkbox_double .checkbox {
    width: 55%
}
.filter__checkbox_double .checkbox:nth-child(odd) {
    width: 45%
}
.filter__hrFull {
    margin: 0 -32px;
    width: auto
}
.filter__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px
}
.filter__label {
    width: 46%;
    font-size: 14px
}
.filter__label input {
    margin-top: 6px
}
.filter__footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-bottom: 25px;
    justify-content: space-between
}
.filterMobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #56CAD8;
    font-size: 14px;
    color: #ffffff;
    z-index: 103;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.25s
}
.filterMobile[data-filter]:not([data-filter="0"]) {
    background-color: #004C79
}
.filterMobile[data-filter]:not([data-filter="0"])::after {
    content: attr(data-filter);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #56CAD8;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px
}
.menuVertical {
    margin: 0 -32px
}
.menuVertical__submenu {
    display: none
}
.menuVertical__text {
    padding: 14px 50px 14px 32px;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative
}
.menuVertical__text::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    background: url("images/menu-plus.svg") no-repeat center;
    width: 13px;
    height: 13px
}
.menuVertical__text:hover {
    color: #0298db;
    background-color: #EAEEF6
}
.menuVertical__text:active {
    color: #003F64
}
.menuVertical__link {
    display: block;
    color: #7D929F;
    padding: 14px 50px 14px 52px
}
.menuVertical__link:hover {
    color: #0298db;
    background-color: #EAEEF6
}
.menuVertical__link:active {
    color: #003F64
}
.menuVertical__link_current {
    font-weight: 700;
    color: #004C79;
    background-color: #EAEEF6
}
.menuVertical__item {
    line-height: 1.4;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
.menuVertical__item_open .menuVertical__text::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMTMgMSI+PHBhdGggZD0iTTEzLDEyaDUuNWEuNS41LDAsMCwxLDAsMUg2LjVhLjUuNSwwLDAsMSwwLTFIMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNiAtMTIpIiBvcGFjaXR5PSIwLjMiLz48L3N2Zz4=")
}
.menuVertical__item_open .menuVertical__submenu {
    display: block
}
.staticPic {
    position: absolute
}
.staticPic-One {
    background: url("images/staticPic1.svg") no-repeat center/contain;
    width: 58vw;
    height: 54vw;
    right: -30vw;
    top: -20vw
}
.staticPic-two {
    background: url("images/staticPic2.svg") no-repeat center/contain;
    width: 365px;
    height: 350px;
    right: 8vw;
    top: 45%;
    transform: translateY(-50%)
}
.pagination {
    padding-bottom: 5vw
}
.pagination__list {
    display: flex;
    flex-wrap: wrap
}
.pagination__item:first-child .pagination__icon {
    transform: rotate(180deg)
}
.pagination__link {
    width: 36px;
    height: 36px;
    border: 1px solid #7D929F;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #7D929F;
    font-size: 14px;
    text-decoration: none
}
.pagination__link:hover {
    background-color: #004C79;
    color: #ffffff
}
.pagination__link:hover .icon {
    fill: #ffffff
}
.pagination__link:active {
    background-color: #00629B
}
.pagination__icon {
    fill: #7D929F;
    height: 18px;
    vertical-align: middle
}
.b-news {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
.b-news__subject {
    width: 100%;
    margin-bottom: 75px
}
.b-video {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px
}
.b-video__img {
    max-width: 100%;
    margin: 0 0 0 auto;
    display: block
}
.b-video__play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    background: inherit;
    z-index: 2;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer
}
.b-video__play:hover {
    color: #004C79
}
.b-video__play:hover svg {
    fill: #004C79
}
.b-video__play:active {
    color: #0298db
}
.b-video__play:active svg {
    fill: #0298db
}
.b-video__play::after {
    content: '';
    position: absolute;
    width: calc(100% + 35px);
    height: 142%;
    left: -15px;
    bottom: -20px;
    background: inherit;
    z-index: -1;
    filter: brightness(108%) blur(16px)
}
.b-video__pic {
    width: 57px;
    height: 57px;
    background-color: rgba(234, 238, 246, 0.26);
    border-radius: 50%;
    padding: 12px;
    margin-right: 20px
}
.b-video__media {
    width: 100%;
    height: 330px
}
.tariff__subtitle {
    margin-bottom: 30px
}
.tariff__row {
    margin-bottom: 5vw
}
.tariff__row:last-child {
    margin-bottom: 0
}
.productRating {
    display: flex;
    align-items: center;
    font-size: 16px
}
.productRating__rating {
    margin-right: 10px
}
.b-qa, .review {
    padding-top: 40px
}
.b-qa__item, .review__item {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 35px;
    margin-bottom: 25px
}
.b-qa__wrap, .review__wrap {
    padding: 0 30px 0 25px
}
.b-qa__rating, .review__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 45px
}
.b-qa__content, .review__content {
    margin-bottom: 15px
}
.b-qa__name, .review__name {
    font-weight: 700;
    color: #3D4448;
    margin-bottom: 15px
}
.b-qa__score, .review__score {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}
.b-qa__scoreItem, .review__scoreItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 18px);
    margin-bottom: 18px;
    align-items: center
}
.b-qa__footer, .review__footer {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px 25px 25px;
    justify-content: space-between
}
.b-qa__like, .review__like {
    display: flex;
    align-items: center
}
.b-qa__likeText, .review__likeText {
    margin-right: 20px
}
.b-qa__ratingText, .review__ratingText {
    margin-right: 15px
}
.b-qa__writeBlock, .review__writeBlock {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 30px 30px 25px
}
.b-qa__write, .review__write {
    padding-top: 50px
}
.b-qa__writeSubject, .review__writeSubject {
    padding-left: 1vw
}
.b-qa .form__label, .review .form__label {
    width: 100%
}
.b-qa__likes {
    margin-right: 35px
}
.likes {
    width: 165px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.likes__button {
    border-radius: 3px;
    background-color: #EAEEF6;
    color: #004C79;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    cursor: pointer;
    transition: all 0.3s
}
.likes__button:hover {
    background-color: #0298db;
    color: #ffffff
}
.likes__button:hover .icon {
    fill: #ffffff
}
.likes__button:active {
    background-color: #004C79;
    color: #ffffff
}
.likes__button:active .icon {
    fill: #ffffff
}
.likes__separate {
    width: 1px;
    height: 19px;
    background-color: #CCD1DD;
    margin-left: 8px;
    margin-right: 12px
}
.likes .likes__icon {
    width: 16px;
    height: 16px;
    margin-right: 0
}
.tabbed__nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 1vw;
    align-items: center
}
.tabbed__nav-item {
    margin-right: 50px
}
.tabbed__nav-item:last-child {
    margin-right: 0
}
.tabbed__button {
    color: #7D929F;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}
.tabbed__button[disabled] {
    font-size: 32px;
    color: #004C79;
    text-decoration: none
}
.faq__tabs {
    display: flex;
    flex-wrap: wrap
}
.faq__tabsNav {
    width: 725px;
    padding: 40px 0
}
.faq__content {
    background-color: #ffffff;
    border-radius: 5px;
    flex: 1;
    padding: 40px 35px
}
.faq__subject {
    margin-bottom: 30px;
    display: block
}
.faq__button {
    text-align: left;
    cursor: pointer;
    padding: 40px 35px;
    transition: all 0.3s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}
.faq__button:hover, .faq__button[disabled] {
    background-color: #EAEEF6
}
.faq__button:active {
    background-color: #cfdfff
}
.faq__text {
    color: #3D4448;
    display: block
}
.b-white {
    background-color: #ffffff;
    border-radius: 10px
}
.b-white_cart {
    padding: 34px 40px 70px
}
.b-white_default {
    padding: 75px 50px 35px;
    border-radius: 5px
}
.b-white__rowB {
    border: none
}
.b-white_defaultSmall {
    padding: 0;
    border-radius: 5px;
    overflow: hidden
}
.b-white_narrow {
    padding-left: 30px;
    padding-right: 30px
}
.b-white_mb {
    padding-bottom: 70px
}
.b-white_addItem {
    padding: 75px 0 0;
    border-radius: 10px;
    overflow: hidden
}
.b-white_addItem .account__wrap {
    padding: 0 50px
}
.b-cart {
    margin-top: 70px
}
.b-cart__rowB, .b-cart__row {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 30px;
    border-bottom: 1px solid #EAEEF6
}
.b-cart__rowB>div, .b-cart__row>div {
    position: relative
}
.b-cart__rowB>div::before, .b-cart__row>div::before {
    display: none;
    position: absolute;
    top: -50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #7D929F;
    margin-top: -10px
}
.b-cart__rowB:first-child, .b-cart__row:first-child {
    border-top: 1px solid #EAEEF6
}
.b-cart__rowB:first-child div::before, .b-cart__row:first-child div::before {
    display: block
}
.b-cart__number {
    width: 13%;
    padding-right: 10px
}
.b-cart__number::before {
    content: 'Номер материала';
    left: -10px
}
.b-cart__name {
    width: 30%;
    padding-right: 2vw;
    line-height: 1.5
}
.b-cart__name::before {
    content: 'Название материала'
}
.b-cart__price {
    width: 16.5%;
    padding-right: 10px
}
.b-cart__price::before {
    content: 'Стоимость'
}
.b-cart__delete {
    flex: 1
}
.b-cart__delete::before {
    content: 'Действия'
}
.b-cart__buttonDelete {
    color: #3D4448;
    cursor: pointer
}
.b-cart__iconDelete {
    width: 10px;
    height: 10px;
    fill: #3D4448;
    margin-right: 15px
}
.b-cart__total {
    padding-top: 40px;
    width: 56.6%;
    margin: 0 0 0 auto
}
.b-cart__total .smallText {
    margin-bottom: 14px
}
.b-cart__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.b-cart__sum {
    font-size: 2.8vw;
    color: #004C79
}
.b-cart-account {
    margin: 80px 35px 25px
}
.b-cart-account .b-cart__row {
    border-color: #C9D5DD;
    padding: 18px 0
}
.b-cart-account .b-cart__row>div::before {
    margin-top: -35px;
    left: 0
}
.b-cart-account .b-cart__buttonDelete {
    display: flex
}
.b-cart-account .b-cart__iconDelete {
    width: 18px;
    height: 17px
}
.b-cart-account .b-cart__delete {
    width: 13%;
    flex: none
}
.b-cart-account .b-cart__name {
    flex: 1
}
.b-cart__buttonRight {
    margin: 0 0 0 auto
}
.contact {
    position: relative;
    z-index: 9
}
.contact__wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 675px;
    justify-content: space-between;
    margin-bottom: 5vw
}
.contact__item {
    margin-bottom: 50px;
    width: calc(50% - 30px)
}
.contact__maps {
    position: relative;
    z-index: 8
}
.contact__subject {
    margin-bottom: 70px
}
.contact__mapImg {
    border-radius: 5px;
    max-width: 100%
}
.contact__text {
    margin-top: 30px
}
.order {
    padding: 75px 0 30px
}
.order__subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px
}
.order__item {
    padding: 11px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.order__price {
    font-size: 16px;
    width: 60%
}
.order__sum {
    font-size: 32px;
    color: #004C79;
    width: 60%
}
.order__itemSum {
    margin-top: 45px
}
.paymentOption {
    display: flex;
    flex-wrap: wrap
}
.paymentOption_mb {
    margin-bottom: 100px
}
.paymentOption__li, .paymentOption__item {
    width: 157px;
    height: 108px;
    margin-right: 10px;
}
.paymentOption__li:last-child, .paymentOption__item:last-child {
    margin-right: 0
}
.paymentOption__box {
    position: relative;
    border-radius: 3px;
    border: 1px solid #0298DB;
    background-color: rgba(2, 152, 219, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.2s
}
.paymentOption__box:hover {
    background-color: rgba(2, 152, 219, 0.4)
}
.paymentOption__box:active {
    background-color: rgba(2, 152, 219, 0.5)
}
.paymentOption__icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}
.paymentOption__icon .icon {
    max-height: 25px;
    max-width: 28px
}
.paymentOption__text {
    width: 100%;
    font-size: 14px;
    color: #0298DB;
    line-height: 1.4;
    max-width: 80px;
    height: 38px;
    text-align: center;
    align-self: flex-end;
    display: block
}
.paymentOption__input {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #0298DB;
    background-color: #ffffff;
    border-radius: 50%;
    left: 14px;
    top: 13px
}
.paymentOption__input::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #004C79;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s
}
.paymentOption input:checked~.paymentOption__input::before {
    opacity: 1
}
.paymentOption-ul {
    margin-bottom: 40px;
    margin-left: -10px;
    list-style: none;
}
.bTable {
    margin-bottom: 70px;
    font-size: 16px
}
.bTable__row, .bTable__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 28px
}
.bTable__header {
    padding-bottom: 13px;
    border-bottom: 1px solid #EAEEF6
}
.bTable__row {
    min-height: 63px
}
.bTable__row:nth-child(odd) {
    background-color: #F4F5F7
}
.bTable__col {
    padding-right: 15px;
    min-height: 60px;
    display: flex;
    align-items: center
}
.bTable__col:first-child {
    width: 18%
}
.bTable__col:nth-child(2) {
    width: 40.5%
}
.bTable-balance .bTable__col:first-child {
    width: 14%
}
.bTable-balance .bTable__col:nth-child(2) {
    width: 75%;
    padding-right: 30px
}
.bTable-purchases .bTable__col:first-child {
    width: 14%
}
.bTable-purchases .bTable__col:nth-child(2) {
    width: 16.5%;
    padding-right: 30px
}
.bTable-purchases .bTable__col:nth-child(3) {
    width: 24%;
    padding-right: 30px
}
.bTable__green {
    color: #17D761
}
.bTable__orange {
    color: #F68137
}
.card {
    position: relative;
    width: 476px;
    height: 268px;
    background-color: #0298db;
    border-radius: 10px;
    padding: 55px 20px 40px;
    color: #ffffff
}
.card__inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}
.card__input {
    font-family: monospace;
    letter-spacing: 10.9px;
    width: calc(25% - 13px);
    font-size: 24px;
    padding: 6px 0 6px 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS41NjUiIGhlaWdodD0iNDAiPjxyZWN0IHdpZHRoPSIyMS41NjUiIGhlaWdodD0iNDAiIHJ4PSIzIiBmaWxsPSIjMDA4NGJmIi8+PC9zdmc+");
    background-repeat: space
}
.card__text {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%
}
.card__expSepare {
    height: 22px;
    width: 2px;
    background-color: #48C6FF;
    transform: rotate(26deg);
    margin: 0 14px
}
.card__expInput {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 123px
}
.card__expInput input {
    width: calc(50% - 15px)
}
.card__type {
    display: flex
}
.card__exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.card__typeBlock {
    background-color: #0084BF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    width: 87px;
    height: 40px;
    margin-right: 8px;
    justify-content: center;
    transition: all 0.25s
}
.card__typeBlock_active {
    background-color: #56CAD8
}
.card__typeBlock:last-child {
    margin-right: 0
}
.card__typeIcon {
    max-width: 47px;
    max-height: 25px
}
.mb100 {
    margin-bottom: 100px
}
.mb50 {
    margin-bottom: 50px
}
.spoiler__show {
    color: #3D4448
}
.spoiler__wrapper {
    display: none
}
.spoiler__wrapper_active {
    display: block
}
.spoiler-table .spoiler__wrapper {
    width: calc(100% + 56px);
    margin: 0 -28px 15px;
    border-radius: 5px;
    background-color: #EAEEF6
}
.plusminus {
    position: relative;
    padding-right: 35px
}
.plusminus::after, .plusminus::before {
    content: '';
    width: 13px;
    height: 2px;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    transition: all 0.15s
}
.plusminus::after {
    height: 13px;
    width: 2px;
    right: 11px
}
.plusminus-active::after {
    opacity: 0
}
.tmpSlider__item {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: 172px;
    height: 152px
}
.tmpSlider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #004C79;
    transition: all 0.2s;
    z-index: 3
}
.tmpSlider__item:hover::before {
    opacity: 0.72
}
.tmpSlider__item:hover .tmpSlider__button {
    opacity: 1
}
.tmpSlider__button, .tmpSlider__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 130%;
    z-index: 2
}
.my_materials .five_field.font_field, .my_materials .column_elems_h.column_elems_five {
    display: none;
}
.tmpSlider__button {
    z-index: 3;
    min-width: 100px;
    opacity: 0;
    transition: all 0.2s
}
.swiper-tmpSlider {
    overflow: visible
}
.blur-filter {
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    transition: all 0.2s
}
.bModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101
}
.bModal__wrap {
    max-width: 860px;
    width: 95%;
    background-color: #EAEEF6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 45px 0 rgba(0, 0, 0, 0.06)
}
.bModal__header {
    padding: 50px;
    background-color: #ffffff
}
.bModal__content {
    padding: 50px 50px 30px
}
.bModal__header, .bModal__close {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.bModal__icon {
    fill: #7D929F;
    width: 14px;
    height: 14px;
    margin-left: 20px
}
.bModal__text {
    margin-bottom: 5px
}
.bModal__price {
    margin-bottom: 20px
}

.account_balance_points {
    margin-top: 20px;
    border-top: 1px solid #004C79;
    padding-top: 20px;
    color: #004C79;
    font-size: 16px;
}
.account_balance_points-info {
    text-decoration: underline;
    cursor: pointer;
}


@media screen and (max-width: 1680px) {
    /*! xl media query*/
    /*! xl media query*/
    /*! xl media query*/
    /*! xl media query*/
    .animePic__item14 {
        max-width: 60%
    }
    .productInfo__inner {
        grid-gap: 2.5vw
    }
    .productInfo__featureItem {
        width: 47%
    }
    .productInfo__blockWhite {
        font-size: 22px
    }
    .productInfo__authorName {
        font-size: 20px
    }
    .steps__tabs {
        width: 680px
    }
    .b-qa__wrap, .review__wrap {
        padding: 0 20px
    }
    .b-qa__scoreItem, .review__scoreItem {
        width: calc(50% - 10px)
    }
    .b-qa__scoreItem .rating__star, .review__scoreItem .rating__star {
        margin-right: 5px
    }
    .b-qa__writeBlock, .review__writeBlock {
        padding: 35px 20px 30px 20px
    }
    .b-qa__writeBlock .rating__star, .review__writeBlock .rating__star {
        margin-right: 0;
        padding-right: 5px
    }
}
@media screen and (max-width: 1540px) {
    .shop__inner {
        grid-template-columns: repeat(3, calc(100% / 3 - 119px));
        grid-column-gap: 16.4%;
    }
}
@media screen and (max-width: 1440px) {
    /*! lg media query*/
    /*! lg media query*/
    .full-width {
        margin-left: 15px;
        margin-right: 15px
    }
    .full-width {
        width: calc(100% - 30px)
    }
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
    .header__inner {
        padding-left: 30px;
        padding-right: 30px
    }
    .footer__inner {
        margin-left: -15px;
        margin-right: -15px
    }
    .footer__wrapNav {
        margin-left: 15px;
        margin-right: 15px
    }
    .footer__wrap {
        margin-left: 15px;
        margin-right: 15px
    }
    .footerBar {
        margin-left: 15px;
        margin-right: 15px
    }
    /*! lg media query*/
    .menu__icon {
        margin-left: 10px
    }
    .h-menu__subtitle {
        grid-column-end: span 4
    }
    .h-menu__grid {
        grid-template-columns: 280px 280px 1fr 1fr
    }
    .h-menu__list_full {
        grid-column-end: span 4
    }
    /*! lg media query*/
    .productItem__info {
        padding: 0 5px
    }
    .animePic__themeTwo {
        left: -5vw;
        width: calc(100% - 700px);
        background-position-y: top
    }
    .animePic__item2 {
        margin: 150px 0 0 auto;
        position: relative;
        top: 0;
        left: 0
    }
    .animePic__themeThree {
        bottom: .6%
    }
    .animePic__themeSix {
        padding-left: 16vw
    }
    .animePic__themeNine {
        display: none
    }
    .animePic__themeThirteen::before {
        width: 68vw;
        height: 67vw;
        top: -8vw;
        right: -20vw;
        background-size: contain;
        background-repeat: no-repeat
    }
    .pageHead__info {
        margin-right: 30px
    }
    .productInfo__inner {
        padding-left: 30px;
        padding-right: 30px
    }
    .productInfo__inner {
        grid-template-columns: 300px 1fr 290px;
        grid-template-rows: 200px 100px 50px 400px 100px 1fr
    }
    .productInfo__statistic {
        justify-content: space-around
    }
    .productInfo__statistic .productRating {
        order: 1;
        margin-bottom: 17px;
        width: 100%;
        display: flex;
        justify-content: center
    }
    .productInfo__statistic .productInfo__views {
        order: 2
    }
    .productInfo__statistic .productInfo__downloads {
        order: 3
    }
    .productInfo__priceSum {
        font-size: 3vw
    }
    .productInfo__social .social__link {
        margin: 0 4px
    }
    .productInfo__social .icon {
        margin-right: 0;
        width: 40px;
        height: 40px
    }
    .productInfo__buttons .button {
        width: 100%;
        margin-bottom: 25px
    }
    .productInfo__buttons .button:last-child {
        margin-bottom: 0
    }
    .productInfo__demoLink {
        height: 85px;
        padding: 0 5px
    }
    .steps {
        height: auto;
        margin-bottom: 100px
    }
    .steps__wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    .steps__item {
        margin-left: 15px;
        margin-right: 15px
    }
    .pageContent__text {
        font-size: 16px
    }
    .pageContent__text-mini {
        margin-bottom: 0
    }
    .pageContent_category .pageContent__text {
        max-width: 100%;
        width: 445px
    }
    .pageContent_account .pageContent__text {
        max-width: 445px;
        width: 100%
    }
    .pageContent__wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    .pageContent__itemBig {
        margin-left: 15px;
        margin-right: 15px
    }
    .pageContent__itemBig {
        width: calc(66.6666666667% - 30px)
    }
    .pageContent__itemSmall {
        margin-left: 15px;
        margin-right: 15px
    }
    .pageContent__itemSmall {
        width: calc(33.3333333333% - 30px)
    }
    .itemList {
        margin-left: -15px;
        margin-right: -15px
    }
    .itemList .boxItem {
        margin-left: 15px;
        margin-right: 15px
    }
    .article__content {
        margin-left: 15px;
        margin-right: 15px
    }
    .article__date {
        margin-left: 15px;
        margin-right: 15px
    }
    .article__wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    .article__picture {
        margin-left: 15px;
        margin-right: 15px
    }
    .shop__inner, .shop__wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    .shop__filter {
        margin-left: 15px;
        margin-right: 15px
    }
    .shop__filter {
        width: calc(33.3333333333% - 30px)
    }
    .shop__products {
        margin-left: 15px;
        margin-right: 15px
    }
    .shop__products {
        width: calc(66.6666666667% - 30px)
    }
    .shop .productItem {
        /*margin-left: 15px;*/
        /*margin-right: 15px*/
    }
    .shop .productItem {
        width: calc(33.3333333333% - 30px)
    }
    .staticPic-two {
        right: 0
    }
    .b-qa__scoreItem, .review__scoreItem {
        width: 100%
    }
    .faq__tabsNav {
        width: 600px
    }
    .bTable-balance .bTable__col:nth-child(2) {
        flex: 1
    }

}
@media screen and (max-width: 1170px) {
    /*! md media query*/
    /*! md media query*/
    .full-width {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .full-width {
        width: calc(100% - 15px)
    }
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .subtitle {
        font-size: 20px
    }
    .header__inner {
        padding-left: 15px;
        padding-right: 15px
    }
    .header .logo__img {
        width: auto;
        max-width: 90%
    }
    .header__logo .logo__img {
        width: auto;
        max-width: 90%
    }
    .footer__inner {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .footer__wrapNav {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .footer__wrap {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .footerBar {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    /*! md media query*/
    /*! md media query*/
    .boxItem__title {
        font-size: 20px
    }
    .boxItem__answer, .boxItem__date {
        margin-bottom: 35px
    }
    .animePic__themeOne {
        right: 0;
        top: 0;
        width: 50vw;
        background-size: 165%;
        background-position: left 100%;
        overflow: hidden;
        height: auto
    }
    .animePic__item1 {
        position: relative;
        top: 0;
        margin-top: 120px
    }
    .animePic__themeTwo {
        background-position: 92% top;
        left: -10vw
    }
    .animePic__themeThree {
        position: relative;
        z-index: -1;
        margin: 0 auto;
        width: 65vw;
        padding-right: 0;
        background-size: contain
    }
    .animePic__themeFour {
        right: 0;
        width: 40vw
    }
    .animePic__themeSix {
        padding-left: 0
    }
    .animePic__themeEleven {
        padding-left: 0;
        right: 0
    }
    .animePic__themeFourteen {
        top: -150px;
        right: -26vw
    }
    .animePic__item14 {
        top: 360px;
        left: 150px
    }
    .productInfo__inner {
        padding-left: 15px;
        padding-right: 15px
    }
    .productInfo__inner {
        max-width: 650px;
        margin: 0 auto;
        grid-template-areas: "material""feature""price""price""author""about";
        grid-template-columns: 100%;
        grid-template-rows: repeat(6, auto);
        grid-gap: 35px
    }
    .productInfo__material .productInfo__subtitle {
        display: none
    }
    .productInfo__anotherPub {
        display: none
    }
    .productInfo__share {
        display: none
    }
    .productInfo__priceSum {
        font-size: 7vw
    }
    .account__swticherBtn {
        width: 100%;
        max-width: 330px
    }
    .account__swticherBtn:first-child {
        margin-bottom: 15px
    }
    .account__navPost {
        padding: 30px 20px
    }
    .steps__wrap {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .steps__item {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .mailSub {
        padding-bottom: 3px
    }
    .mailSub__title {
        margin-bottom: 50px
    }
    .pageContent__wrap {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .pageContent__itemBig {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .pageContent__itemBig {
        width: calc(66.6666666667% - 15px)
    }
    .pageContent__itemSmall {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .pageContent__itemSmall {
        width: calc(33.3333333333% - 15px)
    }
    .itemList {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .itemList .boxItem {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .itemList-theme1 {
        justify-content: space-around
    }
    .itemList-theme1 .boxItem {
        width: calc(41.6666666667% - 15px)
    }
    .article__content {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .article__date {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .article__wrap {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .article__picture {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .shop__inner, .shop__wrap {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .shop__filter {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .shop__filter {
        margin-bottom: 50px
    }
    .shop__products {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    .shop__products {
        width: calc(66.6666666667% - 15px)
    }
    .shop .productItem {
        /*margin-left: 7.5px;*/
        /*margin-right: 7.5px*/
    }
    .shop .productItem {
        width: calc(33.3333333333% - 15px)
    }
    .shop .productItem .productItem__info {
        font-size: 16px
    }
    .shop .productItem .productItem__title {
        font-size: 20px
    }
    .shop .productItem .productItem__priceNumber {
        font-size: 40px
    }
    .filter {
        padding: 20px 10px
    }
    .filter__footer .button {
        min-width: 140px
    }
    .menuVertical {
        margin: 0 -10px
    }
    .staticPic-One {
        width: 50vw;
        top: -15vw
    }
    .staticPic-two {
        position: static;
        transform: none;
        margin-top: 50px
    }
    .faq__tabsNav {
        width: 100%
    }
    .faq__content {
        display: none
    }
    .faq__button {
        cursor: default;
        padding: 30px 0
    }
    .faq__button:hover, .faq__button[disabled], .faq__button:active {
        background-color: transparent
    }
    .b-white_default {
        padding: 50px 30px 30px
    }
    .b-cart__number {
        width: 20%
    }
    .b-cart__name {
        width: 45%
    }
    .b-cart__total {
        width: 100%
    }
    .order {
        padding: 50px 0 30px
    }
    .bTable__col {
        padding-right: 6px
    }
    .bTable__col:nth-child(2) {
        flex: 1
    }
}
@media screen and (max-width: 1300px) {
    .shop__inner {
        grid-template-columns: repeat(2, 242px);
        grid-column-gap: 60px;
    }
}
@media screen and (max-width: 1244px) {
    .shop__products.nev_shop__products{
        margin-left: 15px;
        width: calc(66.6% - 35px);
    }
}

@media screen and (max-width: 960px) {
    .header__authWrap {
        display: none
    }
    /*! sm media query*/
    /*! sm media query*/
    .full-width {
        margin-left: 7px;
        margin-right: 7px
    }
    .full-width {
        width: calc(100% - 14px)
    }
    .container {
        padding-left: 14px;
        padding-right: 14px
    }
    .smHidden {
        display: none !important
    }
    .header__inner {
        padding-left: 14px;
        padding-right: 14px
    }
    .header__inner_menuActive .header__authWrap, .header__inner_menuActive .header__shop, .header__inner_menuActive .header__user {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 50vw;
        padding: 16px;
        margin: 0;
        z-index: 102
    }
    .header__inner_menuActive .header__shop {
        justify-content: flex-end;
        background-color: #48BBFF;
        z-index: 101;
        width: 100vw
    }
    .header__inner_menuActive .header__authWrap {
        width: 60vw;
        padding: 18px 16px
    }
    .header__nav-sticky .header__menu {
        display: block
    }
    .header__user {
        display: none
    }
    .header__search {
        display: none
    }
    .header__linkAuth {
        max-width: 100%;
        font-size: 16px
    }
    .header__linkAuth+.header__separate {
        margin: 0 0 0 20px
    }
    .header__shop {
        display: none
    }
    .topbar {
        display: none
    }
    .footer__inner {
        margin-left: -7px;
        margin-right: -7px
    }
    .footer__wrapNav {
        margin-left: 7px;
        margin-right: 7px
    }
    .footer__wrapNav {
        width: calc(100% - 14px)
    }
    .footer__wrap {
        margin-left: 7px;
        margin-right: 7px
    }
    .footerBar {
        margin-left: 7px;
        margin-right: 7px
    }
    .footerBar {
        justify-content: space-between
    }
    .footerBar__copyright {
        margin-right: 0
    }
    .footerBar .parus-link {
        flex: none
    }
    /*! sm media query*/
    .menu__hamburg {
        background-color: rgba(2, 152, 219, 0.6)
    }
    .h-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        padding-top: 100px;
        background-color: #0298DB
    }
    .h-menu__subtitle {
        grid-column-end: span 3
    }
    .h-menu__grid {
        grid-template-columns: 250px 250px 1fr
    }
    .h-menu__wrap {
        margin-bottom: 0;
        display: none
    }
    .h-menu__list_full {
        grid-column-end: span 3
    }
    .h-menu__mobile {
        display: block
    }
    .h-menu__arrow {
        display: block
    }
    /*! sm media query*/
    .animePic__themeOne {
        position: relative;
        top: 0;
        right: 0;
        width: 100vw;
        background-size: contain;
        margin-top: -200px
    }
    .animePic__themeTwo {
        display: none
    }
    .animePic__themeFour {
        width: 100%
    }
    .animePic__themeFive {
        order: 3;
        position: static
    }
    .animePic__themeSix {
        background-position: center
    }
    .animePic__item6 {
        text-align: center
    }
    .animePic__themeTwelve {
        width: 100%
    }
    .animePic__themeThirteen {
        position: relative !important;
        right: 0;
        top: 0
    }
    .animePic__themeThirteen::before {
        top: 0;
        right: -10vw;
        width: 120vw;
        height: 110vw
    }
    .animePic__themeFourteen {
        width: 100%;
        position: relative;
        left: 0;
        top: 0
    }
    .animePic__item14 {
        position: static;
        margin: 0 auto
    }
    .animePic__home {
        display: block
    }
    .pageHead__label-themeTwo:first-child::before {
        display: none
    }
    .pageHead__publish {
        margin-bottom: 15px
    }
    .pageHead__publish .link {
        padding-left: 10px
    }
    .pageHead__published {
        margin-right: 20px
    }
    .productInfo__inner {
        padding-left: 14px;
        padding-right: 14px
    }
    .pickProgram__title {
        margin-bottom: 100px
    }
    .steps__wrap {
        margin-left: -7px;
        margin-right: -7px
    }
    .steps__item {
        margin-left: 7px;
        margin-right: 7px
    }
    .steps__tabs {
        width: 740px
    }
    .steps__nav {
        display: flex
    }
    .pageContent-blue {
        overflow: hidden
    }
    .pageContent .container {
        display: flex;
        flex-wrap: wrap
    }
    .pageContent__text {
        order: 2
    }
    .pageContent .itemList {
        order: 0
    }
    .pageContent .animePic {
        order: 3;
        position: static
    }
    .pageContent__404 {
        margin-bottom: 0
    }
    .pageContent__wrap {
        margin-left: -7px;
        margin-right: -7px
    }
    .pageContent__itemBig {
        margin-left: 7px;
        margin-right: 7px
    }
    .pageContent__itemBig {
        width: calc(100% - 14px)
    }
    .pageContent__itemBig {
        order: 2
    }
    .pageContent__itemSmall {
        margin-left: 7px;
        margin-right: 7px
    }
    .pageContent__itemSmall {
        width: calc(100% - 14px)
    }
    .pageContent__itemSmall {
        order: 1;
        margin-bottom: 50px
    }
    .itemList {
        margin-left: -7px;
        margin-right: -7px
    }
    .itemList .boxItem {
        margin-left: 7px;
        margin-right: 7px
    }
    .itemList .boxItem {
        width: calc(50% - 14px)
    }
    .itemList-theme1 .boxItem {
        margin-bottom: 100px
    }
    .itemList-theme2 .boxItem {
        width: calc(50% - 14px)
    }
    .article__content {
        margin-left: 7px;
        margin-right: 7px
    }
    .article__content {
        width: calc(100% - 14px)
    }
    .article__content {
        order: 3
    }
    .article__date {
        margin-left: 7px;
        margin-right: 7px
    }
    .article__date {
        order: 2
    }
    .article__wrap {
        margin-left: -7px;
        margin-right: -7px
    }
    .article__picture {
        margin-left: 7px;
        margin-right: 7px
    }
    .article__picture {
        width: calc(100% - 14px)
    }
    .article__picture {
        order: 1
    }
    .article__img {
        margin: 0 auto 30px
    }
    .shop__inner, .shop__wrap {
        margin-left: -7px;
        margin-right: -7px
    }
    .shop__filter {
        margin-left: 7px;
        margin-right: 7px
    }
    .shop__filter {
        width: calc(100% - 14px)
    }
    .shop__products {
        margin-left: 7px;
        margin-right: 7px
    }
    .shop__products {
        width: calc(100% - 14px)
    }
    .shop .productItem {
        margin-left: 7px;
        margin-right: 7px
    }
    .shop .productItem {
        width: calc(50% - 14px)
    }
    .filter {
        display: none
    }
    .filter_open {
        display: block
    }
    .filterMobile {
        display: block
    }
    .staticPic-One {
        position: static;
        width: 405px;
        height: 460px;
        margin-left: -27px;
        background-image: url("images/staticPic1Mobile.svg")
    }
    .staticPic-two {
        display: none
    }
    .b-news {
        order: 3;
        margin-top: 50px
    }
    .tariff {
        width: 100%
    }
    .faq {
        order: 2
    }
    .b-cart__rowB, .b-cart__row {
        font-size: 16px
    }
    .shop__products.nev_shop__products {
        margin-left: 15px;
        width: calc(100% - 30px);
    }
    .shop__inner {
        grid-template-columns: repeat(3, calc(100% / 3 - 61px));
        grid-column-gap: 9.9%;
    }
}
@media screen and (max-width: 750px) {
    /*! xs media query*/
    /*! xs media query*/
    .subject {
        font-size: 24px
    }
    .subject-size-l {
        font-size: 44px
    }
    .bigText {
        font-size: 42px
    }
    .linkLast__item {
        margin-left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px
    }
    .xsHidden {
        display: none !important
    }
    .header .logo__img {
        display: none
    }
    .header .logo__img-sticky {
        display: block
    }
    .header__logo {
        width: auto
    }
    .header__logo .logo__img {
        display: none
    }
    .header__logo .logo__img-sticky {
        display: block
    }
    .header__menu {
        min-width: auto
    }
    .header__menu .menu__text {
        display: none
    }
    .header__menu-auth .menu__link {
        min-width: auto
    }
    .footer {
        padding-bottom: 60px
    }
    .footer__inner {
        justify-content: center
    }
    .footer__subtitle {
        text-align: center
    }
    .footer__nav {
        margin-bottom: 50px;
        height: auto;
        text-align: center
    }
    .footer__logo {
        margin: 0 auto 40px
    }
    .footerBar {
        justify-content: center
    }
    .footerBar__copyright {
        margin-bottom: 6px
    }
    .footerBar__link {
        margin-bottom: 25px
    }
    .blue-page .header {
        margin-bottom: 15px
    }
    /*! xs media query*/
    .button_big, .button_full, .button_submit {
        width: 100%
    }
    .form__textarea {
        height: 177px
    }
    .form__labelFull .form__input {
        width: 100%
    }
    .form__labelFull_xs {
        display: block
    }
    .form__labelHalf {
        width: 100%
    }
    .select_smallFull .select2-container, .select_small .select2-container {
        width: 135px !important;
        min-width: 130px
    }
    .select_smallFull .select__input, .select_small .select__input {
        width: 135px
    }
    .select_smallFull .select2-container {
        width: 100% !important;
        min-width: 130px
    }
    .select_tiny .select2-container {
        width: 75px !important;
        min-width: 70px
    }
    .select_tiny .select__input {
        width: 75px
    }
    .fileInput {
        padding: 20px 25px;
        width: 100%
    }
    .fileInput__inputIcon {
        display: none
    }
    .fileInput .smallText {
        display: none
    }
    .fileInput__button {
        width: 100%;
        margin-left: 0
    }
    .h-menu__subtitle {
        width: 100%
    }
    .h-menu__grid {
        display: flex;
        flex-wrap: wrap
    }
    .h-menu__wrap {
        display: none
    }
    .h-menu__list {
        width: 100%;
        max-height: none
    }
    .h-menu__list_full .h-menu__item, .h-menu__list_double .h-menu__item {
        width: 100%
    }
    .h-menu__list_full {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-height: none
    }
    /*! xs media query*/
    .productItem {
        width: 280px
    }
    .productItem__info {
        padding: 0 15px
    }
    .rating-small .rating__star {
        width: 17px;
        height: 16px
    }
    .boxItem {
        padding: 0 25px 35px
    }
    .boxItem__title_mini {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4
    }
    .animePic__themeOne {
        width: 100vw;
        left: 0;
        height: 173vw;
        background-size: 550px;
        background-position-x: -50px;
        margin: -250px -12px 80px;
        position: relative
    }
    .animePic__item1 {
        position: absolute;
        bottom: -20px;
        top: auto;
        width: 130vw;
        height: auto;
        left: 50%;
        transform: translateX(-50%)
    }
    .animePic__themeThree {
        padding-bottom: 0;
        padding-top: 80px;
        margin-bottom: -10px;
        width: 110vw;
        background-size: 150vw;
        background-position: left top;
        position: relative
    }
    .animePic__item3 {
        margin: 0 -10px 0 -45px
    }
    .animePic__item6 {
        height: 100vw
    }
    .animePic__themeEleven {
        width: 100%
    }
    .animePic__item11 {
        width: 100%
    }
    .animePic__themeTwelve {
        width: calc(100% + 70px);
        margin: 50px -35px 0 -35px
    }
    .animePic__themeFourteen {
        margin-top: -200px;
        padding-top: 150px;
        box-sizing: content-box;
        background-size: cover;
        height: auto;
        margin-bottom: 100px
    }
    .animePic__item14 {
        max-width: 100%;
        margin: 0 10px
    }
    .pageHead {
        padding-top: 0;
        padding-bottom: 26px
    }
    .pageHead__label {
        margin-right: 0;
        width: 100%
    }
    .pageHead__label-themeTwo {
        margin-right: 0;
        width: 100%
    }
    .pageHead__label-themeTwo .select {
        margin-right: 0
    }
    .pageHead__labelWrap {
        justify-content: space-between
    }
    .pageHead__published, .pageHead__documents {
        margin-bottom: 15px
    }
    .pageHead__button {
        margin-top: 15px
    }
    .wysiwyg h2 {
        font-size: 27px
    }
    .wysiwyg h3 {
        font-size: 20px
    }
    .productInfo__statistic .productRating {
        margin-bottom: 15px
    }
    .productInfo__featureItem {
        width: 100%
    }
    .productInfo__blockWhite {
        padding: 15px 18px
    }
    .productInfo__priceSum {
        font-size: 11vw
    }
    .account__user {
        padding: 25px 25px 12px;
        text-align: center
    }
    .account__userHeader {
        justify-content: center;
        margin-bottom: -5px
    }
    .account__userName {
        order: 2;
        flex: 100%;
        text-align: center
    }
    .account__userPic {
        order: 1;
        margin-bottom: 30px
    }
    .account__navLink {
        font-size: 14px
    }
    .account__subtitle-dn {
        display: block
    }
    .account__wrapLeft {
        margin-right: 0;
        width: 100%
    }
    .account__checkboxWrap .checkbox {
        width: 50%;
        font-size: 16px
    }
    .account__navPost {
        background-color: transparent
    }
    .account__navPost .doubleItem {
        width: 100%;
        margin-bottom: 25px
    }
    .account__navPost .account__navPostLink {
        width: 100%;
        color: #7D929F;
        border: 1px solid #7D929F;
        border-radius: 3px;
        transition: all 0.2s;
        text-align: center;
        text-decoration: none;
        padding: 0 24px;
        height: 42px;
        line-height: 42px
    }
    .account__cover {
        padding: 0;
        margin-bottom: 250px;
        background-color: #EAEEF6;
        overflow: visible;
        align-items: center;
        justify-content: center;
        height: 250px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyODYuMjgyIiBoZWlnaHQ9IjI1NCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1IC0xNDUxKSI+PHJlY3Qgd2lkdGg9IjI4Ni4yODIiIGhlaWdodD0iMjU0IiByeD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUgMTQ1MSkiIGZpbGw9IiNlYWVlZjYiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3ZDkyOWYiIG9wYWNpdHk9Ii4zIiBkPSJNMjguOTk4IDE2OTMuMTUxbDI1OC44MTgtMjI5LjY5NE0yOC45OTggMTQ2My40NTdsMjU4LjgxOCAyMjkuNjk0Ii8+PC9nPjwvc3ZnPg==");
        background-size: 100% 100%
    }
    .account__cover .fileInput {
        border: none
    }
    .account__cover:not(.account__cover_active)::after, .account__cover:not(.account__cover_active)::before {
        display: none
    }
    .account__coverMibleText {
        display: block
    }
    .account__coverText {
        color: #004C79
    }
    .account__coverFile {
        position: relative;
        z-index: 4;
        padding: 10px 16%;
        background-color: #eaeef6
    }
    .account__tmpPick {
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -93%
    }
    .message__text {
        font-size: 14px
    }
    .pickProgram {
        margin-bottom: 0;
        padding-bottom: 100px
    }
    .pickProgram__title {
        font-size: 44px
    }
    .pickProgram__form .select_large .select2-container {
        min-width: 100%
    }
    .pickProgram__label {
        width: 100%
    }
    .pickProgram__button {
        margin-top: 15px;
        width: 100%
    }
    .listSlider {
        margin-bottom: 90px
    }
    .listSlider__nav {
        margin-bottom: 0
    }
    .listSlider-news .listSlider__li:not(:first-child) {
        display: none
    }
    .listSlider-catalog {
        margin-bottom: 100px
    }
    .listSlider__title {
        margin-bottom: 30px
    }
    .listSlider-button .button {
        width: 100%
    }
    .listSlider__btn[disabled] {
        font-size: 24px
    }
    .steps {
        margin-bottom: 0
    }
    .steps__wrap {
        padding-top: 70px
    }
    .steps__item {
        width: calc(100% - 14px)
    }
    .steps__tabs {
        width: 100%
    }
    .steps__li {
        width: 47%
    }
    .steps__li .tabs__button {
        width: 100%;
        min-width: auto
    }
    .mailSub {
        background: url("images/mailSub_bg-mobile.svg") no-repeat center bottom/390px;
        overflow: hidden
    }
    .mailSub__input {
        flex: auto;
        margin-right: 0;
        margin-bottom: 25px
    }
    .mailSub__button {
        width: 100%
    }
    .mailSub__wrap {
        width: 100%;
        margin-bottom: 60px
    }
    .social {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 70px
    }
    .social__link {
        width: 33%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center
    }
    .social__authItem {
        width: calc(50% - 13px)
    }
    .breadcrumbs {
        overflow: hidden;
        margin-left: -10px;
        width: calc(100vw - 10px)
    }
    .breadcrumbs__list {
        overflow: auto;
        padding-bottom: 7px;
        white-space: nowrap;
        width: auto
    }
    .pageContent {
        padding: 40px 0 100px;
        overflow: hidden
    }
    .pageContent .animePic {
        margin-top: 50px
    }
    .pageContent_category {
        overflow: visible
    }
    .pageContent__404 {
        position: relative;
        z-index: 2
    }
    .pageContent__404Button {
        width: 100%
    }
    .pageContent__itemBig {
        width: calc(100% - 14px)
    }
    .pageContent__itemSmall {
        width: calc(100% - 14px)
    }
    .pageContent__textImg {
        margin: 20px auto 0;
        display: block
    }
    .itemList .boxItem {
        width: calc(100% - 14px)
    }
    .doubleItem__first {
        margin-right: 0;
        max-width: 400px;
        margin: 0 auto 18px;
        display: flex
    }
	  .modal_button {
        margin-right: 0;
        max-width: 400px;
        margin: 0 auto 18px;
        display: flex
    }
	.bModal 
	{width:auto;}
	.bModal__content p
	{max-width:400px;}
    .doubleItem__second {
        display: flex;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 0
    }
    .article__date {
        font-size: 12px
    }
    .shop {
        padding-top: 50px
    }
    .shop__products {
        margin-bottom: 40px
    }
    .shop .productItem {
        width: calc(100% - 14px)
    }
    .filter {
        padding: 20px 14px;
        overflow: hidden;
        overflow-y: scroll
    }
    .pagination__list {
        justify-content: space-between
    }
    .pagination__link {
        margin: 0 5px
    }
    .b-video__media {
        height: 220px
    }
    .b-qa__like, .review__like {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 25px
    }
    .b-qa__reply, .review__reply {
        width: 100%
    }
    .b-qa__ratingText, .review__ratingText {
        margin-right: 12px
    }
    .b-qa__likes {
        margin-right: 0
    }
    .b-qa__likes+.smallText {
        display: none
    }
    .b-white_cart {
        padding: 30px 0;
        margin-top: 90px
    }
    .b-white__message {
        margin-top: -120px
    }
    .b-white_default {
        background-color: transparent;
        padding: 50px 0 30px
    }
    .b-white_addItem {
        background: transparent
    }
    .b-white_addItem .account__wrap {
        padding: 0
    }
    .b-cart__rowB, .b-cart__row {
        padding: 40px 20px 15px
    }
    .b-cart__rowB>div, .b-cart__row>div {
        width: 100%;
        margin-bottom: 30px
    }
    .b-cart__rowB>div::before, .b-cart__row>div::before {
        position: static;
        transform: none;
        margin-top: 0;
        margin-bottom: 8px;
        display: block
    }
    .b-cart__rowB:first-child, .b-cart__row:first-child {
        border-top: none;
        padding-top: 0
    }
    .b-cart__total {
        padding: 40px 20px 0
    }
    .b-cart__sum {
        font-size: 42px;
        margin-bottom: 14px
    }
    .b-cart__doubleItem {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    .b-cart__doubleItem .doubleItem__first {
        order: 2;
        width: 100%;
        margin: 18px 0 0
    }
    .b-cart-account {
        margin: 50px 0 0
    }
    .b-cart-account .b-cart__rowB>div, .b-cart-account .b-cart__row>div {
        width: auto;
        width: initial;
        min-width: 10%
    }
    .contact__item {
        width: 100%
    }
    .order__item {
        padding: 10px 20px
    }
    .order__price {
        width: auto
    }
    .order__sum {
        width: auto
    }
    .paymentOption_mb {
        margin-bottom: 70px
    }
    .paymentOption__li, .paymentOption__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px
    }
    .paymentOption__button {
        width: 100%
    }
    .bTable {
        font-size: 14px;
        display: flex;
        overflow-x: auto
    }
    .bTable__wrap {
        flex: 0 0 auto
    }
    .bTable__row, .bTable__header {
        padding: 0 6px
    }
    .bTable__row:nth-child(odd) {
        background-color: #EAEEF6
    }
    .bTable-purchases .bTable__col:first-child {
        width: 16%
    }
    .bTable-purchases .bTable__col:nth-child(2) {
        padding-right: 10px
    }
    .bTable-purchases .bTable__col:nth-child(3) {
        padding-right: 10px
    }
    .card_xs {
        display: none
    }
    .spoiler-table .spoiler__wrapper {
        margin: 0;
        width: 100%;
        padding: 0 20px
    }
    .bModal__header {
        padding: 25px
    }
    .bModal__content {
        padding: 25px
    }
    .bModal__subtitle {
        order: 2;
        width: 100%
    }
    .bModal__close {
        order: 1;
        width: auto;
        margin: 0 0 25px auto
    }
}
@media screen and (max-width: 325px) {
    /*! xss media query*/
    /*! xss media query*/
    /*! xss media query*/
    /*! xss media query*/
    .productInfo__authorName {
        order: 2;
        flex: 100%;
        margin-bottom: 16px
    }
    .productInfo__authorPhoto {
        order: 1;
        margin: 0 0 40px
    }
    .productInfo__authorPub {
        order: 3
    }
    .b-qa__scoreItem .rating__star, .review__scoreItem .rating__star {
        margin-right: 3px
    }
}
@media (min-width: 1930px) {
    html {
        font-size: 112.5%
    }
}
.tabs__nav.tabbed__nav li {
    list-style: none;
}








/*
new-personal
*/




.three_table_materials{
    margin-left: 406px;
    position: relative;
}
.three_display_table{
    display: none;
}
.lk-mobile-info_block{display: none;}
.show_more_elems:hover {
    background: #00629B;
}
.show_more_elems_t:hover {
    background: #00629B;
}
.show_more_elems_s:hover {
    background: #00629B;
}
.seven_field{display: none;}
.none_publications_one_block_text, .none_publications_two_block_text {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #3D4448;
}
.none_publications_one_block_text{
    margin-bottom: 30px;
}

.one_mass_elems_table{
    display: flex;
    flex-direction: column;
}
.two_mass_elems_table{
    display: flex;
    flex-direction: column;
}
.two_display_table{display: none;flex-direction: column;}
.one_display_table{flex-direction: column;}
.table_activ{display: flex !important;}
.name_elem_table a:hover {color: #0298db;}
.my_materials {
    margin-left: 70px;
    margin-bottom: 100px;
}
.name_page_my_materials {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #3D4448;
    margin-bottom: 50px;
}
.tables_materials {
    display: flex;
    position: relative;
}
.one_table_materials, .two_table_materials, .three_table_materials {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #0298DB;
    opacity: 0.5;
    margin-bottom: 50px;
    cursor: pointer;
}
.one_table_materials{margin-right: 50px;}
.tables_materials .table_activ {
    color: #0298DB;
    opacity: 1;
}
.display_tables {
    display: flex;
    width: 100%;
}
.block_display_table {
    display: flex;
    flex-direction: column;
    width: 1007px;
}
.column_elems {
    display: flex;
    margin-left: 10px;
    margin-bottom: 20px;
}
.column_elems_h {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D4448;
    opacity: 0.4;
}
.column_elems_h.column_elems_one {
    width: 263px;
    margin-right: 30px;
}
.column_elems_h.column_elems_two {
    width: 115px;
    margin-right: 30px;
}
.column_elems_h.column_elems_three {
    width: 127px;
    margin-right: 50px;
}
.column_elems_h.column_elems_four {
    width: 77px;
    margin-right: 30px;
}
.column_elems_h.column_elems_five {
    margin-right: 30px;
    width: 61px;
}
@media (min-width: 1440px) and (max-width: 2560px){
    .pageContent__itemBig.shop.account-shop.new_pageContent__itemBig_table {
        margin-right: 0;
        width: calc(66.6666666667% - 15px);
    }
}
.one_display_table {width: 100%;}
.mass_elems_table {
    display: flex;
    flex-direction: column;
}
.background_elem_table {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
}
.one_field {
    display: flex;
    flex-direction: column;
    width: 263px;
    margin-left: 10px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.name_elem_table {margin-bottom: 10px;}
.price_elem_table {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #A7A7A7;
}
.background_elem_table .font_field{
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #3D4448;
}
.two_field.font_field {
    width: 115px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.three_field.font_field {
    width: 127px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.four_field.font_field {
    width: 77px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.five_field.font_field {
    display: flex;
    align-items: center;
    width: 61px;
    margin-right: 30px;
}
.column_elems_h.column_elems_six {
    display: flex;
    align-items: center;
    width: 184px;
}
.six_field.font_field {
    width: 184px;
    display: flex;
    align-items: center;
}
.seven_field {
    align-items: center;
    width: 276px;
    margin-left: 80px;
}
.seven_field .actionWrap {
    width: 100%;
    margin: 0;
    justify-content: space-between;
}
.seven_field a.edit {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    width: 156px;
    height: 40px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.seven_field a.del {
    padding: 0;
    display: flex;
    height: 40px;
    width: 110px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    min-width: 110px;
    background: white;
    color: #004C79;
    border: 1px solid #004C79;
    opacity: 0.5;
    transition-duration:
}
.seven_field a.del:hover {opacity: 1;}
/*.background_elem_table {
    display: flex;
    border-top: 1px solid #DFDFDF;
}*/


.elem_table {
    display: flex;
    border-top: 1px solid #DFDFDF;
}



@media (min-width: 1366px){
    .background_elem_table:hover {
        background: white;
    }
    .background_elem_table:hover .four_field.font_field{
        display: none;
    }
    .background_elem_table:hover .five_field.font_field{
        display: none;
    }
    .background_elem_table:hover .six_field.font_field{
        display: none;
    }
    .background_elem_table:hover .seven_field {
        display: flex !important;
    }
    .background_elem_table:hover .seven_field .actionWrap {
        display: flex !important;
    }
    .btn_lose_bacgr{display: none;}
    .errores_status_elems_table:hover .error_description_block {
        display: flex;
        cursor: initial;
    }
    .errores_status_elems_table:hover .error_text {
        color: #004c79;
    }
    .errores_status_elems_table:hover .error_svg path {
        fill: #004c79;
    }
    .error_description_block_close{display: none;}
    .error_description_block:hover {
        display: flex;
    }
}
.error_description_block_backg {
    position: relative;
}
.error_description_block_close_text{
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #3D4448;
    opacity: 0.4;
    margin-right: 10px;
}
.activ_click_elem .error_description_block {
    display: flex;
    cursor: initial;
}
.error_description_block {
    cursor: initial;
}
.activ_click_elem .error_text {
    color: #004c79;
}
.activ_click_elem .error_svg path {
    fill: #004c79;
}
.error_description_block_close:hover path{
    fill: #004c79;
}


.eight_field{display: none;}


.error_text {
    color: #0298db;
    margin-right: 5px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}
.error_svg {
    display: flex;
    align-items: center;
}
.errores_status_elems_table {
    display: flex;
    align-items: center;
    cursor: default;
    position: relative;
}
.error_description_block {
    position: absolute;
    bottom: 100%;
    left: -30px;
    max-width: 366px;
    margin-left: 30px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #3D4448;
    flex-direction: column;
}
.error_description_block_text {
    padding: 30px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #3D4448;
}
.error_description_block_backg {
    border-radius: 5px;
    background: white;
    display: flex;
    max-width: 366px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}
.error_description_block_img svg path {
    fill: white;
}
.error_description_block_img {
    width: 20px;
    height: 17px;
    position: relative;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}
.error_description_block_img svg {
    position: absolute;
    top: -1px;
    left: 16px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
    display: flex;
}
.error_description_block{
    display: none;
}


.one_table_materials:hover {
    opacity: 0.7;
}
.two_table_materials:hover {
    opacity: 0.7;
}
.three_table_materials:hover {
    opacity: 0.7;
}
.table_activ:hover {
    opacity: 1;
}
.show_more_elems {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 50px;
    background: #004C79;
    border-radius: 3px;
    width: 151px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 18px;
}
.show_more_elems_t {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 50px;
    background: #004C79;
    border-radius: 3px;
    width: 151px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 18px;
}
.show_more_elems_s {
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 50px;
    background: #004C79;
    border-radius: 3px;
    width: 151px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 18px;
}
.opacity_element_block{display: none;}
.opacity_element_block_t{display: none;}
.opacity_element_block_s{display: none;}

@media screen and (max-width: 1700px){

    .column_elems_h.column_elems_one {
        width: 193px;
        min-width: 193px;
    }
    .column_elems_h.column_elems_two {
        min-width: 115px;
        width: 115px;
    }
    .column_elems_h.column_elems_six {
        align-items: flex-start;
    }
    .block_display_table {
        width: 841px;
    }
    .column_elems_h.column_elems_six{
        width: 88px;
    }
    .column_elems_h.column_elems_four {
        min-width: 77px;
        width: 77px;
    }
    .column_elems_h.column_elems_five {
        min-width: 61px;
        width: 61px;
    }
    .one_field{
        width: 193px;
        min-width: 193px;
    }
    .two_field.font_field{
        min-width: 115px;
        width: 115px;
    }
    .three_field.font_field {
        min-width: 127px;
    }
    .four_field.font_field {
        min-width: 77px;
        width: 77px;
    }
    .five_field.font_field {
        min-width: 61px;
        width: 61px;
    }
    .six_field.font_field{
        width: 88px;
    }
    .seven_field {
        margin-right: 0;
        margin-left: -20px;
    }
    .my_materials{margin-left: 20px;}
}
.column_elems_four_svg{display: none;}
.column_elems_five_svg{display: none;}
.column_elems_six_svg{display: none;}
@media screen and (max-width:1365px){
    .error_description_block_close svg {
        width: 14px;
        height: 14px;
        display: flex;
    }
    .error_description_block_close svg path {
        fill: #3D4448;
    }
    .my_materials .error_description_block_close svg {
        opacity: 0.4;
    }
    .error_description_block_close {
        margin-top: 20px;
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding-right: 20px;
        padding-left: 20px;
    }
    .error_description_block_backg {
        flex-direction: column;
    }
    .eight_field{display: flex;}
    .one_table_materials, .two_table_materials, .three_table_materials{
        margin-bottom: 54px;
    }
    .block_display_table {
        width: 740px;
    }
    .column_elems_h.column_elems_one {
        width: 141px;
        min-width: 141px;
    }
    .column_elems_h {
        width: 141px;
        min-width: 141px;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #3D4448;
        display: flex;
        align-items: center;
    }
    .column_elems_h.column_elems_two {
        min-width: 67px;
        width: 67px;
    }
    .column_elems_h.column_elems_three {
        width: 93px;
        min-width: 93px;
        margin-right: 30px;
    }
    .column_elems_four_svg{display: flex;opacity: 1;}
    .column_elems_four_text {display: none;}
    .column_elems_h.column_elems_four {
        min-width: 16px;
        width: 16px;
        margin-right: 25px;
        opacity: 1;
    }
    .column_elems_five_text{display: none;}
    .column_elems_five_svg{display: flex;opacity: 1;}
    .column_elems_h.column_elems_five {
        min-width: 18px;
        width: 18px;
        margin-right: 30px;
        opacity: 1;
    }
    .column_elems_six_text{display: none;}
    .column_elems_six_svg{display: flex;opacity: 1;}
    .column_elems_h.column_elems_six {
        width: 13px;
        min-width: 13px;
        align-items: center;
        opacity: 1;
    }
    .one_field {
        width: 141px;
        min-width: 141px;
        margin-right: 30px;
    }
    .two_field.font_field {
        min-width: 67px;
        width: 67px;
        margin-right: 30px;
    }
    .three_field.font_field {
        width: 93px;
        min-width: 93px;
        margin-right: 16px;
    }
    .four_field.font_field {
        min-width: 44px;
        width: 44px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .five_field.font_field {
        min-width: 42px;
        width: 42px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .six_field.font_field {
        width: 47px;
        min-width: 47px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .price_elem_table {
        font-size: 12px;
        line-height: 100%;

    }
    .eight_field {
        width: 244px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .eight_field_text {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: #0298DB;
    }
    .activ_click_el .four_field.font_field {
        display: none;
    }
    .activ_click_el .five_field.font_field {
        display: none;
    }
    .activ_click_el .six_field.font_field {
        display: none;
    }
    .activ_click_el .eight_field {
        display: none;
    }
    .activ_click_el .seven_field {
        display: flex;
        width: 320px;
        margin-left: 12px;
    }
    .activ_click_el .seven_field .actionWrap {
        display: flex;
    }
    .btn_lose_bacgr {
        margin-left: 26px;
    }
    .activ_click_el .background_elem_table {
        background: #fff;
    }
    .btn_lose_bacgr , .eight_field_text {
        cursor: pointer;
    }

    .btn_lose_bacgr:hover path{
        fill: #00629B;
    }
    .eight_field_text:hover {
        color: #00629B;
    }
}





@media (min-width: 320px) and (max-width: 1250px){
    .lk-mobile-info_block{display: flex;margin-bottom: 30px;}
    .lk-mobile-info div:nth-child(2) {
        animation: animationFrames linear 2s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
    }
    @keyframes animationFrames{
        0% {
            transform: translate(0px,0px) ;
        }
        25% {
            transform: translate(20px,0px) ;
        }
        50% {
            transform: translate(0px,0px) ;
        }
        100% {
            transform: translate(0px,0px) ;
        }
    }
    .name_page_my_materials {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        color: #3D4448;
        margin-bottom: 30px;
    }
    .one_table_materials, .two_table_materials, .three_table_materials {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 41px;
    }
    .lk-mobile-info_block .lk-mobile-info {
        display: flex;
        width: 280px;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #0E1D39;
        opacity: 0.4;
        align-items: center;
    }
    .background_elem_table .font_field {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 140%;
        color: #3D4448;
    }
    .display_tables {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 70px;
        margin-bottom: -20px;
        /*position: relative;*/
    }
    .my_materials{
        position: relative;
    }

    .show_more_elems {
        position: absolute;
        bottom: 0px;
        left: calc(50% - 75px);
    }
    .show_more_elems_t {
        position: absolute;
        bottom: 0px;
        left: calc(50% - 75px);
    }
    .show_more_elems_s {
        position: absolute;
        bottom: 0px;
        left: calc(50% - 75px);
    }
}

@media screen and (max-width: 789px){
    .pageContent__wrap {
        width: 100%;
    }
}
@media (min-width: 780px) and (max-width: 960px){
    .lk-mobile-info_block {
        display: none;
    }
}







































.column_elems_h.column_elems_one.three_column_elems_h {
    margin-right: 114px;
    width: 254px;
}
.column_elems_h.column_elems_two.three_column_elems_h {
    margin-right: 103px;
    width: 115px;
}
.column_elems_h.column_elems_three.three_column_elems_h {
    margin-right: 103px;
    width: 106px;
}
.column_elems_h.column_elems_four.three_column_elems_h {
    width: 165px;
    margin: 0;
}
.one_field.three_field_block {
    width: 254px;
    margin-right: 114px;
}
.two_field.font_field.three_field_block {
    margin-right: 103px;
    width: 115px;
}
.three_field.font_field.three_field_block {
    margin-right: 103px;
    width: 106px;
}
.four_field.font_field.three_field_block {
    margin: 0;
    width: 165px;
}
.seven_field.three_field_block_sev {
    margin: 0;
    width: max-content;
    margin-right: 30px;
}

@media (min-width: 1366px){
    .background_elem_table:hover .one_field.three_field_block {
        width: 254px;
        margin-right: 114px;
    }
    .background_elem_table:hover.column_elems_h.column_elems_two.three_column_elems_h {
        margin-right: 103px;
        width: 115px;
    }
    .background_elem_table:hover.column_elems_h.column_elems_three.three_column_elems_h {
        margin-right: 103px;
        width: 106px;
    }
    .background_elem_table:hover.column_elems_h.column_elems_four.three_column_elems_h {
        width: 165px;
        margin: 0;
    }
    .background_elem_table:hover .three_field.font_field.three_field_block {
        margin-right: 65px;
    }
}


.seven_field.three_field_block_sev .get_link.button.edit {
    margin: 0;
    width: 210px;
    padding: 0;
}


@media screen and (max-width:1700px) {
    .three_table_materials {
        margin-left: 240px;
    }
    .column_elems_h.column_elems_one.three_column_elems_h {
        margin-right: 59px;
        width: 263px;
        min-width: 263px;
    }
    .column_elems_h.column_elems_two.three_column_elems_h {
        margin-right: 57px;
        width: 115px;
        min-width: 115px;
    }
    .column_elems_h.column_elems_three.three_column_elems_h {
        margin-right: 57px;
        width: 106px;
        min-width: 106px;
    }
    .one_field.three_field_block {
        width: 263px;
        margin-right: 59px;
    }
    .two_field.font_field.three_field_block {
        margin-right: 57px;
        width: 115px;
    }
    .three_field.font_field.three_field_block {
        margin-right: 57px;
        width: 106px;
        min-width: 106px;
    }
}
@media (min-width: 1366px) and (max-width:1700px) {
    .background_elem_table:hover .three_field.font_field.three_field_block {
        margin-right: -9px;
    }
}
@media screen and (max-width:1365px) {
    .column_elems_h.column_elems_one.three_column_elems_h {
        margin-right: 44px;
        width: 141px;
        min-width: 141px;
    }
    .column_elems_h.column_elems_two.three_column_elems_h {
        margin-right: 44px;
        width: 67px;
        min-width: 67px;
    }
    .column_elems_h.column_elems_three.three_column_elems_h {
        margin-right: 44px;
        width: 67px;
        min-width: 67px;
    }
    .column_elems_h.column_elems_four.three_column_elems_h {
        width: 97px;
        margin-right: 41px;
        opacity: 0.4;
    }
    .one_field.three_field_block {
        width: 141px;
        margin-right: 44px;
    }
    .two_field.font_field.three_field_block {
        margin-right: 44px;
        width: 67px;
    }
    .three_field.font_field.three_field_block {
        margin-right: 44px;
        width: 67px;
        min-width: 67px;
    }
    .four_field.font_field.three_field_block {
        margin: 0;
        width: 97px;
        margin-right: 41px;
    }
    .nine_field {
        width: 150px;
        margin-right: 35px;
        display: flex;
    }
    .nine_field .actionWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .nine_field .nine_field_button {
        text-decoration: none;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: #0298DB;
    }
    .three_table_materials {
        margin-left: 138px;
    }
}
@media screen and (max-width:1250px){
    .three_table_materials {
        margin-left: 345px;
    }
}
@media screen and (max-width:1213px){
    .three_table_materials {
        margin: 0;
        position: absolute;
        right: 0;
    }
}
@media screen and (max-width:960px){
    .three_table_materials {
        margin: 0;
        position: relative;
        right: auto;
        margin-left: 345px;
    }
}
@media screen and (max-width:789px){
    .three_table_materials {
        margin: 0;
        position: absolute;
        right: 0;
    }
}
@media screen and (max-width:500px){
    .one_table_materials {
        padding-bottom: 35px;
    }
    .three_table_materials {
        position: absolute;
        margin: 0;
        left: 0;
        right: auto;
        top: 45px;
    }
}
























/*new_review_item*/
.new_review_item .item_numb_rev_el {
    position: absolute;
    display: none;
}
.new_review_item .item_numb_rev {
    position: absolute;
}
.review_all_block {
    margin-left: 70px;
    width: 1007px;
}
.new_review_item.review__item{
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.new_review_item .new_review__wrap {
    display: flex;
    /*align-items: flex-start;*/
    margin-bottom: 30px;
    justify-content: space-between;
}
.new_review_item .review__name {
    display: flex;
    flex-direction: column;
    font-family: Proxima Nova;
    margin-bottom: 0;
}
.new_review_item .review__name p{
    font-size: 14px;
    line-height: 17px;
    color: #3D4448;
    font-weight: 500;
    margin-top: 5px;
}
.new_review_item .review__name span{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3D4448;
}
.new_review_item .new_review__wrap .review__rating{
    margin-bottom: 0;
}

.new_review_item .review__rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.new_review_item .rating__star{
    margin-right: 5px;
}
.new_review_item .rating__star:last-child{
    margin-right: 0px;
}
.new_review_item .all_description_texti_value{
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 140%;
}
.new_review__score_block {
    display: flex;
    padding-bottom: 30px;
}
.new_review_item .smallText.review__ratingText {
    margin: 0;
    margin-bottom: 8px;
    font-family: Proxima Nova;
    font-size: 12px;
    line-height: 100%;
}
.new_review_item .review__content{
    margin-bottom: 30px;
}
.new_review_item .new_review__score_block {
    margin-top: 30px;
}
.new_review_item .review__score.new_review__score {
    margin: 0;
    padding: 0;
    /*margin-right: 89px;*/
}
.new_review_item .review__footer {
    margin: 0;
    padding: 0;
}
.new_review_item .review__scoreItem {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: max-content;
    margin-right: 40px;
}
.new_review_item .review__scoreItem:last-child {
    margin-right: 0;
}
.new_review_item .likes {
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
.new_review_item .likes button:first-child{
    margin-right: 15px;
}

.new_review_item .likes button{
    padding: 7px 9px;
}

.new_review_item .review__scoreItem .smallText{
    margin-bottom: 11px;
    font-family: Proxima Nova;
    font-size: 12px;
    line-height: 15px;
}
.new_review_item .new_review__score_block{
    justify-content: space-between;
}
.new_review_item .review__like{
    margin-right: 40px;
}
.new_review_item .rating-small .rating__star{
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 1700px){
    .review_all_block {
        margin-left: 10px;
        width: 851px;
    }
    .new_review_item .review__scoreItem{
        margin-right: 89px;
    }
    .new_review_item .review__scoreItem:nth-child(1){
        margin-bottom: 30px
    }
    .new_review_item .review__scoreItem:nth-child(2){
        margin-bottom: 30px
    }
    .new_review_item .review__scoreItem:nth-child(2n){
        margin-right: 0;
    }
    .new_review_item .review__score.new_review__score{
        width: 310px;
    }
    .new_review_item .new_review__score_block{
        align-items: flex-start;
    }
    .new_review_item .review__like {
        margin-right: 126px;
    }
    .new_review_item .review__wrap {
        padding: 0 30px 0 30px;
    }



}
@media screen and (max-width: 1680px){
    .new_review_item .review__wrap {
        padding: 0 30px 0 30px;
    }
}
@media screen and (max-width: 1365px){
    .new_review_item .review__content {
        margin-bottom: 10px;
    }
    .new_review_item .review__like {
        margin-right: 35px;
    }
    .review_all_block {
        margin-left: 10px;
        width: 750px;
    }
}
@media (min-width: 961px) and (max-width: 1214px){
    .review_all_block{width: auto;}
    .new_review_item .review__like{flex-direction: column;}
    .new_review_item .likes{flex-direction: column; margin-top: 20px}
    .new_review_item .likes button:first-child{margin-right: 0; margin-bottom: 10px;}
}
@media screen and (max-width: 789px){
    .review_all_block{width: auto;}
    .new_review_item.review__item{
        margin-left: 0;
    }
    .review_all_block{
        margin-left: 0;
    }
}
@media screen and (max-width: 739px){
    .new_review_item .review__like{flex-direction: column;}
    .new_review_item .likes{flex-direction: column; margin-top: 20px}
    .new_review_item .likes button:first-child{margin-right: 0; margin-bottom: 10px;}
    .new_review_item .review__like{margin-bottom: 0;}
}
@media screen and (max-width: 600px){
    .new_review_item .review__scoreItem {
        margin-right: 30px;
    }
    .new_review_item .review__scoreItem:nth-child(2n) {
        margin-right: 0;
    }
    .new_review_item .review__score.new_review__score {
        width: 250px;
    }
    .new_review_item .review__like{
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    .new_review_item .review__wrap {
        padding: 0 20px 0 20px;
    }
    .new_review_item .new_review__score_block{padding-bottom: 20px;}
    .new_review_item.review__item {
        padding-top: 20px;
    }
    .new_review_item .new_review__wrap {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .new_review_item .review__name{
        margin-bottom: 10px;
    }
    .new_review_item .rating-small .rating__star {
        width: 15px;
        height: 15px;
    }
    .new_review_item .rating__star {
        margin-right: 4px;
    }
    .new_review_item .rating__star:last-child {
        margin-right: 0;
    }
    .new_review_item .all_description_texti_value{
        margin-bottom: 20px;
        font-size: 12px;
    }
    .new_review_item .review__score.new_review__score {
        width: 229px;
        justify-content: initial;
    }
    .new_review_item .new_review__score_block {
        width: 252px;
        margin: 0 auto;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .new_review_item .review__like {
        margin-top: 30px;
        flex-direction: row;
        width: 229px;
    }
    .new_review_item .likes {
        width: auto;
        flex-direction: row;
        margin-top: 0;
    }
    .new_review_item .likes button:first-child {
        margin: 0;
        margin-right: 15px;
    }
    .review_all_block .block_mass_rev {
        margin: 0 auto;
        width: 292px;
    }
    .new_review_item .review__scoreItem:nth-child(1) {
        margin-bottom: 17px;
    }
    .new_review_item .review__scoreItem:nth-child(2) {
        margin-bottom: 17px;
    }
}

/*2*/

.review_filt {
    display: flex;
    flex-direction: column;
    width: 997px;
    margin-left: 80px;
    margin-bottom: 45px;
}
.review_filt_close {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #0298DB;
    font-family: Proxima Nova;
    width: 138px;
    cursor: pointer;
    margin-bottom: 50px;
    text-decoration: none;
}
.svg_review_filt_close {
    display: flex;
    margin-right: 10px;
}
.review_filt_param {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_filt_inp {
    font-family: Proxima Nova;
    display: flex;
    font-size: 14px;
    line-height: 140%;
    color: #3D4448;
    margin-right: 20px;
    align-items: center;
    position: relative;
}
.review_filt_inp input{
    margin-left: 10px;
    width: 107px;
    height: 42px;
    background: #EAEEF6;
    border-radius: 2px;
    display: flex;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #C9CBCE;
    padding: 0 30px 0 10px;
    pointer-events: none;
    cursor: pointer;
}
.review_filt_inp_search {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004C79;
    border-radius: 2px;
    cursor: pointer;
}
.svg_review_filt_inp_search {
    display: flex;
}
.svg_review_filt_inp_search svg {
    display: flex;
    width: 18px;
    height: 18px;
}
.svg_review_filt_close svg {
    width: 16px;
    height: 16px;
}
.review_filt_stat {
    display: flex;
}
.review_filt_stat_val:nth-child(2){
    margin-right: 70px;
    margin-left: 70px;
}
.review_filt_stat_val span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3D4448;
    opacity: 0.4;
    font-family: Proxima Nova;
}
.review_filt_stat_val span{
    font-size: 14px;
    line-height: 140%;
    color: #3D4448;
    font-family: Proxima Nova;
}
.review_filt_stat_val {
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 140%;
    color: #3D4448;
}
.review_filt_inp svg{
    width: 15px;
    height: 15px;
}

.review_filt_inp_Until_svg, .review_filt_inp_From_svg{
    position: absolute;
    display: flex;
    right: 0;
    top: 13px;
    right: 10px;
    background: #EAEEF6;
    cursor: pointer;
}
.review_filt_inp_block{
    display: flex;
}
.review_filt_stat_val span {
    display: flex;
    margin-bottom: 2px;
}
@media screen and (max-width: 1700px){
    .review_filt {
        margin-left: 20px;
    }
    .review_filt {
        width: 841px;
    }
    .review_filt_stat_val:nth-child(2) {
        margin-right: 35px;
        margin-left: 35px;
    }
}
@media screen and (max-width: 1365px){
    .review_filt_param {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .review_filt {
        width: 740px;
    }
    .review_filt_inp_block {
        margin-bottom: 30px;
    }
    .review_filt_stat_val:nth-child(2) {
        margin-right: 50px;
        margin-left: 50px;
    }
}
@media (min-width: 961px) and (max-width: 1214px){
    .review_filt{width: auto;}
}
@media screen and (max-width: 960px){
    .review_filt{width: 740px;}
}
@media screen and (max-width: 789px){
    .review_filt{width: auto; margin-left: 0;}

}
@media screen and (max-width: 750px){
    .review_filt_stat {
        flex-wrap: wrap;
    }
    .review_filt {
        width: 292PX;
    }
    .review_filt_stat_val:nth-child(2) {
        margin-right: 0;
        margin-left: 50px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px){
    .review_filt {
        margin: 0 auto;
        width: 292PX;
        margin-bottom: 50px;
    }
    .review_filt_inp {
        margin-right: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .review_filt_inp input{
        margin-left: 0;
    }
    .review_filt_inp_Until_svg, .review_filt_inp_From_svg{top: 32px;}
    .review_filt_inp_block {
        align-items: flex-end;
    }
}
.review_filt_inp_calendar{color: #8C8E8D;}
@media(min-width: 1366px) and (max-width: 3000px){
    .review_filt_inp_Until_svg:hover svg path{
        fill: #0298DB;
    }
    .review_filt_inp_From_svg:hover svg path{
        fill: #0298DB;
    }
    .review_filt_inp_search:hover{
        background: #0298DB;
    }
}
.three_display_table {
    flex-direction: column;
}
/*.review_filt_all_filt {
    display: none;
}*/


.review_filt_all_filt .likes{
    pointer-events: none;
}

.flyvi-design-button{
    transition-duration: .2s;
    margin-top: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    display: inline-flex;
}
.flyvi-design-button:hover:before{
    background: #4e4e4ec4;
}
.flyvi-design-button:hover{
    color: #fff;
}

.flyvi-design-button:before{
    transition-duration: .2s;
    content: '';
    position: absolute;
    left: -10px;
    top: -6px;
    width: calc(100% + 20px);
    height: calc(100% + 12px);
    background: #fe8743;
    z-index: -1;
}

@media screen and (max-width: 750px) {
    .flyvi-design-button {
        position: absolute;
        left: calc(50% - 105px);
        top: -7px;
    }
}