:root{
	/* Основной шрифт для параграфов, дивов и прочего */
	--f1:
	"Roboto", sans-serif; 
	
	/* Шрифт для заголовков */
	--f2:
	"Roboto", sans-serif;
	
	/* Шрифт для акцентов и цитат */
	--f3:
	"Roboto", sans-serif; 
	
	/* Основной оттенок (тёмный) текста и темных блоков фона */
	--dark: #393438;
	
	/* Основной оттенок (цветной) ссылок и цветных блоков */
	--color: #263944;
	
	/* Дополнительный оттенок (цветной) */
	--color2: #000000;
	
	/* Дополнительный оттенок (серый текст) */
	--gray: #939598;
	
	/* Светлый фон */
	--light: #F7F8F8;
	
	/* Акцентный цвет (фон) */
	--accent: #FFE08E;
	
	/* Акцентный цвет (текст) */
	--accent2: #24b03c;
}
@font-face { 
    font-family: "RobotoRegular";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "Roboto";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "RobotoBold";
    src: url("/fonts/RobotoBold/RobotoBold.eot");
    src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face { 
    font-family: "RobotoItalic";
    src: url("/fonts/RobotoItalic/RobotoItalic.eot");
    src: url("/fonts/RobotoItalic/RobotoItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoItalic/RobotoItalic.woff") format("woff"),
    url("/fonts/RobotoItalic/RobotoItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face { 
    font-family: "RobotoSemiBold";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: "RobotoBoldItalic";
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot");
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.woff") format("woff"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face { 
    font-family: "RobotoSemiBoldItalic";
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot");
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.woff") format("woff"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face { 
    font-family: "Roboto Condensed";
    src: url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
    src: url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
    url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
.slick-slide.slick-current.slick-active p a{
        text-decoration: underline !important;
    color: blue;
}
.red{
    color:red;
}
.estim{
    line-height: 12px;
    font-size: 12px;
    color:white;
    display: block;
}