* {
	-moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
margin:0px;
padding:0px;
font-family: 'Play';
font-size: 15px;
text-align: left;
color: #232323;
background: #fff;
}
a, area, input, textarea, button, select {outline: none;}
.botch {
	clear: both;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
a {
	color:#00a5d6;
	text-decoration: underline;
}
.tn {
	text-decoration: none;
}
.tdnone {text-decoration:none;}
.tdnone:hover {text-decoration:none;}
.table {
	display: table;
}
.tableCell {
	display: table-cell
}
.valignMiddle {
	vertical-align: middle;
}
.alignCenter {
	text-align: center;
}
.w100per {
	width: 100%;
}



/*колбэк*/
#cb_black {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.75);
	display:none;
	z-index: 500;
}
#cb_right {
	position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
    overflow-y: scroll;
}
#cb_bl {
	width:100%;
	display: block;
    vertical-align: middle;
    text-align: center;
}
.cb_question {
	color: #fff;
    text-align: center;
    font-size: 30px;
}
.input_block {
	width: 100%;
    margin: 0 auto;
}
.cb_input_text {
	width: 100%;
    height: 54px;
    padding: 0 6px;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    background: rgba(132, 132, 132, 0.7);
    border: 1px solid #000000;
    color: #ff6f00;
}
.cb_input_text:focus {
	background: #efefef;
}

.cb_input_text::-webkit-input-placeholder {color:#bdbdbd;}
.cb_input_text:-moz-placeholder {color:#bdbdbd;}
.cb_input_text::-moz-placeholder {color:#bdbdbd;}
.cb_input_text:-ms-input-placeholder {color:#bdbdbd;}
.cb_input_text::-ms-input-placeholder {color:#bdbdbd;}
.cb_input_text::placeholder {color:#bdbdbd;}

.cb_input_submit {
	padding: 20px 30px 18px 30px;
    font-size: 18px;
    margin: 14px 0 10px 0;
    border: 1px solid #000000;
    background: #e4e4e4;
    color: #000000;
    box-shadow: 0px 11px 12px -7px rgb(0, 0, 0);
    cursor: pointer;
}
.cb_input_submit:hover {
	background: #ff8b31;
}
.cbClose {
	position: absolute;
    top: 10px;
    right: 15px;
    padding: 7px;
    color: #d6d6d6;
    font-size: 26px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    cursor: pointer;
    transition: all linear 0.15s;
}
.cbClose:hover {
	color:#f37070;
}



/*черный фон результатов*/
.sendtrue {
	position: fixed;
    width: 90%;
    height: 50%;
    top: 25%;
    left: 5%;
    padding: 4%;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.82);
    box-shadow: 0px 0px 5vw rgba(12, 72, 55, 0.9);
    display: table;
    z-index: 750;
}
.sendfalse {
	position: fixed;
    width: 90%;
    height: 50%;
    top: 25%;
    left: 5%;
    padding: 4%;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(160, 0, 0, 0.82);
    box-shadow: 0px 0px 5vw rgba(255, 41, 41, 0.7);
    display: table;
    z-index: 750;
    color: #230101;
}
.sendtrue p, .sendfalse p {
	display:table-cell;
	vertical-align:middle;
	font-size: 18px;
	text-align: center;
}
/*черный фон результатов конец*/


/* оформление товара общее */
.transp {
	opacity: 0.3;
}
.ICT_TT_STATUS_DISABLED {
	margin: 7vw 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}




/*форма заказа товара*/
.CONF_POLITLINE {
	display: none;
}
.CONF_POLITLINE input {
	display: none;
}
.CONF_POLITLINE2 {
	margin: 14px 0;
    font-size: 14px;
}
.fancyPage {
	width:90%;
	display: none;
}
.fpHead {
	font-size: 3.5vw;
    margin: 2vw 0 3vw;
    text-align: center;
    color: #252525;
}
.pfhText {
	font-size: 4vw;
    font-weight: 300;
    margin: 0;
    color: #1b7290;
}
.pfhText sup {
	font-size: 2.5vw;
    margin: 0 0 0 1vw;
    color: #5d6569;
}
.ord_input_text {
	width: 100%;
    font-size: 3.6vw;
    line-height: 4vw;
    padding: 2.5vw 1vw;
    border: 1px solid #0e2f6d;
    margin: 0 0 3.5vw 0;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
.ord_textarea {
	width: 100%;
	height: 50vh;
    font-size: 3.6vw;
    padding: 2.5vw 1vw;
    border: 1px solid #0e2f6d;
    margin: 0 0 3.5vw 0;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
.ord_input_text_price {
	width: 30vw;
    font-size: 4.6vw;
    line-height: 6vw;
    padding: 2.5vw 2vw;
    border: 1px solid #0e2f6d;
    margin: 0 0 1.5vw 0;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
.ord_input_number {
	font-size: 4.6vw;
    line-height: 6vw;
    padding: 2.5vw 0;
    border: 1px solid #275dc3;
    width: 25vw;
    text-align: center;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
.pl1vw {
    padding-left: 1.8vw;
}
.margin0 {
	margin:0;
}
.margin1_5 {
	margin: 0 0 1.5vw 0;
}
.opText1 {
    font-size: 3.4vw;
    margin: 0 0 4vw 0;
    color: #2f2f2f;
    font-weight: 300;
}
.opText2 {
	display: none;
}
.ord_input_submit {
    width: 100%;
    margin: 4vw auto;
    display: block;
    text-align: center;
    font-size: 4.5vw;
    text-transform: uppercase;
    padding: 5vw 0;
    background: linear-gradient(326deg, #196a89, #208ea9);
	border: 1px solid #196e8c;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0.75vw 0.7vw -0.6vw rgba(66, 66, 66, 0.8);
}
.ord_input_submit:hover {
    background: linear-gradient(29deg, #69c219, #1596b5);
	border: 1px solid #009452;
	box-shadow: 0 0.5vw 0.6vw -0.5vw rgb(54 119 110 / 80%);
}
.htaText2 {
	font-size: 3.2vw;
    margin: 0 0 0 1.6vw;
}
.ordTable {
	display: block;
	width: 98%;
	margin: 0 auto 2vw;
}
.ordTableCell {
	display: block;
	vertical-align: top;
	padding: 0 2vw;
}
.ordDisplayTable {
	display: table;
	width: 100%;
}
.ordDisplayTableCell {
	display: table-cell;
}

/*форма заказа товара конец*/



/* навигация вложенности */
#sitebar {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    padding: 10px 3px;
    /* border-top: 1px solid #d7ddea; */
    border-bottom: 1px solid #d1e0d5;
    margin: 0 0 10px 0;
    color: #757f74;
    position: relative;
}
.sitebar {
	color: #757f74;
    text-decoration: none;
    font-size: 14px;
}
.sitebar:hover {
	text-decoration: underline;
}



/* НАВИГАЦИЯ ТОВАРОВ НА СТРАНИЦЕ */
.navbar {
	text-align: center;
}
.knop p {
	color: #626262;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #626262;
    background: #fff;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
}
.knop:hover p {
	color: #ffffff;
    background: linear-gradient( 29deg , #69c219, #1596b5);
    border: 1px solid #009452;
}
.nav p {
	color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0c77b0;
    background: linear-gradient(326deg, #0a6ea9, #1083b9);
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
}
.ser p {
	color: #585858;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #ffffff;
    background: #fff;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
}


