@font-face {
    font-family: 'icomoon_new';
    src:    url('../fonts/icomoon_new.eot?tiv6kg');
    src:    url('../fonts/icomoon_new.eot?tiv6kg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_new.ttf?tiv6kg') format('truetype'),
    url('../fonts/icomoon_new.woff?tiv6kg') format('woff'),
    url('../fonts/icomoon_new.svg?tiv6kg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?tiv6kg');
    src:    url('../fonts/icomoon.eot?tiv6kg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tiv6kg') format('truetype'),
        url('../fonts/icomoon.woff?tiv6kg') format('woff'),
        url('../fonts/icomoon.svg?tiv6kg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-up,
.icon-arrow-down{
    background: url('../img/arrow_up.png') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 16px;
    height: 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}
.icon-arrow-down{
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);
    margin-bottom: 2px;
}
.icon-person{
    background: url('../img/icon_user.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-location{
    background: url('../img/location.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 21px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-location.big{
    background: url('../img/location.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 45px;
    height: 65px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-person-grey{
    background: url('../img/icon_user_color.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-lock{
    background: url('../img/icon_lock.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}
.icon-lock-grey{
    background: url('../img/icon_lock_color.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}
.icon-exit{
    background: url('../img/icon_exit.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 21px;
    height: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-exit-grey{
    background: url('../img/icon_exit_color.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 18px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
}
.icon-arrow_right_long{
    background: url('../img/arrows_right.svg') 100% 100% no-repeat; /* Добавляем фон */
    background-size: cover;
    width: 32px;
    height: 12px;
    position: relative;
    display: inline-block;
}
.icon-instagram{
    font-family: icomoon_new!important;
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-box:before {
    content: "\e916";
}
.icon-clock:before {
    content: "\e918";
}
.icon-colonna:before {
    content: "\e919";
}
.icon-colors:before {
    content: "\e91a";
}
.icon-edit:before {
    content: "\e91b";
}
.icon-eye:before {
    content: "\e91c";
}
.icon-heart_full:before {
    content: "\e91d";
}
.icon-logo_full:before {
    content: "\e91e";
}
.icon-logo_small:before {
    content: "\e91f";
}
.icon-money:before {
    content: "\e920";
}
.icon-oboi:before {
    content: "\e921";
}
.icon-order:before {
    content: "\e922";
}
.icon-pictures:before {
    content: "\e923";
}
.icon-roll:before {
    content: "\e924";
}
.icon-ruler:before {
    content: "\e925";
}
.icon-settings:before {
    content: "\e927";
}
.icon-textile:before {
    content: "\e928";
}
.icon-time:before {
    content: "\e929";
}
.icon-users:before {
    content: "\e92a";
}
.icon-arrow_down:before {
    content: "\e901";
}
.icon-arrow_left:before {
    content: "\e902";
}
.icon-arrow_right:before {
    content: "\e903";
}
.icon-arrow_up:before {
    content: "\e904";
}
.icon-block_view:before {
    content: "\e905";
}
.icon-burger:before {
    content: "\e906";
}
.icon-calculator:before {
    content: "\e907";
}
.icon-cart:before {
    content: "\e908";
}
.icon-check:before {
    content: "\e909";
}
.icon-close:before {
    content: "\e90a";
}
.icon-compare:before {
    content: "\e90b";
}
.icon-heart:before {
    content: "\e90c";
}
.icon-info:before {
    content: "\e90d";
}
.icon-like:before {
    content: "\e90e";
}
.icon-list_view:before {
    content: "\e90f";
}
.icon-print:before {
    content: "\e910";
}
.icon-procent:before {
    content: "\e911";
}
.icon-round_check:before {
    content: "\e912";
}
.icon-share:before {
    content: "\e913";
}
.icon-trash:before {
    content: "\e914";
}
.icon-user:before {
    content: "\e915";
}
.icon-facebook:before {
    content: "\e917";
}
.icon-mail:before {
    content: "\e92b";
}
.icon-star:before {
    content: "\e92c";
}
.icon-star2:before {
    content: "\e92d";
}
.icon-vk:before {
    content: "\e900";
}
.icon-google-plus3:before {
    content: "\e926";
}
.icon-icon_3d:before {
    content: "\e92e";
}
.paddless .icon-icon_3d:before {
    font-size: 32px;
}
.icon-calendar_icon:before {
    content: "\e92f";
}
.icon-mail_icon:before {
    content: "\e932";
}
.icon-tel_icon:before {
    content: "\e933";
}
.icon-time_icon:before {
    content: "\e934";
}
.icon-dash_icon:before {
    content: "—";
}
.icon-icon-url:before {
    content: "\e935";
}
.icon-icon-download--black:before {
    content: "\e936";
}
.icon-icon-attach:before {
    content: "\e937";
}