@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap);

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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[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
}

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.container {
    margin: 0 auto;
    position: relative
}

@media(min-width:768px) {
    .container {
        padding: 0 15px 0 0
    }
}

.default-page .default-page__content {
    width: 100%;
    padding: 0 0 60px
}

@media(min-width:768px) {
    .default-page .default-page__content {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
}

.default-page .default-page__content .img {
    width: 100%;
    height: 250px;
    background-image: url(/img/sofa.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media(min-width:576px) {
    .default-page .default-page__content .img {
        height: 300px
    }
}

@media(min-width:768px) {
    .default-page .default-page__content .img {
        width: 50%;
        height: 100%
    }
}

.default-page .default-page__content .text {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 30px 0 0
}

@media(min-width:576px) {
    .default-page .default-page__content .text {
        margin: 40px 0 0
    }
}

@media(min-width:768px) {
    .default-page .default-page__content .text {
        width: 50%;
        padding: 0 0 0 40px;
        margin: -120px 0 0
    }
}

@media(min-width:992px) {
    .default-page .default-page__content .text {
        padding: 0 0 0 60px
    }
}

@media(min-width:1200px) {
    .default-page .default-page__content .text {
        padding: 0 0 0 80px
    }
}

.default-page .default-page__content .text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 42px;
    color: #3c3d38;
    margin: 0;
    text-align: center
}

@media(min-width:576px) {
    .default-page .default-page__content .text h1 {
        font-size: 30px;
        line-height: 42px
    }
}

@media(min-width:992px) {
    .default-page .default-page__content .text h1 {
        font-size: 36px;
        line-height: 60px
    }
}

@media(min-width:1200px) {
    .default-page .default-page__content .text h1 {
        font-size: 46px;
        line-height: 80px
    }
}

@media(min-width:768px) {
    .default-page .default-page__content .text h1 {
        text-align: left
    }
}

.default-page .default-page__content .text h1:before {
    content: ">>>";
    color: #9f007a;
    white-space: nowrap
}

.default-page .default-page__content .text h1 span.logo span {
    color: #ffcd02
}

.default-page .default-page__content .text h1 span.logo a {
    outline: none;
    position: relative;
    top: 9px;
    left: 5px
}

@media(min-width:576px) {
    .default-page .default-page__content .text h1 span.logo a {
        top: 9px
    }
}

@media(min-width:992px) {
    .default-page .default-page__content .text h1 span.logo a {
        top: 10px
    }
}

.default-page .default-page__content .text h1 span.logo a img {
    max-width: 190px;
    height: auto
}

@media(min-width:992px) {
    .default-page .default-page__content .text h1 span.logo a img {
        max-width: 100%
    }
}

.default-page .default-page__content .text p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #3c3d38;
    text-align: center;
    margin: 30px 0 0
}

@media(min-width:576px) {
    .default-page .default-page__content .text p {
        font-size: 19px;
        line-height: 24px;
        margin: 40px 0 0
    }
}

@media(min-width:768px) {
    .default-page .default-page__content .text p {
        text-align: left
    }
}

@media(min-width:992px) {
    .default-page .default-page__content .text p {
        margin: 50px 0 0
    }
}