.flex-r {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.center_part {
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 30px);
    transform: translate(-50%,-50%);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 155px;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.center_part > a {
	display:block;
	background: #f4c122;
	padding: 3px 9px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 13px;
	color:#000;
	text-align:center;
}

.center_part > a:active{
	background:#fff;
	color:#000;
}
.center_part a:hover{background:#f3f2f2;}

/*credit button*/
.shop-product .buy_in_credit,
.shop2-product-item .buy_in_credit {
    background-color: #1380b2;
    background-image: -o-linear-gradient(-450deg, #1298d5 0%, #1380b2 100%);
    background-image: -moz-linear-gradient(-450deg, #1298d5 0%, #1380b2 100%);
    background-image: -webkit-linear-gradient(-450deg, #1298d5 0%, #1380b2 100%);
    background-image: -ms-linear-gradient(-450deg, #1298d5 0%, #1380b2 100%);
    background-image: linear-gradient(180deg, #1298d5 0%, #1380b2 100%);
    -pie-background: linear-gradient(180deg, #1298d5 0%, #1380b2 100%);
    border-radius: 6px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'roboto-r';
    line-height: 40px;
    height: 40px;
    width: 48.9830508475%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    float: right;
}
.list-icon-block {
    display: flex;
    align-items: center;
	width: 32px;
	
}

.shop2-product-item .buy_in_credit
{
	width:100%;
	position: absolute;
    bottom: 10px;
}
.product-simple .product-side-r .to_bot
{
	bottom:60px;
}

.shop-product .buy_in_credit:hover,
.shop2-product-item .buy_in_credit:hover {

    background-color: #1380b2;
    background-image: -o-linear-gradient(-450deg, #1298d5 0%, #1298d5 100%);
    background-image: -moz-linear-gradient(-450deg, #1298d5 0%, #1298d5 100%);
    background-image: -webkit-linear-gradient(-450deg, #1298d5 0%, #1298d5 100%);
    background-image: -ms-linear-gradient(-450deg, #1298d5 0%, #1298d5 100%);
    background-image: linear-gradient(180deg, #1298d5 0%, #1298d5 100%);
    -pie-background: linear-gradient(180deg, #1298d5 0%, #1298d5 100%);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(255, 255, 255, 0.35);
}
.shop-product .buy_in_credit:active,
.shop2-product-item .buy_in_credit:active {

    background-color: #1380b2;
    -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.15);

}

.product-includeForm-credit
{
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-includeForm-credit.active
{
    opacity: 1;
    visibility: visible; 
}
.product-includeForm-credit .tpl-anketa
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 15px 15px 15px;
    position: relative;
    max-width: 350px;
    background-color: #fff;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    overflow: auto;
}
.product-includeForm-credit .tpl-anketa textarea, .product-includeForm-credit .tpl-anketa input
{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
}
.product-includeForm-credit .tpl-anketa .closeBtnForm 
{
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M9.504%2C2.554%20C9.504%2C2.554%207.090%2C4.968%207.090%2C4.968%20C7.090%2C4.968%209.504%2C7.382%209.504%2C7.382%20C10.090%2C7.968%2010.089%2C8.918%209.504%2C9.504%20C8.918%2C10.090%207.968%2C10.090%207.383%2C9.504%20C7.383%2C9.504%204.968%2C7.090%204.968%2C7.090%20C4.968%2C7.090%202.554%2C9.504%202.554%2C9.504%20C1.968%2C10.090%201.019%2C10.090%200.433%2C9.504%20C-0.153%2C8.918%20-0.153%2C7.968%200.433%2C7.383%20C0.433%2C7.383%202.847%2C4.968%202.847%2C4.968%20C2.847%2C4.968%200.433%2C2.554%200.433%2C2.554%20C-0.153%2C1.968%20-0.153%2C1.019%200.433%2C0.433%20C1.019%2C-0.153%201.968%2C-0.153%202.554%2C0.433%20C2.554%2C0.433%204.968%2C2.847%204.968%2C2.847%20C4.968%2C2.847%207.383%2C0.433%207.383%2C0.433%20C7.968%2C-0.153%208.918%2C-0.153%209.504%2C0.433%20C10.090%2C1.019%2010.090%2C1.968%209.504%2C2.554%20Z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.product-includeForm-credit .tpl-anketa .title
{
    font-size: 25px;
    display: block;
    margin: 0 0 10px;
}
.product-includeForm-credit .gr-form
{
    font-size: 14px;
    font-weight: bold;
}
.product-includeForm-credit .tpl-field
{
    margin-bottom: 10px;
}
.product-includeForm-credit .tpl-form-button
{
    background: #fff;
    background-image: -o-linear-gradient(-450deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    background-image: -moz-linear-gradient(-450deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    background-image: -webkit-linear-gradient(-450deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    background-image: -ms-linear-gradient(-450deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    -pie-background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #efefef 100%);
    border-radius: 6px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    font-size: 16px;
    color: #1298d5;
    text-decoration: none;
    padding: 6px 50px;
    font-weight: normal;
    border: 0;
}
.product-includeForm-credit .tpl-form-button:hover
{
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 3px 0 rgba(0, 0, 0, 0.07); 
}
.product-includeForm-credit .tpl-form-button:active
{
    -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.08); 
}

.product-includeForm-credit .type-checkbox ul
{
	list-style: none;
	padding-left: 0px;
}

.product-includeForm-credit .type-checkbox input
{
	width:auto;
	margin-right: 5px;
}



#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	/*color:#333;*/
	font-size:11px;
	z-index: 9;
	
	color:#fff;
	background: #1380b2;
	    background-image: -o-linear-gradient(-90deg, #1298d5 0%, #1380b2 98%);
	    background-image: -moz-linear-gradient(-90deg, #1298d5 0%, #1380b2 98%);
	    background-image: -webkit-linear-gradient(-90deg, #1298d5 0%, #1380b2 98%);
	    background-image: -ms-linear-gradient(-90deg, #1298d5 0%, #1380b2 98%);
	    background-image: linear-gradient(-180deg, #1298d5 0%, #1380b2 98%);
	    -pie-background: linear-gradient(-180deg, #1298d5 0%, #1380b2 98%);
	    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
	    border-radius: 8px;
	
}

#toTop:after {
    content: '\027A4';
    transform: rotate(-90deg);
    display: inline-block;
}



@media screen and (max-width: 1025px)
{
	.center_part:before {
	    content: '';
	    display: block;
	    clear: both;
	}
	
	#toTop
	{
		opacity:0.7;
		bottom: 5px;
		/*right: 50%;
		transform: translate(50%, 0px);*/
	}
}

@media screen and (max-width: 844px)
{
	.center_part {
	    position:relative;
	    margin: 0px auto;
	    padding: 5px;
		top: 0px;
		left: 0px;
		transform: none;
		width: 100%;
		max-width: 270px;
	}
}

@media screen and (max-width: 560px)
{
	.product-simple .product-side-r .to_bot
	{
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 480px)
{
	.shop-product .buy_in_credit {
	    width: 100%;
	    display: block;
	    margin-top: 15px;
	}
}

.company_name_wrap .logo_pic {
    height: 83px;
}
.upButton {
    position: fixed;
    z-index: 30;
    width: 55px;
    bottom: 120px;
    right: 3%;
    padding: 4px;
    transition: all .2s ease-in-out;
    transform: scale(0);
    pointer-events: none;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
  	box-shadow:0px 0px 10px 0px #555;
    cursor: pointer;
}
.upButton:hover {
    filter: drop-shadow(5px 5px 9px #555);
    animation-play-state: paused;
}

.upButton.show {
    transition: all 1s ease;
    transform: scale(1);
    pointer-events: all;
}

/* .site-container.flex-r .base_wrapper, .site-container.flex-r .site_path_wrap {
	min-width: 960px;
} */


.logo {
	position: relative;
    max-height: 180px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    padding-bottom: 40px;
    transition: max-height .2s ease-in-out;
    overflow: hidden;
	/* box-shadow: 0px -90px 30px -35px rgba(0, 0, 0, 0.4) inset; */
}
.logo-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5be22;
    padding: 10px 60px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    box-shadow: 0px 5px 48px 20px rgba(0, 0, 0, 0.2);
    transition: transform .1s ease-in-out;
}
.logo::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(129,129,129,1) 100%);
}
.logo--open::before {
	display:none;
}
.logo-btn:hover {
    transform: translateX(-50%) scale(1.02);
}
.logo.logo--open {
    max-height: 100%;
    padding-bottom: 0;
    /* overflow: auto; */
    box-shadow: none;
}
.proizvoditeli {
    min-width: auto !important;
	width: 100%;
}

@media (max-width: 751px){
	.phone_top{
		position: relative;
		top: 15px;
	}
	.site-container.flex-r .base_wrapper {
		min-width: auto;
	}
	.logo {
    	grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 640px) {
	.upButton {
		bottom: 20px;
		margin-right: 13px;
	}
	.logo {
    	grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 425px) {
	.company_name_wrap div.logo_pic {
		margin: auto;
		float: unset;
	}
	div.company_name_desc {
	    float: unset;
	}
	.site-header nav.filter_wrapper {
	    margin: 0;
	}
	.logo {
    	grid-template-columns: repeat(2, 1fr);
	}
}

.logo__image {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo__image img {
	max-height: 50px;
}

.h2{
	font-size: 23px;
	color: #000;
    font-family: roboto-r;
    font-weight: 400;
    font-style: normal;
    margin: 19px 0px;
}
li.page-prev, li.page-next {
    width: 35px!important;
}

li.page-prev a, li.page-next a {
    background: none!important;
    width: 35px!important;
    padding: 0!important
}

li.page-num.active {
    background: lightgray;
}
.error-message {
color:red;
}
.field-title {
font-size: 16px;
}
.kinds_group {
padding-bottom: 20px!important;
}
.kinds_group .shop-group-kinds {
display: grid;
gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
overflow: unset;
}
.shop2-kind-item {
display: flex!important;
flex-direction: column;
align-items: center;
text-align: center!important;
margin: 0px!important;
width: auto !important;
}
.shop2-kind-item .kind-image {
    width: auto !important;
    height: auto !important;
}
.shop2-kind-item .kind-image img {
width: 100%!important;
height: 200px!important;
object-fit: contain;
}
.shop2-kind-item .kind-details {
    padding-left: 0px!important;
}