/*
*
{
	font-family: Arial, Helvetica, sans-serif;
}
*/
input[type="file"] {
	width: 1px;
	height: 1px;
	opacity: 0;
	cursor: pointer;
}


h1,h2,h3
{
	color:#33c3f0;
	text-align:left;
	margin: 20px 0px;
}

.mtop,
.article p.mtop
{
	margin-top: 50px;
}

.header h1, .header div.h1
{
	font-size: 12pt;
	color:#222;
	font-weight:normal;
	text-align:left;
	letter-spacing: 0rem;
	margin: 20px 0px;
	line-height: 1.2;
}

a.item_preview
{
	min-height: 80px;
	display: inline-block;
	vertical-align: top;
}
img.thumbnail
{
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

img.item_preview
{
	width:70px;
	height:70px;
}

img.item_preview:hover
{
	width:100px;
	height:100px;
}


.description h2
{
	color:#222;
	font-size: 16pt;
	font-weight:bold;
	text-align:left;
	margin: 0px;
}

.description h3 {
  color: #555;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  margin: 20px 0px 0px 0px;
}

.breadcrumbs a
{
	color:#3ddf4f;
	text-decoration:none;
}

.article p
{
  margin:5px;
}

.article p img
{
  margin:0px;
  border:0px;
  border-radius:10px;
  max-width:80%;
}

.button-info
{
	color:#fff;
	background-color:#000;
}

.center
{
	align:center;
	text-align:center;
}

.spacer
{
	width:160px;
	height:15px;
	padding:0px;
	margin:0px;
}

.c320
{
	align:center;
	text-align:center;
	min-width:320px;
}


.preview, .orderitem
{
	width: 30%;
	float: left;
	margin: 3px;
	border: 1px solid #afafaf;
	border-radius: 20px;
}

.preview
{
	padding-bottom: 7px;
	display:none;
}

.orderitem
{
	padding: 10px 3px;
	font-size: 9pt;
	min-height:270px;
}

.preview.selected
{
	border-color:#33c3f0;
}


.radio
{
	margin: 0 auto;
	border: 0px solid #afafaf;
	border-radius: 2px;
	padding: 2px;
	display: inline-block;
	cursor:pointer;
}

.radio.selected
{
	background-color:#33c3f0;
}


#source
{
	width:280px;
	height:280px;
	padding:20px;
	margin:auto;
}

.b-slider
{
  margin:0px;
  padding:0px;
  width:70%;
  max-width:250px;
  min-width:90px;
}


#result
{
	padding:30px 0px 30px 0px;
	min-height:200px;
}

.previewwrap
{
	display: table;
	margin: 0 auto;
	width: 360px;
	margin-top:15px
	padding:0px;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.spacer
	{
		height:60px;
	}

	#result, .orderdata
	{
		padding-left:120px;
	}

	.previewwrap
	{
		width: 440px;
		padding-left:150px;
	}

}

/* Larger than tablet */
@media (max-width: 750px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}




.info-insert {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #4A90E2;
    border-radius: 8px;
    margin: 2rem 0;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-insert:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.info-content {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1.5rem;
}

.info-text {
    flex: 1;
}

.info-text h2 {
    color: #2c3e50;
    margin: 0 0 1rem 0;
    font-size: 2.5rem;
    font-weight: 600;
}

.info-text p {
    color: #555;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    text-align:left;	
}

.info-text p:last-child {
    margin-bottom: 0;
}

.info-image {
    flex-shrink: 0;
}

.info-image img {
    width: 200px;
/*    object-fit: cover;*/
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .info-content {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .info-image img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    
    .info-text h2 {
        font-size: 1.3rem;
    }
}

