@charset "utf-8";@import url('https://fonts.googleapis.com/css?family=Manrope:400,700%7CWhisper:400&subset=cyrillic');
/***!  /templates/ushell/css/style.css?ver_1.29  !***/

/* normalize.css v8.0.0 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* grid */

.container {
    margin: 0px auto;
    width: 1140px;
}

*[class*="columns"] {
    display: flex;
    flex-wrap: wrap;
}

*[class*="columns"] .wrapper,
*[class*="cell"] .wrapper {
    box-sizing: border-box;
    padding: 15px;
}

*[class*="columns"] .wrapper>*,
*[class*="cell"] .wrapper>* {
    flex-grow: 1;
}

.columns-1>* {
    width: calc(100%/1);
}

.columns-2>* {
    width: calc(100%/2);
}

.columns-3>* {
    width: calc(100%/3);
}

.columns-4>* {
    width: calc(100%/4);
}

.columns-5>* {
    width: calc(100%/5);
}

.columns-6>* {
    width: calc(100%/6);
}

.cell-1-2 {
    width: calc(100%/2);
}

.cell-1-3 {
    width: calc(100%/3);
}

.cell-2-3 {
    width: calc(100%/3*2);
}

.cell-1-4 {
    width: calc(100%/4);
}

.cell-2-4 {
    width: calc(100%/4*2);
}

.cell-3-4 {
    width: calc(100%/4*3);
}

.cell-1-5 {
    width: calc(100%/5);
}

.cell-2-5 {
    width: calc(100%/5*2);
}

.cell-3-5 {
    width: calc(100%/5*3);
}

.cell-4-5 {
    width: calc(100%/5*4);
}

.cell-1-6 {
    width: calc(100%/6);
}

.cell-2-6 {
    width: calc(100%/6*2);
}

.cell-3-6 {
    width: calc(100%/6*3);
}

.cell-4-6 {
    width: calc(100%/6*4);
}

.cell-5-6 {
    width: calc(100%/6*5);
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    *[class*="columns"] .wrapper,
    *[class*="cell"] .wrapper {
        padding: 10px;
    }

}

@media (max-width: 991px) {
    .container {
        width: 720px;
    }

    .sheet__module.cell-1-4,
    .sheet__module.cell-1-4+.sheet__page-content {
        width: calc(100%/1);
    }

    .columns-4>*,
    .cell-1-4 {
        width: calc(100%/3);
    }

    .cell-3-4 {
        width: calc(100%/3*2);
    }
}

@media (max-width: 767px) {
    .container {
        width: 540px;
    }

    .columns-2>* {
        width: calc(100%/1);
    }

    .columns-3>* {
        width: calc(100%/2);
    }

    .columns-4>* {
        width: calc(100%/2);
    }

    .columns-5>* {
        width: calc(100%/2);
    }

    .columns-6>* {
        width: calc(100%/3);
    }

    .cell-1-2 {
        width: calc(100%/1);
    }

    .cell-1-3 {
        width: calc(100%/2);
    }

    .cell-2-3 {
        width: calc(100%/1);
    }

    .cell-1-4 {
        width: calc(100%/2);
    }

    .cell-2-4 {
        width: calc(100%/1);
    }

    .cell-3-4 {
        width: calc(100%/1);
    }

    .cell-1-5 {
        width: calc(100%/2);
    }

    .cell-2-5 {
        width: calc(100%/2);
    }

    .cell-3-5 {
        width: calc(100%/1);
    }

    .cell-4-5 {
        width: calc(100%/1);
    }

    .cell-1-6 {
        width: calc(100%/3);
    }

    .cell-2-6 {
        width: calc(100%/2);
    }

    .cell-3-6 {
        width: calc(100%/1);
    }

    .cell-4-6 {
        width: calc(100%/1);
    }

    .cell-5-6 {
        width: calc(100%/1);
    }
}

@media (max-width: 575px) {
    .container {
        width: 100%;
    }

    .columns-3>* {
        width: calc(100%/1);
    }

    .columns-4>* {
        width: calc(100%/1);
    }

    .columns-5>* {
        width: calc(100%/1);
    }

    .columns-6>* {
        width: calc(100%/2);
    }

    .cell-1-3 {
        width: calc(100%/1);
    }

    .cell-1-4 {
        width: calc(100%/1);
    }

    .cell-1-5 {
        width: calc(100%/1);
    }

    .cell-2-5 {
        width: calc(100%/1);
    }

    .cell-1-6 {
        width: calc(100%/2);
    }

    .cell-2-6 {
        width: calc(100%/1);
    }
}

/* project styles */

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

header {
    background-color: #25292D;
}

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

nav {
    background-color: #161A1F;
    z-index: 1;
}

p {
    margin: 10px 0px;
}

p:first-child {
    margin-top: 0px;
}

blockquote {
    margin: 20px 0px;
    padding: 25px;
    background-color: #F3F3F3;
    border-radius: 5px;

}

blockquote p {
    margin: 0px;
}

ul,
ol {
    margin: 10px 0px;
    padding: 0px 0px 0px 40px;
}

a {
    color: #E7332A;
    transition: color 0.3s;
}

a:hover {
    color: #BF1421;
}

h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 22px;
    }
}

h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 125%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 15px;
    }
}

h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    h5 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    h5 {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    h6 {
        font-size: 15px;
    }
}

p+h2,
p+h3,
ul+h2,
ul+h3,
ol+h2,
ol+h3 {
    margin-top: 20px;
}

p+h4,
p+h5,
p+h6,
ul+h4,
ul+h5,
ul+h6,
ol+h4,
ol+h5,
ol+h6 {
    margin-top: 15px;
}

section {
    padding: 100px 0px;
}

@media (max-width: 1199px) {
    section {
        padding: 90px 0px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 80px 0px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 60px 0px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 10px;
    }
}

section+section {
    padding-top: 0px;
}

.content-section__wrapper {
    background-size: cover;
    background-position: center;
}

.headline {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .headline {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .headline {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .headline {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .headline {
        margin-bottom: 10px;
    }
}

.heading {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .heading {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .heading {
        font-size: 22px;
    }
}

.heading h1,
.heading h2 {
    margin: 0px;
}

.breadcrumb__container {
    margin-bottom: -60px;
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .breadcrumb__container {
        margin-bottom: -30px;
        padding-left: 10px;
    }
}

.sheet__page-content .heading {
    text-align: left;
}

.subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    margin-top: 20px;
    color: #828282;
}

@media (max-width: 1199px) {
    .subtitle {
        font-size: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .subtitle {
        font-size: 14px;
    }
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    background-color: #E7332A;
    border: 0px solid transparent;
    color: #FFFFFF;
    line-height: 125%;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
}

@media (max-width: 991px) {
    .button {
        padding: 12px 15px;
    }
}

.button:hover {
    color: #FFFFFF;
    background-color: #BF1421;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=date],
input[type=datetime],
input[type=time],
input[type=month],
input[type=week],
input[type=search],
input[type=number],
select,
textarea {
    width: 100%;
    line-height: 150%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    appearance: none
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.mce-content-body {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0px auto;
}

#system-message {
    border: 1px solid rgba(248, 171, 53, 0.5);
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(248, 171, 53, 0.2);
    margin: 0px;
    display: flex;
}

#system-message>div:first-child {
    display: none;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 75px 0px 20px;
}

@media (max-width: 991px) {
    .header-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .header-content {
        padding: 65px 0px 20px;
    }
}

@media (max-width: 575px) {
    .header-content {
        padding: 65px 10px 20px;
    }
}

@media (max-width: 991px) {
    .header-content .module {
        order: 4;
        margin-top: 30px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-content .module {
        margin-top: 0px;
    }
}

.company-information {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .company-information {
        margin-bottom: 20px;
    }
}

.company-information__link {
    text-decoration: none;
}

.company-information__logo {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
    .company-information__logo {
        width: 48px;
        height: 48px;
    }
}

.company-information__unit {
    margin-left: 15px;
}

@media (max-width: 991px) {
    .company-information__unit {
        margin-left: 10px;
    }
}

.company-information__name {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    line-height: 125%;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .company-information__name {
        font-size: 20.5px;
    }
}

@media (max-width: 991px) {
    .company-information__name {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .company-information__name {
        font-size: 20.5px;
        white-space: nowrap;
    }
}

.company-information__tagline {
    font-family: 'Whisper', sans-serif;
    font-weight: normal;
    line-height: 100%;
    color: #E7332A;
    font-size: 27px;
}

@media (max-width: 1199px) {
    .company-information__tagline {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .company-information__tagline {
        font-size: 18px;
        margin-top: 1px;
    }
}

@media (max-width: 575px) {
    .company-information__tagline {
        font-size: 20px;
    }
}

.additionally-information {
    display: flex;
}

@media (max-width: 767px) {
    .additionally-information {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .additionally-information+.additionally-information {
        display: none;
    }
}

.additionally-information__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .additionally-information__icon {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }
}

@media (max-width: 575px) {
    .additionally-information__icon {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
}

.additionally-information__text {
    display: flex;
    font-weight: normal;
    line-height: 150%;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .additionally-information__text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .additionally-information__text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .additionally-information__text {
        font-size: 14px;
    }
}

.additionally-information__text>*:nth-child(2n) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #6B7888;
}

@media (max-width: 767px) {
    .additionally-information__text>*:nth-child(2n) {
        margin-left: 10px;
        padding-left: 10px;
    }
}

.contacts-information {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 991px) {
    .contacts-information {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .contacts-information {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .contacts-information {
        position: absolute;
        right: 0px;
    }
}

.contacts-information__wrapper {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .contacts-information__wrapper {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .contacts-information__wrapper {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .contacts-information__wrapper {
        margin-right: 0px;
        margin-left: 10px;
        order: 5;
    }
}

.contacts-information__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .contacts-information__icon {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
}

@media (max-width: 991px) {
    .contacts-information__icon {
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .contacts-information__icon {
        width: 32px;
        height: 32px;
        border: 2px solid #E7332A;
        padding: 4px;
        display: flex;
        border-radius: 50%;
        margin-right: 0px;
    }

    .contacts-information__icon a {
        display: flex;
    }

    .contacts-information__icon a img {
        width: 20px;
        height: 20px;
    }
}

.contacts-information__messenger-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    box-sizing: border-box;
}

.contacts-information__messenger-icon:last-child {
    margin-right: 0px;
}

.contacts-information__messenger-icon-wrapper {
    padding: 3px;
    border-radius: 50%;
    display: flex;
}

.contacts-information__messenger-icon+.contacts-information__text {
    margin-left: 5px;
}

.contacts-information__text {
    display: flex;
}

@media (max-width: 767px) {
    .contacts-information__text {
        display: none;
    }
}

.contacts-information__text a {
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px dotted #6B7888;
}

@media (max-width: 1199px) {
    .contacts-information__text a {
        font-size: 14px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}

table+* {
    margin-top: 20px;
}

table td {
    border: 1px solid #CDCDCD;
    padding: 10px;
    background-color: #FFFFFF;
    line-height: 125%;
}

@media (max-width: 575px) {
    table td {
        font-size: 13px;
        padding: 8px;
    }
}

table tr:first-child td {
    font-weight: bold;
}

table tr:nth-child(2n) td {
    background-color: #F3F3F3;
}

table tr:first-child td p {
    margin: 0px;
}

.table-block {
    width: 100%;
    overflow: auto;
}

@media (max-width: 767px) {
    .table-block {
        max-width: calc(100vw - 40px);
    }
}

.table-block+* {
    margin-top: 20px;
}

.reset-form {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .reset-form {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .reset-form {
        padding: 20px;
    }
}

footer {
    background-color: #161A1F;
    color: #FFFFFF;
}

.footer-content {
    padding: 50px 0px;
}

@media (max-width: 991px) {
    .footer-content {
        padding: 40px 0px;
    }
}

@media (max-width: 767px) {
    .footer-content {
        padding: 30px 0px;
    }
}

@media (max-width: 575px) {
    .footer-content {
        padding: 20px 10px;
        box-sizing: border-box;
    }
}

.footer-content p {
    margin: 0px;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .footer-socials {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .footer-socials {
        max-width: 60%;
        flex-wrap: wrap;
    }
}

.footer-socials__item {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin-right: 10px;
    transition: opacity 0.3s;
}

@media (max-width: 575px) {
    .footer-socials__item {
        margin-bottom: 10px;
    }
}

.footer-socials__item-wrapper {
    padding: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.footer-socials__item:last-child {
    margin-right: 0px;
}

.footer-socials__item:hover {
    opacity: 0.7;
}

.footer-nav {
    background-color: #25292D;
    margin-top: auto;
}

.footer-menu {
    -moz-column-count: 3;
    column-count: 3;
    color: #E7332A;
}

@media (max-width: 575px) {
    .footer-menu {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.footer-menu a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-politics-menu a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}

.top-button {
    position: fixed;
    background-color: #161A1F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    bottom: 30px;
    right: 100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.top-button:hover {
    background-color: #424242;
}

.top-button.m--active {
    visibility: visible;
    opacity: 1;
}

.top-button img {
    width: 30px;
    height: 30px;
}

/* top menu styles */

.top-menu__burger {
    display: none;
}

@media (max-width: 991px) {
    .top-menu__burger {
        display: flex;
        padding: 15px 0px;
        margin: 0px 10px !important;
    }

    @media (max-width: 575px) {
        .top-menu__burger {
            padding: 15px 10px;
        }
    }

    .top-menu__burger-icon {
        width: 24px;
        height: 24px;
        background-image: url(https://aimore.ru/templates/ushell/images/menu.svg);
        margin-right: 15px;
    }

    .top-menu__burger-text {
        color: #FFFFFF;
    }
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .top-menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
    }

    @media (max-width: 575px) {
        .top-menu {
            padding: 0px 10px;
        }
    }

    .top-menu.m--active {
        display: flex;
    }
}

.top-menu__item {
    padding: 15px 0px;
    line-height: 175%;
    margin-right: 12px;
}

.top-menu__item:last-child {
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .top-menu__item {
        font-size: 14px;
        margin-right: 7px;
    }
}

@media (max-width: 991px) {
    .top-menu__item {
        box-sizing: border-box;
        padding: 10px 12px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-menu__item:last-child {
        padding: 10px 12px 25px;
    }

    .top-menu__item a {
        display: flex;
        width: 100%;
    }
}

.top-menu__item a,
.top-menu__item span {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.top-menu__item a:hover,
.top-menu__item span:hover {
    color: #E7332A;
}

.top-menu__item .separator {
    display: flex;
    align-items: center;
}

.top-menu__item .separator img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

@media (max-width: 1199px) {
    .top-menu__item .separator img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 991px) {
    .top-menu__item .separator img {
        width: 24px;
        height: 24px;
    }
}

.top-menu__sub-menu {
    background-color: #586370;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-left: -20px;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .top-menu__sub-menu {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .top-menu__sub-menu {
        position: absolute;
        padding: 15px 20px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .top-menu__sub-menu {
        display: none;
        overflow: hidden;
        padding: 0px 20px;
        box-sizing: border-box;
        margin-bottom: 0px;
        width: 100%;
        line-height: 125%;
        transition: padding 0.5s linear, margin 0.5s linear;
    }

    @media (max-width: 575px) {
        .top-menu__sub-menu {
            border-radius: 0px;
        }
    }

    .top-menu__sub-menu.m--active {
        margin-top: 15px;
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    .top-menu>.top-menu__item:hover>.top-menu__sub-menu {
        margin-top: 10px;
        visibility: visible;
        opacity: 1;
    }

    .top-menu>.top-menu__item>.top-menu__sub-menu:before {
        content: '';
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #586370;
        top: -20px;
    }
}

.top-menu__sub-menu .top-menu__sub-menu {
    background-color: #000000;
}

@media (min-width: 992px) {
    .top-menu__sub-menu .top-menu__sub-menu {
        margin-left: calc(100% + 20px);
        margin-top: -50px;
        opacity: 0;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .top-menu__sub-menu .top-menu__sub-menu {
        border-radius: 0px;
    }
}

@media (min-width: 992px) {
    .top-menu__sub-menu .top-menu__item {
        position: relative;
        white-space: nowrap;
        line-height: 125%;
        margin: 5px 0px;
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .top-menu__sub-menu .top-menu__item {
        line-height: 125%;
        padding: 10px 0px;
    }

    .top-menu__sub-menu .top-menu__item:first-child {
        border: none;
    }
}

@media (min-width: 992px) {
    .top-menu__sub-menu .top-menu__item a {
        display: block;
    }

    .top-menu__sub-menu .top-menu__item:hover>.top-menu__sub-menu {
        visibility: visible;
        margin-top: -40px;
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-menu__sub-menu .top-menu__item:hover>.top-menu__sub-menu {
        margin-top: -38px;
    }
}

@media (min-width: 992px) {
    .top-menu__sub-menu .top-menu__item>.top-menu__sub-menu:before {
        content: '';
        position: absolute;
        border: 10px solid transparent;
        border-right-color: #000000;
        left: -20px;
        margin-top: 4px;
    }
}

/* breadcrumb styles */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin: 30px 0px 0px;
}

@media (max-width: 1199px) {
    .breadcrumb {
        margin: 20px 0px 0px;
    }
}

.breadcrumb li {
    display: flex;
}

.breadcrumb__divider {
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb__divider-icon {
    width: 12px;
    height: 12px;
    background-image: url(https://aimore.ru/templates/ushell/images/arrow-right.svg);
    flex-shrink: 0;
}

/* pagination styles */

.pagination ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.pagination ul li {
    margin-top: 5px;
}

.pagination ul li>a,
.pagination ul li>span {
    display: flex;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 8px 10px;
    margin-right: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.pagination ul li>a:hover,
.pagination ul li>span:hover {
    border-color: #9D9D9D;
}

.pagination ul li>span {
    border-color: #9D9D9D;
    cursor: default;
}

.pagination ul li:last-child>a,
.pagination ul li:last-child>span {
    margin-right: 0px;
}

/* shop search */

.mod-shop-search {
    display: flex;
}

.mod-shop-search input {
    margin: 0px;
    border-radius: 5px 0px 0px 5px;
    border: none;
}

.mod-shop-search .button {
    border-radius: 0px 5px 5px 0px;
    font-size: 0px;
    width: 48px !important;
    background-image: url(https://aimore.ru/templates/ushell/images/search.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

/* simple gallery */

.sigFreeContainer {
    display: flex !important;
    margin: 0px !important;
    flex-wrap: wrap;
}

*[class*="columns"] .sigFreeContainer {
    margin: -15px !important;
}

@media (max-width: 1199px) {
    *[class*="columns"] .sigFreeContainer {
        margin: -10px !important;
    }
}

.sigFreeThumb {
    margin: 15px !important;
    border-radius: 5px;
    overflow: hidden;
    width: calc(100%/4 - 30px);
}

@media (max-width: 1199px) {
    .sigFreeThumb {
        margin: 10px !important;
        width: calc(100%/4 - 20px);
    }
}

@media (max-width: 991px) {
    .sigFreeThumb {
        width: calc(100%/3 - 20px);
    }
}

@media (max-width: 575px) {
    .sigFreeThumb {
        width: calc(100%/2 - 20px);
    }
}

.sigFreeThumb a {
    background-color: transparent !important;
}

.sigFreeThumb a,
.sigFreeThumb a img {
    width: 100% !important;
    display: flex;
    justify-content: center;
    height: 360px !important;
    background-size: cover;
}

@media (max-width: 1199px) {

    .sigFreeThumb a,
    .sigFreeThumb a img {
        height: 320px !important;
    }
}

@media (max-width: 767px) {

    .sigFreeThumb a,
    .sigFreeThumb a img {
        height: 230px !important;
    }
}

.fancybox-caption {
    display: none;
}

/* properties */

.p--no-padding {
    padding: 0px !important;
}

.p--no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p--no-horizontal-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p--border-button {
    border: 2px solid #242424;
    color: #242424;
    background-color: transparent;
    padding: 13px 18px;
}

@media (max-width: 991px) {
    .p--border-button {
        padding: 10px 15px;
    }
}

.p--border-button:hover {
    border-color: #424242;
    color: #424242;
    background-color: transparent;
}

.p--nomargin {
    margin: 0px !important;
}

.p--align-left {
    text-align: left;
}

.p--align-right {
    text-align: right;
}

.p--align-center {
    text-align: center;
}

.p--light-background {
    background-color: #FFFFFF;
}

.p--dark-background {
    background-color: #F3F4F6;
}

.p--black-background {
    background-color: #424242;
}

.p--black-background .heading {
    color: #FFFFFF;
}

.p--striped-background {
    background-color: #F3F4F6;
}

.p--striped-background:nth-child(2n) {
    background-color: #FFFFFF;
}

.p--fixed {
    position: fixed;
    width: 100%;
    top: 0px;
}

.p--fixed .container {
    align-items: center;
}

@media (max-width: 991px) {
    .p--fixed .container {
        align-items: flex-start;
    }

    .p--fixed .container .module {
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    .p--fixed {
        max-height: 100vh;
        overflow-y: auto;
    }
}

.p--big-button {
    padding: 20px 40px;
    font-size: 18px;
}

@media (max-width: 575px) {
    .p--big-button {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.p--oneclick-button {
    margin-left: 10px;
}

.p--top-border {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.p--right-border {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.p--bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.p--left-border {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.p--no-padding-top {
    padding-top: 0px;
}

.p--same-height .wrapper {
    display: flex;
}

.p--instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.p--facebook {
    background-color: #039BE5;
}

.p--twitter {
    background-color: #1DA1F2;
}

.p--vk {
    background-color: #2787F5;
}

.p--telegram {
    background-color: #50A2E9;
}

.p--ok {
    background-color: #FF9E00;
}

.p--youtube {
    background-color: #FF3D00;
}

.p--whatsapp {
    background-color: #40C351;
}

.p--viber {
    background-color: #574E92;
}

.p--skype {
    background-color: #03A9F4;
}

.p--white {
    background-color: #FFFFFF;
}

.p--black {
    background-color: #000000;
}

/* animations */

.p--flare {
    position: relative;
    overflow: hidden;
}

.p--flare:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    transform: skewX(-15deg);
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-animation-name: flare;
    animation-name: flare;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flare {
    0% {
        left: -50px;
    }

    15%,
    100% {
        left: calc(100% + 50px);
    }
}

@keyframes flare {
    0% {
        left: -50px;
    }

    15%,
    100% {
        left: calc(100% + 50px);
    }
}

.p--pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {

    0%,
    100% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }
}

.p--rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.p--ring {
    -webkit-animation-name: ring;
    animation-name: ring;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ring {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

@keyframes ring {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

.catalog-menu {
    list-style-type: none;
    padding: 0px;
}

@media (max-width: 991px) {
    .catalog-menu {
        display: none;
    }
}

.catalog-menu ul {
    list-style-type: none;
    padding: 0px 15px;
}

script+.catalog-menu {
    margin-top: 50px;
}

.catalog-menu>li {
    font-weight: bold;
    margin-bottom: 25px !important;
}

.catalog-menu>li li {
    font-weight: normal;
}

.catalog-menu a {
    text-decoration: none;
    color: #25292D;
}

.catalog-menu>li li a {
    color: #6B7888;
}

.catalog-menu a:hover,
.catalog-menu>li li a:hover {
    color: #E7332A;
    text-decoration: underline;
}

.catalog-menu li {
    line-height: 125%;
    margin-bottom: 5px;
}

.catalog-menu li:before {
    content: ">";
    color: #E7332A;
}

@media (max-width: 991px) {
    .footer-content .cell-1-3 {
        width: 100%;
    }
}

.p--marketplace img {
    border-radius: 50%;
}

/***!  /templates/ushell/css/joomshopping.css  !***/

#mxcpr {
    display: none;
}

.jshop h1 {
    text-align: center;
}

.shop-category-item {
    background-color: #F3F4F6;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
}

.shop-category-item a {
    text-decoration: none;
    color: #000000;
    order: 1;
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-grow: 1;
}


@media (max-width: 575px) {
    .shop-category-item__category-name h6 {
        font-size: 16px;
    }
}

.shop-category-item:hover a {
    color: #E7332A;
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .shop-category-item:hover a {
        transform: none;
    }
}

.shop-category-item__image {
    line-height: 0%;
    flex-shrink: 0;
    width: 50px;
    margin: 10px;
}

@media (max-width: 991px) {
    .shop-category-item__image {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .shop-category-item__image {
        width: 50px;
    }
}

.shop-category-item__content {
    padding: 20px 20px 20px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 1199px) {
    .shop-category-item__content {
        padding: 15px 15px 15px 10px;
    }
}

@media (max-width: 767px) {
    .shop-category-item__content {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .shop-category-item__content {
        justify-content: center;
    }
}

.shop-category-item__category-name a {
    text-decoration: none;
}

.shop-category-item__category-description {
    text-align: center;
    margin-bottom: 0px;
}

.shop-block-sorting {
    justify-content: flex-end;
}

.shop-block-sorting__group {
    display: flex;
    align-items: center;
}

.shop-block-sorting__group input,
.shop-block-sorting__group select {
    margin: 0px 0px 0px 10px;
}

.shop-block-sorting__controls {
    display: flex;
    align-items: center;
    position: relative;
}

.shop-block-sorting__controls .icon-arrow {
    line-height: 0%;
}

.shop-block-sorting__controls div[data$="arrow_up.gif"],
.shop-block-sorting__controls div[data$="arrow_down.gif"] {
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-left: 10px;
}

.shop-block-sorting__controls div[data$="arrow_up.gif"] {
    content: url(https://aimore.ru/templates/ushell/images/shop/sort_up.svg);
}

.shop-block-sorting__controls div[data$="arrow_down.gif"] {
    content: url(https://aimore.ru/templates/ushell/images/shop/sort_down.svg);
}

.shop-block-sorting__text {
    margin-left: 5px;
}

.shop-sorting-form {
    margin-bottom: 30px;
}

.shop-block-filters {
    justify-content: flex-end;
}

.shop-block-filters__group {
    display: flex;
    align-items: center;
}

.shop-block-filters__group .input-append {
    display: flex;
    align-items: center;
}

.shop-block-filters__currency {
    margin-left: 5px;
}

.shop-block-sorting .button,
.shop-block-filters .button {
    line-height: 125%;
    padding: 13px 26px;
}

.shop-block-sorting__controls-reset {
    position: absolute;
    white-space: nowrap;
    right: 0px;
    bottom: -28px;
    font-size: 12px;
}

.shop-product {
    display: flex;
}

.shop-product-item {
    background-color: #FFFFFF;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100% !important;
    position: relative;
}

@media (max-width: 575px) {
    .shop-product-item {
        flex-direction: row;
    }
}

.shop-product-item__image {
    line-height: 0%;
    position: relative;
}

@media (max-width: 575px) {
    .shop-product-item__image {
        width: 40%;
        flex-shrinK: 0;
        margin-top: 15px;
        order: 2;
    }
}

.shop-product-item__image-label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 0%;
}

.shop-product-item__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .shop-product-item__content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-product-item__content {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .shop-product-item__content {
        align-items: flex-start;
        order: 1;
        padding-right: 10px;
    }
}

.shop-product-item__not-available {
    text-align: center;
    color: #BA120A;
    margin-bottom: 5px;
}

.shop-product-full__not-available {
    color: #BA120A;
}

.shop-product-item__title {
    text-align: center;
}

@media (max-width: 575px) {
    .shop-product-item__title {
        text-align: left;
    }
}

.shop-product-item__title a {
    text-decoration: none;
    color: #242424;
}

.shop-product-item__title h4 {
    font-size: 16px;
}

.shop-product-item__characteristics {
    margin-bottom: 10px;
    color: #848484;
}

.shop-product-item__description {
    margin-bottom: 10px;
    display: none;
}

.shop-product-item__count-reviews {
    margin-bottom: 10px;
    color: #848484;
    font-size: 12px;
}

.shop-product-item__weight {
    margin-bottom: 10px;
    color: #848484;
    font-size: 12px;
}

.shop-product-item__code {
    margin-bottom: 10px;
    color: #848484;
    font-size: 12px;
}

.shop-product-item__manufacturer-code {
    margin-bottom: 10px;
    color: #848484;
    font-size: 12px;
    text-align: center;
}

.shop-product-item__review .stars_no_active {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_no-active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-item__review .stars_active {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-item__price {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-product-item__price:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://aimore.ru/templates/ushell/images/price-tag.svg);
    background-size: 100%;
    margin-right: 5px;
}

.shop-product-item__old-price {
    text-align: center;
    text-decoration: line-through;
}

.shop-product-item__buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 575px) {
    .shop-product-item__buttons {
        align-items: flex-start;
    }
}

.shop-product-item__button-readmore {
    display: none;
}

.shop-product-item__qty-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .shop-product-item__qty-buttons {
        margin-bottom: 5px;
    }
}

input.shop-product-item__qty-quantity {
    margin: 0px 5px;
    padding: 5px;
    width: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    input.shop-product-item__qty-quantity {
        width: 40px;
    }
}

.shop-product-item__qty-minus,
.shop-product-item__qty-plus {
    border-radius: 5px;
    border: none;
    background-color: #CDCDCD;
    cursor: pointer;
    width: 30px;
    outline: none;
    transition: background 0.3s;
}

.shop-product-item__qty-minus:hover,
.shop-product-item__qty-plus:hover {
    background-color: #DCDCDC;
}

.shop-product-item__qty-minus {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-item__qty-plus {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-full__qty-buttons {
    display: flex;
    margin-bottom: 10px;
}

input.shop-product-full__qty-quantity {
    margin: 0px 5px;
    padding: 5px;
    width: 50px;
    text-align: center;
}

.shop-product-full__qty-minus,
.shop-product-full__qty-plus {
    border-radius: 5px;
    border: none;
    background-color: #CDCDCD;
    cursor: pointer;
    width: 30px;
    outline: none;
    transition: background 0.3s;
}

.shop-product-full__qty-minus:hover,
.shop-product-full__qty-plus:hover {
    background-color: #DCDCDC;
}

.shop-product-full__qty-minus {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-full__qty-plus {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-full__image-block {
    display: flex;
    flex-direction: column;
}

.shop-product-full__content-block {
    display: flex;
    flex-direction: column;
}

.shop-product-full__main-image {
    position: relative;
    line-height: 0%;
}

.shop-product-full__main-image a {
    text-decoration: none;
    font-size: 0px;
}

.shop-product-full__image-label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 0%;
}

.shop-product-full__image-label img {
    border: none !important;
}

.shop-product-full__main-image img {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
}

.shop-product-full__thumb-image img {
    margin-top: 10px;
    margin-right: 10px;
    width: 100px;
}

.shop-product-full__main-image a:last-child img {
    margin-right: 0px;
}

.shop-product-full__rating {
    display: flex;
    margin-bottom: 10px;
}

.shop-product-full__rating .stars_no_active {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_no-active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-full__rating .stars_active {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-full__rating-stars {
    margin-left: 5px;
}

.shop-product-full__hits-count {
    margin-left: 5px;
}

.shop-product-full__hits-rating-separator {
    margin: 0px 5px;
}

.shop-product-full__manufacturer-logo {
    width: 200px;
    margin-top: 10px;
}

.shop-product-full__product-code {
    color: #848484;
    margin-bottom: 10px;
}

.shop-product-full__manufacturer-code {
    color: #848484;
    margin-bottom: 10px;
}

.shop-product-full__price {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.shop-product-full__price:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://aimore.ru/templates/ushell/images/price-tag.svg);
    background-size: 100%;
    margin-right: 5px;
}

.shop-product-full__old-price {
    margin-bottom: 10px;
}

.shop-product-full__old-price .old_price {
    text-decoration: line-through;
}

.shop-product-full__qty-price {
    display: flex;
    margin: -5px 30px 5px;
}

.shop-product-full__qty-price .qty_price {
    font-weight: bold;
    margin-left: 10px;
}

.shop-product-full__product-buttons {
    margin-bottom: 10px;
}

.shop-product-full__wishlist-button {
    margin-left: 5px;
}

.shop-product-full__attributes {
    margin-bottom: 10px;
}

.shop-product-full__attributes-block {
    display: flex;
    align-items: center;
}

.shop-product-full__attributes-value {
    margin-left: 10px;
}

.shop-product-full__attributes-choise {
    display: flex;
    justify-content: flex-start;
}

.shop-product-full__attributes-choise select {
    margin-bottom: 0px;
}

.shop-product-full__product-info {
    margin-bottom: 10px;
}

.shop-product-full__characteristics-value {
    font-weight: bold;
}

.shop-product-full__description-block {
    margin-top: 30px !important;
}

.shop-product-full__review-block {
    margin-top: 30px !important;
}

.shop-product-full__related-block {
    margin-top: 30px !important;
}

.shop-review-block__group {
    display: flex;
    flex-direction: column;
}

.shop-review-block {
    margin-top: 10px;
}

.shop-review-block__add-review-stars .rating-cancel {
    width: 24px;
    height: 24px;
    background: none;
}

.shop-review-block__add-review-stars .rating-cancel a {
    width: 24px;
    height: 24px;
    background-image: url(https://aimore.ru/templates/ushell/images/shop/trash.svg);
    transition: 0.3s;
}

.shop-review-block__add-review-stars .rating-cancel:hover a {
    opacity: 0.5;
}

.shop-review-block__add-review-stars .star-rating {
    width: 12px !important;
    height: 24px;
    background: none;
}

.shop-review-block__add-review-stars .star-rating a {
    width: 24px;
    height: 24px;
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_no-active.svg);
    background-position: center !important;
}

.shop-review-block__add-review-stars .star-rating a[style="margin-left: -8px;"] {
    margin-left: -12px !important;
}

.shop-review-block__add-review-stars .star-rating-hover a {
    width: 24px;
    height: 24px;
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_hover.svg);
}

.shop-review-block__add-review-stars .star-rating-on a {
    width: 24px;
    height: 24px;
    background-image: url(https://aimore.ru/templates/ushell/images/shop/star_active.svg);
}

.shop-review__review-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #F3F3F3;
}

.shop-review__review-item-author {
    font-weight: bold;
}

.shop-cart-page__login-form {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #F3F3F3;
    padding: 30px;
}

.shop-cart-page__login-form-fields {
    display: flex;
    align-items: center;
}

.shop-cart-page__login-form-input {
    margin: 0px 10px;
}

.shop-cart-page__login-form-input input {
    margin: 0px;
}

.shop-cart-page__login-form-fields label:first-child {
    margin: 0px;
}

.shop-cart-page__login-form-fields .button {
    margin: 0px;
    padding: 13px 30px;
}

.shop-cart-page__login-form-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.shop-cart-page__order-group {
    border-radius: 5px;
    background-color: #F3F4F6;
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-cart-page__order-group {
        padding: 25px;
        margin-bottom: 20px;
    }
}

.shop-cart-page__order-group .os-value {
    display: flex;
    align-items: center;
}

.shop-cart-page__order-group .os-value span:first-child {
    width: 100%;
}

.shop-cart-page__order-group .uk-icon-warning {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/required.svg);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.shop-cart-page__order-group .os-value .uk-icon-warning {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
}

.shop-cart-page__order-group .requiredtext {
    display: flex;
    align-items: center;
}

.shop-cart-page__create-account {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.shop-cart-page__create-account input[type="checkbox"] {
    margin-left: 5px;
    margin-top: 3px;
}

.shop-cart-page .shop-shipping-table {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #CDCDCD;
}

@media (max-width: 767px) {
    .shop-cart-page .shop-shipping-table {
        border: 0px;
    }
}

.shop-cart-page .shop-shipping-table td {
    border: none;
    padding: 0px 20px 20px;
    background-color: #FFFFFF !important;
    line-height: 175%;
}

@media (max-width: 767px) {
    .shop-cart-page .shop-shipping-table td {
        background-color: transparent !important;
        padding: 0px !important;
    }

    .shop-cart-page .shop-shipping-table td label {
        display: block;
        padding-top: 5px !important;
    }
}

.shop-cart-page .shop-shipping-table label {
    cursor: pointer;
}

.shop-cart-page .shop-shipping-table tr:first-child td {
    padding-top: 20px;
}

.shop-cart-page .shop-shipping-table tr:nth-child(2n - 1) td {
    padding-bottom: 0px;
}

.shop-cart-page .shop-shipping-table tr:nth-child(2n) td {
    padding-top: 0px;
}

.shop-cart-page .shop-payment-table {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #CDCDCD;
}

@media (max-width: 767px) {
    .shop-cart-page .shop-payment-table {
        border: 0px;
    }
}

.shop-cart-page .shop-payment-table td {
    border: none;
    padding: 0px 20px 20px;
    background-color: #FFFFFF !important;
    line-height: 175%;
}

@media (max-width: 767px) {
    .shop-cart-page .shop-payment-table td {
        background-color: transparent !important;
        padding: 0px !important;
    }

    .shop-cart-page .shop-payment-table td label {
        display: block;
        padding-top: 15px !important;
    }

    .shop-cart-page .shop-payment-table tr:first-child td label {
        padding-top: 5px !important;
    }
}

.shop-cart-page .shop-payment-table label {
    cursor: pointer;
}

.shop-cart-page .shop-payment-table tr:first-child td {
    padding-top: 20px;
}

.shop-cart-page .shop-payment-table tr:nth-child(2n - 1) td {
    padding-bottom: 0px;
}

.shop-cart-page .shop-payment-table tr:nth-child(2n) td {
    padding-top: 0px;
}

.shop-cart-checkout table {
    margin-bottom: 15px !important;
}

.shop-cart-checkout table td,
.shop-cart-checkout table th {
    background-color: #FFFFFF !important;
    border: 1px solid #DCDCDC;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 991px) {

    .shop-cart-checkout table td,
    .shop-cart-checkout table th {
        padding: 5px 10px;
        line-height: 125%;
    }
}

@media (max-width: 767px) {

    .shop-cart-checkout table td,
    .shop-cart-checkout table th {
        padding: 5px 5px;
        font-size: 12px;
    }

    .shop-cart-checkout table th {
        display: none;
    }

    .shop-cart-checkout table tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #CDCDCD;
        padding: 5px 0px;
    }

    .shop-cart-checkout table td {
        border: 0px;
        display: flex;
        align-items: center;
        background-color: transparent !important;
    }

    .shop-cart-checkout__trash-td {
        order: 2;
    }

    .shop-cart-checkout__table-product-cell {
        max-width: calc(100% - 50px) !important;
        width: calc(100% - 50px) !important;
        order: 1;
    }

    .shop-cart-checkout__table-product-cell~td {
        order: 3;
    }
}

.shop-cart-checkout__table tr:first-child td {
    font-weight: normal;
}

.shop-cart-checkout__table-product-cell a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #242424;
}

.shop-cart-checkout__table-product-cell img {
    width: 80px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .shop-cart-checkout__table-product-cell img {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .shop-cart-checkout__table-product-cell img {
        width: 40px;
        border-radius: 3px;
    }
}

@media (max-width: 575px) {
    .shop-cart-checkout__table-product-cell img {
        width: 30px;
        height: 30px;
        display: block !important;
    }
}

.shop-cart-checkout__table .quantity {
    display: flex;
}

.shop-cart-checkout__trash-td {
    width: 32px;
}

@media (max-width: 767px) {
    .shop-cart-checkout__trash-td {
        width: 24px;
    }
}

.shop-cart-checkout__table td input {
    margin: 0px 5px;
    max-width: 50px;
    padding: 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .shop-cart-checkout__table td input {
        max-width: 40px;
    }
}

@media (max-width: 767px) {
    .shop-cart-checkout__table td input {
        max-width: 30px;
    }
}

@media (max-width: 575px) {
    .shop-cart-checkout__table td input {
        margin: 0px auto;
    }
}

.shop-cart-checkout__table .quantitymore,
.shop-cart-checkout__table .quantityless {
    border-radius: 5px;
    border: none;
    background-color: #CDCDCD;
    cursor: pointer;
    width: 30px;
    outline: none;
    transition: background 0.3s;
}

@media (max-width: 767px) {

    .shop-cart-checkout__table .quantitymore,
    .shop-cart-checkout__table .quantityless {
        width: 25px;
    }
}

@media (max-width: 575px) {

    .shop-cart-checkout__table .quantitymore,
    .shop-cart-checkout__table .quantityless {
        margin: 0px 3px;
    }
}

.shop-cart-checkout__table .quantitymore:hover,
.shop-cart-checkout__table .quantityless:hover {
    background-color: #DCDCDC;
}

.shop-cart-checkout__table .quantityless {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-cart-checkout__table .quantitymore {
    background-image: url(https://aimore.ru/templates/ushell/images/shop/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-cart-checkout__table .uk-icon-trash-o {
    width: 32px;
    height: 32px;
    background-image: url(https://aimore.ru/templates/ushell/images/shop/trash.svg);
    display: flex;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .shop-cart-checkout__table .uk-icon-trash-o {
        width: 24px;
        height: 24px;
    }
}

.shop-cart-checkout__table .uk-icon-trash-o:hover {
    opacity: 0.5;
}

.shop-cart-page__error>div {
    border-radius: 5px;
    background-color: #FFCEBB;
    padding: 20px;
}

.shop-cart-page .fielderror {
    border-color: #FF9972;
    background-color: #FAE7E7;
}

.shop-login-form {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-login-form {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-login-form {
        padding: 20px;
    }
}

.shop-register-form {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-register-form {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-register-form {
        padding: 20px;
    }
}

.shop-register-block {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-register-block {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-register-block {
        padding: 20px;
    }
}

.shop-edit-account-block {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-edit-account-block {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-edit-account-block {
        padding: 20px;
    }
}

.shop-user-profile {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-user-profile {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-user-profile {
        padding: 20px;
    }
}

.shop-user-profile-links {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .shop-user-profile-links {
        margin-top: 25px;
    }

}

@media (max-width: 991px) {
    .shop-user-profile-links {
        margin-top: 20px;
    }

}

.shop-my-order {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-my-order {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-my-order {
        padding: 20px;
    }
}

.shop-order-info table {
    margin: 15px 0px;
}

@media (max-width: 1199px) {
    .shop-order-info table {
        margin: 10px 0px;
    }
}

.shop-order-info__shipping-block,
.shop-order-info__payment-block,
.shop-order-info__history-block {
    margin-top: 20px;
}


.shop-order-info h3 {
    margin-top: 20px;
}

.shop-wishlist__product-img {
    height: 75px;
}

@media (max-width: 767px) {
    .shop-wishlist__product-img {
        height: auto;
        border-radius: 5px;
    }
}

.shop-wishlist .mobile-cart {
    display: none;
}

.shop-wishlist__service-img {
    width: 32px;
    height: 32px;
    transition: 0.3s;
}

.shop-wishlist__service-img:hover {
    opacity: 0.5;
}

.shop-wishlist .single_price,
.shop-wishlist .quantity,
.shop-wishlist .total_price {
    text-align: center
}

@media (max-width: 767px) {

    .shop-wishlist .single_price,
    .shop-wishlist .quantity,
    .shop-wishlist .total_price {
        width: 100%;
        text-align: left;
    }
}

.shop-order-info .mobile-cart {
    display: none;
}

@media (max-width: 767px) {

    .shop-wishlist .mobile-cart {
        display: block;
    }

    .shop-wishlist {
        display: block;
    }

    .shop-wishlist .product_name {
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

    .shop-wishlist tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        overflow: hidden;
        padding: 10px;
    }

    .shop-wishlist tr:first-child {
        display: none;
    }

    .shop-wishlist tr:last-child {
        margin-bottom: 0px;
    }

    .shop-wishlist td {
        display: flex;
        align-items: center;
        border: none;
        background-color: #FFFFFF !important;
    }

    .shop-wishlist td a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .shop-wishlist td a div,
    .shop-wishlist .single_price .data,
    .shop-wishlist .quantity .data,
    .shop-wishlist .total_price .data {
        margin-left: 5px;
    }

}

.shop-category-page {
    display: flex;
}

@media (max-width: 991px) {
    .shop-category-page {
        flex-direction: column;
    }
}

.shop-category-list,
.shop-category-list__container {
    display: flex;
    width: 100%;
}

.shop-category-page__content {
    width: 100%;
}

.shop-category-list+.shop-products-list {
    margin-top: 40px;
}

.shop-product-full__files {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.shop-product-full__file-wrapper {
    box-sizing: border-box;
    padding-right: 20px;
    display: flex;
}

@media (max-width: 767px) {
    .shop-product-full__file-wrapper {
        padding: 0px 15px 15px 0px;
    }
}

@media (max-width: 575px) {
    .shop-product-full__file-wrapper {
        padding: 0px 0px 15px 0px;
    }
}

.shop-product-full__file {
    background-color: #F3F4F6;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-grow: 1;
    align-items: center;
}


.shop-product-full__file-icon {
    display: flex;
}

.shop-product-full__file-icon svg {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.shop-product-full__file-description {
    line-height: 150%;
}

.shop-user-profile__data span {
    font-weight: bold;
}

.uk-description-list,
.additional-order-info,
.uk-alert,
#preContentRegistration {
    border-radius: 5px;
    background-color: #F3F4F6;
    padding: 30px;
    margin: 15px 0px 30px;
}

@media (max-width: 1199px) {

    .uk-description-list,
    .additional-order-info,
    .uk-alert,
    #preContentRegistration {
        padding: 25px;
    }
}

.shop-order-mini-info {
    margin-bottom: 15px;
}

.shop-order-mini-info>div:first-child,
.shipping_description_title,
.payment_description_title {
    font-weight: bold;
}

.payment_description_title {
    margin-top: 15px;
}

.product_bonus_add {
    margin: -5px 0px 10px;
    font-size: 12px;
    text-align: center;
    color: #1B9C2C;
}

.block_bonus,
#block_price {
    margin-left: 5px;
}

#product_bonus_add {
    color: #1B9C2C;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#product_bonus_add:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://aimore.ru/templates/ushell/images/bonus.svg);
    background-size: 100%;
    margin-right: 5px;
}

.product_bonus_add {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_bonus_add:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(https://aimore.ru/templates/ushell/images/bonus.svg);
    background-size: 100%;
    margin-right: 5px;
}

.product_bonus_active {
    color: #1B9C2C;
}

.shop-product-item__button-buy,
.shop-product-full__buy-button {
    background-image: url(https://aimore.ru/templates/ushell/images/add-to-cart.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(50% - 44px) center;
    padding-left: 44px;
}

@media (max-width: 991px) {

    .shop-product-item__button-buy,
    .shop-product-full__buy-button {
        background-position: calc(50% - 36px) center;
    }
}

.minicart a {
    color: #242424;
}

/***!  /templates/ushell/css/nsa-category-faq.css?1778851679  !***/

/**
 * NSA_: стили FAQ-категории (отдельный файл — надёжнее при объединении CSS в JCH Optimize)
 */

.shop-category-page__faq.nsa-category-faq {
    padding-bottom: 24px;
}

.shop-category-page__bottom-text.nsa-category-bottom-text {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .shop-category-page__faq.nsa-category-faq {
        margin-top: 32px;
    }
}

.nsa-category-faq__inner .nsa-faq__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    color: #242424;
}

@media (max-width: 575px) {
    .nsa-category-faq__inner .nsa-faq__title {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
}

.nsa-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nsa-faq__item {
    background-color: #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease;
}

.nsa-faq__item.is-open {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.nsa-faq__question-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.nsa-faq__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #242424;
    transition: color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .nsa-faq__trigger {
        padding: 14px 14px;
        font-size: 15px;
    }
}

.nsa-faq__trigger:hover {
    color: #e7332a;
    background-color: rgba(231, 51, 42, 0.04);
}

.nsa-faq__trigger:focus {
    outline: 2px solid #e7332a;
    outline-offset: -2px;
}

.nsa-faq__trigger-label {
    flex: 1;
    min-width: 0;
}

.nsa-faq__trigger-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    background: rgba(36, 36, 36, 0.08);
    transition: transform 0.35s ease, background-color 0.2s ease;
}

.nsa-faq__trigger-icon::before,
.nsa-faq__trigger-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #242424;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.25s ease;
}

.nsa-faq__trigger-icon::before {
    width: 10px;
    height: 2px;
}

.nsa-faq__trigger-icon::after {
    width: 2px;
    height: 10px;
}

.nsa-faq__item.is-open .nsa-faq__trigger-icon {
    background: rgba(231, 51, 42, 0.12);
    transform: rotate(180deg);
}

.nsa-faq__item.is-open .nsa-faq__trigger-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.nsa-faq__answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nsa-faq__item.is-open .nsa-faq__answer-wrap {
    grid-template-rows: 1fr;
}

.nsa-faq__answer-inner {
    min-height: 0;
    overflow: hidden;
}

.nsa-faq__answer {
    padding: 0 18px 18px;
    color: #404040;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 575px) {
    .nsa-faq__answer {
        padding: 0 14px 14px;
        font-size: 14px;
    }
}

.nsa-faq__answer > *:first-child {
    margin-top: 0;
}

.nsa-faq__answer > *:last-child {
    margin-bottom: 0;
}

.nsa-faq__answer p {
    margin: 0 0 0.75em;
}

.nsa-faq__answer p:last-child {
    margin-bottom: 0;
}

.nsa-faq__answer-empty {
    margin: 0;
    min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
    .nsa-faq__answer-wrap {
        transition-duration: 0.01ms !important;
    }

    .nsa-faq__trigger-icon,
    .nsa-faq__trigger-icon::before,
    .nsa-faq__trigger-icon::after {
        transition-duration: 0.01ms !important;
    }

    .nsa-faq__item {
        transition: none;
    }
}
