/* @media (min-width: 1200px) { */
/* .sku__group { */
    /* padding: 0 0 2rem !important; */
    /* margin: 0 0 2.5rem !important; */
    /* border-bottom: 1px solid #EDEDF9 !important; */
/* } */
/* } */
.products__item-title {
    font-size: 1.4rem;
    line-height: 2.3rem;
}
.opt_price {
	display: block;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
}
.opt_cat {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
.details {
	position: relative;
	z-index: 10;
}
.sku__id {
	margin: 0 0 1rem;
	color: #666666;
}
.sku__action {
	margin: 0;
}

/* FLY */
.fly-page-tags {
	display: block;
	padding: 0px 10px;
}
.flybox {
	position:relative;
	display: block;
	margin-bottom: 10px;
	padding: 10px 1.5rem 0 1.5rem;
	background-color: #FFFFFF;
	border-radius: 5px;
	line-height: 42px;
	overflow: hidden;
}
.flybox a {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px 1.5rem;
	background-color: #F7F7FB;
	border-radius: 10px;
	color: #343434;
	font-size: 1.5rem;
}
.flybox a:hover {
	color: #95A5A6;
}
.flybtn {
	position: absolute;
	top: 10px;
	right: 1.5rem;
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: right;
	cursor: pointer;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.flybtn:hover {
	color: #95A5A6;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.flyclose {
	max-height: 62px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.flyopen {
	max-height: 800px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
/* END: FLY */


/* SKLAD FLY */
.skladfly-page-tags {
	display: block;
	padding: 0px 10px;
}
.skladflybox {
	position:relative;
	display: block;
	margin-bottom: 10px;
	padding: 10px 1.5rem 0 1.5rem;
	background-color: #FFFFFF;
	border-radius: 5px;
	line-height: 42px;
	overflow: hidden;
}
.skladflybox a {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px 1.5rem;
	background-color: #F7F7FB;
	border-radius: 10px;
	color: #343434;
	font-size: 1.5rem;
}
.skladflybox a:hover {
	color: #95A5A6;
}
.skladflybtn_container {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	z-index: 4;
}
.skladflybtn {
	display: block;
	position: absolute;
	bottom: 0px;
    left: 50%;
    margin-left: -75px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: #F1F1F5;
	border: 1px solid #EDEDF9;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
	z-index: 5;
}
.skladflybtn_down {
	display: block;
}
.skladflybtn_up {
	display: none;
}
.skladflybtn:hover {
	color: #FFFFFF;
	background-color: #4f5250;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.skladflyclose {
	height: 228px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.skladflyopen {
	height: 498px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
/* END: SKLAD FLY */


.sklad_box,
.info_box {
	display: block;
	overflow: hidden;
}
.info_box {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #EDEDF9;
}
.info_box p:last-child {
	margin: 0px;
}
.sklad_box .sklad_title,
.info_box .info_title {
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #EDEDF9;
}
.sklad_box .sklad_title .sklad_title_ico,
.info_box .info_title .info_title_ico {
    display: inline-block;
	float: left;
    color: #95A5A6;
    font-size: 24px;
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
	margin-right: 15px;
}
.sklad_box ul {
	display: block;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.sklad_box ul li {
    position: relative;
    display: flex;
    float: left;
    margin: 10px 0px 0px 0px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.sklad_box .sklad_name {
    display: flex;
    flex: 1;
}
.sklad_box .sklad_name:before {
    border-bottom: 1px dashed #bbc2ce;
    content: "";
    display: flex;
    flex: 1;
    height: 15px;
    margin: 0 4px;
    order: 1;
}
.sklad_box .sklad_kolvo {
    display: inline-block;
    order: 2;
}

.sklad_box .sklad_where,
.sklad_box .sklad_edizm {
	color: #999;
}
.sklad_box .sklad_how {
	/* font-weight: 500; */
}
.sklad_box .sklad_edizm,
.sklad_sroki {
	font-size: 14px;
}
.sroki {
	display: block;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	clear: both;
	border-bottom: 1px solid #EDEDF9;
}
.sroki p {
	display: block;
	margin: 10px 0px 0px 0px;
	line-height: 14px;
	font-size: 12px;
	font-style: italic;
}
.sroki p:last-child {
	margin-bottom: 10px;
}

.faq_price {
	display: block;
	font-size: 14px;
	margin-bottom: 1.5rem;
}
.faq_price_ico {
    display: inline-block;
	float: left;
    color: #95A5A6;
    font-size: 21px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
	margin-right: 15px;
}