#toTop {
	background-image: url(nav-top1.png);
	/* background-image: url(nav-top.png);*/
	background-position-x: center;
	background-position-y: 12px;
	/* background-position: top 12px center; */
	background-repeat: no-repeat;
	cursor:pointer;
	display:none;
	width:45px;
	height:45px;
	position:fixed;
	bottom:40px;
	right:35px;
	z-index:1000;
	padding:0;
	text-align:center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/* Для гугл карты*/
.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0px;
}

@font-face {font-family: "Roboto-Black"; src: url("Roboto-Black.ttf");}
@font-face {font-family: "Roboto-BlackItalic"; src: url("Roboto-BlackItalic.ttf");}
@font-face {font-family: "Roboto-Bold"; src: url("Roboto-Bold.ttf");}
@font-face {font-family: "Roboto-BoldItalic"; src: url("Roboto-BoldItalic.ttf");}
@font-face {font-family: "Roboto-Italic"; src: url("Roboto-Italic.ttf");}
@font-face {font-family: "Roboto-Light"; src: url("Roboto-Light.ttf");}
@font-face {font-family: "Roboto-LightItalic"; src: url("Roboto-LightItalic.ttf");}
@font-face {font-family: "Roboto-Medium"; src: url("Roboto-Medium.ttf");}
@font-face {font-family: "Roboto-MediumItalic"; src: url("Roboto-MediumItalic.ttf");}
@font-face {font-family: "Roboto-Regular"; src: url("Roboto-Regular.ttf");}
@font-face {font-family: "Roboto-Thin"; src: url("Roboto-Thin.ttf");}
@font-face {font-family: "Roboto-ThinItalic"; src: url("Roboto-ThinItalic.ttf");}
@font-face {font-family: "RobotoCondensed-Bold"; src: url("RobotoCondensed-Bold.ttf");}
@font-face {font-family: "RobotoCondensed-BoldItalic"; src: url("RobotoCondensed-BoldItalic.ttf");}
@font-face {font-family: "RobotoCondensed-Italic"; src: url("RobotoCondensed-Italic.ttf");}
@font-face {font-family: "RobotoCondensed-Light"; src: url("RobotoCondensed-Light.ttf");}
@font-face {font-family: "RobotoCondensed-LightItalic"; src: url("RobotoCondensed-LightItalic.ttf");}
@font-face {font-family: "RobotoCondensed-Regular"; src: url("RobotoCondensed-Regular.ttf");}

.shopmini #view .objectNote ul,
#tabs .objectNote ol,
#tabs .objectNote ul,
#content .cont_txt ol,
#content10 .cont_txt ol,
#content10 .cont_txt ul,
#content .art_bank ul,
#content .cont_news ul,
#content .cont_txt ul {
    list-style: none outside none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#content .art_bank li {
    line-height: unset;
/*    padding: 0px 0 0px 30px;*/
    font-size: 12px;
}


line-height: 30px;

.shopmini #view .objectNote li,
#tabs .objectNote li,
#content .art_bank li,
#content10 .cont_txt li,
#content .cont_news  li,
#content .cont_txt li {
position: relative;
    line-height: 30px;
    width: auto;
    font-weight: 400;
    color: #323232;
}

.shopmini #view .objectNote li,
#tabs .objectNote li,
#content10 .cont_txt li,
#content .cont_news  li,
#content .cont_txt li {
position: relative;
    padding: 17px 0 17px 55px;
}

#content .art_bank li:before {
    width: 15px;
    height: 15px;
    padding: 0px;
/*    border: 4px solid #7289CD;*/
}

.shopmini #view .objectNote li:before,
#tabs .objectNote li:before,
#content10 .cont_txt li:before,
#content .cont_news li:before,
#content .cont_txt li:before {
    width: 25px;
    height: 25px;
    padding: 0px;
/*    border: 4px solid #7289CD;*/
}

.shopmini #view .objectNote li:before,
#tabs .objectNote li:before,
#content10 .cont_txt li:before,
/*#content .art_bank li:before,*/
#content .cont_news li:before,
#content .cont_txt li:before {
content: "";
    position: absolute;
    background-color: var(--coli);
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
/*
#content .art_bank li:after {
    max-width: 200px;
    margin-left: 30px;
}
*/

.shopmini #view .objectNote li:after,
#tabs .objectNote li:after,
#content10 .cont_txt li:after,
#content .cont_news li:after,
#content .cont_txt li:after {
    max-width: 300px;
    margin-left: 55px;
}

.shopmini #view .objectNote li:after,
#tabs .objectNote li:after,
#content10 .cont_txt li:after,
/*#content .art_bank li:after,*/
#content .cont_news li:after,
#content .cont_txt li:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.flicker ul li {
    list-style-type: none;
}

#slider1 .bullets li {
    width: 50px;
    height: 6px;
}
#slider1 .bullet.active {
    background-color: var(--colc);
    border: 1px solid var(--colc);
}
#slider1 .bullets li a {
    border-radius: 0;
    width: 50px;
    height: 6px;
    border: 1px solid var(--colc);
}