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;
    outline: 0
}

html:focus, body:focus, div:focus, span:focus, applet:focus, object:focus, iframe:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, blockquote:focus, pre:focus, a:focus, abbr:focus, acronym:focus, address:focus, big:focus, cite:focus, code:focus, del:focus, dfn:focus, em:focus, img:focus, ins:focus, kbd:focus, q:focus, s:focus, samp:focus, small:focus, strike:focus, strong:focus, sub:focus, sup:focus, tt:focus, var:focus, b:focus, u:focus, i:focus, center:focus, dl:focus, dt:focus, dd:focus, ol:focus, ul:focus, li:focus, fieldset:focus, form:focus, label:focus, legend:focus, table:focus, caption:focus, tbody:focus, tfoot:focus, thead:focus, tr:focus, th:focus, td:focus, article:focus, aside:focus, canvas:focus, details:focus, embed:focus, figure:focus, figcaption:focus, footer:focus, header:focus, hgroup:focus, menu:focus, nav:focus, output:focus, ruby:focus, section:focus, summary:focus, time:focus, mark:focus, audio:focus, video:focus, html:active, body:active, div:active, span:active, applet:active, object:active, iframe:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, p:active, blockquote:active, pre:active, a:active, abbr:active, acronym:active, address:active, big:active, cite:active, code:active, del:active, dfn:active, em:active, img:active, ins:active, kbd:active, q:active, s:active, samp:active, small:active, strike:active, strong:active, sub:active, sup:active, tt:active, var:active, b:active, u:active, i:active, center:active, dl:active, dt:active, dd:active, ol:active, ul:active, li:active, fieldset:active, form:active, label:active, legend:active, table:active, caption:active, tbody:active, tfoot:active, thead:active, tr:active, th:active, td:active, article:active, aside:active, canvas:active, details:active, embed:active, figure:active, figcaption:active, footer:active, header:active, hgroup:active, menu:active, nav:active, output:active, ruby:active, section:active, summary:active, time:active, mark:active, audio:active, video:active {
    outline: 0
}

button:focus {
    outline: 0
}

select:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

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
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

a {
    text-decoration: none
}

.flex-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-row-reverse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-column {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-column-reverse {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap-no {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.flex-reverse-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-reverse-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

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

.fjfs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.fjfe {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.fjsa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around
}

.fjsb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.faic {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.faife {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.faifs {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.faib {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.fais {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.facc {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.facfc {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start
}

.facfe {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: flex-end;
    align-content: flex-end
}

.facsa {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: space-around
}

.facsb {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between
}

.facs {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.fiasa {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.fiasfs {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start
}

.fiasfe {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end
}

.fiasc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.fiasb {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.fiass {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.or-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.or-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.or-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.or-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.or-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.or-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.fg-1 {
    flex-grow: 1;
    -webkit-flex-grow: 1
}

.fl {
    display: flex
}

.flil {
    display: inline-flex
}

@media (max-width: 767px) {
    .flex-wrap-mob {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33.33333333%
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-47 {
    width: 47%
}

.w-48 {
    width: 48%
}

.w-49 {
    width: 49%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-67 {
    width: 66.66666667%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

@media (max-width: 767px) and (min-width: 481px) {
    .m-w-50 {
        width: 50%
    }

    .m-w-100 {
        width: 100%
    }
}

a, li {
    outline: medium none !important
}

a:hover, li:hover, a:active, li:active, a:focus, li:focus {
    outline: medium none !important
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    border: 1px solid black;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    outline: none
}

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .12em;
    font-size: 1.3em;
    line-height: .8;
    transition: all .2s
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999
}

[type="checkbox"]:disabled + label {
    color: #aaa
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea, input {
    -webkit-appearance: none;
    border: 0;
    outline: none !important
}

.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.bl {
    display: block
}

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

.rel {
    position: relative
}

.as {
    position: absolute
}

.fix {
    position: fixed
}

.bb {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.up {
    text-transform: uppercase
}

.show-mobile, .show-mobile-big, .hide, .show-sm, .none {
    display: none
}

.show {
    display: block
}

.nn {
    display: none
}

.clear-after-header {
    height: 0
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    height: 0;
    background: transparent
}

.nom {
    margin: 0
}

.nop {
    padding: 0
}

.ntd {
    text-decoration: none
}

.nb {
    border: 0
}

.nbs {
    box-shadow: none
}

.nts {
    text-shadow: none
}

.nls {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    cursor: pointer
}

.st-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.br-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.br-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.br-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.br-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.br-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.br-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.br-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.br-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ma {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 6000px) and (min-width: 768px) {
    .show-mobile {
        display: none
    }

    .hide-mobile {
        display: block
    }
}

@media (max-width: 767px) {
    .show-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }
}

.flex-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0
}

.nosl {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sl {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.dn {
    display: none
}

.debug-container {
    position: fixed;
    background: #020202;
    padding: 10px;
    color: #adff2f;
    bottom: 0;
    left: 0;
    z-index: 100000
}

.pad-10 {
    padding: 10px
}

.pad-20 {
    padding: 10px
}

.pad-30 {
    padding: 30px
}

html, body {
    background: #f9f6f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html h1, body h1, html .short-desc, body .short-desc, html .sl-able, body .sl-able {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important
}

html .detail-section:nth-last-of-type(1) p, body .detail-section:nth-last-of-type(1) p {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.middle-container {
    max-width: 328px
}

#page-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    min-height: calc(100vh - 76px);
    min-height: calc(100dvh - 76px);
}

.page-home #page-wrapper, .vertical-centered #page-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px
    }
}

@media (max-width: 480px) {
    #page-wrapper {
        min-height: calc(100vh - 70px);
        min-height: calc(100dvh - 70px);
        height: calc(100% - 140px) !important;
        overflow: hidden
    }

    #page-wrapper main {
        margin-bottom: -70px;
        padding-bottom: 70px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .container {
        padding: 0 10px
    }
}

a {
    transition: all .3s ease
}

.bg-pan-right {
    -webkit-animation: bg-pan-right 8s both;
    animation: bg-pan-right 8s both
}

@-webkit-keyframes bg-pan-right {
    0% {
        background-position: 0 50%
    }
    100% {
        background-position: 100% 50%
    }
}

@keyframes bg-pan-right {
    0% {
        background-position: 0 50%
    }
    100% {
        background-position: 100% 50%
    }
}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, 0.3)
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, 0.3)
    }
}

.color-change-2x {
    -webkit-animation: color-change-2x 1s linear infinite alternate both;
    animation: color-change-2x 1s linear infinite alternate both
}

@-webkit-keyframes color-change-2x {
    0% {
        background: rgba(37, 65, 117, 0.9)
    }
    100% {
        background: rgba(152, 15, 52, 0.9)
    }
}

.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-elliptic-top-fwd .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

.slide-out-blurred-top {
    -webkit-animation: slide-out-blurred-top .45s cubic-bezier(.755, .05, .855, .06) both;
    animation: slide-out-blurred-top .45s cubic-bezier(.755, .05, .855, .06) both
}

@-webkit-keyframes slide-out-blurred-top {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-1000px) scaleY(2) scaleX(.2);
        transform: translateY(-1000px) scaleY(2) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

@keyframes slide-out-blurred-top {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-1000px) scaleY(2) scaleX(.2);
        transform: translateY(-1000px) scaleY(2) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) infinite both;
    animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) infinite both
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.text-pop-up-bottom {
    -webkit-animation: text-pop-up-bottom 3s cubic-bezier(.25, .46, .45, .94) infinite both;
    animation: text-pop-up-bottom 3s cubic-bezier(.25, .46, .45, .94) infinite both
}

@-webkit-keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top 3s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-top 3s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 2s infinite both;
    animation: bounce-in-top 2s infinite both
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.intb {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Black.eot');
    src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.intbl {
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.intextbl {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-ExtraLight.eot');
    src: url('../fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

.intextl {
    font-family: 'Helvetica';
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.intm {
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.intl {
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.intr {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Thin.woff2') format('woff2'), url('../fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

.intt {
    font-family: 'Helvetica';
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.intsb {
    font-family: 'Helvetica';
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('../ui-fonts/fontello.eot?42475285');
    src: url('../ui-fonts/fontello.eot?42475285#iefix') format('embedded-opentype'), url('../ui-fonts/fontello.woff2?42475285') format('woff2'), url('../ui-fonts/fontello.woff?42475285') format('woff'), url('../ui-fonts/fontello.ttf?42475285') format('truetype'), url('../ui-fonts/fontello.svg?42475285#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: '\e800'
}

.icon-basket:before {
    content: '\e801'
}

.icon-th-large-outline:before {
    content: '\e802'
}

.icon-share:before {
    content: '\e803'
}

.icon-star:before {
    content: '\e804'
}

.icon-login:before {
    content: '\e805'
}

.icon-logout-1:before {
    content: '\e806'
}

.icon-left:before {
    content: '\e807'
}

.icon-right:before {
    content: '\e808'
}

.icon-up:before {
    content: '\e809'
}

.icon-down:before {
    content: '\e80a'
}

.icon-search:before {
    content: '\e80b'
}

.icon-heart-empty:before {
    content: '\e80c'
}

.icon-lock:before {
    content: '\e80d'
}

.icon-compat_add {

}

.icon-heart:before {
    content: '\e80e'
}

.icon-cancel:before {
    content: '\e80f'
}

.icon-pencil:before {
    content: '\e810'
}

.icon-left-open:before {
    content: '\e811'
}

.icon-right-open:before {
    content: '\e812'
}

.icon-check:before {
    content: '\e813'
}

.icon-cog:before {
    content: '\e814'
}

.icon-spin4:before {
    content: '\e834'
}

.icon-info-circled-alt:before {
    content: '\f086'
}

.icon-sort-name-up:before {
    content: '\f15d'
}

.icon-sort-name-down:before {
    content: '\f15e'
}

.icon-sort-alt-up:before {
    content: '\f160'
}

.icon-sort-alt-down:before {
    content: '\f161'
}

.icon-sort-number-up:before {
    content: '\f162'
}

.icon-sort-number-down:before {
    content: '\f163'
}

.icon-down-sort:before {
    content: '\f175'
}

.icon-up-sort:before {
    content: '\f176'
}

.icon-sliders:before {
    content: '\f1de'
}

.icon-toggle-off:before {
    content: '\f204'
}

.icon-toggle-on:before {
    content: '\f205'
}

.icon-cart-plus:before {
    content: '\f217'
}

.icon-battery-4:before {
    content: '\f240'
}

.icon-battery-3:before {
    content: '\f241'
}

.icon-battery-2:before {
    content: '\f242'
}

.icon-battery-1:before {
    content: '\f243'
}

.icon-battery-0:before {
    content: '\f244'
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
    line-height: 1.3em;
    font-size: 16px
}

h1.main-title {
    margin: 0 0 30px 0;
    font-size: 32px;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

a {
    color: #000
}

a:hover {
    color: #0261cb
}

a:visited {
    color: #000
}

a:visited:hover {
    color: #0261cb
}

@media (max-width: 767px) {
    h1.main-title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 24px
    }
}

.toi-holder {
    position: relative;
    z-index: 1
}

.toi-holder img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.toi-holder .toi-data-holder {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.app-menu li {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb
}

.app-menu li:nth-last-of-type(1) {
    border-bottom: 0
}

.app-menu a {
    color: #000
}

.app-menu a:hover {
    color: #0261cb
}

.app-menu a:visited {
    color: #000
}

.app-menu a:visited:hover {
    color: #0261cb
}

.smart-filter-buttons-holder {
    padding: 0 0 15px 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-align: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    z-index: 10;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.smart-filter-buttons-holder.fixed-buttons {
    top: 50px;
    left: auto;
    position: fixed;
    right: 0
}

.smart-filter-buttons-holder .smart-filter-parameters-box-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.smart-filter-buttons-holder a.btn {
    margin-right: 0
}

.smart-filter-buttons-holder .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 14px
}

.smart-filter-buttons-holder .btn.btn-link-submit,
.smart-filter-buttons-holder .btn.btn-link {
    display: flex;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 230px;
    height: 34px;
    padding: 0 0 0 10px;
    position: relative;
}
.smart-filter-buttons-holder .btn.btn-reset,
.smart-filter-buttons-holder .btn.btn-link-submit,
#set_filter{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}
#set_filter{
    background: none!important;
    width: 100%;
    text-align: left;
    z-index: 10;
}
.btn.btn-filter-submit:before {
    content: "";
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 13px;
    transition: right 0.3s, width 0.3s ease;
}

.btn.btn-filter-submit:hover:before {
    right: 27px;
    width: 0px;
}

.btn.btn-filter-submit:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 13px;
    transform: rotate(-45deg);
    transition: right 0.3s, width 0.3s ease;
}

.btn.btn-filter-submit:hover:after {
    right: 27px;
    padding: 5px;
    margin-top: -6px;
}
@media (max-width: 480px) {
    .smart-filter-buttons-holder {
        z-index: 10
    }

    .smart-filter-buttons-holder .smart-filter-parameters-box-container .btn {
        line-height: 1em;
        padding: 6px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px
    }
}

.main-filter {
    padding: 0;
}
.smart-filter-angle-down .smart-filter-angles{
    transition: transform .3s;
}
.smart-filter-angle-up .smart-filter-angles{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .3s;
}
.smart-filter-angle-up .smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after{
    left: 10%;
    top: 90%;
}
@media (min-width: 1240px) {
    .filter-wrapper .container{
        padding: 0;
    }
}
@media (min-width: 767px) {
    .container.image-menu-container{
        height: calc(100vh - 22vh);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter-wrapper {
        padding: 0;
        height: calc(100vh - 22vh - 62px);
    }
    .filter-wrapper .container .smart-filter{
        overflow-y: scroll;
        margin-bottom: -49px;
    }
    #page-wrapper .foot-bar .bottom-menu{
        height:9vh!important;
    }
    .header{
        height: 13vh!important;
    }
    .header .container{
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .header .container.subscribe-main{
        align-items: start;
    }
    .header .prime-logo-wrapper{
        padding-top:0;
    }
    .filter-wrapper .container{
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}
@media (max-width: 1140px) {
    .filter-wrapper {
        height: auto;
    }
    .filter-wrapper .container .smart-filter{
        overflow-y: visible;
        margin-bottom: 20px;
    }
    .smart-filter-buttons-holder{
        margin-left: auto;
        margin-right: auto;
    }
    .filter-wrapper .container{
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .smart-filter-buttons-holder .btn.btn-link{
        width: 48%;
    }
}
.main-filter .smart-filter-form .row {
    margin: 20px 0
}

.main-filter .smart-filter-parameters-box {
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0
}

.main-filter .smart-filter-parameters-box:nth-last-of-type(1) {
    border-bottom: 0
}

.main-filter .smart-filter-parameters-box-title {
    padding-bottom: 0
}

.main-filter .smart-filter-parameters-box-title-text {
    font-size: 15px;
    color: #0479fc;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.main-filter a.edit-filter {
    color: #bdbbba;
    padding-left: 35px;
    font-size: 13px;
    display: block
}

.main-filter .filter-list-set {
    display: none
}

.main-filter #filter-buttons-holder-sticky-wrapper form {
    z-index: 1000;
    background: #fff
}

#rating-spell-wrapper {
    top: calc(13vh + 62px) !important;
    left:0!important;
    height: calc(78vh - 63px);
    width:100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #f9f6f5;
}
body .popup-window-content,
body .popup-window-overlay{
    background: none;
}


.rating-spell-info {
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}
#rating-data{
    height: 100%;
}
.rating-spell-info-block {
    font-size: 15px;
    padding: 32px 100px;
    background-color:white;
    height: 100%;
    position: relative;
    margin-bottom: 60px;
}

.smart-filter-parameters-box-container .rating-spell-info{
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    padding-left: 3px;
    padding-top: 20px;
    display: flex;
}

.rating-spell-info .icon-info-circled-alt{
    display: flex;
}

.rating-description-wrapper .rating-description-top{
    display: flex;
    gap: 5%;
}

.rating-description-top .rating-description-right,
.rating-description-top .rating-description-left{
    width: 47.5%;
}

.rating-description-top .rating-description-right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.rating-description-top .rating-description-left li:not(:first-child){
    margin-top:15px;
}

.icon-info-circled-alt:before{
    margin-right: 9px;
    height:17px;
    width:17px;
    content: url(/images/question_icon.svg);
}

.rating-spell-info-block .close-modal-rating{
    position: absolute;
    right: 21px;
    top: 26px;
    width: 37px;
    height: 37px;
    background: url(/images/close_modal.svg) no-repeat center center;
}
.question-modal-rating{
    position: absolute;
    left: 21px;
    top: 17px;
    width: 56px;
    height: 56px;
    background: url(/images/question.svg) no-repeat center center;
}

.rating-spell-info-block h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:20px;
}

.rating-description-bottom{
    margin-top: 60px;
}
#rating-spell-wrapper .popup-window-buttons{
    display:none;
}

.rating-spell-info-block p {
    margin-bottom: 19px
}

.rating-spell-info-block strong {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}
@media screen and (max-width:768px){
    .question-modal-rating{
        display:none;
    }
    .rating-spell-info-block h2{
        font-size: 16px;
        line-height: 18px;
    }
    .rating-description-wrapper .rating-description-top{
        gap: 0;
        flex-direction: column-reverse;
        font-size: 12px;
        line-height: 14px;
    }
    .rating-description-top .rating-description-right p{
        font-size: 12px;
        line-height: 14px;
    }
    .rating-description-bottom{
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px;
    }
    .rating-spell-info-block{
        padding: 50px 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .rating-description-top .rating-description-right,
    .rating-description-top .rating-description-left{
        width: 100%;
    }
    #rating-spell-wrapper{
        top: 172px !important;
        height: auto;
        padding-bottom: 100px;
    }
    #rating-spell-wrapper::-webkit-scrollbar{
        width: 0px;
        height: 1px;
    }
    #rating-spell-wrapper::-webkit-scrollbar-thumb {
        background: transparent;
    }
    #rating-spell-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }
    .rating-spell-info-block .close-modal-rating {
        position: relative;
        top: 0;
        right: 0;
        transform: scale(0.6);
        margin-top: 20px;
    }
    .review-entry-image{
        overflow: hidden;
        border-right: 1px solid black;
        background-color: white;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container.main-page {
        height: 100%;
    }
    .smart-filter-buttons-holder {
        position: fixed;
        margin-left: -15px;
        margin-right: -15px;
        bottom: 76px;
        background-color: #f9f6f5;
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid black;
    }
    .smart-filter-buttons-holder .smart-filter-button-box{
        margin-left: 20px;
        margin-right: 20px;
    }
    .filters-list-box{
        padding-bottom: 50px;
    }
}
@media screen and (max-width:768px){
    .smart-filter-buttons-holder {
        margin-left: 0px;
        margin-right: 0px;
        z-index: 1010;
    }
}
.rating-spell-info-block li {
    display: inline-block
}

.rating-spell-info-block li:before {
    content: '—';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.main-filter input + label.strict-label {
    font-size: 12px;
}

.main-filter [type="checkbox"]:not(:checked) + label::before, .main-filter [type="checkbox"]:checked + label::before {
    display: none
}

.main-filter [type="checkbox"]:not(:checked) + label, .main-filter [type="checkbox"]:checked + label {
    padding-left: 0
}

.main-filter [type="checkbox"]:not(:checked) + label:not(.strict-label)::after, .main-filter [type="checkbox"]:checked + label:not(.strict-label)::after {
    content: url(/images/filter_check.svg);
    font-family: 'Helvetica';
    position: absolute;
    top: 4px;
    left: -14px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000
}
.smart-filter-checkbox-text,
.smart-filter-dropdown-text{
    margin: 5px 0 5px 0;
    font-size: 16px!important;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Helvetica';
}
.main-filter .strict-group input + label.strict-label{
    margin: 30px 0 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.3;
    display:flex;
    position:relative;
    transition: all .3s;
    cursor: pointer;
    font-family: 'Helvetica';
}
.main-filter .strict-group input + label.strict-label:before{
    content: '';
    display:block;
    width:31px;
    height:15px;
    border:1px solid black;
    background-color: #f9f6f5;
    border-radius:10px;
    margin-right:10px;
    position: relative;
}
.main-filter .strict-group input + label.strict-label:after {
    content: '';
    opacity: 1;
    transform: scale(1);
    width:9px;
    height:9px;
    border-radius:9px;
    background-color:black;
    position:absolute;
    top:3px;
    left:3px;
    transition: all .3s;
}

.main-filter .filters-list-box .form-group .for-kids-filter:after,
.main-filter .filters-list-box .form-group .top-filter:after{
    content: ''!important;
    opacity: 1;
    transform: scale(1);
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: black;
    position: absolute!important;
    top: 3px!important;
    left: 3px!important;
    transition: all .3s;
}
.main-filter .filters-list-box .form-group .for-kids-filter.for-kids-active:after,
.main-filter .filters-list-box .form-group .top-filter.top-filter-active:after{
    left: 19px!important;
}

.main-filter .filters-list-box .form-group .for-kids-filter:before,
.main-filter .filters-list-box .form-group .top-filter:before{
    content: '';
    display: block;
    width: 31px;
    height: 15px;
    border: 1px solid black;
    background-color: #f9f6f5;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
}

.main-filter .filters-list-box .form-group .for-kids-filter,
.main-filter .filters-list-box .form-group .top-filter{
    opacity: 0.3;
}

.main-filter .filters-list-box .form-group .for-kids-filter.for-kids-active,
.main-filter .filters-list-box .form-group .top-filter.top-filter-active{
    opacity: 1;
}

.main-filter .strict-group input:checked + label.strict-label:after {
    left:19px;
}
.main-filter .strict-group input:checked + label.strict-label{
    opacity: 1;
}

.main-filter .form-check-input[disabled] ~ .form-check-label, .main-filter .form-check-input:disabled ~ .form-check-label {
    opacity: 1
}

.main-filter [type="checkbox"]:disabled + label {
    color: #000
}

.main-filter .expanded.filter-set.bx-active, .main-filter .expanded.filter-set, .main-filter .expanded.filter-not-set {
    padding-bottom: 0;
    border-bottom: 0
}

.main-filter .expanded.filter-set.bx-active .smart-filter-block, .main-filter .expanded.filter-set .smart-filter-block, .main-filter .expanded.filter-not-set .smart-filter-block {
    box-sizing: content-box
}

.main-filter .expanded.filter-set.bx-active .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-set .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-not-set .smart-filter-input-group-checkbox-list {
    padding: 0 15px !important;
    flex-direction: column!important;
}

.main-filter .expanded.filter-set.bx-active .smart-filter-input-group-checkbox-list [type="checkbox"]:not(:checked) + label, .main-filter .expanded.filter-set .smart-filter-input-group-checkbox-list [type="checkbox"]:not(:checked) + label, .main-filter .expanded.filter-not-set .smart-filter-input-group-checkbox-list [type="checkbox"]:not(:checked) + label {
    display: none
}

.main-filter .expanded.filter-set.bx-active .smart-filter-input-group-checkbox-list [type="checkbox"]:checked + label,
.main-filter .expanded.filter-set .smart-filter-input-group-checkbox-list [type="checkbox"]:checked + label,
.main-filter .expanded.filter-not-set .smart-filter-input-group-checkbox-list [type="checkbox"]:checked + label {
    pointer-events:none;
}


.main-filter .expanded.filter-set.bx-active .form-check, .main-filter .expanded.filter-set .form-check, .main-filter .expanded.filter-not-set .form-check {
    margin-bottom: 0 !important;
    padding-left: 0;
    min-height: auto
}

.main-filter .expanded.filter-set.bx-active .form-check [type="checkbox"]:checked + label, .main-filter .expanded.filter-set .form-check [type="checkbox"]:checked + label, .main-filter .expanded.filter-not-set .form-check [type="checkbox"]:checked + label {
    margin-left: 20px;
    z-index: 1000;
}

.main-filter .expanded.filter-set.bx-active .filter-restricted, .main-filter .expanded.filter-set .filter-restricted, .main-filter .expanded.filter-not-set .filter-restricted {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    cursor: not-allowed;
    opacity: 0
}

.main-filter .expanded.filter-set.bx-active .edit-filter, .main-filter .expanded.filter-set .edit-filter, .main-filter .expanded.filter-not-set .edit-filter {
    opacity: 1;
    display: block
}

.main-filter .expanded.filter-set.bx-active .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-set .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-not-set .smart-filter-input-group-checkbox-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-filter .expanded.filter-set.bx-active .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-set .smart-filter-input-group-checkbox-list, .main-filter .expanded.filter-not-set .smart-filter-input-group-checkbox-list {
    padding: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-filter.expanded.bx-active .edit-filter {
    display: none
}

.main-filter.expanded.bx-active .filter-restricted {
    width: 0;
    height: 0
}

.favorite .notice.center{
    padding-bottom: 100px;
}

.total-by-subscribe {
    width: 100%;
    margin: 90px auto 110px;
    padding: 20px 5px 20px 5px;
    text-align: center;
    background: #f9f6f5;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    font-size: 14px
}

.total-by-subscribe strong {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.total-by-subscribe a {
    color: #00000080
}

.total-by-subscribe a:hover {
    text-decoration: underline
}

.total-by-subscribe i {
    text-align: right;
    margin-top: -20px;
    display: block
}

.sa-block {
    margin-bottom: 15px
}

.main-filter .sa-block{
    margin-bottom: 85px
}

.sa-block.sa-block-white {
    border-radius: 6px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #fefefe
}

.sa-block.sa-block-white strong {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    color: #0479fc
}

.btn.btn-primary, .btn.btn-success, .btn.robokasskassa_payment_button {
    display: flex;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 34px;
    padding: 0 80px 0 10px;
    position: relative;
    align-items: center;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 250px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.top-nav-bar {
    margin-bottom: 15px;
    color: #000
}

.top-nav-bar .top-nav-row {
    padding: 0 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 40px
}

.top-nav-bar .top-nav-row .back-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.top-nav-bar .top-nav-row .search-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.top-nav-bar .top-nav-row .sort-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 600px) {
    .top-nav-bar .top-nav-row .back-nav {
        width: 10%
    }

    .top-nav-bar .top-nav-row .back-nav span {
        display: none
    }
}

.dynamic-over {
    position: absolute;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    margin-top: 4px;
    text-align: center
}

.dynamic-over input {
    border: 1px solid #d3d3d3;
    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.dynamic-over .icon-search {
    margin-left: -32px;
    position: absolute;
    top: 45%;
}

.container.loading {
    color: #0479fc;
    font-size: 24px
}

.container.loading span {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    color: #000
}

@media (max-width: 480px) {
    .dynamic-over {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -110px;
        margin-top: 4px;
        text-align: center
    }

    .dynamic-over input {
        width: 200px
    }

    .search-nav input {
        max-width: 180px
    }
}


body.show-sort-options .sort-hamburger-holder .sort-hamburger {
    background: #0479fc
}

body.show-sort-options .sort-hamburger-holder .sort-hamburger:before {
    margin-left: 3px;
    background: #0479fc
}

body.show-sort-options .sort-hamburger-holder .sort-hamburger:after {
    margin-left: 5px;
    background: #0479fc
}

.sort-nav.active .sort-hamburger-holder .sort-hamburger {
    background: #0479fc
}

.sort-nav.active .sort-hamburger-holder .sort-hamburger:before {
    margin-left: 3px;
    background: #0479fc
}

.sort-nav.active .sort-hamburger-holder .sort-hamburger:after {
    margin-left: 5px;
    background: #0479fc
}

.sort-menu {
    position: absolute;
    background: #f9f6f5;
    z-index: 110;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px;
    right: 0;
    top: -120px;
    display: none;
}
.container-sort-nav{
    position:relative;
}
.icon-check-sort.active{
    content: url(/images/filter_check.svg);
    font-family: 'Helvetica';
    position: absolute;
    top: 4px;
    left: -30px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000;
}
@media screen and (max-width:767px){
    body .auth-page .subscribe-status,
    body .auth-page .subscribe-data{
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 7px;
    }
    .auth-page .captcha-block{

    }
}

.sort-menu .sort-item-holder label {
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.sort-menu .sort-item-holder:not(:last-child){
    margin-bottom:20px;
}
.sort-menu .sort-item-holder input:checked + label {
    color: #0479fc;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.sort-menu .sort-item-holder i.active {
    color: #0479fc
}

.sort-hamburger-holder {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 20px;
    float: right;
    margin-top: 4px
}

.sort-hamburger-holder:hover .sort-hamburger {
    background: #0479fc
}

.sort-hamburger-holder:hover .sort-hamburger:before {
    background: #0479fc
}

.sort-hamburger-holder:hover .sort-hamburger:after {
    background: #0479fc
}

.sort-hamburger {
    width: 24px;
    background: #000;
    height: 3px;
    display: block;
    position: relative
}

.sort-hamburger:before {
    position: absolute;
    width: 18px;
    background: #000;
    height: 3px;
    top: 7px;
    display: block;
    content: '';
    transition: margin .2s ease
}

.sort-hamburger:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 14px;
    background: #000;
    height: 3px;
    display: block;
    margin-top: 4px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.mfp-wrap {
    top: 0;
    left: 0;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    height: 100vh !important
}

.mfp-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.mfp-container .mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mfp-container .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-container .mfp-align-top .mfp-container:before {
    display: none
}

.mfp-container .mfp-content {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-container .mfp-inline-holder .mfp-content, .mfp-container .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-container .mfp-ajax-cur {
    cursor: progress
}

.mfp-container .mfp-zoom-out-cur, .mfp-container .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-container .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-container .mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-container .mfp-close, .mfp-container .mfp-arrow, .mfp-container .mfp-preloader, .mfp-container .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-container .mfp-loading.mfp-figure {
    display: none
}

.mfp-container .mfp-hide {
    display: none !important
}

.mfp-container .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-container .mfp-preloader a {
    color: #ccc
}

.mfp-container .mfp-preloader a:hover {
    color: #fff
}

.mfp-container .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-container .mfp-s-error .mfp-content {
    display: none
}

.mfp-container button.mfp-close, .mfp-container button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-container button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-container .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #aaa;
    font-size: 46px;
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.mfp-container .mfp-close:hover, .mfp-container .mfp-close:focus {
    opacity: 1
}

.mfp-container .mfp-close:active {
    top: 1px
}

.mfp-container .mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-container .mfp-image-holder .mfp-close, .mfp-container .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-container .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-container .mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-container .mfp-arrow:active {
    margin-top: -54px
}

.mfp-container .mfp-arrow:hover, .mfp-container .mfp-arrow:focus {
    opacity: 1
}

.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-container .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-container .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-container .mfp-arrow-left {
    left: 0
}

.mfp-container .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-container .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-container .mfp-arrow-right {
    right: 0
}

.mfp-container .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-container .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-container .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-container .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-container .mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-container .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-container .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #000
}

.mfp-container img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto
}

.mfp-container .mfp-figure {
    line-height: 0
}

.mfp-container .mfp-figure:after {
    background: transparent
}

.mfp-container .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-container .mfp-figure figure {
    margin: 0
}

.mfp-container .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-container .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-container .mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-container .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-container .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-container .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-container .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-container .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-container .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-container .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-container .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-container .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-container .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-container .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-container .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.menu-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.menu-toggle span.secondary-lines {
    position: relative;
    width: 40px;
    height: 40px;
    transition-duration: 0s;
    transition-delay: .2s;
    transition: background-color .3s;
    display: block;
    z-index: 5
}

.menu-toggle span.secondary-lines:before {
    top: -4px;
    left: 18px;
    position: absolute;
    display: block;
    background: #fff;
    width: 4px;
    height: 4px;
    content: ''
}

.menu-toggle span.secondary-lines:after {
    top: 16px;
    left: 18px;
    position: absolute;
    display: block;
    background: #fff;
    width: 4px;
    height: 4px;
    content: ''
}

.menu-toggle span.main-lines {
    z-index: 4;
    background-color: #000
}

.menu-toggle span.main-lines:before, .menu-toggle span.main-lines:after {
    background-color: #000
}

.menu-toggle span.main-lines {
    margin: 0 auto;
    position: relative;
    top: 10px;
    transition-duration: 0s;
    transition-delay: .2s;
    transition: background-color .3s;
    width: 40px;
    height: 4px;
    display: block;
    opacity: 1
}

.menu-toggle span.main-lines:before, .menu-toggle span.main-lines:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    opacity: 1
}

.menu-toggle span.main-lines:before {
    margin-top: -10px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0
}

.menu-toggle span.main-lines:after {
    margin-top: 10px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0
}

.menu-toggle.active span.main-lines {
    background-color: rgba(0, 0, 0, 0);
    transition: .3s background-color
}

.menu-toggle.active span.main-lines:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0, .2s
}

.menu-toggle.active span.main-lines:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0, .2s
}

.menu-toggle.active span.main-lines:before, .menu-toggle.active span.main-lines:after {
    background-color: #1e90ff
}

#mobile-menu {
    display: none;
    left: -9999px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    top: 0
}

.show-menu .menu-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.show-menu .menu-toggle span.secondary-lines {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    transition-duration: 0s;
    transition-delay: .2s;
    transition: background-color .3s;
    z-index: 5
}

.show-menu .menu-toggle span.secondary-lines:before {
    top: -4px;
    left: 18px;
    position: absolute;
    display: block;
    background: #fff;
    width: 4px;
    height: 4px;
    content: ''
}

.show-menu .menu-toggle span.secondary-lines:after {
    top: 16px;
    left: 18px;
    position: absolute;
    display: block;
    background: #fff;
    width: 4px;
    height: 4px;
    content: ''
}

.show-menu .menu-toggle span.main-lines {
    z-index: 4;
    background-color: #000
}

.show-menu .menu-toggle span.main-lines:before, .show-menu .menu-toggle span.main-lines:after {
    background-color: #000
}

.show-menu .menu-toggle span.main-lines {
    margin: 0 auto;
    position: relative;
    top: 10px;
    transition-duration: 0s;
    transition-delay: .2s;
    transition: background-color .3s;
    width: 40px;
    height: 4px;
    display: block;
    opacity: 1
}

.show-menu .menu-toggle span.main-lines:before, .show-menu .menu-toggle span.main-lines:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    opacity: 1
}

.show-menu .menu-toggle span.main-lines:before {
    margin-top: -10px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0
}

.show-menu .menu-toggle span.main-lines:after {
    margin-top: 10px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0
}

.show-menu .menu-toggle.active span.main-lines {
    background-color: rgba(0, 0, 0, 0);
    transition: .3s background-color
}

.show-menu .menu-toggle.active span.main-lines:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0, .2s
}

.show-menu .menu-toggle.active span.main-lines:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0, .2s
}

.show-menu .menu-toggle.active span.main-lines:before, .show-menu .menu-toggle.active span.main-lines:after {
    background-color: #fff
}

.show-menu main, .show-menu #footer {
    display: none
}

.show-menu header#header {
    background: transparent
}

.show-menu header#header .logo-image {
    opacity: 0
}

.show-menu header#header .header-menu {
    display: none
}

.show-menu #mobile-menu {
    left: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.show-menu #mobile-menu nav {
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.show-menu #mobile-menu nav ul {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.show-menu #mobile-menu nav ul li {
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: -7px
}

.show-menu #mobile-menu nav ul li.active a {
    color: #fff
}

.show-menu #mobile-menu nav ul li a {
    font-size: 56px;
    color: #fff;
    text-transform: uppercase
}

.show-menu #mobile-menu nav ul li a:hover {
    color: #1e90ff
}

.show-menu #header {
    background: #fff
}

.show-menu .mob-menu-contacts {
    background-color: #111;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.show-menu .mob-menu-contacts a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 5px 0
}

.show-menu .mob-menu-contacts a:hover, .show-menu .mob-menu-contacts a:active {
    color: #1e90ff
}

@media (max-width: 767px) {
    .menu-toggle {
        left: -8px;
        top: -1px
    }

    .show-menu #mobile-menu nav ul li {
        margin-bottom: 30px;
        margin-left: -7px
    }

    .show-menu #mobile-menu nav ul li a {
        font-size: 32px
    }
}

.tab-data-holder div.data-block {
    display: none
}

.tab-data-holder div.data-block.active {
    display: flex
}

.top-bar {
    background: #fff;
    height: 80px;
    color: #0479fc;
    font-size: 20px
}

.top-bar a {
    color: #0479fc;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px
}

.top-bar a.top-link {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.top-bar a.top-link:hover {
    color: #0479fc
}

.top-bar .top-bar-wrapper {
    height: 80px
}

.top-bar .top-bar-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.top-bar .top-bar-links {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.top-bar i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.top-bar .top-sub-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background: #fee7e7;
    font-size: 14px;
    padding: 2px 10px;
    color: #000;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fee7e7
}

.top-bar .top-sub-btn:hover {
    color: #0479fc;
    background: #fff
}

@media (max-width: 767px) {
    .top-bar {
        height: 40px
    }

    .top-bar .top-bar-wrapper {
        height: 40px
    }
}

.menu-fixed-holder {
    height: 80px
}

.foot-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
    z-index: 9999;
    color: #aaa
}

.foot-bar .bottom-menu {
    height: 80px
}

.foot-bar a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #aaa;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.foot-bar a:hover, .foot-bar a.active {
    color: #0479fc
}

.foot-bar a i {
    font-size: 30px
}

.foot-bar a i.icon-info-circled-alt {
    font-size: 34px
}

.foot-bar a span {
    display: block;
    margin-top: 10px
}

@media (max-width: 767px) {
    .menu-fixed-holder {
        height: 70px
    }

    .foot-bar {
        font-size: 14px
    }

    .foot-bar .bottom-menu {
        height: 70px;
        padding: 0 15px
    }

    .foot-bar a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .foot-bar a i {
        font-size: 22px
    }

    .foot-bar a i.icon-info-circled-alt {
        font-size: 25px
    }

    .foot-bar a span {
        display: block;
        margin-top: 5px
    }
}

.auth-page .subscribe-status strong {
    color: #0479fc;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.auth-page h2.sub-title {
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #0479fc;
    font-size: 20px;
    margin-bottom: 10px
}

.auth-page .auto-payment i {
    color: #0479fc;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px
}

.auth-page label {
    width: 100%
}

.auth-page label span {
    display: none
}

.auth-page input {
    border: 2px solid #ebebeb;
    padding: 10px;
    width: 100%;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 4px
}

.auth-page p:not(.description-p) {
    max-width: 442px;
    width: 90%;
    padding: 4px;
    font-size: 14px;
    margin-bottom: 28px;
}

.auth-page p:not(.description-p) {
    position: absolute;
}

.bx-authform-content-container.description-p{
    margin-bottom: 10px;
    max-width: 442px;
    width: 100%;
    margin-bottom: 28px;
}

.auth-page .form-group,
.bx-system-auth-form form > input{
    margin-bottom: 10px;
    max-width: 442px;
    width: 100%;
}

.login-enter-wrap{
    align-self: end;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:768px){
    .login-enter-wrap{
        margin-top: 20px;
    }
    .register-confirm-wrap {
        margin-top: 20px;
    }
}

.remember-wrapper{
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 50px;
    max-width: 442px;
    width: 100%;
}

.auth-page .form-group span {
    display: none;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.auth-page .form-button input {
    background: transparent;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}

.auth-page .auth-links {
    margin-top: 20px
}

.auth-page .auth-links noindex {
    padding: 0;
    margin: 0
}

.auth-page .auth-links a {
    margin-bottom: 5px;
    display: block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00000080;
}

.auth-page .captcha-block {
    margin: 10px 0;
    border: 1px solid #0479fc;
    padding: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.page-home .main-title {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 36px
}

.image-menu-main {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.image-menu-main .image-menu-entry {
    color: #111;
    text-shadow: 1px 1px 1px 3px rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 24%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-menu-main .image-menu-entry:hover .img-over span {
    color: #0479fc
}

.image-menu-main .image-menu-entry .img-over {
    left: 15px;
    top: 15px;
    position: absolute
}

.image-menu-main .image-menu-entry .img-over span {
    font-size: 22px;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.image-menu-main .image-menu-entry img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    height: 101%;
    object-fit: cover;
    transition: transform .5s;
}
.auth-page.reset-page .alert{
    position: absolute;
    background: none;
    padding: 0;
    max-width:50%;
}
@media screen and (max-width:1200px){
    .auth-page.reset-page .alert{
        max-width:90%;
    }
}
@media screen and (max-width:768px){
    body .auth-page form, .auth-page .bx-authform{
        padding-top: 10px;
    }
    .auth-page.reset-page,
    .auth-page.register-page,
    .auth-page.login-page {
        height: 100%;
        padding-bottom: 0px;
    }
    .auth-page.reset-page .alert{
        position: relative;
    }
}

.auth-page.register-page .reg-form{
    padding-top: 10px!important;
}

.image-menu-main .image-menu-entry img:hover {
    transform:scale(1.02);
}

@media (max-width: 767px) {
    .image-menu-main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .image-menu-main .image-menu-entry {
        width: 48%;
        margin: 0 0 5px
    }

    .image-menu-main .image-menu-entry .img-over {
        left: 10px;
        top: 10px
    }

    .image-menu-main .image-menu-entry .img-over span {
        font-size: 16px;
        font-family: 'Helvetica';
        font-weight: bold;
        font-style: normal;
        font-display: swap
    }
}

.brands .app-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.brands .app-menu:nth-last-of-type(1) {
    border-bottom: 0
}

.brands .app-menu .brand-title {
    padding-left: 20px;
    color: #222;
    width: 100%;
}

.brands .app-menu .brand-count {
    padding-right: 20px;
    color: #777
}

@media (max-width: 480px) {
    .brands .app-menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
        font-size: 15px
    }

    .brands .app-menu:nth-last-of-type(1) {
        border-bottom: 0
    }

    .brands .app-menu .brand-title {
        padding-left: 10px
    }

    .brands .app-menu .brand-count {
        padding-right: 10px
    }
}

.components .top-nav-bar .container {
    padding: 0
}

.components .top-nav-bar .top-nav-row .search-nav {
    text-align: left
}

.components .top-nav-bar .top-nav-row .search-nav input {
    width: 100%
}

.components .component-entry {
    width: 48.5%;
    padding: 10px 0;
    border-bottom: 1px solid black;
}
.components .component-entry .component-name-en .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.components .component-entry .component-name-en .text:before{
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    margin-right: 5px;
    background-color: black;
}
.components .component-entry .component-name-ru .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.4;
    margin-left: 15px;
}
.components .component-entry:not(:nth-child(2n)){
    margin-right: 3%;
}
@media screen and (max-width:900px){
    .components .component-entry {
        width: 100%;
    }
    .components .component-entry:not(:nth-child(2n)){
        margin-right: 0;
    }
}

.components .component-entry a {
    display: block
}

.components .component-entry a.review-entry-blocked {
    cursor: not-allowed;
    opacity: .5
}

.components .component-entry a.review-entry-blocked i.icon-lock {
    font-size: 22px;
    color: #aaa;
    float: right;
    position: absolute;
    right: 0;
    bottom: 5px
}

.components .component-entry .component-short-desc {
    display: block;
    margin-top: 10px
}

.component-details {
    margin: 20px 0
}

.component-details .component-details-entry {
    margin-bottom: 20px
}

.component-details .component-header {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    display: inline-block
}

.component-details .component-text {
    display: inline
}

@media (max-width: 480px) {
    .components .component-entry {
        padding: 6px 0
    }

    .components .component-entry div {
        margin: 0
    }

    .components .component-entry div div.text {
        font-size: 14px;
        max-width: calc(100% - 20px);
        overflow: hidden
    }

    .components .component-entry div div.text:after {
        content: "...";
        display: inline-block;
        vertical-align: top
    }

    .components .component-entry .component-short-desc {
        margin-top: 10px
    }
}

.component-notice {
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#panel{
    position: absolute;
    width: 100%;
}

.component-notice a {
    display: block;
    width: 100%;
    height: 40px
}

.favorite-holder {
    position: absolute;
    bottom: 30px;
    right: 10px;
    font-size: 20px;
}

.container.profile-buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: end;
    margin-top: auto;
    margin-bottom: 40px;
}
@media screen and (max-width:768px){
    .container.profile-buttons{
        margin-top: 20px;
    }
    .favorite-holder {
        right: 8px;
        font-size: 15px;
    }
    .auth-page p:not(.description-p) {
        position: unset;
    }
}

.icon-heart, .icon-heart-empty {
    color: #eb3f79;
    font-size: 15px
}

.icon-heart.icon-heart-big, .icon-heart-empty.icon-heart-big {
    font-size: 20px
}

.st-page h1 {
    line-height: 1.1em
}

.st-page h1, .st-page h2, .st-page h3 {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.st-page p {
    margin: 0 0 19px
}

.st-page strong {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.st-page ul {
    margin: 10px 0 25px
}

.st-page ul li:before {
    content: "—";
    margin-right: 4px
}

.sa-about-img {
    max-width: 400px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 480px) {
    .sa-about-img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        float: none
    }
}

.reviews .review-fresh {
    background: #cbcbcb;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
    font-size: 12px;
    border-bottom-left-radius: 3px
}

.reviews .detail-section .container {
    margin-top: 20px
}

.reviews .review-entry {
    color: black;
    border: 1px solid black;
    margin-bottom: 16px;
    width: 49.6%;
    background-color: #f9f6f5;
    height: 122px;
}

.reviews .review-entry.review-entry-blocked {
    cursor: not-allowed;
    opacity: .5
}

.reviews .review-entry.review-entry-blocked i.icon-lock {
    font-size: 22px;
    color: #aaa
}

.reviews .review-entry .image-holder {
    max-width: 200px
}

.reviews .review-entry .review-entry-right-part {
    padding: 20px 20px 20px 0
}

.reviews .review-entry .review-data {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.reviews .review-entry .review-header {
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    color: #000
}

.reviews .review-entry .review-short-desc {
    margin-top: 15px;
    font-size: 16px;
    flex-grow: 1
}

.reviews .review-entry .review-data-footer {
    margin-top: 10px
}

.reviews .review-entry .review-data-footer .rating {
    margin-left: 20px;
    align-items: flex-end;
    display: flex;
}

.reviews .review-entry .review-data-footer .rating i {
    color: #919191
}


@media (max-width: 767px) {
    .reviews .review-entry {
        flex-wrap: nowrap !important;
        width: 100%
    }

    .reviews .review-entry .image-holder {
        max-width: 200px
    }

    .reviews .review-entry .w-25.review-entry-left-part {
        width: 20%
    }

    .reviews .review-entry .review-entry-right-part.w-70 {
        padding: 10px 10px 10px 0;
        width: 75%
    }

    .reviews .review-entry .review-data {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    .reviews .review-entry .review-header {
        font-family: 'Helvetica';
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 16px
    }

    .reviews .review-entry .review-short-desc {
        margin-top: 15px;
        font-size: 16px;
        flex-grow: 1
    }

    .reviews .review-entry .review-data-footer {
        margin-top: 10px
    }

    .reviews .review-entry .review-data-footer .rating {
        margin-left: 20px
    }

    .reviews .review-entry .review-data-footer .rating i {
        color: #919191
    }
}

@media (max-width: 480px) {
    .reviews .review-entry {
        padding: 0;
        width: 100%
    }

    .reviews .review-entry .image-holder {
        width: 90px;
        height: 90px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews .review-entry .image-holder img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        max-width: 100%;
        height: auto
    }

    .reviews .review-entry:hover .review-short-desc span {
        color: #0479fc
    }

    .reviews .review-entry .w-25.review-entry-left-part {
        width: 90px
    }

    .reviews .review-entry .review-entry-right-part.w-70 {
        padding: 10px 0 10px 0;
        width: calc(100% - 90px)
    }

    .reviews .review-entry .review-data {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    .reviews .review-entry .review-short-desc {
        margin-top: 10px;
        font-size: 16px;
        flex-grow: 1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }

    .reviews .review-entry .review-short-desc span {
        font-size: 13px
    }

    .reviews .review-entry .review-data-footer {
        margin-top: 5px
    }

    .reviews .review-entry .review-data-footer .country {
        font-size: 13px
    }

    .reviews .review-entry .review-data-footer .rating {
        font-size: 13px;
        margin-left: 10px
    }

    .reviews .review-entry .review-data-footer .rating i {
        color: #919191;
        display: inline-block;
        vertical-align: top;
        margin-top: 0
    }

    .reviews .review-entry .review-header {
        position: relative;
        font-size: 15px;
        max-width: 90%;
        max-height: 42px;
        overflow: hidden;
        margin-top: 0
    }

    .reviews .review-entry .review-header span {
        font-size: 16px;
        line-height: 1.1em;
        font-family: 'Helvetica';
        font-weight: 500;
        font-style: normal;
        font-display: swap
    }

    .reviews .review-entry .review-short-desc {
        margin-top: 2px;
        max-width: 90%;
        line-height: 1em;
        max-height: 32px;
        overflow: hidden
    }
}

.subscription-page .notice {
    margin: 0 0 30px;
    opacity: .7
}

.subscription-page .price-option {
    margin: 10px auto;
    padding: 10px 20px;
    width: 300px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #aaa;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}

.subscription-page .price-option:hover {
    background: rgba(4, 121, 252, 0.1);
    /*border: 1px solid #0479fc*/
}

.subscription-page .price-option .first-line {
    color: #000;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.subscription-page .price-option .second-line {
    color: #aaa;
    font-size: 15px
}

.subscription-page .price-option.price-option-1 {
    background: #ccd9d0
}

.subscription-page .price-option.price-option-2 {
    background: #efe1e0
}

.subscription-page .price-option.price-option-3 {
    background: #fee6e6
}

.subscription-page .menu-bottom {
    margin: 30px 0 0
}

.subscription-page .menu-bottom li {
    margin-bottom: 10px
}

.subscription-page .order-make {
    text-decoration: none
}

.my-cart .bx-soa-cart-total, .my-cart .bx-soa-info-shower {
    display: none !important
}

.product-detail.component-detail .favorite-holder {
    position: relative;
    margin-top: 0
}

.product-detail.component-detail .favorite-holder i {
    margin-left: 15px;
    font-size: 16px
}

.product-detail h1.product-title {
    background: #aaa;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 20px;
    font-size: 24px
}

.product-detail .favorite-holder {
    top: 0;
    margin-top: 80px;
    position: absolute;
    right: 20px
}

.product-detail .favorite-holder i {
    font-size: 32px
}

.product-detail h3 {
    font-size: 20px;
    background: #aaa;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 12px
}

.product-detail p.short-desc {
    margin-top: 10px;
    text-align: center
}

.product-detail p {
    margin: 15px 0;
    padding: 5px
}

.product-detail .image-holder {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.product-detail .rating-detail {
    background: #aaa;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    display: inline
}

.product-detail .product-features {
    margin-top: 25px
}

.product-detail .product-features .features-entry {
    padding: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 15px 0
}

.product-detail .product-features .features-entry div:nth-child(1) {
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #aaa
}

.product-detail .reviews {
    margin-top: 25px
}

@media (max-width: 768px) {
    .product-detail h1.product-title {
        font-size: 16px
    }

    .product-detail h3 {
        font-size: 16px;
        padding: 6px 8px
    }

    .product-detail p.short-desc {
        font-size: 15px
    }

    .product-detail .right {
        position: relative
    }

    .product-detail .favorite-holder {
        position: absolute;
        right: auto;
        left: 5px;
        margin-top: 0
    }

    .product-detail .favorite-holder i {
        font-size: 24px
    }

    .product-detail .image-holder img {
        max-height: 200px
    }

    .product-detail .rating-detail {
        background: #aaa;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
        display: inline
    }

    .product-detail .product-features {
        margin-top: 25px
    }

    .product-detail .product-features .features-entry {
        padding: 2px;
        font-size: 14px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 4px 0
    }

    .product-detail .product-features .features-entry div:nth-child(1) {
        font-family: 'Helvetica';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        color: #aaa
    }

    .product-detail .detail-section {
        font-size: 14px;
        line-height: 1.1em
    }
}

.component-detail h1.product-title {
    background: #aaa;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 20px;
    font-size: 24px
}

.component-detail .favorite-holder {
    top: 0;
    margin-top: 60px;
    position: absolute;
    right: 20px
}

.component-detail .favorite-holder i {
    font-size: 32px
}

.component-detail h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.component-detail p.short-desc {
    margin-top: 10px;
    text-align: center
}

.container.component-detail{
    margin-top:25px;
    margin-bottom:25px;
}
.product-page.brands.brands-list.product-filter{
    padding-bottom:100px;
}

@media screen and (min-width:1200px){
    .container.component-detail{
        padding:0;
    }
}
.detail-section-ingredient-active > *,
.detail-section-ingredient > *{
    padding-left: 10px;
}

.detail-section-ingredient{
    border-bottom:1px solid black;
    margin-bottom:25px;
}

.component-detail p {
    margin-top:15px;
    margin-bottom:15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.component-detail .image-holder {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.component-detail .rating-detail {
    background: #aaa;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    display: inline
}

.component-detail .product-features {
    margin-top: 25px
}

.component-detail .product-features .features-entry {
    padding: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 15px 0
}

.component-detail .product-features .features-entry div:nth-child(1) {
    font-family: 'Helvetica';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #aaa
}

.component-detail-page .reviews {
    margin-top: 25px
}

@media (max-width: 768px) {
    .dynamic-over .icon-search {
        top: 60%;
    }
    .component-detail h1.product-title {
        font-size: 16px
    }

    .component-detail h3 {
        font-size: 16px;
        padding: 5px 5px 0;
    }

    .component-detail p.short-desc {
        font-size: 15px;
        margin-top: 5px
    }

    .component-detail p {
        margin: 5px 0;
        padding: 0 5px;
    }

    .component-detail .right {
        position: relative
    }

    .component-detail .favorite-holder {
        position: absolute;
        right: auto;
        left: 5px;
        margin-top: 0
    }

    .component-detail .favorite-holder i {
        font-size: 24px
    }

    .component-detail .image-holder img {
        max-height: 200px
    }

    .component-detail .rating-detail {
        background: #aaa;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
        display: inline
    }

    .component-detail .product-features {
        margin-top: 25px
    }

    .component-detail .product-features .features-entry {
        padding: 2px;
        font-size: 14px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 4px 0
    }

    .component-detail .product-features .features-entry div:nth-child(1) {
        font-family: 'Helvetica';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        color: #aaa
    }

    .component-detail .detail-section {
        font-size: 14px;
        line-height: 1.1em
    }
}

.app-menu.list-entry .review-fresh {
    background: #cbcbcb;
    color: #fff;
    position: absolute;
    right: 38px;
    top: 10px;
    padding: 0 3px;
    font-size: 12px;
    border-bottom-left-radius: 3px;
}

.brands .app-menu {
    position: relative;
}

.smart-filter-block {
    height: auto !important;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
a:visited:hover{
    color:black;
}
.main-filter .expanded.filter-set.bx-active .filter-restricted, .main-filter .expanded.filter-set .filter-restricted, .main-filter .expanded.filter-not-set .filter-restricted{
    background-color: #f4e9df;
    top: 20px;
    height: calc(100% - 20px);
    left:0;
    opacity:1;
}
.main-filter .expanded.filter-set.bx-active .form-check{
    z-index:101;
}
@media screen and (min-width: 767px){
.smart-filter-block {
    height: auto !important;
    margin-left: 10px;
    margin-right: 10px;
}
}
@media screen and (max-width: 767px){
    .main-filter .expanded.filter-set.bx-active .filter-restricted, .main-filter .expanded.filter-set .filter-restricted, .main-filter .expanded.filter-not-set .filter-restricted {
        top: 10px;
        height: calc(100% - 10px);
    }
    .main-filter .filters-list-box .smart-filter-parameters-box-title-text{
        font-size: 16px;
        line-height: 18px;
    }
    .filters-list-box .smart-filter-angle .smart-filter-angles:before,
    .filters-list-box .smart-filter-angle .smart-filter-angles:after{
        width: 10px;
        height: 1px;
    }
    .filters-list-box .smart-filter-angle .smart-filter-angles:after{
        margin-left: 6px;
    }
    .bread-crumb.container span{
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
    }
    .filter-breadcrumb .btn-filter{
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
    }
    .bread-crumb{
        height: 49px;
    }
    .smart-filter-checkbox-text, .smart-filter-dropdown-text{
        font-weight: 400;
        font-size: 14px!important;
        line-height: 16px;
    }
    .smart-filter-parameters-box-container .rating-spell-info,
    .main-filter .strict-group input + label.strict-label{
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    .smart-filter-buttons-holder .btn.btn-reset, .smart-filter-buttons-holder .btn.btn-link-submit, #set_filter{
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
    .smart-filter-parameters-box-container .form-check:first-child{
        margin-top: 10px;
    }
    .smart-filter-parameters-box-container .form-check.strict-group{
        min-height: auto;
        margin-bottom:0;
    }
    .smart-filter-parameters-box-container .form-check.strict-group .intm strict-label{
        margin: 30px 0 0 0;
    }
    .image-menu-main > div,
    .image-menu-main > a{
        height: 22vh!important;
    }
    .prime-logo-wrapper .prime-logo picture img{
        display:none;
    }
    .prime-logo-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .prime-logo-wrapper .prime-logo picture source{
        height: 30px;
        width: 195px;
        display: block;
        background: url(/bitrix/templates/skinadvisor/images/Skin_Advisor_Logo.svg) no-repeat center center;
    }
    .review-list-breadcrumb .sort-hamburger-holder {
        font-size: 20px;
        line-height: 23px;
    }
    .sort-menu .sort-item-holder label{
        font-size: 12px;
        line-height: 14px;
    }
    .sort-menu .sort-item-holder:not(:last-child) {
        margin-bottom: 10px;
    }
    .sort-menu{
        padding:23px;
    }
    .container .dynamic-over.search-over span{
        /* font-size: 12px;
        line-height: 14px; */
        font-size: 20px;
        line-height: 100%; 
    }
    .container .dynamic-over.search-over {
        padding: 15px 0 20px 0;
    }
    .dynamic-over .icon-search{
        top: calc( 45% + 3px);
         /*top: calc( 60% + 3px);*/
    }
    .container .dynamic-over.search-over #top-search {
        margin-top: 2px;
    }
    .component-detail-page .reviews {
        margin-top: 0;
    }
    .detail-section-ingredient{
        margin-bottom: 0;
    }
    .container.component-detail{
        margin-top: 0;
        margin-bottom: 0;
    }
    body .auth-page input{
        margin-bottom: 7px;
    }
    .auth-page .form-group, .bx-system-auth-form form > input{
        margin-bottom:0;
    }
}
@media (max-width: 767px) {
    .container.component-detail {
        padding: 0;
    }
    .detail-section-ingredient h3,
    .detail-section-ingredient p,
    .detail-section-ingredient-active h3{
        padding-left:20px;
        padding-right:20px;
    }
    .bread-crumb {
        min-height: 49px;
        height: auto!important;
    }
}

.description-eng.desktop-description,
.description-ru.desktop-description{
    display: block;
}
.description-eng.mobile-description,
.description-ru.mobile-description{
    display: none;
}
@media (max-width: 767px) {
    .description-eng.desktop-description,
    .description-ru.desktop-description{
        display: none;
    }
    .description-eng.mobile-description,
    .description-ru.mobile-description{
        display: block;
    }
    .container.filter-container{
        padding-left:0;
        padding-right:0;
    }
    .smart-filter-buttons-holder .btn.btn-link-submit, .smart-filter-buttons-holder .btn.btn-link{
        height: 28px;
    }
    .main-filter .filters-list-box .smart-filter-parameters-box-title-text:before{
        margin-right: 3px;
    }
    .main-filter .smart-filter-parameters-box:nth-last-of-type(1){
        border-bottom: 1px solid #000000;
    }
    .form-group.logout{
        margin-top: 20px;
    }
}
.bx-soa-coupon{
    display:none;
}

.detail-left-bottom-right{
    width: 100%;
}

.news-detail.container tr, .news-detail.container td, .news-detail.container th{
    border: 1px solid black;
    padding:10px;
}
.news-detail.container ul{
    list-style: disc;
    padding-left: 20px;
}

.news-detail.container table{
    max-width: 100%;
    overflow-x: scroll;
    display: block;
}

.news-detail.container table::-webkit-scrollbar {
    display: none;
}

.news-detail.container table {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.detail-body{
    position: relative;
}

.detail-body:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 5%;
    background: url(/bitrix/templates/skinadvisor/images/logo_water_mark.svg) 0 0 repeat;
    background-repeat: space;
    transform: rotate(30deg);
}

.news-detail b, .news-detail strong{
    font-weight: bolder;
}

.news-list .ajax-pager-wrap{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-list #articles-loader {
    border: 1px solid #f4e9df;
    border-radius: 50%;
    border-top: 1px solid #080808bf;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: articles-spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes articles-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes articles-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cart .back-to-selection{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
@media screen and (min-width: 1140px){
    .filters-list-box{
        z-index: 999;
        position: relative;
    }
}
.sa-telegram img{
    width: 60px;
    margin-bottom: 100px;
}

.menu-entry-compatability .coming-soon-overlay{
    position: absolute;
    top: 33px;
    height: 30px;
    background-color: #f9f6f5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
@media screen and (max-width: 767px) {
    .image-menu-main .image-menu-entry.menu-entry-compatability{
        display: flex;
        flex-direction: column;
    }

    .image-menu-entry.menu-entry-compatability .menu-img-wrapper{
        width: 100%;
        display:block;
    }

    .image-menu-entry.menu-entry-compatability .menu-title-wrapper{
        width: 100%;
        padding-left: 10px;
        margin-top: 20px;
    }
    .menu-entry-compatability .coming-soon-overlay{
        top: calc(45% - 30px);
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
}

.compatibility_left input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    width:0;
    height: 0;
}

.container.profile-buttons .profile-buttons{
    margin-top: 20px;
}
.container.profile-buttons .profile-buttons .reset-compatibility{
    font-size: 12px;
}
#gift_form{
    margin-top: 20px;
}
#gift_form > .form-group{
    display: flex;
    justify-content: center;
}

section.st-page,
.news-list.container,
.reviews.reviews-dynamic:last-of-type
{
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .detail-left-bottom-left,
    .detail-left-bottom-right{
        height: 28vh;
        overflow-y: scroll;
    }
}

.image-marker > svg {
    fill: #9b9b9b;
}