#content .shopmini .object,
#content1 .shopmini .object,
#content4 .art_bank,
#content1 .art_bank {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 250px;
	height: 550px;
}

#content .shopmini .object,
#content1 .shopmini .object  {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #deffcd;
	border-style: solid;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 25px;
    	display: block;
	position: relative;
	float: left;
	z-index: 0;
	    text-align: left;
}
#content .shopmini .object,
#content1 .shopmini .object{
	margin-right: 10px;
	margin-left: 10px;
}

#content .shopmini .object:hover,
#content1 .shopmini .object:hover {
-moz-box-shadow: 0px 1px 7px #8e8e8e;
    -webkit-box-shadow: 0px 1px 7px #8e8e8e;
    box-shadow: 0px 1px 7px #8e8e8e;
}



#content .shopmini .object .linkNext,
#content1 .shopmini .object .linkNext {
	width: 100%;
	height: 100%;
}

#content .shopmini .object .linkNext,
#content1 .shopmini .object .linkNext,
#content4 .art_bank .object .link, {
	padding-bottom: 5px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 8;
}
#content .shopmini .object .linkNext,
#content1 .shopmini .object .linkNext {
    font-size: 0;
    z-index: 1;
}

#content .shopmini .object .objectImage,
#content1 .shopmini .object .objectImage, {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
#content .shopmini .object .objectImage,
#content1 .shopmini .object .objectImage {
	width: 100%;
}

#content .shopmini .object .objectImage,
#content1 .shopmini .object .objectImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content .shopmini .object .objectTitle,
#content1 .shopmini .object .objectTitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	/*border-bottom: 1px solid #c7dede;*/
	padding-bottom: 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	min-height: 50px;
}

#content .shopmini .object .objectTitle,
#content1 .shopmini .object .objectTitle {
	margin-top: 215px;
	position: relative;
}
#content .shopmini .object .objectCode,
#content1 .shopmini .object .objectCode {
	padding-top: 20px;
	display: block;
	width: -o-calc(100% - 20px);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -webkit-calc(100% - 20px);width: calc(100% - 20px);
	position: relative;
	float: left;
}

.shopmini #view .objectText.record-text p h3,
.shopmini #view .objectText.record-text h3 p {
    margin: 0;
}

.shopmini #view .objectText.record-text h3,
.shopmini #view .objectText.record-text .contentTitle {
    color: #000000;
    font-size: 26px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    position: relative;
    /*float: left;  */
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}
.shopmini #view .objectText.record-text h3:before,
.shopmini #view .objectText.record-text .contentTitle:before {
    content: "";
    height: 4px;
    width: 70px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fc8520;
}    

#content .shopmini .object .objectCode,
#content1 .shopmini .object .objectCode {
    color: #a9010b;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    font-weight: normal;
    /* background-color: #e4e4e4; */
    /*margin-left: -20px;*/
    /*padding-left: 20px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.shopmini #view .objectSubm input.buttonSend.back,
.shopmini #view .objectSubm form  {
    color: #343434;
    font-size: 15px;
    text-shadow: none;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #eeeeee;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    margin-left: 20px;
    margin-right: 0px;
    white-space: nowrap;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
        pointer-events: all;
        cursor: pointer;
            box-shadow: none;
            
border-width: 0;            
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;
    float: left;        
}
.shopmini #view .objectSubm input.buttonSend.back:hover,
.shopmini #view .objectSubm form:hover  {
color: #fc4f23;
    text-decoration: none;
    background-color: #eff6cc;
}
/*.shopmini #view .objectSubm input.buttonSend.back:hover,*/
.shopmini #view .objectSubm form:hover:after  {
	background-position: center right 5px;
}
/*.shopmini #view .objectSubm input.buttonSend.back,*/
.shopmini #view .objectSubm form:after {
	background-image: url(nextpurop.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;
            
}
.shopmini #view .objectSubm form:after {
	width: 30px;
	height: 20px;
	position: absolute;
/*	right: 10px;*/
    margin-left: 10px;
	content: "";
}

#content .shopmini .object .specprice,
#content1 .shopmini .object .specprice {
  pointer-events: none;
}
#content .shopmini .object form,
#content1 .shopmini .object form {
    pointer-events: visible !important;
    position: absolute;
    right: 50px;
    bottom: 15px;
    z-index: 10;
    left: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;    
}

#content .shopmini .object form:hover,
#content1 .shopmini .object form:hover {
    bottom: 18px;

}


#content .shopmini .object form .buttonSend,
#content1 .shopmini .object form .buttonSend {
    border: 0;
    min-height: 38px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    width: 100%;
    height: 38px;
    background-color: #51c42c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
}
#content .shopmini .object form .buttonSend:hover, #content1 .shopmini .object form .buttonSend:hover {
    background-color: #96c720;
}
#content .shopmini .object .specprice,
#content1 .shopmini .object .specprice {
    position: absolute;
    bottom: 25px;
}
#content .shopmini .object form,
#content1 .shopmini .object form  {
    float: right;
        margin-right: 0;
            pointer-events: none;
}
.shopmini #view .objectNote ul li  {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.shopmini #view .objectNote ul li:after  {
    width: -o-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 30px;
}
.shopmini #view .objectNote ul li:before  {
    background-color: #a9010b;
        width: 15px;
    height: 15px;
}
.shopmini #view table td {
    padding: 5px 5px;
}
#content .shopmini #view .record-item .specprice {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px !important;
}
#content .shopmini #view .record-item .specprice,
#content1 .shopmini #view .record-item .specprice,
#content .shopmini .object .specprice,
#content1 .shopmini .object .specprice {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
}
#content .shopmini #view .record-item #objimage {
    margin-right: 2%;
    display: block;
    width: 48%;
    position: relative;
    float: left;
    margin-top: 0px;
    max-height: 352px;
    overflow: hidden;
    text-align: center;
}
/*
.shopmini #view .objectSubm input.buttonSend.back {
    border: 0;
    border: 0;
    outline: none;
    margin-top: 40px;
    margin-left: 0;
}
*/

.shopmini #view .objectSubm .send  {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;    
    outline: none;
}
.shopmini .object { margin-bottom:30px; margin-right:10px; display:inline-block; width:200px; text-align:left; vertical-align:top; }
.shopmini .object .objectImage { cursor:pointer; margin:0; margin-bottom:5px; float:none; text-align:center;     margin-top: 20px;}
.shopmini .object .objectImage .objectImg { margin:auto; }
.shopmini .object .objectCode { font-size:85%; margin-bottom:10px; }
.shopmini .object .objectNote { margin-bottom:10px; }
.shopmini .object .linkNext { margin-bottom:15px; display:block; }
.shopmini .object .specprice { margin-right:20px; float:left; white-space:nowrap; }
.shopmini .object .specprice .specpriceVal { font-size:150%; color: #fc4c20;}
.shopmini #view #objimage { margin-right:10px; float:left; }
.shopmini #view .objectImage {     margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    /*width: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: bottom;";
    /*float: left;*/
    overflow: hidden;
    height: 352px;}
.shopmini #view .objectCode { margin-bottom:10px; }
.shopmini #view .objectCodeTitle { font-weight:bold; }
.shopmini #view .specprice { margin-bottom:20px; }
.shopmini #view .specprice .specpriceVal { font-size:200%; }
.shopmini #view .objectNote { margin-bottom:10px; }
.shopmini #view .objectSubm {
}
.shopmini #view .objectSubm form {     
    margin-top: 0px;
    position: absolute;
    top: 382px;
    left: 50%;
/*    width: 360px;*/
}
.shopmini #view .objectSubm .send { margin-right:5px; float:left; }
.shopmini #navPart {
    position: relative;
    float: left;
    width: 100%;
}
.content.shopmini a.links {
    padding: 10px 15px;
    background-color: #d8d8d8;
    color: #000000;
    text-decoration: none;
}
.content.shopmini a.links:hover {
    background-color: #f02e2e;
    color: #ffffff;
}
.content.shopmini b.Active {
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
.shopmini #view .objectText.record-text {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.shopmini .object .objectNote ul {
    padding: 0;
        list-style: none;
}
.shopmini #view .objectNote ul {
    position: relative;
    float: left;
}
.shopmini #view .objectText.record-text h3 {
    margin-bottom: 20px;
}
.shopmini #view .objectSubm input.buttonSend.back {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 20px;
	background-image: url(prevpurop.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;          
}
.shopmini #view .objectSubm input.buttonSend.back:hover  {
	background-position: center left 5px;
}
#content .shopmini .object .specprice,
#content .shopmini .object .objectNote,
#content .shopmini .object .objectCode,
#content1 .shopmini .object .specprice,
#content1 .shopmini .object .objectNote,
#content1 .shopmini .object .objectCode {
	color: #272b20;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	position: relative;
	float: left;
	vertical-align: top;
	z-index: 1;
}

#content .shopmini .object .objectCode {
    color: #fd6944;
}

#content .shopmini .object .specprice {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
   color: #fc4c20;
padding-right: 0;
    padding-left: 0;   
}

#content .shopmini .object .objectNote {
    margin-top: 20px;
}

#content .mini .contentText .objectNote {
    margin-bottom: 20px;
    margin-top: 20px;
}
#content .mini .contentText .objectCode {
    margin-top: 20px;
}
#content .shopmini .object .linkmini {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    text-decoration: none;    
}

span.dostavkafree-field {
    color: #fd6944;
    font-weight: bold;
}

td.cartitem_summ {
    color: #f82414;
}
.cartitem_summ.itogo {
    font-weight: bold;
}
#content .art_action.wide {
width: 1070px;
background: rgb(255,255,255);
background: -moz-linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(242,219,155,1) 100%);
background: -webkit-linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(242,219,155,1) 100%);
background: linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(242,219,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2db9b",GradientType=1);
}

#content .art_action.wide .object.record-item a {
    height: 150px;
}
#content .art_action.wide .contentText {
  width: -o-calc(100% - 20x);width: -moz-calc(100% - 20px);width: -ms-calc(100% - 20px);width: -webkit-calc(100% - 20px);width: calc(100% - 20px);
    top: 150px;
}
#content .art_action.wide .object .objectNote {
    text-align: center;
    width: 100%;
    top: 50px;
}

#content .art_action.wide .contentText strong {
    margin-left: 10px;
    margin-right: 10px;
}
#content .art_action.wide .contentTitle {
width: 1049px;
}
#content .art_action.wide .contentTitle:before {
}
#content .art_action.wide .contentTitle:after {
    left: unset;
    width: 29px;
right: 0;    
left: auto;
}
#content .art_action.wide .contentTitle span.contentTitleTxt {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}