
@media (min-width: 1260px) {
    .header .container .header__basket {
        margin-left: 0px !important;

	}}

a.toright {
    margin-left: 6px;
}
a.conline.mob {
    display: none;
}
.conline{
width: 110px;
    height: 22px;
    background: url(../img/cvideo2.png) no-repeat;
    display: block;
    font-size: 12px !important;
    text-align: right;
    color: #9970cb !important;
    font-weight: normal;
    padding-left: 3px;
    padding-top: 3px;
    background-size: 24px;
}

	span.cvideo {
    position: fixed;
    bottom: 0px;
    left: 0px;
	padding-top: 30px;
	    z-index: 9999999;
}

.cvideo .cvideoclose{
display: none;
position: absolute;
    top: 0px;
    background: #000;
    color: #fff;
    width: 20px;
    text-align: center;
    right: 0px;
    padding: 4px;
    cursor: pointer;
	 z-index: 999999999999;
}

.cvideo:hover .cvideoclose{
display: inline-block;

}



.sale-block {
	position:fixed;
	bottom:30px;
	right:20px;
	z-index:999;
}
.sale-container {
	max-width:442px;
	width:100%;
	background:#fff;
	border-radius:24px;
	border: 1px solid #5A65721F;
	padding:24px;
	position:relative;
}
.sale-block .sale-title {
	background:#FB0D1B;
	padding:10px 20px;
	font-family: DINRoundPro,sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color:#fff;
	display:flex;
	align-items:center;
	position:absolute;
	top:-17px;
	left:20px;
	border-radius:5px;
}
.sale-block .sale-title:before {
	content:'';
	display:block;
	width:24px;
	height:20px;
	background: url('/local/templates/webkm/assets/img/sale-icon.svg') center center no-repeat;
	margin:0 10px 0 0;
}
.sale-block .sale-item {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.sale-block .sale-item .image {
	width:32%;
}
.sale-block .sale-item .image img {
	display:block;
	max-width:100%;
}
.sale-block .sale-item .text {
	width:calc(68% - 30px);
	margin:0 0 0 30px;
	font-weight: 600;
	font-size: 16px;
}
.sale-block .sale-item .text .buttons {
	display:flex;
	gap: 8px;
}
.sale-block .sale-item .text .buttons .button {
	width:120px;
	margin:0 5px;
	height:40px;
	cursor:pointer;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
	margin-top: 16px;
}
.sale-block .sale-item .text .buttons .button.apple-button {
	background: url('../img/apple-store-footer-outline.svg') center center no-repeat;
}
.sale-block .sale-item .text .buttons .button.android-button {
	background: url('../img/google-play-footer-outline.svg') center center no-repeat;
}
a.button.pop_botton {
    width: auto !important;
    display: block;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
	border: 1px solid #FF492F;
    border-radius: 5px;
    margin: 0 5px;
    height: 40px;
    cursor: pointer;
	padding: 0 20px;
	font-weight: 500;
        color: #FF492F;
}
@media (max-width: 630px) {
a.conline.mob {
        display: block;
		color: #000000 !important;
        width: auto;
        padding-left: 30px !important;
        text-align: left;
		display: flex;
		align-items: center;
		font-size: 14px !important;
}
a.conline {
    margin-top: -2px;
    background-position-y: 2px;
    height: 24px;
}
header.header.header-sliced a.conline{
display: inline-block;
}

header.header.header-sliced.open a.conline{
display: none;
}
header.header.header-sliced.open a.conline.mob{
display: inline-block;
}
}

@media (max-width: 540px) {
.sale-block {
    bottom: 0px;
    right: 0px;
}
.sale-container {
	max-width:100%;
	padding:20px 30px;
	box-sizing:border-box;
}
.sale-block .sale-title {
	padding:10px 20px;
	font-size: 12px;
	line-height: 15px;
	top:-17px;
	left:30px;
}
.sale-block .sale-title:before {
	width:17px;
	height:14px;
	margin:0 5px 0 0;
}
	
}
@media (max-width: 480px) {
.sale-container {
	padding-bottom:80px;
}
.sale-block .sale-item .text .buttons {
    display: flex;
    margin: 20px 0 0 0;
    position: absolute;
    top: calc(100% - 90px);
    left: 30px;
    right: 30px;
}
.sale-block .sale-item .text .buttons .button {
	width:100%;
	margin:0;
}
.sale-block .sale-item .text .buttons .hide {
	display:none;
}
.sale-block .mfp-close {
	width:16px;
	height:16px;
}
}






