.item_image {
    text-align: center;
    z-index: 1;
    position: absolute;
}
#fon_img {
    position: absolute;
    z-index: 3;
	max-width: 100%;
   }
.tkan_1 {
    position: absolute;
    z-index:2;
	max-width: 100%;
    }
.tkan_2 {
    position: absolute;
    z-index:1;
	max-width: 100%;
}

#modal_form {
	width: 900px;
    height: auto;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    z-index: 5;
    padding: 20px 10px;
	margin: 0 auto;
    margin-top: 10px;
}
#modal_form_top {
	overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: auto;
    display: none;
    opacity: 0;
    z-index: 5;
   	top:0px;
	left:0px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay{
	z-index:4; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
#overlay2 {
	z-index:2; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}


.accordion
{
  width:100%;
  min-height:260px;
  margin:20px auto;
}
.accordion-item {
font-size: 1em;
margin: 0 10px 3px 10px;
padding: 10px;
height: 40px;
background: url(../img/hor_bg_h.jpg);
background-size: cover;
border:1px solid #ddd;
color: #000;
cursor:pointer;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.accordion-item.open, .accordion-item:hover
{
background: url(../img/hor_bg.jpg);
background-size: cover;
}
.accordion-item.open .type {
float: right;
background: url('img/minus.png') center no-repeat;
padding: 10px;
}

.accordion-item .type {
float: right;
background: url('img/plus.png') center no-repeat;
padding: 10px;
}

div.data {
      margin: -4px 10px 3px 10px;
    padding: 10px;
    border: 1px solid #ddd;
     display: none;
     border-top: none;
     border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.fabric-title label {
    *background: url(../img/white_02.jpg);
    *background-size: cover;
    font-family: 'gotham_promedium';
    font-size: 1.5em;
    padding: 5px 10px;
    *box-shadow: 0px -1px 2px;
    border-bottom-left-radius: 3px 10px;
    *border-bottom-right-radius: 3px 10px;
    border-top-left-radius: 3px 10px;
    *border-top-right-radius: 3px 10px;
}
span.product_option {
    font-family: 'gotham_promedium';
    font-size: 1.5em;
    padding: 5px 10px;
    *box-shadow: 1px -1px 2px;
    *border-bottom-left-radius: 3px 10px;
    border-bottom-right-radius: 3px 10px;
    *border-top-left-radius: 3px 10px;
    border-top-right-radius: 3px 10px;
    *background: url(../img/white_02.jpg);
    *background-size: cover;
background:#e6e3e3;
    margin-left: -14px;
    z-index: 0;
    padding-left: 0px;
    border-width: 0px;
    cursor: pointer;
}
.fabric-title{
margin-top: 8px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.fabric-pic span[class*="icon-"] {
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
    font-size: 1.5em;
}
.fabric-pic span[class*="icon-"]:before {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-zoomin:before {
    *content: "\e604";
}
.img-thumbnail.img-fabric {
    width: 80px;
    height: 80px;
    border: 1px dashed #000000;
}

.img-fabric2 {
	    cursor: pointer;
    width: 50px;
    height:50px;
       -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.accordion .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

 .d_none_pick{
	 display:none;
 }
 .img-zoom:before, .img-zoom:after {
    content: '';
    width: 100%;
    border-top: 3px dashed;
    position: absolute;
}
.img-zoom {
    width: 100%;
    height: 200px;
    background-repeat: repeat-x;
    background-position: center;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
}
.img-zoom:before {
    top: 5px;
}
.img-zoom:after {
    bottom: 5px;
}
.img-zoom div {
    margin: 0;
    line-height: 200px;
}
.text-center {
    text-align: center;
}
 .fabric-pic span[class*="icon-"]:hover img{
    background: rgba(0, 0, 0, 0.3);
}
.img-zoom div span {
    cursor: pointer;
    background: url(../img/white_02.jpg);
    background-size: cover;
    font-family: 'gotham_promedium';
    font-size: 1.5em;
    padding: 5px 10px;
    box-shadow: 0px -1px 2px;
    border-bottom-left-radius: 3px 10px;
    border-bottom-right-radius: 3px 10px;
    border-top-left-radius: 3px 10px;
    border-top-right-radius: 3px 10px;
}
.pre_loader{  
  width: 1024px;
    margin: 0 auto;
    background-color: #F7F7F7;
    position: relative;
    height: 470px;
    padding: 10px;
	}
	.c_btn{margin:0 0 10px 10px}
.div_left{
	    width: 280px;
    float: left;
    position: relative;
}
.img_block{
    width: 480px;
    float: left;
    position: relative;
	}
.div_right{
	width: 240px;
    float: right;
    position: relative;
	}
	.material_block{
		  float: left;
		  padding: 0 5px;
	}  
	.color_block{
		  float: left;
		
	}  
	
	.material_1, .material_2{
		padding:15px 10px;
		    font-style: italic;
    font-weight: bold;
	    margin-bottom: 5px;
	}
	.label_color{
	text-align: center;
    padding: 10px 0;
		}
		.price_block{
		    width: 250px;
			    margin-top: 15px;
    height: 90px;
    font-size: 48px;
    font-style: italic;
    padding: 7px 0 0px 50px;
    font-weight: bold;
    background-image: url(../img/designer_price.png);
		}
		
		.label_uah{
		    font-size: 18px;
    float: left;
    margin: 28px 0 0 10px;
		}
		.price_full{float: left;}
		
		.block_name{width:500px}
		.tovar_id{    font-size: 30px;
		cursor:pointer;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
	    margin-left: 5px;
	}
		.strelka{
			cursor:pointer;
			    background-image: url(../img/designer_big_list.png);
    width: 18px;
    height: 9px;
	    display: inline-block;
		margin-left: 10px;
		}
		
		.in_r input{
			display: block;
			    margin: 0 auto;
}
	.in_r{
    padding-top: 80px;
	    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
   width: 85px;
    font-size: 12px;
	background: no-repeat;

	}
	.radio_razmer{
		margin-top: 10px;
       width: 272px;
    text-align: center;
	}
	.che{
		    text-align: center;
    width: 255px;
    padding-top: 20px;
	}
	.che span{
	    vertical-align: top;
	}
	.clear{clear:both;}
	.text_block{
		    margin-top: 10px;
    font-style: italic;
		}
.v_tovar{
	    width: 545px;
    z-index: 3;
	  display: none;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
     position: absolute;
    background-color: #fff;
    padding: 3px;
}
.block_name{ z-index: 4;position: relative;}

.ch_tovar {
   	list-style: none;
    display: inline-block;
    width: 129px;
	cursor: pointer;
	    text-align: center;
    margin-bottom: 15px;
}
.ff {
    width: 66px;
    height: 57px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top;
	margin: 0 auto;
}

.ff:hover{
    background-position: right top !important;
}

.f1 {
	    background-image:url(../img/f1.jpg);
	}
.f2 {
	    background-image:url(../img/f2.jpg);
	}
.f3 {
	    background-image:url(../img/f3.jpg);
	}
.f4 {
       background-image:url(../img/f4.jpg);
    }
.f5 {
	    background-image:url(../img/f5.jpg);
	}
.f6 {
	    background-image:url(../img/f6.jpg);
	}
.f7 {
	    background-image:url(../img/f7.jpg);
	}
.f8 {
	    background-image:url(../img/f8.jpg);
	}
.f9 {
	    background-image:url(../img/f9.jpg);
	}
.f10 {
	    background-image:url(../img/f10.jpg);
	}
.f11 {
	    background-image:url(../img/f11.jpg);
	}
	
	
	.v_tovar>ul{
	    padding: 0px 5px;
	}
	
	.nz {
    font-size: 16px;
    display: inline-block;
    color: #c4286c;
    font-family: Georgia, Serif;
    font-style: italic;
    border-bottom: 1px dashed #c4286c;
	margin-top: 5px;
}
.readme{
		    width: 1024px;
    height: 450px;
    background: rgba(212, 212, 212, 0.53);
    z-index: 5;
    position: absolute;
	}

.oval-thought {
    position: relative;
    width: 270px;
    position: absolute;
    z-index: 13000;
    padding: 30px 0px;
    margin: 1em auto 80px;
    text-align: center;
    color: #426A85;
    background: #fff;
    -webkit-border-top-left-radius: 150px 120px;
    -webkit-border-top-right-radius: 150px 120px;
    -webkit-border-bottom-right-radius: 150px 120px;
    -webkit-border-bottom-left-radius: 150px 120px;
    -moz-border-radius: 150px / 120px;
    border-radius: 150px / 120px;
}
.oval-thought.ot3 {
    top: 150px;
    left: 515px;
}
.oval-thought.ot1 {
    top:95px;
    left: 160px;
}
.oval-thought.ot2 {
    top: 111px;
    left: 385px;
}
.oval-thought:after {
    content: "";
    position: absolute;
    bottom: -49px;
    left: 39px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 63px solid #fff;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.ot3:after {
    border-left: 28px solid transparent;
    border-right: 20px solid transparent;
    border-top: 135px solid #fff;
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
    top: -61px;
    bottom: auto;
    left: 264px;
}	
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}		
.oval-thought p{ 
      font-size: 26px;
    color:  rgb(117, 32, 133);
    padding: 0px;
    margin: 0px;
	}
.ot1:after {
       border-left: 28px solid transparent;
    border-right: 20px solid transparent;
    border-top: 130px solid #fff;
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(150deg);
    top: -91px;
    bottom: auto;
    left: 26px;
}
.razm_title{
	margin-top:50px;
	    text-align: center;
    width: 272px;
    font-size: 18px;
    color: rgb(117, 32, 133);
    font-weight: bold;
}
.img_r_1{
	 background-image:url(../img/rz_1.png);
}
	
.img_r_2{
	 background-image:url(../img/rz_2.png);
}
.img_r_3{
	 background-image:url(../img/rz_3.png);
}
	
	.fabric-title label {
  
    border-bottom-right-radius: 3px 10px;
    border-top-right-radius: 3px 10px;
    border-bottom-left-radius: 3px 10px;
    border-top-left-radius: 3px 10px;
}
	
	