.icon-for-reason1{
    border: 2px solid #F2572B;
    border-radius: 50% !important;
    transform: rotate(45deg) !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent!important; 
}
.icon-for-reason2{
    border: 2px solid #F2572B;
    border-radius: 50% !important;
    transform: rotate(45deg) !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent!important; 
}
.icon-for-reason3{
    border: 2px solid #F2572B;
    border-radius: 50% !important;
    transform: rotate(45deg) !important;
    border-bottom-color: transparent!important; 
}
.icon-for-reason4{
    border: 2px solid #F2572B;
    border-radius: 50% !important;
    transform: rotate(225deg) !important;
}
.shadow-tarif{
    border-radius: 30px;
    box-shadow: 0px 0px 4px 4px rgba(00, 00, 00, 0.2) inset !important;
}





/* =========================================================
   Основной скролл страницы
   ========================================================= */

html,
body{
  scrollbar-width: thin;
  scrollbar-color: #2E2E2E #0D0A07;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
  background: #0D0A07;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
  background: #2E2E2E;
  border-radius: 999px;
  border: 2px solid #0D0A07;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{
  background: #E4380D;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active{
  background: #c92f08;
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner{
  background: #0D0A07;
}