/** ROOT **/

:root {
  --primary: #dc3545;
  /*--primary: #5252a2;*/
  --second: #b43434;
  --third: #9c9cbf;
  --fourth: #ffb72e;
  --fifth: #ffffff;
  --sixth: #ff0000;


  --button: #bd3634;
  --activeButton: #c83f34; 
  --textButton: #ffffff;
  --graybutton: #efefef;
  --textButtonOther: #000;


  --textcolor: #000000;
  --link: #c90000; 
  --breadcrumb: #333;
  --priceColor: #000000;
  --icons: #2b2e8c;
  --socialMedia: #1f201b;

  --greyBack: #f5f5f5;
  --greyBorder: #c1c1c1;
  --greyBack2: #efefef;
  --darkBackground: #1f201b;

  --headerDesktop: 160px;
  --headerMobile: 97px;
  --alignBlock: 186px;
  --borderRadius: 3px;
}