:root {
--color-blue:     #157ad1;
--color-blue:     #0275d8;
--color-blue:     #0b57d0;

--color-violet:   #49218F;
--color-grey:     grey;
--color-graphite: rgb(43, 41, 41);
--color-graphite: black;
--color-red:      #d21e1e;
--color-red:      rgb(225, 45, 45);

--img-like-white: url('/img/main/like/like-white.svg');
--img-like-blue:  url('/img/main/like/like-blue.svg');

--img-kievstar:  url('/img/main/kievstar.webp');
--img-vodafone:  url('/img/main/vodafone.webp');
--img-viber:     url('/img/main/viber.png');
--img-instagram: url('/img/main/instagram.png');

--img-koshik-main:   url('/img/main/koshik.svg');
--img-koshik-botton: url('/img/main/koshik-botton.svg');
--img-arrow:         url('/blocks/img/arrow.svg')
}

html {
-webkit-text-size-adjust: 100%; /* Safari, Chrome на iOS */
-ms-text-size-adjust: 100%;     /* IE Mobile */
 text-size-adjust: 100%;        /* сучасні браузери */
}

img,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
    user-select: none;
    caret-color: transparent;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* Забирає фон background при click в мобільній версії */
  }