.row {
	display:inline-block;
	width:100%;
}
.row .col{
	width:50%;
	float:left;
	margin-bottom:40px;
}
@media only screen and (max-width: 999px){
	.row .col{
		width:100%;
	}
	.top-button{
		display:none;
	}
}

.row .col-m{
	width:25%;
	float:left;
	margin-bottom:40px;
}
@media only screen and (max-width: 999px){
	.row .col-m{
		width:100%;
	}
}
.el-ul{
	list-style:none;
	margin-bottom:20px;
	margin-top:20px;
}




.btn{
	color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
	text-decoration: none;
    line-height: 22px;
	background: url(img/bg/gift-button.png) repeat left top;
	padding: 11px 35px 11px 35px;
	border-radius: 22px;
	height: 22px;
}	
.img-vetki{
	max-width: 80%;
	border-radius: 22px;
}
.tit{
	color:#000;
	font-size: 18px;
	height: 20px;
}
.tit2{
	color:#000;
	font-size: 20px;
	height: 20px;
}
.red .circlet-price-new{
	color: #d04a47;
}
.col .circlet-price-wrapper{
	margin:0 0 30px 0;
}
.why1 {
	background:url('img/bg/advantages_2.jpg') no-repeat center bottom;
	background-size: cover;
}
.why2{
/* 	background: url(img/bg/why-3.png) no-repeat 150% top; */
}
.why2 h2{
	/* color:#000; */
}
.why2 h2 span{
	color: #d14c4a;
}

.info-1-sold{
	display:none;
}
.goods-card {
	background-size: cover;
}
.advantages{
	background-size: cover;	
}
.reviews{
	background-size: cover;		
}

.br-red{
	border: 2px solid #ff0000;
}



.order-call-wrapper-3{
	background:url('img/bg/order-call-wrapper-2.png') no-repeat center;
	    padding: 50px!important;
		margin:30px!important;
}
.order-call-wrapper-3 .fancybox-close-small{
	    top: 55px !important;
}
.order-call-wrapper-3 .order-call-wrapper-inner{
	width:735px;
	text-align: center;
	padding: 40px 0 30px 0;
}
@media only screen and (max-width: 999px){
	.koshara{
		display:none!important;
	}
}

/*elki led*/
#elki_led {
	background: url(img/elki_led/bg_elki_led.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#elki_led  .circlet-inner {
	padding-bottom: 0;
	padding-top: 80px;
}
#elki_led h2 span {
	color: #fff;
}
#elki_led .goods-advantages {
	width: auto;
	margin-top: 40px;
}
#elki_led .goods-advantages div {
	color: #fff;
}
#elki_led .row {
	display: flex;
}
#elki_led .elki-wrap {
	display: flex;
	/*justify-content: space-between;*/
	flex: 1;
}
#elki_led .elki-wrap .price {
	font-family: 'PeaceSans';
	font-size: 170%;
	line-height: 1.1;
	margin: 20px 0;
}
#elki_led .elki-wrap .elka {
	/*flex: 1;*/
	position: relative;
	text-align: left;
}
#elki_led .elki-wrap .elka:first-child {
	margin-right: 20px;
}
#elki_led .elki-wrap .title {
	color: #fff;
	text-align: left;
	position: absolute;
	top: 120px;
	left: 80%;
	width: 250px;
	z-index: 1;
}
#elki_led .elki-wrap .title span {
	font-size: 18px;
}
#elki_led .elki-wrap .title span a {
	color: #fff;
	text-decoration: unset;
}

@media screen and (max-width: 1200px) {
	#elki_led .elki-wrap .elka img {
		max-width: 250px;
		width: 100%;
		height: 500px;
		object-fit: cover;
	}
	#elki_led .elki-wrap .elka:first-child {
		margin-right: 180px;
	}
	#elki_led .elki-wrap .title {
		left: 90%;
		top: 80px;
	}
	#elki_led .row {
		align-items: center;
	}
}

@media screen and (max-width: 992px) {
	#elki_led .row {
		flex-direction: column;
	}
	#elki_led .goods-advantages {
		margin-top: 0;
		width: 100%;
	}
	#elki_led .goods-advantages-list {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#elki_led .goods-advantages-list li {
		margin: 0 15px;
	}
	#elki_led .elki-wrap {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: 20px;
	}
	#elki_led .elki-wrap .elka {
		margin: 0!important;
		text-align: center;
		width: 100%;
		margin-bottom: 30px!important;
	}
	#elki_led .elki-wrap .title {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
	}
	#elki_led .elki-wrap .title span br {
		display: none;
	}
}

footer .footer-menu-wrap ul{
	list-style-type: none;
}