body {display: flex;min-height: 100vh;flex-direction: column;line-height: 1;background: #fff;font-family: "Mont",sans-serif,sans-serif;}
::selection {background: #e63c32;color: #fff;-webkit-text-fill-color: #fff;}
button {cursor: pointer;}
main {display: flex;flex-direction: column;min-width: 980px;min-height: 70vh;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, input, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, picture, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, textarea, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;box-sizing: border-box;vertical-align: baseline;font-family: "Mont",sans-serif,sans-serif;}
::-webkit-scrollbar {width: 2px;}
::-webkit-scrollbar-track {background: #fff;}
::-webkit-scrollbar-thumb {background: #333;}
::-webkit-scrollbar-thumb:hover {background: #ff6b00;cursor: -webkit-grab;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {color: #333;text-decoration: none;}
a:hover {color: #e63c32;text-decoration: none;}
.h2, h2 {font-family: "Mont",sans-serif;font-style: normal;font-weight: 300;font-size: 48px;line-height: 1.2;color: #000;-webkit-font-smoothing: antialiased;}
.h2 strong, h2 strong {color: #ff6b00;}
.h2 span, h2 span {display: block;font-style: normal;font-weight: 300;font-size: 16px;line-height: 1;color: rgba(0,0,0,.5);position: relative;top: 5px;left: 5px;}
.h3, h3 {font-family: "Mont",sans-serif;color: #000;font-size: 20px;margin-top: 20px;font-weight: 400;line-height: 1.2;-webkit-font-smoothing: antialiased;}
.h3.center, h3.center {text-align: center;}
.container {width: 100%;max-width: 1620px;margin: 0 auto;min-height: 100%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a, button, input {-webkit-appearance: none;}
a:focus, button:focus, input:focus {outline: none;}
img {max-width: 100%;}
.flex {display: flex;justify-content: space-between;}
.flex-wrap {display: flex;flex-wrap: wrap;}
.grid {display: grid;grid-template-columns: 50% 50%;}
.suggestions-promo {display: none !important;}
.input {width: 100%;display: block;margin: 30px 0;position: relative;height: 40px;background: #fff;}
.input > span {position: absolute;top: 0;bottom: 0;left: 20px;margin: auto;height: 15px;font-size: 14px;font-weight: 400;line-height: 1;transition: all .4s;color: #656565;}
.input > span sup {font-size: 12px;margin-left: 2px;}
.input > span small {font-size: 60%;}
.input input {border: 2px solid transparent;width: 100%;box-sizing: border-box;color: #333;height: 40px;padding: 0 20px;background: none;}
.input input:focus ~ span, .input input.in ~ span {top: -55px;left: 0;text-transform: none;}
.input input:disabled ~ span {opacity: .7;}
.input input:focus {border-color: #ff6b00;}
.input input.error ~ span {top: -55px;left: 0;color: #f00;text-transform: none;}
.input input[readonly] {opacity: .5;}
.input input[readonly] ~ span {opacity: .5;}
.textarea {width: 100%;display: block;margin: 30px 0;position: relative;height: 135px;border: 1px solid #e6e6e6;}
.textarea span {position: absolute;top: 15px;left: 15px;margin: auto;color: #9e9e9e;font-size: 16px;font-size: 14px;font-weight: 300;font-weight: 400;height: 15px;line-height: 1;transition: all .4s;}
.textarea span sup {font-size: 12px;margin-left: 2px;}
.textarea textarea {background: #fff;border: none;border: 2px solid transparent;width: 100%;color: #333;padding: 15px;height: 100%;}
.textarea textarea:focus + span, .textarea textarea.in + span {top: -15px;left: 0;text-transform: none;}
.textarea textarea:focus {outline: none;border-color: #ff6b00;}
.checkbox {position: relative;display: block;cursor: pointer;height: auto;}
.checkbox input {display: none;}
.checkbox input:checked + span:after {content: "";display: block;height: 5px;width: 10px;position: absolute;top: -5px;bottom: 0;left: 3px;margin: auto;border-left: 2px solid #000;border-bottom: 2px solid #000;transform: rotate(-45deg);}
.checkbox input:disabled ~ span {opacity: .5;}
.checkbox span {line-height: 1;position: relative;padding-left: 25px;font-size: 16px;color: #2d2d2d;font-weight: 400;display: block;overflow: hidden;}
.checkbox span:before {content: "";display: block;width: 14px;height: 14px;background: rgba(196,196,196,.2);border: 1px solid rgba(0,0,0,.1);position: absolute;top: 0;bottom: 0;left: 0;margin: auto;}
.checkbox small {color: #2c2c2c;font-size: 14px;font-weight: 300;line-height: 1.2;display: block;padding-left: 35px;padding-top: 5px;}
.checkbox2 {position: relative;display: block;cursor: pointer;height: auto;margin: 15px 0;}
.checkbox2 input {display: none;}
.checkbox2 input:checked + span:after {content: "";display: block;width: 14px;height: 14px;background: #e63c32;border-radius: 50%;position: absolute;top: 0;left: 3px;bottom: 0;margin: auto;}
.checkbox2 input:disabled ~ span {opacity: .5;}
.checkbox2 span {line-height: 25px;position: relative;padding-left: 35px;font-size: 16px;color: #2d2d2d;font-weight: 400;display: block;overflow: hidden;}
.checkbox2 span:before {content: "";display: block;width: 16px;height: 16px;background: #fff;border: 2px solid rgba(0,0,0,.7);position: absolute;top: 0;bottom: 0;left: 0;border-radius: 50%;margin: auto;}
.checkbox2 small {color: #2c2c2c;font-size: 14px;font-weight: 300;line-height: 1.2;display: block;padding-left: 35px;padding-top: 5px;}
.breadcrumbs {margin: 15px 0 30px;}
.breadcrumbs ol {display: flex;}
.breadcrumbs ol li {margin-right: 10px;color: rgba(0,0,0,.45);}
.breadcrumbs ol li a {color: rgba(0,0,0,.45);font-size: 16px;font-weight: 300;line-height: 1;}
.breadcrumbs ol li a:hover {text-decoration: underline;}
.breadcrumbs ol li span {color: rgba(0,0,0,.45);}
.text p {line-height: 1.6;margin: 10px 0;font-family: "Mont",sans-serif;font-style: normal;font-weight: 300;font-size: 18px;color: #454545;}
.text strong, .text b {font-weight: 600;}
.text iframe {display: block;margin: 10px auto;border: 5px solid #e63c32;}
.text table {width: 100%;margin: 50px 0;}
.text table td {padding: 10px;font-family: "Mont",sans-serif;font-style: normal;font-weight: 300;font-size: 14px;line-height: 1;color: #454545;}
.text table thead td {background: #333;color: #fff;font-weight: 700;}
.text table tr:nth-child(odd) {background: #fff;}
.text table tr:nth-child(even) {background: rgba(230,60,50,.1);}
.text ul, .text ol {margin: 0 0 20px;padding-left: 20px;}
.text ul li, .text ol li {margin: 5px 0;color: rgba(0,0,0,.7);font-size: 16px;font-weight: 400;line-height: 1.5;position: relative;}
.text ul li:before, .text ol li:before {content: "";display: block;background: rgba(230,60,50,.5);width: 5px;height: 5px;border-radius: 50%;position: absolute;top: 11px;left: -15px;}
.text a:hover {color: #6c5044;}
.text i, .text em {font-style: italic;}
.text .h2, .text h2 {margin: 40px 0 20px;font-style: normal;font-weight: bold;font-size: 30px;line-height: 1.2;color: #454545;}
.text .h3, .text h3 {margin: 30px 0 10px;font-style: normal;font-weight: bold;font-size: 20px;line-height: 1.2;color: #454545;}
.description {margin-top: 10px;}
.description p {font-family: "Mont",sans-serif;font-style: normal;font-weight: normal;font-size: 16px;line-height: 1.3;color: #000;}
.btn_trans {height: 50px;border: 2px solid #333;border-radius: 50px;padding: 0 50px;background: none;transition: all .5s;justify-content: center;display: inline-flex;text-decoration: none;align-items: center;}
.btn_trans span {color: #333;font-size: 18px;font-weight: 500;line-height: 1;text-decoration: none;}
.btn_trans:hover {background: #333;}
.btn_trans:hover span {color: #fff;}
.btn_trans:hover svg {fill: #fff;}
.btn_trans.with_svg svg {width: 20px;height: 20px;margin: 0 20px;}
.btn {height: 50px;border: none;padding: 0 50px;background: #ff6b00;transition: all .5s;display: flex;align-items: center;justify-content: center;}
.btn span {color: #fff;font-size: 18px;white-space: nowrap;font-weight: 500;}
.btn:hover {background: #e63c32;}
header {background: rgba(255,255,255,.66);padding: 15px 0;position: fixed;top: 0;left: 0;width: 100%;z-index: 10;}
header .container {align-items: center;display: flex;}
header .phone {margin-left: auto;font-style: normal;font-weight: 300;font-size: 20px;line-height: 1;color: #000;display: flex;align-items: center;}
header .phone:hover {color: #e63c32;}
header .btn {margin-left: 20px;}
header nav {display: flex;align-items: center;margin: 0 20px 0 60px;}
header nav ul {display: flex;position: relative;}
header nav ul ul {position: absolute;top: 115%;left: 0;background: #fff;box-shadow: 0px 1px 13px rgba(0,0,0,.1);border-radius: 5px;flex-direction: column;display: none;padding: 10px;}
header nav ul ul.active {display: flex;}
header nav ul ul li {white-space: nowrap;font-style: normal;font-weight: 300;font-size: 16px;margin: 5px 0;line-height: 1;color: rgba(51,51,51,.66);}
header nav ul ul li:hover {color: #ff6b00;}
header nav li {font-style: normal;font-weight: 300;font-size: 18px;line-height: 1;color: #333;margin: 0 10px;cursor: pointer;}
header nav li:hover {color: #ff6b00;}
header nav li.active ul {display: flex;}
header nav span {font-weight: 500;position: relative;display: flex;}
header nav span:after {content: "";display: block;width: 8px;height: 8px;border: none;margin-left: 10px;position: relative;top: 2px;transform: rotate(45deg);border-bottom: 2px solid #333;border-right: 2px solid #333;}
header nav span:hover {color: #ff6b00;}
header nav span:hover:after {border-color: #ff6b00;}
.logo {align-items: center;display: flex;height: 60px;}
.logo svg {margin-right: 15px;width: 60px;fill: #333;height: 60px;}
.logo span {color: #333;text-transform: uppercase;font-weight: 600;font-size: 18px;letter-spacing: .5px;}
[class*="ymaps-2-1"][class*="-ground-pane"] {filter: brightness(40%);}
footer {background: #333;padding: 50px 0 100px;border-top: 2px solid #ff6b00;}
footer .logo svg {fill: #fff;}
footer .logo span {color: #fff;}
footer .doc {cursor: pointer;margin-top: 20px;line-height: 1.3;color: #fff;display: block;font-size: 14px;max-width: 300px;}
footer .doc:hover {text-decoration: underline;}
footer .container {display: flex;}
footer .col {width: 100%;}
footer .policy {font-style: normal;font-weight: 200;font-size: 16px;line-height: 1;text-decoration-line: underline;color: #fff;margin-top: 20px;display: flex;}
footer .policy:hover {color: #ff6b00;}
footer form p {font-style: normal;font-weight: 300;font-size: 20px;line-height: 1;color: #fff;}
footer form .flex {margin: 20px -10px 0;}
footer form .input {margin: 0 10px;}
footer form button {min-width: 40px;background: #ff6b00;position: relative;border: none;padding: 0;margin-left: -10px;}
footer form button:before {content: "";display: block;width: 20px;height: 2px;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
footer form button:after {content: "";display: block;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;position: absolute;transform: rotate(45deg);top: 0;bottom: 0;left: 0;right: -10px;margin: auto;}
footer form button:hover {background: #e63c32;}
footer ul li {font-style: normal;font-weight: 600;font-size: 16px;line-height: 1;color: #fff;margin: 15px 0;cursor: pointer;}
footer ul li:hover {color: #ff6b00;}
.map_section {height: 700px;margin-top: auto;position: relative;}
.map_section #map {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.map_content {background: rgba(62,59,59,.76);position: relative;z-index: 10;max-width: 450px;padding: 50px 30px;}
.map_content .mc_title {font-style: normal;font-weight: 400;font-size: 42px;line-height: 1;color: #fff;margin: 0 0 20px;}
.map_content p {font-style: normal;font-weight: 300;font-size: 18px;line-height: 20px;color: #fff;margin-top: 30px;}
.map_content p span {display: block;font-weight: 600;font-size: 20px;color: #fff;margin-bottom: 10px;}
.map_content p a {color: #fff;font-weight: 300;}
.map_content p a:hover {color: #ff6b00;}
.link {border: none;border-bottom: 2px solid #ff6b00;color: #ff6b00;padding: 10px 20px;background: none;font-size: 16px;}
.link:hover {color: #e63c32;border-color: #e63c32;}
.main_slider {background: url("/assets/template/img/ms-bg.jpg") no-repeat bottom center/cover;height: 800px;}
.main_slider picture {max-width: 600px;overflow: hidden;display: block;height: 100%;transform: skewX(-25deg);position: absolute;right: 0;width: 100%;margin-left: auto;}
.main_slider img {min-width: max-content;transform: skewX(25deg);position: absolute;top: 0;right: 0;margin: auto;}
.main_slider .ms_slide {display: flex;overflow: hidden;height: 800px;}
.main_slider .ms_slide .container {display: flex;}
.ms_counter {margin: -150px 0 0 0;position: relative;z-index: 2;}
.ms_counter .container {display: flex;}
.slider-counter {font-style: normal;font-weight: 300;font-size: 30px;line-height: 1;color: #333;margin-right: 30px;}
.ms_dots {display: flex;align-items: center;}
.ms_dots button {width: 110px;height: 3px;background: #fff;margin: 0 10px;border: none;overflow: hidden;position: relative;}
.ms_dots button:before {content: "";display: block;width: 0;height: 3px;background: #333;position: absolute;top: 0;left: 0;transition: width 5s;}
.ms_dots button.active:before {width: 100%;}
.ms_content {display: flex;justify-content: center;flex-direction: column;width: 100%;max-width: 500px;}
.ms_content p {font-style: normal;font-weight: 300;font-size: 24px;line-height: 1;color: #333;}
.ms_content p span {display: block;font-style: normal;font-weight: 300;font-size: 70px;line-height: 1;color: #333;margin: 0 0 20px -5px;}
.ms_content .link {max-width: 200px;margin-top: 30px;}
.fw_listing_section {padding: 50px 0;}
.fw_listing_section .flex {justify-content: flex-start;}
.soc {display: flex;margin: 20px -10px;}
.soc svg {width: 40px;height: 40px;display: block;margin: 0 10px;}
.soc a:hover svg {fill: #ff6b00;}
.soc .in svg {fill: #f00073;}
.soc .tg svg {fill: #08c;}
.soc .wa svg {fill: #25d366;}
.advantages {padding: 100px 0;}
.advantages .doc {cursor: pointer;margin-top: 20px;line-height: 1.3;color: #000;display: block;font-size: 16px;max-width: 360px;}
.advantages .doc:hover {text-decoration: underline;}
.advantages ul {margin: -70px 0 30px;max-width: 60%;display: flex;flex-wrap: wrap;float: right;}
.advantages ul li {width: 50%;font-style: normal;font-weight: 500;font-size: 24px;line-height: 1;color: #333;margin-bottom: 60px;position: relative;padding-left: 25px;}
.advantages ul li:before {content: "";display: block;width: 10px;height: 10px;background: #ff6b00;position: absolute;top: 6px;left: 0;transform: rotate(45deg);}
.infloors_types {padding: 100px 0;}
.tabs {display: flex;justify-content: space-between;border-bottom: 1px solid #e6e6e6;margin-bottom: 30px;}
.tabs span {font-style: normal;font-weight: 500;font-size: 20px;line-height: 1;color: rgba(0,0,0,.5);padding: 5px 15px;border-bottom: 2px solid transparent;cursor: pointer;}
.tabs span.active {border-color: #ff6b00;color: #000;}
.tabs span:hover {color: #000;}
.tab_content {display: none;}
.tab_content.active {display: flex;align-items: center;}
.tab_content h3 {font-style: normal;font-weight: 600;font-size: 35px;line-height: 1;color: #000;}
.tab_content .text {margin-right: 150px;}
.tab_content picture {margin-left: auto;min-width: fit-content;}
.infloors_services {padding: 100px 0;}
.infloors_services .container {display: flex;}
.inser_list {margin-left: auto;}
.inser_list .item {height: 110px;position: relative;cursor: pointer;overflow: hidden;}
.inser_list .item p {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;font-style: normal;font-weight: 500;font-size: 24px;line-height: 1;display: flex;align-items: center;justify-content: space-between;color: #fff;padding: 0 30px;z-index: 2;}
.inser_list .item i {white-space: nowrap;}
.inser_list .item sup {font-size: 60%;vertical-align: top;}
.inser_list .item picture {display: block;position: relative;cursor: pointer;height: 100%;}
.inser_list .item picture:before {content: "";display: block;width: 100%;height: 100%;background: rgba(51,51,51,.5);position: absolute;top: 0;left: 0;transition: background .5s;}
.inser_list .item picture img {transition: transform 1s;}
.inser_list .item:hover picture img {transform: scale(1.2);}
.infloors {padding: 100px 0;}
.infloors h2 {text-align: center;margin-bottom: -40px;}
.infloors h2 strong {position: relative;left: -200px;}
.infloors picture {display: block;width: 700px;}
.infloors .col {display: flex;align-items: flex-end;}
.infloors ul {margin: 50px 0 20px;}
.infloors ul li {font-style: normal;font-weight: 500;font-size: 24px;line-height: 1;color: #333;margin: 25px 0;display: flex;}
.infloors ul li:before {content: "";width: 55px;height: 1px;background: #ff6b00;position: relative;top: 10px;margin-right: 15px;}
#feed {background: url("/assets/template/img/gray.jpg") no-repeat;}
#feed .btn {width: 100%;}
.monolit_works {position: relative;overflow: hidden;}
.monolit_works:before {content: "";width: 50%;background: url("/assets/template/img/gray.jpg") no-repeat;height: 50%;position: absolute;top: 0%;right: 0;bottom: 0;margin: auto;background-size: cover;}
.monoworks {padding: 50px 0;position: relative;}
.monoworks h2 {text-align: center;}
.monoworks h2 strong {position: relative;right: -150px;}
.monoworks .flex {align-items: center;}
.monoworks picture {position: relative;top: -50px;left: -50px;}
.monoworks ul li {font-style: normal;font-weight: 500;font-size: 20px;line-height: 1;color: #333;margin: 25px 0;position: relative;padding-left: 25px;}
.monoworks ul li:before {content: "";display: block;width: 15px;height: 2px;background: #ff6b00;position: absolute;top: 0;left: 0;bottom: 0;margin: auto;}
.monoworks ul li:after {content: "";display: block;height: 15px;width: 2px;background: #ff6b00;position: absolute;top: 0;left: 7px;bottom: 0;margin: auto;}
.monoworks_pricelist {padding: 50px 0;position: relative;z-index: 5;}
.monoworks_pricelist .container {display: flex;}
.monoworks_pricelist .link {margin-top: 30px;}
.monoworks_pricelist .mono_price {white-space: nowrap;}
.monoworks_pricelist .pricelist thead {background: #fff0e5;}
.monoworks_pricelist .pricelist tbody tr:hover td {background: #fff0e5;}
.monoworks_pricelist .pricelist th {font-style: normal;font-weight: 600;font-size: 18px;line-height: 1;color: #333;vertical-align: middle;height: 70px;}
.monoworks_pricelist .pricelist td {background: #fcfcfc;height: 60px;vertical-align: middle;padding: 0 30px;font-style: normal;font-weight: 600;font-size: 14px;line-height: 1;color: #333;border-bottom: 1px solid #fceee3;}
.repair {padding: 100px 0;}
.repair h2 {max-width: 600px;margin: 0 auto -50px;}
.repair .flex .text {max-width: 500px;margin-top: auto;}
.repair_services {padding: 50px 0;margin: 50px 0;background: url("/assets/template/img/gray.jpg") no-repeat 50% 50%/cover;}
.repair_services .flex {background: #fff;box-shadow: 0px 2px 25px rgba(105,105,105,.1);flex-wrap: wrap;}
.repair_services .rep_block {width: 20%;position: relative;cursor: pointer;}
.repair_services .rep_block:nth-child(1):before, .repair_services .rep_block:nth-child(2):before, .repair_services .rep_block:nth-child(3):before, .repair_services .rep_block:nth-child(4):before {content: "";width: 75px;height: 1px;position: absolute;bottom: 0;right: -40px;background: rgba(0,0,0,.1);}
.repair_services .rep_block:nth-child(1):after, .repair_services .rep_block:nth-child(2):after, .repair_services .rep_block:nth-child(3):after, .repair_services .rep_block:nth-child(4):after {content: "";height: 70px;width: 1px;position: absolute;right: 0;bottom: -35px;background: rgba(0,0,0,.1);}
.repair_services .rep_block .rep_vis {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 180px;}
.repair_services .rep_block .rep_hid {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}
.repair_services .rep_block .rep_hid picture {display: block;height: 100%;}
.repair_services .rep_block .rep_hid picture img {height: 100%;width: 100%;object-fit: cover;}
.repair_services .rep_block .rep_hid span {position: absolute;top: 0;bottom: 0;left: 0;margin: auto;color: #fff;font-size: 24px;font-weight: 500;z-index: 2;display: inline-table;align-items: center;width: 100%;right: 0;text-align: center;}
.repair_services .rep_block .rep_hid:before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.5);}
.repair_services .rep_block svg {width: 60px;height: 60px;fill: #ff6b00;margin-bottom: 20px;}
.repair_services .rep_block span {font-style: normal;font-weight: 600;font-size: 16px;line-height: 1.2;text-align: center;color: #333;max-width: 80%;}
.repair_services .rep_block:hover .rep_hid {opacity: 1;}
.feedback {margin: 50px 0;}
.feedback form {background: url("/assets/template/img/feedbg.jpg") no-repeat 50% 50%/cover;padding: 50px 70px;position: relative;}
.feedback form:before {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);}
.feedback form p {font-style: normal;font-weight: 600;font-size: 48px;line-height: 1.1;position: relative;z-index: 2;color: #fff;}
.feedback form p a {padding: 3px 7px;background: #ff6b00;color: #fff;}
.feedback form p a:hover {background: #fff;color: #ff6b00;}
.feedback form small {display: block;font-style: italic;font-weight: 600;font-size: 20px;line-height: 1;color: #fff;margin-top: 10px;}
.feedback .soc {position: relative;z-index: 2;}
.feedback .flex {max-width: 70%;margin: 0 -10px;position: relative;z-index: 2;}
.feedback .flex label {margin: 0 10px;}
.feedback .flex .btn {height: 40px;}
.fw_section {padding: 50px 0;}
.fw_section h2 {text-align: center;margin: 0 0 -50px 0;}
.fw_section h2 strong {position: relative;right: -150px;}
.fw_section .text {max-width: 450px;margin-top: auto;}
.fw_listing_section .flex {flex-wrap: wrap;margin: 0 -15px;}
.fw_listing_section picture {position: relative;overflow: hidden;display: block;}
.fw_listing_section picture:before {content: "";display: block;position: absolute;bottom: 0;left: -50%;width: 200%;background: linear-gradient(180deg,rgba(0,0,0,0) 17.07%,#000 109.28%);height: 100%;transition: all .5s;}
.fw_listing_section img {width: 100%;height: 100%;object-fit: cover;display: block;}
.fw_listing_section .item {width: calc(33% - 30px);margin: 15px;cursor: pointer;position: relative;}
.fw_listing_section .item p {position: absolute;bottom: 0;left: 0;padding: 15px;width: 100%;align-items: center;display: flex;}
.fw_listing_section .item p span {color: #fff;font-size: 20px;font-weight: 500;}
.fw_listing_section .item p small {margin-left: auto;color: #fff;font-size: 16px;font-weight: 700;}
.fw_listing_section .item:hover picture:before {background: linear-gradient(180deg,rgba(0,0,0,0) 47.07%,#000 129.28%);}
.fw_listing_section .item sup {font-size: 50%;vertical-align: top;}