.main-page {
    position: relative;
  }
  
  .main-page__fast-advantages {
    min-height: 236px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-top: -125px;
    width: 100%;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  
  .main-page__fast-advantages:before {
    content: "";
    background: #04030C;
    width: 282px;
    height: 336px;
    display: block;
    left: -352px;
    top: 125px;
    position: absolute;
  }
  
  .main-page__fast-advantages-item-icon {
    width: 80px;
    height: 80px;
    background: #FBEB61;
    padding-top: 18px;
    text-align: center;
    margin: 0 auto;
  }
  
  .main-page__fast-advantages-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #04030C;
    padding-top: 14px;
    max-width: 220px;
    margin: 0 auto;
  }
  
  .main-page__technology {
    padding-top: 195px;
    min-height: 700px;
    position: relative;
  }
  
  
  .main-page__technology-decor-1 {
    width: 207px;
    height: 111px;
    background: #FFFFFF;
    position: absolute;
    bottom: 92px;
    right: 423px;
    z-index: 999;
  }
  
  .main-page__technology-decor-2 {
    width: 881px;
    height: 390px;
    position: absolute;
    filter: grayscale(1);
    background-image: url(/local/templates/dsmtech/img/main-page/about-technology/decor-1.png);
    border-bottom: 11px solid #F2D900;
    top: 194px;
    right: -333px;
  }
  
  .main-page__technology-decor-2:hover {
  
    
    filter: none;
  
  }
  
  .main-page__technology-decor-3 {
    position: absolute;
    width: 175px;
    height: 111px;
    right: -353px;
    top: 180px;
    background: #04030c;
    z-index: 99999;
  }
  
  .main-page__technology-text {
    margin-top: 25px;
    max-width: 445px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
   
    position: absolute;
    z-index: 999;
  }
  
  .main-page__technology-text .button {
    margin-top: 30px;
  }
  
  .main-page__decor-1 {
    background: #04030C;
    width: 672px;
    height: 700px;
    position: absolute;
    right: -351px;
    top: 0;
  }
  
  
  .main-page__advantages {
    min-height: 655px;
    background: #F2D900;
    position: relative;
    padding-top: 100px;
  }
  
  .main-page__advantages:before {
    content: "";
    background: #F2D900;
    width: 672px;
    height: 100%;
    position: absolute;
    left: -672px;
    top: 0;
  }
  
  .main-page__advantages:after {
    content: "";
    background: #F2D900;
    width: 672px;
    height: 100%;
    position: absolute;
    right: -672px;
    top: 0;
  }
  
  .main-page__advantages-items {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  
  .main-page__advantages-decor {
    height: 305px;
    width: 170px;
    background: #fff;
    position: absolute;
    right: -351px;
    margin-top: -305px;
  }
  
  .main-page__advantages-items-item-number {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .main-page__advantages-items-item-number:after {
    content: "";
    height: 1px;
    background: #fff;
    width: 400px;
    position: absolute;
    top: 30px;
  }
  
  .main-page__advantages-items-item-number_extreme:after {
    background: #f2d900;
    left: 60px;
  }
  
  .main-page__advantages-items-item-number_to-bottom:before {
    content: "";
    width: 1px;
    height: 130px;
    position: absolute;
    left: 30px;
    top: 60px;
    background: #FFFFFF;
    border: 1px  #F2D900;
  }
  
  .main-page__advantages-items-item-title {
    max-width: 277px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #04030C;
    margin-bottom: 0px;
    min-height: 80px;
  }
  
  .main-page__advantages-items-item-title div {
    position: absolute;
    z-index: 999;
  }
  
  .main-page__type-solutions {
    padding-top: 100px;
    min-height: 778px;
    position: relative;
  }
  
  .main-page__type-solutions:before {
    content: "";
    width: 207px;
    height: 316px;
    left: -352px;
    top: 0px;
    background: #F2D900;
    display: block;
    position: absolute;
  }
  
  .main-page__type-solutions-items {
    margin-top: 70px;
    width: 1800px;
    position: absolute;
  }
  
  .main-page__type-solutions-item {
    width: 588px;
    margin-right: 27px;
  }
  
  .main-page__type-solutions-item-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  
  .main-page__type-solutions-item-image:hover {
    width: 100%;
    height: 260px;
    filter: none;
  
    object-fit: cover;
  }
  
  .button_youtube {
   background-image: url(/local/templates/dsmtech/img/common/logo.png);
  filter: grayscale(1);
  }
  
  .button_youtube:hover {
   background-image: url(/local/templates/dsmtech/img/common/logo.png);
  filter: none;
  }
  
  .main-page__type-solutions-item-title {
   min-height: 90px;
    background: #FBEB61;
    padding: 24px 30px 24px 30px;
    font-weight: 700;
    /* font-size: 20px; */
    font-size: 18px;
    line-height: 130%;
    color: #04030C;
  }
  
  .main-page__type-solutions-slider-buttons {
    margin-top: 30px;
  }
  
  .main-page__type-solutions-slider-buttons-button {
    width: 60px;
    height: 60px;
    background: #04030C;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
  }
  
  .main-page__type-solutions-slider-buttons-button img {
    width: 7px;
    height: 14px;
    display: inline-block;
    margin-top: 23px;
  }
  
  .slick-arrow {
    display: none !important;
  }
  
  .main-page__type-about {
    min-height: 400px;
    background: #04030C;
    padding-top: 100px;
    position: relative;
    padding-bottom: 94px;
  }
  
  .main-page__type-about:before {
    content: "";
    width: 400px;
    height: 100%;
    position: absolute;
    left: -400px;
    background: #04030C;
    top: 0;
  }
  
  .main-page__type-about:after {
    content: "";
    width: 400px;
    height: 220px;
    position: absolute;
    right: -400px;
    background: #04030C;
    bottom: 0;
  }
  
  .main-page__type-about article {
    margin-top: 47px;
    color: #fff;
    max-width: 790px;
  }
  
  .main-page__type-about article h2 {
    margin-bottom: 15px;
  /* font-size: 1.7em; */
  font-family: Proxima Nova B, serif !important;
  font-size: 30px;
  font-weight: 600;
  }
  
  .main-page__type-solutions-items a {
  text-decoration: none !important;
  }