@font-face {
    font-family: 'vmc-icons';
    src: url('../fonts/vmc-icons.eot?h0cqb8');
    src: url('../fonts/vmc-icons.eot?h0cqb8#iefix') format('embedded-opentype'),
         url('../fonts/vmc-icons.ttf?h0cqb8') format('truetype'),
         url('../fonts/vmc-icons.woff?h0cqb8') format('woff'),
         url('../fonts/vmc-icons.svg?h0cqb8#vmc-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Regular.eot');
    src: local('TT Norms Pro Regular'), local('TTNormsPro-Regular'),
        url('../fonts/TTNormsPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNormsPro-Regular.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Regular.woff') format('woff'),
        url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Medium.eot');
    src: local('TT Norms Pro Medium'), local('TTNormsPro-Medium'),
        url('../fonts/TTNormsPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNormsPro-Medium.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Medium.woff') format('woff'),
        url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Bold.eot');
    src: local('TT Norms Pro Bold'), local('TTNormsPro-Bold'),
        url('../fonts/TTNormsPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff'),
        url('../fonts/TTNormsPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-ExtraBold.eot');
    src: local('TT Norms Pro ExtraBold'), local('TTNormsPro-ExtraBold'),
        url('../fonts/TTNormsPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNormsPro-ExtraBold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-ExtraBold.woff') format('woff'),
        url('../fonts/TTNormsPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --icons: 'vmc-icons';
    --font-primary: 'TT Norms Pro';
}

[class^="icon-"], [class*=" icon-"] {
  font-family: var(--icons) !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon_md {
    font-size: 20px;
}
.icon_mmd {
    font-size: 24px;
}

.icon-search:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}
.icon-arrow-top:before {
  content: "\e904";
}
.icon-vk:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e906";
}
.icon-search-sm:before {
  content: "\e907";
}
.icon-login:before {
  content: "\e908";
}
.icon-phone-call:before {
  content: "\e909";
}
.icon-info:before {
  content: "\e90a";
}
.icon-check-circle:before {
  content: "\e90b";
}
.icon-download:before {
  content: "\e90c";
}
.icon-plus:before {
  content: "\e90d";
}
.icon-minus:before {
  content: "\e90e";
}
.icon-attention:before {
  content: "\e90f";
}