/*
Hello!
*/
body {
	font-family: 'Source Sans Pro', sans-serif;
/*	background-image: url(/css/bg.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.dispno {
	display: none!important;
}
.menu-font-family {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 58%; 
	text-align: end;
}
.logotype {
	font-family: 'Sriracha', cursive;
}

.lblcok_mob {
	display: none;
}
.lblcok_desk {
	display: block;
}

.menu-mobile {
	display: none;
	
}
.font-s {
	font-size: 16px;
}

.dot_red {
	position: absolute;
    background-color: #d22a27;
    border-radius: 5px;
    display: inline-block;
    height: 5px;
    width: 5px;
	top: 5px;
}
h1 {
	text-transform: uppercase;
}
.rassrochka_price {
	font-size: 11px;
    background-color: #ffd300;
    padding: 0px 3px;
    font-weight: 600;
    margin-right: 3px;
}
.rassrochka_mesyac {
	font-size: 11px;
    color: #919191;
}
.like_product_bot {
	position: absolute;
	right: 25px;
	top: 50px;
	font-size: 26px;
	cursor: pointer;
}
.like_product_bot:hover {
	color: #d22a27;
}
.add_heart {
	position: fixed;
	width: 210px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #25d366a3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.remove_heart {
	position: fixed;
	width: 210px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.category_list {
	column-count: 2;
}
.max_992 {
	display: block;
}
.min_992 {
	display: block;
}


.activeMobileMenu {
	color: #0062cc;
}
.background-objects-left {
	margin-bottom: 20px;
}
.filter_menu {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.change_theme {
	margin: 0px 30px 2px 0px;
	cursor: pointer;
}
.columns {
	column-count: 2;
}
.img_block {
	width: 500px;
	height: 280px;
}
.small_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.ekko-lightbox {
	background-color: #000000b5!important;
}

.show_master_bot:hover {
	cursor: pointer;
}
.plist {
	margin-bottom: 0px;
}
.spanleft {
	margin-right: 10px;
	display: inline-block;
}
.spanleft2 {
	margin-right: 10px;
	display: inline-block;
}
.spanr {
	display: inline-block;
}
.zametki {
	cursor: pointer;
	margin-top: 8px;
	width: 170px;
}
.img_block_list {
	width: 300px;
    height: 250px;
}
.imgsize {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.mgR {
	margin-right: 15px;
}
.prev,
.next {
  position: absolute;
  top: 35%;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
}
.prev {
	transform: rotate(180deg);
	left: 10px;
}
.next {
  right: 10px;
}
.preim_gir_for_desk {
	display: flex;
	justify-content: space-evenly;
}

.preim_gir_for_mob {
	display: none!important;
}
.img_main_page {
	width: 100%;
}
.moshnost {
	font-size: 28px;
}


@media (max-width: 576px) {
.lblcok_desk {
	display: none;
}
.lblcok_mob {
	display: block;
}
.moshnost {
	font-size: 18px;
}
.img_main_page {
	width: 50%;
}
.preim_gir_for_mob {
	display: block!important;
}
.preim_gir_for_desk {
	display: none;
}
.like_product_bot:hover {
	color: #000;
}
.background-objects-left {
	margin-bottom: 0px;
}
.filter_menu {
	display: block;
	justify-content: space-between;
	padding: 10px;
}
.marg_for_modile {
	margin-bottom: 10px;
	display: block;
}
.text_width450 {
	width: 300px!important;
}
.change_theme {
	text-align: right;
}
.columns {
	column-count: 1;
}
.img_block {
	width: 100%;
	height: 280px;
	padding-right: 20px;
}
}

@media (max-width: 992px) {
.max_992 {
	display: none;
}
.change_theme {
	margin: 0px 10px 2px 0px;
	cursor: pointer;
}
}
@media (min-width: 992px) {
.min_992 {
	display: none;
}
}
@media (max-width: 575px) {
.category_list {
	column-count: auto;
}
.like_product_bot {
	right: 25px;
	top: 60px;
	font-size: 30px;
}
h1 {
	font-size: 1.5rem;
}	
	.menu-mobile {
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 44px;
	font-size: 35px;
	z-index:1;
}
.font-s {
	font-size: 14px;
}
.formobmenu {
	height: 42px;
}

}