﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */
	
	/* Исправлены цвета 25.11.2019 ВГ */
	
	.various-content h2, 
	.various-content h3,  
	h2.widget-title,
	h2.heading-2 {
	
		color: #0024FF;
	
	}
	
	#page-header h1, h3.widget-title {
	
		color: #0024FF !important;
		
	}
	
	/* Конец вставки*/

	/* Исправлены цвета 20.03.2020 ВГ */

	.electric {
	
		color: #0024FF;
	
	}


	a, a:hover, a:active, a:focus {
	
		color: #9B4CA0;

/*
		color: #7F0055;
*/

	}

	div.article-content.various-content a, p.shop a {

		font-weight: bold;

	}

	p.shop {

		clear: left;

	}

	.brick, .brick:hover {
	
		font-weight: 400;

	}

	body {

		color: #3E0470;
	}


	.c-map {

		height: 400px;

	}
	/* Конец вставки*/	
	
	/* Исправлено 09.08.2016 */
	#main-slider .slide-2 .slide-content {

		padding: 50px 0 150px 0;

	}

	/* Вставил ВГ 22.11.2018 */
	.jot-input-prepend .jot-add-on {

		padding: 0px 5px  !important;

	}

	h3.ui-accordion-header strong{

		border-bottom: 1px dashed;
		
	}

	/* Вставил ВГ 18.03.2019 - параграфы раздела "Сравните"*/
	.Compare {

		color: #FF5600;
		font-weight: 400;

	}
	/* Конец вставки*/

	/* Вставил ВГ 14.10.2019 - выделенный текст на главной странице*/
	h2.highlight {
		color: #FF5600;
	}
	h2.highlight::before {
		width: 0px;
	}
	/* Выделение избранных мест в тексте на главной странице*/
	span.highlight {
		color: #DE00FF;
	}
	span.highlight1 {
		color: #0024FF;
	}

	/* Конец вставки*/
	
	/* Вставил ВГ 05.11.2019 - текст на главной странице*/
	ul.frontpage, ul.frontpage>li {
		line-height: normal;
		font-weight: bold;
		text-transform: uppercase;
		/*font-size: 1.1em;*/
		color: #FF5600;
	}
	
	h3.frontpage {
		font-size: 1.1em;
		padding-left: 30px;
		color: #FF5600;
	}

	p.frontpage {
		line-height: normal;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.1em;
		color: #FF5600;
		padding-left: 30px;
	}
	
	h3.highlight {
		color: #FF5600;
		font-size: 1.1em;
	}
	
	
	/* Конец вставки*/	
	
	/* Вставил ВГ 02.06.2023 - блоки списков статей для accordion*/
	

	.ui-widget-content a {
		color: #9B4CA0 !important;
	}
	
	div.ui-accordion > h2 {
		margin-top: 24px;
		font-size: 1.4em;
	}
	
	/* Конец вставки*/	


	/* Вставил ВГ 22.02.2024*/
	

	.various-content h2 {
		font-size: 1.5em;
	}
	
	h2.frontpage {
		font-size: 1.1em;
		color: #0024FF;
	}

	body, .c-article .article-title {
		font-weight: 400;
	}

	.highlight3 {
	/*	color: #ff007c;*/
		color: #aa3535 !important;
	}

	.highlight4 {
		color: #bf2c8c !important;
	}
	
	/* Конец вставки*/	



	/* Вставил ВГ 13.02.2025*/
	/* оставляем два цвета:*/
	/* основной - коричневый #bf2c8c */
	/* выделение - оранжевый #FF5600 */

	h2.frontpage {
		color: #FF5600;
	}

	p.frontpage {
		color: #bf2c8c;
		font-size: 0.9em;
	}

	h3.frontpage {
		color: #bf2c8c;
	}

	h2.effect {
		font-size: 1.1em;
		color: #0024FF;
	}

	/* Техт верхнего блока с каруселью */
	#main-slider .slide h1 {
		color: #FF5600;
		-webkit-text-stroke: 0.01em rgba(255,86,0,0.5);
	}

	#main-slider .various-content h3 {
		color: #FF5600 !important;
	}

	/* Конец вставки*/	


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}
