/** ROOT **/

:root {
  --primary: #F29701;
  --secondary: #d39125;
  --third: #bdbdbd;

  --button: #F29701;
  --activeButton: #d39125; 
  --textButton: #000000;
  --textButtonOther: #858585;

  --textcolor: #ffffff;
  --link: #1f201b; 
  --priceColor: #000000;
  --icons: #000000;
  --socialMedia: #1f201b;

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

  --headerDesktop: 160px;
  --headerMobile: 97px;

  --logo:118px;

  --alignBlock: 148px;
  --alignBlockMobile: 186px;
}