

/* Start:/local/components/sp-artgroup/special_order.form/templates/.default/special_order.css?16068083974779*/
.modal-special-order {
    width: 500px;
}
.modal-special-order .header {
    position: relative;
    line-height: 48px;
    font-size: 22px;
    color: #333;
    background-color: #f3f1f1;
    text-align: center;
}
.modal-special-order .btn-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 17px;
    cursor: pointer;
}
    .modal-special-order .btn-close::before,
    .modal-special-order .btn-close::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        top: 0;
    }
    .modal-special-order .btn-close::before {
        left: 0;
        transform: rotate(45deg);
    }
    .modal-special-order .btn-close::after {
        right: 0;
        transform: rotate(-45deg);
    }
    .modal-special-order .btn-close:hover::before,
    .modal-special-order .btn-close:hover::after {
        background-color: #009ba3;
    }
.modal-special-order .content {
    padding: 22px;
    background-color: #fff;
}
    .modal-special-order .content .response .error-msg {
        display: none;
        margin-top: 10px;
        color: red;
    }
    /*---------------------*/
    .modal-special-order .result-success .h1 {
        margin-bottom: 10px;
        line-height: 1em;
        font-size: 20px;
        font-weight: 700;
        color: #009ba2;
    }
    .modal-special-order .result-success .h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }
    .modal-special-order .result-success .fields div {
        padding: 5px 0;
    }
    /*---------------------*/
    .modal-special-order .content .info {
        margin-bottom: 30px;
    }
    .modal-special-order .content .delivery-time {
        margin-top: 10px;
        font-size: 16px;
    }
    .modal-special-order .content .product-name {
        margin-bottom: 7px;
        line-height: 1.2em;
        font-size: 22px;
        color: #333333;
    }
    .modal-special-order .content .product-manufacturer {
        padding-bottom: 25px;
        display: inline-block;
    }
    .modal-special-order .content .product-price {
        display: none;
        padding-bottom: 25px;
        font-size: 26px;
        font-weight: 700;
    }
    .modal-special-order .content .product-price span {
        font-size: 18px;
    }
    .modal-special-order .content .product-price-msg {
        display: none;
    }
    .modal-special-order .content .product-price-msg,
    .modal-special-order .content .product-price-msg-2 {
        padding-bottom: 25px;
        font-weight: 700;
    }

    .modal-special-order .content input,
    .modal-special-order .content select {
        width: 100%;
        height: 35px;
        margin-bottom: 10px;
        padding: 0 10px;
        border: 1px solid #dcdcdc;
    }
    .modal-special-order .content textarea {
        height: 70px;
        padding: 5px 10px;
        border: 1px solid #dcdcdc;
    }
    .modal-special-order .content .info-red {
        margin-top: 10px;
        color: red;
    }
    .modal-special-order .content .quantity-group {
        margin-bottom: 10px;
    }
        .modal-special-order .content .quantity-group input {
            margin-bottom: 0;
        }
        .modal-special-order .content .quantity-group.m-right {
            text-align: right;
        }
        .modal-special-order .content .quantity-group .m-label {
            display: inline-block;
            margin-right: 10px;
            line-height: 35px;
            vertical-align: top;
        }
        .modal-special-order .content .quantity-group input {
            width: 35px;
            height: 35px;
            text-align: center;
            padding: 0;
        }
        .modal-special-order .content .quantity-group .up,
        .modal-special-order .content .quantity-group .down {
            background-color: #eceeee;
        }
    /*---------------------*/
.modal-special-order .buttons {
    margin-top: 20px;
}
.modal-special-order .buttons .btn-light,
.modal-special-order .buttons .btn-dark {
    float: left;
    height: 40px;
    padding: 0 40px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.modal-special-order .buttons .btn-light {
    border: 1px solid #06747a;
    color: #06747a;
}
.modal-special-order .buttons .btn-dark {
    color: #fff;
    background: #009ba3;
}
.modal-special-order .buttons .btn-right {
    float: right;
}
/*---------------------*/

@media (max-width: 767px) {
    .modal-special-order {
        width: 320px;
    }
    .modal-special-order .buttons .btn-light,
    .modal-special-order .buttons .btn-dark {
        padding: 0 15px;
        font-size: 12px;
    }
    .modal-special-order .content .quantity-group.m-right {
        text-align: left;
    }
}

/* End */


/* Start:/local/templates/language/components/bitrix/news.list/slider_onmain/style.css?14990076001474*/
.slider_onmain {
	height: 404px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.slider_onmain .bx-controls-direction {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.slider_onmain .bx-next,
.slider_onmain .bx-prev {
	display: inline-block;
	background-image: url('/local/templates/language/components/bitrix/news.list/slider_onmain/images/arrs.png');
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 12px;
	height: 20px;
	position: absolute;
}

.slider_onmain .bx-next {
	background-position: 0 0;
	right: 6px;
}
.slider_onmain .bx-next:hover {
	background-position: -12px 0;
}
.slider_onmain .bx-prev {
	background-position: 0 -20px;
	left: 6px;
}
.slider_onmain .bx-prev:hover {
	background-position: -12px -20px;
}

.slider_onmain .bx-pager {
	position: absolute;
	margin-left: 46%;
	bottom: 10px;
}

.slider_onmain .bx-pager-item {
	display: inline-block;
}

.slider_onmain .bx-pager-link {
	border-radius: 50%;
	display: block;
	height: 0;
	width: 0;
	margin: 0 3px;
	padding: 12px 12px 0 0;
	outline: 0 none;
	overflow: hidden;
	border: 1px solid #636363;
}

.slider_onmain .bx-pager-link.active {
	background-color: #636363;
}

.slider_onmain .bx-pager-link:not(.active):hover {
	border-color: #e42e24;
}
@media (min-width: 992px) and (max-width: 1199px) { /*landscape planshet*/
	.slider_onmain {
		height: 355px;
	}
}

@media (min-width: 768px) and (max-width: 991px) { /*portrait planshet*/
	.slider_onmain {
		height: 272px;
	}
}
/* End */


/* Start:/local/templates/language/components/bitrix/menu/mobile_navigation/style.css?14990076001826*/
.mobile_navigation_wrap {
	margin-top: 10px;	
}
.mobile_navigation_wrap .mobile_navigation {
	margin-bottom: 0;
}
.mobile_navigation_wrap .mobile_navigation_pretext {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.mobile_navigation_wrap .mobile_navigation_li {
	display: block;
	margin-bottom: 15px;
}
.mobile_navigation_wrap .mobile_navigation_li:last-child {
	margin-bottom: 0;
}
.mobile_navigation_wrap .mobile_navigation_a {
	display: block;
	background-color: #0099a1;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	line-height: 54px;
	font-size: 18px;
}
.mobile_navigation_wrap .mobile_navigation_a:hover,
.mobile_navigation_wrap .mobile_navigation_a:active,
.mobile_navigation_wrap .mobile_navigation_a:focus {
	background-color: #06747a;
}
.mobile_navigation_wrap .fa {
	margin-right: 7px;
	font-size: 20px;
}

.mobile_navigation_wrap .phone {
	background-color: #e1000f;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	font-size: 15px;
}
.mobile_navigation_wrap .phone:hover,
.mobile_navigation_wrap .phone:active,
.mobile_navigation_wrap .phone:focus {
	background-color: #ca000d;
}

.mobile_navigation_wrap .phone i {
	background-image: url('/local/templates/language/components/bitrix/menu/mobile_navigation/images/phone.png');
	width: 38px;
	height: 38px;
	float: left;
	margin-left: 25%;
}
.mobile_navigation_wrap .phone i:before { 
	content: '';
}
.mobile_navigation_wrap .phone strong {
	font-size: 14px;
}
.mobile_navigation_wrap {
	padding-bottom: 25px;
}

@media (max-width:380px) {
	.mobile_navigation_wrap .phone i {
		margin-left: 0;
	}
}
@media (min-width:381px) and (max-width:450px) {
	.mobile_navigation_wrap .phone i {
		margin-left: 10%;
	}
}
@media (min-width:451px) and (max-width:600px) {
	.mobile_navigation_wrap .phone i {
		margin-left: 20%;
	}
}
/* End */


/* Start:/local/templates/language/components/bitrix/catalog.section/hits_promo_desktop_mobile/style.css?16837050487466*/
.partners-main {
    margin-bottom: 32px;
}

.hits-promo-main {
    position: relative;
}
.promo-main.mobile{
    margin-top: 20px;
}
.hits-promo-main .slider{
    display: flex;
    flex-wrap: wrap;
}
.hits-promo-main .slider > div{
    width: 25%;
}
.hits-promo-main .main-title {
    margin-bottom: 28px;
}
.hits-promo-main.hits-main .main-title {
    border-color: #f4333d;
    color: #f4333d;
}
.hits-promo-main.promo-main .main-title {
    border-color: #f7aa24;
    color: #f47333;
}
.hits-promo-main.similar-products .main-title {
    border-color: #f7aa24;
    color: #f47333;
}
.hits-promo-main .bx-wrapper {
    padding-bottom: 22px;
}

.hits-promo-main .sp-product-inner {
    position: relative;
    margin-bottom: 1px; /* Без этого bx-viewport обрезает нижнюю рамку */
    border: 1px solid #ebebeb;
}
.hits-promo-main .sp-picture {
    position: relative;
    text-align: center;
}
.hits-promo-main .sp-picture a {
    display: inline-block;
    width: 100%;
    height: 163px;
}
.hits-promo-main.partner-products .sp-picture a {
    height: 119px;
}
.hits-promo-main .sp-picture img {
    max-width: 100%;
    max-height: 100%;
}
.hits-promo-main .h2o_add_favor,
.hits-promo-main .add_favor_no_auth {
    top: auto !important;
    bottom: 0;
}
.hits-promo-main .add_favor_no_auth {
    width: 30px !important;
    height: 30px !important;
}

.hits-promo-main .sp-item-title {
    height: 66px;
    padding: 9px 30px 0px 30px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
}
.hits-promo-main .sp-item-title a {
    display: inline-block;
    height: 48px;
    overflow: hidden;
}
.hits-promo-main .sp-item-price {
    padding: 0px 30px 0 30px;
    vertical-align: bottom;
    position: relative;
}
.hits-promo-main .sp-buttons {
    position: relative;
    padding: 0 30px 14px 30px;
}
.hits-promo-main .sp-buttons.no-active {
    pointer-events: none;
    opacity: 0.7;
}
sp-buttons .max-quantity-message {
    white-space: nowrap;
    top: -30px;
    left: 30px;
}

.hits-promo-main .sp-buy-button,
.hits-promo-main .btn-speczakaz {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #fff!important;
    text-decoration: none;
    background: #009ba3;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.hits-promo-main .m-old-price {
    height: 25px;
    font-size: 14px;
    color: #f4333d;
    text-decoration: line-through;
}
.hits-promo-main .sp-price {
    height: 42px;
    font-size: 24px;
    font-weight: bold;
}
.hits-promo-main .sp-price > span {
    font-size: 14px;
}
.hits-promo-main .sp-price > div {
    font-size: 13px;
    font-weight: normal;
    color: #555555;
}
.hits-promo-main .sp-price-2 {
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}
.hits-promo-main .sp-price-2 > span {
    font-size: 13px;
}

.hits-promo-main .sp-promo-sticker {
    display: block;
    position: absolute;
    left: 35px;
    top: 0;
    background-color: #f47333;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    z-index:1;
}
.hits-promo-main .l_icon {
    display: inline-block;
    background-image: url(/local/templates/language/components/bitrix/catalog.section/hits_promo_desktop_mobile/images/list2.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.hits-promo-main .is_prescription,
.hits-promo-main .two_prescription {
    z-index: 1;
}
.hits-promo-main .is_prescription .prescription {
    background-position: 0 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.hits-promo-main .two_prescription .prescription {
    background-position: top right;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.hits-promo-main .is_prescription {
    position: absolute;
    left: 35px;
    top: 0;
    line-height: 1;
}
.hits-promo-main .is_prescription > span {
    display: none;
}
.hits-promo-main .is_prescription:hover > span {
    display: block;
}
.hits-promo-main .is_prescription .text {
    font-size: 12px;
    color: #fff;
    background-color: #009ba3;
    line-height: 32px;
    padding: 0 0 0 0;
    position: absolute;
    width: 150px;
    left: 31px;
    top: 0;
    max-height: 32px;
    height: 32px;
    overflow: hidden;
    z-index: 999;
}

.hits-promo-main .two_prescription > span {
    display: none;
}
.hits-promo-main .two_prescription:hover > span {
    display: block !important;
}
.hits-promo-main .two_prescription {
    position: absolute;
    left: 35px;
    top: 0;
    line-height: 1;
}
.hits-promo-main .two_prescription .text {
    font-size: 12px;
    color: #fff;
    background-color: #f4333d;
    line-height: 32px;
    padding: 0 0 0 0;
    position: absolute;
    width: 150px;
    left: 31px;
    top: 0;
    max-height: 32px;
    height: 32px;
    overflow: hidden;
    z-index: 999;
}

.hits-promo-main .bx-controls {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
.hits-promo-main .bx-controls-direction {
    display: block;
    float: right;
}
.hits-promo-main .bx-controls-direction > a {
    display: inline-block;
    border: 1px solid #e1e1e1;
    line-height: 32px;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    margin-left: 7px;
    font: normal normal normal 14px FontAwesome;
}
.hits-promo-main .bx-controls-direction > a:hover {
    border-color: #8ccbce;
    background-color: #8ccbce;
    color: #fff;
}
.hits-promo-main .bx-prev:before {
    content: "\f104";
    line-height: 32px;
    padding: 0 13px;
}
.hits-promo-main .bx-next:before {
    content: "\f105";
    line-height: 32px;
    padding: 0 13px;
}

.hits-promo-main .btn-buy-msg {
    white-space: nowrap;
    top: -30px;
    left: 30px;
}
.global-delivery-enabled .hits-promo-main .sp-picture .delivery-availible{
    display: block;
}
.hits-promo-main .sp-picture .delivery-availible{
    display: none;
    position: absolute;
    background-color: #aad6d8;
    min-height: 20px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 5;
}
.hits-promo-main .item_stores {
    height: 64px;
    margin-bottom: 0;
    padding: 13px 30px 0 30px;
}
.hits-promo-main .item_stores .st_title {
    display: none;
}
.hits-promo-main .speczakaz {
    padding: 13px 30px 14px 30px;
}
.hits-promo-main .speczakaz .msg_1 {
    height: 66px;
    color: #009ba3;
}
.hits-promo-main .speczakaz .msg_2 {
    height: 37px;
}
.hits-promo-main .speczakaz .msg_3 {
    height: 80px;
}
.hits-promo-main.similar-products.m-4 .col-xs-12 {
    width: 25%;
}
.hits-promo-main.similar-products.m-1 {
    display: none;
}
@media (max-width: 991px) {
    .hits-promo-main.similar-products.m-4 .col-xs-12,
    .hits-promo-main .slider > div {
        width: 50%;
    }
}
@media (max-width: 767px){
    .hits-promo-main .sp-picture a{
        height: 200px;
    }
    .hits-promo-main .slider > div{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .hits-promo-main.similar-products.m-4 {
        display: none;
    }
    .hits-promo-main.similar-products.m-1 {
        display: block;
    }
}
@media (max-width: 520px) {
    .hits-promo-main.similar-products .main-title span {
        display: inline-block;
        width: 250px;
    }
}

.slider .sp-product-inner {
    height: 100%;
}

.present__block {
    padding: 13px 30px 0 30px;
}
/* End */


/* Start:/local/templates/language/components/bitrix/news.list/slider_promo/style.css?14990940001583*/
.slider_promo {
	height: 360px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ebebeb;
}
.slider_promo .bx-controls-direction {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.slider_promo .bx-next,
.slider_promo .bx-prev {
	display: inline-block;
	background-image: url('/local/templates/language/components/bitrix/news.list/slider_promo/images/arrs.png');
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 12px;
	height: 20px;
	position: absolute;
}

.slider_promo .bx-next {
	background-position: 0 0;
	right: 6px;
}
.slider_promo .bx-next:hover {
	background-position: -12px 0;
}
.slider_promo .bx-prev {
	background-position: 0 -20px;
	left: 6px;
}
.slider_promo .bx-prev:hover {
	background-position: -12px -20px;
}

.slider_promo .bx-pager {
	position: absolute;
	margin-left: 46%;
	bottom: 10px;
}

.slider_promo .bx-pager-item {
	display: inline-block;
}

.slider_promo .bx-pager-link {
	border-radius: 50%;
	display: block;
	height: 0;
	width: 0;
	margin: 0 3px;
	padding: 12px 12px 0 0;
	outline: 0 none;
	overflow: hidden;
	border: 1px solid #636363;
}

.slider_promo .bx-pager-link.active {
	background-color: #636363;
}

.slider_promo .bx-pager-link:not(.active):hover {
	border-color: #e42e24;
}
@media (min-width: 992px) and (max-width: 1199px) { /*landscape planshet*/
	.slider_promo {
		height: 355px;
	}
}

@media (min-width: 768px) and (max-width: 991px) { /*portrait planshet*/
	.slider_promo {
		height: 272px;
	}
}

@media (max-width: 768px) {
	.slider_promo {
		height: auto;
	}
	.slider_promo .bx-pager {
		margin-left: 42%;
	}
}

/* End */


/* Start:/local/components/sp-artgroup/feedback/templates/.default/style.css?16474148914046*/
.feedback-title {
	font-size: 24px;
	color: #fff;
}

.feedback-info {
	padding: 43px 0 0 90px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	background-image: url(/local/components/sp-artgroup/feedback/templates/.default/images/feedback-icon.png);
	background-repeat: no-repeat;
	background-position-y: 49px;
}

.feedback input[type="text"] {
	line-height: 45px;
	padding-left: 60px;
}

.feedback textarea {
	width: 100%;
	border: 1px solid #009ba3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 25px;
	height: 115px;
	padding-left: 60px;
	padding-top: 8px;
	background-image: url(/local/components/sp-artgroup/feedback/templates/.default/images/quotes.png);
	background-repeat: no-repeat;
	background-position: 23px 18px;
}

.feedback-name,
.feedback-town {
	position: relative;
	width: 48.5%!important;
}

.feedback-town,
.feedback-email {
	margin-top:10px;
}

.feedback-phone,
.feedback-email {
	position: relative;
	float: right;
	width: 48.5%!important;
}
.feedback-name i,
.feedback-phone i,
.feedback-email i,
.feedback-town i {
	position: absolute;
    top: 6px;
    left: 28px;
    font-size: 20px;
    color: #009ba3;
}

.feedback-form .field-wrap {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

.feedback input[type="submit"] {
	float: right;
	display: inline-block;
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	background-color: #f4333d;
	text-decoration: none;
	border-width: 0;
	text-align: center;
}

.feedback input[type="submit"]:hover {
	background-color: #f15860;
	color: #fff;
}

.feedback {
	margin: 25px 0;
}

.feedback-status {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 300px;
	line-height: normal;
	font-weight: bold;
    color: #f4333d;
    text-align: center;
	padding: 35px;
}
.feedback-status .modal_close{
	position: absolute;
	top: 15px;
    right: 5px;
    display: block;
	width: 20px;
    height: 20px;  
    text-decoration: none;
}
.feedback-status .modal_close:before,
.feedback-status .modal_close:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}
.feedback-status .modal_close::before {
    left: 0;
    transform: rotate(45deg);
}
.feedback-status .modal_close::after {
	right: 0;
    transform: rotate(-45deg);
}

.feedback input[type="file"] {
    display: none;
}

.feedback-file {
	color: #fff;
	display: inline-block;
	line-height: 40px;
	background-color: #009ba3;
	padding: 0 8px;
	text-decoration: none;
	font-weight: normal;
	border-width: 0;
}

.feedback-file:hover {
	background-color: #2bb4bb;
}

.feedback input[type="submit"][disabled] {
	background-color: #999;
}
.feedback .captcha_block span{
	float: left;	
	display: inline-block;
    width: 35%;
    line-height: 1.45;
    color: #fff;
    padding-right: 5px;
    letter-spacing: -0.4px;
}
.feedback .captcha_block .input_text_style{
	width: 24%;
    height: 40px;
    line-height: 40%;
    color: #5a5a5a;
    padding: 0 10px;
}

.feedback_success {
	justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    height: 208px;
    display: flex;
    flex-flow: column;
}

.feedback_success p {
	margin: 0;
	padding: 40px 45px;
	border: 1px solid #fff;
	width: 315px;
}

.feedback_success .success_picture {
	background: url("/local/components/sp-artgroup/feedback/templates/.default/images/plane.png") right bottom no-repeat;
    background-size: 210px 115px;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: -44px;
}

@media (min-width: 768px) and (max-width: 990px) {
	.feedback_success p {
		padding: 35px 40px;
	    width: 250px;
	    font-size: 16px;
	}

	.feedback_success .success_picture {
	    bottom: -25px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.feedback_success .success_picture {
	    bottom: -68px;
	}
}

@media (max-width: 990px) {
	.feedback input[type="submit"] {
		width: 100%;
		padding: 0 0;
	}

	.feedback-file {
		width: 100%;
	}

	.feedback-info {
		padding: 23px 0 0 90px;
		font-size: 14px;
		line-height: 20px;
		background-position-y: 29px;
	}

	.feedback-title {
		font-size: 20px;
	}
}


/* End */
/* /local/components/sp-artgroup/special_order.form/templates/.default/special_order.css?16068083974779 */
/* /local/templates/language/components/bitrix/news.list/slider_onmain/style.css?14990076001474 */
/* /local/templates/language/components/bitrix/menu/mobile_navigation/style.css?14990076001826 */
/* /local/templates/language/components/bitrix/catalog.section/hits_promo_desktop_mobile/style.css?16837050487466 */
/* /local/templates/language/components/bitrix/news.list/slider_promo/style.css?14990940001583 */
/* /local/components/sp-artgroup/feedback/templates/.default/style.css?16474148914046 */
