@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?tfrzt5');
    src:  url('fonts/icomoon.eot?tfrzt5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tfrzt5') format('truetype'),
    url('fonts/icomoon.woff?tfrzt5') format('woff'),
    url('fonts/icomoon.svg?tfrzt5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[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-left-arrow::before {
    width: 45px;
    height: 80px;
    display: inline-block;
    content: '';
    transform: rotate(180deg);
    -webkit-mask: url(/img/common/icons/arrow.svg) no-repeat 50% 50%;
    -webkit-mask-size: auto;
    background-color: #979797;
}
.icon-right-arrow::before {
    width: 45px;
    height: 80px;
    display: inline-block;
    content: '';
    -webkit-mask: url(/img/common/icons/arrow.svg) no-repeat 50% 50%;
    -webkit-mask-size: auto;
    background-color: #979797;
}

.icon-left-arrow:hover::before {
    transition: 0.3s;
    background-color: #F7941E;
}

.icon-right-arrow:hover::before {
    transition: 0.3s;
    background-color: #F7941E;
}

.icon-vk-social-logotype:before {
    content: "\e902";
}
.icon-check-symbol:before {
    content: "\e903";
}
