@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700,900&subset=cyrillic');

/* 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;
}

.columns-1>* {
    flex-basis: calc(100%/1);
}

.columns-2>* {
    flex-basis: calc(100%/2);
}

.columns-3>* {
    flex-basis: calc(100%/3);
}

.columns-4>* {
    flex-basis: calc(100%/4);
}

.columns-5>* {
    flex-basis: calc(100%/5);
}

.columns-6>* {
    flex-basis: calc(100%/6);
}

.cell-1-2 {
    flex-basis: calc(100%/2);
}

.cell-1-3 {
    flex-basis: calc(100%/3);
}

.cell-2-3 {
    flex-basis: calc(100%/3*2);
}

.cell-1-4 {
    flex-basis: calc(100%/4);
}

.cell-2-4 {
    flex-basis: calc(100%/4*2);
}

.cell-3-4 {
    flex-basis: calc(100%/4*3);
}

.cell-1-5 {
    flex-basis: calc(100%/5);
}

.cell-2-5 {
    flex-basis: calc(100%/5*2);
}

.cell-3-5 {
    flex-basis: calc(100%/5*3);
}

.cell-4-5 {
    flex-basis: calc(100%/5*4);
}

.cell-1-6 {
    flex-basis: calc(100%/6);
}

.cell-2-6 {
    flex-basis: calc(100%/6*2);
}

.cell-3-6 {
    flex-basis: calc(100%/6*3);
}

.cell-4-6 {
    flex-basis: calc(100%/6*4);
}

.cell-5-6 {
    flex-basis: 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;
    }
}

@media (max-width: 767px) {
    .container {
        width: 540px;
    }

    .columns-2>* {
        flex-basis: calc(100%/1);
    }

    .columns-3>* {
        flex-basis: calc(100%/2);
    }

    .columns-4>* {
        flex-basis: calc(100%/2);
    }

    .columns-5>* {
        flex-basis: calc(100%/2);
    }

    .columns-6>* {
        flex-basis: calc(100%/3);
    }

    .cell-1-2 {
        flex-basis: calc(100%/1);
    }

    .cell-1-3 {
        flex-basis: calc(100%/2);
    }

    .cell-2-3 {
        flex-basis: calc(100%/1);
    }

    .cell-1-4 {
        flex-basis: calc(100%/2);
    }

    .cell-2-4 {
        flex-basis: calc(100%/1);
    }

    .cell-3-4 {
        flex-basis: calc(100%/1);
    }

    .cell-1-5 {
        flex-basis: calc(100%/2);
    }

    .cell-2-5 {
        flex-basis: calc(100%/2);
    }

    .cell-3-5 {
        flex-basis: calc(100%/1);
    }

    .cell-4-5 {
        flex-basis: calc(100%/1);
    }

    .cell-1-6 {
        flex-basis: calc(100%/3);
    }

    .cell-2-6 {
        flex-basis: calc(100%/2);
    }

    .cell-3-6 {
        flex-basis: calc(100%/1);
    }

    .cell-4-6 {
        flex-basis: calc(100%/1);
    }

    .cell-5-6 {
        flex-basis: calc(100%/1);
    }
}

@media (max-width: 575px) {
    .container {
        width: 100%;
    }

    .columns-3>* {
        flex-basis: calc(100%/1);
    }

    .columns-4>* {
        flex-basis: calc(100%/1);
    }

    .columns-5>* {
        flex-basis: calc(100%/1);
    }

    .columns-6>* {
        flex-basis: calc(100%/2);
    }

    .cell-1-3 {
        flex-basis: calc(100%/1);
    }

    .cell-1-4 {
        flex-basis: calc(100%/1);
    }

    .cell-1-5 {
        flex-basis: calc(100%/1);
    }

    .cell-2-5 {
        flex-basis: calc(100%/1);
    }

    .cell-1-6 {
        flex-basis: calc(100%/2);
    }

    .cell-2-6 {
        flex-basis: calc(100%/1);
    }
}

/* base elements */

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 175%;
    color: #242424;
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    nav {
        background-color: #E62323;
    }
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 10px 0px;
}

p:first-child {
    margin-top: 0px;
}

ul,
ol {
    margin: 10px 0px;
    padding: 0px 0px 0px 40px;
}

a {
    color: #E62323;
    transition: color 0.3s;
}

a:hover {
    color: #FD4545;
}

h1 {
    font-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    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: 'Raleway', 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: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    h6 {
        font-size: 13px;
    }
}

#system-message-container #system-message:first-child {
    margin-top: 50px !important;
}

.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: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .heading {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .heading {
        font-size: 24px;
    }
}

.heading h1,
.heading h2 {
    margin: 0px;
}

.sheet__page-content .heading {
    text-align: left;
}

.subtitle {
    font-family: 'Raleway', 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;
    }
}

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;
}

table {
    width: 100%;
    border-collapse: collapse;
}

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;
}

@media (max-width: 991px) {
    .page-content img {
        width: 100%;
        float: none !important;
        margin: 0px 0px 20px 0px !important;
    }
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    background-color: #E62323;
    border: 0px solid transparent;
    color: #FFFFFF;
    line-height: 125%;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
}

@media (max-width: 991px) {
    .button {
        padding: 12px 20px;
    }
}

.button:hover {
    color: #FFFFFF;
    background-color: #FD4545;
}

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;
    }
}

footer {
    margin-top: auto;
    background-color: #F3F3F3;
}

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 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CDCDCD;
    resize: 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;
}

/* project styles */

#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;
}

.content-section__wrapper {
    background-size: cover;
    background-position: center;
}

.header-image {
    background-image: url(/images/header.jpg);
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.header-image__shadow {
    background-color: rgba(255, 255, 255, 0.8);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

@media (max-width: 767px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0px;
    }
}

@media (max-width: 575px) {
    .header-content {
        padding: 15px 10px;
    }
}

.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: 175px;
    line-height: 0%;
    margin: 10px 0px -10px;
}

.company-information__unit {
    margin-left: 15px;
}

@media (max-width: 991px) {
    .company-information__unit {
        margin-left: 10px;
    }
}

.company-information__name {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 125%;
    color: #000000;
}

@media (max-width: 1199px) {
    .company-information__name {
        font-size: 20.5px;
    }
}

@media (max-width: 991px) {
    .company-information__name {
        font-size: 18px;
        white-space: nowrap;
    }
}

.company-information__tagline {
    font-weight: normal;
    line-height: 150%;
    margin-top: 3px;
    color: #646464;
    max-width: 200px;
}

.additionally-information {
    display: flex;
}

@media (max-width: 767px) {
    .additionally-information {
        margin-bottom: 20px;
    }
}

.additionally-information__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    box-sizing: border-box;
}

.additionally-information__text {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    line-height: 150%;
}

.contacts-information {
    display: flex;
}

.contacts-information__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin-right: 15px;
    background-color: #F5F5F5;
    border-radius: 50%;
}

.contacts-information__messenger-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #DCDCDC;
    border-radius: 50%;
    margin-right: 5px;
    box-sizing: border-box;
    padding: 4px;
}

.contacts-information__messenger-icon+.contacts-information__text {
    margin-left: 5px;
}

.contacts-information__text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

@media (max-width: 767px) {
    .contacts-information__text {
        text-align: left;
    }
}

.contacts-information__text a {
    text-decoration: none;
}

.contacts-information__phone {
    font-size: 25px;
    font-weight: bold;
    line-height: 125%;
}

@media (max-width: 991px) {
    .contacts-information__phone {
        font-size: 18px;
        white-space: nowrap;
    }
}

.contacts-information__phone a {
    color: #000000;
}

.contacts-information__mail {
    font-weight: normal;
    line-height: 150%;
    margin-top: 3px;
    color: #646464;
    font-size: 14px;
}

.top-menu__burger {
    display: none;
}

@media (max-width: 991px) {
    .top-menu__burger {
        display: flex;
        padding: 15px 0px;
        position: relative;
        z-index: 2;
    }

    @media (max-width: 575px) {
        .top-menu__burger {
            padding: 15px 10px;
            justify-content: center;
        }
    }

    .top-menu__burger-icon {
        width: 24px;
        height: 24px;
        background-image: url(../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;
    border-bottom: 1px solid #DCDCDC;
}

@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: 5px 0px 25px;
    line-height: 175%;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

@media (max-width: 991px) {
    .top-menu__item {
        padding: 10px 0px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .top-menu__item:last-child {
        padding: 5px 0px 25px;
    }
}

@media (max-width: 575px) {
    .top-menu__item {
        display: flex;
        justify-content: center;
    }
}

.top-menu__item.active>a {
    color: #E62323;
}

.top-menu__item a,
.top-menu__item span {
    color: #242424;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .top-menu__item a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {

    .top-menu__item a,
    .top-menu__item span,
    .top-menu__item.active>a {
        color: #FFFFFF;
        font-weight: normal;
    }
}

.top-menu__item a:hover,
.top-menu__item span:hover {
    opacity: 0.75;
}

.top-menu__sub-menu {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-left: -20px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

@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;
        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: #E62323;
        top: -20px;
    }
}

.top-menu__sub-menu .top-menu__sub-menu {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@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;
    }
}

@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: #E62323;
        left: -20px;
        margin-top: 4px;
    }
}

.intro-section {
    background-size: cover;
    background-position: center;
    padding: 0px;
}

.intro-section .container {
    align-items: center;
}

.intro-content {
    padding: 100px 0px;
    text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 15px #FFFFFF;
}

@media (max-width: 1199px) {
    .intro-content {
        padding: 90px 0px;
    }
}

@media (max-width: 991px) {
    .intro-content {
        padding: 80px 0px;
    }
}

@media (max-width: 767px) {
    .intro-content {
        padding: 40px 0px;
    }
}

@media (max-width: 575px) {
    .intro-content {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .intro-section .wrapper:first-child {
        order: 2;
    }
}

@media (max-width: 767px) {
    .intro-section .wrapper:last-child {
        order: 1;
        flex-basis: 100%;
    }
}

@media (max-width: 767px) {
    .intro-image img {
        max-width: 250px;
        margin-top: 50px;
        margin-bottom: -20px;
    }
}

@media (max-width: 575px) {
    .intro-image img {
        max-width: 200px;
        margin-top: 40px;
        margin-bottom: -30px;
    }
}

.intro-content__heading {
    margin: 0px;
    font-weight: 900;
}

.intro-content__description {
    font-size: 20px;
    margin: 15px 0px;
}

@media (max-width: 1199px) {
    .intro-content__description {
        font-size: 18px;
        margin: 10px 0px;
    }
}

@media (max-width: 991px) {
    .intro-content__description {
        font-size: 16px;
    }
}

.intro-content__list {
    margin: 15px 0px;
}

.intro-content__triggers {
    display: flex;
    flex-direction: column;
    margin: 25px 0px;
}

.intro-content__trigger {
    display: flex;
    align-items: center;
    margin: 3px 0px;
    color: #000000;
}

.intro-content__trigger-image {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .intro-content__trigger-text {
        line-height: 150%;
    }
}

.intro-content__buttons {
    display: flex;
}

@media (max-width: 575px) {
    .intro-content__buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

.intro-content__buttons .button+.button {
    margin-left: 15px;
}

@media (max-width: 575px) {
    .intro-content__buttons .button+.button {
        margin-left: 0px;
    }
}

.intro-content__button {
    display: flex;
    align-items: center;
}

.intro-content__button img {
    width: 24px;
    height: 24px;
}

.intro-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.intro-image img {
    z-index: 1;
}

.intro-image__pulse {
    position: absolute;
    border-radius: 50%;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -webkit-animation-name: pulsar;
    animation-name: pulsar;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -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;
}

@media (max-width: 767px) {
    .intro-image__pulse {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

@-webkit-keyframes pulsar {
    0% {
        width: 50px;
        height: 50px;
        background-color: rgba(230, 35, 35, 0.2);
    }

    100% {
        width: 1200px;
        height: 1200px;
        background-color: rgba(230, 35, 35, 0);
    }
}

@keyframes pulsar {
    0% {
        width: 50px;
        height: 50px;
        background-color: rgba(230, 35, 35, 0.2);
    }

    100% {
        width: 1200px;
        height: 1200px;
        background-color: rgba(230, 35, 35, 0);
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes pulsar {
        0% {
            width: 50px;
            height: 50px;
            background-color: rgba(230, 35, 35, 0.2);
        }

        100% {
            width: 600px;
            height: 600px;
            background-color: rgba(230, 35, 35, 0);
        }
    }

    @keyframes pulsar {
        0% {
            width: 50px;
            height: 50px;
            background-color: rgba(230, 35, 35, 0.2);
        }

        100% {
            width: 600px;
            height: 600px;
            background-color: rgba(230, 35, 35, 0);
        }
    }
}

.vertical-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
}

.vertical-item__image {
    background-color: #DCDCDC;
    background-size: cover;
    background-position: center;
    height: 240px;
}

@media (max-width: 1199px) {
    .vertical-item__image {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .vertical-item__image {
        height: 160px;
    }
}

.vertical-item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 30px;
}

@media (max-width: 1199px) {
    .vertical-item__text {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .vertical-item__text {
        padding: 20px;
    }
}

.vertical-item__text p {
    margin-top: 0px;
}

.vertical-item__button {
    margin-top: auto;
}

.horizontal-item {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
}

.horizontal-item__image {
    background-color: #DCDCDC;
    width: 200px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .horizontal-item__image {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .horizontal-item__image {
        width: 120px;
    }
}

.horizontal-item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 30px;
}

@media (max-width: 1199px) {
    .horizontal-item__text {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .horizontal-item__text {
        padding: 20px;
    }
}

.horizontal-item__text p {
    margin-top: 0px;
}

.horizontal-item__button {
    margin-top: auto;
}

.filled-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

@media (max-width: 1199px) {
    .filled-item {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .filled-item {
        padding: 20px;
    }
}

.filled-item__background {
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.filled-item__text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filled-item__text p {
    margin-top: 0px;
}

.filled-item__button {
    margin-top: auto;
}

.fuel-item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.fuel-item__text {
    text-align: center;
}

.vertical-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .vertical-trigger {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .vertical-trigger {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .vertical-trigger {
        flex-direction: row;
        align-items: flex-start;
    }
}

.vertical-trigger__image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    padding: 25px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #E62323;
}

@media (max-width: 575px) {
    .vertical-trigger__image {
        width: 40px;
        height: 40px;
        padding: 15px;
        margin-bottom: 0px;
        margin-right: 20px;
    }
}

.vertical-trigger__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    text-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .vertical-trigger__text {
        text-align: left;
        align-items: flex-start;
    }
}

.vertical-trigger__text h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .vertical-trigger__text h4 {
        align-items: flex-start;
    }
}

.vertical-trigger__text h4:after {
    content: '';
    width: 50%;
    height: 3px;
    display: block;
    background-color: #E62323;
    border-radius: 5px;
    margin: 25px 0px 10px;
}

@media (max-width: 575px) {
    .vertical-trigger__text h4:after {
        margin: 15px 0px 5px;
    }
}

.vertical-trigger__text p {
    margin-top: 0px;
    color: #646464;
}

.vertical-trigger__button {
    margin-top: auto;
}

.horizontal-trigger {
    display: flex;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .horizontal-trigger {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .horizontal-trigger {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .horizontal-trigger {
        padding: 25px;
    }
}

.horizontal-trigger__image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .horizontal-trigger__image {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .horizontal-trigger__image {
        margin-right: 20px;
    }
}

.horizontal-trigger__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.horizontal-trigger__text h5:after {
    content: '';
    width: 50%;
    height: 3px;
    display: block;
    background-color: #E62323;
    border-radius: 5px;
    margin: 20px 0px 5px;
}

.horizontal-trigger__text p {
    margin-top: 0px;
    color: #646464;
}

.horizontal-trigger__button {
    margin-top: auto;
}

.horizontal-trigger-wide {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .horizontal-trigger-wide {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .horizontal-trigger-wide {
        padding: 20px;
    }
}

.horizontal-trigger-wide__line {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.horizontal-trigger-wide__line>* {
    margin-bottom: 0px;
}

.horizontal-trigger-wide__image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.horizontal-trigger-wide__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.horizontal-trigger-wide__button {
    margin-top: auto;
}

@media (max-width: 575px) {
    .content-block .wrapper:first-child {
        order: 1 !important;
    }
}

.feedback-block__background {
    background-image: url(../images/feedback.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: calc(50% + 400px) bottom;
}

@media (max-width: 1199px) {
    .feedback-block__background {
        background-size: 550px;
        background-repeat: no-repeat;
        background-position: calc(50% + 350px) bottom;
    }
}

@media (max-width: 991px) {
    .feedback-block__background {
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: calc(50% + 250px) bottom;
    }
}

@media (max-width: 767px) {
    .feedback-block__background {
        background-image: none;
    }
}

.feedback-block__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feedback-block__fields {
    width: 100%;
}

.feedback-block__fields>*:nth-last-child(3) {
    margin-bottom: 0px;
}

.feedback-block__privacy-policy {
    font-size: 12px;
    margin: 5px 0px 10px;
    line-height: 150%;
}

@media (max-width: 575px) {
    .feedback-block__privacy-policy {
        font-size: 10px;
    }
}

.feedback-block__result {
    padding: 100px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #FFFFFF;
    max-width: 500px;
}

@media (max-width: 1199px) {
    .feedback-block__result {
        padding: 80px;
    }
}

@media (max-width: 991px) {
    .feedback-block__result {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .feedback-block__result {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .feedback-block__result {
        padding: 30px;
    }
}

.feedback-line-block {
    align-items: center;
    justify-content: center;
}

.feedback-line-block__form {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .feedback-line-block__form {
        flex-basis: calc(100%/2 - 20px);
    }
}

@media (max-width: 575px) {
    .feedback-line-block__form {
        flex-basis: calc(100%/1 - 20px);
    }
}

.feedback-line-block__content {
    display: flex;
}

.feedback-line-block__content-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.feedback-line-block__container {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .feedback-line-block__container {
        flex-direction: column;
    }
}

.feedback-line-block__fields {
    display: flex;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .feedback-line-block__fields {
        flex-direction: column;
        width: 100%;
    }
}

.feedback-line-block__fields input {
    margin-right: 30px;
    padding: 12px 20px;
}

@media (max-width: 1199px) {
    .feedback-line-block__fields input {
        margin-right: 20px;
        padding: 13px 20px;
    }
}

@media (max-width: 991px) {
    .feedback-line-block__fields input {
        margin-right: 10px;
    }
}

.feedback-line-block__privacy-policy {
    font-size: 12px;
    margin: 0px;
    line-height: 150%;
}

@media (max-width: 991px) {
    .feedback-line-block__privacy-policy {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .feedback-line-block__privacy-policy {
        font-size: 10px;
    }
}

.feedback-line-block__button {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .feedback-line-block__button {
        width: 100%;
    }
}

.feedback-line-block .feedback-block__result {
    padding: 40px;
}

.faq-container__question {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: margin-top 0.5s linear;
}

@media (max-width: 1199px) {
    .faq-container__question {
        padding: 15px;
    }
}

.faq-container.m--active+.faq-container .faq-container__question {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .faq-container.m--active+.faq-container .faq-container__question {
        margin-top: 10px;
    }
}

.faq-container__question-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.faq-container__question-icon img {
    transition: 0.5s;
}

.m--active .faq-container__question-icon img {
    transform: rotate(90deg);
}

.faq-container__question-text {
    font-size: 18px;
}

@media (max-width: 991px) {
    .faq-container__question-text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 575px) {
    .faq-container__question-text {
        font-size: 15px;
    }
}

.faq-container__question-text>* {
    margin: 0px;
}

.faq-container__answer {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 15px 0px -15px;
    display: none;
    height: 0px;
}

@media (max-width: 1199px) {
    .faq-container__answer {
        margin: 10px 0px -10px;
    }
}

.faq-container__answer-text {
    padding: 30px;
    color: #646464;
}

@media (max-width: 1199px) {
    .faq-container__answer-text {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .faq-container__answer-text {
        padding: 20px;
    }
}

.content-block__image img {
    border-radius: 5px;
}

.table-block {
    width: 100%;
    overflow: auto;
}

table+*,
.table-block+* {
    margin-top: 20px;
}

.contacts-block {
    display: flex;
}

@media (max-width: 767px) {
    .contacts-block {
        flex-direction: column;
    }
}

.contacts-block__info {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    min-height: 500px;
}

@media (max-width: 767px) {
    .contacts-block__info {
        min-height: auto;
    }
}

.contacts-block__map {
    height: 100%;
    box-sizing: border-box;
    background-color: #DCDCDC;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contacts-block__map {
        height: 300px;
    }
}

.contacts-block__map iframe {
    width: 100% !important;
    height: 100% !important;
}

.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-copyright p {
    color: #646464;
}

.footer-copyright a {
    color: #E62323;
}

.footer-copyright a:hover {
    color: #FD4545;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .footer-socials {
        justify-content: flex-start;
    }
}

.footer-socials__item {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    transition: opacity 0.3s;
}

.footer-socials__item:last-child {
    margin-right: 0px;
}

.footer-socials__item:hover {
    opacity: 0.7;
}

.city-module {
    position: relative;
    margin-right: 50px;
    z-index: 3;
}

.review-item {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
}

@media (max-width: 991px) {
    .review-item {
        padding: 25px;
    }
}

.review-item h4 {
    color: #E62323;
}

.video-item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    line-height: 0%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.video-item__title {
    line-height: 150%;
    padding: 12px 20px 15px;
    text-align: center;
    font-weight: bold;
}

.video-item__code>* {
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .video-item__code>* {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .video-item__code>* {
        height: 140px;
    }
}

@media (max-width: 575px) {
    .video-item__code>* {
        height: 180px;
    }
}

.doc-item {
    display: flex;
    align-items: center;
    color: #242424;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.doc-item__icon {
    background-image: url(/images/svg/pdf.svg);
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
    z-index: 2;
}

.modal-window.m--active {
    visibility: visible;
    display: block;
    opacity: 1;
}

.modal-window__background {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window__close {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../images/close.svg);
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.modal-window__close:hover {
    opacity: 0.75;
}

.modal-window__block {
    background-color: #FFFFFF;
    box-sizing: border-box;
    max-height: 90%;
    overflow-y: auto;
    padding: 50px;
    border-radius: 15px;
    transform: scale(0.9);
    transition: transform 0.5s;
}

.modal-window__block::-webkit-scrollbar {
    width: 8px;
}

.modal-window__block::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .modal-window__block {
        max-width: 70%;
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .modal-window__block {
        max-width: 85%;
        padding: 25px;
    }
}

.modal-window.m--active .modal-window__block {
    transform: scale(1);
}

.modal-window__heading {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .modal-window__heading {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .modal-window__heading {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .modal-window__heading {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .modal-window__heading {
        font-size: 20px;
    }
}

.modal-window__subtitle {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modal-window__subtitle {
        margin-top: -25px;
        margin-bottom: 15px;
    }
}

.thanks-message {
    display: none;
}

.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;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin: 30px 0px -80px;
    position: relative;
}

@media (max-width: 1199px) {
    .breadcrumb {
        margin: 20px 0px -60px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        margin: 20px 0px -30px;
    }
}

.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(../images/arrow-right.svg);
    flex-shrink: 0;
}

/* blog styles */

.subcategory-caption {
    text-align: center;
}

.category-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-item a {
    text-decoration: none;
}

.category-item__image-link {
    line-height: 0%;
}

.category-item__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 1199px) {
    .category-item__content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .category-item__content {
        padding: 20px;
    }
}

.category-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
    margin-top: 15px;
}

.category-item__title {
    margin: 0px;
}

.category-item__title a {
    text-decoration: none;
}

.category-description__text {
    margin: 20px 0px;
}

.category-description__button {
    margin-top: auto;
}

.blog-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-item .publishe {
    padding: 0px;
}


.columns-1 .blog-item {
    flex-direction: row;
}

@media (max-width: 767px) {
    .columns-1 .blog-item {
        flex-direction: column;
    }
}

.blog-item__image {
    line-height: 0%;
}

.columns-1 .blog-item__image {
    padding: 30px;
    padding-right: 0px;
}

@media (max-width: 1199px) {
    .columns-1 .blog-item__image {
        padding: 25px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .columns-1 .blog-item__image {
        padding: 20px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .columns-1 .blog-item__image {
        padding: 0px;
    }
}

.columns-1 .blog-item__image img {
    border-radius: 5px;
}

@media (max-width: 767px) {
    .columns-1 .blog-item__image img {
        border-radius: 0px;
    }
}

.blog-item__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .blog-item__content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .blog-item__content {
        padding: 20px;
    }
}

.blog-item__title+p {
    margin-top: 0px;
}

.article-info {
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    .article-info {
        padding-bottom: 10px;
    }
}

.article-info,
.article-info>* {
    margin: 0px;
    color: #949494;
}

.image-align-left {
    float: left;
}

.image-align-right {
    float: right;
}

.button-readmore {
    margin-top: auto;
}

.stock-label {
    display: none;
}

.stock-label.m--active {
    display: block;
    z-index: 1;
    width: 300px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: fixed;
    margin-bottom: 40px;
    left: 30px;
    padding: 20px;
    -webkit-animation: appearance 5s forwards;
    animation: appearance 5s forwards;
}

@media (max-width: 575px) {
    .stock-label.m--active {
        margin-bottom: 0px;
        left: 0px;
        border-radius: 0px;
        width: 100%;
    }
}

@-webkit-keyframes appearance {

    0%,
    90% {
        bottom: -100%;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes appearance {

    0%,
    85% {
        bottom: -100%;
    }

    100% {
        bottom: 0px;
    }
}

.stock-label__close {
    width: 24px;
    height: 24px;
    background-color: #F0F0F0;
    background-image: url(../images/close.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #BBBBBB;
    position: absolute;
    top: -12px;
    right: -12px;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .stock-label__close {
        right: 12px;
    }
}

.stock-label__close:hover {
    background-color: #E2E2E2;
    border: 1px solid #A6A6A6;
}

.stock-label a {
    text-decoration: none;
}

.stock-label__content {
    display: flex;
    align-items: center;
}

.stock-label__image {
    max-width: 60px;
    margin-right: 15px;
}

.stock-label__title {
    color: #242424;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 3px;
}

.stock-label__description {
    color: #242424;
    line-height: 150%;
    font-size: 14px;
}

.stock-label__more {
    font-size: 14px;
    line-height: 150%;
    margin-top: 5px;
}

/* 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;
}

/* news module styles */

.news-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.columns-1 .news-item {
    flex-direction: row;
}

@media (max-width: 767px) {
    .columns-1 .news-item {
        flex-direction: column;
    }
}

.news-item__image {
    line-height: 0%;
}

.columns-1 .news-item__image {
    padding: 30px;
    padding-right: 0px;
}

@media (max-width: 1199px) {
    .columns-1 .news-item__image {
        padding: 25px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .columns-1 .news-item__image {
        padding: 20px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .columns-1 .news-item__image {
        padding: 0px;
    }
}

.columns-1 .news-item__image img {
    border-radius: 5px;
}

@media (max-width: 767px) {
    .columns-1 .news-item__image img {
        border-radius: 0px;
    }
}

.news-item__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .news-item__content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .news-item__content {
        padding: 20px;
    }
}

.news-item__title+p {
    margin-top: 0px;
}

/* simple gallery */

.sigFreeContainer {
    display: flex !important;
    margin: 10px 0px !important;
    flex-wrap: wrap;
}

*[class*="columns"] .sigFreeContainer {
    margin: 10px -15px !important;
}

@media (max-width: 1199px) {
    *[class*="columns"] .sigFreeContainer {
        margin: 10px -10px !important;
    }
}

.sigFreeThumb {
    margin: 15px !important;
    border-radius: 5px;
    overflow: hidden;
    flex-basis: calc(100%/4 - 30px);
}

@media (max-width: 1199px) {
    .sigFreeThumb {
        margin: 10px !important;
        flex-basis: calc(100%/4 - 20px);
    }
}

@media (max-width: 991px) {
    .sigFreeThumb {
        flex-basis: calc(100%/3 - 20px);
    }
}

@media (max-width: 575px) {
    .sigFreeThumb {
        flex-basis: calc(100%/2 - 20px);
    }
}

.sigFreeThumb a {
    background-color: transparent !important;
}

.sigFreeThumb a,
.sigFreeThumb a img {
    width: 100% !important;
    display: flex;
    justify-content: center;
    height: 200px !important;
    background-size: cover;
}

@media (max-width: 1199px) {

    .sigFreeThumb a,
    .sigFreeThumb a img {
        height: 175px !important;
    }
}

@media (max-width: 767px) {

    .sigFreeThumb a,
    .sigFreeThumb a img {
        height: 120px !important;
    }
}

.fancybox-caption {
    display: none;
}

/* joomshopping styles */

#mxcpr {
    display: none;
}

.shop-category-item {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .shop-category-item {
        flex-direction: column;
    }
}

.shop-category-item a {
    text-decoration: none;
}

.shop-category-item__image {
    line-height: 0%;
    min-width: 150px;
    margin: 0px 15px 0px -25px;
}

@media (max-width: 991px) {
    .shop-category-item__image {
        order: 1;
        margin: 15px 0px 0px;
    }

    .shop-category-item__image img {
        max-width: 200px;
    }
}

.shop-category-item__content {
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 1199px) {
    .shop-category-item__content {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .shop-category-item__content {
        padding: 20px;
        order: 2;
    }
}

.shop-category-item__category-name>* {
    text-align: left;
    margin-bottom: 0px;
}

.shop-category-item__category-name a {
    text-decoration: none;
}

.shop-category-item__category-description {
    margin-bottom: 0px;
    line-height: 175%;
    color: #646464;
}

.shop-category-item .button {
    margin-top: 15px;
}

.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(../images/shop/sort_up.svg);
}

.shop-block-sorting__controls div[data$="arrow_down.gif"] {
    content: url(../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;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.shop-product-item__image {
    line-height: 0%;
    position: relative;
    margin: 15px 15px 0px;
}

.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;
    padding-top: 10px;
}

@media (max-width: 1199px) {
    .shop-product-item__content {
        padding: 25px;
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .shop-product-item__content {
        padding: 20px;
        padding-top: 10px;
    }
}

.shop-product-item__title {
    text-align: center;
}

.shop-product-item__title a {
    text-decoration: none;
}

.shop-product-item__characteristics {
    margin-bottom: 10px;
    color: #848484;
}

.shop-product-item__characteristic-value {
    font-size: 14px;
    line-height: 150%;
    margin: 5px 0px;
}

.shop-product-item__description {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    color: #646464;
}

.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(../images/shop/star_no-active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-item__review .stars_active {
    background-image: url(../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;
}

.shop-product-item__old-price {
    text-align: center;
    text-decoration: line-through;
}

.shop-product-item__buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.shop-product-item__qty-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

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(../images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-item__qty-plus {
    background-image: url(../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(../images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-product-full__qty-plus {
    background-image: url(../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__main-image img {
    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(../images/shop/star_no-active.svg);
    background-repeat: repeat-x;
    height: 24px;
}

.shop-product-full__rating .stars_active {
    background-image: url(../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;
}

.shop-product-full__old-price {
    margin-bottom: 10px;
}

.shop-product-full__old-price .old_price {
    text-decoration: line-through;
}

.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__product-info-caption {
    display: none;
}

.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(../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(../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(../images/shop/star_hover.svg);
}

.shop-review-block__add-review-stars .star-rating-on a {
    width: 24px;
    height: 24px;
    background-image: url(../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: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-cart-page__order-group {
        padding: 25px;
        margin-bottom: 20px;
    }
}

.shop-cart-page__order-group h3 {
    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(../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;
}

.shop-cart-page .shop-shipping-table td {
    border: none;
    background-color: #FFFFFF !important;
    line-height: 175%;
    padding: 0px;
}

.shop-cart-page .shop-shipping-table label {
    cursor: pointer;
}

.shop-cart-page .shop-payment-table {
    border-radius: 5px;
    overflow: hidden;
}

.shop-cart-page .shop-payment-table td {
    border: none;
    background-color: #FFFFFF !important;
    line-height: 175%;
    padding: 0px;
}

.shop-cart-page .shop-payment-table label {
    cursor: pointer;
}

.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 tr:first-child td {
    font-weight: normal;
}

.shop-cart-checkout__table-product-cell a {
    display: flex;
    align-items: center;
}

.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;
    }
}

@media (max-width: 575px) {
    .shop-cart-checkout__table-product-cell img {
        display: none;
    }
}

.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 {
        display: none;
    }
}

.shop-cart-checkout__table .quantitymore:hover,
.shop-cart-checkout__table .quantityless:hover {
    background-color: #DCDCDC;
}

.shop-cart-checkout__table .quantityless {
    background-image: url(../images/shop/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.shop-cart-checkout__table .quantitymore {
    background-image: url(../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(../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-checkout .delivery-total-price {
    display: none;
}

.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-cart-mod {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-basis: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.shop-cart-mod a {
    text-decoration: none;
}

.shop-cart-mod__basket-icon {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #E62323;
    background-image: url(../images/shop/cart.svg);
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.shop-cart-mod__basket-icon:hover {
    background-color: #FD4545;
}

.shop-cart-mod__basket-icon-count {
    color: #FFFFFF;
    background-color: #242424;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 0px;
}

.shop-cart-mod__basket-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 320px;
    z-index: 2;
    bottom: 80px;
    right: 0px;
    transition: 0.5s;
}

.shop-cart-mod__basket-content:hover,
.shop-cart-mod__basket-icon:hover+.shop-cart-mod__basket-content {
    visibility: visible;
    opacity: 1;
}

.shop-cart-mod__basket-list {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    background-color: #FFFFFF;
    overflow: hidden;
}

.shop-cart-mod__basket-rows {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px;
}

.shop-cart-mod__basket-rows::-webkit-scrollbar {
    width: 8px
}

.shop-cart-mod__basket-rows::-webkit-scrollbar-thumb {
    background-color: #EDEDED
}

.shop-cart-mod__basket-rows::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
    border-left: 0 solid;
    border-radius: 5px
}

.shop-cart-mod__basket-row {
    padding: 10px 0px;
    border-bottom: 1px dashed #DCDCDC;
    position: relative;
}

.shop-cart-mod__basket-row:last-child {
    border: none;
}

.shop-cart-mod__basket-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    margin-bottom: 5px;
}

.shop-cart-mod__basket-image {
    float: left;
    text-align: center;
    line-height: 0%;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.shop-cart-mod__basket-image img {
    height: 50px;
}

.shop-cart-mod__basket-delete-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0px;
    line-height: 0%;
    background-image: url(../images/shop/delete.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EA4335;
    position: absolute;
    top: 5px;
    margin-left: -5px;
    transition: 0.3s;
}

.shop-cart-mod__basket-delete-icon:hover {
    background-color: #F96D61;
}

.shop-cart-mod__basket-quantity {
    display: flex;
}

.shop-cart-mod__basket-quantity-minus,
.shop-cart-mod__basket-quantity-plus {
    width: 18px;
    border-radius: 5px;
    font-size: 0px;
    line-height: 0%;
    cursor: pointer;
    background-color: #CDCDCD;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    transition: 0.3s;
}

.shop-cart-mod__basket-quantity-minus {
    background-image: url(../images/shop/minus.svg);
}

.shop-cart-mod__basket-quantity-plus {
    background-image: url(../images/shop/plus.svg);
}

.shop-cart-mod__basket-quantity-minus:hover,
.shop-cart-mod__basket-quantity-plus:hover {
    background-color: #DCDCDC;
}

.shop-cart-mod__basket-quantity-input {
    font-size: 12px;
    line-height: 125% !important;
    width: 24px !important;
    padding: 3px !important;
    margin: 0px 3px !important;
    text-align: center;
}

.shop-cart-mod__basket-price {
    float: right;
    margin-top: -20px;
}

.shop-cart-mod__basket-price em {
    margin-right: 5px;
    font-style: normal;
}

.shop-cart-mod__basket-total {
    margin-top: 5px;
    border-top: 1px solid #848484;
    padding-top: 10px;
    text-align: center;
}

.shop-cart-mod__basket-incart {
    align-self: center;
}

.shop-cart-mod__in-cart-message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5px;
    white-space: nowrap;
    text-decoration: none;
}

.shop-cart-mod__item-list-added {
    color: #34A853;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: absolute;
}

.shop-cart-mod__in-cart-pro {
    text-decoration: none;
}

.shop-cart-mod__item-pro-added {
    color: #34A853;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: absolute;
}

.shop-cart-mod__no-display {
    display: none;
}

.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%;
}

#tr_field_ext_field_1,
#tr_field_ext_field_2 {
    display: none;
}

#tr_field_ext_field_1.m--active,
#tr_field_ext_field_2.m--active {
    display: block;
}

/* tabs */

.rl_tabs .tab-content>.tab-pane {
    display: none
}

.rl_tabs .tab-content>.active {
    display: block
}

.rl_tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin: 15px 0px 30px;
    border-bottom: 1px solid #DCDCDC;
}

.rl_tabs .rl_tabs-tab {
    margin-right: 25px;
}

.rl_tabs .rl_tabs-tab.active {
    border-bottom: 3px solid #E62323;
}

.rl_tabs .rl_tabs-tab.active a {
    color: #000000;
}

.rl_tabs .rl_tabs-tab a {
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    color: #929292;
}

/* 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 #E62323;
    color: #CB1818;
    background-color: transparent;
    padding: 13px 18px;
}

@media (max-width: 991px) {
    .p--border-button {
        padding: 10px 15px;
    }
}

.p--border-button:hover {
    border-color: #FD4545;
    color: #E62323;
    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: #F7F7F7;
}

.p--dark-background .shop-category-item,
.p--dark-background .shop-product-item,
.p--dark-background .faq-container__question,
.p--dark-background .faq-container__answer,
.p--dark-background .contacts-block__info,
.p--dark-background .contacts-block__map,
.p--dark-background .vertical-trigger,
.p--dark-background .horizontal-trigger {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.p--black-background {
    background-color: #424242;
}

.p--black-background .heading {
    color: #FFFFFF;
}

.p--fixed.m--active {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

@media (max-width: 991px) {
    .p--fixed.m--active {
        background-color: #E62323;
    }
}

.p--fixed.m--active .top-menu {
    border-bottom: none;
}

.p--fixed.m--active .top-menu>.top-menu__item {
    padding: 15px 0px;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .p--fixed.m--active .top-menu>.top-menu__item {
        padding: 10px 0px;
        transition: 0.5s;
    }
}

.p--big-button {
    padding: 20px 40px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .p--big-button {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.p--flare {
    position: relative;
    overflow: hidden;
}

.p--flare:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    transform: skewX(-15deg);
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -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: 3s;
    animation-duration: 3s;
    -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--alternate .vertical-item {
    background-color: transparent;
    border: none;
}

.p--alternate .vertical-item__image {
    border-radius: 5px;
}

.p--alternate .vertical-item__text {
    padding-left: 0px;
    padding-right: 0px;
}

.p--alternate .horizontal-item {
    background-color: transparent;
    border: none;
}

.p--alternate .horizontal-item__image {
    border-radius: 5px;
}

.p--alternate .horizontal-item__text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.p--alternate .vertical-trigger {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.p--alternate .horizontal-trigger {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.p--alternate .horizontal-trigger-wide {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.p--alternate .faq-container__answer {
    background-color: transparent;
    border: none;
}

.p--alternate .faq-container__answer-text {
    padding-top: 15px;
}

@media (max-width: 1199px) {
    .p--alternate .faq-container__answer-text {
        padding-top: 10px;
    }
}

.p--alternate .contacts-block__info {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.p--oneclick-button {
    margin-left: 10px;
}

.p--footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.p--same-height .wrapper {
    display: flex;
}

.p--horizontal-padding-reset {
    margin: 0px -15px;
}

@media (max-width: 1199px) {
    .p--horizontal-padding-reset {
        margin: 0px -10px;
    }
}

.p--ask-question {
    margin-left: 10px;
}

.pb-banner {
    display: flex;
    width: 240px;
    margin-left: auto;
    margin-top: -50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .pb-banner {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .pb-banner {
        margin-top: -25px;
    }
}

@media (max-width: 574px) {
    .pb-banner {
        margin-top: -10px;
        margin-right: 20px;
    }
}

.pb-banner img {
    width: 100%;
}

.credit-buy__button {
    max-width: 200px;
    margin-top: 15px;
}
