/* 20.01.2022 в связи с разработкой мобильной версии было принято решение об организации стилей:
1) Отступить от стандартной файловой структуры проекта БЭМ, которая подразумевает наличие уровней
переопределения при разделении проекта на платформы (например: mobile, desktop)
2) Создать отдельные папки с независимыми друг от друга стилями для desktop и mobile
учитывая, что при этом будет происходить copy-paste
Ссылка на документацию БЭМ для разделения проекта на платформы:
https://ru.bem.info/methodology/redefinition-levels */

.text {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: calc(16.8/14);
    color: #000;

    margin: 0;
}
.text--fw600{
    font-weight: 600;
}
.text--fw700{
    font-weight: 600;
}
.text--op05{
    opacity: 0.5;
}
.text--fz16{
    font-size: 16px;
}
.text--fz13{
    font-size: 13px;
}
.text--fz12{
    font-size: 12px;
}
.text--lh20{
    line-height: 20px;
}
.text--lh16{
    line-height: 16px;
}
.text--lh18{
    line-height: 18px;
}
.text--lh14{
    line-height: 14px;
}
.text--gray{
    color: #888888;
}
.text--red{
    color: #C80000;
}
.text--brown{
    color: #A46D00;
}
.text--green{
    color: #68BD75;
}
.text--purple{
    color: #8D67CC;
}
.text-uppercase{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: calc(10.8/9);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
}
.text-uppercase--red{
    color: #C80000;
}
.text-uppercase--purple{
    color: #8D67CC;
}
.text--hidden{
    display: none;
}
.text--tar {
    text-align: right;
}



/* title */
.title{
	font-family: 'Roboto Slab', serif;
	font-style: normal;
    font-weight: 700;
	color: #000000;

    margin: 0;
}
.title--big{
    font-size: 26px;
    line-height: calc(34.29/26);
}
.title--medium{
    font-size: 24px;
    line-height: calc(28.8/24);
}
.title--small{
    font-size: 16px;
    line-height: calc(18/16);
}
.title--ff-Exo-2{
    font-family: 'Exo 2', sans-serif;
}
.title--fw-500{
	font-weight: 500;
}
.title--lh28{
	line-height: 28px;
}
.title--lh21{
	line-height: 21px;
}
.title--z3{
    position: relative;
    z-index: 3;
}





/* Информация, собранная об заголовках */


/* главный заголовок на странице */

/* font-family: Roboto Slab;
font-style: normal;
font-weight: bold;
font-size: 26px;
line-height: 34px; */


/* Заголовок асайда */

/* font-family: Roboto Slab;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px; */


/* H 02 (medium) на заглушке сбора статистики
и заголовок попапа Текстово-графическое объявление, Объявление создано */

/* font-family: Roboto Slab;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px; */


/* Заголовок модальных окон */

/* font-family: Roboto Slab;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 21px; */


/* Subhead (03) subhead на странице */

/* font-family: Exo 2;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 18px; */