@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway: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>* {
    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-1 {
    width: 100%;
}

.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;
    }

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

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

@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);
    }
}

/* 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: #303030;
}

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

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

.p--full-width .wrapper,
.p--full-width .content-block__text {
    width: 100%;
}

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

nav {
    z-index: 1;
    margin-bottom: -28px;
}

@media (max-width: 575px) {
    nav {
        margin-bottom: 0px;
    }
}

nav .container {
    background-color: #0CB4D5;
    padding: 0px 20px;
    border-radius: 30px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
    nav .container {
        box-sizing: border-box;
        padding: 0px;
        border-radius: 0px;
    }
}

p {
    margin: 10px 0px;
}

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

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

a {
    color: #0CB4D5;
    transition: color 0.3s;
}

a:hover {
    color: #4DD6F1;
}

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: 24px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 15px;
}

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

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

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

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

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

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

@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;
    }
}

.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: 42px;
    font-weight: bold;
    line-height: 125%;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

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

@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:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: #0CB4D5;
    border-radius: 5px;
    margin-top: 30px;
}

.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;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 15px 25px;
    background-color: #FF981E;
    border: 0px solid transparent;
    color: #FFFFFF;
    line-height: 125%;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
    border-radius: 50px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

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

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

.page-content {
    display: flex;
}

@media (max-width: 991px) {
    .page-content {
        display: block;
    }
}

@media (max-width: 767px) {
    .page-content {
        display: flex;
        flex-direction: column;
    }
}

.page-content__text {
    flex-grow: 1;
}

.page-content__image {
    margin: 0px 0px 0px 30px;
    order: 2;
    min-width: 400px;
}

@media (max-width: 1199px) {
    .page-content__image {
        min-width: 350px;
    }
}

@media (max-width: 991px) {
    .page-content__image {
        float: right;
        width: 300px;
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .page-content__image {
        margin: 0px 0px 20px 0px;
        order: 0;
        width: 100%;
    }
}

.page-content__image img {
    border-radius: 5px;
}

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 {
    background-color: #EDF3F6;
    margin-top: auto;
}

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: 15px;
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    resize: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-size: 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

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: 15px;
    padding: 20px;
    background-color: rgba(248, 171, 53, 0.2);
    margin: 0px;
    display: flex;
}

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

.header-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .header-information {
        align-items: center;
    }
}

.feedback-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .feedback-information {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .feedback-information {
        align-items: flex-start;
    }
}

.bag-image {
    max-width: 120px;
    margin-right: auto;
    margin: -10px 0px -10px 0px;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .bag-image {
        max-width: 100px;
        margin: -10px 0px -10px -10px;
    }
}

@media (max-width: 767px) {
    .bag-image {
        order: 2;
        margin: -5px 15px -10px;
    }
}

@media (max-width: 360px) {
    .bag-image {
        display: none;
    }
}

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

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

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

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

.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: 36px;
    height: 36px;
}

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

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

.company-information__name {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 125%;
    color: #303030;
}

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

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

.company-information__tagline {
    font-weight: normal;
    line-height: 140%;
    color: #898989;
    max-width: 175px;
    border-left: 2px solid #0CB4D5;
    margin-left: 15px;
    padding-left: 15px;
}

.additionally-information {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: auto;
}

@media (max-width: 991px) {
    .additionally-information {
        margin: 0px 0px 5px;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .additionally-information {
        align-items: flex-end;
    }
}

.additionally-information__phone-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .additionally-information__phone-icon {
        margin-left: 48px;
    }
}

.additionally-information__text {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    line-height: 150%;
    flex-shrink: 0;
}

.call-back {
    display: flex;
    align-items: center;
    border: 2px solid #EA4335;
    border-radius: 50px;
    padding: 8px 16px 8px 8px;
    cursor: pointer;
}

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

@media (max-width: 575px) {
    .call-back {
        padding: 10px;
    }
}

.call-back__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.call-back__text {
    margin-left: 5px;
}

@media (max-width: 575px) {
    .call-back__text {
        display: none;
    }
}

.contacts-information {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .contacts-information {
        align-items: flex-end;
    }
}

.contacts-information__label,
.additionally-information__text {
    color: #898989;
    line-height: 175%;
    margin-bottom: 3px;
}

@media (max-width: 991px) {

    .contacts-information__label,
    .additionally-information__text {
        font-size: 12px;
    }
}

.contacts-information__number {
    display: flex;
    align-items: center;
}

.additionally-information__number {
    display: flex;
    align-items: center;
}

.contacts-information__messengers {
    display: flex;
    align-items: center;
}

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

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

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

.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,
.additionally-information__phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 125%;
}

@media (max-width: 1199px) {

    .contacts-information__phone,
    .additionally-information__phone {
        font-size: 22px;
    }
}

@media (max-width: 991px) {

    .contacts-information__phone,
    .additionally-information__phone {
        font-size: 18px;
        white-space: nowrap;
    }
}

.contacts-information__phone a,
.additionally-information__phone a,
.contacts-information__phone-messengers a {
    color: #303030;
    text-decoration: none;
}

.contacts-information__mail {
    font-weight: normal;
    line-height: 125%;
    margin-top: 3px;
}

.contacts-information__mail a {
    color: #000000;
}

.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;
            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;
}

@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%;
}

@media (max-width: 991px) {
    .top-menu__item {
        padding: 10px 0px;
        width: 100%;
    }

    .top-menu__item:last-child {
        padding: 5px 0px 25px;
    }
}

@media (max-width: 575px) {
    .top-menu__item {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .top-menu__item.udeeper {
        position: relative;
    }

    .top-menu__item.udeeper:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        left: 100px;
        background-image: url(../images/arrow.svg);
    }
}

@media (max-width: 575px) {
    .top-menu__item.udeeper {
        position: relative;
    }

    .top-menu__item.udeeper:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: 60px;
        background-image: url(../images/arrow.svg);
    }
}

.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 {
    opacity: 0.75;
}

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

@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: 767px) {
        .top-menu__sub-menu {
            border-radius: 15px;
            box-sizing: border-box;
            margin: 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: #029FBE;
        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;
    }
}

@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;
    }
}

.intro-section {
    background-size: cover;
    background-position: center top;
    padding: 0px;
    width: 1300px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0px auto;
}

@media (max-width: 1199px) {
    .intro-section {
        width: 100%;
        border-radius: 0px;
    }
}

@media (max-width: 575px) {
    .intro-section {
        background-position: right -185px center;
    }

    .intro-section.p--mini-triggers {
        background-position: right -250px center;
    }
}

.intro-section__shadow {
    padding: 100px 0px;
}

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

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

@media (max-width: 767px) {
    .intro-section__shadow {
        padding: 65px 0px;
    }
}

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

.intro-content {
    color: #FFFFFF;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .intro-content {
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    }
}

.intro-content__heading {
    margin: 0px;
    max-width: 75%;
}

@media (max-width: 767px) {
    .intro-content__heading {
        max-width: 85%;
    }
}

.intro-content__heading:after {
    display: none;
}

.intro-content__description {
    font-size: 26px;
    margin: 15px 0px;
    background: #0CB4D5;
    text-shadow: none;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .intro-content__description {
        font-size: 24px;
        margin: 10px 0px;
    }
}

@media (max-width: 991px) {
    .intro-content__description {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .intro-content__description {
        margin-top: 20px;
        max-width: 85%;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .intro-content__description {
        margin-top: 20px;
        max-width: 70%;
        font-size: 18px;
    }
}

.intro-content__list {
    margin: 15px 0px;
}

.intro-content__triggers {
    display: flex;
    margin: 40px 0px;
}

@media (max-width: 767px) {
    .intro-content__triggers {
        flex-direction: column;
        margin: 20px 0px;
        max-width: 75%;
    }
}

.intro-content__trigger {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .intro-content__trigger {
        margin-bottom: 15px;
    }

    .intro-content__trigger:last-child {
        margin-bottom: 0px;
    }
}

.intro-content__trigger-text {
    max-width: 220px;
}

@media (max-width: 767px) {
    .intro-content__trigger-text {
        max-width: 100%;
        line-height: 150%;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
    }
}

.p--mini-triggers .intro-content__trigger-text {
    max-width: 120px;
}

@media (max-width: 767px) {
    .p--mini-triggers .intro-content__trigger-text {
        max-width: 100%;
    }
}

.intro-content__trigger-image {
    margin-right: 10px;
    padding: 16px;
    background-color: #0CB4D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .intro-content__trigger-image {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .intro-content__trigger-image {
        padding: 9px;
    }
}

.intro-content__trigger-image img {
    width: 36px;
    height: 36px;
}

@media (max-width: 767px) {
    .intro-content__trigger-image img {
        width: 24px;
        height: 24px;
    }
}

.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;
    margin-right: 6px;
}

.vertical-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}

.vertical-item__image {
    background-color: #EDF3F6;
    background-size: cover;
    background-position: center;
    line-height: 0%;
}

.p--dark-background .vertical-item__image {
    background-color: #FFFFFF;
}

.vertical-item__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    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__plus,
.vertical-item__minus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.vertical-item__plus img,
.vertical-item__minus img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.vertical-item__text p {
    margin-top: 0px;
    color: #787878;
}

.vertical-item__text ul {
    padding: 0px;
    text-align: left;
}

.vertical-item__text h5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vertical-item__text h5:after {
    content: '';
    background-color: #FF981E;
    width: 30%;
    margin-top: 15px;
    height: 3px;
    display: block;
    border-radius: 3px;
}

.vertical-item__price {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #303030 !important;
}

.vertical-item__button {
    margin-top: auto;
}

.price-items .wrapper:last-child {
    display: none;
}

@media (max-width: 767px) {
    .price-items .wrapper:last-child {
        display: flex;
    }
}

.price-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}

.price-item__image {
    background-color: #EDF3F6;
    background-size: cover;
    background-position: center;
    line-height: 0%;
    margin-top: auto;
}

.p--dark-background .price-item__image {
    background-color: #FFFFFF;
}

.price-item__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    padding: 30px;
}

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

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

.price-item__description {
    color: #787878;
    line-height: 125%;
}

.price-item__label {
    padding: 2px 15px;
    border-radius: 10px;
    background: #898989;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
}

.price-item__characteristic {
    width: 100%;
    color: #787878;
}

.price-item__prices {
    margin-top: 15px;
    font-size: 20px;
    color: #0CB4D5;
}

.price-item__prices span {
    font-size: 14px;
    color: #242424;
}

.horizontal-item {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .horizontal-item {
        flex-direction: column;
    }
}

.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: 100%;
        height: 250px;
        order: 2;
    }
}

.columns-1 .horizontal-item__image {
    background-color: #DCDCDC;
    width: 360px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1199px) {
    .columns-1 .horizontal-item__image {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .columns-1 .horizontal-item__image {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .columns-1 .horizontal-item__image {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .columns-1 .horizontal-item__image {
        width: 100%;
        height: 250px;
        order: 2;
    }
}

.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;
    }
}

@media (max-width: 575px) {
    .horizontal-item__text {
        margin-bottom: -40px;
        z-index: 1;
    }
}

.horizontal-item__text h3 {
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.horizontal-item__text p {
    margin-top: 0px;
    color: #787878;
}

.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: 15px;
    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;
}

.vertical-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    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: 48px;
    height: 48px;
    padding: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 575px) {
    .vertical-trigger__image {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
        margin-right: 20px;
    }
}

.vertical-trigger__image:after {
    content: '';
    background: url(/images/svg/done_mini.svg);
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
}

.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 h5 {
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.vertical-trigger__text p {
    margin-top: 0px;
    color: #787878;
}

.vertical-trigger__button {
    margin-top: auto;
}

.partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}

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

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

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

.partner__image+.partner__text {
    margin-top: 20px;
}

.partner__image img {
    max-height: 80px;
}

.partner__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    text-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .partner__text {
        text-align: center;
        align-items: flex-start;
    }

    .partner__text * {
        width: 100%;
    }
}

.partner__text h5 {
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.partner__text p {
    margin-top: 0px;
    color: #787878;
}

.horizontal-trigger {
    display: flex;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
}

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

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

.p--light-background .horizontal-trigger {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.horizontal-trigger__image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.p--images-triggers .horizontal-trigger__image {
    width: 140px;
    height: 140px;
}

@media (max-width: 1199px) {
    .p--images-triggers .horizontal-trigger__image {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .p--images-triggers .horizontal-trigger__image {
        width: 80px;
        height: 80px;
    }
}

.horizontal-trigger__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.horizontal-trigger__text p {
    margin-top: 0px;
}

.horizontal-trigger__button {
    margin-top: auto;
}

.horizontal-trigger-wide {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
    align-items: center;
}

@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;
    width: 100%;
    justify-content: center;
}

.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;
    align-items: center;
    flex-grow: 1;
}

.horizontal-trigger-wide__button {
    margin-top: auto;
}

.feedback-block__background {
    background-image: url(../images/feedback.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: calc(50% + 425px) bottom;
}

@media (max-width: 1199px) {
    .feedback-block__background {
        background-size: 400px;
        background-repeat: no-repeat;
        background-position: calc(50% + 350px) bottom;
    }
}

@media (max-width: 991px) {
    .feedback-block__background {
        background-size: 350px;
        background-repeat: no-repeat;
        background-position: calc(50% + 300px) 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: 15px;
    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;
    }
}

.calc__send .feedback-block__result {
    margin: auto;
    border: 0px;
    padding: 0px 20px;
}

.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 {
        width: calc(100%/2 - 20px);
    }
}

@media (max-width: 575px) {
    .feedback-line-block__form {
        width: calc(100%/1 - 20px);
    }
}

.feedback-line-block__content {
    display: flex;
}

.feedback-line-block__content-icon {
    flex-shrink: 0;
    width: 125px;
    margin-right: 25px;
}

.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;
    border-radius: 50px;
}

@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: 11.8px;
    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 20px rgba(0, 0, 0, 0.075);
    padding: 20px;
    border-radius: 15px;
    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-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 p {
    border-bottom: 1px dashed #0CB4D5;
}

@media (max-width: 767px) {
    .faq-container__question-text p {
        border-bottom: none;
    }
}

.faq-container__question-text>* {
    margin: 0px;
}

.faq-container__answer {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    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;
}

@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: 15px;
}

.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;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    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;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contacts-block__map {
        height: 300px;
    }
}

.contacts-block__map>iframe {
    width: 100% !important;
    height: 100% !important;
}

.balkon-item {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}

@media (max-width: 575px) {
    .balkon-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.balkon-item__image {
    width: 400px;
}

@media (max-width: 991px) {
    .balkon-item__image {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .balkon-item__image {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .balkon-item__image {
        width: 80%;
        margin: 10px 0px 0px;
    }
}

.balkon-item__image img {
    margin: 10px;
}

.balkon-item__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
}

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

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

@media (max-width: 575px) {
    .balkon-item__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.balkon-item__characteristic {
    color: #787878;
}

.balkon-item__text p {
    margin-top: 0px;
}

.balkon-item__prices {
    margin-top: 10px;
}

.balkon-item__prices b {
    font-size: 22px;
    color: #0CB4D5;
}

.balkon-item__button {
    margin-top: 10px;
}

.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-content__contacts-info a[href^="tel"] {
    color: #303030;
    text-decoration: none;
    border-bottom: 1px dotted;
}

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

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

.footer-socials__item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .footer-socials__item {
        width: 30px;
        height: 30px;
        padding: 8px;
        margin-right: 10px;
    }
}

.footer-socials__item[href^="tg"] {
    background-color: #25ABE8;
}

.footer-socials__item[href^="https://wa.me"] {
    background-color: #40C351;
}

.footer-socials__item[href^="max"] {
    background-color: #000000;
}

.footer-socials__item[href^="skype"] {
    background-color: #2DB3F0;
}

.footer-socials__item[href^="https://www.instagram.com"] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

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

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

.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: 15px;
}

@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__content .modal__messengers {
    display: none;
}

@media (max-width: 767px) {

    .modal-window__content .modal__messengers {
        display: block;
    }

    .modal-window__content textarea {
        max-height: 80px;
    }

    .modal-window__content .button {
        margin-top: 5px;
    }

}

.modal__messengers-container {
    display: flex;
}

.modal__messengers-container a {
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.modal__image {
    width: 24px;
    height: 24px;
}

.modal__messengers {
    display: flex;
    align-items: center;
}

.modal__messengers-intro {
    font-size: 11.5px;
    line-height: 125%;
    margin: -20px 0px 10px;
}

.modal__messengers-separator {
    font-size: 11.5px;
    line-height: 125%;
    margin: 10px 0px 15px;
}

.modal__messenger-image {
    width: 20px;
    height: 20px;
}
.modal__messenger-icon.p--telegram .modal__messenger-image,
.modal__messenger-icon.p--max .modal__messenger-image {
    width: 24px;
    height: 24px;
}


.modal__messenger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    margin-left: 3px;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .modal__messenger-icon {
        padding: 10px;
    }
}

.modal__messengers .callback__button {
    background-color: #EA4335;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
}

@media (max-width: 575px) {
    .modal__messengers .callback__button {
        font-size: 13px;
        padding: 8px 15px;
        font-weight: normal;
    }
}

@media (max-width: 340px) {
    .modal__messengers .callback__button {
        padding: 10px;
        font-weight: normal;
    }
}

.modal__messengers .callback__button:hover {
    background-color: #EC695E;
}

.modal__messengers .callback__title {
    font-weight: normal;
    padding: 0px;
}

@media (max-width: 575px) {
    .modal__messengers .callback__title {
        font-size: 13px;
    }
}

@media (max-width: 340px) {
    .modal__messengers .callback__title {
        display: none;
    }
}

.modal__messengers .callback__image {
    width: 20px;
    height: 20px;
}

.modal__messengers .callback__title {
    margin-left: 3px;
}

.thanks-message {
    display: none;
}

.reset-form {
    background-color: #F3F3F3 !important;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    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 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(../images/arrow-right.svg);
    flex-shrink: 0;
}

.messengers__content {
    margin-bottom: 40px;
}

.messengers__content+h3 {
    margin-bottom: 20px;
}

.messengers__icons {
    display: flex;
}

.messengers__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.messengers__icon[href^="tg"] {
    background-color: #25ABE8;
}

.messengers__icon[href^="https://wa.me"] {
    background-color: #40C351;
}

.messengers__icon[href^="max"] {
    background-color: #000000;
}

.messengers__icon[href^="skype"] {
    background-color: #2DB3F0;
}

/* blog styles */

.subcategory-caption {
    text-align: center;
}

.category-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    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;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    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%;
    position: relative;
}

.columns-1 .blog-item__image {
    padding: 30px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
}

@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: 15px;
}

@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: center;
    text-align: center;
}

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

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

.blog-item__title {
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 20px;
}

.blog-item__title+p {
    margin-top: 0px;
}

.blog-item__intro-text {
    color: #787878;
}

.blog-item__pice {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin: 15px 0px;
}

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

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

.blog-item__pice img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.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;
}

.calc__container .wrapper {
    display: flex;
}

.calc__block {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}

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

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

.calc__block h3 {
    color: #0CB4D5;
}

.calc__price-block p {
    margin: 0px;
}

.calc__price {
    color: #FF981E;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0px 20px !important;
}

.calc__line {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

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

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

h3+.calc__line {
    margin-top: 5px;
}

.calc__line .calc__line-label {
    line-height: 125%;
    margin-right: auto;
    width: 30%;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .calc__line .calc__line-label {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .calc__line .calc__line-label {
        width: 30%;
        margin-bottom: 0px;
    }
}

.calc__line-input {
    margin-left: 10px;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .calc__line-input {
        margin-left: 0px;
        width: 100%;
    }
}

@media (max-width:575px) {
    .calc__line-input {
        margin-left: 10px;
        width: auto;
    }
}

.calc__line-input * {
    width: 100%;
    margin: 0px !important;
}

.calc__block input[type="submit"] {
    align-self: start;
    margin-top: 20px;
}

.calc__price-block {
    padding-right: 40%;
    background-image: url(../images/calc.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom -50px;
    background-size: 40%;
}

.calc__no-discount,
.calc__with-discount {
    display: none;
}

.calc__no-discount.m--active,
.calc__with-discount.m--active {
    display: block;
}

.calc__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width:575px) {
    .calc__button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.calc__button>* {
    margin: 0px !important;
}

.calc__button a {
    color: #FF981E;
    line-height: 125%;
    text-align: right;
}

@media (max-width:575px) {
    .calc__button a {
        margin-top: 10px !important;
    }
}

/* 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: 15px;
    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;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    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: 15px;
}

@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: center;
    text-align: center;
}

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

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

.news-item__content p {
    color: #787878;
}

.news-item__title+p {
    margin-top: 0px;
}



/* 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: 15px;
    overflow: hidden;
    width: calc(100%/5 - 30px);
}

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

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

@media (max-width: 575px) {
    .sigFreeThumb {
        width: calc(100%/3 - 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 */

.shop-category-item {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

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

.shop-category-item__image {
    line-height: 0%;
}

.shop-category-item__content {
    padding: 30px;
    display: flex;
    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;
    }
}

.shop-category-item__category-name {
    text-align: center;
}

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

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

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

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

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

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

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

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

.shop-block-sorting__controls div[data$="arrow_up.gif"] {
    content: url(../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;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

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

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

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

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

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

.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__description {
    margin-bottom: 10px;
}

.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: 15px;
    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: 15px;
    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: 1px solid #DCDCDC;
    border-radius: 15px;
    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__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: 15px;
    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: 15px;
    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: 1px solid #DCDCDC;
    border-radius: 15px;
    background-color: #F3F3F3;
    padding: 30px;
    margin-bottom: 30px;
}

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

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

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

.shop-cart-page__order-group .uk-icon-warning {
    background-image: url(../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: 15px;
    overflow: hidden;
    border: 1px solid #CDCDCD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {

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

@media (max-width: 767px) {

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

.shop-cart-checkout__table 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: 15px;
    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-page__error>div {
    border-radius: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    }
}

.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: 15px;
        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;
    width: 0px;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.shop-cart-mod a {
    text-decoration: none;
}

.shop-cart-mod__basket-icon {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #242424;
    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: #424242;
}

.shop-cart-mod__basket-icon-count {
    color: #FFFFFF;
    background-color: #EA4335;
    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: 15px;
    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: 15px;
    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: 15px;
    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: 15px;
    position: absolute;
}

.shop-cart-mod__in-cart-pro {
    text-decoration: none;
}

.shop-cart-mod__item-pro-added {
    color: #34A853;
    background-color: #FFFFFF;
    border-radius: 15px;
    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%;
}

/* 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 #FF981E;
    color: #FF900D;
    background-color: transparent;
    padding: 13px 18px;
    box-shadow: none;
}

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

.p--border-button:hover {
    border-color: #FFA235;
    color: #FF981E;
    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: #EDF3F6;
}

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

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

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

.p--fixed.m--active {
    position: fixed;
    width: 100%;
    background-color: #0CB4D5;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 2;
    top: 0px;
}

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

.p--fixed.m--active .container {
    box-shadow: none;
}

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

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

.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--alternate .vertical-item {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.p--alternate .vertical-item__image {
    border-radius: 15px;
    overflow: hidden;
}

.p--transparent-image .vertical-item__image {
    background: transparent !important;
    padding: 0px 25px;
}

.p--alternate .vertical-item__text {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .p--alternate .vertical-item__text h3 {
        font-size: 16px;
    }
}

.p--alternate .price-item {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.p--alternate .price-item__image {
    border-radius: 15px;
    overflow: hidden;
}

.p--alternate .price-item__text {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .p--alternate .price-item__text h3 {
        font-size: 16px;
    }
}

.p--alternate .horizontal-item {
    background-color: transparent;
    border: none;
}

.p--alternate .horizontal-item__image {
    border-radius: 15px;
}

.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__question {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0px 0px 0px 0px;
    border-radius: 0px
}

.p--alternate .faq-container__answer {
    margin-bottom: 0px;
    transition: margin 0.3s;
}

.p--alternate .m--active .faq-container__answer {
    margin-bottom: 20px;
    transition: margin 0.3s;
}

.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(0, 0, 0, 0.05);
}

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

.p--messengers {
    background-image: url(../images/iphone.png);
    background-size: 325px;
    background-repeat: no-repeat;
    background-position: calc(50% + 425px) bottom;
}

@media (max-width: 1199px) {
    .p--messengers {
        background-size: 300px;
        background-repeat: no-repeat;
        background-position: calc(50% + 350px) bottom;
    }
}

@media (max-width: 991px) {
    .p--messengers {
        background-size: 250px;
        background-repeat: no-repeat;
        background-position: calc(50% + 300px) bottom;
    }
}

@media (max-width: 767px) {
    .p--messengers {
        background-image: none;
    }
}

.p--numbers .horizontal-trigger {
    position: relative;
    overflow: inherit;
}

.p--numbers .horizontal-trigger:before {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #FF981E;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}

.p--numbers .wrapper:nth-child(1) .horizontal-trigger:before {
    content: '1';
}

.p--numbers .wrapper:nth-child(2) .horizontal-trigger:before {
    content: '2';
}

.p--numbers .wrapper:nth-child(3) .horizontal-trigger:before {
    content: '3';
}

.p--numbers .wrapper:nth-child(4) .horizontal-trigger:before {
    content: '4';
}

.p--numbers .wrapper:nth-child(5) .horizontal-trigger:before {
    content: '5';
}

.p--numbers .wrapper:nth-child(6) .horizontal-trigger:before {
    content: '6';
}

.p--master {
    background-image: url(../images/master__background-1.png), url(../images/master__background-2.png);
    background-position: left -50px center, right -50px center;
    background-repeat: no-repeat;
    background-size: 350px;
}

@media (max-width: 1199px) {
    .p--master {
        background-position: left -100px center, right -100px center;
        background-size: 250px;
    }
}

@media (max-width: 991px) {
    .p--master {
        background-position: left -75px center, right -75px center;
        background-size: 200px;
    }
}

@media (max-width: 767px) {
    .p--master {
        background-image: none;
    }
}

.p--master .container {
    justify-content: center;
}

.p--setki .vertical-item__image {
    position: relative;
    overflow: inherit;
    background-color: #FFFFFF;
}

.p--setki .vertical-item__image:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/setka.png);
    background-size: cover;
}

.p--setki .wrapper:nth-child(1) .vertical-item__image:before {
    -webkit-animation: frame 4s infinite;
    animation: frame 4s infinite;
}

@-webkit-keyframes frame {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: translate(20px, 10px);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes frame {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: translate(20px, 10px);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

.p--setki .wrapper:nth-child(2) .vertical-item__image:before {
    -webkit-animation: plugin 4s infinite;
    animation: plugin 4s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes plugin {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: rotate(5deg) scale(0.9);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes plugin {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: rotate(5deg) scale(0.9);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

.p--setki .wrapper:nth-child(3) .vertical-item__image:before {
    -webkit-animation: move 4s infinite;
    animation: move 4s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 1.5s;
}

@-webkit-keyframes move {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: translate(40px, 0px);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes move {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform: translate(40px, 0px);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

.p--setki .wrapper:nth-child(4) .vertical-item__image:before {
    -webkit-animation: open 4s infinite;
    animation: open 4s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 2s;
}

@-webkit-keyframes open {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform-origin: 67% 50%;
        transform: perspective(400px) rotateY(-230deg);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes open {

    0%,
    20% {
        transform: translate(0px, 0px);
    }

    30%,
    70% {
        transform-origin: 67% 50%;
        transform: perspective(400px) rotateY(-230deg);
    }

    80%,
    100% {
        transform: translate(0px, 0px);
    }
}

.p--button-container {
    display: flex;
    justify-content: center;
}

.p--text-center .horizontal-trigger-wide__text {
    text-align: center;
}

.p--telegram {
    background-color: #25ABE8;
}

.p--max {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.28);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.p--viber {
    background-color: #007AFF;
}

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

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

.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);
    }
}

.p--byudzhet-label {
    background: #9ACF43;
}

.p--ekonom-label {
    background: #2CCC9C;    
}

.p--standart-label {
    background: #627BE0;    
}

.p--VIP-label {
    background: #B952D2;    
}

.p--circle-image .horizontal-item__image {
    border-radius: 0% 30% 30% 0% / 0% 70% 70% 0%;
    box-shadow: 0px 0px 0px 15px #FF981E;
}

@media (max-width: 575px) {
    .p--circle-image .horizontal-item__image {
        box-shadow: 0px 0px 0px 5px #FF981E;
        border-radius: 0px;
        order: 0;
    }

    .p--circle-image  .horizontal-item__text {
        margin-bottom: 0px;
    }
}

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

@media (max-width: 575px) {
.p--circle .vertical-item__image {
    max-width: 60%;
    margin: auto;
}
}

.p--circle .vertical-item__image {
    background: transparent;
}

.p--color-price .vertical-item__price {
    margin-top: auto;
    background: #FFD301;
    padding: 3px 12px;
    border-radius: 10px;
    font-weight: normal;
}

.p--types-of-glass .vertical-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p--types-of-glass .vertical-item__image img {
    max-width: 60%;
    margin: 20px;
}

.p--teplovision .vertical-item__price {
    font-weight: normal !important;
}

.p--dveri img {
    max-height: 250px;
}

.p--dveri .vertical-item__image {
    display: flex;
    justify-content: center;
    align-items: center;
}



