.h1J {
	background: #b3dced;
    background: -moz-linear-gradient(top, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
    background: -webkit-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 );
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	margin-bottom: 25px;
}
/*кнопки сайта*/
.btn-J{
	position: relative;
    font-weight: bold;
    text-decoration: none;
    user-select: none;
    outline: none;
    background-color: #cee6ff;
    background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
    background-repeat: no-repeat;
    background-size: 200% 100%, auto;
    background-position: 200% 0, 0 0;
    color: #3498db;
	width: 100%;
    margin: 2px 0;
}
.btn-J:hover {
	background-color: #92d3ff;
    color: #4c4b4b;
	transition: .5s linear;
    background-position: -200% 0, 0 0;
}
.btn-J1 {
	position: relative;
    font-weight: bold;
    text-decoration: none;
    user-select: none;
    outline: none;
    background-color: #bbb8ff;
    background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
    background-repeat: no-repeat;
    background-size: 200% 100%, auto;
    background-position: 200% 0, 0 0;
    color: #8f31ff;
    margin: 2px 0;
}
.btn-J1:hover {
	background-color: #8f31ff;
	color: #fff;
	transition: .5s linear;
    background-position: -200% 0, 0 0;
}
/*++++++++++++++++++++++++++++++++++*/
/*линии сайта*/
.hrJ {
    border-top: 4px double #4EDFED;
    text-align: center;
}
.hrJ:after {
	font-family: "Glyphicons Halflings";
    content: "\e065";
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #4EDFED;
    font-size: 18px;
}
.hrJ1 {
    border-top: 3px double #4EDFED;
}

/*++++++++++++++++++++++++++++++++++*/
/*цвета градиенты блокам*/
.c1 {
	background: rgb(252,236,252);
    background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(253,137,215,1) 51%, rgba(252,236,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 100%);
    background: linear-gradient(to bottom, rgba(252,236,252,1) 0%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#fcecfc',GradientType=0 );
}
.c2 {
	background: rgb(243,197,189);
    background: -moz-linear-gradient(top, rgba(243,197,189,1) 0%, rgba(232,108,87,1) 26%, rgba(234,40,3,1) 51%, rgba(243,197,189,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,197,189,1) 0%,rgba(232,108,87,1) 26%,rgba(234,40,3,1) 51%,rgba(243,197,189,1) 100%);
    background: linear-gradient(to bottom, rgba(243,197,189,1) 0%,rgba(232,108,87,1) 26%,rgba(234,40,3,1) 51%,rgba(243,197,189,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#f3c5bd',GradientType=0 );
}
.c3 {
	background: rgb(252,234,187);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 53%, rgba(251,223,147,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(248,181,0,1) 53%,rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(248,181,0,1) 53%,rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
}
.c4 {
	background: rgb(210,255,82);
    background: -moz-linear-gradient(left, rgba(210,255,82,1) 1%, rgba(145,232,66,1) 54%, rgba(210,255,82,1) 100%);
    background: -webkit-linear-gradient(left, rgba(210,255,82,1) 1%,rgba(145,232,66,1) 54%,rgba(210,255,82,1) 100%);
    background: linear-gradient(to right, rgba(210,255,82,1) 1%,rgba(145,232,66,1) 54%,rgba(210,255,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#d2ff52',GradientType=1 );
}

/*++++++++++++++++++++++++++++++++++*/
/*стиль блоку*/
.imgDiv {
	background: #fff;
	box-shadow: 1px 1px 5px #b87dff;
}
.imgJ {
	width: 30px;
    height: 60px;
    display: block;
    position: absolute;
    top: -5px;
    left: 19px;
    background: url(/img/2.png) no-repeat;
}
.j-col-sm-6 {
	width: 50%;
    float: left;
}

/*++++++++++++++++++++++++++++++++++*/
/*Стили для колонки с категориями*/
.imgSidebar {
	border: 4px solid #def2ff;
    position: relative;
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
	float:left;
	clear:both;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.spanSidebar {
	background-color: #bbb8ff;
    border: 4px solid #def2ff;
    font-family: Boogaloo,Roboto,Verdana,sans-serif;
    text-transform: uppercase;
    overflow: hidden;
	float:left;
	max-width:calc(100% - 50px);
    color: #8200ff;
    padding: 8px 20px 5px 30px;
    height: 40px;
    text-overflow: ellipsis;
    background-size: cover;
    white-space: nowrap;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.spanSidebar:hover {
	background-color: #6059ff;
    border: 4px solid #def2ff;
    font-family: Boogaloo,Roboto,Verdana,sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    color: #ffffff;
    padding: 8px 20px 5px 30px;
    height: 40px;
    text-overflow: ellipsis;
    background-size: cover;
    white-space: nowrap;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}