body {
    font-family: 'Century Gothic', Verdana, Geneva, Tahoma, sans-serif;
    color: #1d1d1b
}


.results-wrapper .article-flat {
    border-color: #f1f1ed;
    border-radius: 4px
}

.article-flat:hover {
    border: 1px solid rgb(229, 230, 233);
    -webkit-box-shadow: rgba(0, 0, 0, 0.01) 0px 1.94738px 2.40026px 0px, rgba(0, 0, 0, 0.02) 0px 5.38427px 6.63642px 0px, rgba(0, 0, 0, 0.03) 0px 12.9632px 15.9779px 0px, rgba(0, 0, 0, 0.04) 0px 43px 53px 0px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 1.94738px 2.40026px 0px, rgba(0, 0, 0, 0.02) 0px 5.38427px 6.63642px 0px, rgba(0, 0, 0, 0.03) 0px 12.9632px 15.9779px 0px, rgba(0, 0, 0, 0.04) 0px 43px 53px 0px;
}

.results-wrapper .article-flat .similar .count {
    color: #449dd7
}

.results-wrapper .article-flat .flat-title {
    font-weight: 700
}

.results-wrapper .article-flat .ready .value,
.results-wrapper .article-flat .square .value {
    color: #222
}


#footer {
    border-color: #f1f1ed
}


.flat-wrapper .flat-detail .price-wrap .price,
.results-wrapper .article-flat .price {
    font-weight: 400
}

.flat-wrapper .flat-detail .price-wrap .price .rub,
.results-wrapper .article-flat .price .rub {
    font-size: 0
}

.flat-wrapper .flat-detail .price-wrap .price .rub:after,
.results-wrapper .article-flat .price .rub:after {
    content: "руб.";
    font-weight: 400;
    font-size: 20px;
    vertical-align: baseline
}

.results-wrapper .article-flat .price .rub:after {
    font-size: 16px
}

.results-wrapper .article-flat .flat-title {
    font-weight: 400
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

body,
html {
    height: 100%;
    width: 100%
}

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    line-height: 0;
    clear: both;
    height: 0
}

ol,
ul {
    list-style: none
}


a {
    text-decoration: none
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font: inherit
}


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


body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    min-width: 320px;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

body *,
body :after,
body :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


#footer,
#header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}


.wrapper {
    padding: 0 8px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 480px) {
    .wrapper {
        padding: 0 16px
    }
}

@media screen and (min-width: 576px) {
    .wrapper {
        padding: 0 24px
    }
}

@media screen and (min-width: 768px) {
    .wrapper {
        padding: 0 30px
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        padding: 0 40px
    }
}

@media screen and (min-width: 1200px) {
    .wrapper {
        padding: 0 64px;
        max-width: 1360px
    }
}


#footer {
    border-top: 1px solid #dbdfe8
}

@media screen and (min-width: 992px) {
    #footer {
        border: 0
    }
}


.results-wrapper {
    font-size: 0;
    line-height: 1;
    padding-top: 20px
}

@media screen and (min-width: 992px) {
    .results-wrapper {
        padding-top: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 14px
    }
}

@media screen and (min-width: 1024px) {
    .results-wrapper {
        padding-right: 24px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper {
        padding-right: 32px
    }
}


.results-wrapper .article-flat {
    display: block;
    border: 1px solid #dbdfe8;
    padding: 26px 23px 39px 23px;
    color: #333;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    background-color: #FFFFFF;
    color: #333
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat {
        padding: 19px 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat {
        width: calc(50% - 16px);
        margin-bottom: 16px;
        margin-right: 16px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat {
        width: calc(50% - 32px);
        margin-bottom: 32px;
        margin-right: 32px
    }
}


.results-wrapper .article-flat .similar {
    font-size: 0;
    line-height: 1;
    margin-bottom: 12px
}

.results-wrapper .article-flat .similar>* {
    display: inline-block;
    vertical-align: top
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .similar {
        width: 100%;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 991.98px) {
    .results-wrapper .article-flat .similar.empty {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .similar {
        margin-bottom: 18px;
        min-height: 16px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat .similar {
        margin-bottom: 12px
    }
}

.results-wrapper .article-flat .similar .count {
    font-size: 12px;
    line-height: 16px;
    color: #333
}


.results-wrapper .article-flat .plan {
    max-width: 232px;
    margin: 0 auto;
    margin-bottom: 18px
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .plan {
        width: 42.65%;
        margin: 0
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .plan {
        width: 36.54%
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat .plan {
        width: 40.78%
    }
}

.results-wrapper .article-flat .plan .picture-wrap {
    height: 0;
    padding-top: 100%;
    position: relative
}

.results-wrapper .article-flat .plan .picture-wrap picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.results-wrapper .article-flat .plan img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center center;
    object-position: center center
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .info {
        padding-left: 24px;
        width: 57.35%
    }
}

@media screen and (min-width: 640px) {
    .results-wrapper .article-flat .info {
        padding-left: 32px
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .info {
        padding-left: 16px;
        width: 63.46%
    }
}

@media screen and (min-width: 1024px) {
    .results-wrapper .article-flat .info {
        padding-left: 24px
    }
}

@media screen and (min-width: 1100px) {
    .results-wrapper .article-flat .info {
        padding-left: 32px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat .info {
        padding-left: 40px;
        width: 59.22%
    }
}

.results-wrapper .article-flat .flat-title {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 24px;
    font-weight: 600
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .flat-title {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .flat-title {
        margin-bottom: 18px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat .flat-title {
        margin-bottom: 25px
    }
}


@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .square-ready {
        white-space: nowrap
    }
}

.results-wrapper .article-flat .ready,
.results-wrapper .article-flat .square {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 1
}

.results-wrapper .article-flat .ready>*,
.results-wrapper .article-flat .square>* {
    display: inline-block;
    vertical-align: top
}

.results-wrapper .article-flat .ready .label,
.results-wrapper .article-flat .square .label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #79808b;
    margin-bottom: 12px
}

@media screen and (min-width: 992px) {

    .results-wrapper .article-flat .ready .label,
    .results-wrapper .article-flat .square .label {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1200px) {

    .results-wrapper .article-flat .ready .label,
    .results-wrapper .article-flat .square .label {
        margin-bottom: 12px
    }
}

.results-wrapper .article-flat .ready .value,
.results-wrapper .article-flat .square .value {
    font-size: 16px;
    line-height: 1
}

.results-wrapper .article-flat .ready .value sup,
.results-wrapper .article-flat .square .value sup {
    font-size: 9px;
    position: relative;
    top: -6px
}

.results-wrapper .article-flat .square+.ready {
    margin-left: 32px
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .square+.ready {
        margin-left: 24px
    }
}

.results-wrapper .article-flat .price {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

@media screen and (min-width: 576px) {
    .results-wrapper .article-flat .price {
        margin-top: 35px
    }
}

@media screen and (min-width: 992px) {
    .results-wrapper .article-flat .price {
        margin-top: 20px
    }
}

@media screen and (min-width: 1200px) {
    .results-wrapper .article-flat .price {
        margin-top: 35px
    }
}

.results-wrapper .article-flat .price .prefix {
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px
}

.results-wrapper .article-flat .price .rub {
    font-weight: 500
}

@media screen and (max-width: 992px) {
    .results-wrapper .article-flat:not(:last-child) {
        margin-bottom: 15px;
    }
}




/* product header */
.product-cat-header {
    text-align: center;
}

.product-cat-header__title {
    padding: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.product-cat-header img {
    width: 450px;
    max-width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.product-cat-header .modal img {
    width: 100%;
    cursor: default;
}




@media screen and (max-width: 992px) {
    .wrapper.results-wrapper {
        padding-top: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 15px 0;
        gap: 10px;
    }

    .results-wrapper .article-flat {
        width: calc(50% - 5px);
        margin-bottom: 16px;
        margin-right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px;
        margin: 0;
    }

    .results-wrapper .article-flat .info {
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }

    .results-wrapper .article-flat .plan {
        width: 100%;
    }

    .square-ready {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .results-wrapper .article-flat .square+.ready {
        margin: 0;
    }

    .results-wrapper .article-flat .price {
        font-size: 18px;
        margin-top: 10px;
    }

    .results-wrapper .article-flat .ready .value,
    .results-wrapper .article-flat .square .value {
        font-size: 14px;
    }

    .results-wrapper .article-flat .ready .label,
    .results-wrapper .article-flat .square .label {
        margin-bottom: 5px;
    }

    .results-wrapper .article-flat .flat-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
}