p, ul {
    line-height: 1.5;
}

.block_with_feedback {
    display: none;
}

header marquee {
    padding: 7px 0 0 0;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
}

.marquee span {
 display: inline-block;
 padding-left: 100%;
 animation: marquee 25s linear infinite;
}

.marquee span:hover {
 animation-play-state: paused
}

@keyframes marquee {
 0%   { transform: translate(0, 0); }
 100% { transform: translate(-100%, 0); }
}

.feeds {
	display: none;
}

.category-list a[href*='popular/'] {
    background: #4ac1e8;
    border-top: 1px solid #4ac1e8;
    border-right: 1px solid #4ac1e8;
    border-left: 1px solid #4ac1e8;
}

.category-list a[href*='new/'] {
    background: #fd99ba;
}

.category-list a[href*='sales/'] {
    background: #eb2a25;
}

.hide-robot{
	display:none;
}

.flex-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex4 div {
    width: 25%;
}

.flex-img div {
    padding: 0 5px;
}

.flex4 div img {
    max-width: 100%;
}

.flex-img img {
    border: 1px solid #ccc;
    padding: 3px;
    max-width: 100%;
}

.null-pad {
    padding-right: 0;
    padding-left: 0;
}

.common-home #content {
    padding: 0;
}

#content {
    min-height: 600px;
    background: #fff;
}

.form-control {
    border-radius: 0;
}

.owl-carousel img {
    width: 100%;
}

.btn-lara {
    background-color: #ff5972;
    color: #fff;
    border-radius: 0;
    border: 1px solid #ff5972;
    box-shadow: none;
    font-size: 16px;
}

.btn-lara:hover {
    background-color: #fff;
    color: #ff5972;
}

.owl-carousel .owl-buttons div {

    width: 35px;
    height: 35px;
    color: #ba2028 !important;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

#top{
	background: #ffe4e0;
}

#top .container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
	font-size: 15px;
}

#top .container .row{
	margin: 0;
}

#top .logo {
    max-width: 235px;
    width: 100%;
}

#top .logo a {
    font-size: 14px;
    color: #4c4c4c;
    padding: 15px 0;
    display: block;
}

#top .logo a span {
	display: block;
    color: #ff5972;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#top .top-info {
    display: grid;
    width: 100%;
	max-width: 1170px;
    grid-template-columns: 250px 4fr 1fr;
    /*align-content: flex-start;*/
    grid-template-areas: ". city menu auth";
	padding-top: 10px;
}

#top .top-info .auth .area{
	float: right;
	background: url('../image/profile.png') no-repeat left -2px;
	padding-left: 30px;
	height: 24px;
	min-width: 190px;
}

#top .top-info .auth .area a{
	padding: 5px 5px;
}

/*
#top .top-info a {
    color: #262626;
    font-size: 14px;
    display: inline-block;
}
*/

#top .top-info > div:last-child {
	text-align: right;
}



#top .top-info div i {
    color: #4c4c4c;
    margin-right: 5px;
}

#center{
	border-bottom: solid 2px #dea3a0;
}

#bottom{
	border-bottom: solid 1px #dea3a0;
}

#bottom .bottom_info{
	display: flex;
    width: 100%;
	margin: 0 auto;
	margin: 0 15px;
	max-width: 1156px;
}

.bottom_info .catalog_menu{
	height: 70px;
	position: relative;
	width: 30%;
}

.bottom_info .catalog_menu .catalog_name{
	background: url('../image/menu.png') no-repeat 25px center #ff5972;
	color: #fff;
	text-align: center;
	height: 100%;
	line-height: 70px;
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	font-size: 18px;
}

.bottom_info .catalog_menu .catalog_name span.arrow{
	display: block;
	float: right;
	width: 24px;
	height: 70px;
	margin-right: 15px;
	background: url('../image/arrow_ud.png') no-repeat 0 center #ff5972;
}

.bottom_info .catalog_menu:hover .catalog_name span{
	background-position: -24px center;
}

.bottom_info .catalog_menu .catalog_items{
	display: none;
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 100;
	background: #ff5972;
	width: 100%;
	border: solid 1px #dea3a0;
}

.bottom_info .catalog_menu .catalog_items a{
	display: block;
	font-size: 17px;
	padding: 10px 20px 10px 20px;
	line-height: 22px;
	border-bottom: solid 1px #dea3a0;
	color: #fff;
}


.bottom_info .catalog_menu:hover .catalog_items{
	display: block;
}

.bottom_info .catalog_menu:hover .catalog_items a:hover{
	background: #ff5972;
	color: #fff;
}

.bottom_info .izb{
	border-left: solid 2px #dea3a0;
	background: url('../image/favorite.png') no-repeat center 14px #fff;
	width: 15%;
}

.bottom_info .izb:hover{
	border-left: solid 2px #dea3a0;
	background: url('../image/favorite-h.png') no-repeat center 14px #fff;
}

.bottom_info .izb a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 40px;
}

.bottom_info .cart{
	width: 15%;
}

.bottom_info .search{
	width: calc(40% - 15px);
}



.feedback {
    grid-area: feedback;
    justify-self: flex-end;
    align-self: center;
}

.feedback .callme_order_btn font {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.feedback .zakaz {
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 20px;
    line-height: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #dea3a0;
    color: #fff;
}

.feedback .callme_order_btn {
	cursor: pointer;
    padding: 5px 12px ;
    border-radius: 20px;
    line-height: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	background: #dea3a0;
	color: #fff;
}

.feedback .callme_order_btn:hover {
    background: #ff132b;
}

.feedback .callme_order_btn:hover font {
    color: #fff;
}

.header-area {
    
}

#cart > .btn {
    background: #ff5972;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    min-height: 70px;
    height: 100%;
    padding: 0;
    position: relative;
	border-radius: 0;
}

#cart > .btn:hover {
	background: #eb2a25;
}

#cart > .btn span {
    
    text-align: center;
	font-size: 16px;
}

/*
.header-area .cart {
    border-left: 1px solid #fff;
}
*/

.header-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 6fr 3fr 170px;
    grid-template-columns: 170px 6fr 3fr 170px;
	padding: 15px;
}

.header-area .addr{
	font-size: 15px;
	padding-top: 15px;
	padding-left: 70px;
}

.header-area .addr .place{
	background: url('../image/place.png') no-repeat left 0px;
	height: 24px;
	padding-top: 2px;
	padding-left: 30px;
	margin-bottom: 5px;
}

.header-area .addr .clock{
	background: url('../image/clock.png') no-repeat left 0px;
	height: 24px;
	padding-top: 2px;
	padding-left: 30px;
	margin-bottom: 5px;
	display: block;
}

.header-area .tel{
	background: url('../image/support.png') no-repeat left center;
	padding-left: 70px;
	padding-top: 10px;
}

.header-area .tel div{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.header-area .obr_zv{
	padding-top: 5px;
	text-align: right;
}

.header-area .obr_zv .skype{
	background: url('../image/skype.png') no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	float: right;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.header-area .obr_zv .skype a{
	margin-left: 3px;
	color: #ff5971;
}

.header-area .obr_zv .skype a:hover{
	color: #ff132a;
}


.header-area .obr_zv .email{
	font-size: 16px;
	font-weight: bold;
	float: right;
	height: 24px;
	line-height: 24px;
}

.header-area .obr_zv .email a{
	margin-left: 3px;
	color: #ff5971;
}

.header-area .obr_zv .email a:hover{
	color: #ff132a;
}


/*
.header-area .menu, .header-area .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-area .menu ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}

.header-area .menu ul li {
    display: inline-block;
}

.header-area .menu a {
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}

.header-area .menu li:first-child a {
    margin-left: 0;
}

.header-area .menu li:last-child a {
    margin-right: 0;
}

.header-area .menu a:hover {
    color: #ff5972;
    border-bottom: 4px solid #bfbfbf;
}
*/

.header-area .logo {
    
}

#search .input-lg {
    border-radius: 0;
    /*border: 1px solid #dcdcdc;
    border-right: 1px solid transparent;*/
    height: 70px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
	font-size: 16px;
	border: none;
	padding-left: 30px;
}

#search span button {
    background: #fff;
    border-radius: 0;
    height: 70px;
    padding: 0;
    width: 60px;
	border: 0;
	outline: none;
}

#search span button i {
    color: #666;
	font-size: 18px;
}

.owl-carousel {
    margin: 0 !important;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.category-list {
    margin-bottom: 0;
}

.category-list a {
    font-size: 16px;
    color: #2d2d2d;
    padding: 10px 20px 10px 20px;
    border: 1px solid #dea3a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ff5972;
    color: #fff;
}
	 .category-list .children a {
		background: #fff;
		color: initial;
		font-size: 14px;
	}

.category-list a:hover {
    border: 1px solid #dea3a0;
    background: #ff5972;
    color: #fff;
    text-shadow: none;
}

.category-list a span {
    display: block;
    width: 20px;
    text-align: right;
}

.product-grids {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr);
    grid-template-rows: 1fr;
    grid-gap: 5px;
}

.product-grids > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.product-grids > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.product-grids > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.product-grids > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.product-grids > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.product-grids > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.product-grids > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.product-grids > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
}

.product-grids-item h4 {
    margin: 0;
}

.product-grids-item h4 a {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 73px;
}

.productcategory .featured_mod > h3 {
    margin: 20px 0 0 0;
}

.product-grids .product-thumb .caption {
    min-height: 44px;
    text-align: center;
    padding: 1px 0;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.product-grids .product-thumb .caption span {
    color: #ff5972;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.product-grids .product-thumb .button-group button:first-child {
    background-color: #ff5972;
    color: #fff;
}

.product-grids .product-thumb .button-group button:first-child:hover {
    background-color: #ff132a;
    color: #fff;
}

.product-grids .product-thumb .button-group button {
    background-color: #fff;
    color: #ff5972;
}

.product-grids .product-thumb .button-group button:hover {
    color: #ff132a;
}

.category-list-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 25px;
}

.category-list-name h2 {
    margin: 0;
    font-size: 20px;
    color: #262626;
    line-height: 1;
    text-transform: uppercase;
}

.category-list-name i {
    color: #f21d1f;
    font-size: 20px;
    margin-right: 20px;
}

.category-listing .category-list-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
}

.category-listing .category-list-items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.category-listing .category-list-items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.category-listing .category-list-items > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.category-listing .category-list-items > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.category-listing .category-list-items > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.category-listing .category-list-items > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.category-listing .category-list-items > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.category-listing .category-list-items > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
}

.category-listing .category-list-items .cat-item {
    border: 1px solid #dea3a0;
	margin: 3px;
	-webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	border-radius: 3px;
}

.category-listing .category-list-items .cat-item img {
    width: 100%;
	opacity: 0.9;
}

.category-listing .category-list-items .cat-item h4 {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
	font-weight: bold;
    margin: 0;
    line-height: 1.5;
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background: #dea3a0;
	font-size: 16px;
	-webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.category-listing .category-list-items .cat-item .readmore-btn, .category-listing .category-list-items .cat-item img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.category-listing .category-list-items .cat-item:hover {
    border: 1px solid #ff5972;
    position: relative;
	margin: 3px;
	/*background: #dea3a0;*/
}

.category-listing .category-list-items .cat-item:hover h4{
    background: #ff5972;
}

.category-listing .category-list-items .cat-item:hover img {
	opacity: 1;
}

/* PREFIXER */

.common-home .main-text p {
    font-size: 13px;
}

.common-home .main-text h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #ba2028;
}

.main-text {
    padding: 10px 25px 25px;
}

.newsblog {
    border-top: 5px solid #bb2026;
    padding: 0 30px;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff),color-stop(50%, #ffffff),to(#f4f4f4));
    background: -o-linear-gradient(left, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
}

.newsblog-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsblog .newsblog-heading h3 {
    font-size: 20px;
    color: #262626;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0;
}

.newsblog-heading i {
    color: #f21d1f;
    font-size: 20px;
    margin-right: 20px;
}

.newsblog .product-thumb {
    border: none;
}

.newsblog .product-thumb .caption {
    padding: 0;
    margin-top: 10px;
}

.newsblog-date {
    font-size: 11px;
    color: #bb2026;
}

.newsblog .product-thumb h4 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 20px 0px;
}

.newsblog .product-thumb h4 a {
    color: #bb2026;
}

.newsblog .product-thumb p {
    font-size: 13px;
    color: #262626;
    line-height: 1.4;
    margin-bottom: 0;
}

.readnews {
    color: #bb2026;
    text-decoration: underline;
}

.newslist-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #2d2d2d;
    padding: 15px 30px 15px 30px;
    display: block;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff),color-stop(50%, #ffffff),to(#f4f4f4));
    background: -o-linear-gradient(left, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
    border-top: 1px solid #f4f4f4;
}

.newslist-link:hover {
    background: #ff5972;
    color: #fff;
    border-color: #ff5972;
}

.newslist-link i {
    margin-right: 5px;
}

.footer-logo {
    display: flex;
    align-items: center;
        margin-bottom: 10px;
}

.footer-logo img {
    margin-right: 10px;
}

.footer-logo p {
    font-size: 21px;
}

.phone-link {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 1.5;
}

.phone-link i {
    font-size: 24px;
}

.mail-link {
    font-size: 16px;
        margin-top: 3px;
}

.mail-link a {
    color: #a6a6a6;
}

footer ul {
    list-style: none;
    padding: 0;
}

.category-list a.active, .category-list a.active:hover {
    background: #ff5972;
    color: #fff;
}

#content.category h1 {
    margin: 10px 0px 30px 20px;
    font-size: 24px;
    color: #262626;
    line-height: 1;
}

.subcats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.subcats ul img {
    width: 100%;
}

.subcats ul span {
    margin: 0;
    display: block;
}

.subcats ul a span {
    min-height: 48px;
}

.group-boxes {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 20px;
}

.group-boxes button {
    background: #ff5972;
    color: #fff;
    text-shadow: none;
    border: 1px solid #ff5972;
    box-shadow: none;
}

.group-boxes button:hover, .group-boxes button:active {
    background: #fff;
    border: 1px solid #ff5972;
    color: #ff5972;
}

.group-boxes select {
    border-radius: 0;
    border-color: #ff5972;
	outline:none;
}

.group-boxes select:active{
	outline:none;
}

.group-boxes select:active{
	border-color: #ff5972;
}


.lists-prod > div {
    width: 33.3%;
}

.lists-prod .product-thumb h4 {
    text-align: center;
    margin: 0;
	padding: 0 5px;
    line-height: 1.5;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.lists-prod .product-layout img {
    transition: .2s;
    object-fit: none;
	opacity: .9;
}

.row.lists-prod .product-layout a:hover img {
    opacity: 1;
}

.lists-prod .category-price {
    text-align: center;
    padding: 1px 0;
    color: #000;
    font-size: 16px;
	margin-top: 15px;
}

.lists-prod .category-price span {
    color: #ff5972;
    font-weight: bold;
    font-size: 18px;
	margin-left: 5px;
}

.lists-prod .product-thumb .button-group button {
    background-color: #fff;
    color: #ff5972;
}

.lists-prod .product-thumb .button-group button:hover {
    color: #ff132a;
}

.lists-prod .product-thumb .button-group button:first-child {
    background-color: #ff5972;
    color: #fff;
}

.lists-prod .product-thumb .button-group button:first-child:hover {
    background-color: #ff132a;
}

.thumbnail {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}

.product-page h1 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #262626;
    line-height: 1;
    border-bottom: 1px solid #ff5972;
    padding-bottom: 10px;
}

.btn-group-buy {
    display: flex;
}

.btn-group-buy button {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background: #ffffff;
    border-color: #ff5972;
    color: #ff5972;
}

.btn-group-buy button:hover {
    background: #fff;
	border-color: #ff5972;
    color: #ff132a;
}

.btn-group-buy button:first-child {
    background: #ff5972;
    border-color: #ff5972;
    color: #fff;
}

.btn-group-buy button:first-child:hover {
    background: #ffffff;
    border-color: #ff5972;
    color: #333;
}

.btn-group-buy button:not(:first-child) {
    border-left: 0;
}

.h2.prod-price {
    font-size: 14px;
    color: #666;
    line-height: 1;
        margin: 10px 0;
}

.h2.prod-price .__product_price {
    color: #ff132a;
    font-size: 20px;
    font-weight: bold;
}

.gray-back {
    padding: 20px;
}

.gray-back input {
    border-radius: 0;
    border-color: #ff5972;
}

.featured_mod > h3 {
    margin: 30px 0 0;
    font-size: 20px;
    color: #262626;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.featured_mod > h3 i {
    color: #f21d1f;
    font-size: 20px;
    margin-right: 10px;
}

.ya-share2 {
    margin: 10px 0 20px;
}

.delivery-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.delivery-block div {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0;
}

.delivery-block div:hover {
    border-color: #ff5972;
}

.info h1 {
    margin: 10px 0px 30px 0px;
    font-size: 24px;
    color: #262626;
    line-height: 1;
}

.info h2 {
    margin: 15px 0;
    font-size: 16px;
    color: #262626;
    line-height: 1;
    text-transform: uppercase;
}

.payment-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.payment-block span {
    display: block;
    font-size: 12px;
    text-transform: none;
    color: #666;
}

.payment-block .nal {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(/image/beznalz.png);
    background-repeat: no-repeat;
    background-position: -80px 0px;
    background-size: 160px;
    margin-right: 15px;
}

.payment-block .beznal {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(/image/beznalz.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 160px;
    margin-right: 15px;
}

.payment-block > div {
    width: 49%;
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    align-items: center;
}

.payment-block div {
    font-size: 20px;
    text-transform: uppercase;
    color: #ff5972;
}

/*MENU*/

nav.menu{
	width: 100%;
}

ul.cmenu{
	display: flex;
}

ul.cmenu li{
	list-style: none;
	margin: 0 5px;
}

ul.cmenu li a{
	padding: 5px 10px;
}

ul.cmenu li a:hover{
	color: #ffffff;
	background: #ff132a;
	border-radius: 20px;
}


/*   ФОРМА СВЯЗИ   */

#jbCallme_overlay{
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:100;
    display:none;
}

.jbCallme{
    background:#f3f4f5;
    -webkit-box-shadow: inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    -moz-box-shadow:    inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    box-shadow:         inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    border: 1px solid #d6d6d6;
    left:50%;
    margin-left:-190px;
    position:fixed;
    top:50px;
    width:380px;
    z-index:110;
    color:#323d53;
    display:none;
    height:auto;
}
.jbCallme .jb_title{
    font-family:Georgia, "Times New Roman", Times, serif;
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    padding:10px;
    background:#ff5972;
}
.jbCallme .jb_title:first-letter{
    font-size:18px;
}
.jbCallme textarea{
    border: 1px solid #d6d6d6;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #fff;
    width:98%;
    height:70px;
    font-family:Arial, Helvetica, sans-serif;
}
.jbCallme form{
    margin: 10px;
}
.jbCallme .jb_input{
    margin-top: 10px;
}
.jbCallme  label   {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    margin-top: 12px;
}
.jbCallme input[type=text],.jbCallme input[type=email]{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:95%;
  
}
.jbCallme select{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:100%;
    display:block;
  
}
.jbCallme select:focus,.jbCallme input[type=text]:focus,.jbCallme input[type=email]:focus, .jbCallme textarea:focus{
    background-color: #f9fbff;
    border: 1px solid #999999;
}
.jbCallme .jb_close{
    position:absolute;
    display:block;
    top:3px;
    right:3px;
    width:24px;
    height:24px;
    cursor:pointer;
    text-indent:-500px;
    overflow:hidden;
}
.jbCallme .jb_close:after{
    display:block;
    content:'×';
    font-family: Arial, sans-serif;
    position:absolute;
    line-height:24px;
    font-size:24px;
    text-indent:0;
    top:0;
    right:0;
    color:#fff;
}
.jbCallme input[type=submit] {
    margin: 0;
    border: 0 none;
    display: inline-block;
    background: #ff5972;
    border: 1px solid #ff5972;
    text-indent: 0;
    padding: 7px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.jbCallme input[type=submit]:hover {
    background: #fff;
    color: #ff5972;
    border-color: #ff5972;
}
.jbCallme .jb_dev{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#c2c3c4;
    text-decoration:none;
    display:none!important;
}
.jbCallme .jb_success{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jbCallme .jb_fail{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jb_progress{
    display: inline-block;
    height: 76px;
    position: relative;
    vertical-align: top;
    width: 100%;    
}
.jb_progress:after {
    border-width: 0 3px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: block;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;

    content: "";

    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.alert {
    margin-bottom: 0;
    border-radius: 0;
}

.subcats ul li {
    position: relative;
	margin-bottom: 20px;
}

.subcats ul li > span {
    position: absolute;
    top: -5px;
    right: 5px;
    background: #ff5972;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0;
	font-size: 12px;
}

.subcats ul li img {
    transition: .2s;
    object-fit: cover;
	opacity: 0.9;
}

.subcats ul li:hover img {
    opacity: 1;
}


.price-table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.price-table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.price-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.price-table table th,
.price-table table td {
  padding: .625em;
  text-align: center;
}

.price-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.offer-size {
    width: 100%;
    margin-bottom: 0;
}

.table-sizes {
	width: 100%;
	border-collapse: collapse;
}

	.table-sizes td {
		border: 1px solid #000;
		padding: 4px 8px;
	}
		
		.table-sizes td.prices {
			padding: 0;
			text-align: center;
		}
			
			.table-sizes td.prices table {
				width: 100%;
			}

.table-sizes thead td {
    text-align: center;
    border: 1px solid #ff5972;
    color: #ff5972;
    font-weight: bold;
}

.table-sizes tbody td {
    border: 1px solid #ff5972;
}

.table-sizes td.prices td {
    border: 0;
}

.table-sizes thead .top-thead td:last-child {
    width: 10%;
}

.table-sizes tbody td:last-child {
    padding: 0;
}

.table-sizes tbody td input {
    max-width: 81px;
    border: 0;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 14px;
}

.table-sizes tbody tr td:not(:first-child) {
    text-align: center;
}

.offer-section {
    max-width: 297px;
    width: 100%;
    float: right;
}

.offer-section .attention {
    font-size: 14px;
    text-align: center;
    color: #ff5972;
    font-weight: bold;
}

.ya-share2 > div {
    display: flex;
    justify-content: flex-start;
}

.simplecheckout-cart td.quantity .form-control {
    height: 34px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    padding: 0;
}

.nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs i {
    color: #0bb311;
}

.shorty {
    border-bottom: 1px solid #ccc;
}

.shorty p {
    font-size: 14px;
}

.shorty-header {
    color: #555;
    line-height: 1.42857143;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.shorty-header i {
    color: #0bb311;
    margin-right: 4px;
}

.btn-white {
    border-radius: 0;
    background: #fff;
    color: #ff5972;
    border-color: #ff5972;
}

.redborder {
    border-color: #ff5972;
}

.simplecheckout-button-right .btn, .btn-lara {
    background: #ff5972;
    border-color: #ff5972;
    color: #fff;
    border-radius: 0;
    text-shadow: none;
}

.simplecheckout-button-right .btn:hover, .btn-lara:hover {
    background: #fff;
    color: #ff5972;
    border-color: #ff5972;
    text-shadow: none;
}

.simplecheckout-cart-total span:first-child {
    color: #ff5972;
}

.simplecheckout-cart-total-value {
    font-size: 14px;
    font-weight: bold;
}

.header-area .search .input-group-btn {
    display: block;
}

.marker {
	background: #fffc95;
    color: #000;
    padding-left: 10px;
    line-height: 3em;
}

.btn-continue {
    margin: 0;
    border: 0 none;
    display: inline-block;
    background: #ff5972;
    border: 1px solid #ff5972;
    text-indent: 0;
    padding: 7px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.btn-continue:hover {
    color: #fff;
}

#tab-description p {
    font-size: 14px;
    line-height: 2.3rem;
}

.border-dashed{
	margin: 20px 0 60px 0;
}

.border-dashed .container{
	border: dashed 1px #dfdfdf;
}

.zadat_vopros{
	background: url('../image/img_form.jpg') no-repeat center center #fff;
	height: auto;
	min-height: 300px;
	text-align: center;
}

.zadat_vopros h5{
	font-size: 32px;
	margin-bottom: 20px;
}

.zadat_vopros .zv_desc{
	font-size: 18px;
	color: #666;
	margin-bottom: 40px;
	line-height: 26px;
}

.zadat_vopros .form_area_bottom{
	margin-bottom: 40px;
}

.zadat_vopros .form_area_bottom input{
	border: solid 1px #e1e8ee;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
	width: 96%;
}

.zadat_vopros .form_area_bottom input.error{
	border: solid 1px #ff5972;
}

.zadat_vopros .form_area_bottom div.button{
	background: #ff5972;
	border: solid 1px #ff5972;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
	width: 96%;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	margin: 0 auto;
}

.zadat_vopros .form_area_bottom div.button:hover{
	background: #eb2a25;
	border: solid 1px #eb2a25;
}

.zadat_vopros .f_police{
	color: #333;
	font-size: 12px;
	margin-bottom: 60px;
}

.zadat_vopros .f_police a{
	color: #5892d0;
	text-decoration: underline;
}

.zadat_vopros .f_police a:hover{
	color: #eb2a25;
}


.tizers_area{
	border-bottom: solid 1px #dea3a0;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.tizers_area h5{
	font-size: 32px;
	margin-bottom: 10px;
}

.tizers_area h6{
	font-size: 18px;
	font-weight: bold;
}

.tizers_area .tizer_text{
	font-size: 14px;
	line-height: 24px;
}

.tizers_area span.line_{
	display: block;
	width: 50px;
	border-bottom: solid 2px #ff5972;
}

.tizers_area .col-sm-3{
	text-align: center;
}

.tizers_area .first_text{
	font-size: 14px;
	line-height: 24px;
	padding-top: 36px;
	text-align: left;
}

.tizers_area .img_tracking{
	background: url('../image/tracking.png') no-repeat top center #fff;
	padding-top: 70px;
}

.tizers_area .img_interest-rate{
	background: url('../image/interest-rate.png') no-repeat top center #fff;
	padding-top: 70px;
}

.tizers_area .img_support2{
	background: url('../image/support2.png') no-repeat top center #fff;
	padding-top: 70px;
}


.o_nas_block{
	margin-bottom: 20px;
}

.o_nas_block h5 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
}

.o_nas_block .col-sm-6{
	
}

.o_nas_block .col-sm-6 p{
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

.o_nas_block .col-sm-6 li{
	line-height: 22px;
}

.o_nas_block .col-sm-6 .img_area{
	
}

.o_nas_block .col-sm-6 .img_area .img_one{
	margin-bottom: 2px;
}

.o_nas_block .col-sm-6 .img_area .img_one img{
	max-width: 100%;
}

.o_nas_block .col-sm-6 .img_area .img_two{
	display: flex;
}

.o_nas_block .col-sm-6 .img_area .img_two div{
	max-height: 205px;
	overflow: hidden;
	margin-right: 2px;
}

.o_nas_block .col-sm-6 .img_area .img_two div img{
	max-width: 100%;
}

.category-listing{
	margin-bottom: 60px;
}

.alert-success{
	max-width: 1140px;
	background: #ffe4e0;
	border-color: #dea3a0;
	color: #333;
	margin: 10px auto;
}

.close {
	color: #ff132a;
}

.close:focus, .close:hover{
	color: #ff5971;
}

.form-control {
	height: 39px;
}

.table-bordered {
    border: 1px solid #ff5972;
}

.well{
	background-color: #ffe4e0;
	border: 1px solid #dea3a0;
}

.well form a{
	line-height: 30px;
}

.list-group a{
	border: 1px solid #dea3a0;
}

.list-group a:hover{
	color: #fff;
	background: #ff5972;
}

#ocfilter {
    margin-top: 20px;
}

.noUi-connect {
    background: #ff5972 !important;
}

.ocfilter-option label small {
    background-color: #ff5972 !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}


@media (max-width: 1200px){
	#top .container{
		width: 970px;
	}
	#top .top-info {
		max-width: 970px;
		margin: 0 auto;
	}
	
	#top .container{
		width: 970px;
	}
	.header-area .addr{
		padding-left: 0px;
	}
	
	#top .container ul {
		padding-inline-start: 0px;
	}
	
	#top .container ul.cmenu li{
		margin: 0;
	}
	
	.header-area {
		-ms-grid-columns: 170px 4fr 3fr 170px;
		grid-template-columns: 170px 4fr 3fr 170px;
		max-width: 970px;
	}
	.header-area .addr .place {
		height: 40px;
	}
	#top .top-info {
		grid-template-columns: 170px 4fr 1fr;
	}
	#bottom .bottom_info {
		grid-template-columns: 250px 2fr 1fr 1fr;
	}
}



@media (max-width: 991px){
	#top .container{
		width: 100%;
	}
	#top .container .row{
		width: 750px;
		padding: 0 20px;
	}
	.header-area .addr{
		display: none;
	}
	.header-area {
		-ms-grid-columns: 170px 2fr 170px;
		grid-template-columns: 170px 2fr 170px;
	}
	.header-area .addr .place {
		height: 40px;
	}
	#top .top-info {
		display: block;
	}
	#top .top-info > div:last-child {
		text-align: left;
	}
	#top .top-info .auth .area{
		float: left;
	}
	#top .top-info .cmenu{
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 10px;
	}
	#bottom .bottom_info {
		grid-template-columns: 2fr 1fr 1fr ;
	}
	
	.bottom_info .catalog_menu{
		width: 50%;
	}
	.bottom_info .izb{
		width: 23%;
	}
	.bottom_info .cart{
		width: 23%;
	}
	
	footer .col-sm-2:nth-child(3){
		display: none;
	}
	.tizers_area{
		display: none;
	}
	.form_area_bottom .col-sm-4{
		margin-bottom: 10px; 
	}
	footer .col-sm-2{
		float: left;
	}
	.category-listing .category-list-items .cat-item h4{
		font-size: 12px;
	}
}

@media (max-width: 665px){
	.header-area {
		display: block;
	}
	#top .container{
		width: 500px;
	}
	.tizers_area{
		display: none;
	}
	.form_area_bottom .col-sm-4{
		margin-bottom: 10px;
	}
	div.menu{
		display: none;
	}
	div.auth{
		font-size: 16px;
		margin-top: 5px;
	}
	.header-area .obr_zv {
		text-align: left;
		width: 300px;
	}
	.header-area .obr_zv .skype{
		float: none;
	}
	
	.bottom_info .catalog_menu{
		width: 60%;
	}
	.bottom_info .izb{
		display: none;
	}
	.bottom_info .cart{
		width: 35%;
	}
	#top .top-info{
		width: 90%;
	}
	.feedback .callme_order_btn font{
		width: 12px;
	}
}

@media (max-width: 500px){
	.header-area {
		display: block;
	}
	#top .container{
		width: 100%;
	}
}

@media (max-width: 400px){
	.bottom_info .catalog_menu .catalog_name span.arrow{
		display: none;
	}
	.header-area .obr_zv .email{
		float: none;
	}
}

.subcats.clearfix{
	margin-bottom: 40px;
}

.button_pn{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.button_pn a{
	display: block;
}

.button_pn a:hover{
	background: #ff5972;
    color: #fff;
}


.button_pn a:nth-child(2) {
  margin-left: auto;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}


.modalz {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
opacity: 0;
pointer-events: none;
}

.modalz:target {
opacity: 1;
pointer-events: auto;
}

.modalz > div {
    width: 300px;
    background: #ffe4e0;
    position: relative;
    margin: 10% auto;
    -webkit-animation: minimise 500ms linear;
    padding: 15px;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
}

.form1 textarea {
    width: 85%;
}

#modalz .text {
    border: 1px solid #fff;
    padding: 15px;
}

.form1 h4 {
    color: #000;
}

#formz .buttonz {
    background: #ff5972;
    border: 1px solid #ff5972;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}

#formz .buttonz:hover {
    background: transparent;
    color: #ff5972;
}

.modalz:target > div {
-webkit-animation-name: bounce;
}

.modalz h2 {
    font-size: 17px;
    padding: 0 0 10px;
}

.modalz input.inputbox {
    margin-bottom: 20px;
    padding: 7px;
    font-size: 14px;
    width: 85%;
}

.modalz input.button {
    background: #c32328;
    border: 1px solid #c32328;
    color: #fff;
    font-size: 17px;
    padding: 5px 15px;
    font-family: museo_sans_cyrl300, sans-serif !important;
	cursor: pointer;
	margin-top: 20px;
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}

.modalz a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

.modalz a[href="#close"]:focus {
outline: none;
}

p.success {
	color: #08e611;
}

.modalz a[href="#close"]:after {
content: 'X';
display: block;
position: absolute;
right: -10px;
top: -10px;
    width: 31px;
padding: 1px 1px 1px 2px;
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 3px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modalz a[href="#close"]:focus:after,
.modalz a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modalz a[href="#close"]:focus:after {
outline: 0px solid #000;
}

a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modalz .modal_title {
  display: block;
  text-align: center;
  font-size: 22pt;
}

.review-block {
    font-size: 14px;
    line-height: 2.3rem;
}

#review .fa.fa-stack {
    width: 1em;
}

#review .table-bordered>tbody>tr>td {
    background: #fff;
    border: 0;
}

.info .contacts article {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

#tab-description table {
    border: 1px solid #ff5972;
    font-size: 14px;
    margin-bottom: 10px;
}

#tab-description table td {
    padding: 5px;
    border: 1px solid #ff5972;
}

.header-area .obr_zv .email i {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.delivery {
    display: inline-flex;
    background: transparent;
    border: 1px solid #ff5972;
    color: #ff5972;
    padding: 5px 20px;
    cursor: pointer;
    transition: .2s;
}

.delivery:hover {
    background: #ff5972;
    color: #fff;
}

.delivery i {
    font-size: 19px;
    margin-right: 10px;
}
.mymagicoverbox_fenetre {
    z-index: 9999;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.mymagicoverbox_fenetreinterieur {
    overflow: auto;
    padding: 10px;
    background-color: #ffffff;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
}
.mymagicoverbox_fermer {
 color:#CB2025;
 cursor:pointer;
 font-weight:400;
 font-size:14px;
 font-style:normal
}
#cityselect_back {
 display: none;
 background-color:#000000;
 opacity:0.7;
 width:100%;
 height:100%;
 z-index:9998;
 position:fixed;
 top:0;
 bottom:0;
 right:0;
 left:0;
}

.block_with_feedback {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dea3a0;
    background-color: transparent;
    border-radius: 0;
}