<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    line-height: 1.15;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

main {
    display: block;
}

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

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

input {
    overflow: visible;
}

[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"] {
    appearance: auto;
    outline-offset: -2px;
}

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.cd-hidden {
    display: none;
}

.cd-btn {
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    outline: 0;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.19px;
    padding: 8px 20px;
    border: none;
    border-radius: 24px;
    background-color: #1ca345;
    transition: 0.2s ease;
    cursor: pointer;
    appearance: none;
}

@media all and (min-width: 960px) {
    .cd-btn {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -.4px;
        padding: 12px 28px;
    }
}

@media all and (min-width: 1200px) {
    .cd-btn:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 14%), rgba(255, 255, 255, 14%)), #1ca345;
        box-shadow: 0 8px 12px rgba(188, 239, 189, 40%);
    }

    .cd-btn:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 10%), rgba(0, 0, 0, 10%)), #1ca345;
    }
}

@media all and (min-width: 1380px) {
    .cd-btn {
        padding: 12px 32px;
    }
}

.cd-btn.disabled,
.cd-btn[disabled="true"] {
    background-color: #d2d2d2;
    cursor: default;
    box-shadow: none;
}

.cd-btn.disabled svg,
.cd-btn[disabled="true"] svg {
    opacity: .5;
}

.cd-btn.iconed {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.cd-btn.iconed svg {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    fill: #fefefe;
}

@media all and (min-width: 960px) {
    .cd-btn.iconed svg {
        width: 32px;
        height: 32px;
    }
}

.cd-btn.secondary {
    box-shadow: none;
    background-color: #f8f8f8;
    color: #0369d9;
}

@media all and (min-width: 960px) {
    .cd-btn.secondary {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (min-width: 1200px) {
    .cd-btn.secondary:hover {
        box-shadow: none;
        background: linear-gradient(0deg, #eaeaea, #eaeaea), #f8f8f8;
    }

    .cd-btn.secondary:active {
        background: linear-gradient(0deg, #e1e1e1, #e1e1e1), #f8f8f8;
        box-shadow: none;
    }
}

.cd-btn.secondary.disabled,
.cd-btn.secondary[disabled="true"] {
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
    background-color: #fafaf9;
    cursor: default;
    color: #8a8a8a;
}

.cd-btn.secondary.disabled svg,
.cd-btn.secondary[disabled="true"] svg {
    opacity: .5;
}

.cd-btn.secondary svg {
    fill: #333;
}

.cd-btn.no-text {
    padding: 8px;
    border-radius: 50%;
}

.cd-btn.no-text svg {
    margin: 0;
}

.cd-btn.small {
    padding: 4px 24px;
}

@media all and (min-width: 960px) {
    .cd-btn.small {
        padding: 8px 24px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media all and (min-width: 1380px) {
    .cd-btn.small {
        padding: 8px 32px;
        font-size: 15px;
        font-weight: 500;
    }
}

.cd-btn.small.iconed {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
}

@media all and (min-width: 960px) {
    .cd-btn.small.iconed {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.cd-btn.small.iconed svg {
    width: 24px;
    height: 24px;
}

@media all and (min-width: 960px) {
    .cd-btn.small.iconed svg {
        width: 26px;
        height: 26px;
    }
}

@media all and (min-width: 1380px) {
    .cd-btn.small.iconed svg {
        width: 26px;
        height: 26px;
    }
}

.cd-btn.small.no-text {
    padding: 4px;
}

@media all and (min-width: 960px) {
    .cd-btn.small.no-text {
        padding: 8px;
    }
}

.cd-btn.large {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.2px;
}

@media all and (min-width: 960px) {
    .cd-btn.large {
        padding: 16px 32px;
        border-radius: 28px;
        font-size: 18px;
    }
}

@media all and (min-width: 1380px) {
    .cd-btn.large {
        padding: 16px 34px;
        font-size: 18px;
    }
}

.cd-btn.large.iconed {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.cd-btn.large.iconed svg {
    width: 32px;
    height: 32px;
}

@media all and (min-width: 960px) {
    .cd-btn.large.iconed svg {
        width: 40px;
        height: 40px;
    }
}

@media all and (min-width: 1380px) {
    .cd-btn.large.iconed svg {
        width: 40px;
        height: 40px;
    }
}

.cd-btn.large.no-text {
    padding: 8px;
}

.cd-checkbox__label {
    cursor: pointer;
    display: inline-flex;
    vertical-align: top;
    font-size: 0;
    outline: 0;
}

.cd-checkbox__wrapper.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cd-checkbox__pseudo-wr {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 2px;
    flex: 0 0 26px;
    margin-right: 6px;
}

.cd-checkbox__pseudo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    transition: background 0.2s ease-out, border 0.2s ease-out;
}

.cd-checkbox__text {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cd-checkbox__check {
    position: absolute;
    top: 2px;
    left: 2px;
    stroke: #fff;
    stroke-dasharray: 19px;
    stroke-dashoffset: 19px;
    transition: 0.2s ease-out;
}

.cd-checkbox__indeterminate {
    stroke: #fff;
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
}

.cd-checkbox input[type="checkbox"] {
    display: none;
}

.cd-checkbox input[type="checkbox"]:checked ~ * .cd-checkbox__pseudo {
    background-color: #0069d9;
    border-color: #0069d9;
}

.cd-checkbox input[type="checkbox"]:checked ~ * .cd-checkbox__pseudo .cd-checkbox__check {
    stroke-dashoffset: 38px;
}

.cd-checkbox input[type="checkbox"]:indeterminate ~ * .cd-checkbox__pseudo {
    border-color: #0069d9;
    background-color: #0069d9;
    box-shadow: none;
}

.cd-checkbox input[type="checkbox"]:indeterminate ~ * .cd-checkbox__pseudo .cd-checkbox__check {
    display: none;
}

.cd-checkbox input[type="checkbox"]:indeterminate ~ * .cd-checkbox__pseudo .cd-checkbox__indeterminate {
    display: block;
}

.cd-checkbox input[type="checkbox"]:indeterminate ~ .cd-checkbox__text {
    color: #333;
}

.cd-checkbox input[type="checkbox"]:disabled ~ * .cd-checkbox__pseudo {
    border-color: #ddd;
    background-color: #f4f4f4;
    box-shadow: none;
}

.cd-checkbox input[type="checkbox"]:disabled ~ * .cd-checkbox__pseudo .cd-checkbox__indeterminate {
    stroke: #0069d9;
}

.cd-checkbox input[type="checkbox"]:disabled ~ .cd-checkbox__text {
    color: #b4b4b4;
}

.cd-checkbox input[type="checkbox"]:disabled:checked ~ * .cd-checkbox__pseudo {
    border-color: #ddd;
    background-color: #f4f4f4;
    box-shadow: none;
}

.cd-checkbox input[type="checkbox"]:disabled:checked ~ * .cd-checkbox__pseudo .cd-checkbox__check {
    stroke: #0069d9;
}

.cd-checkbox input[type="checkbox"]:disabled:checked ~ .cd-checkbox__text {
    color: #333;
}

.cd-checkbox.error .cd-checkbox__pseudo {
    border-color: #ed8f8f;
}

@media all and (min-width: 1200px) {
    .cd-checkbox.error .cd-checkbox__label:focus input[type="checkbox"]:not(:disabled) ~ * .cd-checkbox__pseudo,
    .cd-checkbox.error .cd-checkbox__label:hover input[type="checkbox"]:not(:disabled) ~ * .cd-checkbox__pseudo {
        border-color: #ed8f8f;
        box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    }

    .cd-checkbox.error .cd-checkbox__label:focus input[type="checkbox"]:not(:disabled) ~ .cd-checkbox__text,
    .cd-checkbox.error .cd-checkbox__label:hover input[type="checkbox"]:not(:disabled) ~ .cd-checkbox__text {
        color: #dd4434;
    }
}

.cd-checkbox.large .cd-checkbox__text {
    font-size: 17px;
}

.cd-checkbox.small .cd-checkbox__text {
    font-size: 14px;
}

@media all and (min-width: 1200px) {
    .cd-checkbox__label:focus input[type="checkbox"]:not(:disabled) ~ * .cd-checkbox__pseudo,
    .cd-checkbox__label:hover input[type="checkbox"]:not(:disabled) ~ * .cd-checkbox__pseudo {
        box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
        background-color: #f2f7ff;
        border-color: #a3c0ea;
    }

    .cd-checkbox__label:focus input[type="checkbox"]:not(:disabled) ~ .cd-checkbox__text,
    .cd-checkbox__label:hover input[type="checkbox"]:not(:disabled) ~ .cd-checkbox__text {
        color: #0169d9;
    }

    .cd-checkbox__label:focus input[type="checkbox"]:indeterminate ~ * .cd-checkbox__pseudo,
    .cd-checkbox__label:hover input[type="checkbox"]:indeterminate ~ * .cd-checkbox__pseudo {
        box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 50%);
        border-color: #0068d9;
        background-color: #2485ee;
    }

    .cd-checkbox__label:focus input[type="checkbox"]:checked:not(:disabled) ~ * .cd-checkbox__pseudo,
    .cd-checkbox__label:hover input[type="checkbox"]:checked:not(:disabled) ~ * .cd-checkbox__pseudo {
        border-color: #0068d9;
        background-color: #2485ee;
        box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 50%);
    }
}

.cd-field {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
}

.cd-field__text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}

.cd-field__label {
    padding-left: 8px;
}

.cd-field__label + .cd-field__error {
    margin-left: 7px;
}

.cd-field__error {
    display: none;
    color: #dd4434;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 8px;
}

.cd-field.large .cd-field__text {
    font-size: 15px;
}

.cd-field.large .cd-field__error {
    font-size: 14px;
}

.cd-field.small .cd-field__text {
    font-size: 13px;
}

.cd-field.small .cd-field__error {
    font-size: 12px;
}

.cd-field.required .cd-field__label {
    position: relative;
}

.cd-field.required .cd-field__label::before {
    content: "*";
    color: #e7433a;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.cd-field.error .cd-field__error {
    display: block;
}

.cd-upload .progress-container {
    position: relative;
    margin: 0 16px 16px;
    padding-right: 50px;
}

.cd-upload .progress-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.2px;
}

.cd-upload .progress-bar-status {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.19px;
}

.cd-upload .progress-cancel {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 3px rgba(176, 176, 176, 27%);
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background: #fafaf9 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCBmaWxsPSIjMjEyMTIxIiBkPSJNOC43NSA1Ljc1VjQuNWMwLS45NjYuNzg0LTEuNzUgMS43NS0xLjc1aDVjLjk2NiAwIDEuNzUuNzg0IDEuNzUgMS43NXYxLjI1aDYuMjVhLjc1Ljc1IDAgMCAxIDAgMS41aC0yMWEuNzUuNzUgMCAwIDEgMC0xLjVoNi4yNXptMS41IDBoNS41VjQuNWEuMjUuMjUgMCAwIDAtLjI1LS4yNWgtNWEuMjUuMjUgMCAwIDAtLjI1LjI1djEuMjV6bTUuNTAxIDMuNzAzYS43NTEuNzUxIDAgMCAxIDEuNDk4LjA5NGwtLjUgOGEuNzUxLjc1MSAwIDAgMS0xLjQ5OC0uMDk0bC41LTh6TTEyLjI1IDkuNWEuNzUuNzUgMCAwIDEgMS41IDB2OGEuNzUuNzUgMCAwIDEtMS41IDB2LTh6bS0xLjUwMSA3Ljk1M2EuNzUxLjc1MSAwIDAgMS0xLjQ5OC4wOTRsLS41LThhLjc1MS43NTEgMCAwIDEgMS40OTgtLjA5NGwuNSA4em05LjAxLTguMDdhLjc1Ljc1IDAgMSAxIDEuNDgyLjIzNGwtMS43MjkgMTAuOTkyYy0uMTk4IDEuNDY4LTEuNTMzIDIuNjQxLTMuMDA0IDIuNjQxSDkuNDkyYy0xLjQ3MiAwLTIuODEyLTEuMTQ5LTMuMDM2LTIuNjA2TDQuNzU5IDkuNjE0YS43NS43NSAwIDAgMSAxLjQ4Mi0uMjI4bDEuNjk3IDExLjAzYy4xMTIuNzI1LjgyMiAxLjMzNCAxLjU1NCAxLjMzNGg3LjAxNmMuNzE4IDAgMS40Mi0uNjE2IDEuNTItMS4zNThsMS43MzEtMTEuMDA5eiIvPjwvc3ZnPg==") no-repeat 50% 50%;
}

.cd-upload .upload-button {
    display: flex;
    align-items: center;
}

.cd-upload .upload-button input[type="button"] {
    margin-right: 25px;
    color: #0169d9;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -.2px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    border: 2px solid #dfdfdf;
    padding: 3px 16px 3px 34px;
    position: relative;
    outline: 0;
    background: #fbfbfa url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCBmaWxsPSIjMjEyMTIxIiBkPSJNMjEuNDU3IDUuNDg3YS43NjguNzY4IDAgMCAwLS4xMDgtLjE2M2wtLjEzLS4xM2EuNzcuNzcgMCAwIDAtLjE2MS0uMTExIDQuNzQ3IDQuNzQ3IDAgMCAwLTYuNDM2LjE4OGwtLjIuMTk3YS43NS43NSAwIDAgMCAxLjA1MiAxLjA3bC4yLS4xOTdhMy4yNTcgMy4yNTcgMCAwIDEgNC41MzYtLjAyMiAzLjI3NSAzLjI3NSAwIDAgMS0uMDYgNC41NDRsLTkuMzU4IDkuMzU3YTMuMjE2IDMuMjE2IDAgMCAxLTQuNTAxLjAzMyAzLjI0NSAzLjI0NSAwIDAgMSAuMDc5LTQuNTI0bDUuNzk4LTUuNzI0YTEuMjYzIDEuMjYzIDAgMCAxIDEuNzc1LjAwN2wuMTc1LjE3NWExLjIyNSAxLjIyNSAwIDAgMS0uMDA3IDEuNzQybC01LjE0IDUuMDM3YS43NS43NSAwIDAgMCAxLjA1IDEuMDcxbDUuMTQtNS4wMzZhMi43MjUgMi43MjUgMCAwIDAgLjAxOC0zLjg3NGwtLjE3Ni0uMTc2YTIuNzYzIDIuNzYzIDAgMCAwLTMuODktLjAxM2wtNS43OTcgNS43MjRhNC43MzQgNC43MzQgMCAwIDAtLjI3MiA2LjQyMy43Ny43NyAwIDAgMCAuMTA5LjE2NGwuMTI5LjEzYS43NzEuNzcxIDAgMCAwIC4xNjMuMTExIDQuNzA0IDQuNzA0IDAgMCAwIDYuNDA4LS4yMWw5LjM1Ny05LjM1N2E0Ljc2NSA0Ljc2NSAwIDAgMCAuMjQ3LTYuNDM2eiIvPjwvc3ZnPg==") no-repeat 10px 50%;
    box-shadow: 0 2px 3px rgba(176, 176, 176, 27%);
}

.cd-upload .upload-count {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.2px;
}

@media all and (min-width: 1200px) {
    .cd-upload .progress-cancel:focus,
    .cd-upload .progress-cancel:hover,
    .cd-upload .upload-button input[type="button"]:focus,
    .cd-upload .upload-button input[type="button"]:hover {
        box-shadow: 0 2px 3px rgba(130, 165, 233, 27%);
        border-color: #a4bfe9;
        background-color: #d9e4f5;
    }

    .cd-upload .progress-cancel:active,
    .cd-upload .upload-button input[type="button"]:active {
        background-color: #a4bfe9;
        border-color: #a4bfe9;
        box-shadow: 0 2px 3px transparent;
    }
}

.cd-input {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
}

.cd-input__wrapper {
    position: relative;
}

.cd-input__wrapper svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    fill: #15c;
    opacity: .5;
    transition: opacity 0.4s;
    width: 27px;
    max-height: 27px;
}

.cd-input.iconed-left svg {
    left: 12px;
}

.cd-input.iconed-left .cd-input__field {
    padding-left: 48px;
}

.cd-input.iconed-right svg {
    right: 12px;
}

.cd-input.iconed-right .cd-input__field {
    padding-right: 48px;
}

.cd-input__field {
    color: #333;
    padding: 10px 14px;
    box-sizing: border-box;
    outline: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
}

.cd-input__field::placeholder {
    font-size: 15px;
    font-weight: 400;
}

.cd-input__field:focus {
    box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
    border-color: #82a5e9;
}

.cd-input__field:focus + svg {
    opacity: 1;
}

.cd-input__field:disabled {
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #333;
}

.cd-input__field:disabled + svg {
    opacity: 1;
    fill: #333;
}

.cd-input.error svg {
    fill: #cf796f;
}

.cd-input.error .cd-input__field {
    border-color: #ed8e8e;
    background-color: #fff;
    color: #de4838;
}

.cd-input.error .cd-input__field:focus {
    box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    border-color: #ed8f8f;
}

.cd-input.large .cd-input__field {
    height: 56px;
    padding: 14px;
    font-size: 17px;
}

.cd-input.large .cd-input__field::placeholder {
    font-size: 17px;
}

.cd-input.large .cd-input__field svg {
    max-height: 33px;
    width: 33px;
}

.cd-input.large.iconed-left svg {
    left: 13px;
}

.cd-input.large.iconed-left .cd-input__field {
    padding-left: 56px;
}

.cd-input.large.iconed-right svg {
    right: 13px;
}

.cd-input.large.iconed-right .cd-input__field {
    padding-right: 56px;
}

.cd-input.small .cd-input__field {
    height: 40px;
    padding: 6px 14px;
    font-size: 14px;
}

.cd-input.small .cd-input__field::placeholder {
    font-size: 14px;
}

.cd-input.small .cd-input__field svg {
    max-height: 22px;
    width: 22px;
}

.cd-input.small.iconed-left svg {
    left: 11px;
}

.cd-input.small.iconed-left .cd-input__field {
    padding-left: 42px;
}

.cd-input.small.iconed-right svg {
    right: 11px;
}

.cd-input.small.iconed-right .cd-input__field {
    padding-right: 42px;
}

@media all and (min-width: 1200px) {
    .cd-input:not(.error) .cd-input__field:not(:disabled):hover {
        border-color: #a3c0ea;
    }
}

.cd-radio__label {
    cursor: pointer;
    display: inline-flex;
    vertical-align: top;
    font-size: 0;
    margin-right: 10px;
    margin-top: 12px;
    outline: 0;
}

.cd-radio__wrapper.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cd-radio__pseudo-wr {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    box-sizing: border-box;
}

.cd-radio__pseudo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease-out, border 0.2s ease-out;
}

.cd-radio__pseudo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    border: 3px solid #fff;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: 0 0;
    border-radius: 50%;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.cd-radio__text {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: color 0.2s ease-out;
}

.cd-radio input[type="radio"]:checked ~ * .cd-radio__pseudo {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: none;
}

.cd-radio input[type="radio"]:checked ~ * .cd-radio__pseudo::before {
    transform: translate(-50%, -50%) scale(1);
    background-color: #0069d9;
}

.cd-radio input[type="radio"]:disabled ~ * .cd-radio__pseudo {
    border-color: #ddd;
    background-color: #f4f4f4;
    box-shadow: none;
}

.cd-radio input[type="radio"]:disabled ~ * .cd-radio__pseudo::before {
    display: none;
}

.cd-radio input[type="radio"]:disabled ~ .cd-radio__text {
    color: #b4b4b4;
}

.cd-radio input[type="radio"]:disabled:checked ~ * .cd-radio__pseudo::before {
    display: block;
    border-color: #4c94e1;
    background-color: #f4f4f4;
}

.cd-radio input[type="radio"]:disabled:checked ~ .cd-radio__text {
    color: #b4b4b4;
}

.cd-radio.error .cd-radio__pseudo-wr .cd-radio__pseudo {
    border-color: #ed8f8f;
}

.cd-radio.error input[type="radio"]:disabled:checked ~ * .cd-radio__pseudo::before {
    border-color: #ed8f8f;
}

@media all and (min-width: 1200px) {
    .cd-radio.error .cd-radio__label:focus .cd-radio__text,
    .cd-radio.error .cd-radio__label:hover .cd-radio__text {
        color: #dd4434;
    }

    .cd-radio.error .cd-radio__label:focus .cd-radio__pseudo-wr .cd-radio__pseudo,
    .cd-radio.error .cd-radio__label:hover .cd-radio__pseudo-wr .cd-radio__pseudo {
        border-color: #ed8f8f;
        box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    }
}

.cd-radio.large .cd-radio__text {
    font-size: 17px;
}

.cd-radio.small .cd-radio__text {
    font-size: 14px;
}

@media all and (min-width: 1200px) {
    .cd-radio .cd-radio__label:focus .cd-radio__text,
    .cd-radio .cd-radio__label:hover .cd-radio__text {
        color: #0169d9;
    }

    .cd-radio .cd-radio__label:focus .cd-radio__pseudo-wr .cd-radio__pseudo,
    .cd-radio .cd-radio__label:hover .cd-radio__pseudo-wr .cd-radio__pseudo {
        box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
        border-color: #a3c0ea;
        background-color: #f2f7ff;
    }

    .cd-radio .cd-radio__label:focus input[type="radio"]:not(:disabled):checked ~ * .cd-radio__pseudo,
    .cd-radio .cd-radio__label:hover input[type="radio"]:not(:disabled):checked ~ * .cd-radio__pseudo {
        box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 50%);
        border-color: #0068d9;
        background-color: #2485ee;
    }

    .cd-radio .cd-radio__label:focus input[type="radio"]:not(:disabled):checked ~ * .cd-radio__pseudo::before,
    .cd-radio .cd-radio__label:hover input[type="radio"]:not(:disabled):checked ~ * .cd-radio__pseudo::before {
        background-color: #2485ee;
    }
}

.cd-selectbox__amount {
    border-radius: 16px;
    background-color: #efefef;
    padding: 4px 12px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-right: 8px;
    height: 32px;
    min-width: 32px;
    box-sizing: border-box;
    text-align: center;
}

.cd-selectbox__wrapper {
    position: relative;
    outline: 0;
}

.cd-selectbox__select {
    position: relative;
    display: block;
}

.cd-selectbox__line-through {
    padding: 7px 15px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.2px;
    display: flex;
    align-items: center;
}

.cd-selectbox__line-through::after {
    content: "";
    flex: 1 0 auto;
    height: 2px;
    background-color: #ececec;
    margin-left: 15px;
}

.cd-selectbox__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px 0;
    overflow: auto;
    display: none;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 24%);
    background-color: #fff;
    z-index: 5;
    max-height: 500px;
}

.cd-selectbox__list::-webkit-scrollbar {
    width: 8px;
}

.cd-selectbox__list::-webkit-scrollbar-thumb {
    background: #82a5e9;
    border-radius: 4px;
    width: 8px;
}

.cd-selectbox__list::-webkit-scrollbar-track {
    background: #ddd;
    width: 2px;
    border-radius: 4px;
}

.cd-selectbox__list body {
    scrollbar-face-color: #82a5e9;
    scrollbar-track-color: #ddd;
}

.cd-selectbox__item-title {
    padding: 12px 16px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.4px;
    display: flex;
    align-items: center;
}

.cd-selectbox__item-title::after {
    content: "";
    flex: 1 0 auto;
    height: 2px;
    background-color: #ececec;
    margin-left: 15px;
}

.cd-selectbox__item {
    padding: 12px 16px;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    cursor: pointer;
}

.cd-selectbox.multiselect .cd-selectbox__item {
    padding-left: 48px;
    background: 18px center no-repeat;
}

.cd-selectbox.multiselect .cd-selectbox__item.active {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCBmaWxsPSIjMDA2OGQ5IiBkPSJNMjEuNTI2IDcuNDY1YS43NS43NSAwIDAgMC0xLjA2MS4wMWwtOS42NDYgOS44Mkw2LjU1IDEyLjY4QS43NS43NSAwIDEgMCA1LjQ0OSAxMy43bDQuODAzIDUuMTlhLjc1Ljc1IDAgMCAwIDEuMDg1LjAxN0wyMS41MzUgOC41MjZhLjc1Ljc1IDAgMCAwLS4wMS0xLjA2MXoiLz48L3N2Zz4=");
    color: #0169d9;
}

.cd-selectbox.multiselect .cd-selectbox__selected {
    padding-left: 6px;
}

.cd-selectbox__selected {
    height: 48px;
    border-radius: 8px;
    border: 2px solid #dfdfdf;
    padding: 10px 45px 10px 14px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: 0.1s ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.4px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.cd-selectbox__arrows {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    right: 6px;
    background-size: contain;
    opacity: .5;
    transform: translate(0, -50%);
}

.cd-selectbox__arrows svg {
    width: 34px;
    height: 34px;
}

.cd-selectbox__arrows svg path {
    fill: #0068d9;
}

.cd-selectbox input:focus + .cd-selectbox__select .cd-selectbox__selected {
    box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
    border-color: #82a5e9;
    background-color: #f2f7ff;
}

.cd-selectbox input:focus + .cd-selectbox__select .cd-selectbox__selected .cd-selectbox__amount {
    background: #cadbf4;
}

.cd-selectbox input:focus + .cd-selectbox__select .cd-selectbox__selected .cd-selectbox__arrows {
    opacity: 1;
}

.cd-selectbox input:disabled + .cd-selectbox__select {
    pointer-events: none;
}

.cd-selectbox input:disabled + .cd-selectbox__select .cd-selectbox__selected {
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #333;
}

.cd-selectbox input:disabled + .cd-selectbox__select .cd-selectbox__selected .cd-selectbox__amount {
    background: #cdcdcd;
}

.cd-selectbox input:disabled + .cd-selectbox__select .cd-selectbox__arrows svg path {
    fill: #333;
}

.cd-selectbox.error .cd-selectbox__selected {
    border-color: #ed8e8e;
    background-color: #fff;
    color: #de4838;
}

.cd-selectbox.error .cd-selectbox__selected .cd-selectbox__arrows svg path {
    fill: #e8463d;
}

.cd-selectbox.error .cd-selectbox__selected .cd-selectbox__amount {
    background: #f6c7c7;
}

.cd-selectbox.error input:focus + .cd-selectbox__select .cd-selectbox__selected {
    box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    border-color: #ed8f8f;
    background-color: #fff3ea;
}

.cd-selectbox.error input:focus + .cd-selectbox__select .cd-selectbox__selected .cd-selectbox__amount {
    background: #f6c1bc;
}

.cd-selectbox.opened .cd-selectbox__selected {
    box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
    border-color: #82a5e9;
    background-color: #f2f7ff;
}

.cd-selectbox.opened .cd-selectbox__arrows {
    opacity: 1;
    transform: rotate(180deg) translate(0, 50%);
}

.cd-selectbox.opened .cd-selectbox__amount {
    background: #cadbf4;
}

.cd-selectbox.opened.error .cd-selectbox__selected {
    box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    border-color: #ed8f8f;
    background-color: #fff3ea;
}

.cd-selectbox.opened.error .cd-selectbox__amount {
    background: #f6c1bc;
}

.cd-selectbox.large .cd-selectbox__selected {
    height: 56px;
    padding: 14px 42px 14px 14px;
    font-size: 17px;
}

.cd-selectbox.large .cd-selectbox__arrows {
    width: 38px;
    height: 38px;
}

.cd-selectbox.large .cd-selectbox__arrows svg {
    width: 38px;
    height: 38px;
}

.cd-selectbox.large .cd-selectbox__amount {
    height: 40px;
    min-width: 40px;
    border-radius: 20px;
    font-size: 17px;
    padding: 8px 16px;
}

.cd-selectbox.large .cd-selectbox__item {
    font-size: 17px;
}

.cd-selectbox.large .cd-selectbox__item-title {
    font-size: 17px;
}

.cd-selectbox.small .cd-selectbox__selected {
    height: 40px;
    padding: 6px 32px 6px 14px;
    font-size: 14px;
}

.cd-selectbox.small .cd-selectbox__arrows {
    width: 30px;
    height: 30px;
}

.cd-selectbox.small .cd-selectbox__arrows svg {
    width: 30px;
    height: 30px;
}

.cd-selectbox.small .cd-selectbox__amount {
    height: 24px;
    min-width: 24px;
    font-size: 14px;
    border-radius: 12px;
    padding: 1px 8px;
}

.cd-selectbox.small .cd-selectbox__item {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cd-selectbox.small .cd-selectbox__item-title {
    font-size: 14px;
}

@media all and (min-width: 1200px) {
    .cd-selectbox:not(.error) .cd-selectbox__wrapper:focus input:not(:disabled) + * .cd-selectbox__selected,
    .cd-selectbox:not(.error) .cd-selectbox__wrapper:hover input:not(:disabled) + * .cd-selectbox__selected {
        border-color: #a3c0ea;
    }

    .cd-selectbox:not(.error) .cd-selectbox__wrapper:focus .cd-selectbox__amount,
    .cd-selectbox:not(.error) .cd-selectbox__wrapper:hover .cd-selectbox__amount {
        background-color: #cadbf4;
    }

    .cd-selectbox .cd-selectbox__item:hover {
        background-color: #a3c0ea;
    }
}

.cd-textarea__wrapper {
    position: relative;
}

.cd-textarea__wrapper svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    fill: #15c;
    opacity: .5;
    transition: opacity 0.4s;
}

.cd-textarea.iconed-left svg {
    left: 12px;
    height: 27px;
    width: auto;
}

.cd-textarea.iconed-left .cd-textarea__field {
    padding-left: 48px;
}

.cd-textarea.iconed-right svg {
    right: 12px;
    height: 27px;
    width: auto;
}

.cd-textarea.iconed-right .cd-textarea__field {
    padding-right: 48px;
}

.cd-textarea__field {
    color: #333;
    padding: 8px 14px;
    height: 116px;
    box-sizing: border-box;
    outline: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
}

.cd-textarea__field::placeholder {
    color: #b0b0b0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.cd-textarea__field:focus {
    box-shadow: 0 6px 4px -4px rgba(130, 165, 233, 27%);
    border-color: #82a5e9;
    background-color: #f2f7ff;
}

.cd-textarea__field:focus + svg {
    opacity: 1;
}

.cd-textarea__field:disabled {
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #333;
}

.cd-textarea__field:disabled + svg {
    opacity: 1;
    fill: #333;
}

.cd-textarea.error svg {
    fill: #cf796f;
}

.cd-textarea.error .cd-textarea__field {
    border-color: #ed8e8e;
    background-color: #fff;
    color: #de4838;
}

.cd-textarea.error .cd-textarea__field:focus {
    box-shadow: 0 6px 4px -4px rgba(207, 121, 111, 27%);
    border-color: #ed8f8f;
    background-color: #fff3ea;
}

.cd-textarea.large .cd-textarea__field {
    font-size: 17px;
}

.cd-textarea.large .cd-textarea__field::placeholder {
    font-size: 17px;
}

.cd-textarea.large.iconed-left svg {
    left: 13px;
    height: 33px;
    width: auto;
}

.cd-textarea.large.iconed-left .cd-textarea__field {
    padding-left: 56px;
}

.cd-textarea.large.iconed-right svg {
    right: 13px;
    height: 33px;
    width: auto;
}

.cd-textarea.large.iconed-right .cd-textarea__field {
    padding-right: 56px;
}

.cd-textarea.small .cd-textarea__field {
    font-size: 14px;
}

.cd-textarea.small .cd-textarea__field::placeholder {
    font-size: 14px;
}

.cd-textarea.small.iconed-left svg {
    left: 11px;
    height: 22px;
    width: auto;
}

.cd-textarea.small.iconed-left .cd-textarea__field {
    padding-left: 42px;
}

.cd-textarea.small.iconed-right svg {
    right: 11px;
    height: 22px;
    width: auto;
}

.cd-textarea.small.iconed-right .cd-textarea__field {
    padding-right: 42px;
}

@media all and (min-width: 1200px) {
    .cd-textarea:not(.error):hover .cd-textarea__field:not(:disabled) {
        border-color: #a3c0ea;
    }
}

* {
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

@media all and (min-width: 600px) {
    .hide-from-t {
        display: none !important;
    }
}

@media all and (min-width: 1200px) {
    .hide-from-d {
        display: none !important;
    }
}

@media all and (min-width: 1380px) {
    .hide-from-bd {
        display: none !important;
    }
}

.overlay {
    display: none;
    background-color: #212121;
    opacity: .43;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1062;
}

.center {
    text-align: center;
}

.mp-img {
    font-size: 0;
    line-height: 0;
}

.mp-wrapp {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    max-width: 1320px;
    z-index: 2;
}

@media all and (min-width: 600px) {
    .mp-wrapp {
        padding: 0 12px;
    }
}

@media all and (min-width: 960px) {
    .mp-wrapp {
        padding: 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-wrapp {
        padding: 0 16px;
    }
}

.mp-popup {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    color: #212121;
    display: none;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 2px 23px rgba(0, 0, 0, 50%);
    width: 320px;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mp-popup p {
    margin: 0;
}

.mp-popup ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mp-popup--centered {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mp-popup--location {
    max-width: 246px;
    background: #fff url("../img/oah-location-bg.svg") -30px -30px no-repeat;
    background-size: 104px 104px;
    position: absolute;
}

.mp-popup--login {
    max-width: 320px;
    background: #fff url("../img/oah-user-bg.svg") -30px -30px no-repeat;
    background-size: 104px 104px;
}

.mp-popup__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px;
}

.mp-popup__subtitle {
    margin-top: 10px;
}

.mp-popup__close {
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 50%) url("../img/oah-cancel.svg") center no-repeat;
    cursor: pointer;
    border-radius: 50%;
}

.mp-popup__result {
    display: none;
}

.mp-form__btn {
    margin-top: 24px;
    position: relative;
}

.mp-form__form {
    margin-top: 10px;
}

.mp-form__field,
.mp-form__label {
    display: block;
    margin-top: 20px;
}

.mp-form__field--required .pf-form__field-title::after,
.mp-form__label--required .pf-form__field-title::after {
    content: " *";
    color: #ff4141;
}

.mp-form__required .pf-form__field-title::after,
.mp-form__required .pf-form__label-title::after {
    content: " *";
    color: #ff4141;
}

.mp-form__field-title,
.mp-form__label-title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.mp-form__input {
    appearance: none;
    display: block;
    outline: 0;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #c2c2c2;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 13px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    transition: 0.3s ease-out;
    margin-bottom: 20px;
}

.mp-form__input:focus {
    box-shadow: 0 1px 2px #fadca0;
    border: 2px solid #fbb017;
    background-color: #fffaf1;
}

.mp-form__input--error {
    background: #fff5f4;
    border: 2px solid #f9614d;
    box-shadow: 0 1px 2px 0 #ee899a;
    border-radius: 6px;
}

.mp-main-menu__logo {
    margin-right: auto;
    position: relative;
}

.mp-catalog-top {
    position: relative;
    z-index: 6;
    background: #e5f2fd;
}

.sites .mp-catalog-top {
    background: #b8d2e8;
}

.designs .mp-catalog-top {
    background: #96dd90;
}

.tuning .mp-catalog-top {
    background: #e5e6fe;
}

.logos .mp-catalog-top {
    background: #eed2ac;
}

.logos .mp-catalog-item__pic {
    aspect-ratio: 1/0.56;
}

.mp-catalog-top__wrapp {
    padding: 24px 48px;
    display: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-top__wrapp {
        padding: 16px 12px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-top__wrapp {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-top__wrapp {
        padding: 16px 10px;
        z-index: 100 !important;
    }
}

.mp-catalog-top__switch {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mp-catalog-top__svg {
    height: 26px;
    fill: #333;
}

.mp-catalog-top__svg.highlighted svg {
    fill: #12ab41;
}

.mp-catalog-top__svg.logo {
    display: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-top__svg.logo {
        display: block;
        padding: 0;
        margin-top: -5px;
    }
}

.mp-catalog-top__svg svg {
    height: 100%;
}

.mp-catalog-top__switch-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 24%);
    border-radius: 6px;
    background-color: #fff;
    padding: 12px 14px 10px;
}

.mp-catalog-top__switch-dropdown svg {
    height: 26px;
    fill: #333;
}

.mp-catalog-top__switch-dropdown svg path:first-child {
    display: none;
}

.mp-catalog-top__switch-link {
    text-decoration: none;
    color: inherit;
    outline: 0;
}

.mp-catalog-top__search {
    display: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-top__search {
        display: block;
        flex: 1 0 auto;
        margin-left: 48px;
    }
}

.mp-catalog-top__search .cd-input {
    margin: 0;
}

.mptop__search .cd-input__field::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-catalog-menu-wr {
    position: absolute;
    padding: 9px 0 0 10px;
    width: 100vw;
    background: 0 0;
    z-index: 8;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(.31, .33, .18, .91) 0.3s, background 0.3s linear;
    will-change: transform, background;
}

@media all and (min-width: 600px) {
    .mp-catalog-menu-wr {
        left: 0;
    }
}

.mp-catalog-menu-wr.opened {
    transform: translate(0, 0);
    background-color: rgba(0, 0, 0, 50%);
    transition: transform 0.5s cubic-bezier(.31, .33, .18, .91), background 0.3s linear 0.5s;
}

.mp-catalog-menu {
    padding: 37px 16px 32px;
    background-color: #fff;
    width: 300px;
    position: relative;
    z-index: 1;
}

.mp-catalog-menu__close {
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
    border-radius: 24px;
}

.mp-catalog-menu__close:active,
.mp-catalog-menu__close:focus,
.mp-catalog-menu__close:hover {
    background-color: transparent;
    border: none;
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
}

.mp-catalog-menu__close svg {
    fill: #333;
}

.mp-catalog-menu__wrapp {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.mp-catalog-menu__wrapp:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__wrapp--favorites {
        display: none;
    }
}

.mp-catalog-menu__wrapp--structure-popup {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__wrapp--structure-popup {
        display: block;
    }
}

.mp-catalog-menu__back.secondary svg {
    width: 7px;
    height: 12px;
    fill: #0068d9;
    margin-right: 15px;
}

.mp-catalog-menu__current {
    text-decoration: none;
    background-color: #d3dff3;
    font-weight: 500;
    color: #212121;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.2px;
    padding-left: 16px;
    margin: 16px 0;
    min-height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: 0.3s ease;
}

.mp-catalog-menu__current--in {
    pointer-events: auto;
    background-color: transparent;
}

.mp-catalog-menu__current--in:hover {
    background-color: #fff;
    color: #0169d9;
}

.mp-catalog-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.inner .mp-catalog-menu__list {
    padding-left: 8px;
}

.mp-catalog-menu__list.inline {
    flex-direction: row;
}

.mp-catalog-menu__list--filters {
    display: flex;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__list--filters {
        display: none;
    }
}

.mp-catalog-menu__list-title {
    color: #c7c7c7;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.mp-catalog-menu__colors {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
    margin-bottom: 40px;
}

.mp-catalog-menu__colors-item {
    flex: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    transition: opacity 0.15s;
    position: relative;
}

.mp-catalog-menu__colors-item::before {
    position: absolute;
    right: -4px;
    content: "";
    left: -4px;
    top: -4px;
    bottom: -4px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.mp-catalog-menu__colors-item:hover {
    opacity: 0.85;
}

.mp-catalog-menu__colors-item--active::before {
    border: 2px solid #5ea34c;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__list-title {
        padding-bottom: 6px;
    }
}

.logos .mp-catalog-menu__list-title {
    color: #c08856;
}

.mp-catalog-menu__list-title--filters {
    display: block;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__list-title--filters {
        display: none;
    }
}

.mp-catalog-menu__link-outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mp-catalog-menu__link-more {
    fill: #c7c7c7;
    transform: rotate(-90deg);
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;
}

.hover .mp-catalog-menu__link-more {
    fill: #333;
}

.mp-catalog-menu__link-wrapp {
    font-family: inherit;
    padding: 1px 0;
    display: inline-block;
}

.mp-catalog-menu__link-wrapp--wide {
    display: block;
    width: 100%;
}

.mp-catalog-menu__link-wrapp--favorites {
    padding: 0;
}

.mp-catalog-menu__link-wrapp.selected {
    background-color: #d9e4f5;
    border-radius: 18px;
    color: #0169d9;
    font-weight: 500;
}

.logos .mp-catalog-menu__link-wrapp.selected {
    background-color: #efd8b9;
}

.designs .mp-catalog-menu__link-wrapp.selected {
    background-color: #cdeaaf;
}

.tuning .mp-catalog-menu__link-wrapp.selected {
    background-color: #d7d7fb;
}

.mp-catalog-menu__link-wrapp.lined {
    padding-top: 19px;
    border-top: 1px solid #e2e2e2;
    align-self: stretch;
}

.mp-catalog-menu__features-link-wrapp {
    margin: 24px 0;
    padding: 16px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.mp-catalog-menu__features-link {
    display: block;
    padding: 8px 0;
    color: #0169d9;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.mp-catalog-menu__link {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.2px;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 18px;
    transition: 0.3s ease;
    min-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__link {
        font-size: 14px;
        line-height: 16px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-menu__link:hover {
        color: #0169d9;
        background-color: #fff;
    }

    .categories-result {
        margin-bottom: 40px;
    }

    .categories-result .mp-catalog-menu__link:hover {
        color: #0169d9;
        background-color: #d7e6ff;
    }

    .selected .mp-catalog-menu__link:hover {
        color: #0169d9;
        text-decoration: none;
        cursor: default;
        background-color: #d9e4f5;
    }
}

.mp-catalog-menu__link-sub {
    display: flex;
    padding-left: 15px;
}

.selected .mp-catalog-menu__link {
    color: #0169d9;
    font-weight: 500;
}

.hover :not(.selected) .mp-catalog-menu__link {
    color: #0169d9;
}

.inner .mp-catalog-menu__link {
    font-size: 15px;
    color: #5f5f5f;
}

@media all and (min-width: 1200px) {
    .inner .mp-catalog-menu__link:hover {
        color: #0169d9;
        text-decoration: none;
    }

    .selected .inner .mp-catalog-menu__link:hover {
        color: #212121;
        text-decoration: none;
        cursor: default;
    }
}

.mp-catalog-menu__link.iconed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (min-width: 1200px) {
    .mp-catalog-menu__link.iconed:hover svg {
        fill: #333;
    }
}

.mp-catalog-menu__link.iconed svg {
    fill: #c7c7c7;
    transition: fill 0.2s ease-out;
}

.mp-catalog-menu__link strong {
    font-weight: 500;
}

@media all and (min-width: 960px) {
    .mp-catalog-menu__link strong {
        font-size: 15px;
    }
}

.mp-catalog-menu__link-icon {
    position: relative;
    z-index: 1;
    margin-left: 8px;
}

.mp-catalog-menu__link-icon::before {
    content: attr(data-count);
    min-width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 19px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.19px;
    border: 1px solid #fff;
    background-color: #ea574f;
    padding: 0 8px;
    box-sizing: border-box;
}

.mp-catalog-menu__structure {
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 11px;
    border: 2px solid transparent;
    padding: 16px 0;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

@media all and (min-width: 1200px) {
    .mp-catalog-menu__structure:hover {
        background-color: #f1f7ff;
        border: solid 2px #c5d7f5;
    }
}

.mp-catalog-menu__structure::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #cadaf3 url("../img/oah-arrright.svg") center no-repeat;
    top: 67px;
    right: 24px;
}

.mp-catalog-menu__structure-inner {
    padding: 0 16px;
    max-width: 216px;
    text-align: center;
}

.mp-catalog-menu__structure-pic img {
    max-width: 100%;
    display: block;
}

.mp-catalog-menu__structure-title {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -.2px;
    color: #353535;
}

.mp-menu-formsteps {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    padding: 24px;
    text-align: center;
}

.mp-menu-formsteps__icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-menu-formsteps .good {
    fill: #13ab41;
}

.mp-menu-formsteps .bad {
    fill: #e7433a;
}

.mp-menu-formsteps svg {
    animation-name: fade-in-out;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    margin: 0 4px;
    width: 32px;
    height: 32px;
}

.mp-menu-formsteps svg:nth-child(1) {
    animation-delay: 0s;
}

.mp-menu-formsteps svg:nth-child(2) {
    animation-delay: 0.1s;
}

.mp-menu-formsteps svg:nth-child(3) {
    animation-delay: 0.2s;
}

.mp-menu-formsteps__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -.8px;
    text-align: center;
    color: #333;
    margin: 18px 0 0;
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    89% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.mp-catalog-search {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    display: flex;
}

.mp-catalog-search__dropdown {
    width: 48px;
    height: 48px;
    z-index: 2;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

@media all and (min-width: 960px) {
    .mp-catalog-search__dropdown {
        padding: 0;
        width: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-search__dropdown {
        cursor: pointer;
        position: relative;
    }
}

.mp-catalog-search__dropdown-btn {
    height: 100%;
    width: 100%;
    border-radius: 24px 0 0 24px;
    transition: border-color 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    margin-right: -4px;
}

@media all and (min-width: 960px) {
    .mp-catalog-search__dropdown-btn {
        display: flex;
        align-items: center;
        padding: 0 16px 0 24px;
    }
}

.tuning .mp-catalog-search__dropdown-btn {
    border-color: #9999de;
    background-color: #dbdbff;
}

@media all and (min-width: 1200px) {
    .tuning .mp-catalog-search__dropdown-btn:hover {
        box-shadow: 0 8px 8px -4px rgba(160, 160, 255, 62%);
        border-color: #bdbeeb;
        background-color: #ddf;
    }
}

.tuning .mp-catalog-search__dropdown-btn:active {
    border-color: #9e9fd5;
    background-color: #aeaef0;
    box-shadow: none;
}

.sites .mp-catalog-search__dropdown-btn {
    background-color: #d7e6ff;
    border-color: #90b5e1;
}

@media all and (min-width: 1200px) {
    .sites .mp-catalog-search__dropdown-btn:hover {
        box-shadow: 0 8px 8px -4px rgba(161, 205, 247, 62%);
        border-color: #b9d1ee;
        background-color: #e3edfe;
    }
}

.sites .mp-catalog-search__dropdown-btn:active {
    border-color: #90b5e1;
    background-color: #adcbef;
    box-shadow: none;
}

.designs .mp-catalog-search__dropdown-btn {
    background-color: #d1ecb5;
    border-color: #8fc272;
}

@media all and (min-width: 1200px) {
    .designs .mp-catalog-search__dropdown-btn:hover {
        box-shadow: 0 8px 8px -4px rgba(178, 231, 138, 62%);
        background-color: #e2f7cb;
        border-color: #c2e1a0;
    }
}

.designs .mp-catalog-search__dropdown-btn:active {
    background-color: #afd895;
    border-color: #8fc272;
    box-shadow: none;
}

.logos .mp-catalog-search__dropdown-btn {
    background-color: #fcdaab;
    border-color: #e3ae7e;
}

@media all and (min-width: 1200px) {
    .logos .mp-catalog-search__dropdown-btn:hover {
        box-shadow: 0 8px 8px -4px rgba(247, 194, 146, 61%);
        background-color: #ffe4bf;
        border-color: #f5cca6;
    }
}

.logos .mp-catalog-search__dropdown-btn:active {
    background-color: #eec397;
    box-shadow: none;
    border-color: #e3ae7e;
}

.alert .mp-catalog-search__dropdown-btn {
    background-color: #ffbeb1;
    border-color: #dd8f8b;
}

@media all and (min-width: 1200px) {
    .alert .mp-catalog-search__dropdown-btn:hover {
        box-shadow: 0 8px 8px -4px #ffd6d3;
        border-color: #f5bfbc;
        background-color: #ffd8d0;
    }
}

.alert .mp-catalog-search__dropdown-btn:active {
    border-color: #dd8f8b;
    background-color: #f2b1ac;
    box-shadow: none;
}

.mp-catalog-search__dropdown-btn-text {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-catalog-search__dropdown-btn-text {
        display: block;
        margin-right: 8px;
        font-size: 15px;
        white-space: nowrap;
        font-weight: 500;
        line-height: 32px;
    }
}

.mp-catalog-search__dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 5px 16px -4px rgba(57, 57, 57, 62%);
    border-radius: 6px;
    background-color: #fff;
    padding: 8px 0;
    width: 100%;
    margin-top: 3px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-search__dropdown-list {
        width: 210px;
    }
}

.mp-catalog-search__dropdown-item {
    padding: 8px 16px 8px 24px;
    position: relative;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-search__dropdown-item:hover.sites {
        background-color: #d7e6ff;
    }

    .mp-catalog-search__dropdown-item:hover.logos {
        background-color: #fcdaab;
    }

    .mp-catalog-search__dropdown-item:hover.designs {
        background-color: #d1ecb5;
    }

    .mp-catalog-search__dropdown-item:hover.tuning {
        background-color: #dbdbff;
    }

    .mp-catalog-search__dropdown-item:hover.alert {
        background-color: #ffbeb1;
    }
}

.mp-catalog-search__dropdown-item:active.sites {
    background-color: #d7e6ff;
}

.mp-catalog-search__dropdown-item:active.logos {
    background-color: #fcdaab;
}

.mp-catalog-search__dropdown-item:active.designs {
    background-color: #d1ecb5;
}

.mp-catalog-search__dropdown-item:active.tuning {
    background-color: #dbdbff;
}

.mp-catalog-search__dropdown-item:active.alert {
    background-color: #f2b1ac;
}

.mp-catalog-search__dropdown-item::before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.mp-catalog-search__dropdown-item.sites::before {
    background-color: #90b5e1;
}

.mp-catalog-search__dropdown-item.logos::before {
    background-color: #e3ae7e;
}

.mp-catalog-search__dropdown-item.designs::before {
    background-color: #8fc272;
}

.mp-catalog-search__dropdown-item.tuning::before {
    background-color: #9999de;
}

.mp-catalog-search__dropdown-item.alert::before {
    background-color: #dd8f8b;
}

.mp-catalog-top .mp-catalog-search {
    display: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-top .mp-catalog-search {
        margin-left: 64px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-top .mp-catalog-search {
        display: flex;
        margin-left: auto;
        width: 100%;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-top .mp-catalog-search {
        flex: 1 1 auto;
    }
}

.mp-catalog-search svg {
    fill: #333;
    opacity: 1;
}

.mp-catalog-search .cd-field {
    margin: 0;
    flex: 1 0 auto;
    width: calc(100% - 48px);
}

@media all and (min-width: 960px) {
    .mp-catalog-search .cd-field {
        width: auto;
    }
}

.mp-catalog-search .cd-input__field {
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 62px;
    transition: 0.3s ease-out;
}

.mp-catalog-search__input {
    border: none;
}

.mp-catalog-search__input:hover {
    transition: box-shadow 0.3s ease-out, background 0.3s ease-out;
}

.tuning .mp-catalog-search__input {
    appearance: none;
    box-shadow: 0 6px 4px -4px rgba(153, 153, 222, 27%), inset 0 0 0 2px #bdbeeb;
}

.sites .mp-catalog-search__input {
    appearance: none;
    box-shadow: 0 6px 4px -4px rgba(130, 166, 233, 27%), inset 0 0 0 2px #a3c0ea;
}

.designs .mp-catalog-search__input {
    appearance: none;
    box-shadow: 0 6px 4px -4px rgba(137, 202, 119, 27%), inset 0 0 0 2px #bad997;
}

.logos .mp-catalog-search__input {
    appearance: none;
    box-shadow: 0 6px 4px -4px rgba(233, 205, 130, 27%), inset 0 0 0 2px #ebc9a9;
}

@media all and (min-width: 960px) {
    .tuning .mp-catalog-search__input {
        box-shadow: none;
    }

    .sites .mp-catalog-search__input {
        box-shadow: none;
    }

    .designs .mp-catalog-search__input {
        box-shadow: none;
    }

    .logos .mp-catalog-search__input {
        box-shadow: none;
    }
}

@media all and (min-width: 1200px) {
    .tuning .mp-catalog-search__input:hover {
        box-shadow: 0 0 0 2px rgba(169, 148, 255, 0%), 0 0 0 6px rgba(169, 148, 255, 25%);
    }

    .sites .mp-catalog-search__input:hover {
        box-shadow: 0 0 0 2px rgba(131, 200, 255, 0%), 0 0 0 6px rgba(131, 200, 255, 25%);
    }

    .designs .mp-catalog-search__input:hover {
        box-shadow: 0 0 0 2px rgba(45, 191, 96, 0%), 0 0 0 6px rgba(45, 191, 96, 25%);
    }

    .logos .mp-catalog-search__input:hover {
        box-shadow: 0 0 0 2px rgba(248, 188, 107, 0%), 0 0 0 6px rgba(248, 188, 107, 25%);
    }

    .alert .mp-catalog-search__input:hover {
        box-shadow: 0 0 0 2px rgba(131, 200, 255, 0%), 0 0 0 6px rgba(131, 200, 255, 25%);
    }
}

.tuning .mp-catalog-search__input:focus {
    box-shadow: 0 0 0 2px rgba(169, 148, 255, 100%), 0 0 0 6px rgba(169, 148, 255, 25%);
}

.sites .mp-catalog-search__input.focus {
    box-shadow: 0 0 0 2px #83c8ff, 0 0 0 6px rgba(131, 200, 255, 25%);
}

.designs .mp-catalog-search__input:focus {
    box-shadow: 0 0 0 2px rgba(45, 191, 96, 100%), 0 0 0 6px rgba(45, 191, 96, 25%);
}

.logos .mp-catalog-search__input:focus {
    box-shadow: 0 0 0 2px rgba(248, 188, 107, 100%), 0 0 0 6px rgba(248, 188, 107, 25%);
}

.alert .mp-catalog-search__input:focus {
    box-shadow: 0 0 0 2px #83c8ff, 0 0 0 6px rgba(131, 200, 255, 25%);
}

.mp-catalog-search__results {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-catalog-search__results {
        padding: 16px 0;
        border-radius: 6px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 3px;
    }

    .mp-catalog-search__results--upd {
        position: static;
        padding: 0;
        margin: 0;
    }
}

.mp-catalog-search__close {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: #fafaf9;
    box-shadow: 0 6px 4px -4px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
}

.mp-catalog-search__close:hover {
    background-color: #d9e4f5;
    box-shadow: 0 6px 4px -4px rgba(130, 166, 233, 27%), inset 0 0 0 2px #a3c0ea;
}

.mp-catalog-search__results-item {
    padding: 8px 32px;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    color: #9fc1f6;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    text-decoration: none;
    flex-wrap: wrap;
    outline: 0;
}

.mp-catalog-search__results-item.focus,
.mp-catalog-search__results-item:focus {
    background-color: #d7e6ff;
}

@media all and (min-width: 1200px) {
    .mp-catalog-search__results-item:hover {
        background-color: #d7e6ff;
    }
}

.mp-catalog-search__results-type {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-size: 14px;
    color: #0169d9;
}

@media all and (min-width: 600px) {
    .mp-catalog-search__results-type {
        font-weight: 500;
        font-size: inherit;
    }
}

.mp-catalog-search__results-name {
    color: #333;
    width: 767px;
    flex: 1 1 767px;
    font-size: 17px;
}

@media all and (min-width: 600px) {
    .mp-catalog-search__results-name {
        font-size: inherit;
        width: auto;
        flex: 1 1 auto;
    }
}

.mp-catalog-search__submit,
.mp-catalog-search__clean {
    background: 0 0 !important;
    box-shadow: none !important;
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 5;
    transform: translateY(-50%);
}

.mp-catalog-search__submit svg path {
    fill: #000;
}

.mp-catalog-search__clean svg path {
    fill: rgb(1, 105, 217);
}

@media all and (min-width: 960px) {
    .mp-catalog-search__submit.hidden-desktop {
        display: none;
    }
}

.search-results__for-solution {
    display: flex;
    justify-content: space-between;
}

.search-results__for-solution .mp-catalog-menu__list-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.2px;
    color: #000;
    padding-left: 11px;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    border-bottom: none;
}

@media (min-width: 960px) {
    .search-results__for-solution .mp-catalog__menu.inner-wrapper-sticky {
        margin-top: 71px;
    }
}

@media (min-width: 1200px) {
    .search-results__for-solution .mp-catalog__menu.inner-wrapper-sticky {
        margin-top: 51px;
    }

    .search-results__for-solution .mp-catalog-menu__list-title {
        font-size: 23px;
    }
}

@media (min-width: 1380px) {
    .search-results__for-solution .mp-catalog__menu.inner-wrapper-sticky {
        margin-top: 71px;
    }

    .search-results__for-solution .mp-catalog-menu__list-title {
        font-size: 24px;
    }
}

.search-overlay-before {
    transition: 0.5s;
}

.search-overlay-before::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    background: rgba(255, 255, 255, 0%);
    pointer-events: none;
    backdrop-filter: blur(0);
}

.search-overlay {
    position: relative;
}

.search-overlay::before {
    z-index: 43;
    transition: 0.5s;
    pointer-events: all;
    background: rgba(255, 255, 255, 80%);
    backdrop-filter: blur(5px);
}

.mp-rate {
    display: flex;
    align-items: center;
    margin: -5px 0 0;
}

.mp-rate__unit {
    fill: #c7c7c7;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.mp-catalog-project-card .mp-rate__unit {
    width: 22px;
    height: 22px;
}

.mp-rate__unit:last-child {
    margin-right: 0;
}

.mp-rate__unit.filled {
    fill: #fbb017;
}

.mp-catalog-item {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 9px 21px rgba(0, 0, 0, 12%);
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex: none;
}

body:not(.ie-fix) .mp-catalog-item-wrap {
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

@media all and (min-width: 1500px) {
    body:not(.ie-fix) .sites .mp-catalog-item-wrap,
    body:not(.ie-fix) .designs .mp-catalog-item-wrap {
        max-width: unset;
        width: unset;
        margin: unset;
    }
}

@media all and (min-width: 1560px) {
}

@media all and (min-width: 960px) {
    .mp-catalog-item {
        border-radius: 20px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item:not(.mp-catalog-item-skelet),
    .tuning .mp-catalog-item.mp-catalog-item-skelet {
        transition: 0.3s cubic-bezier(.5, 0, .5, 1);
        position: relative;
    }
}

.mp-catalog-item:not(.mp-catalog-item--logotype) a.mp-catalog-item__pic {
    aspect-ratio: 1/0.95;
}

.mp-catalog-item:not(.mp-catalog-item--logotype) .mp-catalog-item__controls-bottom {
    flex-direction: column;
}

@media all and (min-width: 600px) {
    .mp-catalog-item:not(.mp-catalog-item--logotype) .mp-catalog-item__controls-bottom {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        flex-direction: initial;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item:not(.mp-catalog-item--logotype) img {
        object-fit: cover;
    }
}

@media all and (max-width: 1800px) and (min-width: 1024px) {
    .mp-catalog-item:not(.mp-catalog-item--logotype) .mp-catalog-item__controls-bottom {
        flex-direction: column;
    }
}

.mp-catalog-item__pic {
    outline: 0;
    display: block;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
}

.upgrade .mp-catalog-item__pic {
    position: relative;
    z-index: 1;
}

.upgrade .mp-catalog-item__pic::before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    background: transparent url("../img/bd-upgrade.svg") 0 0 no-repeat;
    width: 125px;
    height: 111px;
    display: none;
}

@media all and (min-width: 600px) {
    .upgrade .mp-catalog-item__pic::before {
        display: block;
    }
}

.sale .mp-catalog-item__pic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url("../img/cat_icon.svg") 0 0 no-repeat;
    width: 160px;
    height: 130px;
    display: block;
}

.mp-catalog-item__pic img {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}

@media all and (min-width: 960px) {
    .mp-catalog-item__pic img {
        border-radius: 20px 20px 0 0;
    }
}

.mp-catalog-item__controls {
    z-index: 2;
    padding: 16px 16px 20px;
    transition: transform 0.2s ease-out;
    flex: 1 0 1%;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media all and (min-width: 960px) {
    .lg-catalog-panel .mp-catalog-item__controls {
        flex-direction: row;
        align-items: center;
    }
}

@media all and (min-width: 1200px) {
    .expanded .mp-catalog-item__controls {
        transform: translateY(0);
    }

    .mp-catalog-item--logotype .mp-catalog-item__btns { margin-top: 0; }

    .mp-catalog-item--logotype .mp-catalog-item__more-btn {
        margin-top: 0;
        font-size: 15px;
    }

    .logos .mp-catalog-content__inner {
        grid-gap: 32px;
    }
}

.mp-catalog-item__label-wrap {
    position: absolute;
    bottom: calc(100% - 8px);
    left: -8px;
}

.mp-catalog-item__label {
    padding: 14px 24px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.mp-catalog-item__label--sold {
    background-color: #ae64bd;
}

.mp-catalog-item__label--new {
    background-color: #29c89d;
}

.mp-catalog-item__label--reserved {
    background-color: #ae64bd;
}

.mp-catalog-item__label--booked {
    background-color: #ff8901;
}

.mp-catalog-item__label--pro {
    background-color: #bf8dff;
}

.mp-catalog-item__label--hit {
    background-color: #ffb92b;
}

.mp-catalog-item__helper-buttons {
    position: absolute;
    right: 8px;
    bottom: calc(100% + 8px);
}

.mp-catalog-item__controls-top {
    margin-bottom: auto;
}

.mp-catalog-item__like-btn {
    position: absolute;
    top: -20px;
    right: 16px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 600px) {
    .mp-catalog-item__like-btn {
        position: static;
        top: auto;
        right: auto;
        flex: 0 0 40px;
        margin-left: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item__like-btn.liked:hover {
        background: #fde6e4;
        box-shadow: 0 5px 3px -3px rgba(225, 103, 103, 27%), inset 0 0 0 2px #f7b5b2;
    }
}

.mp-catalog-item__like-btn.liked svg {
    fill: #e7433a;
}

@keyframes fav-scale {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.mp-catalog-item__like-btn-icon {
    width: 32px !important;
    height: 32px !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 32px !important;
    display: block;
    transition: 0.3s ease;
}

.mp-catalog-item__like-btn-icon:hover {
    animation: fav-scale .3s;
}

.liked .mp-catalog-item__like-btn-icon--liked {
    display: block;
}

.mp-catalog-item__id {
    color: #adadad;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .2px;
    margin: 0 0 4px;
}

.mp-catalog-item__title {
    color: rgb(94, 163, 76);
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    outline: 0;
    display: block;
}

.mp-catalog-item__controls-bottom {
    margin-top: 12px;
}

.mp-catalog-item__price {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

@media all and (min-width: 1024px) {

}

.mp-catalog-item__price-current {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 0;
    margin-right: 8px;
    color: #4d4d4d;
}

.mp-catalog-item__price-old {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.36px;
    flex: none;
    width: 100%;
    text-decoration: line-through;
    position: relative;
}

.mp-catalog-item__note {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.31px;
    align-self: center;
    margin: 16px 0 0;
    flex: 1 1 150px;
}

@media all and (max-width: 1800px) and (min-width: 1024px) {
    .mp-catalog-item__note {
        flex: unset;
        width: 100%;
        margin-top: 11px;
    }
}

@media all and (max-width: 600px) {
    .mp-catalog-item__note {
        flex: unset;
        width: 100%;
        margin-top: 11px;
    }
}

.lg-catalog-panel .mp-catalog-item__note {
    flex: 1 1 150px;
    padding-left: 20px;
    margin-top: 11px;
}

.mp-catalog-item__btns {
    margin-top: 16px;
    margin-left: auto;
}

.mp-catalog-item__demo-btn {
    margin-right: 8px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding: 8px;
    background: #5ea34c;
    border: 1px solid transparent;
    transition: 0.3s;
}

.mp-catalog-item__demo-btn:hover {
    background: transparent;
    color: #333;
    border-color: #5ea34c;
    box-shadow: none;
}

@media all and (min-width: 1380px) {
    .mp-favorites .mp-catalog-item__demo-btn,
    .mp-favorites .mp-catalog-item__more-btn {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.mp-catalog-item--logotype .mp-catalog-item__controls-bottom {
    display: block;
    margin-top: 11px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-item--logotype .mp-catalog-item__controls-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.mp-catalog-item--logotype .mp-catalog-item__price {
    display: flex;
    padding: 0 8px;
}

@media all and (min-width: 600px) {
    .mp-catalog-item--logotype .mp-catalog-item__price {
        flex: 0 0 auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item--logotype .mp-catalog-item__price {
        padding-left: 0;
    }
}

.mp-catalog-item--logotype .mp-catalog-item__price-item:first-child {
    margin-right: 48px;
}

@media all and (min-width: 600px) {
    .mp-catalog-item--logotype .mp-catalog-item__price-item:first-child {
        margin-right: 40px;
    }
}

.mp-catalog-item--logotype .mp-catalog-item__price-title {
    color: #acacac;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 -5px;
}

.mp-catalog-item--logotype .mp-catalog-item__price-value {
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0;
}

.mp-catalog-item--logotype .mp-catalog-item__btns {
    display: flex;
}

.mp-catalog-item--logotype .mp-catalog-item__more-btn { width: 100%; }

@media all and (min-width: 600px) {
    .mp-catalog-item--logotype .mp-catalog-item__btns {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .logos .mp-catalog-content__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item--logotype .mp-catalog-item__title {
        flex-basis: auto;
        max-width: 100%;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item--logotype .mp-catalog-item__controls-inner {
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column nowrap;
    }
}

.mp-catalog-project-list {
    padding: 0 16px 0 24px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-list {
        max-width: 572px;
        margin: 0 auto;
        padding: 64px 0 96px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-list {
        max-width: 911px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-list {
        max-width: 1152px;
        padding-top: 88px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-project-list {
        max-width: 1288px;
    }
}

.mp-catalog-project-list__title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -.5px;
    font-weight: 500;
    color: #333;
    margin: 0 0 32px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-list__title {
        font-size: 24px;
        text-align: left;
        letter-spacing: -.6px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-list__title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-list__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -.16px;
        margin-bottom: 24px;
        max-width: 80%;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-project-list__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.2px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-list__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-list__inner {
        flex-wrap: nowrap;
    }
}

.mp-catalog-project-list__item {
    margin-bottom: 40px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-list__item {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-list__item {
        width: 431px;
        flex: 0 0 431px;
        margin-bottom: 56px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-list__item {
        width: 368px;
        flex-basis: 368px;
        margin-bottom: 48px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-project-list__item {
        width: 408px;
        flex-basis: 408px;
    }
}

.mp-catalog-project-list__item-title {
    color: #13ab41;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.2px;
    margin: 0 0 16px;
}

.mp-catalog-project-list__item-text {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.21px;
    margin: 0;
}

.sr-wrapp {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

@media (min-width: 600px) {
    .sr-wrapp {
        max-width: 600px;
        padding: 0 12px;
    }
}

@media (min-width: 960px) {
    .sr-wrapp {
        max-width: 960px;
        padding: 0 24px;
    }
}

@media (min-width: 1200px) {
    .sr-wrapp {
        padding: 0 16px;
        max-width: 1180px;
    }
}

@media (min-width: 1380px) {
    .sr-wrapp {
        max-width: 1320px;
        padding: 0 16px;
    }
}

.mp-footer.showroom {
    margin-top: 72px;
}

@media (min-width: 960px) {
    .mp-footer.showroom {
        margin-top: 128px;
    }
}

.mp-catalog-breadcrumbs {
    display: block;
    margin-bottom: 32px;
    margin-top: -8px;
}

.mp-catalog-breadcrumbs__link {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    height: 32px;
    border-radius: 50px;
    background-color: #f8f8f8;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.2px;
    text-decoration: none;
    outline: 0;
    padding: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mp-catalog-breadcrumbs__link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.mp-catalog-breadcrumbs__link:first-child {
    font-weight: 700;
}

.mp-catalog-breadcrumbs__link span {
    display: inline-block;
    vertical-align: middle;
}

.mp-favorite-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 6px 6px -4px rgba(143, 143, 143, 40%);
    background-color: #ffe897;
    display: none;
}

.mp-favorite-popup__wrapp {
    padding: 8px 16px;
    display: flex;
    align-items: center;
}

.mp-favorite-popup__pic {
    display: none;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 24px;
}

@media all and (min-width: 960px) {
    .mp-favorite-popup__pic {
        display: block;
    }
}

.mp-favorite-popup__pic img {
    max-width: 100%;
}

.mp-favorite-popup__text {
    margin-right: auto;
}

.mp-favorite-popup__title {
    margin: 0;
}

.mp-favorite-popup__id {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.3px;
}

.mp-favorite-popup__name {
    display: none;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.3px;
}

@media all and (min-width: 600px) {
    .mp-favorite-popup__name {
        display: inline;
    }
}

.mp-favorite-popup__status {
    color: #df5656;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.31px;
    margin: 0;
}

.mp-favorite-popup__controls {
    font-size: 0;
    line-height: 0;
}

.mp-favorite-popup__btn {
    box-shadow: 0 5px 3px -3px rgba(51, 51, 51, 22%);
    border-radius: 24px;
    background-color: #fff;
    outline: 0;
    text-decoration: none;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    color: inherit;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
}

@media all and (min-width: 960px) {
    .mp-favorite-popup__btn {
        padding: 8px 32px 8px 18px;
        width: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-favorite-popup__btn:hover {
        box-shadow: 0 5px 3px -3px rgba(51, 51, 51, 22%);
        background-color: #ecd68d;
    }
}

.mp-favorite-popup__btn:active {
    background-color: #d7c27f;
}

.mp-favorite-popup__btn::before {
    content: attr(data-count);
    position: absolute;
    top: -6px;
    left: -4px;
    height: 22px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #ea574f;
    padding: 0 8px;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -.19px;
}

.mp-favorite-popup__btn span {
    display: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 8px;
}

@media all and (min-width: 960px) {
    .mp-favorite-popup__btn span {
        display: inline;
    }
}

.mp-favorite-popup__close {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background-color: #e2cd89;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCAgZD0iTTcuNTMgNi40N2EuNzUuNzUgMCAwIDAtMS4wNiAxLjA2bDEyIDEyYS43NS43NSAwIDAgMCAxLjA2LTEuMDZ6bTIuNjI3IDguMzEyTDYuNDcgMTguNDdhLjc1Ljc1IDAgMSAwIDEuMDYgMS4wNmwzLjY4OC0zLjY4N2EuNzUuNzUgMCAwIDAtMS4wNi0xLjA2em01LjEwOC0zLjI5N2EuNzQ3Ljc0NyAwIDAgMCAuNTMtLjIyTDE5LjUzIDcuNTNhLjc1Ljc1IDAgMCAwLTEuMDYtMS4wNmwtMy43MzYgMy43MzVhLjc1Ljc1IDAgMCAwIC41MyAxLjI4eiIvPjwvc3ZnPg==");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border: none;
    outline: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
}

@media all and (min-width: 1200px) {
    .mp-favorite-popup__close:hover {
        box-shadow: 0 5px 3px -3px rgba(51, 51, 51, 22%);
        border-radius: 24px;
        background-color: #ecd68d;
    }
}

.mp-favorite-popup__close:active {
    background-color: #d7c27f;
    box-shadow: none;
}

.mp-categories-popup {
    position: absolute;
    top: 21px;
    left: 100%;
    box-shadow: 0 16px 32px -16px #2162a7;
    border-radius: 8px;
    background-color: #fff;
    padding: 32px 24px 56px;
    min-width: 268px;
    overflow: hidden;
    display: none;
}

.mp-categories-popup__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 24px;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
}

.mp-categories-popup__title::before {
    content: "";
    width: 48px;
    height: 5px;
    border-radius: 3px;
    background-color: #4787f7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.logos .mp-categories-popup__title::before {
    background-color: #e3ae7e;
}

.mp-categories-popup__list {
    display: flex;
}

.mp-categories-popup__column {
    flex: 0 0 220px;
    width: 220px;
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.mp-categories-popup__column:last-child {
    margin-right: 0;
}

.mp-categories-popup__link {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
}

@media all and (min-width: 1200px) {
    .mp-categories-popup__link:hover {
        color: #0169d9;
        letter-spacing: -.2px;
        text-decoration: underline;
    }
}

.mp-categories-popup__bg {
    position: absolute;
    bottom: -44px;
    right: 24px;
    width: 118px;
    opacity: .5;
}

.mp-structure-popup {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 16px 32px -16px #2162a7;
    border-radius: 8px;
    background-color: #fff;
    padding: 32px 40px 40px;
    overflow: hidden;
    z-index: 1063;
    width: 728px;
}

@media all and (min-width: 1200px) {
    .mp-structure-popup {
        width: 952px;
    }
}

.mp-structure-popup__bg {
    position: absolute;
    bottom: -44px;
    right: 56px;
    width: 118px;
    opacity: .5;
}

.mp-structure-popup__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 22px;
    padding-bottom: 18px;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 1200px) {
    .mp-structure-popup__title {
        margin-bottom: 24px;
    }
}

.mp-structure-popup__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 5px;
    border-radius: 3px;
    background-color: #0169d9;
}

.mp-structure-popup__nav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.mp-structure-popup__item {
    width: 200px;
    flex: 0 0 200px;
    text-decoration: none;
    outline: 0;
    text-align: center;
    margin: 0 12px 16px;
}

@media all and (min-width: 960px) {
    .mp-structure-popup__item {
        border-radius: 11px;
        padding: 16px 3px;
        border: solid 2px transparent;
        transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    }
}

@media all and (min-width: 1200px) {
    .mp-structure-popup__item:hover {
        background-color: #f1f7ff;
        border: solid 2px #c5d7f5;
    }
}

.mp-structure-popup__item.selected {
    cursor: default;
    background-color: #cadaf3;
    border-color: #cadaf3;
}

.mp-structure-popup__item-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -.2px;
    text-align: center;
    color: #353535;
    margin: 8px 0 0;
    border-radius: 50px;
}

.selected .mp-structure-popup__item-title {
    font-weight: 500;
}

.mp-structure-popup__item-pic {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.mp-structure-popup__item-pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    border: 2px solid #6692d4;
    background-color: #a3c6ff;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease-out;
}

.mp-structure-popup__item-pic img {
    max-width: 100%;
}

.mp-request-popup {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 432px;
    z-index: 1063;
    display: none;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 50%);
    border-radius: 10px;
    background-color: #fff;
    padding: 56px 24px 48px;
}

@media all and (min-width: 600px) {
    .mp-request-popup {
        padding: 32px 32px 48px;
    }
}

.mp-request-popup__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.2px;
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .mp-request-popup__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.mp-request-popup__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.4px;
    margin: 0 0 24px;
}

@media all and (min-width: 600px) {
    .mp-request-popup__text {
        margin-bottom: 32px;
    }
}

.mp-request-popup__outer {
    margin-bottom: 24px;
}

.mp-request-popup__label {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 4px;
}

.mp-request-popup__bottom {
    text-align: center;
}

.mp-request-popup__privacy {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.mp-request-popup__btn {
    margin-top: 24px;
}

@media all and (min-width: 600px) {
    .mp-request-popup__btn {
        margin-top: 32px;
    }
}

.mp-request-popup__close {
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
    border-radius: 50%;
    background-color: #fafaf9;
    appearance: none;
    border: none;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media all and (min-width: 960px) {
    .mp-request-popup__close {
        width: 48px;
        height: 48px;
    }
}

.mp-request-popup__close svg {
    width: 24px;
    height: 24px;
}

.mp-fav {
    display: none;
    text-decoration: none;
    outline: 0;
    flex: 1 0 auto;
}

@media all and (min-width: 960px) {
    .mp-fav {
        display: block;
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-fav {
        margin-left: 32px;
        margin-right: 32px;
    }
}

@media all and (min-width: 1380px) {
    .mp-fav {
        margin-left: 48px;
        margin-right: 48px;
    }
}

.mp-fav__text {
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-fav__text {
        margin-right: 8px;
        vertical-align: middle;
        color: #212121;
        font-size: 15px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -.2px;
        display: inline-block;
    }
}

.mp-fav__icon {
    width: 48px;
    height: 48px;
    fill: #ea574f;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    padding: 11px;
}

.js-fav-icon.disabled,
.js-fav-icon.disabled svg {
    fill: #000;
}

.mp-fav__icon::before {
    content: attr(data-count);
    min-width: 22px;
    height: 22px;
    position: absolute;
    top: -6px;
    left: 29px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.19px;
    border: 1px solid #fff;
    background-color: #ea574f;
    padding: 0 7px;
    box-sizing: border-box;
}

.mp-catalog-breadcrumbs-small {
    font-size: 0;
    line-height: 0;
    display: flex;
    overflow: auto;
    margin: 0 -12px 8px;
    padding: 0 16px 4px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-breadcrumbs-small {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    .mp-catalog-breadcrumbs-small.type-project { margin-bottom: 32px; }
}

.mp-catalog-breadcrumbs-small__link {
    color: #b1b1b1;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    letter-spacing: -.09px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    flex: none;
}

@media all and (min-width: 1200px) {
    .mp-catalog-breadcrumbs-small__link:hover:not(span) span {
        color: #0169d9;
    }
}

.mp-catalog-breadcrumbs-small__link:last-child span {
    text-decoration: none;
}

.mp-catalog-breadcrumbs-small__link span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
}

.mp-catalog-breadcrumbs-small__link svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 13px;
    height: 13px;
    fill: #666;
    transform: rotate(-90deg);
}

.mp-catalog-banners__item {
    padding: 56px 20px 72px 24px;
    background-color: #f9f9f9;
}

@media all and (min-width: 600px) {
    .mp-catalog-banners__item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        overflow: hidden;
    }
}

.mp-catalog-banners__item:nth-child(even) {
    background-color: #fff;
}

@media all and (min-width: 600px) {
    .mp-catalog-banners__item.reversed {
        flex-direction: row-reverse;
    }
}

@media all and (min-width: 600px) {
    .mp-catalog-banners__item-text {
        padding-top: 56px;
        flex: 1 1 50vw;
        max-width: 280px;
        margin-right: 24px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-banners__item-text {
        margin-right: 48px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-banners__item-text {
        padding-top: 112px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-banners__item-text {
        padding-top: 120px;
        margin-right: 56px;
    }
}

@media all and (min-width: 600px) {
    .reversed .mp-catalog-banners__item-text {
        margin-right: 0;
        margin-left: 24px;
    }
}

@media all and (min-width: 960px) {
    .reversed .mp-catalog-banners__item-text {
        margin-left: 48px;
    }
}

@media all and (min-width: 1200px) {
    .reversed .mp-catalog-banners__item-text {
        margin-left: 109px;
    }
}

@media all and (min-width: 1380px) {
    .reversed .mp-catalog-banners__item-text {
        margin-left: 56px;
    }
}

.mp-catalog-banners__item-label {
    margin: 0 0 12px;
    color: #13ab41;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

@media all and (min-width: 960px) {
    .mp-catalog-banners__item-label {
        margin-bottom: 8px;
    }
}

.mp-catalog-banners__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.12px;
    margin: 0 0 24px;
}

@media all and (min-width: 960px) {
    .mp-catalog-banners__item-title {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -.15px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-banners__item-title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -.17px;
        margin-bottom: 27px;
    }
}

.mp-catalog-banners__item-description {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.21px;
    margin: 0;
}

@media all and (min-width: 960px) {
    .mp-catalog-banners__item-description {
        font-size: 14px;
    }
}

.mp-catalog-banners__item-pic {
    display: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-banners__item-pic {
        display: block;
        flex: 1 1 50vw;
        max-width: 50%;
        max-height: 360px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-banners__item-pic {
        max-height: 400px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-banners__item-pic {
        max-height: 430px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-banners__item-pic {
        max-height: 480px;
    }
}

@media all and (min-width: 600px) {
    .reversed .mp-catalog-banners__item-pic {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.mp-catalog-banners__item-pic img {
    max-height: 100%;
}

.mp-tuning-request {
    background-color: #fff;
    border-top: solid 2px #f0ede2;
    border-bottom: solid 2px #f0ede2;
    position: relative;
    z-index: 1000;
}

.mp-tuning-request__wrapp {
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: center;
}

@media all and (min-width: 960px) {
    .mp-tuning-request__wrapp {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 24px;
        padding-bottom: 20px;
    }
}

.mp-tuning-request__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.55px;
    margin: 0;
}

@media all and (min-width: 600px) {
    .mp-tuning-request__title {
        font-size: 24px;
        letter-spacing: -.6px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-request__title {
        text-align: left;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-request__title {
        font-size: 32px;
        letter-spacing: -.2px;
    }
}

.mp-tuning-request__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.17px;
    margin: -5px 0 0;
}

@media all and (min-width: 600px) {
    .mp-tuning-request__text {
        line-height: 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-request__text {
        font-size: 16px;
        letter-spacing: -.2px;
        margin-top: 2px;
    }
}

.mp-tuning-request__btn {
    margin-top: 24px;
}

@media all and (min-width: 600px) {
    .mp-tuning-request__btn {
        margin-top: 8px;
    }
}

.mp-tuning-sale {
    padding-top: 49px;
    padding-bottom: 62px;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale {
        padding-bottom: 93px;
        padding-top: 59px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale {
        padding-top: 40px;
        padding-bottom: 57px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale {
        padding-top: 64px;
        padding-bottom: 57px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale {
        padding-top: 73px;
        padding-bottom: 80px;
    }
}

.mp-tuning-sale__inner {
    box-shadow: 0 8px 16px -8px rgba(255, 184, 86, 47%);
    background-color: #ffd725;
    border-radius: 6px;
    padding: 32px 45px 34px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__inner {
        padding: 40px 28px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__inner {
        padding: 40px 44px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__inner {
        padding: 40px 34px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__inner {
        padding: 39px 42px 40px 50px;
    }
}

.mp-tuning-sale__layout {
    position: relative;
    z-index: 1;
    text-align: center;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__layout {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__layout {
        flex: 1 1 auto;
        display: block;
        text-align: center;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__layout {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.mp-tuning-sale__layout--big {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__layout--big {
        display: block;
        text-align: left;
        margin-left: 56px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__layout--big {
        margin-left: 24px;
        flex: 0 1 auto;
        display: block;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__layout--big {
        margin-left: 92px;
    }
}

.mp-tuning-sale__discount {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__discount {
        margin: 0;
        flex: 1 1 auto;
    }
}

.mp-tuning-sale__discount-img {
    width: 120px;
    height: 120px;
}

.mp-tuning-sale__main {
    margin-top: 25px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__main {
        flex: 1 1 auto;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__main {
        margin-top: 10px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__main {
        text-align: left;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__main {
        margin-left: 38px;
    }
}

.mp-tuning-sale__title {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.6px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: 5px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__title {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.2px;
        margin-bottom: 6px;
        font-weight: 700;
    }
}

.mp-tuning-sale__btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: 0;
    padding: 12px 24px 13px 23px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -.2px;
    color: #333;
}

.mp-tuning-sale__panel {
    width: 100%;
    box-shadow: 0 0 0 4px #fff;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 6px;
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__panel {
        padding: 24px 16px 26px;
        max-width: 554px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__panel {
        padding: 24px 40px 34px;
        max-width: 648px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__list {
        margin: 0;
        list-style-position: inside;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0;
    }
}

.mp-tuning-sale__list-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.2px;
    margin-bottom: 8px;
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__list-item {
        flex: 0 0 218px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__list-item:nth-child(odd) {
        margin-right: 54px;
    }
}

.mp-tuning-sale__list-item:last-child {
    margin-bottom: 0;
}

.mp-tuning-sale__pic {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
}

.mp-tuning-sale__pic--kiwi {
    right: -38px;
    bottom: -57px;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__pic--kiwi {
        right: 0;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__pic--kiwi {
        bottom: -22px;
        right: 40px;
    }
}

.mp-tuning-sale__pic--watermelon {
    left: -74px;
    top: 52px;
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__pic--watermelon {
        top: 108px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__pic--watermelon {
        top: 86px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__pic--watermelon {
        left: -82px;
    }
}

.mp-tuning-sale__pic--butterfly {
    top: -12px;
    right: -30px;
}

@media all and (min-width: 600px) {
    .mp-tuning-sale__pic--butterfly {
        top: -14px;
        right: 0;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-sale__pic--butterfly {
        top: -49px;
        right: -40px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-sale__pic--butterfly {
        top: -36px;
        right: -230px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-sale__pic--butterfly {
        right: -390px;
    }
}

.cd-request-popup {
    position: absolute;
    top: 15%;
    width: 80%;
    max-width: 400px;
    z-index: 1063;
    display: none;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 50%);
    border-radius: 10px;
    background-color: #fff;
    padding: 32px 16px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (min-width: 600px) {
    .cd-request-popup {
        padding: 32px;
    }
}

.cd-request-popup__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.4px;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 12px;
}

@media all and (min-width: 600px) {
    .cd-request-popup__title {
        font-size: 28px;
    }
}

.cd-request-popup__close {
    width: 48px;
    height: 48px;
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
    border-radius: 50%;
    background-color: #fafaf9;
    appearance: none;
    border: none;
    padding: 0;
    outline: 0;
    position: absolute;
    top: -18px;
    right: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cd-request-popup__close svg {
    width: 32px;
    height: 32px;
}

.cd-request-popup__preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 30%);
}

.cd-request-popup__preloader-svg circle {
    stroke-dasharray: 21;
}

.cd-request-popup__preloader-svg polyline {
    stroke-dasharray: 44;
    stroke-dashoffset: 44;
    stroke-linecap: butt;
}

.cd-request-popup h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -.4px;
    text-align: center;
    color: #333;
}

@media all and (min-width: 600px) {
    .cd-request-popup h2 {
        font-size: 20px;
    }
}

.cd-request-popup .cd-input__field {
    height: 40px;
}

@media all and (min-width: 600px) {
    .cd-request-popup .cd-input__field {
        height: 48px;
    }
}

.cd-request-popup .tpl-field {
    font-size: 15px;
    line-height: 1.47;
    color: #333;
}

.cd-request-popup .mp-form__privacy {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -.4px;
    color: #828282;
    text-align: center;
    margin-top: 16px;
}

.cd-request-popup .mp-form__privacy a {
    color: #828282;
}

@media all and (min-width: 600px) {
    .cd-request-popup .mp-form__btn {
        text-align: center;
    }
}

.cd-request-popup .mp-form__btn .cd-btn {
    width: 100%;
}

@media all and (min-width: 600px) {
    .cd-request-popup .mp-form__btn .cd-btn {
        width: auto;
    }
}

@media all and (min-width: 600px) {
    .cd-request-popup .cd-field__text {
        font-size: 15px;
    }
}

.sp-force-hide.sp-form-outer ~ .mp-form__preloader {
    display: block;
}

.sp-form-outer ~ .mp-form__preloader {
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-wrapp--for-solution {
        padding-right: 0;
        padding-left: 0;
        margin-left: 20px;
        margin-right: 2.2%;
        width: auto;
        max-width: 100%;
    }
}

@media all and (min-width: 1500px) {
    .mp-wrapp--for-solution {
        margin-right: 3%;
    }
}

@media all and (min-width: 1930px) {
    .mp-wrapp--for-solution {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.mp-img img {
    height: auto;
    width: 100%;
}

.mp-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    letter-spacing: -.5px;
    margin: 0;
}

.mp-h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1.4px;
    margin: 0;
}

.mp-main__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -.5px;
    text-align: center;
    padding: 64px 0;
    margin: 0;
    background-color: #f8f6ec;
    background-position: left top, right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.mp-main__wrapp {
    padding: 80px 18px 112px;
}

.mp-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 96px;
}

.mp-timer__layout {
    flex: 0 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mp-timer__layout p {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 23px;
    margin: 5px 0 8px;
    max-width: 100%;
}

.mp-timer__layout--text {
    margin-right: 114px;
}

.mp-timer__layout--text p {
    min-width: 615px;
    height: 92px;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -.1px;
    margin: 0;
}

.mp-timer__layout--text strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.mp-timer__layout--text a {
    color: #0d5cd6;
    text-decoration: underline;
}

.mp-timer__counter {
    font-size: 0;
    text-align: center;
}

.mp-timer__counter ins,
.mp-timer__counter span {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 1px;
    text-decoration: none;
    color: #434343;
    font-size: 56px;
    font-weight: 400;
    line-height: 78px;
}

.mp-big-features {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mp-big-features__inner {
    position: relative;
    z-index: 1;
}

.mp-big-features__text {
    position: absolute;
    z-index: 2;
    color: #fff;
}

.mp-big-features__note {
    color: #4c5037;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1.2px;
    text-align: center;
    margin: 15px 0 0;
}

.mp-big-features__item {
    flex: 0 0 320px;
    text-align: center;
}

.mp-big-features__digits {
    font-size: 150px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: -3px;
    margin: 0;
}

.mp-big-features__item--since .mp-big-features__text {
    top: 112px;
    right: 25px;
}

.mp-big-features__item--since .mp-big-features__years-name {
    margin: 0;
    font-size: 90px;
    font-weight: 700;
    line-height: 60px;
}

.mp-big-features__item--office .mp-big-features__text {
    top: 112px;
    right: 24px;
    text-align: right;
}

.mp-big-features__item--office .mp-big-features__offices-name {
    margin: 0 8px 0 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -2px;
}

.mp-big-features__item--staff .mp-big-features__text {
    top: 61px;
    right: 25px;
    text-align: right;
}

.mp-big-features__item--staff .mp-big-features__staff-text {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2px;
}

.mp-big-features__item--office .mp-big-features__inner::before,
.mp-big-features__item--since .mp-big-features__inner::before,
.mp-big-features__item--staff .mp-big-features__inner::before {
    content: "";
    width: 323px;
    height: 323px;
    border-radius: 50%;
    position: absolute;
    border: 3px solid rgba(245, 166, 35, 50%);
    top: -15px;
    left: -20px;
    z-index: 2;
}

.mp-big-features__item--office .mp-big-features__inner::after,
.mp-big-features__item--since .mp-big-features__inner::after,
.mp-big-features__item--staff .mp-big-features__inner::after {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 19px;
    z-index: 3;
    border: 1px solid #f5f5f5;
}

.mp-big-features__item--office .mp-big-features__inner::before {
    border-color: rgba(19, 171, 65, 50%);
}

.mp-big-features__item--staff .mp-big-features__inner::before {
    border-color: rgba(231, 67, 58, 50%);
}

.mp-features {
    background-image: linear-gradient(-36deg, #1ebd4e 0, #275957 100%);
}

.mp-features__wrapp {
    padding: 64px 24px 40px;
}

.mp-features__title {
    color: #fff;
}

.mp-features__subtitle {
    color: #fff;
    margin-top: 8px;
}

.mp-features__list {
    padding: 0;
    margin: 64px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mp-features__item {
    flex: 1 0 350px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mp-features__text {
    margin: 0 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.38px;
    max-width: 282px;
}

.mp-features__icon svg {
    fill: #f8e71c;
}

.mp-services-content {
    background-color: #f8f6ec;
}

.mp-services-content__wrapp {
    padding: 80px 15px;
}

.mp-services-content__title {
    margin-bottom: 48px;
}

.mp-services-content__list {
    height: 130px;
    display: flex;
    justify-content: space-between;
}

.mp-services-content__item {
    box-shadow: 0 2px 5px rgba(110, 106, 89, 32%);
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.2s ease-out;
    will-change: box-shadow;
    box-sizing: border-box;
    flex: 0 0 305px;
}

.mp-services-content__subtitle {
    margin-top: 80px;
    margin-bottom: 48px;
}

.mp-services-content__video {
    display: block;
    width: 90vw;
    height: calc(100vw / 16 * 9);
    max-width: 1060px;
    max-height: calc(1060px / 16 * 9);
    margin: 80px auto 0;
}

.mp-request__wrapp {
    max-width: 641px;
    padding: 54px 10px 79px;
    box-sizing: border-box;
}

.mp-request__title {
    margin-bottom: 36px;
}

.mp-request__text {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -.1px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 18px;
    text-align: center;
}

.mp-request__text p {
    margin: 0 0 23px;
}

.mp-request__form {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.mp-request__form-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.mp-request__input {
    flex: 0 0 330px;
}

.mp-request__note {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #7e7d7c;
}

.mp-request__note a {
    color: #1350ae;
}

.lp-feedback {
    background-color: #f8f6ec;
    background-repeat: no-repeat;
    background-position: right 61px, left bottom;
}

.lp-feedback__title {
    text-align: center;
    margin: 0 0 48px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 54px;
}

.lp-feedback__wrapp {
    padding-top: 54px;
    padding-bottom: 64px;
}

.lp-cslider {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 32px;
}

.lp-cslider__slide {
    outline: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.lp-cslider__card {
    max-width: 620px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 14%);
    background-color: #fff;
    padding: 30px 40px 35px;
    color: #252525;
}

.lp-cslider__title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.31px;
    line-height: 30px;
    margin: 0 0 1px;
}

.lp-cslider__subtitle {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.23px;
    line-height: 26px;
    margin: 0 0 8px;
}

.lp-cslider__link-wr {
    margin: 0 0 43px;
}

.lp-cslider__link {
    color: #13ab41;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    outline: 0;
}

.lp-cslider__content p {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 23px;
    margin: 0;
}

.lp-cslider .slick-list {
    padding-bottom: 48px;
    height: 100%;
    transition: height 0.3s ease-out;
}

.lp-cslider .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.lp-cslider .slick-dots li {
    margin: 0 5px;
}

.lp-cslider .slick-dots .slick-active button {
    background: #13ab41;
}

.lp-cslider .slick-dots button {
    border: 2px solid #13ab41;
    box-sizing: border-box;
    text-indent: -9999px;
    background: 0 0;
    cursor: pointer;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    outline: 0;
    padding: 0;
}

.callback {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 30;
    min-width: 300px;
    max-width: 100%;
    padding: 40px 20px 50px;
    background-color: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
    text-align: center;
}

@media (min-width: 400px) {
    .callback {
        max-width: 400px;
        padding: 40px 70px 50px;
    }
}

.callback__close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M7%2E903%2C6%2E722%20L1%2E401%2C0%2E220%20C1%2E074%2C%2D0%2E107%200%2E548%2C%2D0%2E107%200%2E221%2C0%2E220%20C%2D0%2E106%2C0%2E547%20%2D0%2E106%2C1%2E072%200%2E221%2C1%2E399%20L6%2E723%2C7%2E901%20L0%2E221%2C14%2E404%20C%2D0%2E106%2C14%2E731%20%2D0%2E106%2C15%2E256%200%2E221%2C15%2E583%20C0%2E548%2C15%2E910%201%2E074%2C15%2E910%201%2E401%2C15%2E583%20L7%2E903%2C9%2E081%20L14%2E405%2C15%2E583%20C14%2E732%2C15%2E910%2015%2E258%2C15%2E910%2015%2E585%2C15%2E583%20C15%2E912%2C15%2E256%2015%2E912%2C14%2E731%2015%2E585%2C14%2E404%20L9%2E082%2C7%2E901%20L15%2E585%2C1%2E399%20C15%2E912%2C1%2E072%2015%2E912%2C0%2E547%2015%2E585%2C0%2E220%20C15%2E258%2C%2D0%2E107%2014%2E732%2C%2D0%2E107%2014%2E405%2C0%2E220%20L7%2E903%2C6%2E722%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f1f1f1;
    transition: background-color 0.3s;
}

.callback__close:hover {
    background-color: #d8d8d8;
}

.callback__title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center;
}

.callback__row {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.callback__label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}

.callback__label--required::after {
    content: "*";
    color: red;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
}

.callback__input {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 24px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    padding: 8px 15px;
    transition: border 0.3s;
}

.callback__input:active,
.callback__input:focus {
    border: 1px solid #7d7d7d;
    outline: 0;
}

.js-thx {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cd-notouch .mp-services-content__item:hover {
    box-shadow: 0 2px 5px rgba(110, 106, 89, 70%);
}

.cd-notouch .mp-request__note a:hover {
    text-decoration: none;
}

.cd-notouch .mp-timer__layout--text a:hover {
    text-decoration: none;
}

@media all and (max-width: 1100px) {
    .mp-main__title {
        background-position: -20% top, 125% top;
        padding: 48px 0;
    }

    .mp-main__wrapp {
        padding-top: 64px;
    }

    .mp-timer {
        display: block;
        margin: 0 auto 64px;
        max-width: 598px;
    }

    .mp-timer__layout--text {
        margin-right: 0;
    }

    .mp-timer__layout--text p {
        height: auto;
        margin: 0 0 32px;
    }

    .mp-big-features__item--office,
    .mp-big-features__item--since,
    .mp-big-features__item--staff {
        flex: 0 0 230px;
    }

    .mp-big-features__item--office .mp-big-features__inner::before,
    .mp-big-features__item--since .mp-big-features__inner::before,
    .mp-big-features__item--staff .mp-big-features__inner::before {
        width: 219px;
        height: 219px;
        top: -10px;
        left: -14px;
        border-width: 2px;
    }

    .mp-big-features__item--office .mp-big-features__inner::after,
    .mp-big-features__item--since .mp-big-features__inner::after,
    .mp-big-features__item--staff .mp-big-features__inner::after {
        width: 203px;
        height: 203px;
        top: 13px;
        left: 13px;
    }

    .mp-big-features__note {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -.4px;
    }

    .mp-big-features__digits {
        font-size: 100px;
        font-weight: 700;
        line-height: 100px;
        letter-spacing: -2px;
    }

    .mp-big-features__item--since .mp-big-features__text {
        top: 74px;
        right: 17px;
    }

    .mp-big-features__item--since .mp-big-features__years-name {
        font-size: 60px;
        font-weight: 700;
        line-height: 30px;
    }

    .mp-big-features__item--office .mp-big-features__text {
        top: 74px;
        right: 18px;
    }

    .mp-big-features__item--office .mp-big-features__offices-name {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -.2px;
    }

    .mp-big-features__item--staff .mp-big-features__text {
        top: 30px;
        right: 18px;
    }

    .mp-big-features__item--staff .mp-big-features__staff-text {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -2px;
    }

    .mp-features__list {
        max-width: 714px;
        margin: 48px auto 0;
    }

    .mp-features__item {
        max-width: 339px;
    }

    .mp-features__icon {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .mp-features__text {
        max-width: none;
    }

    .mp-services-content__wrapp {
        padding-top: 64px;
    }

    .mp-services-content__list {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .mp-services-content__item {
        margin: 0 10px 20px;
        height: 120px;
    }

    .mp-services-content__subtitle {
        margin-top: 60px;
    }

    .lp-feedback {
        background-position: 116% 42px, -70px bottom;
    }
}

@media all and (max-width: 767px) {
    .mp-h2,
    .mp-main__title {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -.32px;
    }

    .mp-h3 {
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -.7px;
    }

    .mp-big-features {
        display: block;
        text-align: center;
    }

    .mp-big-features__item {
        max-width: 230px;
        margin: 0 auto 60px;
    }

    .mp-big-features__inner {
        display: inline-block;
    }

    .mp-main__wrapp {
        padding: 48px 11px 20px 14px;
    }

    .mp-main__title {
        padding: 32px 0;
        background: #f8f6ec;
    }

    .mp-timer__layout--text {
        margin-bottom: 24px;
    }

    .mp-timer__layout--text p {
        min-width: 0;
        margin-bottom: 16px;
    }

    .mp-features {
        background-image: linear-gradient(-50deg, #1ebd4e 0, #275957 100%);
    }

    .mp-features__wrapp {
        padding: 32px 12px 16px;
    }

    .mp-features__title {
        margin-bottom: 16px;
    }

    .mp-features__subtitle {
        margin-bottom: 36px;
    }

    .mp-features__list {
        display: block;
    }

    .mp-features__item {
        margin-bottom: 32px;
    }

    .mp-features__text {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -.4px;
        margin-left: 20px;
    }

    .mp-services-content__wrapp {
        padding: 48px 10px;
    }

    .mp-services-content__title {
        margin-bottom: 32px;
    }

    .mp-services-content__list {
        display: block;
        margin-bottom: 16px;
    }

    .mp-services-content__item {
        max-width: 100%;
        height: 120px;
        margin-bottom: 16px;
    }

    .mp-services-content__subtitle {
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .mp-request__wrapp {
        padding: 48px 8px;
    }

    .mp-request__title {
        margin-bottom: 32px;
    }

    .mp-request__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.36px;
    }

    .mp-request__text p {
        text-align: left;
        margin-bottom: 20px;
    }

    .mp-request__form-inner {
        display: block;
    }

    .mp-request__btn {
        display: block;
        width: 100%;
    }

    .mp-request__note {
        font-size: 13px;
        font-weight: 300;
        line-height: 18px;
        max-width: 200px;
        margin: 16px auto 0;
    }

    .lp-feedback {
        background: #f8f6ec;
    }
}

.mp-video {
    background: 0 0;
}

.mp-video__wrapp {
    padding: 8px 0 72px;
}

@media all and (min-width: 600px) {
    .mp-video__wrapp {
        padding-left: initial;
        padding-right: initial;
    }
}

.mp-video__frame {
    outline: 0;
    height: calc(90vw * 9 / 16);
    width: 90vw !important;
    margin: 0 auto;
    display: block !important;
}

.mp-video__inner {
    width: 100%;
    margin: 0 auto;
}

@media all and (min-width: 600px) {
    .mp-video__wrapp {
        padding-top: 24px;
        padding-bottom: 64px;
    }

    .mp-video__frame {
        outline: 0;
        height: calc(480px * 9 / 16);
        width: 480px !important;
        display: block !important;
    }
}

@media all and (min-width: 960px) {
    .mp-video__inner {
        max-width: 940px;
        padding: 0 10px;
    }

    .mp-video__wrapp {
        padding-bottom: 80px;
    }

    .mp-reviews-header__wrap {
        margin-bottom: 0;
    }

    .mp-video__frame {
        outline: 0;
        height: calc(602px * 9 / 16);
        width: 602px !important;
        margin: 0 auto;
        display: block !important;
    }
}

@media all and (min-width: 1200px) {
    .mp-video__inner {
        max-width: 1180px;
        padding: 0 3px;
    }

    .mp-video__wrapp {
        padding-bottom: 80px;
    }

    .mp-reviews-header__wrap {
        margin-bottom: 0;
    }

    .mp-video__frame {
        outline: 0;
        height: calc(560px * 9 / 16);
        width: 560px !important;
        margin: 0 auto;
        display: block !important;
    }
}

@media all and (min-width: 1380px) {
    .mp-video__inner {
        max-width: 1280px;
        padding: 0 3px;
    }

    .mp-video__wrapp {
        padding-bottom: 80px;
    }

    .mp-reviews-header__wrap {
        margin-bottom: 0;
    }

    .mp-video__frame {
        outline: 0;
        height: calc(602px * 9 / 16);
        width: 602px !important;
        margin: 0 auto;
        display: block !important;
    }
}

.mp-video__inner .slick-arrow {
    position: absolute;
    top: 50%;
}

.mp-video__inner .slick-next {
    right: -32px;
    transform: translate(100%, -50%);
}

.mp-video__inner .slick-prev {
    left: -32px;
    transform: translate(-100%, -50%);
}

.mp-video__inner .slick-dots button {
    padding: 0;
    appearance: none;
    text-indent: -9999px;
    border: none;
    outline: 0;
    background-color: #fafaf9;
    box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 27%), inset 0 0 0 2px #dfdfdf;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.mp-video__inner .slick-dots .slick-active button {
    cursor: pointer;
    background-color: #d9e4f5;
    box-shadow: 0 5px 3px -3px rgba(130, 166, 233, 27%), inset 0 0 0 2px #a3c0ea;
    width: 16px;
    height: 16px;
}

.mp-video__inner .slick-dots li {
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.mp-video__inner .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -54px;
    left: 51%;
    transform: translateX(-53%);
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp-video__inner .slick-next svg {
    transform: rotate(180deg);
}

@media all and (min-width: 1200px) {
    .mp-video__wrapp {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

.mp-video__title {
    color: #5a5a5a;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0 0 24px;
}

@media all and (min-width: 600px) {
    .mp-video__title {
        text-align: center;
        font-size: 26px;
        letter-spacing: -.6px;
        margin-bottom: 8px;
    }
}

@media all and (min-width: 960px) {
    .mp-video__title {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px;
    }
}

@media all and (min-width: 1380px) {
    .mp-video__title {
        margin-bottom: 24px;
    }
}

.mp-link {
    outline: 0;
    text-decoration: none;
    color: #0169d9;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.mp-request {
    position: relative;
    z-index: 2;
}

.mp-form__outer {
    display: flex;
    justify-content: space-between;
}

.mp-form__inner {
    max-width: 400px;
    flex: 1;
    margin-right: 38px;
}

.mp-form__control {
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 9px;
}

.mp-form__comment {
    height: 0;
    transition: height 0.5s ease-out;
    will-change: height;
    overflow: hidden;
}

.mp-form__comment.active {
    height: 116px;
}

.mp-form__link {
    float: right;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    margin-left: 8px;
    color: inherit;
}

.mp-form__link:visited {
    color: inherit;
}

.mp-form__slide {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(176, 176, 176, 27%);
    border: 2px solid #dfdfdf;
    background: #fafaf9;
    outline: 0;
    cursor: pointer;
    position: relative;
}

.mp-form__slide::after,
.mp-form__slide::before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #74cc8f;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    z-index: 1;
    transition: transform 0.5s ease-out;
    will-change: transform;
}

.mp-form__slide::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mp-form__slide.active::after,
.mp-form__slide.active::before {
    transform: translate(-50%, -50%) rotate(360deg);
}

.mp-form__send {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mp-form__checkbox {
    align-items: center;
}

.mp-form__privacy {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -.09px;
}

.mp-form__privacy a {
    text-decoration: underline;
    color: inherit;
}

.mp-form__privacy a:visited {
    color: inherit;
}

.mp-form__design {
    border-radius: 6px;
    background-color: #f4f4f4;
    padding: 21px 10px 8px;
    box-sizing: border-box;
    margin-top: 60px;
}

.mp-form__design img {
    max-width: 100%;
}

.mp-form__design-number {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 18px;
}

.mp-form__design-number span {
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 500;
}

#tooltip {
    position: absolute;
    display: none;
    z-index: 99;
    line-height: normal;
    margin: 10px;
}

#tooltip p {
    padding: 0;
    margin: 5px 0;
}

.tooltip-1 {
    box-shadow: 0 4px 18px #999;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px;
    color: #474747;
    font-size: 13px;
    min-width: 400px;
    max-width: 400px;
}

.mp-form__note {
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -.72px;
    text-align: center;
    margin-top: 52px;
}

.mp-form__note strong {
    font-weight: 700;
}

.mp-form__note p {
    margin: 0;
}

.cd-textarea__area {
    box-shadow: none;
    appearance: none;
}

.cd-notouch .mp-form__privacy a:hover {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .mp-request__wrapp {
        max-width: 297px;
    }

    .mp-form__inner {
        margin-right: 0;
    }

    .mp-form__pic {
        display: none;
    }

    .mp-form__send {
        flex-direction: column;
        margin-top: 42px;
    }

    .mp-form__checkbox {
        margin-top: 29px;
        align-items: flex-start;
    }

    .mp-form__note {
        margin-top: 70px;
    }

    .mp-form__outer {
        display: block;
    }
}

.lp-hform {
    background: #f8f6ec;
}

@media all and (min-width: 960px) {
    .lp-hform__wrapp {
        padding: 64px 0 72px;
    }
}

.lp-hform__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 8px;
}

@media all and (min-width: 960px) {
    .lp-hform__title {
        font-size: 40px;
        line-height: 54px;
        margin: 0;
    }
}

.lp-hform__subtitle {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1.4px;
    line-height: 22px;
}

@media all and (min-width: 960px) {
    .lp-hform__subtitle {
        font-size: 30px;
        line-height: 30px;
    }
}

.lp-hform__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 840px;
    margin: 68px auto 0;
}

.lp-hform__layout {
    margin: 0;
}

.lp-hform__layout--inputs {
    flex: 0 1 400px;
    margin: 0 auto;
}

.lp-hform__layout--sbt {
    text-align: center;
    margin-top: 32px;
}

.lp-hform__text {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 23px;
    margin: 21px 0 0;
}

.lp-hform__text--nom {
    margin: 0;
}

.lp-hform__checkbox {
    margin-top: 12px;
    display: block;
}

.lp-hform__input {
    margin: 12px 0 0;
}

.lp-hform__input:first-child {
    margin-top: 0;
}

.lp-hform__wr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

textarea.cd-input__field {
    height: 80px;
    min-height: 80px;
    max-width: 100%;
    resize: vertical;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 45%);
}

.lg-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #999;
    cursor: pointer;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
    height: 48px;
    width: 48px;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next::before {
    content: "\e095";
}

.lg-actions .lg-prev::after {
    content: "\e094";
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0%);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-download::after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
    display: none;
}

.inner-gallery .lg-sub-html {
    display: block;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.inner-gallery .lg-sub-html h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.inner-gallery .lg-sub-html p {
    font-size: 15px;
    max-width: 800px;
    margin: 10px auto 2px;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: all .35s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb::after {
    content: "\e1ff";
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button::after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button::after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, .25, 1) 0s, top 0.3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    backface-visibility: hidden;
}

#lg-zoom-in::after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size::after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out::after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 50%);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 70%) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen::after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen::after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 25%);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown &gt; li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown &gt; li:hover .lg-icon,
.lg-outer .lg-dropdown &gt; li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 7%);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share::after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon::after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon::after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon::after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon::after {
    content: "\e903";
}

.lg-group::after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../img/loading.gif") center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap::before,
.lg-outer .lg-item::before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    background-color: rgba(0, 0, 0, 70%);
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.1s ease 0s;
}

.pswp__template .mp-catalog-item__controls {
    position: fixed;
    bottom: 0;
}

.unscrollable {
    overflow: hidden;
    padding-right: 17px;
}

.lg-catalog-panel {
    display: none;
    position: fixed;
    bottom: 42px;
    width: 97%;
    left: 0;
    z-index: 1061;
    margin-left: 1.5%;
    flex-direction: column;
    transform: translateY(100%);
    transition: 0.3s;
    will-change: bottom;
}

.lg-catalog-panel .mp-catalog-item__price {
    top: 18px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media all and (min-width: 600px) {
    .lg-catalog-panel .mp-catalog-item__price {
        top: unset;
    }
}

@media all and (min-width: 960px) {
    .lg-catalog-panel .mp-catalog-item__price {
        align-items: center;
        justify-content: flex-start;
    }
}

.lg-catalog-panel .mp-rate {
    display: none;
    margin-right: 8px;
}

.lg-catalog-panel .mp-catalog-item__id {
    display: none;
}

.lg-catalog-panel .mp-catalog-item__like-btn {
    top: 16px;
}

.lg-catalog-panel .mp-catalog-item__btns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}

.lg-catalog-panel .mp-catalog-item__demo-btn {
    margin-right: 0;
    background: transparent;
    border: 1px solid #c0c0c0;
    padding: 7px;
    color: #333;
}

.lg-catalog-panel .mp-catalog-item__demo-btn:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 12%);
    color: rgb(105, 169, 65);
}

.lg-catalog-panel .mp-catalog-item__more-btn {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding: 9px;
    background: linear-gradient(107deg, rgb(94, 163, 76) 0%, rgb(105, 169, 65) 100%);
}

.lg-catalog-panel .mp-catalog-item__more-btn:hover {
    background: linear-gradient(107deg, rgb(101, 172, 84) 0%, rgb(108, 170, 69) 100%);
    box-shadow: 0 8px 12px rgba(118, 211, 114, 40%);
}

.lg-catalog-panel .mp-catalog-item__price-item {
    display: flex;
}

.lg-catalog-panel .mp-catalog-item__price-value {
    margin-left: 8px;
}

.lg-catalog-panel .mp-catalog-item__title {
    flex: 1 1 auto;
    white-space: normal;
    width: 320px;
    padding-right: 20%;
    display: none;
}

.lg-catalog-panel .mp-catalog-item__controls-inner {
    width: 100%;
}

@media all and (min-width: 600px) {
    .lg-catalog-panel {
        transform: translateX(-50%);
        left: 50%;
        margin: 0;
        bottom: unset;
        top: 0;
        min-width: 600px;
        width: max-content;
    }

    .lg-catalog-panel .mp-catalog-item__label-wrap {
        top: 93px;
        width: 300px;
        left: calc(50% - 150px);
        justify-content: center;
    }

    .lg-catalog-panel .mp-catalog-item__controls-top {
        flex: 1 1 auto;
        flex-wrap: wrap;
        align-items: center;
        width: auto;
        margin-bottom: 0;
    }

    .lg-catalog-panel .mp-catalog-item__price-item {
        margin-top: 0;
    }

    .lg-catalog-panel .mp-catalog-item__price-value {
        margin-left: 8px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .lg-catalog-panel .mp-catalog-item__price-title {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .lg-catalog-panel .mp-catalog-item__controls-bottom {
        margin-top: 0;
        flex: none;
        display: flex;
    }

    .lg-catalog-panel .mp-catalog-item__note.lg-catalog-panel.mp-catalog-item__price {
        position: static;
        z-index: 1;
        margin-right: auto;
        right: 5%;
        top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lg-catalog-panel .mp-catalog-item__price-old {
        overflow: hidden;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        margin-right: 12px;
    }

    .lg-catalog-panel .mp-catalog-item__price-current {
        margin-right: 12px;
    }

    .lg-catalog-panel .mp-catalog-item__btns {
        margin-left: 16px;
        width: 260px;
        margin-top: 0;
    }

    .lg-catalog-panel .mp-catalog-item__title {
        flex: 1 1 auto;
        width: 100%;
    }

    .lg-catalog-panel .mp-catalog-item__label {
        left: 7px;
        border-radius: 4px;
    }

    .lg-catalog-panel .mp-catalog-item__like-btn {
        position: relative;
        top: 0;
    }
}

@media all and (min-width: 960px) {
    .lg-catalog-panel {
        min-width: 960px;
    }

    .lg-catalog-panel .mp-catalog-item__btns {
        margin-top: 0;
        margin-left: 16px;
        width: 340px;
    }

    .lg-catalog-panel .mp-catalog-item__controls-bottom {
        display: flex;
        align-items: center;
    }

    .lg-catalog-panel .mp-catalog-item__controls-top {
        margin-bottom: 0;
    }

    .lg-catalog-panel .mp-catalog-item__demo-btn {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        padding: 12px 28px;
    }

    .lg-catalog-panel .mp-catalog-item__note { margin-top: 0; }

    .lg-catalog-panel .mp-catalog-item__controls {
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 0 0 16px 16px;
    }

    .lg-catalog-panel .mp-catalog-item__price-old {
        font-size: 18px;
        margin-right: 12px;
        width: auto;
    }

    .lg-catalog-panel .mp-catalog-item__more-btn {
        font-size: 14px;
    }

    .lg-catalog-panel .mp-catalog-item__price-current {
        font-size: 20px;
        line-height: 24px;
    }

    .lg-catalog-panel .mp-catalog-item__yandex-split-badge {
        margin-right: 0;
        font-size: 15px;
        line-height: 24px;
    }
}

.opened-panel {
    bottom: 0 !important;
    transform: translateY(0) !important;
}

.lg-catalog-panel .mp-catalog-item__controls {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.mp-catalog-item__controls-name {
    display: none;
}

@media all and (min-width: 600px) {
    .lg-catalog-panel .mp-catalog-item__controls {
        box-shadow: 0 5px 21px rgba(73, 71, 59, 25%), 0 -1px 4px rgba(73, 71, 59, 15%);
        position: relative;
        border-top: 0;
        border-radius: 0 0 12px 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    body.lg-on {
        height: 100vh;
        overflow: hidden !important;
    }

    .mp-catalog-item__controls-name {
        position: absolute;
        top: 95px;
        color: #fff;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        left: calc(50% - 300px);
        display: block;
    }
}

.lg-catalog-panel__btn {
    border-radius: 6px 6px 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 42px;
    box-shadow: 0 5px 21px rgba(73, 71, 59, 25%), 0 -1px 4px rgba(73, 71, 59, 15%);
}

.lg-catalog-panel__btn span {
    font-size: 13px;
    line-height: 15px;
    color: #009a17;
    display: inline-block;
    margin-left: 4px;
}

.opened-panel .lg-catalog-panel__btn span {
    color: #828282;
}

.lg-catalog-panel__btn svg {
    height: 26px;
    width: 26px;
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.opened-panel .lg-catalog-panel__btn svg {
    transform: rotate(0);
}

.lg-catalog-panel__btn svg path {
    fill: #009a17;
}

.opened-panel .lg-catalog-panel__btn svg path {
    fill: #828282;
}

@media all and (min-width: 600px) {
    .lg-catalog-panel__btn {
        display: none;
    }
}

.sale .pic-overlay {
    right: unset;
    left: 8px;
}

.pic-overlay {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 80%);
    justify-content: center;
    display: flex;
    opacity: 1;
    transition: opacity 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

.pic-overlay-not-mob {
    display: none;
}

.mp-catalog-item--redesign .pic-overlay {
    display: none;
    width: 48px;
    height: 48px;
    right: 6px;
    top: -101px;
    border-radius: 6px;
    background-color: rgba(51, 51, 51, 80%);
    opacity: 0;
    transition: 0.2s ease;
}

.mp-catalog-item--redesign .pic-overlay-not-mob {
    display: flex;
}

@media all and (max-width: 960px) {
    .mp-catalog-item--redesign .pic-overlay-not-mob {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .sale .pic-overlay {
        right: 16px;
        left: unset;
    }

    .pic-overlay {
        height: 40px;
        width: 40px;
        opacity: 0;
        bottom: 200px;
        top: unset;
        right: 16px;
        border-radius: 50%;
        padding-top: 0;
        align-items: center;
        transition: 0.3s ease;
    }

    .pic-overlay:hover {
        width: 50px;
        height: 50px;
        right: 11px;
        bottom: 195px;
    }
}

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

@media all and (min-width: 1200px) {
    .pic-overlay__content {
        display: block;
    }
}

.pic-overlay__content svg {
    display: block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}

.pic-overlay__content svg path {
    fill: #fff;
}

.pic-overlay__content span {
    display: none;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    vertical-align: middle;
    margin-left: 8px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-item__pic:hover + .pic-overlay,
    .pic-overlay:hover {
        opacity: 1;
    }
}

@media all and (min-width: 600px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        right: 16px;
    }
}

@media all and (min-width: 960px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        height: 56px;
        width: 56px;
    }
}

@media all and (min-width: 1200px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        width: 64px;
        height: 64px;
    }
}

@media all and (min-width: 1380px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        right: 48px;
    }
}

.lg-actions .lg-next::after,
.lg-actions .lg-prev::after {
    content: "";
}

.lg-actions .lg-next::before,
.lg-actions .lg-prev::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../img/next.svg") center no-repeat;
    background-position-x: 55%;
}

.lg-actions .lg-prev {
    left: 8px;
}

@media all and (min-width: 600px) {
    .lg-actions .lg-prev {
        left: 16px;
    }
}

@media all and (min-width: 1380px) {
    .lg-actions .lg-prev {
        left: 48px;
    }
}

.lg-actions .lg-prev::before {
    content: "";
    background: url("../img/prev.svg") center no-repeat;
    background-position-x: 45%;
}

.lg-image {
    max-height: none !important;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 48px 5px 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

@media all and (min-width: 600px) {
    .lg-outer .lg-img-wrap {
        margin-top: 130px;
        padding-top: 0;
        padding-bottom: 80px;
    }
}

.lg-outer .lg-img-wrap::-webkit-scrollbar {
    width: 0;
}

a.lg-download {
    display: none;
}

#lg-counter {
    display: none;
}

.lg-toolbar .lg-close {
    height: 48px;
    width: 48px;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    top: 8px;
    position: absolute;
}

@media all and (min-width: 600px) {
    .lg-toolbar .lg-close {
        right: 16px;
        top: 16px;
    }
}

@media all and (min-width: 960px) {
    .lg-toolbar .lg-close {
        height: 56px;
        width: 56px;
    }
}

@media all and (min-width: 1200px) {
    .lg-toolbar .lg-close {
        width: 64px;
        height: 64px;
    }
}

.lg-toolbar .lg-close::before {
    content: "";
}

.lg-toolbar .lg-close::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url("../img/oah-cancel3.svg") center no-repeat;
}

@media all and (min-width: 1200px) {
    .lg-toolbar .lg-close::after {
        width: 42px;
        height: 42px;
    }
}

.flex {
    display: flex;
}

.mp-catalog {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.mp-catalog.designs,
.mp-catalog.sites {
    background: #f6f6f6;
}

@media all and (min-width: 960px) {
    .mp-catalog.designs .mp-catalog__wrapp,
    .mp-catalog.sites .mp-catalog__wrapp {
        padding-left: 0;
        padding-top: 0;
    }

    .mp-catalog.designs .mp-catalog__content,
    .mp-catalog.sites .mp-catalog__content { padding-top: 24px; }

    .mp-catalog.designs .mp-catalog__menu,
    .mp-catalog.sites .mp-catalog__menu {
        background: #fff;
        padding: 24px 0 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog.designs .mp-catalog__content,
    .mp-catalog.sites .mp-catalog__content { padding-top: 32px; }

    .mp-catalog.designs .mp-catalog__menu,
    .mp-catalog.sites .mp-catalog__menu {
        background: #fff;
        padding: 32px 24px 0 44px;
    }

    .mp-catalog.designs .mp-wrapp--for-solution,
    .mp-catalog.sites .mp-wrapp--for-solution { margin-left: 0; }
}

.mp-catalog__wrapp {
    padding-top: 16px;
    padding-bottom: 48px;
}

@media all and (min-width: 600px) {
    .mp-catalog__wrapp {
        display: flex;
        padding-top: 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog__wrapp {
        padding-top: 32px;
    }
}

.tuning .mp-catalog__wrapp {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media all and (min-width: 960px) {
    .mp-catalog__error {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.mp-catalog__error span {
    font-size: 2em;
}

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

.mp-catalog__error-info {
    margin-left: 32px;
}

.mp-catalog__error-info p {
    line-height: 1.35;
}

.mp-catalog__error-title {
    font-size: 3em;
}

@media all and (max-width: 960px) {
    .mp-catalog__errorpic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mp-catalog__error-info {
        margin-left: 12px;
    }
}

.mp-catalog__inner {
    position: relative;
    z-index: 2;
}

.mp-catalog__content {
    width: 100%;
}

.mp-catalog__controls {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

@media all and (min-width: 600px) {
    .mp-catalog__controls {
        flex-direction: row;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog__controls {
        display: none;
    }
}

.mp-catalog__filter {
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .mp-catalog__filter {
        margin-bottom: 0;
        margin-right: 16px;
        flex: 0 0 48px;
    }
}

.mp-catalog__filter-btn.iconed {
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 50px;
    background-color: #cadaf2;
    height: 48px;
    box-shadow: none;
    z-index: 1;
    justify-content: space-between;
    border: 2px solid #cadaf2;
}

@media all and (min-width: 600px) {
    .mp-catalog__filter-btn.iconed {
        padding: 0;
        width: 48px;
        justify-content: center;
    }
}

.mp-catalog__filter-btn.iconed::before {
    content: attr(data-count);
    min-width: 22px;
    height: 22px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #ea574f;
    position: absolute;
    left: 40px;
    top: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.19px;
    padding: 0 8px;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
    .mp-catalog__filter-btn.iconed::before {
        left: 33px;
    }
}

.sites .mp-catalog__filter-btn.iconed {
    background-color: #d7e6ff;
    border-color: #90b5e1;
}

.logos .mp-catalog__filter-btn.iconed {
    background-color: #efd8b9;
    border-color: #e7c598;
}

.designs .mp-catalog__filter-btn.iconed {
    background-color: #cdeaaf;
    border-color: #b9e28f;
}

.tuning .mp-catalog__filter-btn.iconed {
    background-color: #d7d7fb;
    border-color: #b2b2f7;
}

.mp-catalog__filter-btn.iconed svg {
    fill: #333;
    width: 32px;
    height: 32px;
    margin-right: -32px;
}

@media all and (min-width: 600px) {
    .mp-catalog__filter-btn.iconed svg {
        margin-right: 0;
    }
}

.mp-catalog__filter-btn.iconed span {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -.24px;
    margin: 0 auto;
}

@media all and (min-width: 600px) {
    .mp-catalog__filter-btn.iconed span {
        display: none;
    }
}

.js-fav-icon.disabled::before {
    display: none;
}

.mp-catalog__title {
    margin: 0 0 20px;
    text-align: center;
}

.mp-catalog__title,
.mp-catalog__title h1 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.5px;
    font-weight: 500;
    color: #333;
    font-family: Montserrat, sans-serif;
}

.mp-catalog__title h1 span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    text-transform: lowercase;
}

@media all and (min-width: 600px) {
    .mp-catalog__title,
    .mp-catalog__title h1 {
        font-size: 26px;
        text-align: left;
        letter-spacing: -.6px;
    }

    .mp-catalog__title h1 span {
        font-size: 18px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog__title {
        margin-bottom: 32px;
        max-width: 80%;
    }

    .mp-catalog__title,
    .mp-catalog__title h1 {
        font-size: 28px;
        letter-spacing: -.8px;
    }

    .mp-catalog__title h1 span {
        font-size: 22px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog__title {
        margin-bottom: 40px;
    }

    .mp-catalog__title,
    .mp-catalog__title h1 {
        font-size: 30px;
        letter-spacing: -.16px;
    }

    .mp-catalog__title h1 span {
        font-size: 20px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog__title {
        margin-bottom: 32px;
    }

    .mp-catalog__title,
    .mp-catalog__title h1 {
        font-size: 36px;
        letter-spacing: -.2px;
    }

    .mp-catalog__title h1 span {
        font-size: 26px;
    }
}

.mp-catalog__title-search {
    max-width: 100%;
    margin-right: 20px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: bold;
}

.mp-catalog__text {
    padding: 0 8px;
    margin: 0 0 28px;
}

.mp-catalog__text-bot {
    padding: 0 8px;
    margin: 28px 0;
}

@media all and (min-width: 600px) {
    .mp-catalog__text {
        padding: 0;
        margin-bottom: 56px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog__text {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog__text {
        margin-bottom: 64px;
    }
}

.mp-catalog__text-paragraph {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.2px;
    margin: 0 0 16px;
}

.mp-catalog__text-all-text {
    display: none;
}

.mp-catalog__text-view-all {
    color: #0169d9;
    border-bottom: 1px solid #0169d9;
    cursor: pointer;
    transition: 0.3s;
}

.mp-catalog__text-view-all:hover {
    border-color: transparent;
}

@media all and (min-width: 600px) {
    .mp-catalog__text-paragraph {
        font-size: 16px;
        line-height: 24px;
    }
}

.mp-catalog__text-paragraph:last-child {
    margin-bottom: 0;
}

.mp-catalog__text-paragraph.muted {
    color: #7d7d7d;
}

@media all and (min-width: 600px) {
    .mp-catalog__text-paragraph.pictured {
        display: flex;
        align-items: center;
        letter-spacing: -.1px;
        font-size: 15px;
    }
}

.mp-catalog__text-img {
    display: block;
    text-align: center;
    margin: 0 0 24px 9px;
    flex: 0 0 auto;
}

.mp-catalog__text-img img {
    width: auto;
    height: auto;
}

@media all and (min-width: 600px) {
    .mp-catalog__text-img {
        margin: 0 32px 0 18px;
    }
}

.mp-catalog__menu {
    display: none;
    flex: 0 0 300px;
    width: 300px;
    margin-right: 48px;
    padding-top: 8px;
    position: relative;
    z-index: 3;
}

@media all and (min-width: 960px) {
    .mp-catalog__menu {
        display: block;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog__menu {
        margin-right: 24px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog__menu {
        margin-right: 32px;
    }
}

.mp-wrapp--for-solution .mp-catalog__menu {
    margin-right: 2%;
}

@media all and (min-width: 1200px) and (max-width: 1300px) {
    .mp-wrapp--for-solution .mp-catalog__menu {
        margin-right: 3%;
    }
}

@media all and (min-width: 1500px) {
    .mp-wrapp--for-solution .mp-catalog__menu {
        margin-right: 3.5%;
    }
}

@media all and (min-width: 1600px) {
    .mp-wrapp--for-solution .mp-catalog__menu {
        margin-right: 2.8%;
    }
}

.mp-catalog-content__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

@media all and (min-width: 600px) {
    .mp-catalog-content__inner {
        justify-content: space-between;
        flex-flow: row wrap;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-content__inner {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-content__inner {
        margin-bottom: -4px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-content__inner {
        margin-bottom: 16px;
    }
}

.mp-catalog-item--redesign {
    display: grid;
    margin: 0 0 32px;
    grid-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}

@media all and (min-width: 600px) {
    .mp-catalog-item--redesign {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
        max-width: 100%;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-item--redesign {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-item--redesign {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1640px) {
    .mp-catalog-item--redesign {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 40px 32px;
    }
}

.mp-catalog-content__item {
    width: 100%;
    height: calc(9 / 16 * 100%);
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 21%);
}

@media all and (min-width: 600px) {
    .mp-catalog-content__item {
        width: 277px;
        height: 168px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-content__item {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-content__item {
        width: 376px;
        height: 230px;
        margin-bottom: 60px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-content__item {
        width: 460px;
        height: 280px;
        margin-bottom: 40px;
    }
}

.mp-catalog-content__item img {
    width: 100%;
}

.mp-catalog-project__inner {
    margin-bottom: 72px;
}

@media all and (min-width: 960px) {
    .mp-catalog-project__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-info {
        flex: 0 0 272px;
        width: 272px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-info {
        flex-basis: 368px;
        width: 368px;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-project-info {
        flex-basis: 408px;
        width: 408px;
    }
}

.mp-catalog-project-info__wrapp {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-catalog-project-info__wrapp {
        display: block;
        margin-top: 28px;
        padding: 24px 24px 40px;
        background: #ffffff;
        border: 4px solid rgba(144, 144, 144, 16%);
        box-sizing: border-box;
        border-radius: 17px;
    }
}

.mp-catalog-project-info__pic {
    text-align: center;
    margin-bottom: 32px;
}

.mp-catalog-project-info__pic img {
    max-width: 100%;
}

.mp-catalog-project-info__text {
    margin: 24px 0 0;
    color: #626262;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.2px;
}

.mp-catalog-project-info__text strong {
    font-weight: 700;
}

.mp-catalog-project-card {
    background: #ffffff;
    border: 4px solid rgba(144, 144, 144, 16%);
    box-sizing: border-box;
    border-radius: 17px;
    padding: 16px 24px 20px 20px;
}

.mp-catalog-project-card .mp-catalog-menu__features-link-wrapp {
    border-top: none;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card {
        display: flex;
        flex-flow: row wrap;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-card {
        flex-direction: column;
    }
}

.mp-catalog-project-card--logo {
    flex: 0 0 408px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__inner {
        flex: 1 0 224px;
    }
}

.mp-catalog-project-card__title {
    color: #13ab41;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.mp-catalog-project-card__price-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 20px;
}

.mp-catalog-project-card__price {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: Montserrat, sans-serif;
    margin: 0;
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__price {
        text-align: left;
        padding-left: 4px;
        display: inline-block;
    }
}

.mp-catalog-project-card__price-old {
    color: #909090;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.2px;
    position: absolute;
    top: -12px;
    left: 8px;
    white-space: nowrap;
}

.mp-catalog-project-card__price-old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    right: -4px;
    height: 1px;
    background-color: #909090;
}

.mp-catalog-project-card__price-current {
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-right: 16px;
}

.mp-catalog-project-card__btns {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__btns {
        flex-direction: row;
        justify-content: space-between;
    }
}

.mp-catalog-project-card__custom-btn {
    padding-top: 16px;
    text-align: center;
}

@media all and (max-width: 1200px) {
    .mp-catalog-project-card__trial-btn {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
    }
}

.mp-catalog-project-card__demo-btn {
    margin-bottom: 16px;
    background: #ffe877;
    color: #212121;
    font-size: 16px;
    line-height: 22px;
}

.mp-catalog-project-card__demo-btn:hover {
    background: #fadf5a;
    box-shadow: 0 8px 12px rgba(250, 224, 92, 40%);
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__demo-btn {
        margin-bottom: 0;
    }
}

.mp-catalog-project-card__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}

.mp-catalog-project-card__like-btn {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: auto;
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__like-btn.liked:hover {
        background: #fde6e4;
        box-shadow: 0 5px 3px -3px rgba(225, 103, 103, 27%), inset 0 0 0 2px #f7b5b2;
    }
}

.mp-catalog-project-card__like-btn.liked svg {
    fill: #e7433a;
}

@media all and (max-width: 959px) {
    .mp-catalog:not(.tuning) .mp-catalog-project-card__payments-wrapp {
        display: none;
    }
}

.mp-catalog-project-card__payments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    flex-flow: row wrap;
}

.mp-catalog-project-card__payments-item {
    flex: 0 0 auto;
    max-width: 25%;
    padding: 2px 4px;
}

.mp-catalog-project-card__payments-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.mp-catalog-project-card__rate {
    display: flex;
    align-items: center;
    margin: -5px 0 0;
}

.mp-catalog-project-card__rate svg {
    fill: #c7c7c7;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.mp-catalog-project-card__rate svg:last-child {
    margin-right: 0;
}

.mp-catalog-project-card__rate svg.filled {
    fill: #fbb017;
}

@media all and (min-width: 300px) {
    .mp-catalog-project-card__include {
        display: block;
        margin-top: 20px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-card__include {
        margin-left: 0;
        margin-top: 16px;
        border-top: 1px solid #e2e2e2;
        padding-top: 24px;
    }
}

.mp-catalog-project-card__include-list {
    padding-left: 8px;
    line-height: 1.35;
}

@media all and (max-width: 960px) {
    .mp-catalog-project-card__include-list {
        padding-left: 0;
    }
}

.mp-catalog-project-card__include-item {
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.2px;
    margin: 24px 0 8px;
}

.mp-catalog-project-card__include-item.inner {
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.mp-catalog-project-card__info-title {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -.5px;
    color: #e7433a;
    font-weight: 500;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__info-title {
        font-size: 26px;
        line-height: 1.23;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-card__info-title {
        font-size: 22px;
        line-height: 1.45;
    }
}

.mp-catalog-project-card__info-subtitle {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.2px;
    margin: 0 0 8px;
}

.mp-catalog-project-card__info-text {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -.2px;
    color: #626262;
    margin: 0;
}

.mp-catalog-project-card__info-btns {
    margin-top: 24px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__info-btns {
        text-align: left;
        display: flex;
        align-items: center;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-card__info-btns {
        display: block;
        text-align: center;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__info-btns {
        text-align: left;
        display: flex;
        align-items: center;
    }
}

.mp-catalog-project-card__info-btns .cd-btn {
    width: 100%;
    margin-bottom: 16px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__info-btns .cd-btn {
        margin-bottom: 0;
        margin-right: 32px;
        flex: 0 1 200px;
        width: 200px;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-card__info-btns .cd-btn {
        margin-bottom: 16px;
        margin-right: 0;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-card__info-btns .cd-btn {
        margin-right: 24px;
        margin-bottom: 0;
        flex: 1 1 200px;
    }
}

.mp-catalog-project-card__demo-link {
    font-size: 14px;
    line-height: 1.43;
    outline: 0;
    text-decoration: none;
    color: #0169d9;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__demo-link {
        flex: 0 1 110px;
        width: 110px;
    }
}

.mp-catalog-project-card__demo-link:visited {
    color: #0169d9;
}

.mp-catalog-project-card__info-divider {
    background-color: #e2e2e2;
    border: none;
    width: 100%;
    height: 1px;
    margin: 16px 0 0;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-card__info-divider {
        margin-top: 32px;
    }
}

.mp-catalog-project--reverse-preview .mp-catalog-project-preview {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 960px) {
    .mp-catalog-project-preview {
        flex: 0 0 592px;
        width: 592px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-preview {
        flex: 1 0 0;
        width: auto;
        position: relative;
        margin-right: 53px;
    }
}

.mp-catalog-project-preview__title {
    text-align: center;
    margin: 40px 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.4px;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-preview__title {
        font-weight: 500;
    }
}

@media all and (min-width: 960px) {
    .mp-catalog-project-preview__title {
        display: none;
    }
}

.mp-catalog-project-preview__desktop {
    overflow: hidden;
    box-shadow: 0 13px 16px -6px rgba(0, 0, 0, 5%);
    border-radius: 6px 6px 0 0;
}

.mp-catalog-project--reverse-preview .mp-catalog-project-preview__desktop {
    margin-bottom: 68px;
}

@media all and (min-width: 960px) {
    .mp-catalog-project-preview__desktop {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-preview__desktop {
        width: 600px;
    }
}

.mp-catalog-project-preview__desktop-head {
    display: none;
    width: 100%;
    height: 30px;
    align-items: center;
    padding: 0 13px;
    background-color: #e4e4e4;
}

@media all and (min-width: 600px) {
    .mp-catalog-project-preview__desktop-head {
        display: flex;
    }
}

.mp-catalog-project-preview__desktop-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background-color: #b9b9b9;
    margin-right: 6px;
}

.mp-catalog-project-preview__desktop-content,
.mp-catalog-project-preview__mobile-content {
    text-align: center;
}

.mp-catalog-project-preview__desktop-content img,
.mp-catalog-project-preview__mobile-content img {
    max-width: 100%;
}

.mp-catalog-project-preview__mobile,
.mp-catalog-project-preview-big__mobile {
    width: 302px;
    margin: 0 auto 45px;
    max-height: 611px;
    box-shadow: 0 12px 14px rgba(0, 0, 0, 20%);
    border-radius: 34px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s ease;
}

@media all and (min-width: 1200px) {
    .mp-catalog-project-preview__mobile,
    .mp-catalog-project-preview-big__mobile {
        position: absolute;
        top: 175px;
        right: 0;
        margin: 0 auto;
    }
}

.mp-catalog-project-preview__mobile-dot {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background-color: #ababab;
    border-radius: 50%;
}

.mp-catalog-project-preview__mobile-loudspeaker {
    position: absolute;
    z-index: 1;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 4px;
    border-radius: 9px;
    background-color: #ababab;
}

.mp-catalog-project-preview__mobile-loudspeaker::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ababab;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.hidden-btn {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 87px);
    color: #0069d9;
    background: rgba(255, 255, 255, 80%);
    box-shadow: none;
    padding: 12px 27px;
    font-size: 16px;
    min-width: 173px;
}

.hidden-btn:hover {
    background: #fff;
    box-shadow: none;
}

@media all and (max-width: 1200px) {
    .hidden-btn {
        display: none;
    }
}

@media all and (max-width: 959px) {
    .mp-catalog-project--reverse-preview .mp-catalog-project-preview__title-mobile {
        order: -1;
    }
}

@media all and (max-width: 959px) {
    .mp-catalog-project--reverse-preview .mp-catalog-project-preview__mobile {
        order: -1;
        margin-bottom: 12px;
    }
}

.mp-catalog-project-preview__mobile-content,
.mp-catalog-project-preview-big__mobile-content {
    border-radius: 26px;
    margin: 8px;
    max-height: 594px;
    overflow: hidden;
    border: none;
}

.mp-catalog-project-preview-big__mobile {
    max-height: 411px;
    width: auto;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 8%);
    border: 10px solid #fff;
    border-radius: 20px;
    top: 130px;
    right: -10px;
    max-width: 204px;
}

@media all and (max-width: 1200px) {
    .mp-catalog-project-preview-big__mobile {
        position: static;
        margin-top: 25px;
    }
}

.mp-catalog-project-preview-big__mobile-content {
    margin: 0;
    max-height: 377px;
    border-radius: 10px;
}

.mp-catalog-project-preview-big__mobile-content a.layout {
    position: relative;
    display: flex;
}

@media all and (min-width: 1024px) {
    .mp-catalog-project-preview-big__mobile-content a.layout::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        transition: 0.3s;
        background: rgba(0, 0, 0, 0%);
        border-radius: 6px;
    }

    .mp-catalog-project-preview-big__mobile-content:hover a.layout::before {
        background: rgba(0, 0, 0, 20%);
    }

    .mp-catalog-project-preview-big__mobile-content:hover a.layout + .hidden-btn {
        opacity: 1;
        overflow: visible;
    }
}

.mp-catalog-project-preview-big__mobile-content img {
    max-height: 377px;
    height: 100%;
    width: 184px;
    object-fit: cover;
    object-position: top;
}

.mp-catalog-cards__seo-text {
    line-height: 18px;
    letter-spacing: -0.185px;
    color: #626262;
}

.mp-catalog-project-preview-big__wrapp {
    max-width: 815px;
    margin-right: 60px;
    width: 100%;
}

@media all and (max-width: 959px) {
    .mp-catalog-project-preview-big__wrapp {
        margin: 40px auto 0;
    }
}

.mp-catalog-project-preview-big {
    position: relative;
}

@media all and (max-width: 959px) {
    .mp-catalog-project--reverse-preview .mp-catalog-project-preview-big {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
}

.mp-catalog-project-preview-big__desktop {
    border-radius: 24px;
    border: 20px solid #fff;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 8%);
}

@media all and (max-width: 768px) {
    .mp-catalog-project-preview-big__desktop {
        border: 12px solid #fff;
        border-radius: 15px;
    }
}

.mp-catalog-project-preview-big__desktop img {
    max-width: 775px;
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.mp-catalog-project-preview-big__desktop a.layout {
    display: flex;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 62%;
    border-radius: 6px;
}

@media all and (min-width: 1024px) {
    .mp-catalog-project-preview-big__desktop a.layout::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        transition: 0.3s;
        background: rgba(0, 0, 0, 0%);
        border-radius: 5px;
    }

    .mp-catalog-project-preview-big__desktop:hover a.layout::before {
        background: rgba(0, 0, 0, 20%);
    }

    .mp-catalog-project-preview-big__desktop:hover a.layout + .hidden-btn {
        opacity: 1;
        overflow: visible;
    }
}

.mp-catalog-project-preview-gallery-item {
    width: 240px;
    margin-right: 27px;
    margin-bottom: 25px;
}

@media all and (max-width: 1365px) {
    .mp-catalog-project-preview-gallery-item {
        flex: 0 0 50%;
        margin-right: 0;
    }
}

@media all and (max-width: 660px) {
    .mp-catalog-project-preview-gallery-item {
        margin: 0 auto 25px;
    }
}

.mp-catalog-project-preview-gallery-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    cursor: zoom-in;
    position: relative;
    width: 240px;
    margin: 0 auto;
}

@media all and (min-width: 1024px) {
    .mp-catalog-project-preview-gallery-item__link::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 150px;
        border-radius: 12px;
        content: "";
        background: rgba(0, 0, 0, 0%);
    }

    .mp-catalog-project-preview-gallery-item__link:hover::before {
        background: rgba(0, 0, 0, 20%);
    }
}

.mp-catalog-project-preview-gallery-item__img {
    width: 240px;
    height: 150px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    object-fit: cover;
    object-position: top;
}

.mp-catalog-project-preview-gallery-item__alt {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #909090;
    padding-top: 10px;
}

@media all and (min-width: 1366px) {
    .mp-catalog-project-preview-gallery-item:nth-child(3n +3) {
        margin: 0;
    }
}

.mp-catalog-project-preview-gallery {
    display: flex;
    margin: 70px 20px 20px;
    flex-flow: row wrap;
}

@media all and (min-width: 601px) {
    .item-count-4 .item-count-2 {
        justify-content: center;
    }
}

.item-count-4 .mp-catalog-project-preview-gallery-item,
.item-count-2 .mp-catalog-project-preview-gallery-item {
    flex: 0 0 50%;
    margin-right: 0;
}

.item-count-4,
.item-count-2 {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 600px) {
    .mp-catalog-project-preview-gallery {
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: scroll;
        justify-content: flex-start;
        margin: 50px 0 20px;
    }

    .mp-catalog-project--reverse-preview .mp-catalog-project-preview-gallery {
        margin: 50px 0;
    }

    .mp-catalog-project-preview-gallery .mp-catalog-project-preview-gallery-item {
        margin-right: 20px;
        flex: unset;
    }
}

.mp-also {
    margin: 32px 0 64px;
}

.mp-also__divider {
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.11px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 48px;
}

.mp-also__divider span {
    position: relative;
    z-index: 1;
}

.mp-also__divider span::after,
.mp-also__divider span::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 0;
    border-bottom: 1px dashed #979797;
    top: 50%;
}

.mp-also__divider span::before {
    right: 100%;
    margin-right: 16px;
}

.mp-also__divider span::after {
    left: 100%;
    margin-left: 16px;
}

.mp-also__pre-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.12px;
    margin: 0;
}

.mp-also__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.16px;
    margin: 0 0 12px;
    text-align: left;
}

.mp-also__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    margin: 0;
}

.mp-also__text .highlight {
    background-color: #fbdf4f;
}

@media all and (min-width: 1200px) {
    .mp-search-layout {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.mp-search-results {
    border-bottom: 1px solid #ddd;
}

@media all and (min-width: 1200px) {
    .mp-search-results {
        border-bottom: 0;
        flex: 1 1 auto;
        padding-right: 16px;
    }
}

.mp-search-results__request {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    margin: 0 0 32px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .mp-search-results__request {
        text-align: left;
        margin-bottom: 40px;
    }
}

@media all and (min-width: 960px) {
    .mp-search-results__request {
        margin-bottom: 48px;
    }
}

.mp-search-results__request span {
    color: #0169d9;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-left: 8px;
}

.mp-search-results__item {
    margin-bottom: 32px;
}

.mp-search-results__item-count {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    margin: 0;
}

.mp-search-results__item-category {
    text-decoration: none;
    outline: 0;
    display: block;
    margin-bottom: 16px;
    color: #0169d9;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

@media all and (min-width: 600px) {
    .mp-search-results__item-category {
        margin-top: 4px;
        margin-bottom: 8px;
    }
}

.mp-search-results__item-links {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    margin: 0;
}

.mp-search-results__item-type {
    color: #0169d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    text-decoration: none;
    display: inline-block;
    margin: 0 16px 4px 0;
}

.mp-search-results__item-type span {
    text-decoration: underline;
}

.mp-catalog-form {
    max-width: 276px;
    padding-top: 40px;
}

@media all and (min-width: 1200px) {
    .mp-catalog-form {
        flex: 0 0 268px;
        padding-left: 16px;
        max-width: 268px;
        border-left: 1px solid #ddd;
        padding-top: 16px;
    }
}

.mp-catalog-form__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.3px;
    margin: 0 0 16px;
}

.mp-catalog-form__text {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 16px;
}

.mp-catalog-form__btn {
    margin-top: 24px;
}

.mp-favorites {
    padding-bottom: 32px;
    max-width: 1480px;
}

.mp-favorites__content {
    width: 100%;
}

@media all and (min-width: 1200px) {
    .mp-favorites {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.mp-favorites--only-for-solutions {
    display: grid;
    max-width: 460px;
    margin: 0 auto 32px;
}

@media all and (min-width: 600px) {
    .mp-favorites--only-for-solutions {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-flow: row wrap;
        display: flex;
        max-width: 100%;
    }
}

@media all and (min-width: 960px) {
    .mp-favorites--only-for-solutions {
        margin-bottom: 16px;
        display: grid;
    }
}

@media all and (min-width: 1024px) {
    .mp-favorites--only-for-solutions {
        margin-bottom: -4px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (min-width: 1200px) {
    .mp-favorites--only-for-solutions {
        margin-bottom: -4px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (min-width: 1380px) {
    .mp-favorites--only-for-solutions {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1024px) {
    .mp-favorites--only-for-solutions .mp-catalog-item:nth-child(odd) {
        margin-right: auto;
        margin-left: 0;
    }

    .mp-favorites--only-for-solutions .mp-catalog-item:nth-child(even) {
        margin-right: 0;
        margin-left: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-favorites--only-for-solutions .mp-catalog-item--logotype {
        max-width: 460px;
        width: 96%;
    }

    .mp-favorites--only-for-solutions .mp-catalog-item:nth-child(3n+1) {
        margin-right: auto;
        margin-left: 0;
    }

    .mp-favorites--only-for-solutions .mp-catalog-item:nth-child(3n-1) {
        margin-right: auto;
        margin-left: auto;
    }

    .mp-favorites--only-for-solutions .mp-catalog-item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}

.mp-favorites__group {
    margin-bottom: 32px;
}

@media all and (min-width: 600px) {
    .mp-favorites__group {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 960px) {
    .mp-favorites__group {
        margin-bottom: 32px;
    }
}

.mp-favorites__group-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px;
    margin: 0;
}

@media all and (min-width: 600px) {
    .mp-favorites__group-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.11px;
    }
}

.mp-favorites__group-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.16px;
    margin: 0 0 10px;
    font-family: Montserrat, sans-serif;
}

@media all and (min-width: 600px) {
    .mp-favorites__group-title {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: -.2px;
        margin-bottom: 29px;
    }
}

.mp-tuning {
    background-image: linear-gradient(180deg, #f4f2ec 0, #efebe0 400px, #f9f9f9 400px, #f9f9f9 100%);
    overflow: hidden;
    background-repeat: no-repeat;
}

@media all and (min-width: 600px) {
    .mp-tuning {
        background-image: linear-gradient(180deg, #f4f2ec 0, #efebe0 376px, #f9f9f9 376px, #f9f9f9 100%);
    }
}

@media all and (min-width: 960px) {
    .mp-tuning {
        background-image: url("../img/tuning-bg.png");
        background-position: 30% top, left top;
        background-size: auto 47%;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning {
        background-position: 30% top, left top;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning {
        background-position: 20% top, left top;
    }
}

.mp-tuning__main {
    padding-top: 32px;
    padding-bottom: 80px;
}

@media all and (min-width: 600px) {
    .mp-tuning__main {
        padding-top: 48px;
        padding-bottom: 80px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__main {
        padding-top: 107px;
        padding-bottom: 88px;
        color: white;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__main {
        padding-top: 72px;
        padding-bottom: 120px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning__main {
        padding-top: 64px;
        padding-bottom: 129px;
        min-height: 440px;
    }
}

.mp-tuning__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.55px;
    margin: 0 0 11px;
}

@media all and (min-width: 600px) {
    .mp-tuning__title {
        font-size: 24px;
        letter-spacing: -.6px;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: 8px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__title {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -.2px;
        margin-bottom: 15px;
    }
}

.mp-tuning__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.09px;
    margin: 0 0 20px;
}

@media all and (min-width: 600px) {
    .mp-tuning__text {
        line-height: 24px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__text {
        max-width: 592px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__text {
        margin-bottom: 24px;
    }
}

.mp-tuning__text strong {
    font-weight: 500;
}

@media all and (min-width: 600px) {
    .mp-tuning__text strong {
        font-size: 16px;
        letter-spacing: -.2px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__text strong {
        line-height: 24px;
    }
}

.mp-tuning__list {
    padding: 0 16px 48px;
    list-style: none;
    margin: 0 0 -64px;
    position: relative;
    z-index: 2;
}

@media all and (min-width: 600px) {
    .mp-tuning__list {
        padding-bottom: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -12px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__list {
        margin: 0 auto;
        justify-content: flex-start;
        max-width: 960px;
        padding: 0 0 16px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__list {
        max-width: 1176px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning__list {
        max-width: 1320px;
    }

    .mp-tuning__text {
        max-width: 615px;
    }
}

@media all and (min-width: 1500px) {
    .mp-tuning__text {
        max-width: 560px;
    }
}

.mp-tuning__list-item {
    width: 288px;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 7%);
    border-radius: 6px;
    background-color: #fff;
    padding: 24px 0;
    position: relative;
    z-index: 1;
    top: -64px;
    margin: 0 auto 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 600px) {
    .mp-tuning__list-item {
        top: -56px;
        width: auto;
        flex: 0 0 176px;
        padding-top: 40px;
        padding-bottom: 32px;
        margin: 0 12px 24px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__list-item {
        margin: 0 24px 24px;
        padding: 19px 26px 24px 24px;
        flex-direction: row;
        align-items: flex-start;
        flex: 0 0 432px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__list-item {
        flex: 0 0 368px;
        padding: 22px 32px 24px 22px;
        margin: 0 12px 24px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning__list-item {
        margin: 0 16px 32px;
        flex: 0 0 408px;
        padding: 25px 30px 30px 32px;
    }
}

.mp-tuning__item-inner {
    flex: 1 0 auto;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-inner {
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }
}

.mp-tuning__item-mobile-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-mobile-link {
        display: none;
    }
}

.mp-tuning__item-pic {
    margin-bottom: 32px;
}

@media all and (min-width: 600px) {
    .mp-tuning__item-pic {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning__item-pic {
        margin: 0 21px 0 0;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning__item-pic {
        margin-top: 9px;
        margin-left: 1px;
    }
}

.mp-tuning__item-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    color: inherit;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-title {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        margin-bottom: 16px;
        display: inline-block;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__item-title {
        margin-bottom: 18px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning__item-title {
        font-size: 20px;
    }
}

.mp-tuning__item-categories {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-categories {
        display: block;
        margin-bottom: 19px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__item-categories {
        margin-bottom: 32px;
    }
}

.mp-tuning__item-link {
    margin: 0;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-link {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.17px;
        text-decoration: none;
        outline: 0;
        display: block;
        cursor: pointer;
    }

    .mp-tuning__item-link:hover {
        color: #333;
    }
}

.mp-tuning__item-all {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-tuning__item-all {
        color: #15c;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -.2px;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        outline: 0;
        margin-top: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning__item-all:hover {
        text-decoration: underline;
    }
}

.mp-tuning .mp-catalog__controls {
    margin-bottom: 0;
}

.mp-tuning-header {
    background: #2172cb url("../img/bg-wave.svg") 0 center no-repeat;
    background-size: 155px 120px;
}

@media all and (min-width: 600px) {
    .mp-tuning-header {
        background-position: left 200%;
        background-size: 155px 109px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-header {
        background-position: left center;
        background-size: 155px 120px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-header {
        background-size: 180px 120px;
    }
}

@media all and (min-width: 1380px) {
    .mp-tuning-header {
        background-position: 10% center;
        background-size: 240px 120px;
    }
}

.mp-tuning-header__wrapp {
    padding: 32px 29px 34px 32px;
    color: #fff;
    text-align: center;
}

@media all and (min-width: 960px) {
    .mp-tuning-header__wrapp {
        text-align: left;
        padding: 67px 0 58px;
        background-repeat: no-repeat;
        background-position: calc(100% - 48px) center;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-header__wrapp {
        background-size: auto 80%;
        background-position: calc(100% - 16px) center;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-header__wrapp--calc {
        background-image: url("../img/calc-bg.svg");
    }
}

.mp-tuning-header__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.28px;
    margin: 0 0 4px;
}

@media all and (min-width: 600px) {
    .mp-tuning-header__title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.4px;
        margin-bottom: 6px;
    }
}

@media all and (min-width: 960px) {
    .mp-tuning-header__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.47px;
        margin-bottom: 4px;
    }
}

@media all and (min-width: 1200px) {
    .mp-tuning-header__title {
        letter-spacing: -.4px;
    }
}

.mp-tuning-header__text {
    opacity: .7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.2px;
    margin: 0;
}

@media all and (min-width: 960px) {
    .mp-logo-project {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.mp-logo-project__card {
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 16px 24px 24px 20px;
}

@media all and (min-width: 600px) {
    .mp-logo-project__card {
        max-width: 100%;
        padding-left: 24px;
    }
}

@media all and (min-width: 960px) {
    .mp-logo-project__card {
        flex: 0 0 272px;
    }
}

@media all and (min-width: 1200px) {
    .mp-logo-project__card {
        flex: 0 0 368px;
    }
}

@media all and (min-width: 1380px) {
    .mp-logo-project__card {
        flex: 0 0 408px;
    }
}

.mp-logo-project__title {
    color: #13ab41;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 24px;
    text-transform: uppercase;
}

@media all and (min-width: 960px) {
    .mp-logo-project__title {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 600px) {
    .mp-logo-project__outer {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 16px;
    }
}

@media all and (min-width: 960px) {
    .mp-logo-project__outer {
        display: block;
        border-bottom: 0;
    }
}

.mp-logo-project__group {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 24px;
}

@media all and (min-width: 600px) {
    .mp-logo-project__group {
        border-bottom: 0;
        flex: 1 1 300px;
        padding: 0 16px 24px;
    }
}

@media all and (min-width: 960px) {
    .mp-logo-project__group {
        padding: 0 0 16px;
        border-bottom: 1px solid #e2e2e2;
    }
}

@media all and (min-width: 1200px) {
    .mp-logo-project__group-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.mp-logo-project__group-name {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -.2px;
    margin: 0;
    text-align: center;
}

@media all and (min-width: 1200px) {
    .mp-logo-project__group-name {
        text-align: left;
    }
}

.mp-logo-project__group-price {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin: 0 0 19px;
    font-family: Montserrat, sans-serif;
}

.mp-logo-project__btn {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.mp-logo-project__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mp-logo-project__list-item {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.2px;
}

.mp-logo-project__like {
    margin-top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 600px) {
    .mp-logo-project__like {
        margin-top: 0;
    }
}

@media all and (min-width: 960px) {
    .mp-logo-project__like {
        justify-content: flex-start;
    }
}

@media all and (min-width: 1200px) {
    .mp-logo-project__like-btn.liked:hover {
        background: #fde6e4;
        box-shadow: 0 5px 3px -3px rgba(225, 103, 103, 27%), inset 0 0 0 2px #f7b5b2;
    }
}

.mp-logo-project__like-btn.liked svg {
    fill: #e7433a;
}

.mp-logo-project__like-text {
    margin-left: 16px;
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.19px;
}

@media all and (min-width: 960px) {
    .mp-logo-project__like-text {
        margin-right: 8px;
    }
}

.mp-logo-project__preview {
    padding: 32px 0 80px;
}

@media all and (min-width: 600px) {
    .mp-logo-project__preview {
        padding-top: 40px;
    }
}

@media all and (min-width: 960px) {
    .mp-logo-project__preview {
        margin-left: 48px;
        padding: 0;
        flex: 1 1 auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-logo-project__preview {
        margin-left: 24px;
    }
}

@media all and (min-width: 1380px) {
    .mp-logo-project__preview {
        margin-left: 51px;
    }
}

.mp-logo-project__preview-title {
    text-align: center;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.4px;
}

@media all and (min-width: 960px) {
    .mp-logo-project__preview-title {
        display: none;
    }
}

.mp-logo-project__preview-pic {
    box-shadow: 0 13px 16px -6px rgba(0, 0, 0, 5%);
    margin: 0 auto;
    max-width: 100%;
    width: max-content;
}

.mp-logo-project__preview-pic img {
    max-width: 100%;
    width: auto;
}

.js-sticky-container {
    position: relative;
    z-index: 2;
}

.mp-catalog-menu__order-link {
    display: inline-block;
    align-items: center;
    margin: 32px;
    color: #0169d9;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
}

.mp-catalog-menu__order-link span {
    margin-left: 4px;
    vertical-align: middle;
}

.mp-catalog-menu__order-link svg {
    vertical-align: middle;
    transition: transform 0.5s;
}

.mp-catalog-menu__order-link:hover svg {
    transform: translateX(4px);
}

.mp-main-menu__btn--phone {
    margin-left: auto;
}

#onicon .onicon-bookmark .onicon-button__image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}

.sidebar__inner {
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.pf-content__filter {
    border-radius: 20px;
    line-height: 24px;
    padding: 8px 16px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.2px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 1px;
    transition: 0.3s ease;
    display: block;
}

.pf-content__filters li:hover &gt; div {
    opacity: 1;
    pointer-events: auto;
}

.pf-content__filters li &gt; div:hover {
    opacity: 1;
    pointer-events: auto;
    cursor: context-menu;
}

.pf-content__filter:not(.pf-search__filter--active, .pf-content__filter--active):hover {
    color: #0169d9;
    box-shadow: inset 0 0 0 2px #0169d9;
}

.pf-content__filters li &gt; div:hover + a {
    color: #0169d9;
    box-shadow: inset 0 0 0 2px #0169d9;
}

.pf-content__filter--active,
.pf-search__filter--active {
    background-color: #0169d9;
    font-weight: 700;
    color: #fff;
}

.pf-search__filter--active {
    font-weight: 500;
}

.pf-content__filters {
    display: none;
}

@media all and (min-width: 960px) {
    .pf-content__filters {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        flex-flow: row wrap;
        list-style: none;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .pf-content__filters &gt; li {
        position: relative;
    }

    .pf-content__filters-sub {
        position: absolute;
        right: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        top: 40px;
        padding-top: 3px;
    }

    .pf-content__filters-sub ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
        margin: 0;
        background: #ffffff;
        box-shadow: 0 26px 60px rgba(0, 0, 0, 20%);
        border-radius: 8px;
    }

    .pf-content__filters-sub li {
        width: 100%;
        transition: 0.3s;
        padding: 0 16px;
    }

    .pf-content__filters-sub li:hover {
        background-color: #0269d8;
    }

    .pf-content__filters-sub li:hover a {
        transition: 0.3s;
        color: #fff;
    }

    .pf-content__filter-sub {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 42px;
        align-items: center;
        letter-spacing: -0.5px;
        color: #212121;
        text-decoration: none;
        display: block;
    }
}

.pf-search__filter {
    margin-bottom: 10px;
}

.pf-search__filter:not(.pf-search__filter--active) {
    cursor: pointer;
}

.pf-content__filters--menu-only .pf-content__filter {
    display: none;
}

.fix-assist {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 45;
    width: 260px;
    padding: 25px 50px 0 18px;
    display: none;
}

@media all and (max-width: 1200px) {
    .fix-assist {
        display: none !important;
    }
}

.fix-assist__svg {
    position: absolute;
    right: 0;
    top: -35px;
}

.fix-assist__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    letter-spacing: -.2px;
    padding-bottom: 0;
    position: relative;
}

.fix-assist__text {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.2px;
    color: #fff;
    position: relative;
}

.fix-assist__text ul {
    padding: 0 0 0 18px;
    list-style-type: none;
}

.fix-assist__text ul li {
    position: relative;
}

.fix-assist__text ul li::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    left: -19px;
    top: calc(50% - 4px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAtSURBVHgBzc6hDQAACAPBwv5ToJmHdcA3JCAQnGwqHiAelrwpFu5O0jWMHoQXtj0Jdwwqvk8AAAAASUVORK5CYII=");
}

.fix-assist__close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: 27px;
    cursor: pointer;
    background: #000;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ie-fix .mp-catalog-content__inner,
.ie-fix .mp-favorites__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

@media all and (min-width: 600px) {
    .ie-fix .mp-catalog-content__inner,
    .ie-fix .mp-favorites__layout {
        justify-content: space-between;
        flex-flow: row wrap;
    }
}

@media all and (min-width: 960px) {
    .ie-fix .mp-catalog-content__inner,
    .ie-fix .mp-favorites__layout {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .ie-fix .mp-catalog-content__innerm .ie-fix .mp-favorites__layout {
        margin-bottom: -4px;
    }
}

@media all and (min-width: 1380px) {
    .ie-fix .mp-catalog-content__inner,
    .ie-fix .mp-favorites__layout {
        margin-bottom: 16px;
    }
}

.ie-fix .mp-catalog-item__only-for-solution {
    max-width: 328px;
    height: 545px;
}

.ie-fix .mp-catalog-item__only-for-solution .mp-catalog-item__controls-bottom {
    flex-direction: column;
}

@media all and (min-width: 600px) {
    .ie-fix .mp-catalog-item__only-for-solution {
        height: 600px;
        max-width: 400px;
        margin: 0 auto 32px;
        max-height: unset;
    }

    .ie-fix .mp-catalog-item__only-for-solution .mp-catalog-item__controls-bottom {
        flex-direction: initial;
    }
}

@media all and (min-width: 960px) {
    .ie-fix .mp-catalog-item__only-for-solution {
        height: 808px;
        max-width: unset;
    }
}

@media all and (min-width: 1200px) {
    .ie-fix .mp-catalog-item__only-for-solution {
        height: 542px;
    }
}

@media all and (min-width: 1380px) {
    .ie-fix .mp-catalog-item__only-for-solution {
        height: 600px;
    }
}

@media all and (min-width: 1500px) {
    .ie-fix .mp-catalog-item:not(.mp-catalog-item--logotype):nth-child(3n+1) {
        margin-right: auto;
        margin-left: auto;
        grid-column: unset;
    }

    .ie-fix .mp-catalog-item:not(.mp-catalog-item--logotype):nth-child(3n-1) {
        margin-right: auto;
        margin-left: auto;
        grid-column: unset;
    }

    .ie-fix .mp-catalog-item:not(.mp-catalog-item--logotype):nth-child(3n) {
        margin-right: auto;
        margin-left: auto;
        grid-column: unset;
    }
}

.hide-from-bt {
    display: none !important;
}

#search-results {
    width: 100%;
}

#search-results .mp-catalog__content:first-child {
    padding-left: 40px;
    padding-right: 40px;
}

.search-result-skelet {
    display: block;
}

.search-result-skelet__item {
    margin-bottom: 40px;
}

.search-result-skelet__item-title {
    background-color: #f8f8f8;
    height: 18px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 4px;
    min-width: 80px;
    max-width: 200px;
}

.search-result-skelet__item-title::before {
    display: block;
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.search-result-skelet__item-title-line {
    height: 1px;
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.search-result-skelet__item-elem {
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-result-skelet__item-elem-left {
    background-color: #f8f8f8;
    height: 22px;
    border-radius: 64px;
    position: relative;
    overflow: hidden;
    min-width: 100px;
    max-width: 300px;
    margin: 7px 0;
}

.search-result-skelet__item-elem-left::before {
    display: block;
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.search-result-skelet__item-elem-right {
    background-color: #f8f8f8;
    border-radius: 24px;
    width: 33px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.search-result-skelet__item-elem-right::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.mp-catalog-item-skelet {
    background: #f8f8f8;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 50%);
    position: relative;
}

.mp-catalog-item-skelet::before {
    overflow: hidden;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 87%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.mp-catalog-item-skelet__bottom-part {
    position: absolute;
    bottom: 1px;
    right: 1px;
    left: 1px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    height: 78px;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.mp-catalog-item-skelet__bottom-left {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.mp-catalog-item-skelet__bottom-right {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background: #f8f8f8;
}

.mp-catalog-item-skelet__bottom-right::before {
    display: block;
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.mp-catalog-item-skelet__bottom-left-top {
    display: flex;
}

.mp-catalog-item-skelet__bottom-left-top-item {
    overflow: hidden;
    height: 17px;
    border-radius: 9px;
    background-color: #f8f8f8;
    min-width: 80px;
    max-width: 150px;
    position: relative;
    margin-right: 10px;
}

.mp-catalog-item-skelet__bottom-left-top-item::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

.mp-catalog-item-skelet__bottom-left-bottom-item {
    height: 17px;
    border-radius: 9px;
    background-color: #f8f8f8;
    min-width: 200px;
    max-width: 300px;
    position: relative;
    overflow: hidden;
}

.mp-catalog-item-skelet__bottom-left-bottom-item::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

#search-results-skelet {
    width: 100%;
    display: none;
}

.pf-search__filter-skelet {
    overflow: hidden;
    background: #f8f8f8;
    height: 40px;
    min-width: 70px;
    max-width: 180px;
    position: relative;
}

.pf-search__filter-skelet:hover {
    box-shadow: inherit;
    pointer-events: inherit;
}

.pf-search__filter-skelet::before {
    overflow: hidden;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0%), rgba(255, 255, 255, 50%), rgba(255, 255, 255, 0%));
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

.scroll-to-top {
    width: 100%;
    max-width: 138px;
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 104px;
    position: fixed;
    z-index: 10;
    left: 36px;
    bottom: -60px;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
}

.scroll-to-top.active-btn {
    bottom: 28px;
    opacity: 1;
}

.scroll-to-top__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #46c534 0%, #2dbf5e 100%), #1ca345;
    box-shadow: 0 4px 10px rgba(45, 191, 94, 24%);
    border-radius: 80px;
    margin-right: 16px;
    line-height: 0;
}

.scroll-to-top__icon svg {
    line-height: 0;
}

.scroll-to-top__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.4px;
    color: #292929;
}

.scroll-to-top:hover {
    background: #ffffff;
    border: 1px solid #eaeaea;
}

@media all and (max-width: 960px) {
    .scroll-to-top {
        left: 20px;
    }

    .scroll-to-top.active-btn {
        bottom: 25px;
    }
}

@media all and (max-width: 600px) {
    .scroll-to-top {
        left: 15px;
    }

    .scroll-to-top.active-btn {
        bottom: 25px;
    }
}

.mp-catalog-item--redesign .mp-catalog-item__label--new {
    background-color: #bee815;
    color: #333;
}

.mp-catalog-item--redesign .mp-catalog-item__label--booked {
    background-color: #3596ff;
}

.mp-catalog-item--redesign .mp-catalog-item__label--sold {
    background-color: #be6bcf;
}

.mp-catalog-item--redesign .mp-catalog-item__label--hit {
    background-color: #ffa115;
}

.mp-catalog-item--redesign .mp-catalog-item__like-btn {
    position: absolute;
    top: -47px;
    right: 6px;
    background-color: rgba(51, 51, 51, 80%);
    border-radius: 6px;
    animation: none;
    opacity: 0;
}

.mp-catalog-item--redesign .mp-catalog-item__like-btn:hover {
    background: rgb(51, 51, 51);
}

.mp-catalog-item--redesign .mp-catalog-item__like-btn.liked {
    background: #ea574f;
}

.mp-catalog-item--redesign .mp-catalog-item__like-btn.liked:hover {
    background: #f7b5b2;
}

.mp-catalog-item--redesign .mp-catalog-item__like-btn:hover svg {
    animation: none;
}

.mp-catalog-item--redesign .mp-catalog-item .cd-btn .mp-catalog-item__like-btn-icon {
    fill: #fff;
}

.mp-catalog-item--redesign .pic-overlay:hover {
    width: 48px;
    height: 48px;
    right: 6px;
    bottom: 184px;
    background: rgb(51, 51, 51);
}

.mp-catalog-item--redesign .mp-catalog-item:hover .pic-overlay,
.mp-catalog-item--redesign .mp-catalog-item:hover .mp-catalog-item__like-btn {
    opacity: 1;
}

.mp-catalog-item--redesign .mp-catalog-item__btns {
    margin-top: 12px;
}

.mp-catalog-item--redesign .mp-catalog-item__title {
    margin-top: 2px;
}

.mp-catalog-item--redesign .mp-catalog-item__note {
    font-size: 20px;
    line-height: 22px;
    color: #212121;
    flex: unset;
    margin: 0;
    align-self: baseline;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.2px;
}

.mp-catalog-item--redesign .mp-catalog-item__more-btn {
    width: calc(50% - 10px);
    background: transparent;
    color: #000;
    border: 1px solid #c0c0c0;
    font-size: 13px;
    padding: 7px;
}

.mp-catalog-item--redesign .mp-catalog-item__more-btn:hover {
    box-shadow: none;
    color: #000;
    border-color: #5ea34c;
}

.mp-catalog-item--redesign .mp-catalog-item__demo-btn {
    width: calc(50% - 10px);
}

.vizitki-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.mp-catalog-search__results.solution {
    display: flex;
    justify-content: space-between;
}

.mp-catalog-search__results.solution .column-name {
    color: rgba(153, 153, 153, 93%);
}

@media all and (min-width: 1200px) {
    .mp-catalog-top__logo {
        flex: 1 0 0;
    }
}

@media all and (min-width: 1380px) {
    .mp-catalog-top__logo {
        flex: 1 0 0;
    }
}

.mp-solution-seo__info {
    padding: 60px 0;
    background: #fbf8f0;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__info {
        padding: 48px 16px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__info {
        padding: 35px 10px;
    }
}

.mp-solution-seo__info h2 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.185px;
    color: #242424;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__info h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__info h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

.mp-solution-seo__info p {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.185px;
    color: #727272;
    padding: 3px 0;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__info p {
        font-size: 19px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__info p {
        font-size: 18px;
    }
}

.mp-solution-seo__question {
    max-width: 990px;
    margin: 40px auto 80px;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__question {
        margin: 35px auto 70px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__question {
        margin: 30px -6px 60px;
    }
}

.mp-solution-seo__question-name {
    font-weight: bold;
    font-size: 32px;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2e2f38;
    padding: 30px 0;
    margin: 0;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__question-name {
        font-size: 28px;
        padding: 26px 0;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__question-name {
        font-size: 23px;
        padding: 20px 4px;
    }
}

.mp-solution-seo__question-title {
    margin-top: 24px;
    margin-bottom: 8px;
    background: #e5f2fd;
    border-radius: 24px 24px 6px;
    padding: 22px;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__question-title {
        padding: 20px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__question-title {
        padding: 16px 20px;
    }
}

.mp-solution-seo__question-title h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.185px;
    color: #333;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__question-title h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__question-title h3 {
        font-size: 15px;
    }
}

.mp-solution-seo__question-text {
    background: #f7f7f7;
    border-radius: 24px 24px 24px 6px;
    margin-bottom: 13px;
    padding: 22px;
}

.mp-solution-seo__question-text p,
.mp-solution-seo__question-text ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #626262;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 1024px) {
    .mp-solution-seo__question-text p,
    .mp-solution-seo__question-text ul li {
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (max-width: 640px) {
    .mp-solution-seo__question-text p,
    .mp-solution-seo__question-text ul li {
        font-size: 15px;
    }
}

.mp-solution-seo__question-text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.load-more {
    display: none;
}

.mp-logo-project__similar {
    margin-top: 72px;
}

@media all and (max-width: 960px) {
    .mp-logo-project__similar {
        margin-top: 10px;
    }
}

@media (min-width: 1060px) and (max-width: 1499px) {
    .mp-catalog-item--similar {
        grid-template-columns: repeat(3, 1fr);
    }

    .mp-catalog-item--similar .mp-catalog-item-wrap {
        max-width: 415px;
    }
}

.catalog-help-picture img {
    border-radius: 6px;
    width: 105%;
    max-width: 105%;
}

.yandex-split-badge {
    padding: 2px 2px 2px 18px;
    background: #121214;
    font-variant-numeric: lining-nums proportional-nums;
    color: rgba(255, 255, 255, 98%);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 9px 2px 2px 9px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    height: 18px;
}

.yandex-split-badge::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
    background: url("../img/yandex-split-badge-icon.svg") 0 0 no-repeat;
    content: "";
}

.yandex-split-badge-wrapper {
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #8d8d8d;
}

.mp-catalog-item__yandex-split-badge {
    margin-right: 8px;
}

.mp-catalog-item__yandex-split-badge .yandex-split-badge {
    margin-left: 4px;
}

@media all and (max-width: 1199px) {
    .mp-catalog-project-card__yandex-split-badge {
        justify-content: center;
    }
}

.mp-catalog-project-card__yandex-split-badge .yandex-split-badge,
.mp-catalog-cards-item__yandex-split-badge .yandex-split-badge {
    margin-left: 4px;
}

.yandex-split-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.mp-catalog-content__inner .mp-catalog-item__yandex-split-cashback {
    display: none;
}

.mp-catalog-cards-item__yandex-split-cashback,
.mp-catalog-cards-item__yandex-split-badge {
    margin-top: 2px;
    justify-content: flex-end;
}

.yandex-split-cashback-wrapper {
    display: flex;
    align-items: center;
}

.yandex-split-cashback {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    height: 18px;
    padding: 2px 0 2px 17px;
    color: #8d8d8d;
}

.yandex-split-cashback::before {
    position: absolute;
    width: 14px;
    height: 15px;
    top: 1px;
    left: 0;
    background: url("../img/yandex-split-cashback-icon.svg") 0 0 no-repeat;
    content: "";
}

.mp-catalog-item-wrap:nth-child(odd) .cashback-enabled .mp-catalog-item__yandex-split-cashback {
    display: flex;
}

.mp-catalog-item-wrap:nth-child(odd) .cashback-enabled .mp-catalog-item__yandex-split-badge {
    display: none;
}

.mp-catalog-item__controls-top .yandex-split-cashback-wrapper {
    display: none;
}

.mp-catalog-project-card__yandex-split-cashback {
    margin-bottom: 2px;
}

.designs-not-found-btn {
    color: #0068d9;
    text-decoration: none;
    font-weight: 600;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #fff;
    border-radius: 42px;
    transition: box-shadow 0.2s;
}

.designs-not-found-btn:hover {
    box-shadow: 0 6px 11px rgba(0, 0, 0, 16%);
}

.designs-not-found-btn svg { margin-right: 12px; }
</pre></body></html>