/* товар */

.good-container {
    display: none;
    clear: both;
}
.good-margin {
    position: relative;
    z-index: 90;
    margin: 0;
    height: 0;
}
.good {
    position: absolute;
    z-index: 91;
    padding: 0 0 0 0;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 0;
    text-align: left;
    overflow: hidden;
}
.good::before {
    content: '';
    display: none;
    position: absolute;
    margin: -28px 0 0 0;
    left: -50px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent;
    border-bottom-color: #ddd;
}

.good-inner {
    margin: 0 auto;
    padding: 50px 30px;
    max-width: 1280px;
}

.good-close {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.good-single .good-close {
    display: none;
}
.good-close::before,
.good-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.good-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.good-close:hover::before,
.good-close:hover::after {
    background: #333;
}

.good-wait {
    position: absolute;
    z-index: 998;
    margin: -50px 0 0 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    opacity: 0.5;
}

#good-image-tab {
    display: block;
}
#good-interiors-tab {
    display: none;
}
#good-interiors-tab .good-left {
    min-height: 428px;
}

.good-control {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}

.good-control .row {
    margin: 0px;
}

.good-image {
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}

.good-details {
    float: left;
    height: auto;
    overflow: hidden;
}

.good-image {
    width: 100%;
    max-width: 830px;
    float: none !important;
	min-height: 300px;
}
.good-details {
    width: 50%;
}

.good-mobile {
    display: none;
}
#good-image {
    display: block;
    height: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#good-images {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.no-watermark {
    margin: 10px 0 0 0;
    font-size: 0.8em;
}
.good-meta {
    margin: 10px auto 0 auto;
}

.good-share {
    margin: 30px auto 0 auto;
}
.good-note {
    margin: 30px auto 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333333;
}

.good-note-mobile {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333333;
}

.good-note ul {
    list-style-type: decimal;
    padding-left: 22px;
    margin-bottom: 16px;
}

.good-note-mobile ul {
    list-style-type: decimal;
    padding-left: 22px;
    margin-bottom: 16px;
}

.good-note ul li:not(:last-child) {
    margin-bottom: 12px;
}

.good-note-mobile ul li:not(:last-child) {
    margin-bottom: 12px;
}

.good-note-title {
    font-family: Anticva;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 4px;
}

.good-note-subtitle {
    margin-bottom: 9px;
}

.good-note-warning {
    font-size: 14px;
    line-height: 120%;
    margin-top: 7px;
}

.good-note p:last-child {
    margin-bottom: 0;
}

.good-note-mobile p:last-child {
    margin-bottom: 0;
}

.good-note p small {
    font-size: 0.8em;
}

.good-details {
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.good-title {
    font-weight: 500;
    font-size: 2em;
    line-height: 100%;
    color: #2d257b;
}
.good-articul {
    margin: 5px 0 0 0;
}
.good-articul div {
    line-height: 20px;
    opacity: 0.3;
}
.good-articul input {
    width: 80%;
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none;
    cursor: text !important;
}

.good-alert {
    display: none;
    margin: 10px 0;
}
.good-details .alert,
.good-alert .alert {
    margin: 10px 0 0 0;
    padding: 8px;
    font-size: 0.9em;
}

.good-editor label {
    cursor: pointer;
    float: left;
    font-weight: normal;
}
.good-editor .hint {
    float: right;
    font-size: 0.8em;
}

.good-params,
.good-filters {
    display: flex;
    column-gap: 18px;
}

.good-params-title,
.good-filters-title {
    display: none;
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 100%;
    font-weight: bold;
}
.good-param,
.good-filter {
    float: left;
    text-align: center;
}
.good-param:last-child,
.good-filter:last-child {
    margin-right: 0;
}
.good-filter {
    width: 50px;
}
.good-param label,
.good-filter label {
    display: table-cell;
    padding: 0;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.9em;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
}

.good-filter input:disabled ~ label {
	opacity: .5;
	background-color: #ffffff;
	border-color: #aaa;
	cursor: auto;
}

@keyframes pulsate {
    50% {
        box-shadow: 0px 0px 15px 0px rgba(209, 2, 2, 0.75);
    }
}
.good-param label.pulsate {
    box-shadow: 0px 0px 15px 0px rgba(209, 2, 2, 0.10);
    -webkit-animation: pulsate 1.7s linear infinite;
    animation: pulsate 1.7s linear infinite;
}
.good-filter label {
    width: 48px;
    height: 48px;
}

.good-filter label:hover svg *:not([data-fill]) {
    stroke: #4E7570;
}

.good-filter label:hover svg [data-fill] {
    fill: #4E7570;
}

.good-filter input:checked ~ label svg *:not([data-fill]) {
    stroke: #4E7570;
}

.good-filter input:checked ~ label svg [data-fill] {
    fill: #4E7570;
}

.good-filter input {
    display: none;
}
.good-param label.active {
    background-color: #f7f7f7;
}
.good-param label:hover
.good-param label.active:hover,
.good-filter label:hover,
.good-filter label.active:hover,
.good-filter label.active {
    color: #4E7570;
}

.good-filter.filter-brightness label span {
    display: block;
    text-align: right;
    font-size: 0.7em;
    line-height: 13px;
    text-align: center;
}
.good-param .glyphicon {
    font-size: 2em;
}
.good-param i,
.good-filter i {
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    margin-top: 4px;
}

.good-grid {
    width: 600px;
    height: 374px;
    display: none;
    position: absolute;
	z-index: 1;
}
.good-grid .grid-row,
.good-grid .grid-col {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid #000;
}
.good-grid .grid-row {
    width: 100%;
    border-bottom-width: 1px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.35);
    -moz-box-shadow:    1px 1px 1px 0px rgba(255, 255, 255, 0.35);
    box-shadow:         1px 1px 1px 0px rgba(255, 255, 255, 0.35);
}
.good-grid .grid-col {
    height: 100%;
    border-right-width: 1px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.35);
    -moz-box-shadow:    1px 1px 1px 0px rgba(255, 255, 255, 0.35);
    box-shadow:         1px 1px 1px 0px rgba(255, 255, 255, 0.35);
}

.good-painting {
    margin: 30px 0 0 0;
}
.good-colorproof {
    margin: 15px 0 0 0;
}
.good-painting label,
.good-colorproof label {
    float: left;
    font-weight: normal;
}

.good-colorproof label p {
    max-width: 410px;
}

.good-painting label input[type=checkbox],
.good-colorproof label input[type=checkbox] {
    float: left;
    margin: 3px 5px 0 0;
}

.good-white {
    margin-top: 20px;
}
.onoffswitch {
    position: relative;
    width: 120px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 20px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "С белым";
    padding-left: 15px;
    background-color: #FFFFFF; color: #222;
}
.onoffswitch-inner:after {
    content: "Без белого";
    padding-right: 15px;
    background-color: #FFFFFF; color: #222;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 24px; margin: 0px;
    background: #A1A1A1;
    border-radius: 5px 0 0 5px;
    position: absolute; top: 0; bottom: 0;
    right: 96px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #f0ad4e;
    border-radius: 0 5px 5px 0;
}

.good-effects #good-effects-toggle {
    font-size: 1.3em;
}

.good-size {
    display: none;
    margin: 20px -10px 0 -10px;
    padding: 10px;
    width: 318px;
    height: 183px;
    background: #f5f5f5;
    border-radius: 3px;
}
.good-size-title {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: bold;
}
.good-size input[type=text] {
    margin-top: 5px;
}
.good-size .ex {
    padding-top: 35px;
    font-size: 1.3em;
}
.good-size-hint {
    margin-bottom: 10px;
    font-size: 0.8em;
}
.good-size-hint.good-size-width {
    margin-left: 2px;
}
.good-size-hint.good-size-height {
    margin-left: 5px;
}
.good-ratio {
    display: none;
    margin: -15px 0 0 70px;
}
.good-ratio label {
    font-weight: normal;
}
.good-ratio input[type=checkbox] {
    float: left;
}
.good-size-catalog {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 100%;
}

.good-filter label {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.good-filter.filter-flip input:checked ~ label,
.good-filter.filter-flip label:hover {
    color: #4E7570;
}

.effects-hint {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.param-product label,
.param-texture label {
    background-repeat: no-repeat;
    background-image: url(/import/i/textures.png);
    background-position: -9999px -9999px;
}
.param-product label.freski {
    background-position: 0 0;
}
.param-texture label.fb {
    background-position: -63px 0;
}
.param-texture label.fv {
    background-position: -126px 0;
}
.param-texture label.fd {
    background-position: -189px 0;
}
.param-texture label.fh {
    background-position: -252px 0;
}
.param-texture label.fk {
    background-position: -315px 0;
}
.param-texture label.fk-g {
    background-position: -378px 0;
}
.param-texture label.fk-s {
    background-position: -441px 0;
}
.param-texture label.fp {
    background-position: -504px 0;
}
.param-texture label.ft {
    background-position: -567px 0;
}
.param-texture label.fm-f {
    background-position: -630px 0;
}
.param-texture label.ff {
    background-position: -693px 0;
}
.param-texture label.fr {
    background-position: -756px 0;
}
.param-texture label.fo {
    background-position: -819px 0;
}
.param-texture label.fe-m {
    background-position: -882px 0;
}
.param-texture label.fm-f-s300 {
    background-position: -1008px 0;
}
.param-texture label.fm-f-s150 {
    background-position: -945px 0;
}
.param-texture label.fm-f-s500 {
    background-position: -1071px 0;
}
.param-texture label.fm-f-s1000 {
    background-position: -1134px 0;
}
.param-texture label.fln,
.param-texture label.fls {
    background-position: -1197px 0;
}
.param-product label.fotooboi {
    background-position: 0 -63px;
}
.param-texture label.or-j {
    background-position: -63px -63px;
}
.param-texture label.or-i {
    background-position: -126px -63px;
}
.param-texture label.or-l {
    background-position: -189px -63px;
}
.param-texture label.or-p {
    background-position: -252px -63px;
}
.param-texture label.or-x {
    background-position: -315px -63px;
}
.param-texture label.or {
    background-position: -378px -63px;
}
.param-texture label.ob {
    background-position: -441px -63px;
}
.param-texture label.or-b {
    background-position: -504px -63px;
}
.param-texture label.or-h {
    background-position: -567px -63px;
}
.param-texture label.or-k {
    background-position: -630px -63px;
}
.param-texture label.or-t {
    background-position: -693px -63px;
}
.param-texture label.ob-s {
    background-position: -756px -63px;
}
.param-texture label.ob-g {
    background-position: -819px -63px;
}
.param-product label.murali {
    background-position: 0 -126px;
}
.param-texture label.mn {
    background-position: -63px -126px;
}
.param-product label.mozaika {
    background-position: 0 -189px;
}
.param-texture label.ssgf-10x10, .param-texture label.ssgf-p-10x10 {
    background-position: -63px -189px;
}
.param-texture label.ssgf-15x15, .param-texture label.ssgf-p-15x15 {
    background-position: -126px -189px;
}
.param-texture label.ssgf-20x20, .param-texture label.ssgf-p-20x20 {
    background-position: -189px -189px;
}
.param-texture label.ssgf-23x23, .param-texture label.ssgf-p-23x23 {
    background-position: -252px -189px;
}
.param-texture label.ssgf-30x30, .param-texture label.ssgf-p-30x30 {
    background-position: -315px -189px;
}
.param-texture label.ssgf-48x15, .param-texture label.ssgf-p-48x15 {
    background-position: -378px -189px;
}
.param-texture label.ssgf-15x48, .param-texture label.ssgf-p-15x48 {
    background-position: -441px -189px;
}

.param-texture label.ssgf-p-30x50 {
	background-position: -567px -189px;	
}

.param-texture label.ssgf-p-29x29 {
	background-position: -503px -189px;	
}

.param-product label.printing {
    background-position: 0 -252px;
}
.param-texture label.psz4 {
    background-position: -63px -252px;
}
.param-texture label.psz6 {
    background-position: -126px -252px;
}
.param-texture label.ps4 {
    background-position: -189px -252px;
}
.param-texture label.ps6 {
    background-position: -252px -252px;
}
.param-texture label.pw {
    background-position: -315px -252px;
}
.param-texture label.ppl3 {
    background-position: -378px -252px;
}
.param-texture label.ppl4 {
    background-position: -441px -252px;
}
.param-texture label.px {
    background-position: -504px -252px;
}
.param-texture label.pm6 {
    background-position: -567px -252px;
}
.param-texture label.pm8 {
    background-position: -630px -252px;
}
.param-texture label.pas3 {
    background-position: -693px -252px;
}
.param-texture label.pasm3 {
    background-position: -756px -252px;
}
.param-texture label.ppwm {
    background-position: -819px -252px;
}
.param-texture label.ppwg {
    background-position: -882px -252px;
}
.param-texture label.pptm {
    background-position: -945px -252px;
}
.param-texture label.pptg {
    background-position: -1008px -252px;
}
.param-product label.fotoplitka {
    background-position: 0 -315px;
}

.param-texture label.ptn-400x250, .param-texture label.tn-400x250 {
	background-position: -449px -315px;
}

.param-texture label.tn-99x99, .param-texture label.ptn-99x99 {
    background-position: -63px -315px;
}
.param-texture label.tn-150x150, .param-texture label.ptn-150x150 {
    background-position: -126px -315px;
}
.param-texture label.tn-200x200, .param-texture label.ptn-200x200 {
    background-position: -189px -315px;
}
.param-texture label.tn-200x300, .param-texture label.ptn-200x300 {
    background-position: -252px -315px;
}
.param-texture label.tn-300x200, .param-texture label.ptn-300x200 {
    background-position: -315px -315px;
}
.param-texture label.tdf-285x85 {
    background-position: -378px -315px;
}


.good-discount {
    display: none;
    margin: 20px 0 0 0;
    font-size: 0.8em;
    line-height: 135%;
}
.good-discount b {
    display: block;
    margin: 0 0 3px 0;
    font-size: 1.3em;
    line-height: 135%;
}
.good-discount a {
    margin: 5px 10px 0 0;
}

.accessory .price-texture,
.accessory .price-multiply,
.accessory .counter.price-count,
.accessory .price-equally,
.accessory .price-total,
.good-price .price-texture,
.good-price .price-multiply,
.good-price .price-area,
.good-price .price-count,
.good-price .price-equally,
.good-price .price-total,
.good-price .price-buy {
    position: relative;
    width: auto;
    margin: 0 0 10px 0;
    text-align: center;
}
.good-price s {
    position: absolute;
    top: -14px;
    left: 0px;
}

.good-price #good-old-total-text,
.good-price #good-old-price-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #838383;
}

.accessory.order-table__item {
    display: block;
    border-radius: 2px;
    width: fit-content;
    max-width: 100%;
    border: 1px solid #CACACA !important;
    background-color: #FFFFFF;
    padding: 30px 16px 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accessory .price-block {
    display: flex;
    margin-bottom: 24px;
}

.accessory .accessory-buy {
    width: 141px;
    height: 48px;
}

.good-price #good-price-text,
.good-price #good-area-text,
.good-price #good-total-text,
.accessory .good-price-text,
.accessory .good-total-text,
.accessory .price-equally,
.accessory .price-multiply,
.good-price .price-equally,
.good-price .price-multiply,
.good-price #good-count {
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
}

.accessory .price-texture span,
.accessory .price-count span,
.accessory .price-total span,
.good-price .price-texture span,
.good-price .price-area span,
.good-price .price-total span
{
    position: absolute;
    text-align: left;
    bottom: -18px;
    left: 0px;
    width: 100%;
    white-space: nowrap;
}

.accessory .price-texture span,
.accessory .price-count span,
.accessory .price-total span {
    font-size: 14px;
}

.good-price div.price-total {
    margin-right: 20px;
}
.good-price div b {
    display: block;
}
.good-price div s {
    display: block;
    font-size: 1em;
    line-height: 100%;
}
.accessory div.price-multiply,
.accessory div.price-equally,
.good-price div.price-multiply,
.good-price div.price-equally {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: -2px;
}
.good-price.accessory .cart-amount {
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 45px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.good-price #good-count {
    width: 30px;
    height: auto;
}
.good-price.accessory .cart-amount {
    height: unset;
    font-size: 29px;
    line-height: 35px;
    border: none;
    text-align: center;
}

.good-buy {
    float: left;
}
.good-added {
    display: none;
    position: absolute;
    float: left;
    margin: -45px 0 0 -170px;
    width: 160px;
    text-align: center;
    font-size: 0.8em;
    line-height: 135%;
}
.good-added .panel-heading {
    padding: 6px 10px;
}
.good-added a {
    color: #3c763d;
}

.good-wish {
    display: block;
    margin: 30px 0 0 0;
}

.good-parameters {
    margin: 10px 0 0 0;
}
.good-parameters ul li span {
    font-weight: bold;
}

.good-parameters .good-parameters-mod {
	color: #245580;
	border: 1px solid #245580;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
	padding: 0 5px;
	margin: 5px 10px 0 0;
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	font-weight: 300;
}
.good-parameters-mod:hover {
	opacity: .8;
}
.good-parameters-mod._active {
	background: #245580;
	color: #fff;
}

.good-description {
    margin: 20px 0 0 0;
}
.good-description p {
    margin: 0 0 5px 0;
}

.good-link {
    margin: 40px auto 0 auto;
    max-width: 600px;
    font-size: 0.8em;
    opacity: 1.0;
}
.good-link:hover {
    opacity: 1.0;
}
.good-link input {
    float: left;
    padding: 0 5px;
    display: inline-block;
    width: 75%;
    height: 22px;
    line-height: 20px;
}
.good-link a {
    display: none;
    margin: 0 0 0 5px;
    line-height: 22px;
}
.good-link button {
    margin-left: 2%;
    width: 23%;
}


.good-image-top {
    margin: -30px 0 20px 0;
    width: 60%;
    font-size: 1.2em;
    text-align: center;
}
.good-image-bottom {
    margin: 10px auto 0 auto;
    font-size: 1.2em;
}
.good-image-top.btn-toolbar>.btn-group,
.good-image-bottom.btn-toolbar>.btn-group {
    margin-left: 0;
}
.good-image-menu span {
    margin-left: 10px;
    margin-right: 10px;
}
.good-image-menu span.active {
    font-weight: bold;
}

.good-interiors {
    display: block;
    margin: 0 auto;
    width: 600px;
}
.good-interiors .interior {
    text-align: center;
}
.good-interiors .interior img {
    position: relative;
    z-index: 2;
    width: auto;
    height: 100%;
}
.good-interiors .interior .wallpaper {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.good-interiors .interior .wallpaper img {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: 50% 50%;
}
.good-interiors .interior .wallpaper img.horizontal {
    background-size: 100% auto;
}
.good-interiors .fotorama__thumb {
    background: url(//static.ortograf.ru/i/picture/10757.jpg?m=2&w=64&h=64) no-repeat;
}
.good-room {
    display: none;
    margin: 0 auto;
    max-width: 600px;
}
.good-room-control {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
}

.good-room-reset {
    border: none;
    margin: 0;
    padding: 8px 16px;
    background: none;
    cursor: pointer;
    background-color: #D8E4E3;
    border-radius: 2px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.good-message .alert-info, .good-message .alert-danger {
    background: none;
    background-image: none;
    border-color: unset;
    border-radius: unset;
    box-shadow: unset;
}

.good-message .alert {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    width: fit-content;
    border: 1px solid #CACACA;
    border-radius: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 12px 16px;
    margin: 0px;
}

.good-message:not(:last-child) {
    margin-bottom: 8px;
}

.good-message .alert::before{
    content: ' ';
    display: inline-block;
    background-image: url("/import/i/icons/attention.svg");
    background-position: center;
    background-repeat: no-repeat;
    min-width: 20px;
    min-height: 20px;
    margin-left: -6px;
}

#good-rooms-list {
    display: flex;
    gap: 8px 8px;
    margin-bottom: 18px;
}

[data-swiper-interior] {
    display: none;
}

.good-rooms li.empty {
    background-color: #E7E7E7;
}
.good-rooms li:last-child {
    margin-right: 0;
}
.good-rooms li a {
    display: block;
}
.good-rooms li a.active {
    border: 2px solid #4E7570;
}
.good-rooms li .remove {
    position: absolute;
    margin: 2px 0 0 132px;
    color: red;
    cursor: pointer;
}
.good-rooms li a img {
    width: 100%;
    height: 100%;
}
.good-room {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 600px;
}
.good-room img {
    width: 100%;
    height: auto;
}

.good-room-containter {
    position: relative;
}

.good-similar {
    display: none;
    margin: 10px 0 0 0;
}
.good-similar::after {
    display: block;
    clear: both;
}
.good-similar a {
    display: block;
}

.good-recommend {
    display: none;
    margin: 10px auto 0 auto;
    padding: 0 300px 0 0;
    width: 600px;
    text-align: left;
}

/*
 * RangeInput plugin style
 */

.good-size .range {
    float: left;
    margin: 0;
    padding: 4px 0;
    width: 60px;
    font-size: 1.3em;
    line-height: 100%;
    text-align: center;
    background: #fffdf9;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
}
.good-size .slider {
    position: relative;
    float: right;
    margin: 11px 0 0 0;
    width: 228px;
    height: 6px;
    cursor: pointer;
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: inset 1px 1px 3px #a0a0a0;
}
.good-size .progress {
    height: 9px;
    background-color: #c5ff00;
    display: none;
    opacity: 0.6;
}
.good-size .handle {
    display: block;
    position: absolute;
    top: -12px;
    margin-top :1px;
    width: 12px;
    height: 26px;
    background: #fffdf9;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #d1d1d1;
    cursor: move;
}

@media (max-width: 1240px) {
    #good-image {
        /* max-width: 100%;
        height: auto !important; */
    }
}
@media (max-width: 720px) {
    .good-image {
        overflow: visible;
    }
}
@media (max-width: 540px) {
    #good-rooms-list { display: none; }
    [data-swiper-interior] { display: block; margin-bottom: 16px; }

    .good-price #good-count {
        width: 16px;
        height: auto;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        white-space: nowrap;
    }
}

.test {
	display: none;
}
.fotorama__img {
	z-index: 1;
    object-fit: cover;
}
.dinamycImgFront .fotorama__html {
	z-index: 2;
}