@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.28  !***/

/* 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
}

input[required]:after {
    content: '12313';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    font-size: 10px;
}

: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://www.xn--36-emcep.xn--p1ai/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://www.xn--36-emcep.xn--p1ai/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://www.xn--36-emcep.xn--p1ai/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%;
}
