

/* Start:/shumo-page/css/reset.min.css?1774875877773*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* End */


/* Start:/shumo-page/css/index.css?177487587712193*/
:root {
  --padding-side: 65px;
}

.hidden {
  height: 0;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 1299.98px) {
  :root {
    --padding-side: 40px;
  }
}

@media (max-width: 999.98px) {
  :root {
    --padding-side: 20px;
  }
}

.img-responsive-new {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: all .2s;
}

.page__h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.45455em;
  font-size: clamp(20px, 4vw, 55px);
  font-weight: 600;
  line-height: 116.52%;
}

.page__h1 span {
  color: #ea5b0c;
}

.page__h2 {
  text-transform: uppercase;
  color: #4c4d4f;
  margin-bottom: .428571em;
  font-size: clamp(15px, 3vw, 35px);
  font-weight: 600;
  line-height: 114.52%;
  display: flex;
}

.page__h2 .icon {
  width: 1em;
  height: 1.5em;
  flex: none;
  margin-right: 1em;
  font-size: clamp(25px, 3vw, 45px);
}

.page__h2 span {
  align-self: center;
}

.page__center {
  padding: 0 var(--padding-side);
}

.promo {
  background: #f3f3f3;
  overflow: hidden;
}

.promo__content {
  display: flex;
}

.promo__left {
  min-width: 0;
  background-position: 50%;
  background-size: cover;
  flex: auto;
}

.promo__right {
  margin-left: auto;
  position: relative;
}

.promo__right__decor {
  height: 100%;
  width: 200%;
  transform-origin: 0 0;
  background: #f03a1f;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-17deg);
}

.promo__right__letter {
  height: 100%;
  width: 100%;
  background: url("/shumo-page/css/../img/letter.3895e789.svg") 100% 100% / 100% no-repeat;
  position: absolute;
}

.promo__right__body {
  position: relative;
}

.promo__title {
  padding: 40px var(--padding-side);
  text-transform: uppercase;
  color: #000;
  font-size: clamp(22px, 4vw, 55px);
  font-weight: 600;
  line-height: 116.52%;
}

.promo__title span {
  color: #f13d20;
}

.promo__nav {
  float: right;
  padding: 45px var(--padding-side);
}

.promo__nav a {
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 11px;
  padding: .48em 2.32em;
  font-size: clamp(12px, 2vw, 25px);
  font-weight: 500;
  line-height: 1;
  display: block;
  box-shadow: 0 4px 4px #00000040;
}

.promo__nav a:last-child {
  margin-bottom: 0;
}

.promo__nav a.active, .promo__nav a:hover {
  color: #f03a1f;
  background: #fff;
}

.promo__logo {
  float: right;
  clear: right;
  width: 30vw;
  max-width: 450px;
  margin: 160px 40px 40px -40px;
}

@media (max-width: 1399.98px) {
  .promo__right__decor {
    left: 0;
  }
}

@media (max-width: 599.98px) {
  .promo__content {
    flex-direction: column;
  }

  .promo__left {
    height: 300px;
  }

  .promo__right {
    margin-top: -130px;
    margin-left: 0;
  }

  .promo__right__letter {
    display: none;
  }

  .promo__right__decor {
    width: 100%;
    transform: skewY(12deg);
  }

  .promo__right__body {
    display: flex;
  }

  .promo__nav {
    float: left;
    margin-top: 30px;
    padding: 20px;
  }

  .promo__logo {
    width: 40vw;
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.nav-top {
  padding: clamp(40px, 8vw, 80px) var(--padding-side);
}

.nav-top ul {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  display: flex;
}

.nav-top li {
  box-sizing: border-box;
  padding: 15px;
  display: flex;
}

.nav-top a {
  text-align: center;
  color: #6f6f6f;
  background: #fff;
  border: 2px solid #eb6608;
  border-radius: 5px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: .48em 1em;
  font-size: clamp(12px, 2vw, 25px);
  font-weight: 500;
  line-height: 120%;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.nav-top a.active, .nav-top a:hover {
  color: #fff;
  background: #eb6608;
}

@media (max-width: 1499.98px) {
  .nav-top li {
    width: 50%;
  }
}

@media (max-width: 999.98px) {
  .nav-top li {
    padding: 12px;
  }
}

.nav-cats {
  margin-top: -20px;
  margin-bottom: 35px;
}

.nav-cats ul {
  flex-wrap: wrap;
  display: flex;
}

.nav-cats li {
  border-left: 3px solid #eb6608;
  margin: 20px 0 0 60px;
  padding-left: 10px;
}

.nav-cats a {
  color: #5f5f5f;
  font-size: clamp(12px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 120.02%;
}

.nav-cats a:hover {
  color: #eb6608;
}

.nav-cats span {
  color: #5e646675;
}

@media (max-width: 999.98px) {
  .nav-cats li {
    margin: 20px 0 0 20px;
  }
}

.sound {
  margin: clamp(40px, 8vw, 80px) 0;
}

.sound__title {
  text-align: right;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-bottom: 1.4em;
  font-size: clamp(18px, 4vw, 50px);
  font-weight: 600;
  line-height: 136.02%;
}

.sound__image {
  position: relative;
}

.sound__letter {
  height: 100%;
  width: auto;
  right: calc(var(--padding-side) * -1);
  position: absolute;
  top: 0;
}

.sound__legend {
  text-transform: capitalize;
  color: #636466;
  margin-top: 30px;
  font-size: clamp(12px, 2vw, 22px);
  font-weight: 600;
  line-height: 114.52%;
}

@media (max-width: 699.98px) {
  .sound__image {
    overflow: scroll;
  }

  .sound__table {
    max-width: none;
    width: 700px;
  }
}

@media (max-width: 999.98px) {
  .sound {
    margin-bottom: 0;
  }

  .sound__image, .sound__legend {
    display: none;
  }
}

.chart {
  margin-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}

.chart__logo {
  text-align: right;
  margin-bottom: clamp(20px, 4vw, 60px);
}

.chart__logo img {
  width: clamp(90px, 30vw, 345px);
}

.chart__image {
  overflow: hidden;
}

@media (max-width: 999.98px) {
  .chart__image img {
    width: 140%;
    max-width: none;
  }

  .chart__logo {
    display: none;
  }
}

.products {
  background: #fff;
  border-radius: 5px;
  padding: 50px 95px;
  box-shadow: 8px 9px 37px #00000040;
}

.products__group {
  margin-top: 60px;
}

.products__group:first-child {
  margin-top: 0;
}

.products__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 114.52%;
}

.products__title a {
  color: #4c4d4f;
}

.products__title a:hover {
  color: #ea5b0c;
}

.products__desc {
  text-align: justify;
  color: #5f5f5f;
  margin-bottom: 30px;
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 400;
  line-height: 122.02%;
}

.products__list {
  flex-wrap: wrap;
  margin: 0 -20px;
  display: flex;
}

.products__col {
  box-sizing: border-box;
  width: 50%;
  flex: none;
  margin-top: 40px;
  padding: 0 20px;
}

.products__col:nth-child(-n+2) {
  margin-top: 0;
}

.products__item {
  display: flex;
}

.products__image {
  width: 150px;
  flex: none;
}

.products__info {
  padding-left: 20px;
}

.products__codes {
  text-transform: capitalize;
  color: #ea5b0c;
  margin: .5em 0;
  font-size: clamp(12px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 114.52%;
}

.products__about {
  color: #666769;
  font-size: clamp(12px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 124.52%;
}

.products__tips {
  color: #666769;
  font-size: clamp(12px, 1vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}

.products__props {
  margin: 10px 0;
}

.products__props ul {
  color: #666769;
  flex-wrap: wrap;
  font-size: clamp(12px, 1vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 124.52%;
  display: flex;
}

.products__props li {
  align-items: center;
  margin: .5em 2em .5em 0;
  display: flex;
}

.products__props .icon {
  width: 1.25em;
  height: 1.25em;
  flex: none;
  margin-right: .5em;
}

.products__footer {
  justify-content: right;
  margin-top: clamp(30px, 3vw, 50px);
  display: flex;
}

.products__btn-go {
  color: #fff;
  cursor: pointer;
  background: #ea5b0c;
  border: 2px solid #eb6608;
  border-radius: 5px;
  align-items: center;
  padding: .4em 1em .4em 2em;
  font-size: clamp(12px, 2vw, 25px);
  font-style: normal;
  font-weight: 500;
  line-height: 101.52%;
  display: flex;
  box-shadow: 0 4px 7px #00000026;
}

.products__btn-go:hover .icon {
  transform: translateX(4px);
}

.products__btn-go .icon {
  width: 1em;
  height: 1em;
  flex: none;
  margin-left: 1em;
  transition: all .2s;
}

@media (max-width: 1299.98px) {
  .products {
    padding: 40px;
  }

  .products__col {
    width: 100%;
  }

  .products__col:nth-child(-n+2) {
    margin-top: 40px;
  }

  .products__col:nth-child(-n+1) {
    margin-top: 0;
  }

  .products__image {
    width: clamp(60px, 20vw, 150px);
  }

  .products__footer {
    justify-content: center;
  }

  .products__btn-go {
    color: #eb6608;
    background: #fff;
    border-color: #eb6608;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 500;
  }

  .products__btn-go .icon {
    display: none;
  }
}

@media (max-width: 999.98px) {
  .products {
    padding: 20px;
  }
}

.car {
  margin: clamp(40px, 8vw, 80px) 0 -40px;
}

.car__header {
  z-index: 10;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * clamp(20px, 2vw, 60px));
  display: flex;
  position: relative;
}

.car__logo {
  margin-left: auto;
}

.car__logo img {
  width: clamp(90px, 30vw, 345px);
}

.car__title {
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 65px);
  font-style: normal;
  font-weight: 600;
  line-height: 114.52%;
}

.car__title span {
  color: #f13d20;
}

.car__image {
  position: relative;
}

.car__image__start {
  height: clamp(80px, 10vw, 180px);
  background: url("/shumo-page/css/../img/bg-start.632083e7.png") 0 100% / 100% no-repeat;
}

.car__image__center {
  padding: 50px var(--padding-side);
  z-index: 10;
  background: url("/shumo-page/css/../img/bg-center.3c9d357a.jpeg");
  margin: -5px 0;
  padding-top: 100px;
  position: relative;
}

.car__image__end {
  height: clamp(80px, 10vw, 180px);
  background: url("/shumo-page/css/../img/bg-end.682194fa.png") 0 0 / 100% no-repeat;
}

.car__image__sm {
  display: none;
}

.car__nav {
  float: right;
}

.car__nav__title {
  text-align: right;
  text-transform: uppercase;
  color: #e7e7e7;
  margin-bottom: .5em;
  font-size: clamp(16px, 2vw, 25px);
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.car__nav__links {
  width: 50vw;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.car__nav__links li {
  box-sizing: border-box;
  flex: 0 0 33.33%;
  padding: 7px 3px;
}

.car__nav__links a {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background: #eb6608;
  border-radius: 5px;
  padding: 0 1em;
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 500;
  line-height: 34px;
  display: block;
  box-shadow: 0 4px 4px #00000040;
}

.car__nav__links a:hover {
  color: #eb6608;
  background: #fff;
}

@media (min-width: 1400px) {
  .car__nav {
    margin: -50px 0;
  }
}

@media (max-width: 799.98px) {
  .car {
    margin: clamp(40px, 8vw, 80px) 0;
  }

  .car__header {
    margin-bottom: clamp(50px, 5vw, 100px);
  }

  .car__title, .car__image__start, .car__image__end {
    display: none;
  }

  .car__image__center {
    padding: clamp(20px, 4vw, 50px) var(--padding-side);
  }

  .car__image__sm {
    margin-top: calc(-1 * clamp(60px, 15vw, 120px));
    margin-bottom: calc(-1 * clamp(20px, 8vw, 100px));
    display: block;
    transform: translateX(5vw);
  }

  .car__image__lg {
    display: none;
  }

  .car__nav {
    float: none;
  }

  .car__nav__title {
    text-align: left;
    color: #fff;
  }

  .car__nav__links {
    width: auto;
  }
}

.bg-wrapper-1 {
  background-color: #0000;
  background-image: url("/shumo-page/css/../img/1.10330bb9.jpeg"), url("/shumo-page/css/../img/3.4a4c9dae.jpeg");
  background-position: 0 0, 100% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

.bg-wrapper-2 {
  background-color: #0000;
  background-image: url("/shumo-page/css/../img/1--tall.80d7d2cb.jpeg"), url("/shumo-page/css/../img/3--tall.025bc220.jpeg");
  background-position: 0 100%, 100% 100%;
  background-repeat: repeat-y, repeat-y;
  background-size: 40%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}


.promo__nav a:focus {
  color: #f03a1f;
  background: #fff;
}

/* End */
/* /shumo-page/css/reset.min.css?1774875877773 */
/* /shumo-page/css/index.css?177487587712193 */
