@charset "UTF-8";
:root {
  --main-stihl-color: #E77219;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button:focus {
  outline: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  position: relative;
}

a, a:hover, a:active {
  color: #F37A1F;
}

body {
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  color: #494848;
  position: relative;
}
body:before {
  background: url("/images/main-bg.jpg") no-repeat center 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
@media screen and (max-width: 767.97px) {
  body {
    background: #FFF none;
  }
}

header .navbar-wrap {
  background: #2F383E linear-gradient(#70777A 0%, #41494F 77.2%, #2F383E 77.3%, #232C33 100%);
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid #F37A1F;
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap {
    background: #fff;
  }
}
@media screen and (max-width: 767.97px) {
  header .navbar-wrap {
    border-bottom: none;
  }
}
header .navbar-wrap nav.navbar {
  padding: 0;
  margin: 0 -15px;
  align-items: flex-start;
}
header .navbar-wrap nav.navbar .logo {
  padding: 24px 0 16px;
  text-align: center;
  width: 205px;
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar .logo {
    padding: 15px 0 15px 26px;
    text-align: left;
    border-right: none;
    width: auto;
  }
}
@media screen and (max-width: 575.97px) {
  header .navbar-wrap nav.navbar .logo {
    padding-left: 0;
  }
}
header .navbar-wrap nav.navbar .btn-login {
  font-size: 12px;
  line-height: 14px;
  color: #E77219;
  font-weight: 700;
  background: url("/images/btn-login-bg.svg") no-repeat 27px 27px;
  display: inline-block;
  text-transform: uppercase;
  padding: 27px 0px 18px 42px;
  margin: 0 0 0 -103px;
  border-left: 1px solid #93979A;
}
@media screen and (max-width: 1199.97px) {
  header .navbar-wrap nav.navbar .btn-login {
    padding: 27px 0px 18px 25px;
    margin: 0 0 0 -32px;
    background-position: 10px 27px;
  }
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar .btn-login {
    background-position: 0 0;
    font-size: 11px;
    line-height: 13px;
    text-transform: none;
    float: right;
    padding: 0 0 0 16px;
    margin: 18px 0 0 0;
    border-left: none;
  }
}
header .navbar-wrap nav.navbar .navbar-toggler {
  padding: 0;
  background: url("/images/burger.svg") no-repeat center;
  width: 26px;
  height: 16px;
  border-radius: 0;
  margin: 15px 26px 15px 0px;
  float: right;
}
@media screen and (max-width: 767.97px) {
  header .navbar-wrap nav.navbar .navbar-toggler {
    margin: 15px 0 15px -2px;
  }
}
header .navbar-wrap nav.navbar #navbarNav {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1199.97px) {
  header .navbar-wrap nav.navbar #navbarNav {
    margin: 0 0 0 -35px;
  }
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar #navbarNav {
    background: linear-gradient(#F1F1F1 0%, #EAE8E8 100%);
    border-radius: 0 0 10px 10px;
    margin: 0;
  }
}
@media screen and (max-width: 767.97px) {
  header .navbar-wrap nav.navbar #navbarNav {
    border-radius: 0;
  }
}
@media screen and (max-width: 575.97px) {
  header .navbar-wrap nav.navbar #navbarNav {
    margin: 0 -15px;
  }
}
header .navbar-wrap nav.navbar #navbarNav .navbar-nav {
  overflow: hidden;
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav {
    padding: 5px 15px;
    background: none;
  }
}
header .navbar-wrap nav.navbar #navbarNav .navbar-nav li:hover, header .navbar-wrap nav.navbar #navbarNav .navbar-nav li:active, header .navbar-wrap nav.navbar #navbarNav .navbar-nav li.active {
  background: #373d41 linear-gradient(#5b6063 0%, #373d41 77.2%, #242b31 77.3%, #1b2227 100%);
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav li {
    border-bottom: 1px solid rgba(196, 196, 196, 0.29);
    padding-left: 85px;
    align-self: unset;
  }
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav li:last-child {
    border-bottom: none;
  }
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav li:hover {
    background: none;
  }
}
header .navbar-wrap nav.navbar #navbarNav .navbar-nav li a {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  border-right: 1px solid #5B5E62;
  border-left: 1px solid #93979A;
  padding: 27px 31px 18px;
}
@media screen and (max-width: 1199.97px) {
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav li a {
    font-size: 12px;
    line-height: 14px;
    padding: 27px 11px 18px;
  }
}
@media screen and (max-width: 991.97px) {
  header .navbar-wrap nav.navbar #navbarNav .navbar-nav li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #494848;
    text-transform: none;
    padding: 7px 0 7px 15px;
    background: url("/images/arrow-orange.svg") no-repeat left center;
    border: none;
  }
}

#breadcrumbs {
  margin: 20px 0 15px;
}
#breadcrumbs .breadcrumb {
  padding: 5px 15px 6px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
}
@media screen and (max-width: 767.97px) {
  #breadcrumbs .breadcrumb {
    padding: 5px 0 6px;
  }
}
#breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
#breadcrumbs .breadcrumb .breadcrumb-item.active {
  font-size: 13px;
  line-height: 15px;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
  font-family: Arial;
  font-size: 13px;
  line-height: 15px;
  color: #535353;
}

aside {
  background-color: rgba(35, 44, 51, 0.9);
  padding: 10px 15px;
  min-height: 270px;
}
@media screen and (max-width: 991.97px) {
  aside {
    min-height: unset;
  }
}
aside .a-menu .lvl-1 li {
  padding: 7px 0 5px 0;
}
aside .a-menu .lvl-1 li a {
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  font-weight: 700;
}
aside .a-menu .lvl-1 li a:hover {
  color: #E77219;
  text-decoration: none;
}
aside .a-menu .lvl-1 li.active > a, aside .a-menu .lvl-1 li.current a {
  color: #E77219;
}
aside .a-menu .lvl-1 li .lvl-2 {
  margin: 5px 0 0 10px;
}
aside .a-menu .lvl-1 > li {
  border-bottom: 1px solid #000;
  border-top: 1px solid #4A545A;
}
aside .a-menu .lvl-1 > li:first-child {
  border-top: none;
}
aside .a-menu .lvl-1 > li:last-child {
  border-bottom: none;
}

main {
  background-color: #FFF;
  padding: 15px;
}
@media screen and (max-width: 767.97px) {
  main {
    padding: 0 0 20px 0;
    margin: 30px 0 0;
  }
}
main h1 {
  color: #2C2C2C;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
}
main .article-img {
  width: auto;
  max-width: 100%;
}
main .article-content {
  margin-top: 30px;
}
main .back-button {
  border: none;
  background: none;
  float: right;
  margin-top: 4px;
}
main .btn-primary {
  border-radius: 0;
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}

#slider {
  margin-top: 35px;
}
@media screen and (max-width: 767.97px) {
  #slider {
    margin-top: 10px;
  }
}
#slider #main_slider {
  padding: 20px 26px;
  background: linear-gradient(180deg, #FFFFFF 0%, #DDDEDE 100%);
}
@media screen and (max-width: 575.97px) {
  #slider #main_slider {
    padding: 0;
  }
}
#slider #main_slider .slide {
  overflow: auto;
  background-color: #FFF;
}
#slider #main_slider .slide .s-img {
  float: left;
  width: 615px;
  position: relative;
}
@media screen and (max-width: 1199.97px) {
  #slider #main_slider .slide .s-img {
    width: 510px;
  }
}
@media screen and (max-width: 991.97px) {
  #slider #main_slider .slide .s-img {
    width: 100%;
  }
}
#slider #main_slider .slide .s-img .shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
}
#slider #main_slider .slide .s-img img {
  width: auto;
  max-width: 100%;
}
#slider #main_slider .slide .s-content {
  float: right;
  width: 395px;
  padding: 15px 15px 0 0;
}
@media screen and (max-width: 1199.97px) {
  #slider #main_slider .slide .s-content {
    width: 320px;
    padding: 15px 10px 0 0;
  }
}
@media screen and (max-width: 991.97px) {
  #slider #main_slider .slide .s-content {
    width: 100%;
    padding: 25px 15px;
  }
}
@media screen and (max-width: 575.97px) {
  #slider #main_slider .slide .s-content {
    background-image: linear-gradient(0deg, #fff 0%, #EEE 100%);
    padding: 25px 20px;
  }
}
#slider #main_slider .slide .s-content .s-title {
  color: #E77219;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (max-width: 575.97px) {
  #slider #main_slider .slide .s-content .s-title {
    font-size: 24px;
    line-height: 28px;
  }
}
#slider #main_slider .slide .s-content .s-introtext {
  margin: 25px 0 25px;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 1199.97px) {
  #slider #main_slider .slide .s-content .s-introtext {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991.97px) {
  #slider #main_slider .slide .s-content .s-introtext {
    font-size: 16px;
    line-height: 18px;
  }
}
#slider #main_slider .slide .s-content .s-more {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 51px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 575.97px) {
  .slick-prev,
.slick-next {
    width: 30px;
    height: 34px;
  }
}
@media screen and (max-width: 575.97px) {
  .slick-prev img,
.slick-next img {
    width: 30px;
  }
}

.slick-prev {
  left: -22px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -22px;
}
@media screen and (max-width: 575.97px) {
  .slick-prev {
    left: -13px;
  }
}

.slick-next {
  right: -22px;
}
[dir=rtl] .slick-next {
  left: -22px;
  right: auto;
}
@media screen and (max-width: 575.97px) {
  .slick-next {
    right: -13px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#bottom {
  margin-top: 25px;
}
#bottom .b-item {
  background: rgba(255, 255, 255, 0.55);
  width: calc(33.33% - 4px);
  float: left;
  padding: 12px 11px;
}
@media screen and (max-width: 767.97px) {
  #bottom .b-item {
    padding: 0;
  }
}
@media screen and (max-width: 575.97px) {
  #bottom .b-item {
    width: 100%;
    margin: 0 0 15px !important;
  }
}
#bottom .b-item:nth-child(2) {
  margin: 0 6px;
}
#bottom .b-item .b-item-wrap {
  position: relative;
  min-height: 230px;
}
#bottom .b-item .b-item-wrap .b-item-img {
  width: auto;
  max-width: 100%;
}
#bottom .b-item .b-item-wrap .b-item-title {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767.97px) {
  #bottom .b-item .b-item-wrap .b-item-title {
    background-position: 10px 12px;
  }
}
#bottom .b-item .b-item-wrap .b-item-title:hover {
  background: rgba(48, 48, 48, 0.9) url("/images/arrow-orange.svg") no-repeat 12px 15px;
}
#bottom .b-item .b-item-wrap .b-item-title:hover a {
  color: #E77219;
}
#bottom .b-item .b-item-wrap .b-item-title a {
  color: #FFF;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 14px 26px;
  height: 72px;
}
@media screen and (max-width: 767.97px) {
  #bottom .b-item .b-item-wrap .b-item-title a {
    padding: 10px 10px 10px 20px;
    font-size: 12px;
    line-height: 14px;
  }
}
#bottom .b-item .b-item-wrap .b-item-title a:hover {
  text-decoration: none;
}

body.production_page aside {
  padding: 10px 20px 5px 15px;
}
body.production_page aside #filter {
  font-size: 13px;
  line-height: 15px;
}
body.production_page aside #filter .f-title {
  font-weight: 700;
  color: #FFF;
  border-bottom: 1px solid #000;
  padding: 1px 0 3px;
}
body.production_page aside #filter .f-section {
  border-top: 1px solid #4a545a;
  border-bottom: 1px solid #000;
  padding: 7px 0 6px;
}
body.production_page aside #filter .f-section:last-child {
  border-bottom: none;
}
body.production_page aside #filter .f-section .f-subtitle {
  color: #E77219;
  font-weight: 700;
  margin: 0 0 6px 0;
}
body.production_page aside #filter .f-section ul.lvl-1 li {
  margin: 0 0 5px 0;
}
body.production_page aside #filter .f-section ul.lvl-1 li a {
  color: #FFF;
}
body.production_page aside #filter .f-section ul.lvl-1 li .custom-control {
  min-height: 1rem;
}
body.production_page aside #filter .f-section ul.lvl-1 li .custom-control .custom-control-label {
  color: #FFF;
}
body.production_page aside #filter .f-section ul.lvl-1 li .custom-control .custom-control-label:before {
  border-radius: 0;
  background-color: transparent;
  border-color: #FFF;
}
body.production_page aside #filter .f-section ul.lvl-1 li ul.lvl-2 {
  margin: 5px 0 8px 15px;
}
body.production_page aside #filter .f-section ul.lvl-1 li ul.lvl-2 li a {
  color: #ACB0B2;
}
body.production_page aside #filter .f-section ul.lvl-1 li.active > a, body.production_page aside #filter .f-section ul.lvl-1 li.current > a {
  color: #E77219 !important;
}
body.production_page .search-wrap {
  margin-bottom: 13px;
}
body.production_page .search-wrap #search {
  margin-right: 13px;
  width: 320px;
  height: 25px;
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 0 6px;
  border-radius: 0;
}
body.production_page .search-wrap #search.form-control:focus {
  border-color: #F37A1F;
  box-shadow: 0 0 0 0.05rem rgba(243, 122, 31, 0.2);
}
@media screen and (max-width: 767.97px) {
  body.production_page .search-wrap #search {
    width: calc(100% - 95px);
  }
}
body.production_page .search-wrap button {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
body.production_page .table th {
  background-color: rgba(91, 94, 98, 0.41);
  padding: 9px 8px;
  font-size: 13px;
  line-height: 15px;
  color: #2F2F2F;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
body.production_page .table td {
  padding: 0;
  font-weight: bold;
}
body.production_page .table td table.p-lvl-2 {
  width: 100%;
}
body.production_page .table td table.p-lvl-2 td {
  padding: 11px 8px;
  font-size: 13px;
  line-height: 15px;
}
body.production_page .table td table.p-lvl-2 td.c_count {
  padding-top: 6px;
}
body.production_page .table td table.p-lvl-2 tfoot {
  background-color: #FAE3D1;
  display: none;
}
body.production_page .table td table.p-lvl-2 tfoot .parts {
  background: none;
}
body.production_page .table .c_vendor_code {
  min-width: 110px;
}
body.production_page .table .c_title {
  width: 280px;
}
body.production_page .table .c_title .show-parts {
  font-size: 12px;
  line-height: 14px;
  color: #E77219;
  border-bottom: 1px dotted #E77219;
  background: none;
  border: none;
  padding: 0;
  margin-top: 5px;
}
body.production_page .table .c_title .show-parts::after {
  content: " ";
  width: 12px;
  height: 8px;
  background: url("/images/arrow-orange-down.svg") no-repeat center;
  display: inline-block;
  margin-left: 2px;
}
body.production_page .table .c_title .show-parts.active::after {
  background-image: url("/images/arrow-orange-up.svg");
}
body.production_page .table .c_title.with_discount,
body.production_page .table .c_title.with_retail {
  width: 240px;
}
body.production_page .table .c_title.with_discount.with_retail {
  width: 200px;
}
body.production_page .table .c_availability {
  min-width: 70px;
  background-position-x: 50%;
  background-position-y: 11px;
  background-repeat: no-repeat;
}
body.production_page .table .c_availability.av {
  background-image: url("/images/c_check.svg");
}
body.production_page .table .c_availability.not_av {
  background-image: url("/images/c_cross.svg");
}
body.production_page .table .c_availability.reserve {
  background-image: url("/images/c_reserve.svg");
}
body.production_page .table th.c_price {
  text-align: center;
}
body.production_page .table td.c_price {
  text-align: right;
}
body.production_page .table .c_price {
  min-width: 90px;
}
body.production_page .table .c_price.with_discount,
body.production_page .table .c_price.with_retail {
  min-width: 70px;
}
body.production_page .table .c_price.with_discount.with_retail {
  min-width: 70px;
}
body.production_page .table .c_count {
  min-width: 62px;
  width: 62px;
}
body.production_page .table .c_count .c_item_count {
  width: 46px;
  height: 22px;
  border: 1px solid #A3A3A3;
  text-align: center;
  color: #7C7C7C;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
body.production_page .table .c_count .add-to-cart {
  font-size: 8px;
  line-height: 10px;
  font-weight: 700;
  color: #E77219;
  text-transform: uppercase;
  background: none;
  border: none;
  display: none;
  width: 46px;
  text-align: left;
  padding: 0;
  margin-top: 7px;
}
body.production_page .table .c_count .add-to-cart.added {
  color: #118739;
  margin-top: 11px;
}

body.company_page main {
  padding: 15px 25px 100px 15px;
}
@media screen and (max-width: 767.97px) {
  body.company_page main {
    padding: 0 0 20px 0;
  }
}
body.company_page .m-inner-wrapper {
  max-width: 577px;
}

body.contacts_page .m-inner-wrapper {
  max-width: 688px;
  line-height: 20px;
}
body.contacts_page .m-inner-wrapper .c-town {
  font-size: 16px;
  line-height: 18px;
  color: #E77219;
  font-weight: 700;
  margin: 0 0 22px;
}
body.contacts_page .m-inner-wrapper .c-map {
  margin-top: 24px;
}

body.feedback_page .m-inner-wrapper {
  max-width: 360px;
}
body.feedback_page .m-inner-wrapper label {
  color: #646464;
  margin-bottom: 5px;
}
body.feedback_page .m-inner-wrapper .form-control {
  border: 1px solid #BEBEBE;
}
body.feedback_page .m-inner-wrapper button[type=submit] {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}

body.news_page aside {
  min-height: 100%;
}
body.news_page .main-news-wrap {
  overflow: hidden;
}
body.news_page .main-news-wrap .mn-title {
  color: #E77219;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  float: right;
  width: calc(100% - 365px);
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.97px) {
  body.news_page .main-news-wrap .mn-title {
    width: calc(100% - 315px);
    font-size: 21px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991.97px) {
  body.news_page .main-news-wrap .mn-title {
    width: 100%;
  }
}
body.news_page .main-news-wrap .mn-img {
  float: left;
  width: 350px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 1199.97px) {
  body.news_page .main-news-wrap .mn-img {
    width: 300px;
  }
}
@media screen and (max-width: 991.97px) {
  body.news_page .main-news-wrap .mn-img {
    width: 200px;
  }
}
@media screen and (max-width: 767.97px) {
  body.news_page .main-news-wrap .mn-img {
    width: 220px;
  }
}
@media screen and (max-width: 575.97px) {
  body.news_page .main-news-wrap .mn-img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
body.news_page .main-news-wrap .mn-img img {
  width: auto;
  max-width: 100%;
}
body.news_page .main-news-wrap .mn-img .mn-shadow {
  background-image: linear-gradient(270deg, #fff 5%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
body.news_page .main-news-wrap .mn-introtext {
  float: left;
  width: calc(100% - 365px);
}
@media screen and (max-width: 1199.97px) {
  body.news_page .main-news-wrap .mn-introtext {
    width: calc(100% - 315px);
  }
}
@media screen and (max-width: 991.97px) {
  body.news_page .main-news-wrap .mn-introtext {
    width: 100%;
    float: none;
  }
}
body.news_page .main-news-wrap .mn-readmore {
  display: inline-block;
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-top: 15px;
}

body.news_list_page .archive {
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 575.97px) {
  body.news_list_page .archive {
    float: left;
    margin-left: -10px;
  }
}
body.news_list_page .archive li {
  display: inline-block;
  margin-left: 10px;
}
body.news_list_page .archive li a {
  font-size: 12px;
  line-height: 14px;
  color: #494848;
}
body.news_list_page .archive li span {
  color: #E77219;
  font-weight: bold;
}
body.news_list_page .news-list-wrap {
  overflow: hidden;
  margin-top: 25px;
}
body.news_list_page .news-list-wrap .nl-item {
  margin-bottom: 20px;
  overflow: hidden;
}
body.news_list_page .news-list-wrap .nl-item .nl-title {
  color: #E77219;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  float: right;
  width: calc(100% - 230px);
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-title {
    width: calc(100% - 190px);
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-title {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }
}
body.news_list_page .news-list-wrap .nl-item .nl-img {
  float: left;
  width: 220px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 1199.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-img {
    width: 180px;
  }
}
@media screen and (max-width: 991.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-img {
    width: 140px;
  }
}
@media screen and (max-width: 767.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-img {
    width: 160px;
  }
}
@media screen and (max-width: 575.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
body.news_list_page .news-list-wrap .nl-item .nl-img img {
  width: auto;
  max-width: 100%;
}
body.news_list_page .news-list-wrap .nl-item .nl-introtext {
  float: left;
  width: calc(100% - 230px);
}
@media screen and (max-width: 1199.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-introtext {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 991.97px) {
  body.news_list_page .news-list-wrap .nl-item .nl-introtext {
    width: 100%;
    float: none;
  }
}
body.news_list_page .news-list-wrap .nl-item .nl-readmore {
  display: inline-block;
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-top: 15px;
}

body.news_detail_page .news-detail-wrap {
  margin-right: 10px;
}
body.news_detail_page .news-detail-wrap h1 {
  color: #E77219;
}
body.news_detail_page .news-detail-wrap .nd-date {
  margin: 17px 0 18px;
}
body.news_detail_page .news-detail-wrap .to-catalog, body.news_detail_page .news-detail-wrap .btn-primary.back {
  display: inline-block;
  border-radius: 0;
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}

body.about_production_page aside {
  min-height: 100%;
}
body.about_production_page .about-production-wrap {
  overflow: hidden;
}
body.about_production_page .about-production-wrap .ap-item {
  background: #FFF;
  width: calc(33.33% - 10px);
  float: left;
}
@media screen and (max-width: 767.97px) {
  body.about_production_page .about-production-wrap .ap-item {
    padding: 0;
  }
}
@media screen and (max-width: 575.97px) {
  body.about_production_page .about-production-wrap .ap-item {
    width: 100%;
    margin: 0 0 15px !important;
  }
}
body.about_production_page .about-production-wrap .ap-item:nth-child(2) {
  margin: 0 15px;
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap {
  position: relative;
}
@media screen and (max-width: 575.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap {
    max-height: 200px;
    overflow: hidden;
  }
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 575.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-img {
    width: 100%;
    max-width: unset;
  }
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title {
  background: rgba(73, 72, 72, 0.9);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title:hover {
  background: rgba(48, 48, 48, 0.9);
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title:hover a {
  color: #E77219;
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 21px 15px;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 1199.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a {
    font-size: 14px;
    line-height: 16px;
    padding: 22px 15px;
  }
}
@media screen and (max-width: 991.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a {
    line-height: 19px;
    padding: 11px 15px;
  }
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a:hover {
  text-decoration: none;
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a.ap-download {
  background: url("/images/arrow-down-white.svg") no-repeat 15px center;
  padding-left: 35px;
}
@media screen and (max-width: 991.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a.ap-download {
    background-position: 15px 17px;
  }
}
@media screen and (max-width: 767.97px) {
  body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a.ap-download {
    background-position: 15px 16px;
  }
}
body.about_production_page .about-production-wrap .ap-item .ap-item-wrap .ap-item-title a.ap-download:hover {
  background-image: url("/images/arrow-down-orange.svg");
}

body.dl_center_page .m-inner-wrapper {
  padding-bottom: 50px;
}
body.dl_center_page .m-inner-wrapper .dlc-cert-cat {
  background: url("/images/dlc-subcat.svg") no-repeat 0 0;
  display: block;
  padding: 2px 0 2px 45px;
  color: #E77219;
  margin-bottom: 10px;
}

body.dl_center_subcat_page .table th {
  background-color: #B4B4B4;
  padding: 17px 17px 17px 25px;
}
@media screen and (max-width: 575.97px) {
  body.dl_center_subcat_page .table th {
    padding: 10px;
  }
}
body.dl_center_subcat_page .table td {
  padding: 17px 17px 17px 62px;
  vertical-align: middle;
}
@media screen and (max-width: 575.97px) {
  body.dl_center_subcat_page .table td {
    padding: 10px 10px 10px 52px;
    font-size: 12px;
  }
}
body.dl_center_subcat_page .table td.icon-pdf {
  background: url("/images/icon-pdf.svg") no-repeat 21px center;
}
@media screen and (max-width: 575.97px) {
  body.dl_center_subcat_page .table td.icon-pdf {
    background-position: 6px center;
  }
}
body.dl_center_subcat_page .table td.icon-pdf a {
  color: #494848;
}
body.dl_center_subcat_page .table td.ap-download {
  padding: 17px;
}
@media screen and (max-width: 575.97px) {
  body.dl_center_subcat_page .table td.ap-download {
    padding: 10px;
  }
}
body.dl_center_subcat_page .table td.ap-download a {
  background: url("/images/arrow-down-orange.svg") no-repeat right center;
  color: #494848;
  font-size: 13px;
  line-height: 15px;
  padding: 1px 22px 0px 0;
}

body.dlc_media_page .dlc-media-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.dlc_media_page .dlc-media-wrap .m-item {
  border: 1px solid #EEE;
  margin-bottom: 15px;
  padding: 10px 15px;
  flex-basis: calc(33.33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991.97px) {
  body.dlc_media_page .dlc-media-wrap .m-item {
    flex-basis: calc(50% - 8px);
  }
}
@media screen and (max-width: 575.97px) {
  body.dlc_media_page .dlc-media-wrap .m-item {
    flex-basis: 100%;
  }
}
body.dlc_media_page .dlc-media-wrap .m-item .m-item-title {
  font-size: 13px;
  line-height: 15px;
  flex-basis: 30px;
}
body.dlc_media_page .dlc-media-wrap .m-item .m-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 128px;
}
body.dlc_media_page .dlc-media-wrap .m-item .m-item-img img {
  width: auto;
  max-width: 100%;
}
body.dlc_media_page .dlc-media-wrap .m-item .m-item-files {
  flex-basis: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.dlc_media_page .dlc-media-wrap .m-item .m-item-files a {
  font-size: 13px;
  line-height: 15px;
  color: #E77219;
  background: url("/images/arrow-down-orange.svg") no-repeat right center;
  padding-right: 20px;
}
@media screen and (max-width: 1199.97px) {
  body.dlc_media_page .dlc-media-wrap .m-item .m-item-files a {
    font-size: 11px;
    line-height: 13px;
    background-size: contain;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.97px) {
  body.dlc_media_page .dlc-media-wrap .m-item .m-item-files a {
    font-size: 13px;
    line-height: 15px;
    background-size: contain;
    padding-right: 15px;
  }
}

body.tech_info_page .m-inner-wrapper {
  padding: 5px 0 50px 10px;
}
body.tech_info_page .m-inner-wrapper .ti-cat {
  background: url("/images/ti_cat.svg") no-repeat 0 0;
  display: block;
  padding: 10px 0 10px 48px;
  color: #494848;
  margin-bottom: 23px;
}

body.tech_info_subcat_page .m-inner-wrapper {
  padding: 5px 0 50px 10px;
}
body.tech_info_subcat_page .m-inner-wrapper .table th {
  background-color: #B4B4B4;
  padding: 17px;
}
body.tech_info_subcat_page .m-inner-wrapper .table th.tis-file {
  padding-left: 25px;
  min-width: 300px;
}
body.tech_info_subcat_page .m-inner-wrapper .table th.tis-size {
  width: 120px;
  min-width: 120px;
}
body.tech_info_subcat_page .m-inner-wrapper .table th.tis-date {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 575.97px) {
  body.tech_info_subcat_page .m-inner-wrapper .table th {
    padding: 10px;
    font-size: 12px;
  }
}
body.tech_info_subcat_page .m-inner-wrapper .table td {
  padding: 17px;
  vertical-align: middle;
}
@media screen and (max-width: 575.97px) {
  body.tech_info_subcat_page .m-inner-wrapper .table td {
    padding: 10px;
    font-size: 12px;
  }
}
body.tech_info_subcat_page .m-inner-wrapper .table td.icon-pdf {
  background: url("/images/icon-pdf.svg") no-repeat 21px center;
  padding-left: 62px;
}
@media screen and (max-width: 575.97px) {
  body.tech_info_subcat_page .m-inner-wrapper .table td.icon-pdf {
    background-position: 6px center;
    padding-left: 52px;
  }
}
body.tech_info_subcat_page .m-inner-wrapper .table td.icon-pdf a {
  color: #494848;
}

body.service_requirements_page .sr-download {
  background: url("/images/icon-pdf.svg") no-repeat left center;
  font-size: 16px;
  line-height: 18px;
  padding: 7px 0 7px 38px;
  color: #494848;
  margin-bottom: 35px;
  display: inline-block;
}
body.service_requirements_page .sr-paragraph {
  margin-bottom: 40px;
}
body.service_requirements_page .sr-table-title {
  font-weight: 700;
  margin: 18px 0;
  display: inline-block;
  color: #2F2F2F;
  font-size: 13px;
  line-height: 15px;
}
body.service_requirements_page .table {
  font-size: 13px;
  line-height: 15px;
}
body.service_requirements_page .table th {
  background: rgba(91, 94, 98, 0.41);
  font-weight: 400;
  color: #2F2F2F;
}

body.service_warrantly_page .m-inner-wrapper {
  padding: 10px 10px 50px 10px;
}
body.service_warrantly_page .m-inner-wrapper .article-content tr.complete {
  font-weight: bold;
}
body.service_warrantly_page .m-inner-wrapper .w_step, body.service_warrantly_page .m-inner-wrapper .sf-title {
  color: #E77219;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
  font-size: 1.4em;
  font-weight: bold;
}
body.service_warrantly_page .m-inner-wrapper .poll_question .poll_question_title {
  margin-bottom: 0.5em;
}
body.service_warrantly_page .m-inner-wrapper form {
  max-width: 350px;
  width: auto;
}
body.service_warrantly_page .m-inner-wrapper form .btn-back {
  color: #E77219;
  border: none;
  background: none;
}
body.service_warrantly_page .m-inner-wrapper form button.btn-fwd {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
body.service_warrantly_page .btn-primary {
  border-radius: 0;
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}

.pa_submenu {
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 0;
}
.pa_submenu nav {
  float: left;
}
@media screen and (max-width: 575.97px) {
  .pa_submenu nav {
    padding: 0 7%;
    border-right: 1px solid #000;
    width: 56%;
  }
}
.pa_submenu nav .nav-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 10px 35px;
  color: #FFF;
  border-right: 1px solid #000;
  border-left: 1px solid #4A545A;
}
.pa_submenu nav .nav-link:first-child {
  border-left: none;
}
@media screen and (max-width: 1199.97px) {
  .pa_submenu nav .nav-link {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 767.97px) {
  .pa_submenu nav .nav-link {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 575.97px) {
  .pa_submenu nav .nav-link {
    border: none;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #4A545A;
  }
  .pa_submenu nav .nav-link:first-child {
    border-top: none;
  }
  .pa_submenu nav .nav-link:last-child {
    border-bottom: none;
  }
}
.pa_submenu nav .nav-link:hover, .pa_submenu nav .nav-link.active {
  color: #E77219;
}
.pa_submenu .saldo {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  border-top: 1px solid #4A545A;
}
@media screen and (max-width: 1199.97px) {
  .pa_submenu .saldo {
    padding: 1px 0 1px 0px;
  }
}
@media screen and (max-width: 767.97px) {
  .pa_submenu .saldo {
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 575.97px) {
  .pa_submenu .saldo {
    font-size: 12px;
    line-height: 20px;
    padding: 30px 0 30px 7%;
  }
}
.pa_submenu .saldo .negative {
  color: #F82C2C;
}
.pa_submenu .saldo .positive {
  color: #17C954;
}

body.cart_page main {
  padding: 15px 22px 24px 15px;
}
body.cart_page main .table th {
  background-color: rgba(91, 94, 98, 0.41);
  padding: 9px 4px;
  font-size: 13px;
  line-height: 15px;
  color: #2F2F2F;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
body.cart_page main .table td {
  padding: 11px 8px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
body.cart_page main .table td.c_count {
  padding-top: 6px;
}
body.cart_page main .table td .c_item_count {
  width: 46px;
  height: 22px;
  border: 1px solid #A3A3A3;
  text-align: center;
  color: #7C7C7C;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
body.cart_page main .table td button.c_item_del {
  background: url("/images/trash.svg") no-repeat center;
  border: none;
  width: 23px;
  height: 20px;
}
body.cart_page main .table .c_number {
  min-width: auto;
  text-align: center;
}
body.cart_page main .table .c_vendor_code {
  min-width: auto;
}
body.cart_page main .table .c_title {
  min-width: 200px;
}
body.cart_page main .table .c_availability {
  min-width: auto;
  background-position-x: 50%;
  background-position-y: 11px;
  background-repeat: no-repeat;
}
body.cart_page main .table .c_availability.av {
  background-image: url("/images/c_check.svg");
}
body.cart_page main .table .c_availability.not_av {
  background-image: url("/images/c_cross.svg");
}
body.cart_page main .table .c_availability.reserve {
  background-image: url("/images/c_reserve.svg");
}
body.cart_page main .table .c_price {
  min-width: auto;
}
body.cart_page main .table td.c_price {
  text-align: right;
}
body.cart_page main .table .c_count {
  min-width: auto;
}
body.cart_page main .table .c_cost {
  min-width: auto;
}
body.cart_page main .table td.c_cost {
  text-align: right;
}
body.cart_page main .table .c_del {
  padding-top: 6px;
}
body.cart_page main .table tfoot {
  background-color: rgba(231, 114, 25, 0.2);
}
body.cart_page main .table tfoot td {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
body.cart_page main .table tfoot .c_tf_legend, body.cart_page main .table tfoot .c_tf_value {
  text-align: right;
}
body.cart_page main .table tfoot .to_pay .c_tf_legend, body.cart_page main .table tfoot .to_pay .c_tf_value {
  color: #E77219;
}
body.cart_page main button.c-bottom-btn {
  border: none;
  margin-top: 15px;
}
body.cart_page main button.c-bottom-btn.save {
  background: url("/images/save.png") no-repeat left center;
  font-size: 13px;
  line-height: 15px;
  padding: 2px 0 0 20px;
  margin-right: 15px;
}
body.cart_page main button.c-bottom-btn.save:hover {
  color: #E77219;
}
body.cart_page main button.c-bottom-btn.refresh {
  background: url("/images/refresh.svg") no-repeat left center;
  font-size: 13px;
  line-height: 15px;
  padding: 2px 0 0 20px;
  margin-right: 15px;
}
body.cart_page main button.c-bottom-btn.refresh:hover {
  color: #E77219;
}
body.cart_page main button.c-bottom-btn.print {
  background: url("/images/printer.svg") no-repeat left center;
  font-size: 13px;
  line-height: 15px;
  padding: 1px 0 1px 20px;
}
body.cart_page main button.c-bottom-btn.print:hover {
  color: #E77219;
}
body.cart_page main button.c-bottom-btn.checkout {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
body.cart_page main select.form-control {
  display: unset;
  width: unset;
  height: unset;
  padding: unset;
  font-size: unset;
  border-radius: 3px;
  border: 1px solid;
  font-weight: unset;
  border-color: #767676;
}
body.cart_page main .form-control.is-invalid, body.cart_page main .was-validated .form-control:invalid {
  background-position: center right calc(.975em + .1875rem);
}
body.cart_page main .form-control.is-valid, body.cart_page main .was-validated .form-control:valid {
  background-position: center right calc(.975em + .1875rem);
}

body.history_page main {
  padding: 15px 22px 24px 15px;
}
body.history_page main .table th {
  background-color: rgba(91, 94, 98, 0.41);
  padding: 9px 8px;
  font-size: 13px;
  line-height: 15px;
  color: #2F2F2F;
  font-weight: 400;
}
body.history_page main .table td {
  padding: 11px 8px;
  font-size: 13px;
  line-height: 15px;
}
body.history_page main .table td.c_count {
  padding-top: 6px;
}
body.history_page main .table .h_number {
  min-width: 60px;
}
body.history_page main .table .h_data {
  min-width: 85px;
}
body.history_page main .table .h_contra {
  min-width: 230px;
}
body.history_page main .table .h_status {
  min-width: 100px;
}
body.history_page main .table .h_status.closed {
  color: #118739;
}
body.history_page main .table .h_status.wait {
  color: #E77219;
}
body.history_page main .table .h_summ {
  min-width: 90px;
}
body.history_page main .table .h_action {
  min-width: 80px;
}
body.history_page main .table .h_action button {
  border: none;
  background: none;
  padding: 0;
}
body.history_page main .table .h_action button.h_view {
  margin-right: 6px;
}
body.history_page main .table tr.canceled {
  text-decoration: line-through;
}

body.profile_page .dealers_profile {
  padding: 0 0 40px 0;
  max-width: 435px;
}
@media screen and (max-width: 1199.97px) {
  body.profile_page .dealers_profile {
    max-width: 400px;
  }
}
@media screen and (max-width: 767.97px) {
  body.profile_page .dealers_profile {
    padding: 0;
    max-width: unset;
    width: 100%;
  }
}
body.profile_page .dealers_profile .dp_title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
body.profile_page .dealers_profile #dp_form label {
  color: #E77219;
  margin: 5px 0 4px;
}
body.profile_page .dealers_profile #dp_form input.form-control {
  background-color: #FFF;
  border: 1px solid #bebebe;
  border-radius: 0;
  padding: 0;
  height: 28px;
}
body.profile_page .dealers_profile #dp_form input.form-control#dp_iban {
  width: 136px;
}
body.profile_page .dealers_profile #dp_form button[type=submit] {
  background: url("/images/arrow-white.svg") no-repeat 0.6ex center/1.4ex, linear-gradient(#ffad59 0%, #f37c20 100%);
  border: 1px solid #B4B4B4;
  color: #FFF;
  padding: 4px 14px 4px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin-top: 24px;
}
body.profile_page .dealers_discount {
  background: #FAE3D1;
  width: auto;
  max-width: 435px;
  margin: 65px auto 0;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
@media screen and (max-width: 1199.97px) {
  body.profile_page .dealers_discount {
    max-width: 326px;
    margin-top: 95px;
  }
}
@media screen and (max-width: 767.97px) {
  body.profile_page .dealers_discount {
    max-width: unset;
    width: 100%;
    margin: 0 0 30px;
  }
}
body.profile_page .dealers_discount .dd_title {
  font-size: 16px;
  line-height: 18px;
}
body.profile_page .dealers_discount .dd_cat {
  color: #E77219;
  margin: 11px 0 14px;
}
body.profile_page .dealers_discount .dd_discount_row {
  margin-bottom: 20px;
  height: 12px;
  border-bottom: 1px dotted #494848;
}
body.profile_page .dealers_discount .dd_discount_row:last-of-type {
  margin-bottom: 0;
}
body.profile_page .dealers_discount .dd_discount_row .dd_product_cat {
  float: left;
  font-weight: 400;
  background-color: #FAE3D1;
}
body.profile_page .dealers_discount .dd_discount_row .dd_value {
  float: right;
  background-color: #FAE3D1;
}
body.profile_page .settings {
  background: lightgray;
  margin: 10px 0;
  padding: 15px 20px;
}
body.profile_page .settings h5 {
  color: #494848;
  font-weight: 700;
}
body.profile_page .settings .form, body.profile_page .settings label, body.profile_page .settings .radio-container, body.profile_page .settings .radio-btn {
  display: inline;
}
body.profile_page .settings .radio-container .radio-btn label {
  text-decoration: line-through;
  padding-left: 1ex;
}
body.profile_page .settings .radio-container .radio-btn:last-child {
  padding-right: 1ex;
}
body.profile_page .settings .radio-container .radio-btn input:checked + label {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

footer {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.97px) {
  footer {
    margin-bottom: 0;
  }
}
footer .footer-wrap {
  background-color: #FFF;
  padding: 8px 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767.97px) {
  footer .footer-wrap {
    padding: 8px 0;
  }
}
@media screen and (max-width: 575.97px) {
  footer .footer-wrap {
    padding: 8px 15px;
    margin: 15px -15px 0;
  }
}
footer .footer-wrap .f-contacts {
  text-align: right;
}
@media screen and (max-width: 575.97px) {
  footer .footer-wrap .f-contacts {
    text-align: left;
    margin-top: 10px;
  }
}
footer .footer-wrap .f-contacts a {
  background: url("/images/icon-mail.svg") no-repeat left center;
  padding: 0 0 0 21px;
  color: #494848;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 575.97px) {
  footer .footer-wrap .f-contacts a {
    margin-top: 10px;
  }
}

.col-md-12.table_individual {
  font-size: 13px;
  margin: 0;
}

.table_individual .row {
  padding: 8px;
  margin: 0px;
}

.row.table_row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}

body.profile_page .table_header {
  background-color: rgba(91, 94, 98, 0.41);
  color: #2F2F2F;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.col-md-12.table_individual .table_row .count {
  text-align: center;
}

.col-md-12.table_add_serial {
  font-size: 13px;
  margin: 0;
}

.table_add_serial .row {
  padding: 8px;
  margin: 0px;
}

.row.table_row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}

body.profile_page .table_header {
  background-color: rgba(91, 94, 98, 0.41);
  color: #2F2F2F;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.print_form {
  background-size: cover;
  width: 795px;
  color: black;
}
.print_form .logo {
  width: 100%;
  height: 84px;
}
.print_form .logo img {
  width: 28%;
  padding-top: 2%;
  float: right;
  padding-right: 5%;
}
.print_form .kart_number {
  width: 100%;
  height: 3%;
  padding-left: 6.5%;
}
.print_form .kart_number span {
  color: black;
  font-weight: 900;
  font-size: 5.4ex;
  font-family: "stihlTit";
  line-height: 1.45;
}
.print_form .buyer {
  width: 100%;
  height: 5%;
  padding-left: 6.5%;
}
.print_form .buyer .name {
  font-size: 3ex;
  line-height: 2.2;
}
.print_form .buyer .value {
  font-family: "stihlTit";
  font-size: 4ex;
}
.print_form .phone {
  width: 100%;
  height: 5%;
  padding-left: 6.5%;
}
.print_form .phone .name {
  font-size: 3ex;
  line-height: 2.2;
}
.print_form .phone .value {
  font-family: "stihlTit";
  font-size: 4ex;
}
.print_form .product {
  width: 100%;
  height: 5%;
  padding-left: 6.5%;
  display: flex;
}
.print_form .product .left {
  width: 69%;
}
.print_form .product .left .name {
  font-size: 3ex;
  line-height: 2.2;
}
.print_form .product .left .value {
  font-family: "stihlTit";
  font-size: 4ex;
}
.print_form .product .right {
  width: 31%;
}
.print_form .product .right .name {
  font-size: 3ex;
  line-height: 2.2;
}
.print_form .product .right .value {
  font-family: "stihlTit";
  font-size: 4ex;
}
.print_form hr {
  height: 0.1%;
  margin: 0.6% 0% -0.9% 6.7%;
}
.print_form .seller {
  width: 100%;
  height: 2.5%;
  padding-left: 6.5%;
}
.print_form .seller .name {
  font-size: 3ex;
  line-height: 2.2;
}
.print_form .contact {
  width: 100%;
  height: 5%;
  padding-left: 6.5%;
  margin-top: -1%;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 4px;
}

.settings .form-check {
  padding: 0;
}
.settings .form-check .form-check-input {
  margin-top: 0;
}
.settings .form-check .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.settings .form-check .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.settings .form-check .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.settings .form-check .custom-checkbox:checked + label::before {
  border-color: #ef9f63;
  background-color: #f37a1f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/*# sourceMappingURL=style.css.map */
