/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-primary-pictograms/block-primary-pictograms.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.blockPrimaryPictograms {
  padding: 65px 24px;
  color: #333;
  text-align: center; }
  @media screen and (min-width: 1351px) {
    .blockPrimaryPictograms {
      padding: 65px 130px; } }
  @media screen and (min-width: 1921px) {
    .blockPrimaryPictograms {
      padding: 3.385416vw 6.77083vw; } }
  .blockPrimaryPictograms__wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem;
    justify-content: center; }
    @media screen and (min-width: 1921px) {
      .blockPrimaryPictograms__wrapper {
        grid-gap: 4vw; } }
    @media screen and (max-width: 600px) {
      .blockPrimaryPictograms__wrapper {
        flex-direction: column;
        align-items: center; } }
  .blockPrimaryPictograms__item {
    flex: 1;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 1.12rem;
    transition: 350ms ease;
    max-width: 137px; }
  .blockPrimaryPictograms__item:hover {
    color: #0079c1; }
  .blockPrimaryPictograms__item:hover .blockPrimaryPictograms__icon {
    transform: scale(1.25); }
  .blockPrimaryPictograms__icon {
    width: 100%;
    max-height: 65px;
    height: auto;
    transition: inherit; }

