@font-face {
  font-family: "Circe";
  src: url("../../includes/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../../includes/fonts/Circe-Regular.ttf") format("woff"), url("../../includes/fonts/Circe-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../../includes/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../../includes/fonts/Circe-Bold.woff") format("woff"), url("../../includes/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../../includes/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../includes/fonts/Circe-ExtraBold.woff") format("woff"), url("../../includes/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Circe", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #555555;
  margin: auto;
  max-width: 1920px;
}

a {
  color: #ff2816;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: rgba(245, 53, 62, 0.9882352941);
  text-decoration: underline;
}
a:focus {
  outline: none;
}

a.side {
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover.side {
  color: #f6a504;
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eaeaea;
  padding: 0;
}

h2 {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  color: #555;
  padding-top: 80px;
  margin-bottom: 70px;
}
h2 span {
  display: block;
  color: #ffb000;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

div {
  font-family: inherit;
  font-size: inherit;
}

pre {
  font-family: inherit;
  font-size: 11px;
}

img {
  border: none;
}

/* Adminpanel */
.adminpanel {
  background: #555;
  color: #ccc;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.adminpanel span {
  display: none;
}
.adminpanel a {
  font-size: 16px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6dfe2;
}
.adminpanel a:hover {
  color: #fff;
  text-decoration: none;
}

.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background: url(../../images/login-bg.svg) center center no-repeat, #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-form {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  margin: 0 5px;
  padding: 40px;
  border-radius: 5px;
}

.form-signin-desc a:not(.btn) {
  color: #0062cc;
}

.form-signin-desc a:not(.btn):hover {
  color: #157ae6;
}

.form-signin {
  max-width: 100%;
  width: 350px;
  padding: 15px;
  margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.form-signin-desc {
  text-align: center;
  margin-top: 20px;
}

.squeez {
  max-width: 1280px;
  margin: 0 auto;
}

/* Attention messages properties */
.admin-message {
  font-size: 12px;
  color: #006699;
  background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #1380b1;
  border-bottom: 2px solid #1380b1;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.noscript-message {
  font-size: 12px;
  color: #c54343;
  background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #c54343;
  border-bottom: 2px solid #c54343;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.nocomments-message {
  font-size: 12px;
  color: #555;
  background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

.breadcrumbs {
  font-size: 16px;
  color: #b3b3b3;
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #b3b3b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #ff2816;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  padding: 22px 35px 20px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  backface-visibility: hidden;
  color: inherit;
  border: 1px solid;
  cursor: pointer;
  transition: 0.2s;
}
.button:hover {
  text-decoration: none;
}
.button:focus {
  outline: none;
}
.button.sm {
  padding: 12px 32px 11px;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}
.button.primary:hover {
  background-color: rgba(245, 53, 62, 0.9882352941);
  color: #fff;
}
.button.danger:hover {
  opacity: 0.5;
}
.button.common {
  background-color: #555555;
  border-color: #555;
  color: #fff;
}
.button.common:hover {
  background-color: #ffb000;
  border-color: #ffb000;
  color: #fff;
}
.button.action {
  background-color: #ffb000;
  border-color: #ffb000;
  color: #fff;
}
.button.action:hover {
  background-color: #efefef;
  border-color: #efefef;
  color: #555;
}
.button.light {
  background-color: #fff;
  border-color: #fff;
  color: #555555;
}
.button.light:hover {
  background-color: #ffb000;
  border-color: #ffb000;
  color: #fff;
}
.button.iconed:after {
  font-family: "Font Awesome 5 Free";
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 10px;
}
.button.iconed.processing {
  position: relative;
  color: transparent;
}
.button.iconed.processing:after {
  font-size: 1.8em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f110";
  font-weight: bold;
  animation: 1s spin linear infinite;
}
.button.iconed.remove:after {
  content: "\f05e";
  font-weight: bold;
}
.button.outline {
  background-color: transparent;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tdn:hover {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.capmain {
  position: relative;
  text-align: center;
  margin: 60px 0;
}
.capmain h1, .capmain h2, .capmain .title {
  text-transform: uppercase;
  color: #ff2816;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
}
.capmain .additional {
  font-size: 18px;
  line-height: 1em;
  color: #47423a;
}
.capmain.inherit h1, .capmain.inherit h2, .capmain.inherit .title {
  line-height: 1em;
  margin-bottom: 0;
}
.capmain.inherit .additional {
  font-size: 16px;
  color: #aaaaaa;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
}
header .logo {
  max-width: 200px;
}
header .info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
}
header .info .button {
  margin-left: 50px;
}
header .iconed-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
}
header .iconed-item:hover, header .iconed-item a:hover {
  text-decoration: none;
}
header .iconed-item, header .iconed-item a {
  color: #fff;
}
header .iconed-item + .iconed-item {
  margin-left: 40px;
}
header .iconed-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #555555;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.2s;
}
header .iconed-item:hover:before {
  background-color: #ffb000;
}
header .iconed-item.tel {
  font-size: 24px;
  line-height: 1em;
}
header .iconed-item.tel:before {
  content: "\f095";
  font-weight: bold;
}
header .iconed-item.marker:before {
  content: "\f3c5";
  font-weight: bold;
}

.nav-links {
  padding: 10px 0;
}
.nav-links ul {
  display: flex;
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nav-links ul li {
  font-size: 24px;
}
.nav-links ul li + li {
  margin-left: 52px;
}
.nav-links a {
  color: inherit;
  padding: 0 2px;
}
.nav-links a:hover {
  color: #ffb000;
  text-decoration: none;
}
.nav-links .showup {
  display: none;
}

section#top-section {
  background: url(/images/main-view.jpg) center center no-repeat;
}

.main-view {
  display: flex;
  position: relative;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 140px;
  margin-top: 50px;
}
.main-view .left-part {
  width: 59.609375%;
}
.main-view .right-part {
  width: 40.390625%;
  padding: 0 55px 0 100px;
}
.main-view .right-part .lighten-text {
  font-size: 17px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.main-view .right-part .lighten-text mark {
  color: inherit;
  background: #ffb000;
  padding: 8px 9px;
  line-height: 18px;
}
.main-view .right-part .lighten-text mark ~ mark {
  padding-top: 0;
}
.main-view .right-part .machines-count {
  font-size: 300px;
  line-height: 350px;
  font-weight: 900;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  transition: 0.7s;
}
.main-view .right-part .machines-count:hover {
  color: #fff;
}
.main-view h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-view h1 span {
  color: #ffb000;
}
.main-view .comment {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  width: 50%;
  padding: 0 0 129px;
}
.main-view .button-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-view .button-field .content {
  flex: 0 0 50%;
}
.main-view .button-field .content .title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-view .button-field .content .description {
  line-height: 1em;
}
.main-view .next-view {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(0, -50%);
  display: block;
  font-size: 22px;
  color: #fff;
}
.main-view .next-view:hover {
  text-decoration: none;
  color: #ffb000;
}
.main-view .next-view::before {
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  font-weight: bold;
}

.facts {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: space-between;
}
.facts .fact {
  flex: 0 0 auto;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 26px 10px;
}
.facts .fact:first-child {
  margin-left: -10px;
}
.facts .fact:last-child {
  margin-right: -10px;
}

#machines {
  margin: 30px 0;
}

.cat-block {
  padding: 0 35px 0;
  margin-bottom: 30px;
  border: 1px solid #e9edf2;
}
.cat-block .logo-field {
  margin: 22px 0;
  padding-top: 13%;
  position: relative;
}
.cat-block .logo-field img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%);
}
.cat-block .logo-field .no-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1em;
}
.cat-block .logo-field .no-logo:before {
  content: "\f722";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.cat-block .caption {
  font-size: 18px;
  font-weight: 900;
  color: #808080;
  text-transform: uppercase;
  text-align: center;
}
.cat-block .image-field {
  margin: 40px 0;
  padding-top: 100%;
  position: relative;
}
.cat-block .image-field:before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}
.cat-block .image-field img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cat-block .models-list {
  text-align: center;
  line-height: 1em;
  color: #808080;
}
.cat-block .models-list span {
  font-weight: bold;
  display: block;
}
.cat-block .button-field {
  margin-bottom: -1px;
  margin-top: 40px;
  text-align: center;
}
.cat-block:hover .image-field:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.middle-description {
  padding: 30px 0;
  font-size: 24px;
  line-height: 22px;
  max-width: 67%;
  margin: 0 auto;
  text-align: center;
}

#facts .container {
  padding-top: 80px;
  padding-bottom: 30px;
  border-top: 1px solid #e9edf2;
}
#facts .button-field {
  margin-top: 65px;
  text-align: center;
}

.fact-block {
  text-align: center;
  font-size: 20px;
  line-height: 1em;
}
.fact-block .fact-desc {
  margin-top: 35px;
}

#offer {
  position: relative;
  background: #f5f5f5;
  padding: 0px 0 90px;
  margin-top: 90px;
}
#offer:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -120px;
  background: url(/images/big-deal.png) top right no-repeat;
  background-size: contain;
}
#offer .content {
  width: 50%;
}
#offer h2 {
  margin-bottom: 45px;
}
#offer .description {
  margin-bottom: 45px;
}

#about {
  padding-bottom: 100px;
  background: url(/images/about-background.jpg) center bottom no-repeat;
}
#about .button-field {
  margin-top: 100px;
  text-align: center;
}
#about .button-field .capt {
  font-size: 30px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
#about .button-field .description {
  font-size: 24px;
  margin-bottom: 40px;
}

.some-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.some-block .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 15px;
  background-color: #555555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.some-block .icon img {
  max-width: 50%;
}
.some-block .capt {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 16px;
  color: #555;
  font-weight: bold;
}
.some-block:hover .icon {
  background-color: #ffb000;
}

#jobs {
  padding-bottom: 110px;
}
#jobs .wide-title, #jobs .light-text {
  font-size: 18px;
  text-transform: uppercase;
}
#jobs .light-text {
  color: #808080;
  font-weight: bold;
  line-height: 1.6em;
}
#jobs .wide-title {
  font-weight: 900;
  margin-top: 65px;
  margin-bottom: 40px;
  color: #47423a;
}

.job-toggler {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  box-shadow: none;
  background: #fff;
  border: 1px solid #e9edf2;
  margin-bottom: 5px;
  cursor: pointer;
}
.job-toggler:hover {
  background-color: #f5f5f5;
}
.job-toggler:focus {
  outline: none;
}
.job-toggler:after {
  content: "\f107";
  position: absolute;
  font-size: 26px;
  line-height: 26px;
  color: #ffb000;
  top: 50%;
  right: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translate(0, -50%);
}
.job-toggler[aria-expanded=true]:after {
  content: "\f106";
}
.job-toggler + .desc {
  padding: 15px 0;
}

footer.footer .container:first-child {
  border-top: 1px solid #ddd;
}
footer.footer a {
  color: #555555;
}
footer.footer a:hover {
  text-decoration: none;
  color: #ffb000;
}
footer.footer .footer-caption {
  font-size: 16px;
  color: #aaaaaa;
  margin-bottom: 15px;
}
footer.footer .phone {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
}
footer.footer .footer-info-block {
  margin-bottom: 50px;
}
footer.footer .footer-copy {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .footer-copy .footer-logo {
  max-width: 100%;
}
footer.footer .footer-copy .copy {
  text-align: center;
}
footer.footer .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 40px;
}
footer.footer .footer-links .item {
  margin: 0 20px;
}

.hnp {
  font-size: 18px;
}
.hnp a {
  display: block;
  color: inherit;
  line-height: 1em;
  margin-bottom: 20px;
}
.hnp a:hover {
  color: inherit;
  opacity: 0.8;
}

.pagenav {
  font-size: 15px;
  padding: 4px;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenav i {
  margin-right: 5px;
}

.pagenav span,
.pagenav a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: auto;
  margin: 0 5px;
  border-radius: 50px;
}

.pagenav span {
  background-color: #ff2816;
  padding: 3px 8px 3px 8px;
}

.pagenav span + a,
.pagenav a + a,
.pagenav a + span,
.pagenav a + i,
.pagenav span + i {
  margin-left: 0;
}

.pagenav a {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  padding: 3px 8px 3px 8px;
}

.pagenav a:hover {
  color: #fff;
  background-color: #ff2816;
  text-decoration: none;
}

.side-menu-toggle, .side-menu-close {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.side-menu-toggle:before, .side-menu-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.side-menu-toggle:focus, .side-menu-close:focus {
  outline: none;
}
.side-menu-toggle:hover, .side-menu-close:hover {
  color: #fff;
  text-decoration: none;
}
.side-menu-toggle {
  background-color: #ffb000;
  color: #fff;
}
.side-menu-toggle:hover {
  opacity: 0.8;
}
.side-menu-toggle:before {
  content: "\f0c9";
}
.side-menu-close {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: rgba(245, 53, 62, 0.9882352941);
  color: #fff;
}
.side-menu-close:hover {
  opacity: 0.8;
}
.side-menu-close::before {
  content: "\f060";
}

.backward {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: rgba(245, 53, 62, 0.9882352941);
  color: #fff;
  box-shadow: none;
  border: none;
  transition: 0.2s;
  cursor: pointer;
}
.backward:hover {
  opacity: 0.9;
}
.backward:focus {
  outline: none;
}
.backward:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.text-small {
  font-size: 14px;
}

.contacts-map {
  min-height: 100px;
}

.contact-page-answer {
  text-align: center;
}
.contact-page-answer:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 120px;
  line-height: 1em;
  margin-bottom: 30px;
}
.contact-page-answer.danger::before {
  content: "\f071";
  color: red;
  font-weight: bold;
}
.contact-page-answer.success::before {
  content: "\f058";
  color: #2bbf2b;
  font-weight: bold;
}

.side {
  margin-top: 5px;
  margin-left: -30px;
}
.side .menu-nav-links {
  display: block;
  min-height: 0;
}
.side .menu-nav-links .item {
  margin: 0 1px 3px 0;
}

.sideblock {
  margin-bottom: 30px;
}
.sideblock .sidebody {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.sidenav-wrapper {
  position: relative;
}
.sidenav-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav-wrapper ul a {
  display: block;
  margin-bottom: 5px;
  padding: 9px 10px 9px 15px;
  background-color: #ff2816;
  color: inherit;
}
.sidenav-wrapper ul li.current-link a, .sidenav-wrapper ul a:hover {
  text-decoration: none;
  background-color: #f16b20;
}

.articles-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.articles-title a {
  color: inherit;
}
.articles-title a:hover {
  color: #f16b20;
  text-decoration: none;
}

.article-tools {
  margin-top: 10px;
  display: flex;
}
.article-tools .item {
  color: #aaa;
}
.article-tools .item a {
  color: inherit;
}
.article-tools .item a:hover {
  color: #ff2816;
}
.article-tools .item i {
  margin-right: 5px;
}
.article-tools .item + .item {
  margin-left: 10px;
}

.article-description {
  font-size: 15px;
}

.text-buttons-filed {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-info {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info.sm {
  margin: 10px 0 0;
}
.news-info .infos {
  display: flex;
}
.news-info .item i {
  margin-right: 5px;
}
.news-info .item + .item {
  margin-left: 15px;
}
.news-info .item a {
  color: inherit;
}
.news-info .item a:hover {
  color: #ff2816;
}

#main-bg {
  background-color: #fff;
}

body.inner #main-bg {
  padding: 40px 30px;
}
body.inner header {
  border-bottom: 1px solid #ddd;
}
body.inner .capmain {
  margin: 30px 0;
  text-align: left;
}
body.inner .capmain.inherit {
  margin: 0 0 20px;
}

.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
  .button {
    padding: 18px 20px 17px;
    font-size: 13px;
  }
  .button.sm {
    font-size: 12px;
    padding: 9px 15px 8px;
  }
  h2 {
    font-size: 1.5em;
  }
  header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .logo {
    margin-bottom: 10px;
  }
  header .info {
    flex-direction: column;
  }
  header .info .button {
    margin-left: 0;
  }
  header .iconed-item {
    margin-bottom: 10px;
  }
  header .iconed-item.tel {
    font-size: 16px;
  }
  header .iconed-item + .iconed-item {
    margin-left: 0;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -150%;
    bottom: 0;
    width: 100%;
    padding: 60px 25px 0;
    box-shadow: 0 0 30px rgba(79, 75, 71, 0.5);
    background-color: #ffb000;
    z-index: 25;
    transition: 0.2s;
  }
  .nav-links.normal-left {
    left: 0;
  }
  .nav-links ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .nav-links ul li {
    padding: 10px 0;
  }
  .nav-links ul li + li {
    margin-left: 0px;
  }
  .nav-links ul li:hover .showup {
    left: -100%;
  }
  .nav-links a {
    font-size: 24px;
  }
  .nav-links a:hover {
    color: #e5e5e5;
    text-decoration: underline;
  }
  .nav-links .showup {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    background-color: #fff;
    flex-direction: column;
    transition: 0.2s;
    z-index: 26;
  }
  .nav-links .showup .showup-item {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  .nav-links .showup.normal-left {
    left: 0 !important;
  }
  .side-menu-toggle, .side-menu-close {
    display: flex !important;
  }
  .side-menu-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
  .modal-dialog .modal-content {
    border-radius: 0;
  }
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .stacktable.small-only tr:first-child {
    display: none;
  }
  .stacktable.small-only .st-key {
    font-weight: bold;
  }
  .stacktable.small-only td {
    display: block;
  }
  .stacktable.small-only .st-head-row {
    background: #f5f5f5;
  }
  .stacktable.small-only.table-bordered td, .stacktable.small-only.table-bordered th {
    border-top: none;
  }
  .main-view {
    margin-top: 0;
    padding-bottom: 90px;
  }
  .main-view h1 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  .main-view .comment {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-bottom: 25px;
  }
  .main-view .right-part {
    display: none;
  }
  .main-view .left-part {
    width: 100%;
  }
  .main-view .button-field {
    display: block;
    text-align: center;
  }
  .main-view .button-field .content {
    text-align: center;
  }
  .main-view .button-field .content .title {
    font-size: 18px;
  }
  .main-view .button-field .button {
    margin-top: 10px;
  }
  .main-view .next-view {
    bottom: 10px;
  }
  .facts {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
  }
  .facts .fact {
    padding: 0;
    margin-bottom: 10px;
  }
  .facts .fact:first-child {
    margin-left: 0;
  }
  .cat-block {
    display: flex;
    flex-direction: column;
    padding: 0 15px 0;
    margin-bottom: 30px;
  }
  .cat-block .caption {
    font-size: 13px;
  }
  .cat-block .models-list {
    flex: 1 1 auto;
  }
  .cat-block .button-field {
    margin-top: 15px;
  }
  .middle-description {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .fact-block {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #offer {
    margin-top: 30px;
    padding-bottom: 120px;
  }
  #offer .content {
    width: 100%;
  }
  #offer:after {
    height: 110px;
    top: auto;
    bottom: 0;
    background-position: center center;
  }
  .some-block .capt {
    font-size: 13px;
  }
  #about .button-field .capt {
    font-size: 18px;
  }
  #about .button-field .description {
    font-size: 16px;
  }
  #jobs .wide-title, #jobs .light-text {
    font-size: 16px;
  }
  .job-toggler {
    font-size: 13px;
    padding: 15px 10px;
  }
  footer.footer .phone {
    font-size: 18px;
  }
  footer.footer .footer-links {
    flex-direction: column;
  }
  footer.footer .footer-links .item {
    margin: 0 5px;
  }
  .footer-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-copy .copy {
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .hnp {
    font-size: 16px;
  }
  .capmain h1, .capmain h2, .capmain .title {
    font-size: 22px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (min-width: 760px) and (max-width: 980px) {
  body {
    font-size: 16px;
  }
  .button {
    padding: 18px 20px 17px;
    font-size: 13px;
  }
  h2 {
    font-size: 1.5em;
  }
  header {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  header .logo {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  header .iconed-item.tel {
    font-size: 16px;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    box-shadow: 0 0 30px rgba(79, 75, 71, 0.5);
    background-color: #ffb000;
    z-index: 25;
    transition: 0.2s;
  }
  .nav-links.normal-left {
    left: 0;
  }
  .nav-links ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .nav-links ul li {
    padding: 10px 0;
  }
  .nav-links ul li + li {
    margin-left: 0px;
  }
  .nav-links ul li:hover .showup {
    left: -100%;
  }
  .nav-links a {
    font-size: 24px;
  }
  .nav-links a:hover {
    color: #e5e5e5;
    text-decoration: underline;
  }
  .nav-links .showup {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    background-color: #fff;
    flex-direction: column;
    transition: 0.2s;
    z-index: 26;
  }
  .nav-links .showup .showup-item {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  .nav-links .showup.normal-left {
    left: 0 !important;
  }
  .side-menu-toggle, .side-menu-close {
    display: flex !important;
  }
  .side-menu-toggle {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 99;
  }
  .main-view h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .main-view .comment {
    width: 80%;
    padding-bottom: 45px;
  }
  .main-view .right-part {
    display: none;
  }
  .main-view .left-part {
    width: 100%;
  }
  .main-view .button-field .content .title {
    font-size: 22px;
  }
  .cat-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 15px 0;
  }
  .cat-block .caption {
    font-size: 13px;
  }
  .cat-block .models-list {
    flex: 1 1 auto;
  }
  .cat-block .button-field {
    margin-top: 5px;
  }
  .middle-description {
    font-size: 18px;
  }
  .fact-block {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #offer {
    margin-top: 30px;
  }
  #offer .content {
    width: 100%;
  }
  #offer:after {
    height: 60%;
    top: auto;
    bottom: 0;
    background-position: center center;
  }
  .some-block .capt {
    font-size: 13px;
  }
  #jobs .wide-title, #jobs .light-text {
    font-size: 16px;
  }
  footer.footer .phone {
    font-size: 18px;
  }
  footer.footer .footer-links .item {
    margin: 0 5px;
  }
  .footer-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-copy .copy {
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  .button {
    padding: 22px 20px 20px;
    font-size: 15px;
  }
  header .iconed-item.tel {
    font-size: 16px;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    box-shadow: 0 0 30px rgba(79, 75, 71, 0.5);
    background-color: #ffb000;
    z-index: 25;
    transition: 0.2s;
  }
  .nav-links.normal-left {
    left: 0;
  }
  .nav-links ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .nav-links ul li {
    padding: 10px 0;
  }
  .nav-links ul li + li {
    margin-left: 0px;
  }
  .nav-links ul li:hover .showup {
    left: -100%;
  }
  .nav-links a {
    font-size: 24px;
  }
  .nav-links a:hover {
    color: #e5e5e5;
    text-decoration: underline;
  }
  .nav-links .showup {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    background-color: #fff;
    flex-direction: column;
    transition: 0.2s;
    z-index: 26;
  }
  .nav-links .showup .showup-item {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  .nav-links .showup.normal-left {
    left: 0 !important;
  }
  .side-menu-toggle, .side-menu-close {
    display: flex !important;
  }
  .side-menu-toggle {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 99;
  }
  .main-view h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .main-view .comment {
    width: 80%;
    padding-bottom: 45px;
  }
  .main-view .right-part {
    width: 30%;
    padding: 0 0 0 30px;
  }
  .main-view .right-part .machines-count {
    font-size: 200px;
    line-height: 220px;
  }
  .main-view .right-part .lighten-text {
    font-size: 15px;
  }
  .main-view .right-part .lighten-text mark ~ mark {
    margin-top: -8px;
  }
  .main-view .left-part {
    width: 70%;
  }
  .main-view .button-field .content .title {
    font-size: 22px;
  }
  .cat-block {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .cat-block .caption {
    font-size: 15px;
  }
  .cat-block .models-list {
    flex: 1 1 auto;
  }
  .cat-block .button-field {
    margin-top: 5px;
  }
  .middle-description {
    font-size: 18px;
  }
  .fact-block {
    font-size: 16px;
  }
  #offer {
    margin-top: 30px;
  }
  #offer:after {
    top: 0;
    background-position: center center;
  }
  .some-block .capt {
    font-size: 13px;
  }
  #jobs .wide-title, #jobs .light-text {
    font-size: 16px;
  }
  footer.footer .phone {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  body {
    overflow-x: hidden;
  }
  header {
    padding: 30px 0;
  }
  .nav-links ul li + li {
    margin-left: 30px;
  }
}
@media (min-width: 660px) {
  .modal-dialog.modal-lg {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  .modal-dialog.modal-lg {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.test {
  color: transparent;
}

.footer__cookie {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  max-width: 615px;
  z-index: 9999;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .footer__cookie {
    max-width: unset;
  }
}
.footer__cookie .cookie__wrapper {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  padding: 16px 30px;
  border-radius: 4px;
}

.footer__cookie .cookie__content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

@media (max-width: 425px) {
  .footer__cookie .cookie__content {
    flex-direction: column;
    align-items: center;
  }
}
.footer__cookie .cookie__text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 640px) {
  .footer__cookie .cookie__text {
    text-align: center;
  }
}
.footer__cookie .cookie__text a {
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

.footer__cookie .cookie__accept {
  flex-shrink: 0;
  font-size: 14px;
  white-space: nowrap;
  padding: 15px;
}/*# sourceMappingURL=styles.css.map */