.introtext {
  border-bottom-color: #fe5000;
}
.detail .introtext.wides:after {
  background-color: #fe5000;
}
a:hover,
a:focus {
  color: #222;
}
.dark-color:hover,
a.colored,
.colored {
  color: #fe5000;
}
a {
  color: #fe5000;
}
a.colored:hover,
.colored:hover {
  color: #222;
}
a:active {
  color: #ac3600;
}
a.grey {
  color: #818181;
}
a.grey:hover {
  color: #fe5000;
}
.dark_link:hover {
  color: #fe5000;
}
.btn-inline {
  color: #fe5000;
}
.btn-inline.black:hover {
  color: #fe5000;
}
.btn-inline.rounded:hover i {
  background: #fe5000;
}
body .fa.big-icon {
  background: #fe5000;
}
body .fa.big-icon.grey {
  color: #fe5000;
  background: #efefef;
}
.icon-text {
  color: #fff;
  background: #fe5000;
}
.icon-text .fa {
  color: #fff;
}
.icon-text.grey {
  color: #222;
  background: #efefef;
}
.icon-text.grey .fa {
  color: #fe5000;
}
a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-color: #fe5000;
}
a.scroll-to-top.ROUND_COLOR:hover,
a.scroll-to-top.RECT_COLOR:hover {
  background-color: #ff6c28;
}
.underline {
  border-bottom: 2px solid #fe5000;
}
blockquote::before {
  color: #fe5000;
}
.review .it:before {
  color: #fe5000;
}
.styled-block {
  border-left-color: #fe5000;
}
.list.icons .fa {
  color: #fe5000;
}
table.table th {
  background-color: #fe5000;
}
hr.colored_line {
  border-color: #fe5000;
}
.btn.btn-default {
  background-color: #fe5000;
  border-color: #fe5000;
  color: #ffffff;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #ff651e;
  border-color: #ff651e;
}
.btn.btn-default.white {
  color: #fe5000 !important;
  border: 1px solid #ffcab2;
  background: #ffffff;
}
.btn.btn-default.btn-transparent-bg:not(:hover) {
  color: #fe5000 !important;
}
.btn.btn-default.white:hover,
.btn-default.white:active,
.btn-default.white:focus {
  color: #ffffff !important;
  border-color: #fe5000;
  background: #fe5000;
}
.btn.btn-default.white.white-bg:hover,
.btn-default.white.white-bg:active,
.btn-default.white.white-bg:focus {
  color: #fe5000 !important;
  border-color: #fe5000;
  background: #fff;
}
.btn.btn-primary {
  background-color: #00b290;
  border-color: #00b290;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #30c4a8;
  border-color: #30c4a8;
}
.btn.btn-success {
  background-color: #84bc29;
  border-color: #84bc29;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #9dca53;
  border-color: #9dca53;
}
.btn.btn-info {
  background-color: #0ca9e3;
  border-color: #0ca9e3;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background-color: #39baec;
  border-color: #39baec;
}
.btn.btn-warning {
  background-color: #f38b04;
  border-color: #f38b04;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background-color: #f8a132;
  border-color: #f8a132;
}
.btn.btn-danger {
  background-color: #dc130d;
  border-color: #dc130d;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #e63f3a;
  border-color: #e63f3a;
}
.btn.btn-transparent {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
  color: #000000;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active,
.btn.btn-transparent:focus {
  background-color: #ff651e;
  border-color: #ff651e;
}
.btn.btn-transparent:hover {
  color: #ffffff;
}
.btn.btn-responsive-nav {
  background-color: #fe5000;
}
.btn.btn-responsive-nav:hover {
  color: #fe5000;
  border: 1px solid #fe5000;
  background-color: #ffffff;
  padding: 4px 7px 2px;
}
.btn.btn-link {
  color: #fe5000;
  border-color: #ffcab2;
}
.btn.btn-link:hover {
  color: #ff651e;
  border-color: transparent;
}
.btn.btn-link:active {
  color: #ac3600;
}
.btn.btn-default.wc.vert .fa {
  background-color: #fe5000;
}
.btn.btn-default.wc.vert:hover .fa {
  background-color: #ff651e;
}
.btn.btn-transparent-border:hover {
  background-color: #fe5000;
  border: 1px solid #fe5000;
}
body header.light .logo_and_menu-row .confirm_region .buttons .btn.btn-default.btn-transparent-bg:not(:hover) {
  color: #fe5000 !important;
}
body .confirm_region .btn.btn-default:not(:hover) {
  border-color: #fe5000 !important;
}
.label.label-default {
  background: #93a6bc;
}
.label.label-primary {
  background: #b8c2cd;
}
.label.label-success {
  background: #5cb85c;
}
.label.label-warning {
  background: #f0ad4e;
}
.label.label-danger {
  background: #d9534f;
}
.top-block.colored {
  background: #fe5000;
}
.top-block .social-icons li a:hover:before {
  background-color: #fe5000;
}
.top-block .top-block-item  .inline-search-show:hover>span {
  color: #fe5000;
}
.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
  background-color: #fe5000;
}
.top-block .top-block-item .personal.top:hover > a {
  color: #fe5000;
}
.top-block .top-block-item .personal.top:hover > a svg path {
  fill: #fe5000;
}
.logo-row .top-callback .phone .fa,
.logo-row .top-callback .email .fa {
  background-color: #fe5000;
}
.logo-row .top-callback .email,
.logo-row .top-callback .email a:hover {
  color: #ff651e;
}
.inline-search-block.fixed.big .search .close-block:hover .close-icons {
  background-color: #ff651e;
}
#mobileheader .mobileheader-v2 {
  background: #fe5000;
}
#mobilemenu .menu ul>li.selected a:before {
  background: #fe5000;
}
#mobilemenu .contacts a:hover {
  color: #fe5000;
}
#mobilemenu .menu>ul>li.counters .count {
  background: #fe5000;
}
.style-switcher .switch:hover,
.style-switcher .header.can_save .save_btn:hover {
  background: #fe5000;
}
.style-switcher .header .header-inner {
  background-color: #fe5000;
  border-color: #fe5000;
}
.style-switcher .header .header-inner:hover,
.style-switcher .header .header-inner:active,
.style-switcher .header .header-inner:focus {
  background-color: #ff651e;
  border-color: #ff651e;
}
.style-switcher .options > a.current:not(.block),
.style-switcher .options .link-item.current:not(.block) {
  background: #fe5000;
}
.style-switcher .options .link-item.current.block {
  border-color: #fe5000;
}
.style-switcher .tooltip-link:hover {
  background: #fe5000;
  border-color: #fe5000;
}
.style-switcher .options[data-code="BASE_COLOR"] > div.current > span,
.style-switcher .options[data-code="BASE_COLOR"] > div.current > span:hover {
  border-color: #fe5000;
}
.style-switcher .options[data-code="BGCOLOR_THEME"] > div.current > span,
.style-switcher .options[data-code="BGCOLOR_THEME"] > div.current > span:hover {
  border-color: #fe5000;
}
.style-switcher .left-block .section-block.active:before {
  background: #fe5000;
}
.style-switcher .block-title .dotted-block {
  color: #fe5000;
}
.top-block .search .search-wrapper {
  background: #fe5000;
}
.menu-row .search-button-div .fa-close:hover {
  color: #ff651e;
}
.search .btn-search {
  color: #fe5000;
}
.mega-menu ul.nav li.active,
.mega-menu ul.nav li:hover {
  background-color: #fe5000;
}
.mega-menu table td.active .wrap > a,
.mega-menu table td:not(.search-item):hover .wrap > a {
  color: #fe5000;
}
.topmenu-LIGHT .mega-menu table td.active .wrap > .more-items span:before,
.topmenu-LIGHT .mega-menu table td:not(.search-item):hover .wrap > .more-items span:before {
  background-color: #fe5000;
}
.mega-menu table td .wrap > a .line-wrapper .line {
  background-color: #fe5000;
}
.topmenu-LIGHT .mega-menu table .tail {
  border-bottom: 6px solid #ea4a00;
}
.mega-menu table .dropdown-menu li > a:hover,
.mega-menu table .dropdown-submenu > a:hover:after {
  color: #fe5000;
}
.mega-menu table .dropdown-menu li.active > a,
.mega-menu table .dropdown-submenu.active > a,
.mega-menu table .dropdown-submenu.active  > a:after {
  color: #fe5000;
}
.mega-menu table  .wrap > .dropdown-menu > li:first-of-type:before {
  background-color: #fe5000;
}
.marker-nav {
  background-color: #fe5000;
}
.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a:hover>.arrow>i {
  background-color: #fe5000;
}
.mega_fixed_menu .svg.svg-close:hover {
  background-color: #fe5000;
}
.inline-search-block.bg-colored-block.show {
  background-color: #fe5000;
}
.menu-row.bgcolored .wrap_icon:hover {
  background-color: #ff651e;
}
.logo_and_menu-row .burger:hover .svg-burger {
  background-color: #ff651e;
}
body .basket-link.basket-count .count {
  background-color: #fe5000;
}
.logo_and_menu-row .basket-link:hover .title {
  color: #fe5000;
}
.top-block-item  .basket-link:hover  .title {
  color: #fe5000;
}
.title-v5 .basket.fly .opener {
  background-color: #ff5e13;
}
.title-v5 .basket.fly .opener:hover {
  background-color: #ff7332;
}
.top-btn:hover .svg {
  background-color: #fe5000;
}
a:hover .svg:not(.inline) {
  background-color: #fe5000;
}
.svg.colored svg path {
  fill: #fe5000;
}
.logo svg path.icon-path {
  fill: #fe5000;
}
.social-icons li a:hover svg path,
.header_opacity.header_fill_none header.light > div:not(.menu-row) .social-icons li a:hover svg path {
  fill: #fe5000 !important;
}
.menu-row.with-color.colored_dark .wrap_icon:hover .svg svg path,
.wrap_icon:hover .svg.inline svg path {
  fill: #fe5000;
}
.fill_bg_n.header_fill_colored header .logo_and_menu-row.full-fill .logo-row,
.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .maxwidth-theme {
  background: #fe5000;
}
.menu-row.with-color.colored_dark .mega-menu table td.active .wrap > a,
.menu-row.with-color.colored_dark .mega-menu table td:hover .wrap > a,
.menu-row.with-color.colored_dark .mega-menu table td .wrap > a:hover {
  color: #fe5000;
}
.menu-row.bgcolored .mega-menu table td:hover {
  background-color: #ff651e;
}
.menu-row.bgcolored .mega-menu table td.active {
  background-color: #d54300;
}
.menu-row.bgcolored > .maxwidth-theme .menu-only {
  background-color: #fe5000;
}
body.header_nopacity.header_fill_colored.fill_bg_y header .menu-row > .maxwidth-theme,
body.header_nopacity.header_fill_colored.fill_bg_n header .menu-row {
  background-color: #fe5000;
}
.top-block .menu.topest li.selected>a,
.top-block .menu.topest li:hover >a {
  color: #fe5000;
}
body:not(.header_fill_colored) .mega-menu table td .wrap > a.more-items:hover svg path {
  fill: #fe5000 !important;
}
body:not(.header_fill_colored) .mega-menu table td:hover > .wrap > a.more-items svg path {
  fill: #fe5000 !important;
}
.header_opacity header.light .nav a:hover svg path {
  fill: #fe5000 !important;
}
.header_opacity.header_fill_light header.light > .full-fill .logo svg path {
  fill: #fe5000 !important;
}
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a {
  color: #fe5000;
}
.header_nopacity.header_fill_colored .logo_and_menu-row .menu-row .basket-link .count {
  border-color: #fe5000;
}
.wrap_tizer .wrap_outer,
.wrap_tizer .wrap_outer .outer_text,
.wrap_tizer .wrap_outer .inner_text {
  background: #fe5000;
}
.header_fill_colored.fill_bg_n header .top-block + .logo_and_menu-row .logo-row,
.header_fill_colored header .top-block + .logo_and_menu-row .logo-row .maxwidth-theme {
  background-color: #fe5000;
}
body header.light .wrap_icon:hover .svg.inline svg path {
  fill: #fe5000 !important;
}
body.header_opacity.header_fill_none header.light .top-block .svg.colored svg path,
body header.light .top-block .personal:hover .svg svg path {
  fill: #fe5000 !important;
}
body.header_opacity header.light i.colored.svg svg path {
  fill: #fe5000 !important;
}
#mobilemenu .expanded>.dropdown .menu_back a:hover svg path {
  fill: #fe5000;
}
.rss:hover,
.body .page-top .print-link:hover {
  background-color: #fe5000;
}
.personal-link:hover svg path {
  fill: #fe5000;
}
.catalog .bx_filter_section .bx_filter_block .pict label:hover,
.catalog .bx_filter_section .bx_filter_block .pict label.active {
  border-color: #fe5000;
}
.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label:hover .bx_filter_param_btn,
.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.active .bx_filter_param_btn {
  border-color: #fe5000;
}
#headerfixed .menu-block.rows:hover {
  background-color: #fe5000;
}
#headerfixed .menu-block .navs td:not(.wide_menu) ul li.active > a,
#headerfixed .menu-block .navs td:not(.wide_menu) ul li a:hover,
#headerfixed .menu-block .navs td:not(.wide_menu) ul li a:focus {
  color: #fe5000;
}
.wrap-portfolio-front {
  background: #fe5000;
}
.head-block .item-link.active .title,
.head-block .item-link.active span,
.head-block .item-link.active .btn-inline,
.head-block .item-link:hover span {
  color: #fe5000;
}
.head-block .item-link.active .title span:before,
.head-block .item-link.active .title .btn-inline:before {
  background: #fe5000;
}
.search-tags-cloud .tags a:hover {
  background: #fe5000;
}
.basket_top .dropdown {
  border-color: #fe5000;
}
.basket_top .dropdown:before {
  border-bottom-color: #fe5000;
}
.remove:hover:before {
  background-color: #fe5000;
}
.basket_order .description:before {
  background: #fe5000;
}
.basket.fly .opener {
  background: #fe5000;
}
.basket.fly .opener:hover {
  background: #ff651e;
}
.breadcrumb a:hover {
  color: #222;
}
.breadcrumb a:active {
  color: #ac3600;
}
.breadcrumb li:hover > a {
  color: #ff651e;
}
.pagination .active a,
.pagination .active span {
  border-color: #fe5000 !important;
  background-color: #fe5000 !important;
}
.pagination li:not(.active):hover a {
  border-color: #fe5000 !important;
  color: #fe5000;
}
.pagination a:hover .fa {
  color: #fe5000;
}
.pagination li.prev:hover a svg path,
.pagination li.next:hover a svg path,
.more_text_ajax svg path {
  fill: #fe5000;
}
.item-views.blocks h3.line:after {
  background: #fe5000;
}
.nav-direction .flex-direction-nav li a {
  background: #fe5000;
}
.nav-direction .flex-direction-nav li a:hover {
  background: #ff651e;
}
.show_props .char_title:hover svg path {
  fill: #fe5000;
}
.cls-cluster2 {
  fill: #fe5000;
}
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .section_name {
  color: #fe5000;
}
.detail .galery .top-small-wrapper .slides li.flex-active-slide {
  border-color: #fe5000;
}
.bottom-menu .item:hover .title a,
.bottom-menu .item:hover .title,
.bottom-menu .item.active .title a,
.bottom-menu .item.active .title {
  color: #ff651e !important;
}
footer .print-link:hover {
  color: #ff651e;
}
footer .print-link:hover svg path {
  fill: #ff651e;
}
.social-icons li:hover a {
  border-color: #ff651e;
  background-color: transparent;
}
.side-menu > li > a:hover,
.side-menu li > a:hover:before,
.side-menu li > a:active:before,
.side-menu li > a:focus:before {
  color: #ff651e;
}
.side-menu > li.active > a {
  background: #fe5000;
}
.side-menu .submenu > li.active > a {
  color: #ea4a00;
}
.side-menu .submenu > li > a:hover {
  color: #ff651e;
}
.side-menu > li > a:hover .icons svg path {
  fill: #ff651e;
}
.tabs .nav-tabs li.active a {
  color: #fe5000;
}
.tabs .nav-tabs li.active a:before {
  background: #fe5000;
}
.tabs .nav-tabs a:hover,
.tabs .nav-tabs a:active,
.tabs .nav-tabs a:focus {
  color: #fe5000;
}
.active .title-tab-heading,
.title-tab-heading:focus,
.title-tab-heading:active,
.title-tab-heading:hover {
  color: #fe5000;
}
.accordion-head.accordion-open a,
.accordion-head:hover a {
  color: #fe5000;
}
.detail .gallery-block .small-gallery ul.items li.flex-active-slide,
.detail .gallery-block .small-gallery ul.items li:hover {
  border-color: #fe5000;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:hover::before {
  color: #ff651e;
  border-color: #ff651e;
}
.color-controls .flex-direction-nav a {
  background: #fe5000;
}
.color-controls .flex-direction-nav a:hover {
  background: #ff651e;
}
span.zoom {
  background-color: #fe5000;
}
span.zoom:hover {
  background-color: #ff651e;
}
.wr_scrollbar .scrollbar .handle {
  background: #fe5000;
}
.page404 .i404 {
  color: #fe5000;
}
.jqmClose.top-close:hover {
  color: #ff651e;
}
.form.contacts .title {
  border-color: #fe5000;
}
.form .form-header {
  border-top-color: #fe5000 !important;
}
.form-header i {
  background: #fe5000;
}
.banners-small .item .title a:hover,
.more_text_ajax:hover {
  color: #fe5000 !important;
}
.more_text_ajax:hover:after {
  background-color: #fe5000;
}
.more_text_ajax:hover svg path,
.ajax_load_btn:hover .more_text_ajax svg path {
  fill: #fe5000;
}
.teasers.item-views.front.icons .item a:hover {
  color: #fe5000 !important;
}
.front-projects.item-views.table .item .info {
  border-top-color: #fe5000;
}
.front-projects.item-views.table .item a:hover .info {
  background: #324860;
}
.front-projects.item-views.table .item a:hover .info:before {
  border-bottom-color: #fe5000;
}
.item-views .item .title a:hover {
  color: #fe5000;
}
.uploader:hover .action {
  background-color: #ff651e;
  border-color: #ff651e;
}
.uploader .action {
  color: #fe5000;
  border: 1px solid #ffcab2;
}
.form .input .add_file:hover {
  color: #fe5000;
}
.form .input .add_file:hover:before {
  background-color: #fe5000;
}
p.drop-caps:first-child:first-letter {
  color: #fe5000;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #fe5000;
}
.label-info {
  background-color: #fe5000;
}
section.toggle label {
  color: #fe5000;
  border-color: #fe5000;
}
section.toggle.active > label {
  background-color: #fe5000;
  border-color: #fe5000;
}
.progress-bar-primary {
  background-color: #fe5000;
}
.slider-container .tp-caption a:not(.btn):hover {
  color: #ff6c28;
}
.tp-bullets .bullet.selected,
.tp-bullets .bullet:hover {
  background: #fe5000 !important;
}
.fa.colored {
  background: #fe5000;
}
.docs-block .iblocks:hover .icons-block a,
.iblocks .icons-block a:hover {
  background: #fe5000;
}
.docs-block .iblocks:hover .text-block .text {
  color: #fe5000 !important;
}
.item-views .property.price .fa,
.item-views .property.price .price_val {
  color: #fe5000;
}
.item-views .item:hover .property .fa {
  color: #fe5000;
}
.link-block-more .dark-color:hover:before {
  background: #fe5000;
}
.tabs.item-views.table .title,
.history.item-views.table .title {
  color: #fe5000;
}
.history.item-views .title {
  color: #fe5000;
}
.detail .galery #slider.flexslider:hover .flex-direction-nav {
  background: #ff651e;
}
.detail .galery #carousel .slides li.flex-active-slide {
  border-color: #fe5000;
}
.detail .reviews .item .review .icons:before {
  color: #fe5000;
}
.detail .galery #carousel .flex-direction-nav a:hover::before {
  color: #fe5000;
}
.catalog.group .price .price_val {
  color: #fe5000;
}
.select-outer i.fa {
  color: #fe5000;
}
.item-views.table.bblock .item .info {
  border-top-color: #fe5000;
}
.popup_regions .items .item.current {
  background: #fe5000;
}
#headerfixed .nav-pills>li.active>a,
#headerfixed .nav>li>a:focus,
#headerfixed .nav>li>a:hover,
#headerfixed .nav-pills>li.active>a,
#headerfixed .nav-pills>li.active>a:focus,
#headerfixed .nav-pills>li.active>a:hover,
#headerfixed .dropdown-menu>.active>a,
#headerfixed .dropdown-menu>.active>a:focus,
#headerfixed .dropdown-menu>.active>a:hover,
#headerfixed .dropdown-menu>li>a:focus,
#headerfixed .dropdown-menu>li>a:hover {
  color: #fe5000;
}
.item .sticker-block {
  color: #fe5000;
}
.news_block .item .sticker {
  background: #fe5000;
}
.reviews.item-views.slider .item .preview-text-wrapper .quote svg path {
  fill: #fe5000;
}
.profit-front-block .item .image {
  background: #fe5000;
}
.item-views .item .title a.colored {
  color: #fe5000;
}
.float-banners.v2 .item:hover:after {
  background: #fe5000;
}
.marker .mcls-1 {
  fill: #fe5000;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .email a:hover {
  color: #fe5000;
}
.marker:hover .mcls-1 {
  fill: #ff6c28;
}
.portfolio.item-views .link .item,
.portfolio.item-views .link .item .bottom_title .btn-default,
.btn-default.white_br.white {
  background: #fe5000 !important;
}
.portfolio.item-views .link .item .bottom_title .btn-default:hover span {
  color: #fe5000;
}
.item.wline:after {
  background: #fe5000;
}
.dark-nav2 .flex-control-paging li a:hover,
.dark-nav2 .flex-control-paging li a.flex-active {
  background: #fe5000;
}
.banners-big .nav-carousel .flex-direction-nav li:hover {
  background: #fe5000;
}
.reviews.item-views.front .item .image:before {
  background-color: #fe5000;
}
.item-views .item .bottom-props .value {
  background-color: #fe5000;
}
.item-views .item .bottom-props > a:hover {
  background-color: #ff651e;
}
.filter-action.active,
.display-type .view-button:hover,
.display-type .view-button.cur {
  background-color: #fe5000;
}
.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar_V,
.bx_filter.bx_filter_vertical .bx_filter_popup_result {
  background-color: #fe5000;
}
.bx_filter .bx_ui_slider_track .bx_ui_slider_handle {
  border-color: #fe5000;
}
.catalog.bx_filter .bx_filter_parameters_box_title:hover:before,
.catalog.bx_filter .bx_filter_parameters_box_title:hover {
  color: #fe5000;
}
.bx_filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before,
.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
  background-color: #fe5000;
}
.bx_filter input[type="checkbox"]:checked + label:after,
.filter input[type="checkbox"]:checked + label:after {
  background-color: #fe5000;
  border-color: #fe5000;
}
.bx_filter_section .btn.btn-transparent {
  color: #fe5000;
}
.subscribe-edit-main .form input[type=checkbox] + label:hover:after,
.subscribe-edit-main .form input[type=checkbox]:checked + label:after,
.subscribe-edit-main .form input[type=radio] + label:hover:after,
.subscribe-edit-main .form input[type=radio]:checked + label:after {
  background-color: #fe5000;
  border-color: #fe5000;
}
.subscribe-edit-main font.notetext {
  border-color: #fe5000;
}
@media (max-width: 767px) {
  .basket_top .icon .count {
    background: #fe5000 !important;
  }
}
.page-top-wrapper.color {
  background: #fe5000;
}
.title-v5.fill_bg_y .page-top-wrapper.color > .maxwidth-theme {
  background: #fe5000;
}
