@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
.slick-initialized {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-slider {
  position: relative;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background: #E0E0E0;
}
.slick-dots li.slick-active {
  background-color: #D83D3E;
}
.slick-dots li.slick-active > button {
  background-color: #D83D3E;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  outline: none;
  border: none;
  background: #E0E0E0;
}
.slick-dots li button:hover {
  background-color: #D83D3E;
}
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li:hover {
  background: #D83D3E;
  opacity: 0.7;
}
.slick-dots li:hover button {
  background: #D83D3E;
}
button.slick-prev,
button.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 1001;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
button.slick-prev:hover,
button.slick-next:hover,
button.slick-prev:active,
button.slick-next:active {
  opacity: 1;
  box-shadow: none;
}
button.slick-prev.slick-disabled,
button.slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
button.slick-prev:before,
button.slick-next:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 7px;
  border-top-width: 0;
  border-right-width: 0;
}
button.slick-next {
  left: auto;
  right: 0;
}
button.slick-next:before {
  transform: rotate(-135deg);
  right: 7px;
  left: auto;
}
.cms-clients .clients-slider,
.additional-equipment-slider .clients-slider {
  padding: 0 4.48vw;
  margin-top: 30px;
}
.cms-clients button,
.additional-equipment-slider button {
  width: 40px;
}
.cms-clients button.slick-prev,
.additional-equipment-slider button.slick-prev,
.cms-clients button.slick-next,
.additional-equipment-slider button.slick-next {
  right: 9px;
}
.cms-clients button.slick-prev:before,
.additional-equipment-slider button.slick-prev:before,
.cms-clients button.slick-next:before,
.additional-equipment-slider button.slick-next:before {
  width: 40px;
  height: 15px;
  background: url("../images/arrow-right-dark.svg") no-repeat center;
  transform: none;
  border: none;
  position: static;
}
.cms-clients button.slick-prev.slick-disabled,
.additional-equipment-slider button.slick-prev.slick-disabled,
.cms-clients button.slick-next.slick-disabled,
.additional-equipment-slider button.slick-next.slick-disabled {
  visibility: visible;
  opacity: 0.5;
  cursor: default;
}
.cms-clients button.slick-prev,
.additional-equipment-slider button.slick-prev {
  left: 9px;
}
.cms-clients button.slick-prev:before,
.additional-equipment-slider button.slick-prev:before {
  background: url("../images/arrow-left-dark.svg") no-repeat center;
}
@media (max-width: 767px) {
  .cms-clients .clients-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cms-clients button.slick-arrow {
    position: static;
    order: 4;
    margin: 45px 20px 0 20px;
  }
  .additional-equipment-slider button.slick-arrow {
    bottom: 0;
    top: auto;
    transform: none;
    width: 29px;
  }
  .additional-equipment-slider button.slick-arrow:before {
    width: 29px;
    background-size: contain;
  }
  .additional-equipment-slider .slick-dots {
    bottom: 13px;
  }
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
  border: 1px solid #ebebeb;
}
::-webkit-scrollbar-thumb {
  background-color: #B2B5B7;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* Change Autocomplete styles in Chrome*/
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  background-color: #fff !important;
  border: none;
}
@-webkit-keyframes autofill {
  to {
    background: #fff;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
#scroll {
  width: 40px;
  height: 40px;
  background: url("../images/ico-scroll-top.svg") no-repeat center;
  background-size: cover;
  box-shadow: 0 6px 16px rgba(56, 59, 80, 0.1), 0 8px 24px rgba(56, 59, 80, 0.15);
  position: fixed;
  top: auto;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in, transform 0.2s ease-in;
}
#scroll.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-wrapper {
  position: relative;
  top: 132px;
}
.page-header {
  background: #222;
  border: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.page-header .panel.wrapper {
  border: none;
}
.page-header .top-header-text {
  color: rgba(255, 255, 255, 0.6);
}
.page-header .top-header-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  display: inline-block;
}
.page-header .top-header-text ul a,
.page-header .top-header-text ul a:hover,
.page-header .top-header-text ul a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.page-header .top-header-text li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  margin: 0;
}
.page-header .top-header-text li:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: auto;
  right: -3px;
}
.page-header .panel.header {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header .main-phone,
.nav-sections .main-phone {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/flash.svg") no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.page-header .main-phone .digit,
.nav-sections .main-phone .digit {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  background-size: contain;
}
.page-header .main-phone .text,
.nav-sections .main-phone .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.page-header .header-link-call,
.nav-sections .header-link-call {
  color: #D83D3E;
  font-weight: 600;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  display: inline-block;
}
.page-header .header-link-call a,
.nav-sections .header-link-call a,
.page-header .header-link-call a:hover,
.nav-sections .header-link-call a:hover,
.page-header .header-link-call a:active,
.nav-sections .header-link-call a:active {
  text-decoration: none;
  color: inherit;
  padding: 9px 16px;
  border-radius: 30px;
}
.block-search input {
  border-radius: 30px;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  height: 36px;
}
.block-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.block-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.block-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.block-search input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.block-search .action.search {
  opacity: 1 !important;
  right: 14px;
}
.block-search .action.search:before {
  color: #C8C8C8;
  line-height: 35px;
}
.block-search input + #search_autocomplete {
  margin-top: 5px;
}
.block-search input:focus + #search_autocomplete .qs-option-name {
  color: #999;
}
@media (min-width: 1330px) {
  .block-search {
    flex: 1;
    max-width: unset !important;
    margin: 0 15px;
  }
  .block-search input {
    height: 30px;
    transition: max-width 0.3s ease-out;
    max-width: 300px;
  }
  .block-search input:focus {
    position: absolute;
    width: 300%;
    max-width: 450px;
    transform: translateX(-66.66%);
  }
  .block-search form.minisearch.active input {
    position: absolute;
    width: 300%;
    max-width: 450px;
    transform: translateX(-66.66%);
  }
  .block-search form.minisearch.active #search_autocomplete {
    transform: translateX(-66.66%);
  }
  .block-search form.minisearch.active #search_autocomplete .qs-option-name {
    color: #999;
  }
  .block-search .actions .action.search {
    margin-top: -2px;
    pointer-events: none;
  }
}
.page-main {
  padding-top: 31px;
}
.footer.content {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  border: none;
}
.footer.content .logo {
  margin: 0 75px 0 0;
}
.footer.content .footer-address {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.footer.content .footer-address .item {
  width: 200px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer.content .footer-address .item-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.footer.content .footer-address .item-text {
  color: rgba(255, 255, 255, 0.6);
}
.footer.content .main-phone {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 15px;
}
.footer.content .main-phone .digit {
  font-size: 24px;
  line-height: 24px;
}
.footer.content .main-phone .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer.content .main-phone br {
  display: none;
}
.footer.content .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: 35px;
  padding: 0;
}
.before-footer-info {
  margin-bottom: 60px;
  line-height: 20px;
  padding-top: 60px;
  border-top: 1px solid #E0E0E0;
}
@media (min-width: 1330px) {
  .mobile-phone {
    display: none;
  }
  .header.links li {
    background: #D83D3E;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 1px !important;
    padding: 8px 12px;
    display: inline-flex !important;
    align-items: center;
  }
  .header.links li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
  }
  .header.links li.selection:before {
    background-image: url("../images/ico-01.svg");
  }
  .header.links li.repair:before {
    background-image: url("../images/ico-02.svg");
  }
  .header.links .call {
    display: none !important;
  }
  .navigation .level0 > a {
    border-bottom: 3px solid transparent;
  }
  .header.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 10px;
  }
  .header.content .navigation {
    width: auto;
    text-transform: uppercase;
    margin: 0;
  }
  .header.content .logo {
    margin: -15px 0 0 0;
  }
  .header.content:before,
  .header.content:after {
    content: none !important;
  }
  .block-search {
    max-width: 200px;
    width: auto;
    padding: 0;
  }
  .sections.nav-sections {
    display: none;
  }
}
@media (max-width: 1599px) {
  .navigation .level0 > .level-top {
    padding-left: 7px;
    padding-right: 7px;
    color: #fff !important;
  }
}
@media (max-width: 1329px) {
  .panel.wrapper,
  header .main-phone,
  .header-link-call {
    display: none !important;
  }
  #scroll {
    width: 40px;
    height: 40px;
    bottom: 18px;
    left: 18px;
  }
  .page-wrapper {
    top: 52px;
  }
  .header.content {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 54px;
  }
  .header.content .navigation {
    display: none;
  }
  .header.content .logo {
    max-width: 93px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .nav-toggle {
    top: 7px;
    left: 12px;
  }
  .nav-toggle:before {
    content: "";
    background: url("../images/ico-menu.svg") no-repeat center;
    width: 28px;
    height: 40px;
  }
  .nav-toggle:after {
    background: rgba(0, 0, 0, 0.3) !important;
  }
  .nav-sections .header-link-call {
    display: inline-block !important;
  }
  .nav-sections .header.links {
    border: none;
  }
  .nav-sections .header.links li {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0;
  }
  .nav-sections .header.links li a {
    border: none;
  }
  .block-search {
    max-width: initial;
    margin: 0;
  }
  .block-search .control {
    border: none;
  }
  .block-search .label {
    cursor: pointer;
  }
  .block-search .label:before {
    content: "";
    width: 22px;
    height: 28px;
    background: url("../images/ico-search.svg") no-repeat center;
    margin: 0;
  }
  .block-search input {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .navigation .level0 > .level-top {
    padding-left: 18px;
  }
  .nav-sections {
    width: 290px;
    left: -290px;
    background: #222222;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-sections li.level0 {
    font-size: 13px;
    border: none;
    margin: 8px 0;
  }
  .nav-sections li.level0:last-child {
    border: none;
  }
  .nav-sections li.level0 .level-top {
    font-weight: 600;
  }
  .nav-open .page-wrapper {
    left: 290px;
  }
  .nav-sections-item-title {
    width: 63%;
    height: 52px;
    background: #383838 !important;
    padding-top: 20px;
  }
  .nav-sections-item-title:first-child {
    width: 37%;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    opacity: 0.5;
    position: relative;
    padding: 0 10px;
  }
  .nav-sections-item-title .nav-sections-item-switch:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D83D3E;
    top: auto;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    bottom: -16px;
  }
  .nav-sections-item-title.active {
    opacity: 1;
    background: #383838;
  }
  .nav-sections-item-title.active .nav-sections-item-switch,
  .nav-sections-item-title.active .nav-sections-item-switch:before {
    opacity: 1;
  }
  .nav-sections-item-title a,
  .nav-sections-item-title a:hover,
  .nav-sections-item-title a:active {
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-phone {
    width: calc(100% - 30px);
    margin: 0 15px;
    border-top: 1px solid #666666;
    text-align: center;
    padding: 10px 0 15px 0;
    align-self: flex-end;
  }
  .mobile-phone .main-phone {
    display: inline-flex;
    margin-bottom: 7px;
  }
  .page-footer {
    background: #222;
    padding: 0 9px;
  }
  .footer.content {
    justify-content: center;
    padding-top: 25px;
  }
  .footer.content .logo {
    margin: 0 0 32px 0;
  }
  .footer.content .logo img {
    margin: 0 auto;
  }
  .footer.content .footer-address {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .footer.content .footer-address .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer.content .footer-address .item-title {
    font-size: 11px;
  }
  .footer.content .footer-address .item-text {
    font-size: 11px;
  }
  .footer.content .copyright {
    order: 6;
    width: 100%;
    padding-bottom: 15px;
  }
  .footer.content .main-phone {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer.content .main-phone .digit {
    width: 100%;
    margin: 0;
  }
  .footer.content .action.nav-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
    line-height: 16px;
  }
  html:not(.nav-open) .page-header {
    z-index: 1010;
  }
  .nav-sections-item-title[aria-controls="store.settings"] {
    width: 100%;
  }
  .columns .column.main {
    padding-bottom: 20px;
  }
  .page-main > .page-title-wrapper .page-title {
    word-break: break-word;
  }
  .nav-sections {
    max-width: 245px;
  }
  .footer.content .footer-address .item {
    width: 100%;
    text-align: center;
  }
  .footer.content .footer-address .item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .before-footer-info {
    text-align: center;
    line-height: 16px;
    margin-bottom: 17px;
    padding-top: 30px;
  }
}
.cms-index-index .page-header {
  margin-bottom: 0;
}
.cms-index-index .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cms-index-index #maincontent {
  max-width: 1920px;
  padding: 0;
}
.cms-index-index .home-slide-wrap {
  min-height: 720px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-index-index .home-slide-inner {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px;
}
.cms-index-index .home-slide-label {
  margin-bottom: 60px;
}
.cms-index-index .home-slide-label img {
  width: auto;
  height: auto;
}
.cms-index-index .home-slide-title {
  font-size: 72px;
  line-height: 92px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 30px;
}
.cms-index-index .home-slide-text {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.75);
}
.cms-index-index .home-slide-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 19px 32px;
  margin-top: 30px;
  line-height: 13px;
}
.cms-index-index .home-slide-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url("../images/ico-arrow-right-white.svg") no-repeat center;
  vertical-align: middle;
  margin-left: 16px;
}
.content-wrap {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto;
}
.cms-title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 11px;
}
.cms-subtitle {
  color: #666;
  text-align: center;
}
.home-our-products {
  text-align: center;
  margin-bottom: 80px;
}
.home-our-products .products-wrap {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 60px;
}
.home-our-products .item {
  padding-bottom: 45px;
  position: relative;
}
.home-our-products .item:hover:before {
  opacity: 1;
}
.home-our-products .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D83D3E;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  max-width: calc(100% - 48px);
}
.home-our-products a {
  display: block;
  color: #222;
  transition: color 0.2s ease-in;
}
.home-our-products a:hover {
  text-decoration: none;
  color: #D83D3E;
}
.home-our-products .product-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.home-our-products .img-wrap {
  min-height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 19px;
}
.categories-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.categories-01 .item {
  width: calc(50% - 5px);
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 530px;
  padding: 20px;
}
.categories-01 img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}
.categories-01 .item-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.categories-01 .item-info {
  margin-bottom: auto;
}
.categories-01 .item-tite {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}
.categories-01 .item-links a {
  color: #ffffff;
  font-weight: 600;
  line-height: 13px;
  background: rgba(34, 34, 34, 0.5);
  border-radius: 3px;
  padding: 7px 15px;
  display: inline-block;
  margin: 6px 6px 0 0;
}
.categories-01 .item-links a:last-child {
  margin-right: 0 !important;
}
.categories-01 .item-links a:hover,
.categories-01 .item-links a:active,
.categories-01 .item-links a:visited {
  color: #fff;
  text-decoration: none;
}
.categories-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.categories-02 .item {
  width: calc(50% - 5px);
  text-align: center;
  transition: background 0.2s ease-in;
  padding: 37px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories-02 .item:hover {
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.categories-02 .item-tite {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.categories-02 .item-subtitle {
  display: block;
  color: #666;
  margin-bottom: 30px;
}
.categories-02 img {
  margin-top: auto;
}
.advantages {
  background: url("../images/advantages-bg.jpg") no-repeat center;
  color: #fff;
  padding: 110px 86px;
  background-size: cover;
  margin-bottom: 60px;
}
.advantages .advantages-inner {
  max-width: 640px;
}
.advantages .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}
.advantages .subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 44px;
}
.advantages .items-wrap {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 0 -12px;
  list-style: none;
  padding: 0;
}
.advantages .item {
  width: 33.33%;
  padding: 0 12px;
  display: flex;
  margin: 0 0 25px 0;
  align-items: center;
}
.advantages .ico-cont {
  margin-right: 16px;
  min-width: 44px;
}
.cms-clients {
  text-align: center;
  padding-bottom: 23px;
}
.cms-clients .cms-title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}
@media (max-width: 1599px) {
  .cms-index-index .home-slide-wrap {
    min-height: calc(100vw * 0.5);
  }
  .cms-index-index .home-slide-inner {
    padding-bottom: 0;
  }
  .cms-index-index .home-slide-label {
    margin-bottom: 40px;
  }
  .cms-index-index .home-slide-title {
    font-size: 60px;
    line-height: 70px;
  }
  #banner-slider-carousel .owl-nav button {
    display: none;
  }
  .products-wrap .slick-arrow {
    height: 100%;
    border-left: 1px solid #E0E0E0;
  }
  .products-wrap .slick-arrow:before {
    border: none;
    transform: translateY(-50%);
    background: red;
    width: 7px;
    height: 13px;
    background: url("../images/arrow-right-gray.svg") no-repeat center;
    top: 50%;
    right: 11px;
  }
  .products-wrap .slick-arrow.slick-prev {
    left: 0;
    border-left: none;
    border-right: 1px solid #E0E0E0;
  }
  .products-wrap .slick-arrow.slick-prev:before {
    background: url("../images/arrow-left-gray.svg") no-repeat center;
    left: 11px;
  }
}
@media (max-width: 1439px) {
  #banner-slider-carousel .owl-nav .owl-prev {
    display: none;
  }
}
@media (max-width: 991px) {
  .content-wrap {
    padding: 0 15px;
  }
  .home-our-products .products-wrap {
    border: none;
    margin: 15px -15px 0 -15px;
    padding: 15px 33px 0 33px;
  }
  .home-our-products .item {
    padding-bottom: 0;
  }
  .home-our-products .item:before {
    content: none;
  }
  .home-our-products .img-wrap {
    margin-bottom: 10px;
  }
  .home-our-products .product-name {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1329px) {
  .cms-index-index .columns {
    display: block;
  }
  .home-our-products .img-wrap {
    min-height: 63px;
  }
  .home-our-products .img-wrap img {
    max-height: 63px;
  }
}
@media (max-height: 991px) {
  .categories-01 .item-tite {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .home-slide-wrap {
    padding: 0 24px 24px 24px;
    min-height: calc(100vw * 0.5);
    align-items: flex-end;
    border: none;
  }
  .cms-index-index .home-slide-inner {
    padding: 0;
    margin-bottom: 32px;
  }
  .cms-index-index .home-slide-label {
    max-width: 72px;
    margin-bottom: 13px;
  }
  .cms-index-index .home-slide-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0 24px 0 0;
  }
  .cms-index-index .home-slide-text {
    display: none;
  }
  .cms-index-index .home-slide-link {
    width: 32px;
    height: 32px;
    font-size: 0;
    color: transparent;
    line-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 24px;
    top: auto;
    bottom: 24px;
  }
  .cms-index-index .home-slide-link:after {
    margin: 0;
  }
  .home-our-products {
    margin-bottom: 43px;
  }
  .cms-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .cms-subtitle {
    font-size: 11px;
    line-height: 16px;
  }
  .categories-01 {
    margin: 0 -15px;
  }
  .categories-01 .item {
    width: 100%;
    height: 450px;
    padding: 7px 15px 12px 15px;
    overflow: hidden;
  }
  .categories-01 .item-tite {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .categories-01 .item-subtitle {
    font-size: 11px;
    line-height: 20px;
  }
  .categories-01 .item-links {
    font-size: 11px;
    line-height: 11px;
  }
  .categories-01 .item-links a {
    margin: 3px 3px 0 0;
    padding: 7px 12px;
  }
  .categories-01 img {
    top: 50%;
    transform: translateY(-50%);
  }
  .categories-02 {
    margin: 0 -15px;
  }
  .categories-02 .item {
    width: 100%;
    padding: 26px 15px 0 15px;
  }
  .categories-02 .item-tite {
    font-size: 16px;
    line-height: 24px;
  }
  .categories-02 .item-subtitle {
    font-size: 11px;
    line-height: 16px;
  }
  .advantages {
    margin: 0 -15px;
    background-image: url("../images/advantages-bg-mobile.jpg");
    background-position: 100% 100%;
    background-size: auto;
    padding: 25px 15px 103px 15px;
  }
  .advantages .title {
    font-size: 18px;
    line-height: 22px;
  }
  .advantages .subtitle {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 24px;
  }
  .advantages .item {
    font-size: 11px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .advantages .item br {
    display: none;
  }
  .advantages .ico-cont {
    width: 32px;
    min-width: 32px;
    margin-right: 12px;
  }
  .cms-clients {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cms-clients .cms-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 33px;
  }
}
@media (max-width: 599px) {
  .categories-01 .item {
    height: 380px;
  }
}
.cms-catalog .page-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 42px;
}
.logos-wrap {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.logos-wrap li {
  padding: 0;
  margin: 0;
}
.categories-wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 80px;
}
.category-wrap {
  width: 33.33%;
  padding: 5px;
  margin: 0;
}
.category-inner {
  border: 1px solid #E0E0E0;
  position: relative;
  background: url("../images/category-bg.jpg") no-repeat 100% 100%;
  padding: 20px 30px;
  min-height: 270px;
}
.category-inner .category-name {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.category-inner .category-name a {
  color: #222;
}
.category-inner .filters-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.category-inner .filters-wrap li {
  margin: 5px 0;
}
.category-inner .filters-wrap a {
  color: #666;
  padding: 4px 0;
  display: inline-block;
}
.category-inner img {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  z-index: 1;
}
@media (max-width: 1439px) {
  .category-inner img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .cms-catalog .page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 9px;
  }
  .logos-wrap {
    margin: 0 0 22px 0;
    justify-content: center;
  }
  .logos-wrap .img-cont {
    max-width: 144px;
  }
  .categories-wrap {
    margin-bottom: 35px;
  }
  .category-wrap {
    width: 50%;
  }
  .category-inner img {
    max-width: 70%;
    max-height: 80%;
  }
  .category-inner {
    min-height: 180px;
    padding: 20px 17px;
    height: 100%;
  }
  .category-inner .filters-wrap li {
    margin: 1px 0;
  }
  .category-name {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 10px 0;
  }
  .category-name br {
    display: none;
  }
}
@media (max-width: 550px) {
  .category-wrap {
    width: 100%;
  }
}
.cms-contacts .page-title-wrapper {
  text-align: center;
}
.cms-contacts .page-title {
  margin-bottom: 47px;
}
.cms-contacts #maincontent {
  max-width: 912px;
  padding-top: 48px;
}
.main-contact {
  background: #F2F2F2;
  padding: 24px;
  text-align: center;
  margin-bottom: 65px;
}
.main-contact .position {
  margin-top: 13px;
}
.main-contact .name {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 7px;
}
.main-contact .header-link-call {
  display: inline-block !important;
}
.main-contact a {
  color: #D83D3E;
  font-weight: 600;
  line-height: 13px;
  padding: 10px 15px;
  border: 2px solid #D83D3E;
  border-radius: 30px;
  display: inline-block;
  margin: 23px 0 7px 0;
}
.main-contact a:hover,
.main-contact a:visited {
  text-decoration: none;
}
.department-wrap .department-name {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 7px;
  margin-bottom: 33px;
}
.department-wrap .department-list {
  list-style: none;
  padding: 0;
  margin: 0 0 78px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.department-wrap .department-list:last-child {
  margin-bottom: 40px;
}
.department-wrap .department-list li {
  width: 50%;
  max-width: 385px;
  margin-bottom: 35px;
}
.department-wrap .department-location {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.department-wrap .person-info {
  display: flex;
  line-height: 26px;
}
.department-wrap .person-info span {
  display: block;
}
.department-wrap .photo-wrap {
  min-width: 110px;
  width: 110px;
  margin-right: 16px;
}
.department-wrap .person-name {
  color: #222;
  font-weight: 600;
}
@media (max-width: 1329px) {
  .cms-contacts #maincontent {
    margin: 0 auto;
    padding-top: 10px;
  }
  .cms-contacts .page-title {
    margin-bottom: 27px;
  }
  .main-contact {
    margin-bottom: 44px;
  }
  .department-wrap .department-list {
    margin-bottom: 60px;
  }
  .department-wrap .department-list:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .cms-contacts #maincontent {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cms-contacts .page-title {
    text-align: left;
  }
  .main-contact {
    padding: 16px 20px;
  }
  .main-contact .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1px;
  }
  .main-contact a {
    margin: 12px 0 9px 0;
    padding: 7px 15px;
  }
  .department-wrap .department-list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .department-wrap .department-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .department-wrap .department-location {
    font-size: 14px;
  }
  .department-wrap .photo-wrap {
    min-width: 90px;
    width: 90px;
    margin-right: 12px;
  }
  .department-wrap .person-info {
    line-height: 22px;
  }
}
.customerrequest-index-index .page-title-wrapper {
  text-align: center;
  padding-top: 16px;
}
.customerrequest-index-index #maincontent {
  max-width: 912px;
  margin: 0 auto;
  width: 100%;
}
.forms-tabs {
  margin: 33px 0 80px 0;
}
.trigger-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 15px;
  padding: 0 46px;
  scrollbar-width: none;
}
.trigger-wrap::-webkit-scrollbar {
  display: none;
}
.trigger-wrap img {
  display: block;
  margin: 0 auto 13px auto;
}
.forms-tabs .title {
  width: calc((100% - 80px) / 3);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-bottom: 22px;
  position: relative;
  cursor: pointer;
}
.forms-tabs .title.active {
  color: #D83D3E;
}
.forms-tabs .title.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D83D3E;
  top: auto;
  bottom: 0;
}
.forms-tabs .content {
  background: #F2F2F2;
  padding: 42px 64px 63px 64px;
}
.forms-tabs .content.call form {
  max-width: 350px;
  margin: 0 auto;
}
.forms-tabs .content.call .note {
  color: #222;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.forms-tabs .content.call .fieldset,
.forms-tabs .content.call .actions-toolbar {
  max-width: 280px;
  margin: 0 auto;
}
.forms-tabs .content.selection form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forms-tabs .content.selection .actions-toolbar {
  width: 100%;
  text-align: center;
}
.forms-tabs .content.selection .actions-toolbar div.primary {
  margin-top: 6px;
}
.forms-tabs .content.selection .actions-toolbar .primary {
  max-width: 272px;
  float: none;
  margin: 0 auto;
}
.forms-tabs .content.repair form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forms-tabs .content.repair .actions-toolbar {
  width: 100%;
  text-align: center;
}
.forms-tabs .content.repair div.primary {
  margin-top: 6px;
}
.forms-tabs .content.repair .primary {
  max-width: 272px;
  float: none;
  margin: 0 auto;
}
.forms-tabs .content div.primary {
  width: 100%;
  margin-top: 36px;
}
.forms-tabs .content div.primary .primary {
  margin: 0;
  width: 100%;
}
.forms-tabs ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(102, 102, 102, 0.5) !important;
}
.forms-tabs ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(102, 102, 102, 0.5) !important;
}
.forms-tabs :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(102, 102, 102, 0.5) !important;
}
.forms-tabs :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(102, 102, 102, 0.5) !important;
}
.forms-tabs .legend {
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 8px;
}
.forms-tabs select {
  height: 46px;
}
.forms-tabs .technical-info {
  width: 55%;
}
.forms-tabs .contact-info {
  width: 36.5%;
}
@media (max-width: 991px) {
  .customerrequest-index-index #maincontent {
    max-width: 100%;
    width: 100%;
  }
  .forms-tabs .content.call form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .customerrequest-index-index #maincontent {
    padding-top: 0;
  }
  .customerrequest-index-index .page-title-wrapper {
    text-align: left;
    padding-top: 10px;
  }
  .customerrequest-index-index input,
  .customerrequest-index-index select {
    height: 42px;
  }
  .customerrequest-index-index .fieldset > .field > .label,
  .customerrequest-index-index .fieldset > .fields > .field > .label {
    margin-bottom: 3px;
  }
  .customerrequest-index-index .fieldset > .field,
  .customerrequest-index-index .fieldset > .fields > .field {
    margin-bottom: 17px;
  }
  .customerrequest-index-index .action.primary {
    font-size: 14px;
  }
  .customerrequest-index-index .primary {
    max-width: 100% !important;
    width: 100% !important;
  }
  .forms-tabs {
    margin: 14px 0 40px 0;
  }
  .forms-tabs .title {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 19px;
    min-width: 140px;
  }
  .forms-tabs .title img {
    max-height: 24px;
    width: auto;
    margin: 0 auto 15px auto;
  }
  .forms-tabs .content {
    padding: 24px 16px;
  }
  .forms-tabs .content.call .fieldset,
  .forms-tabs .content.call .actions-toolbar {
    width: 100%;
    max-width: 100%;
  }
  .forms-tabs .content.call .note {
    text-align: left;
    font-size: 11px;
    line-height: 16px;
  }
  .forms-tabs .content div.primary {
    margin-top: 10px;
  }
  .forms-tabs .technical-info,
  .forms-tabs .contact-info {
    width: 100%;
  }
  .forms-tabs .legend {
    font-size: 11px;
    line-height: 20px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 4px;
  }
  .forms-tabs .fieldset {
    margin-bottom: 12px;
  }
  .trigger-wrap {
    padding: 0;
    overflow-x: auto;
    margin-bottom: 7px;
  }
}
@media (max-width: 500px) {
  .forms-tabs {
    position: relative;
  }
  .trigger-wrap:before,
  .trigger-wrap:after {
    content: '';
    display: block;
    width: 16px;
    height: 79px;
    position: absolute;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  .trigger-wrap.right-shadow:after {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    left: auto;
    right: 0;
  }
  .trigger-wrap.left-shadow:before {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
}
.cms-services .page-title-wrapper {
  text-align: center;
  margin: 16px 0 12px 0;
}
.cms-services .block-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
.cms-services .block-link a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 42px;
  background: #D83D3E;
  display: inline-block;
  margin-top: 30px;
  border-radius: 30px;
  font-weight: 600;
}
.cms-services .block-link a:hover {
  background: #bc2627;
  text-decoration: none;
}
.block-selection {
  background: #F2F2F2 url("../images/block-selection-bg.png") no-repeat 9% 100%;
  display: flex;
  justify-content: flex-end;
  padding: 58px 60px 90px 60px;
  font-size: 16px;
  line-height: 24px;
}
.block-selection .block-content {
  width: 41%;
}
.block-repair {
  background: url("../images/block-repair-bg.png") no-repeat right bottom;
  margin: 120px 0 88px 0;
}
.block-repair .block-content {
  width: 50%;
}
.block-repair .block-content p {
  margin-bottom: 22px;
}
.block-repair .items-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  max-width: 577px;
  justify-content: space-between;
}
.block-repair .items-wrap li {
  display: flex;
  width: 50%;
  max-width: 272px;
  margin-bottom: 19px;
}
.block-repair .ico-wrap {
  min-width: 44px;
  margin-right: 10px;
}
.block-repair .ico-text {
  font-weight: 600;
  color: #222;
}
.block-repair .block-link a {
  margin-top: 16px;
}
@media (max-width: 1329px) {
  .cms-services .page-title-wrapper {
    text-align: left;
  }
  .cms-services .block-title {
    font-size: 18px;
    line-height: 22px;
  }
  .block-selection {
    padding: 20px 60px 40px 60px;
    background-size: 53%;
  }
  .block-selection .block-content {
    width: 52%;
  }
  .block-repair {
    margin-top: 60px;
    background-size: 70%;
  }
}
@media (max-width: 767px) {
  .cms-services .page-title-wrapper {
    margin: 10px 0 24px 0;
  }
  .cms-services .block-title {
    margin-bottom: 17px;
  }
  .cms-services .block-link a {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 24px;
    padding: 13px 20px;
  }
  .block-selection {
    background-image: none;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  .block-selection:before {
    content: '';
    display: block;
    width: 100%;
    background: url("../images/block-selection-bg.png") no-repeat;
    background-size: cover;
    height: 63vw;
    margin-bottom: 3px;
  }
  .block-selection .block-content {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 0 15px;
  }
  .block-repair {
    background-image: none;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
  }
  .block-repair:after {
    content: '';
    display: block;
    width: 100%;
    background: url("../images/block-repair-bg.png") no-repeat right;
    height: 55vw;
    background-size: cover;
    margin-top: 34px;
  }
  .block-repair .block-content {
    width: 100%;
    padding: 0 15px;
  }
  .block-repair .block-content p {
    margin-bottom: 17px;
  }
  .block-repair .items-wrap li {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .block-repair .items-wrap li br {
    display: none;
  }
  .block-repair .ico-wrap {
    min-width: 32px;
    max-width: 32px;
  }
  .block-repair .block-link a {
    margin-top: 8px;
  }
}
.cms-about-us .page-title-wrapper {
  text-align: center;
  margin: 18px 0 10px 0;
}
.cms-about-us .page-main ul {
  list-style-image: url('../images/ellipse.svg');
  padding: 4px 0 0 41px;
  margin: 25px 0 40px 0;
}
.cms-about-us .page-main li {
  padding: 0 0 0 6px;
  margin: 0 0 13px 0;
}
.cms-about-us .page-main p {
  margin-bottom: 22px;
}
.cms-about-us .img-cont {
  margin-bottom: 60px;
}
.cms-about-us .text-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.cms-about-us .introduction {
  font-size: 16px;
  line-height: 24px;
}
.cms-about-us .introduction p {
  margin-bottom: 25px;
}
.cms-about-us .title {
  margin: 60px 0 20px 0;
  font-size: 16px;
  line-height: 20px;
}
.cms-about-us .title strong {
  font-weight: 600;
  color: #222;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cms-about-us .introduction {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -10px;
  }
  .cms-about-us .introduction p {
    margin-bottom: 20px;
  }
  .cms-about-us .page-title-wrapper {
    text-align: left;
    margin: 10px 0 25px 0;
  }
  .cms-about-us .page-main ul {
    margin: 12px 0 23px 0;
    padding-left: 31px;
  }
  .cms-about-us .page-main p {
    margin-bottom: 17px;
  }
  .cms-about-us .img-cont {
    margin-bottom: 10px;
  }
  .cms-about-us .title {
    font-size: 14px;
    line-height: 21px;
    margin: 43px 0 11px 0;
  }
  .cms-about-us .text-wrap {
    margin-bottom: 40px;
  }
}
.page-products .column.main .page-title-wrapper h2 {
  font-size: 48px;
  line-height: 64px;
  margin-top: 0;
  margin-bottom: 25px;
}
.page-products .toolbar {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 12px 0;
}
.page-products .toolbar .limiter {
  display: block;
}
.page-products .toolbar:before,
.page-products .toolbar:after {
  content: none !important;
}
.page-products .toolbar .sorter label:after {
  content: ':';
}
.page-products .toolbar .sorter a {
  display: none;
}
.page-products .toolbar .limiter label span:after {
  content: ':';
}
.page-products .toolbar select {
  box-shadow: none;
}
.page-products .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-products .products-grid .product-item {
  width: 33.33%;
  margin-left: 0 !important;
  padding: 5px;
  text-align: center;
}
.page-products .products-grid .product-item-link {
  color: #222;
  font-size: 15px;
  line-height: 20px;
}
.page-products .product-item-info {
  width: 100%;
  border: 1px solid transparent;
  padding: 24px;
}
.page-products .product-item-info:hover,
.page-products .product-item-info.active {
  margin: 0;
  padding: 24px;
}
.page-products .sidebar-main {
  max-width: 270px;
}
.page-products .sidebar-main .categories {
  margin-bottom: 30px;
}
.page-products .sidebar-main .categories .title {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  font-weight: 600;
  margin-bottom: 25px;
}
.page-products .sidebar-main .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-products .sidebar-main .categories li {
  padding: 0;
  margin: 0;
}
.page-products .sidebar-main .categories li.active a {
  font-weight: 600;
  color: #222;
}
.page-products .sidebar-main .categories a {
  color: #666;
  padding: 5px 0;
  display: block;
  margin-bottom: 3px;
}
.page-products .category-cms {
  margin-bottom: 50px;
}
.page-products .category-cms .title {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 6px;
}
.page-products .category-cms h3 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 36px;
}
.page-products .category-cms ul {
  list-style: none;
  padding-left: 21px;
  margin-top: 17px;
}
.block-subtitle.filter-subtitle {
  border: none;
  color: #222;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
  padding-bottom: 14px;
}
.filter-current {
  background: #F2F2F2;
  padding: 0 24px;
}
.filter-current .items {
  border-bottom: 1px solid #E0E0E0;
  color: #222;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}
.filter-current .item {
  padding-left: 23px;
  margin-bottom: 17px;
}
.filter-current .filter-label {
  font-weight: 400;
}
.filter-current .filter-value {
  color: #222;
}
.block-actions.filter-actions {
  display: none;
}
.filter-options {
  padding: 10px 24px 14px 24px;
  background: #F2F2F2;
}
.filter-options .filter-options-title {
  color: #222;
  font-weight: 600;
  text-transform: none;
  padding-left: 0;
  padding-top: 15px;
}
.filter-options .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.filter-options .filter-options-content a {
  color: #222;
}
.filter-options .item {
  margin-bottom: 13px;
}
.filter-options .count {
  color: #666;
}
.filter-options-item {
  border: none;
  padding-bottom: 5px;
}
.products.wrapper + .toolbar {
  border: none;
  display: flex;
  justify-content: center;
}
.products.wrapper + .toolbar .limiter {
  display: none !important;
}
.pages .action {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: url("../images/pager-prev.svg") no-repeat center !important;
}
.pages .action:before {
  opacity: 0;
}
.pages .action.next {
  background: url("../images/pager-next.svg") no-repeat center !important;
}
@media (min-width: 1330px) {
  .page-products #maincontent > .page-title-wrapper {
    display: none;
  }
     .filter-options .filter-options-title:after {
    content: none !important;
  }
  .filter-options .filter-options-content {
    display: block !important;
  }
  .filter-options .filter-options-content a:hover {
    background: transparent;
  }
  .filter-current-subtitle {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 1329px) {
  .page-products .columns {
    padding-top: 40px;
  }
  .page-products .column.main .page-title-wrapper {
    display: none;
  }
  .page-products .sidebar.sidebar-main {
    max-width: 100%;
  }
  .page-products .sidebar.sidebar-main .categories {
    display: none;
  }
  .page-products .product-item-info {
    padding: 0;
  }
  .page-products .product-item-info:hover {
    padding: 0;
  }
  .page-products .toolbar.toolbar-products {
    border: none;
  }
  .page-products .toolbar.toolbar-products .limiter {
    display: none;
  }
  .page-products .toolbar.toolbar-products .sorter {
    position: static;
  }
  .filter-title strong {
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    border: 2px solid #222;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .filter-title strong:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/ico-filter.svg") no-repeat center;
    margin-right: 5px;
  }
  .block.filter.active .filter-title strong {
    top: 0;
    display: inline;
    width: auto;
    height: 100%;
  }
  .block.filter.active .filter-title strong:before {
    content: none;
  }
  .block.filter.active .filter-title strong:after {
    position: absolute;
    top: 16px;
    left: auto;
    right: 14px;
  }
  .block.filter.active .filter-subtitle {
    padding-left: 15px;
  }
  .block.filter.active .filter-options {
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }
  .block.filter.active .filter-options-title:after {
    right: 2px;
  }
  .filter .filter-current {
    background: transparent;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .filter .filter-current .items {
    border: none;
  }
  .filter .filter-current-subtitle {
    padding-left: 0;
  }
  @supports (-ms-ime-align:auto) {
    .block.filter.active {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    body.filter-active .filter-current {
      display: none !important;
    }
  }
}
@media (max-width: 767px) {
  .page-products .page-main {
    padding-top: 9px;
  }
  .page-products .page-title {
    margin-bottom: 26px;
  }
  .page-products .products {
    margin-top: 20px;
  }
  .page-products .products-grid .product-item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .page-products .product-item-details {
    margin-top: 23px;
  }
  .page-products .toolbar .sorter {
    text-align: left;
    width: 100%;
  }
  .page-products .toolbar .sorter-label {
    display: block;
  }
  .page-products .toolbar .sorter-options {
    margin: 5px 0;
    width: 100%;
  }
  .page-products .category-cms {
    margin-bottom: 40px;
  }
  .page-products .category-cms .title {
    font-size: 16px;
    line-height: 24px;
  }
  .page-products .category-cms h3 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 24px;
  }
  .page-products .category-cms ul {
    margin: 14px 0 17px 0;
  }
  .page-products .category-cms li {
    margin-bottom: 7px;
  }
}
.cms-documents .page-title-wrapper {
  text-align: center;
  margin-top: 16px;
}
.cms-documents .column.main {
  padding-bottom: 0;
}
.documents-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  margin-top: 58px;
}
.documents-wrap .item {
  width: 25%;
  text-align: center;
  margin-bottom: 120px;
  padding: 0 20px;
}
.documents-wrap .img-cont {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .cms-documents .page-title-wrapper {
    text-align: left;
    margin-top: 8px;
  }
  .documents-wrap {
    margin: 16px -4px 32px -4px;
    font-size: 11px;
    line-height: 16px;
  }
  .documents-wrap .item {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 30px;
  }
  .documents-wrap .img-cont {
    padding: 0 15px;
    margin-bottom: 11px;
  }
}
.catalog-product-view .page-title {
  margin: 6px 0 34px 0;
}
.catalog-product-view .product.media {
  width: 76.6%;
  margin-top: 4px;
}
.catalog-product-view .product-info-main {
  width: 23.4%;
  margin-top: -5px;
}
.catalog-product-view .product-info-main .form.contact {
  float: right;
  display: block;
}
.catalog-product-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: 0;
  left: inherit;
}
.catalog-product-view .fotorama__stage {
  left: 0 !important;
}
.catalog-product-view .fotorama__thumb {
  background: none;
}
.catalog-product-view .fotorama__thumb__arr {
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6531) 47.4%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog-product-view .fotorama__thumb__arr--left {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6531) 47.4%, #FFFFFF 100%);
}
.catalog-product-view .fotorama__thumb__arr--left .fotorama__thumb--icon {
  left: 2px !important;
  background: url("../images/gallery-arrow-left.svg") no-repeat center;
  background-size: contain;
  transform: rotate(90deg) !important;
  transform-origin: center;
}
.catalog-product-view .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: url("../images/gallery-arrow-left.svg") no-repeat center;
  transform: rotate(-90deg) !important;
  transform-origin: center;
}
.catalog-product-view .fotorama__thumb--icon {
  width: 17px !important;
  height: 32px !important;
  left: auto !important;
  background: url("../images/gallery-arrow-right.svg") no-repeat center;
  right: 2px;
  transform: translateY(-50%) !important;
  background-size: contain;
}
.catalog-product-view .fotorama__arr--disabled {
  display: none !important;
}
.catalog-product-view .fotorama__dot {
  width: 6px;
  height: 6px;
  border-color: #E0E0E0;
  background: #E0E0E0;
  top: 9px;
}
.catalog-product-view .fotorama__active .fotorama__dot {
  background: #D83D3E;
  border-color: #D83D3E;
}
.catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
  height: 20px;
  width: 15px;
}
.catalog-product-view iframe {
  margin: 0 auto;
  display: block;
}
.catalog-product-view .form.contact {
  width: 320px;
  background: #F2F2F2;
  padding: 24px 24px 35px 24px;
  margin: 8px 0 0 25px;
  display: none;
}
.catalog-product-view .form.contact .fieldset > .field,
.catalog-product-view .form.contact .fieldset > .fields > .field {
  margin-bottom: 15px;
}
.catalog-product-view .form.contact .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .form.contact .primary {
  width: 100%;
}
.catalog-product-view .form.contact .form-title {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.catalog-product-view .form.contact input {
  height: 42px;
}
.anchors-list {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding: 0;
  margin: 0 0 10px 0;
}
.anchors-list li {
  margin: 0 16px;
}
.anchors-list li:first-child {
  margin-left: 0;
}
.anchors-list li:first-child .anchor {
  color: #D83D3E;
  font-weight: 600;
}
.anchors-list li:first-child .anchor:before {
  opacity: 1;
}
.anchors-list li:last-child {
  margin-right: 0;
}
.anchors-list .anchor {
  color: #666;
  display: inline-block;
  padding: 5px 0 12px 0;
  position: relative;
  transition: color 0.2s ease-in;
}
.anchors-list .anchor:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D83D3E;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.anchors-list .anchor:hover {
  text-decoration: none;
  color: #D83D3E;
}
.anchors-list .anchor:hover:before {
  opacity: 1;
}
.product-info-main .product-logo {
  display: block;
  margin-bottom: 43px;
}
.product-info-main .description .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222;
  margin-bottom: 17px;
}
.product-info-main .description p {
  margin-bottom: 20px;
}
.product-info-main .description p:last-child {
  margin-bottom: 0;
}
.attribute.overview .value {
  position: relative;
  transition: all 0.2s ease-in;
  max-height: 700px;
  margin-bottom: 20px;
  overflow: hidden;
}
.attribute.overview .value:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 60px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.attribute.overview .value.collapsed {
  max-height: 470px;
}
.attribute.overview .value.collapsed:after {
  opacity: 1;
}
.link-more {
  color: #D83D3E;
  border-bottom: 1px dashed #D83D3E;
  display: none;
}
.link-more:hover,
.link-more:active {
  text-decoration: none;
  color: #D83D3E;
}
.additional-equipment {
  text-align: center;
  margin: 30px 0;
}
.additional-equipment-inner {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  padding: 40px 0 57px 0;
  background: url("../images/additional-equipment-top-bg.png") no-repeat center top, url("../images/additional-equipment-bottom-bg.png") no-repeat bottom;
}
.additional-equipment .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.additional-equipment .item {
  padding: 0 10px;
}
.additional-equipment .item-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
  margin: 10px 0 3px 0;
}
.additional-equipment-slider {
  padding: 60px 55px;
}
.config-products {
  margin: 3.25vw 0 3.25vw 0;
}
.config-products .title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.table-simple-products {
  border: none;
  border-top: 1px solid #E0E0E0;
}
.table-simple-products th:not(:first-child) {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #222;
}
.table-simple-products td,
.table-simple-products th {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 24px 20px;
  vertical-align: middle;
}
.table-simple-products td:nth-child(even),
.table-simple-products th:nth-child(even) {
  background: #F2F2F2;
}
.table-simple-products td:not(:first-child),
.table-simple-products th:not(:first-child) {
  text-align: center;
}
.table-simple-products td:first-child,
.table-simple-products th:first-child {
  font-weight: 600;
  color: #222;
}
.table-simple-products .row-price strong {
  color: #D83D3E;
  font-size: 24px;
  line-height: 36px;
}
.config-products-selector {
  display: none;
}
.product-description {
  margin-top: 60px;
}
.product-description::before {
  content: '';
  min-height: 1px;
  min-width: 1px;
  display: block;
  clear: both;
}
.product-description .type {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
.product-description p {
  margin-bottom: 20px;
}
.product-block {
  padding: 92px 80px 100px 80px;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
}
.product-block p {
  margin-bottom: 24px;
}
.product-block .block-text {
  width: 40%;
}
.product-block .block-img {
  width: 50%;
}
.product-block .block-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.product-block .block-dscr {
  font-size: 16px;
  line-height: 24px;
}
.product-block.color-white .block-title {
  color: #fff;
}
.product-block.color-white .block-text {
  color: rgba(255, 255, 255, 0.75);
}
.product-block.color-black .block-title {
  color: #222;
}
.product-block.text-right {
  justify-content: flex-end;
  background-position: left center;
}
.product-block.text-left {
  justify-content: flex-start;
  background-position: right center;
}
.product-block.text-center {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
}
.product-block.text-center .block-text {
  width: 100%;
  margin: 0 auto 60px auto;
}
.product-block.text-center .block-img {
  width: 100%;
}
.product-block.text-and-image {
  padding: 120px 30px 40px 30px;
}
.product-block.text-and-image .block-text {
  width: 50%;
  padding: 50px 30px;
}
.product-block.text-and-image .block-dscr {
  max-width: 550px;
}
.product-block.text-and-image .block-img {
  width: 50%;
}
#external_video {
  margin-top: 80px;
}
.attachments-wrap {
  background: #F2F2F2;
  padding: 47px 60px 60px 60px;
  margin-top: 60px;
}
.attachments-wrap a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 47px;
  position: relative;
  min-height: 42px;
}
.attachments-wrap a:hover,
.attachments-wrap a:active {
  text-decoration: none;
  color: #666;
}
.attachments-wrap a .attachment-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.attachments-wrap .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.attachments-wrap .attachment-name {
  color: #D83D3E;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-right: 8px;
  display: block;
}
.attachments-wrap .product-attachment:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1329px) {
  .catalog-product-view .column.main {
    display: block;
  }
  .catalog-product-view .product-info-main {
    float: right;
    width: 52%;
    max-width: 360px;
  }
  .catalog-product-view .product-info-main .form.contact {
    width: 300px;
    padding: 24px 20px 30px 20px;
  }
  .catalog-product-view .product.media {
    float: left;
    width: calc(100% - 360px);
  }
  .product-block {
    padding: 50px 60px 60px 60px;
  }
  .product-block.text-and-image {
    padding: 60px 30px;
  }
  .extended-description {
    margin: 0 -15px;
  }
  .product-block {
    padding: 30px 15px 250px 15px;
  }
  .product-block .block-title {
    font-size: 18px;
    line-height: 22px;
  }
  .product-block .block-dscr {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .form.contact {
    width: 100%;
    margin: 10px 0;
    display: block;
    margin-top: 60px;
  }
  .catalog-product-view .product.media {
    width: 100%;
  }
  .product-info-main .form.contact {
    display: none !important;
  }
  iframe {
    max-width: 100%;
  }
  .product-block {
    padding: 30px 50px 30px 50px;
  }
  .product-block.text-and-image {
    padding-bottom: 10px;
  }
  .product-block.text-center .block-img {
    max-width: 50%;
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .page-main {
    padding-top: 3px;
  }
  .catalog-product-view .page-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 13px;
  }
  .catalog-product-view .product-info-main {
    margin-top: 0;
  }
  .product-info-main .product-logo {
    max-width: 96px;
    margin-bottom: 25px;
  }
  .product-info-main .product.attribute.overview {
    margin-top: 5px;
  }
  .product-info-main .description .title {
    margin-bottom: 10px;
  }
  .product-info-main .description p {
    margin-bottom: 15px;
  }
  .anchors-wrap {
    display: none;
  }
  .product-block.text-left,
  .product-block.text-right,
  .product-block.text-center,
  .product-block.text-and-image {
    width: 100%;
    text-align: center;
    background-position: center bottom;
  }
  .product-block.text-left .block-dscr,
  .product-block.text-right .block-dscr,
  .product-block.text-center .block-dscr,
  .product-block.text-and-image .block-dscr {
    max-width: 100%;
  }
  .product-block.text-left .block-img,
  .product-block.text-right .block-img,
  .product-block.text-center .block-img,
  .product-block.text-and-image .block-img {
    width: 100%;
  }
  .product-block.text-left .block-text,
  .product-block.text-right .block-text,
  .product-block.text-center .block-text,
  .product-block.text-and-image .block-text {
    width: 100%;
  }
  .config-products .table-simple-products {
    border-top: none;
  }
  .config-products thead {
    display: none;
  }
  .config-products td {
    padding: 14px 8px;
    text-align: left;
  }
  .config-products td[data-id] {
    display: none;
  }
  .config-products td:nth-child(2) {
    display: table-cell;
  }
  .config-products td:nth-child(even) {
    background: #fff;
  }
  .config-products .config-products-selector {
    display: block;
    padding-right: 50px;
    height: 56px;
    background-color: #F2F2F2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    border: none;
    border-radius: 0;
    background-image: url("../images/select-bg-big.svg");
    background-size: auto;
    background-position: calc(100% - 20px) center;
  }
  .config-products .config-products-selector:focus,
  .config-products .config-products-selector:active {
    box-shadow: none;
  }
  .attribute.overview .value:after {
    height: 30px;
  }
  .attribute.overview .value.collapsed {
    max-height: 360px;
  }
  .table-simple-products td {
    color: #222;
    text-align: left !important;
  }
  .table-simple-products td:first-child {
    font-weight: 400;
    color: #666;
  }
  .table-simple-products .row-price strong {
    color: #333;
    font-size: 14px;
    line-height: 21px;
  }
  .extended-description {
    margin: 0;
    padding: 0 8px;
  }
  .product-block {
    padding: 13px 15px 255px 15px;
  }
  .product-block .block-title {
    margin-bottom: 20px;
  }
  .product-block p {
    margin-bottom: 18px;
  }
  .product-block.text-center {
    padding-top: 44px;
  }
  .product-block.text-center .block-text {
    margin-bottom: 25px;
  }
  .product-block.text-center .block-img {
    max-width: 400px;
    margin: 0 auto;
  }
  .product-block.text-and-image {
    padding: 45px 15px;
    margin-bottom: 20px;
  }
  .product-block.text-and-image .block-text {
    padding: 0;
  }
  .product-block.text-and-image .block-img {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-main {
    padding-top: 3px;
  }
  .catalog-product-view .column.main {
    display: flex;
    margin: 0 -15px;
  }
  .catalog-product-view .page-title-wrapper {
    order: -5;
    padding: 0 15px;
  }
  .catalog-product-view .product.media {
    float: none;
    width: 100%;
  }
  .catalog-product-view .product-info-main {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    margin-top: 18px;
  }
  .catalog-product-view .form.contact {
    margin: 60px 15px 40px 15px;
    width: auto;
    padding: 15px 15px 22px 15px;
  }
  .catalog-product-view .form.contact .form-title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .catalog-product-view .form.contact input {
    height: 36px;
  }
  .catalog-product-view .form.contact button {
    font-size: 14px;
    line-height: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .attribute.overview .value:after {
    height: 30px;
  }
  .attribute.overview .value.collapsed {
    max-height: 100px;
  }
  .additional-equipment {
    padding: 0 15px;
  }
  .additional-equipment-inner {
    background: url(../images/additional-equipment-top-bg-mobile.png) no-repeat center top, url(../images/additional-equipment-bottom-bg-mobile.png) no-repeat bottom;
    background-size: 100%;
    padding: 15px 0;
  }
  .additional-equipment-slider {
    padding: 40px 0 67px 0;
  }
  .additional-equipment .title {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .additional-equipment .subtitle {
    text-align: left;
  }
  .additional-equipment .item-name {
    font-size: 14px;
    line-height: 21px;
    margin: 5px 0 6px 0;
  }
  .config-products {
    padding: 0 15px;
    margin: 16px 0 66px 0;
  }
  .config-products .title {
    font-size: 16px;
    line-height: 24px;
  }
  .config-products-selector {
    padding: 4px 17px;
  }
  .product-description {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .product-description .type {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .product-block.text-and-image {
    padding-bottom: 0;
  }
  #external_video {
    margin-top: 40px;
  }
  .attachments-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 15px 30px 15px;
  }
  .attachments-wrap .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 17px 0;
  }
  .attachments-wrap .attachment-name {
    font-size: 14px;
    line-height: 21px;
  }
}
.blog-post-view .page-title-wrapper .page-title {
  font-size: 3em;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.main-phone .digit a{
  white-space: nowrap;
}

@media screen and (min-width: 1599px) {
  .page-wrapper{
    top: 180px;
  }
}

@media screen and (max-width: 1459px) and (min-width: 1353px) {
  .page-wrapper{
    top: 180px;
  }
}

@media screen and (max-width: 1352px) and (min-width: 1330px) {
  .page-wrapper{
    top: 216px;
  }
}

@media screen and (min-width: 1330px){
  .logo img{
    width: 115px;
  }

  .header-pb-lizing img{
    width: 100px;
  }

  .header.content .navigation .level0{
    margin-right: 2px;
    font-size: 12px;
  }

  .header-link-call a{
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1330px){
  .page-header .top-header-text li{
    padding: 0px 6px;
  }

  .header.panel > .header.links > li{
    font-size: 12px;
  }
}


.nav-sections .section-items .languages {
  padding-left: 20px;
  margin: 0;
  list-style-position: inside;
}

.nav-sections .section-items .languages li {
  display: inline-block;
  border-right: 1px solid #E1E1E1;
}

.nav-sections .section-items .languages li:last-child {
  border-right: none;
}

.nav-sections .section-items .languages li a,
.nav-sections .section-items .languages li span {
  transition: 0.3s;
  padding: 7px;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.nav-sections .section-items .languages li span {
  border-color: #d83d3e;
  border-style: solid;
  border-width: 0 0 2px;
}

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