/* Top Elements */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: #fff url(shapka-1.png) top repeat-x;
    font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
    color: #000;
    text-align: center;
    margin: 0;
}

/* links */
a, a:visited {
    color: #326ea1;
    background: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #383d44;
    background: inherit;
    padding-bottom: 0;
    outline: none;
}

/* headers */
h1, h2, h3, h4, h5 {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    font-weight: Bold;
    color: #333;
}

h1 {
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 10px !important;
}

h2 {
    font-size: 130%;
    text-transform: uppercase;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
}

h1, h2, h3, h4, h5, h6, p, dl {
    padding: 8px;
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    text-indent: 2em;
}

ul, ol {
    margin: 5px 20px;
    /*padding: 0 20px;*/
    padding: 0;
}

code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    background: #F5F5F5;
    border-left: 3px solid #D4D4D4;
}

acronym {
    cursor: help;
    border-bottom: 1px dashed #777;
}

blockquote {
    font: bold 1.0em/1.3em 'Trebuchet MS', Tahoma, Sans-serif;
    margin: 10px;
    padding: 10px;
    background: #CCC;
    border-bottom: 2px solid #FFFF99;
    border-top: 2px solid #FFFF99;
    border-left: 2px solid #FFFF99;
    border-right: 2px solid #FFFF99;
    color: #000;
}

p {
    text-align: justify;
}

/* start - table */
table {
    border-collapse: collapse;
}

th strong {
    /*color: #fff;*/
}

th {
    background: #e7e6e6 url(/images/button.jpg) repeat-x;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    border-left: 1px solid #FFCC33;
    border-bottom: solid 2px #fff;
    color: #333;
}

td {
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

td.first, th.first {
    border-left: 0px;
}

td.red, th.red, tr.red {
    background-color: #FFFF99;
    color: #FFF;
    text-align: center;
    padding-bottom: 0.3em;
}

tr.row-a {
    background: #F8F8F8;
}

tr.row-b {
    background: #EFEFEF;
}

/* end - table */

/* form elements */
form {
    margin: 10px;
    padding: 0 5px;
    background: #F5F5F5;
}

label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

div.input {
    overflow: hidden;
    position: relative;
    padding: 2px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #949494;

    font: normal 1em Verdana, sans-serif;
    color: #777;
    -moz-transition: border 0.5s linear, box-shadow 0.5s linear;
    -webkit-transition: border 0.5s linear, box-shadow 0.5s linear;
    -o-transition: border 0.5s linear, box-shadow 0.5s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/PIE.htc);

}

.width_input {
    width: 200px;
}

.width_textarea {
    width: 400px;
}

div.focus {
    border: 1px solid #326EA1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0) inset, 0 0 6px rgba(50, 110, 161, 0.6);
}

textarea {
    font: normal 1em Verdana, sans-serif;
    display: block;
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #999;
    box-sizing: border-box;
}

input {
    border: 1px solid #999;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

input.button {
    font: bold 12px Arial, Sans-serif;
    height: 24px;
    margin: 0;
    padding: 2px 3px;
    color: #333;
    background: #e7e6e6 url(/images/button.jpg) repeat-x;
    border: 1px solid #dadada;
}

/* search form */
.searchform {
    background-color: transparent;
    border: none;
    margin: 0 5px 0 10px;
    padding: 5px 0 15px 0;
    width: 190px;
}

.searchform p {
    margin: 0;
    padding: 0;
}

.searchform input.textbox {
    width: 120px;
    color: #777;
    height: 18px;
    padding: 2px;
    border: 1px solid #E5E5E5;
    vertical-align: top;
}

.searchform input.button {
    width: 60px;
    height: 24px;
    padding: 2px 5px;
    vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    text-align: left;
    -webkit-box-shadow: -1px 10px 19px rgba(50, 50, 50, 0.47);
    -moz-box-shadow: -1px 10px 19px rgba(50, 50, 50, 0.47);
    box-shadow: -1px 10px 19px rgba(50, 50, 50, 0.47);
}

#content-wrap {
    float: left;
    width: 100%;
}

#header {
    position: relative;
    height: 15px;
    width: 100%;
    padding: 0;
    color: #fff;
}

.header-photos {
    position: relative;
    height: 123px;
    overflow: hidden;
    margin-top: 40px;
}

.call-button-block {
    color: #fff;
    background: #9c0808;
    padding: 5px 10px;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    box-shadow: 0 3px 6px #333333;
}

.call-button-block:hover {
    background: saddlebrown;
}

.call-button-block a {
    color: #fff;
    line-height: normal;
}

.button_order:hover {
    background: #fea;
}

.button_order {
    width: 170px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px
}

/* header links */
#header #header-links {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

#header #header-links p {
    padding: 0;
    margin: 0 10px;
}

#header #header-links a {
    color: #FFF;
    text-decoration: none;
}

#header #header-links a:hover {
    color: #FFFF99;
}

/* header-photo */
#header-photo {
    position: relative;
    clear: both;
    margin: 0 auto;
    height: 166px;
    width: 100%;
    overflow: hidden;
}

#header-photo h1#logo-text a {
    position: absolute;
    margin: 0;
    padding: 0;
    font: bold 46px 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: -1px;
    color: #000;
    text-transform: none;
    text-decoration: none;
    border: none;
    /* change the values of top and left to adjust the position of the logo*/
    top: -2px;
    left: 17px;
}

#header-photo h2#slogan {
    position: absolute;
    margin: 0;
    padding: 0;
    font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    text-transform: none;
    color: #FFCC33;

    /* change the values of top and left to adjust the position of the slogan*/
    top: 47px;
    left: 22px;
}

#header-photo #box {
    width: 178px;
    height: 162px;
    background-image: url(grad.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid #FFCC33;
    border-top: 2px solid #FFCC33;
    border-left: 2px solid #FFCC33;
    border-right: 2px solid #FFCC33;
    float: left;
    margin-left: 2px;
}

#header-photo-1 {
    width: 178px;
    height: 120px;
    background-image: url(/images/logo-bg2-1.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid #FFCC33;
    border-top: 2px solid #FFCC33;
    border-left: 2px solid #FFCC33;
    border-right: 2px solid #FFCC33;
    float: left;
    margin-left: 2px;
}

#box-1 {
    position: relative;
    width: 530px;
    height: 120px;
    background-image: url(/images/logo-bg2-1.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid #FFCC33;
    border-top: 2px solid #FFCC33;
    border-left: 2px solid #FFCC33;
    border-right: 2px solid #FFCC33;
    float: left;
    margin-left: 2px;
    padding-left: 20px;
}

#box-1 td {
    padding-right: 4px;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}

#box-1 tr {
    height: 15px;
}

#box-1 img {
    border: none;
}

#box-2 {
    position: relative;
    width: 354px;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
    background-image: url(/images/logo-bg2-1.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid #FFCC33;
    border-top: 2px solid #FFCC33;
    border-left: 2px solid #FFCC33;
    border-right: 2px solid #FFCC33;
    float: left;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ssilka {
    border-bottom: 2px dotted #618A86;
    float: left;
    font: 14px Arial;
    margin: 10px 10px 0 5px;
    padding-bottom: 3px;
}

.contact_ssilka {
    border-bottom: 2px dotted #618A86;
    float: left;
    font: 14px Arial;
    margin: 10px 10px 0 5px;
    padding-bottom: 3px;
}

.contact_ssilka1 {
    border-bottom: 2px dotted #618A86;
    float: left;
    font: 14px Arial;
    margin: 10px 10px 0 5px;
    padding-bottom: 3px;
}

.contact_ssilka1 ul {
    -webkit-transition: 0.25s linear opacity;
    display: none;
    /*left:-9999px;*/
    list-style: none;
    position: absolute;
    opacity: 0;
}

.contact_ssilka1:hover ul {
    text-align: left;
    /*width: 200px;*/
    color: white;
    display: block;
    opacity: 0.95;
    background-color: white;
}

.contact_ssilka1:hover ul li {
    padding: 3px 0 2px 5px;
    color: white;
    display: block;
    opacity: 0.9;
}

.contact_ssilka1:hover ul li:hover {
    border-bottom: 1px solid #618A86;
    padding: 3px 0 1px 5px;
    text-decoration: none !important;
}

.contact_ssilka1:hover ul li:hover a:hover {
    text-decoration: none !important;
}

/*---------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------*/

.contact_ssilka2 {
    border-bottom: 2px dotted #618A86;
    float: left;
    font: 14px Arial;
    margin: 10px 10px 0 5px;
    padding-bottom: 3px;
}

.contact_ssilka2 ul {
    /*-webkit-transition:0.25s linear opacity;*/
    display: none;
    /*left:-9999px;*/
    /*z-index: 0;*/
    list-style: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: display 0.7s, opacity 0.7s;
    transition: display 0.7s, opacity 0.7s;
    transition: 0.7s;

}

.contact_ssilka2 ul li a {
    color: white;
    /*text-decoration: none !important;*/
}

.contact_ssilka2:hover ul {
    text-align: left;
    width: 800px;
    color: white !important;
    /*z-index: 999;*/
    display: inline;
    opacity: 1;
    margin-left: -60px;
    margin-top: 20px;
    background-color: gray;
    border-radius: 5px;
    font-size: 18px;
    height: 300px;
}

.contact_ssilka2:hover ul li {
    padding: 3px 0 2px 5px;
    color: white;
    display: inline;
    opacity: 0.9;
}

.contact_ssilka2:hover ul li:hover {
    border-bottom: 1px solid white;
    padding: 3px 0 1px 5px;
    text-decoration: none !important;
}

.contact_ssilka2:hover ul li:hover a:hover {
    text-decoration: none !important;
}

.trnstit {
    -webkit-transition: 0.3s;
}

/*----------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------*/

/*---------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------*/

.contact_ssilka3 {
    border-bottom: 2px dotted #618A86;
    float: left;
    font: 14px Arial;
    margin: 10px 10px 0 5px;
    padding-bottom: 3px;
}

.contact_ssilka3 .hi {
    /*-webkit-transition:0.25s linear opacity;*/
    /*display:none;*/
    /*left:-9999px;*/
    /*z-index: 0;*/
    height: 0px;
    width: 0px;
    /*list-style:none;*/
    position: absolute;
    opacity: 0;
    display: none;
    /*-webkit-transition: display 0.7s, opacity 0.7s;
 transition: display 0.7s, opacity 0.7s;
 transition: 0.7s;*/
    /*background-color: black;*/

}

/*.contact_ssilka3 ul li a{
	color: white;
	/*text-decoration: none !important;*/
/*}*/
.contact_ssilka3:hover .hi {
    /*text-align: left;*/
    display: block;
    width: 700px;
    /*color:white !important;*/
    z-index: 99999;
    /*display:inline;*/
    /*opacity: 1;*/
    height: 329px;
    /*background-color: white;*/
    margin-left: -5px;
    margin-top: 5px;
    /*background-color: red;*/
    border-radius: 7px;
    font-size: 18px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 1);
    transition: 0.5s;

}

.contact_ssilka3:hover .hi table tbody tr td ul li a {
    color: #336699 !important;
    opacity: 1 !important;
}

.contact_ssilka3:hover .hi table tbody tr td ul li {
    list-style-type: none;
    padding-left: 10px;
}

.contact_ssilka3:hover .hi td {
    border-left: 0px !important;
    border-bottom: 0px !important;
    width: 220px;
}

.contact_ssilka3:hover .hi a:hover {
    text-decoration: underline;
    color: #FFFFFF !important;
    transition: 0.4s;
}

.contact_ssilka3:hover .hi li:hover {
    background-color: rgb(153, 153, 153);
    border-radius: 3px;
    padding-left: 15px;
    transition: 0.3s;

}

.contact_ssilka3:hover .hi ul {
    margin-right: 10px;
}

/*contact_ssilka3:hover .hi table tbody tr{
	border: 0px !important;
}
contact_ssilka3:hover .hi table tbody{
	border: 0px !important;
}
contact_ssilka3:hover .hi table{
	border: 0px !important;
}*/
/*.contact_ssilka3:hover ul li{
	padding: 3px 0 2px 5px;
	color:white;
	display:inline;
	opacity: 0.9;
}*/
/*.contact_ssilka3:hover ul li:hover{
border-bottom: 1px solid white;
padding: 3px 0 1px 5px;
text-decoration: none !important;
}*/

/*.contact_ssilka3:hover ul li:hover a:hover{
text-decoration: none !important;
}*/
.trnstit {
    transition: 0.3s;
}

/*----------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------*/

.ssilka:hover {
    border: none;
}

#zvonok {
    background: url(/images/telefon-trubka.png) no-repeat;
    padding-left: 20px;
    overflow: hidden;
    height: 21px;
}

#zvonok_ssilka {
    border-bottom: 1px solid #618A86;
    float: left;
    font: 14px Arial;
    padding-bottom: 3px;
}

#zvonok_ssilka:hover {
    border: none;
}

#pochta {
    background: url(/images/pochta-ico.png) no-repeat;
    padding-left: 20px;
    margin: 0;
    height: 16px;
    float: left;
}

#pochta a {
    background: none;
    font: 12px Arial;

}

#boxes {
    background: #FFFBBC;
    background: -moz-linear-gradient(to top, #F3D470, #ECE964);
    background: -o-linear-gradient(to top, #F3D470, #ECE964);
    background: linear-gradient(to top, #F3D470, #ECE964);
}

#boxes table {
    width: 100%;
    height: 100%;
    background: transparent;
}

#boxes td {
    border: none;
}

#boxes form {
    border: none;
    background: transparent;
}

#boxes h2 {
    font-size: 20px;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    font-variant: normal !important;
}

#knopki-shapka {
    background: url(/images/boroda-knopki.png) no-repeat;
    position: absolute;
    padding: 0;
    bottom: -17px;
    left: 28px;
    width: 494px;
    height: 61px;
}

.knopka-shapka {
    background: url(/images/knopka-shapki.png);
    width: 102px;
    height: 27px;
    border: none;
    box-shadow: 0 0 2px #685C03;
}

.knopka-shapka:hover {
    background: url(/images/knopka-shapki.png) bottom left;
    width: 102px;
    height: 27px;
    box-shadow: 0 0 5px #685C03;
}

#knopki-shapka table {
    padding: 0;
    margin: 20px 0 0 25px;
}

#knopki-shapka td {
    border: none;
    padding-right: 10px;
}

#knopki-shapka p {
    color: #ffffff;
    font: bold 14px Arial;
    text-align: center;
}

#header-photo #box p {
    color: #000;
    font-size: 12px;
    padding: 3px;
}

#header-photo #box #more {
    color: #600;
    margin-top: 6px;
    text-align: right;
    padding: 10px;

}

#header-photo #box img {
    padding: 8px;
}

/* Main Column */
.three-col #main {
    margin: 20px 10px 0 250px;
}

.two-col #main {
    margin: 10px 5px 0 200px;
}

#main h1 {
    margin: 10px 10px 0 10px;
    font: normal 1.8em Georgia, "Times New Roman", Times, serif;
    color: #444;
    padding: 15px 0 2px 0px;
    border-bottom: 1px solid #dadada;
}

#main {
    font-size: 14px !important;

}

.category_table {
    font-size: 12px !important;
}

/* images */

#main img {
    background: #FAFAFA;
    border: 2px solid #FFCC33;
    padding: -10px;
}

#main img.float-right {
    margin: 5px 0px 10px 10px;
}

#main img.float-left {
    margin: 5px 10px 10px 0px;
}

#main img.tel {
    border: none;
    background: none;
    padding: 0;
}

/* Brend LOGO */
#main #brendlogo {
    position: relative;
    width: 48%;
    height: 164px;
    margin: 5px;
    float: left;

    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);

}

#main #brendlogo img {
    width: 90px;
    margin-left: 0;

    border: none;
}

#main #brendlogo .readmore {
    zoom: 1;
    *display: inline;
    position: absolute;
    overflow: hidden;
    outline: none;
    float: right;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px;
    line-height: 12px;

    width: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(center top, #ED1C24, #AA1317);
    background: -o-linear-gradient(top, #ED1C24, #AA1317);
    background: linear-gradient(top, #ED1C24, #AA1317);
    -pie-background: linear-gradient(#ED1C24, #AA1317);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/PIE.htc);

    top: 140px;
    left: 5px;

}

#main #brendlogo h2 {
    font-size: 12px;
    margin: 5px 10px;
    padding: 0;
}

#main #brendlogo p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

/* Brend LOGO */

/* contact-box */
#main #contact-box {
    width: 48%;
    height: 675px;
    margin-left: 5px;
    background-color: #FFCC33;
    float: left;
    border-bottom: 2px #FFFF99 solid;
    border-left: 2px #FFFF99 solid;
    border-right: 2px #FFFF99 solid;
    border-top: 2px #FFFF99 solid;
    margin-top: 5px;
}

#main #contact-box-msc {
    overflow: hidden;
}

#main #contact-box img {
    padding: 0;
    border: 0;
}

#main #contact-box span.icq, #main #contact-box-spb span.icq {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: top;
}

#main #contact-box-msc span.icq {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    vertical-align: top;
}

#main #contact-box span.tel, #main #contact-box-spb span.tel, #main #contact-box-msc span.tel {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
    vertical-align: top;
}

#main #contact-box .readmore {
    background-color: #FFFF99;
    color: #FFF;
}

/* contact-box */

/* Working Area */
#main #col1 {
    width: 17%;
    /*margin-left:5px;*/
    float: left;
    border-right: 2px #FFFF99 dotted;
    border-bottom: 2px #FFFF99 dotted;
    margin: 5px 5px 5px;
    padding-bottom: 5px;
}

#main #col1.optimized {
    margin-right: 10px;
}

#col1-first {
    border-bottom: 2px #FFFF99 dotted;
}

#col1 dt {
    text-align: center;
}

#col1 dl dd {
    text-indent: 0px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

#col1 dl dd.last {
    border: none;
}

#col1 dl dd a {
    display: block;
}

#col1 dl dd a:hover {
    background: #E5E5E5;
}

#col1 h3 {
    font-size: 100%;
    border-top: 2px #FFFF99 dotted;
    margin-top: 5px;
}

#main #col2 {
    width: 80%;
    margin-left: 5px;
    float: left;
    margin-top: 5px;
}

#col2 table {
    margin: 10px 0 10px 0;
}

/*#main #col3 {
	width:25%;
	min-height:370px;
	margin-left:5px;
	float:left;
	border-bottom: 2px #FFFF99 dotted;
	border-left: 2px #FFFF99 dotted;
	margin-top:5px;
	text-align:center;
}*/

/* Working Area */

/* Sidebar */
#sidebar {
    float: left;
    width: 242px;
    margin-top: 30px;
    background-image: url(bing_pic.jpg);
    background-repeat: repeat;
    border: 2px solid #FFCC33;
}

/* right column */
#rightcolumn {
    float: right;
    width: 5px;
    margin-top: 10px;
}

#rightcolumn h1, .sidebar-head {
    margin: 10px 5px 0 5px;
    padding: 5px 5px;
    font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #000;
    background-image: url("bing_menu.png");
}

/* sidemenu */
ul.sidemenu {
    text-align: left;
    margin: 7px 8px 8px 10px;
    padding: 0;
    border-top: 1px solid #E5E5E5;
    text-decoration: none;
}

ul.sidemenu li {
    list-style: none;
    padding: 4px 0 4px 5px;
    margin: 0 2px;
    border-bottom: 1px solid #E5E5E5;
}

* html body ul.sidemenu li {
    height: 1%;
}

ul.sidemenu li a {
    text-decoration: none;
    color: #326ea1;
    border: none;
    min-height: 24px;
}

ul.sidemenu li a:hover {

    color: #383d44;
    border: none;
}

div#sidebar h1 a {
    color: #FFF;
    display: block;
    background-image: url(/images/mmenu-arrow-001.jpg);
    background-position: 212px 2px;
    background-repeat: no-repeat;
    width: 220px;
    margin: 0;
}

div#sidebar h1 a:hover {
    background-size: 10px 20px;
    background-position: 212px 0px;
}

#forma_podpiski {
    position: relative;
    float: left;
    width: 242px;
    background-image: url(bing_pic.jpg);
    background-repeat: repeat;

}




/* alignment classes */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* display and additional classes */
.clear {
    clear: both;
    width: 1px;
    height: 1px;
}

/* post */
.post-by {
    font-size: .95em;
    padding-top: 0;
}

.post-footer {
    background: #F5F5F5;
    padding: 5px;
    margin: 20px 10px 0 10px;
    font-size: 95%;
    color: #666666;
}

.post-footer .date {
    margin: 0 10px 0 5px;
}

.post-footer a.comments {
    margin: 0 10px 0 5px;
}

.post-footer a.readmore {
    margin: 0 10px 0 5px;
}

/* - - - - - - - - - - - - */
#topt {
    background: #CCCCCC;
    border: #333333 solid 1px;
    padding: 5px;
    height: 75px;
    width: 95%;
    margin-left: 14px;
}

#mini_container {
    width: 60px;
    float: left;
    margin: 0px 50px;
}

a#icons_topt, a#state_topt, a#acces_topt, a#price_topt, a#contact_topt, a#auto_topt {
    width: 60px;
    height: 60px;
    display: block;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_1.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_2.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_3.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_4.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_5.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_6.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_7.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_8.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_9.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_10.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_11.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_12.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_13.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_14.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_15.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_16.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_17.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_18.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_19.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_20.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_21.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_22.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_23.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_24.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_25.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_26.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_27.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_28.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_29.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_30.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_31.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_32.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_33.png) no-repeat 0 0;
}

a#state_topt {
    background: url(../img_cont/menu-kartinki/kr_34.png) no-repeat 0 0;
}

a#state_topt {
    background: url(/img_cont/menu-kartinki/utyug.png) no-repeat 0 0;
}

a#state_topt {
    background: url(/img_cont/menu-kartinki/lam-plenka-ico.png) no-repeat 0 0;
}

a#state_topt {
    background: url(/images/state.jpg) no-repeat 0 0;
}

a#state_topt {
    background: url(/images/state.jpg) no-repeat 0 0;
}

a#acces_topt {
    background: url(/images/acces.jpg) no-repeat 0 0;
}

a#contact_topt {
    background: url(/images/contact.jpg) no-repeat 0 0;
}

a#auto_topt {
    background: url(/images/auto.jpg) no-repeat 0 0;
}

a#state_topt:hover {
    background: url(/images/state.jpg) no-repeat 0 -60px;
}

a#acces_topt:hover {
    background: url(/images/acces.jpg) no-repeat 0 -60px;
}

a#contact_topt:hover {
    background: url(/images/contact.jpg) no-repeat 0 -60px;
}

a#auto_topt:hover {
    background: url(/images/auto.jpg) no-repeat 0 -60px;
}

/* - - - - - - - - - - - - */

.container-1 {
    width: 100%;
    float: left;
}

.container-2 {
    width: 100%;
}

ul.sidemenu li a {
    padding-left: 32px;
    text-indent: 0;
    display: block;
    padding-top: 0.5em;
    /*background:url(http://shtrih-center.ru/img/mmenu-icon-nourl.jpg) 0px 0px no-repeat;*/
    font-weight: bold;
    line-height: 12px;

}

ul.sidemenu li a[href="/termo_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_1.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termotransfer_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_2.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termotransfer_lenta.html"] {
    background: url(/img_cont/menu-kartinki/kr_3.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/markirovka_kabelej.html"] {
    background: url(/img_cont/menu-kartinki/kr_44.png) 0px 0px no-repeat;
}

/*
ul.sidemenu li a[href="/termo_bymaga.html"] { background:
url(/img_cont/menu-kartinki/utyug.png) 0px 0px no-repeat;
}
*/
ul.sidemenu li a[href="/birki.html"] {
    background: url(/img_cont/menu-kartinki/kr_43.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termo_bymaga.html"] {
    background: url(/img_cont/menu-kartinki/utyug.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/plenka-dlya-laminirovaniya.html"] {
    background: url(/img_cont/menu-kartinki/lam-plenka-ico.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_birok_dla_odezdy.html"] {
    background: url(/img_cont/menu-kartinki/kr_42.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat/fleksograficheskaya-pechat-etiket.html"] {
    background: url(/img_cont/menu-kartinki/fleksograficheskaya-pechat-etiket-ico.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/kashirovannaya_folga.html"] {
    background: url(/img_cont/menu-kartinki/kr_41.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/magnitni_vinil.html"] {
    background: url(/img_cont/menu-kartinki/kr_40.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/razrabotka_dizajna_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_39.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_paletnih_etiketok.html"] {
    background: url(/img_cont/menu-kartinki/kr_38.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termokarton.html"] {
    background: url(/img_cont/menu-kartinki/kr_37.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/chernila_kaplestryini.html"] {
    background: url(/img_cont/menu-kartinki/kr_36.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/samorazrushaushie_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_35.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/tekstillent.html"] {
    background: url(/img_cont/menu-kartinki/kr_4.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/folga_dlya_tisneniya.html"] {
    background: url(/img_cont/menu-kartinki/kr_5.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_6.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/rfid_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_7.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/lozh_shtrih_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_8.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/samokley_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_9.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/garantiinye_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_10.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/etiketki_dlya_vesov.html"] {
    background: url(/img_cont/menu-kartinki/kr_11.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/etiket_lenta.html"] {
    background: url(/img_cont/menu-kartinki/kr_12.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/polimer_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_13.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/polipropilenovie_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_14.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/protivokrazhnie_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_15.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/metallizirovannie_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_16.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termoperevod_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_17.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pish_lenta.html"] {
    background: url(/img_cont/menu-kartinki/kr_18.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/card_ribboni.html"] {
    background: url(/img_cont/menu-kartinki/kr_19.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/lenti_dlia_zebri.html"] {
    background: url(/img_cont/menu-kartinki/kr_20.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/lentochki.html"] {
    background: url(/img_cont/menu-kartinki/kr_21.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/kkm_lenta.html"] {
    background: url(/img_cont/menu-kartinki/kr_22.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/ribbons_near_edge.html"] {
    background: url(/img_cont/menu-kartinki/kr_23.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/termo_bilety.html"] {
    background: url(/img_cont/menu-kartinki/kr_24.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/cenniki.html"] {
    background: url(/img_cont/menu-kartinki/kr_25.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/preprint.html"] {
    background: url(/img_cont/menu-kartinki/kr_26.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_shtrih.html"] {
    background: url(/img_cont/menu-kartinki/kr_27.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/rashod_printer.html"] {
    background: url(/img_cont/menu-kartinki/kr_28.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/iarlikoderjateli.html"] {
    background: url(/img_cont/menu-kartinki/iarlikoderjateli_1.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/cenniki_samokl_v_rolikax.html"] {
    background: url(/img_cont/menu-kartinki/cenniki_v_rolikax_1.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/produkty_pitaniya.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_1.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/farmacevtika.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_3.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/odejda_i_obuv.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_4.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/bytovaya_i_avtoximiya.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_2.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/zamorojennyi_tovar.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_6.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/promywlennye_etiketki.html"] {
    background: url(/img_cont/menu-kartinki/kr_1_5.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_etiketok.html"] {
    background: url(/img_cont/menu-kartinki/kr_29.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_na_termokartone.html"] {
    background: url(/img_cont/menu-kartinki/kr_30.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_na_tekstilnoi_lente.html"] {
    background: url(/img_cont/menu-kartinki/kr_31.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_na_chekovoi_lente.html"] {
    background: url(/img_cont/menu-kartinki/kr_32.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/detektory_valut.html"] {
    background: url(http://www.shtrih-center.ru/img/detector.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pechat_plastikovykh_kart.html"] {
    background: url(/img_cont/menu-kartinki/kr_33.png) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/printer.html"] {
    background: url(/images/bzb2_1.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/scaner.html"] {
    background: url(/images/scaner.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/tsd.html"] {
    background: url(/images/tsd.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/rashod_material.html"] {
    background: url(/images/ribbon.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/pechat_golovki.html"] {
    background: url(http://www.shtrih-center.ru/img/pechat_golovka.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/schetchiki_banknot1.html"] {
    background: url(http://www.shtrih-center.ru/img/schetchik.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/upakovshiki_kupur.html"] {
    background: url(http://www.shtrih-center.ru/img/upakovshik.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/kkm.html"] {
    background: url(http://www.shtrih-center.ru/img/kkm.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/fiksreg.html"] {
    background: url(http://www.shtrih-center.ru/img/fix_registrator.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/pos_print.html"] {
    background: url(http://www.shtrih-center.ru/img/chek_printer.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/elvesy.html"] {
    background: url(http://www.shtrih-center.ru/img/elvesy.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/aplikatory.html"] {
    background: url(http://www.shtrih-center.ru/img/applikator.jpg) 0px 50% no-repeat;
    height: 32px;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/posterminal.html"] {
    background: url(http://www.shtrih-center.ru/img/kassa.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/den_box.html"] {
    background: url(http://www.shtrih-center.ru/img/jashik.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/dis_pokup.html"] {
    background: url(http://www.shtrih-center.ru/img/monitor.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/box.html"] {
    background: url(http://www.shtrih-center.ru/img/kassa_box.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/rfid.html"] {
    background: url(http://www.shtrih-center.ru/img/rfid.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/print_kart.html"] {
    background: url(http://www.shtrih-center.ru/img/print_kard.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/schetchiki_plastik_kart.html"] {
    background: url(http://www.shtrih-center.ru/img/schetchiki_plastik_kart.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/print_kabel.html"] {
    background: url(http://www.shtrih-center.ru/img/print_kabel.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/print_lenty.html"] {
    background: url(http://www.shtrih-center.ru/img/print_lenty.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/upakovochnie_apparati.html"] {
    background: url(http://www.shtrih-center.ru/img/upak_apparaty.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/taksometr.html"] {
    background: url(http://www.shtrih-center.ru/img/taksometr.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/prog_keyboards.html"] {
    background: url(http://www.shtrih-center.ru/img/klava.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/anti_kraga.html"] {
    background: url(http://www.shtrih-center.ru/img/antikrazha.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/sensor_display.html"] {
    background: url(http://www.shtrih-center.ru/img/sens_display.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/video_sys.html"] {
    background: url(http://www.shtrih-center.ru/img/video.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/kontrolno-propusknye-systemy.html"] {
    background: url(http://www.shtrih-center.ru/img/kps.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/card_reader.html"] {
    background: url(http://www.shtrih-center.ru/img/schit_karta.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/tochka_dostupa.html"] {
    background: url(http://www.shtrih-center.ru/img/wifi.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/lentochki.html"] {
    background: url(http://www.shtrih-center.ru/img/lenty.jpg) 0px 0px no-repeat;
}

ul.sidemenu a[href="http://www.shtrih-center.ru/1c.html"] {
    background: url(http://www.shtrih-center.ru/img/1c.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/contact.html"] {
    background: url(http://shtrih-center.ru/img/cont.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/avtomatizaciya-promishlennosti.html"] {
    background: url(http://shtrih-center.ru/img/mark.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/tuv.html"] {
    background: url(http://shtrih-center.ru/img/rab-vrem.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/kd.html"] {
    background: url(http://shtrih-center.ru/kd/img/1.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/po_oborud.html"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-soft.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/pos-periferia.html"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-posperif.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/avtomatiz_v_torgovle.html"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-posperif.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="http://www.shtrih-center.ru/avtomatiz_v_torgovle.html"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-avtomatizacia.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/promyshlennoe-oborudovanie.html"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-promoborudovanie.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="/uslugi.html"] {
    background: url(http://www.shtrih-center.ru/img/uslugi.jpg) 0px 0px no-repeat;
}

ul.sidemenu li a[href="#"] {
    background: url(http://www.shtrih-center.ru/img/mmenu-manikeny.jpg) 0px 0px no-repeat;
}

/*ul.sidemenu li a:hover{background-position:-1px -1px; background-size:30px 30px; color:#383D44;}*/

.num {
    padding: 5px 15px;
    margin-right: 9px;
    color: white;
    background-color: #006;
    font-weight: bold;
}

table#state-tabel {
    padding: 0;
    margin: 20px 5px;
}

table#state-tabel td {
    width: 33%;
    vertical-align: top;
}

/*óñòàíîâêà çíà÷êà õèò*/
.rel {
    position: relative;
}

.hit {
    width: 45px;
    height: 17px;
    background: url(http://shtrih-center.ru../img/reccomend.jpg) 0 0 no-repeat;
    position: absolute;
    top: 3px;
    left: 22px;
}

/*âûêëàäêà ïîçèöèé */
.floating {
    float: left;
    width: 97%;
    margin-top: 0px !important;
    margin-bottom: 5px;
    position: relative;
}

/*äîáàâèòü ñàéò â çàêëàäêè*/
#rightcolumn h1 a.fav {
    color: #fff;
    height: 30px;
    width: 100%;
    background: url(http://shtrih-center.ru/favorit.png) 100% 0 no-repeat;
    display: block;
    line-height: 2.5em;
}

#rightcolumn h1 a:hover {
    font-size: 110%;
}

/*äëÿ âûêëàäîê ìàðêà - êëàññ - ïîïóëÿðíûå*/
#ranges {
    width: 100%;
    overflow: hidden;
}

#ranges img {
    width: 80px;
    margin-left: 1.5em;
}

#container {
    position: relative;
}

.mid-align {
    vertical-align: middle;
}

/*çäåñü ôîðìèðóåì  êîëîíêè ïîçèöèé*/
.wrappy, .h, .f {
    display: inline-block;
    width: 100%;
}

/* Ñåìàíòè÷åñêàÿ îá¸ðòêà */
.item {
    display: inline;

}

.h, .f {
    width: 330px;
    padding: 0 5px;
}

/* Øàïêà */
.h {
    /*background: red;
			height: 100px;*/
    vertical-align: top;
}

/* Ïîäâàë */
.f {
    /*background: blue;
			height: 20px;*/
    color: #fff;
    vertical-align: bottom;
    margin-left: -344px;
}

/* ïî ìåëî÷àì*/
#specs-table {
    margin: 0 auto;
}

.left {
    float: left;
    margin: 10px;
    margin-top: 5px;
}

.right {
    float: right;
    margin: 0 10px 10px 10px;
}

.centered {
    text-align: center;
}

#state-tabel a {
    font-size: 14px;
}

.present {
    display: inline-block;
    width: 95%;
    margin: 10px 0 0 14px;
    height: 1%;
    text-align: justify;
}

.present p {
    padding-bottom: 0px;
    padding-right: 0;
}

.present .left {
    margin: 10px 10px 0 0;
}

#main ul, ol {
    list-style-position: inside;
}

#main img.special {
    border: none;
    padding: 0;
    background: none;
    float: left;
}

#content-head {
    background: url(http://shtrih-center.ru/state-bg.jpg) repeat-x 0 0;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
    margin-left: 14px;
    border: 1px white solid;
}

/*íåîáõîäèìî äëÿ ñíîñíîãî îòîáðàæåíèÿ ñïèñêà - ÷òîá íåîáòåêàëè col1 - à òàêæå äëÿ îñòàëüíûõ âåùåé ñ ëåâûì ïîëåì*/
.needed {
    margin-left: 20%;
}

#sidebar center {
    text-indent: -99999px;
}

a.anckor-i {
    text-decoration: none;
    color: black;
}

a.anckor-i:visited {
    color: black;
}

/*äëÿ ïðàâîé êîëîíêè êóðñîð íà ðàñêðûâàþùèéñÿ ñïèñîê*/
a[onclick="return kadabra('skr');"] {
    cursor: pointer;
}

.toplink {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.warning {
    float: left;
    margin: 6px 15px 0 5px;
    color: white;
    font-weight: bold;
    padding: 4px;
    background-color: #FFFF99;
}

.in_ss {
    display: inline;
}

#returne_back {
    margin: 10px;
    cursor: pointer;
    display: block;
}

/* êàñàòåëüíî êëàññà zebra äëÿ ðàñêðàøèâàíèÿ òàáëèö*/
table.zebra {
    width: 100%;
    border-collapse: collapse;
}

table.zebra tbody tr {
    background: #F8F8F8; /* Öâåò ôîíà ÷åòíûõ ñòðîê */
}

table.zebra tbody tr.odd {
    background: #EFEFEF; /* Öâåò ôîíà íå÷åòíûõ ñòðîê */
}

table.zebra thead tr {
    background-color: #FFFF99;
    color: #FFF;
    text-align: center;
    padding-bottom: 0.3em;
}

table.zebra thead td {
    text-align: center
}

.zebra_slide {
    margin: 0 0 5px 0;
}

.zebra_slide td {
    text-align: center;
}

.zebra_slide td h4 {
    color: #4A7BEF;
    padding: 0;
}

table#compareTable td {
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    padding: 5px 3px;
}

table#compareTable {
    margin: 0;
    width: 1194px;
    table-layout: fixed;
}

#compare {
    margin-top: 30px;
}

form#addTocompare {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

form#addTocompare h4 {
    margin: 0px;
    padding: 0px 5px 10px 0px;
}

form#addTocompare h2, form#addTocompare h3 {
    padding-left: 0px;
}

.floating {
    overflow: visible;
}

.compareItemWrap {
    overflow: visible;
}

.floating h4 {
    display: inline-block;
    padding: 0px;
    margin: 0;
}

form#addTocompare div.compareItem {
    position: relative;
    overflow: visible;
    margin-right: 7px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 140px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    float: left;
    height: 14px;
}

form#addTocompare div.compareItem.checked-box {
    border: 2px solid #326EA1;
    width: 138px;
    padding-bottom: 4px;
    padding-top: 4px;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 0 8px rgba(50, 110, 161, 0.3);
    -moz-box-shadow: inset 0 0 8px rgba(50, 110, 161, 0.3);
    box-shadow: inset 0 0 8px rgba(50, 110, 161, 0.3);
}

form#addTocompare div.compareItem.checked-box a {
    width: 113px;

}

form#addTocompare div.compareItem div.check {
    position: relative;
    display: none;
    margin-top: 0px;
    height: 14px;
    width: 12px;
    background: url('http://shtrih-center.ru/img/check.png') no-repeat transparent;
    border: none;
}

div.price-table {
    position: relative;
    padding-left: 5px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e4e4));
    background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
    background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
    background-image: linear-gradient(top, #ffffff, #e4e4e4);
    background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
    background-repeat: repeat-x;
    background: #e4e4e4;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75) inset;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75) inset;
}

div.popup {
    position: absolute;
    display: none;
    text-align: center;
    top: -160px;
    left: -1px;
    z-index: 999;
}

div.popup a {
    position: absolute;
    z-index: 999 !important;
}

div.popup-bottom {
    width: 142px;
    height: 23px;
    padding-bottom: 5px;
    background: url('http://shtrih-center.ru/images/popup.png') transparent no-repeat 0 0;
}

div.popup-content {
    width: 120px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    height: 131px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

form#addTocompare div.compareItem div.popup img {
    float: left;
    margin: 10px;
    height: 90px;
    width: auto;
    border: none;
}

div.floating img.special {
    width: 60px;
}

form#addTocompare div.compareItem a {
    line-height: 14px;
    padding-right: 2px;
    padding-left: 5px;
    width: 115px;
    height: 14px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1001 !important;
}

form#addTocompare div.compareItem input {
    position: absolute;
    left: -10000px;
}

#main form#addTocompare .floating img {
    margin: 0px 7px 0px 3px;

}

#main form#addTocompare .floating img.logo {
    float: left;
    width: 80px;
    border: 1px solid #cccccc;
    display: block;
    -webkit-box-shadow: 0 1px 3px 0px #000000;
    -moz-box-shadow: 0 1px 3px 0px #000000;
    box-shadow: 0 1px 3px 0px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border 0.5s linear, box-shadow 1s linear;
    -moz-transition: border 0.5s linear, box-shadow 1s linear;
    -o-transition: border 0.5s linear, box-shadow 1s linear;
    -ms-transition: border 0.5s linear, box-shadow 1s linear;
    transition: border 0.5s linear, box-shadow 1s linear;

    vertical-align: text-top;
    position: relative;
    z-index: 9998;

}

#main form#addTocompare .floating img.logo:hover {
    border: 1px solid rgba(204, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 8px rgba(204, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(204, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(204, 0, 0, 0.6);
}

#main form#addTocompare .h4wrap {
    margin: 0px 0px 10px 0px;
}

.compareItemWrap {
    margin-left: 70px;
    overflow: visible;
}

a.btn, input.btn, span.btn, p.btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    overflow: hidden;
    outline: none;
    float: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px;
    line-height: 16px;

    width: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(center top, #ED1C24, #AA1317);
    background: -o-linear-gradient(top, #ED1C24, #AA1317);
    background: linear-gradient(top, #ED1C24, #AA1317);
    -pie-background: linear-gradient(#ED1C24, #AA1317);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/PIE.htc);
}

p.btn {

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    behavior: url(/PIE.htc);

    font-size: 12px;
    position: absolute;
    z-index: 9999;
    left: 3px;
    width: 96px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    padding: 0;
    margin-top: 76px;

}

a.btn:hover, input.btn:hover, span.btn:hover, p.btn:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    background: -o-linear-gradient(top, #c9151b, #a11115);
    background: linear-gradient(top, #c9151b, #a11115);
    -pie-background: linear-gradient(#c9151b, #a11115);
    behavior: url(/PIE.htc);
}

a.btn:active, input.btn:active, span.btn:active, p.btn:active {
    background: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    background: -o-linear-gradient(top, #aa1317, #ed1c24);
    background: linear-gradient(top, #aa1317, #ed1c24);
    -pie-background: linear-gradient(#aa1317, #ed1c24);
    behavior: url(/PIE.htc);
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    filter: 'alpha(opacity=50)';
    z-index: 9999;
}

#fade img#loading {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    background: none transparent;
    border: none;
    width: 128px;
    height: 128px;
    z-index: 99999;
}

#table_head {
    /* position:fixed; */
    top: 0;
}

#table_body {
    margin-top: 0;
    width: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
}

#table_head table td {
    text-align: left;
    line-height: 16px;
}

#table_head table td.sortable {
    padding-right: 18px;
    cursor: pointer;
    background: url('http://shtrih-center.ru/img/sort.png') no-repeat 100% center;
}

#table_head table td.sortUp {
    background: url('http://shtrih-center.ru/img/sort_up.png') no-repeat 100% center;
}

#table_head table td.sortDown {
    background: url('http://shtrih-center.ru/img/sort_down.png') no-repeat 100% center;
}

#wraper {
    overflow: hidden;
}

.snato {
    color: red;
    font-weight: bold;
}

/* new footer */
#new_footer_line {
    width: 100%;
    height: 10px;
    clear: both;
    background: #996633;
}

#new_footer_telo {
    background-image: url(/kartinki/grad.png);
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
}

#new_footer_niz {
    width: 98%;
    background: #996633;
    margin: auto;
    color: #fff;
    padding: 10px 0;
}

#new_footer_niz span {
    font-size: 95%;
}

#new_footer_niz span a {
    color: #fff;
}

#new_footer_niz span a:hover {
    text-decoration: underline;
}

#new_footer_menu {
    padding: 10px;
    position: relative;
    height: auto;
    overflow: hidden;
    width: auto;
}

#new_footer_menu_img {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/kartinki/perehod.png);
    width: 192px;
    height: 57px;
    left: -12px;
    top: 14px;
}

.new_footer_menu_1 {
    font-size: 12px;
    float: left;
    margin: 0 0 10px 0;
}

.new_footer_menu_1 ul {
    padding: 0;
    margin: 0 10px 0 0;
}

.new_footer_menu_1 li {
    list-style-type: none;
    line-height: 14px;
    color: #666666;
    list-style-type: none !important;
    list-style-image: url(/img_cont/marker-spiska-tocka.png) !important;
    border-bottom: 1px dashed;
}

.new_footer_menu_1 li a {
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}

.new_footer_menu_1 li a:hover {
    color: #000;
}

/* footer-wrap */
#footer-wrap {
    clear: both;
    width: 100%;
    font-size: 95%;
    padding: 20px 0 0 0;
    height: 150px;
    text-align: left;
    background-image: url(/kartinki/grad.png);
    background-repeat: repeat-x;
    background-position: 0 4px;

}

#footer-wrap a {
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}

#footer-wrap a:hover {
    color: #000;
}

#footer-wrap p {
    padding: 10px 0;
}

#footer-wrap h2 {
    color: #666666;
    margin: 0;
    padding: 0 10px;
}

/* footer */
#footer {
    clear: both;
    color: #999;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0;
    text-align: center;

}

.easy_link {
    float: left;
    text-align: left;
    margin: -10px 15px 0px 10px;
}

.easy_link span {
    font-size: 16px;
    line-height: 24px;
}

.easy_link ul {
    list-style-image: url(/kartinki/list-foot-memu.gif);
    margin: 0px;
    padding: 0px;
}

.easy_link ul li {
    line-height: 16px;
}

.foother_clear {
    clear: both;
}

.foother_m {
    width: 50%;
    float: left;
    line-height: 56px;
}

.foother_c {
    width: 50%;
    float: left;
}

/* ñëàéäøîó íà ñòðàíèöå òîâàðà*/
#slideshow {
    width: 320px;
    position: relative;
    border: 1px solid #ccc;
    height: 312px;
    overflow: hidden;
}

#slideshow ul.ui-tabs-nav {
    position: absolute;
    top: 240px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 320px;
    margin-left: -15px;
}

#slideshow ul.ui-tabs-nav li {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    margin-top: 20px;
}

#slideshow ul.ui-tabs-nav li img {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
}

#slideshow li.ui-tabs-selected {
    border: 3px solid #FFFF99;
    margin: -3px;
}

#slideshow .ui-tabs-panel {
    width: 320px;
    height: 256px;
}

#slideshow .ui-tabs-panel img {
    border: 0;
    width: 320px;
    height: 256px;
    padding: 0;
    margin: 0;
}

#slideshow .ui-tabs-hide {
    display: none;
}

#footer-l-menu, #footer-l-menu2 {
    width: 250px;
    float: left;
    margin-top: -18px;
    text-align: left;
}

#footer-l-menu ul, #footer-l-menu2 ul {
    list-style-image: url(/kartinki/list-foot-memu.gif);
}

#footer-l-menu ul li, #footer-l-menu2 ul li {
    line-height: 16px;
    margin-left: -18px;
}

#footer-l-menu p, #footer-l-menu2 p {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    text-transform: uppercase;
}

#footer-l-menu a:hover, #footer-l-menu2 a:hover {
    color: #000;
}

.more-link {
    float: right;
    width: 180px;
}

.more-link ul {
    list-style: none;
    width: 180px;
    margin-left: 0;
    padding: 0;
}

.more-link p {
    font-size: 12px;
    line-height: 10px;
    color: #FFFF99;
    margin: 0;
    padding: 5px auto;
    background-image: url(http://shtrih-center.ru/images/footer-line.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.more-link ul li {
    border-bottom: 1px solid #ccc;
}

.submenu {
    float: right;
    border-left: 2px dotted #FFFF99;
    width: 240px;
    line-height: 12px;
    margin-left: 5px;
}

.submenu ul.sidemenu li a {
    background: url(http://www.shtrih-center.ru/img/mmenu-nourl.jpg) 0px 0px no-repeat;
}

.submenu ul.sidemenu li a:hover {
    background-position: -3px -3px;
    background-size: 36px 36px;
    color: #383D44;
}

.fotter-social-button {
    float: left;
    margin-left: 20px;
    margin-bottom: 5px;
}

.fotter-social-button img {
    padding-left: 2px;
}

.one-block {
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    padding: 3px;
    /*word-break: break-all;*/
}

.one-block:hover {
    /*border: 1px solid #FFBE2F !important;*/
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.one-block:hover a {
    color: black;
}

.one-block-hov {
    border: 1px solid #FFFF99;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
    -moz-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px r #FFFF99;
    box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
}

.one-block span {
    display: block;
    margin: 4px;
}

.one-block img {
    width: 100px;
    height: 100px;
}

.one-block-scale:hover {
    transform: scale(1.1); /*width:140px; height:137px; top:0; left: 0;*/
}

.one-block .image-max {
    width: 102px;
    height: 102px;
    overflow: hidden;
}

.recomendet-prod {
}

.recomendet-prod h3 {
    color: #FFFF99;
    border-top: 2px dotted #FFFF99;
    width: 200px;
    margin-top: 20px;
}

.recomendet-prod .recomendet-one {
    width: 200px;
    height: 150px;
    float: left;
    margin: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.recomendet-prod .recomendet-one img {
    float: left;
    width: 60px;
    height: auto;
    border: 0 !important;
}

.recomendet-prod .recomendet-one p {
    line-height: 11px;
}

/* êîðçèíà */
.cart_box {
    float: right;
    margin-top: 10px;
}

.cart_box a.cart {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color: #77d42a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #306108;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #aade7c;

}

.cart_box a.cart:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
    background: -moz-linear-gradient(center top, #5cb811 5%, #77d42a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
    background-color: #5cb811;
}

.cart_box a.cart:active {
    position: relative;
    top: 1px;
}

table.y_cart_tab {
    background-color: #ECECEC;
    width: 100%;

}

p em {
    font-weight: bold;
}

.table-wrap {
    border: 1px solid #FFCC33;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    padding: 10px;
    margin-bottom: 20px;
}

span.product-logo {
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    height: 16px;
    width: 64px;
    border: 2px solid #c00;
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

span.fprint-logo {
    background-image: url(http://shtrih-center.ru/images/smal-logo/fprint.jpg);
}

span.shtrih-logo {
    background-image: url(http://shtrih-center.ru/images/smal-logo/strihm.jpg);
    height: 25px;
    width: 32px;
}

span.splus-logo {
    background-image: url(http://shtrih-center.ru/images/smal-logo/service_plus.jpg);
    width: 32px;
}

span.atol-logo {
    background-image: url(http://shtrih-center.ru/images/smal-logo/atol_logo.jpg);
    width: 26px;
}

/* äëÿ ñòð òåðìèíàëîâ ìèíóñîâûõ òåìïåðàòóð */
.item-one {
    width: 100px;
    height: 120px;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.item-one a {
    margin: 0 5px;
    font-size: 12px;
    line-height: 8px !important;
    text-align: center;
    font-weight: bold;
}

.item-one img {
    float: left;
    width: 70px;
    height: auto;
    border: 0 !important;
}

.item-one span {
}

.item-one-hov {
    border: 1px solid #FFFF99;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
    -moz-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px r #FFFF99;
    box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
}

/* êàðòèíêà â ñòàòüå . ñòàíäàðò */
img.state-image {
    border: 2px solid #c00 !important;
    margin: 3px 10px !important;
    padding: 10px !important;

}

/* ãðàôìåíþ */
.one-block-gmenu {
    width: 100px;
    height: 125px;
    float: left;
    margin: 4px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.one-block-high {
    height: 200px;
}

.one-block-width {
    height: auto;
    width: 98%;
    padding: 3px 0;
    float: left;
    margin-right: 6px;
    margin-bottom: 12px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.one-block-gmenu span {
    display: block;
    margin: 1px;
    line-height: 12px;
    font-size: 12px;
}

.one-block-gmenu img {
    margin: 3px;
    position: relative;
    width: 80px;
    height: 80px;
}

.one-block-gmenu img:hover {
    width: 84px;
    height: 84px;
    top: -2px;
    left: -2px;
}

.one-block-gmenu .image-max {
    width: 84px;
    height: 84px;
    overflow: hidden;
}

.one-block-gmenu-hov {
    border: 1px solid #FFFF99;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
    -moz-box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px r #FFFF99;
    box-shadow: inset 0 1px 0 #FFFF99, 0 1px 2px #FFFF99;
}

}

#test1 {
    margin: 1em auto;
    border: 0px solid #6699CC;
    width: 380px;
    height: 360px;
}

/* êëàññ äëÿ êàðòèíîê â ìåíþ */

.one-block img {
    border-radius: 12px;
}

.table {
    display: grid;
    text-align: center;
    grid-gap: 10px;
    justify-content: center;
    margin: 0 10px;
}

.table6 {
    grid-template-columns: repeat(6, 1fr);
}

.table5 {
    grid-template-columns: repeat(5, 1fr);
}

.table4 {
    grid-template-columns: repeat(4, 1fr);
}
.table2 {
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
    margin: 0 auto;
}
#my_viravnivanie {
    text-align: left;
}

.wrap:hover {
    background: #F6ED70 !important;
    margin: 10px;
    z-index: -1;
}

/* âûïàäàþùåå ìåíþ */

/* îáíóëÿåì îòñòóïû */
* {
    margin: 0;
    padding: 0;
}

#sub body {
    background-image: url(bing_pic.jpg) /* çàäàåì öâåò ôîíà (ðûæèé) */
    color: #326ea1; /* çàäàåì öâåò òåêñòà (áåëûé) */
    font-size: 12px; /* çàäàåì ðàçìåð øðèôòà íà ñòðàíèöå */
    font-style: normal; /* íà÷åðòàíèå øðèôòà (íîðìàëüíîå) */
    font-family: 'Trebuchet MS', Tahoma, Sans-serif; /* óñòàíàâëèâàåì øðèôò */
}

.container {
    width: 242px; /* øèðèíà êîíòåéíåðà */
    height: 58px; /* âûñîòà êîíòåéíåðà */
    position: relative; /* óñòàíàâëèâàåì ïîëîæåíèå êîíòåéíåðà */
    margin: 10px auto; /* çàäàåì îòñòóïû âåðõ-íèç è ðàñïîëàãàåì êîíòåéíåð ïî öåíòðó */
    padding: 10px; /* çàäàåì âíóòðåííèå îòñòóïû */
}

#nav {
    margin: 0 auto; /* âûðàâíèâàåì ïî öåíòðó */
    border: 2px solid #FFCC33; /* ðàìêà ìåíþ - ëèíèÿ òîëùèíîé â 2px ðûæåãî öâåòà */
    display: block;
}

#nav, #nav ul {
    list-style: none; /* óáèðàåì ìàðêåð ñïèñêà */
    padding: 0; /* îáíóëÿåì âíóòðåííèå îòñòóïû */
    width: 200px; /* çàäàåì øèðèíó */
}

#nav ul {
    position: relative; /* îòíîñèòåëüíîå ïîçèöèîíèðîâàíèå (äëÿ ðàáîòû z-index) */
    z-index: -1; /* èñïîëüçóåì îòðèöàòåëüíîå çíà÷åíèå ÷òîáû ïîäìåíþ íå îòîáðàæàëèñü ïîâåðõ îñíîâíûõ ïóíêòîâ*/
}

#nav li {
    position: relative; /* îòíîñèòåëüíîå ïîçèöèîíèðîâàíèå (äëÿ ðàáîòû z-index) */
    z-index: 100; /* ðàñïîëàãàåì âûøå ýëåìåíòû ñïèñêà (ïîäìåíþ) */
}

/* ðàñêðûòûå ïóíêòû ïîäìåíþ ïëàâíî ñâîðà÷èâàþòñÿ */
#nav ul li {
    margin-top: -23px; /* óñòàíàâëèâàåì îòðèöàòåëüíûé îòñòóï îò âåðõíåãî êðàÿ äëÿ ñêðûòèÿ ïîäìåíþ */
    -moz-transition: 0.4s linear 0.4s; /* äëÿ Firefox 4 */
    -ms-transition: 0.4s linear 0.4s; /* äëÿ IE */
    -o-transition: 0.4s linear 0.4s; /* äëÿ Îïåðà */
    -webkit-transition: 0.4s linear 0.4s; /* äëÿ Chrome è Safari */
    transition: 0.4s linear 0.4s; /* óêàçûâàåì ïàðàìåòðû àíèìèðîâàííîãî ïåðåõîäà */
}

#nav li a {
    background-image: url(bing_pic.jpg); /* öâåò ôîíà äëÿ íàøåãî ìåíþ (÷åðíûé) */
    color: #326ea1; /* öâåò øðèôòà (áåëûé) */
    display: block; /* îòîáðàæàåì êàê áëîê */
    font-size: 12px; /* ðàçìåð øðèôòà */

    line-height: 28px; /* ìåæñòðî÷íûé èíòåðâàë */
    outline: 0; /* óáèðàåì âíåøíåé ãðàíèöû */
    padding-left: 230px; /* íàçíà÷àåì ëåâûé îòñòóï */
    text-decoration: none; /* óáèðàåì ïîä÷åðêèâàíèå ó ññûëîê ìåíþ */
}

/* ïàðàìåòðû îñíîâíûõ ïóíêòîâ ìåíþ */
#nav li a:hover {
    background-image: url(bing_pic.jpg); /* öâåò ôîíà */
    display: block;

}

/* ïàðàìåòðû äëÿ ïîäìåíþ */
#nav ul li a {
    background-image: url(bing_pic.jpg); /* öâåò ôîíà */
    border-bottom: 1px solid #E5E5E5; /* ëèíèÿ òîëùèíîé â 1px ñåðîãî öâåòà âíèçó ïîäìåíþ */
    color: #326ea1; /* øðèôò (áåëûé) */
    font-size: 12px; /* ðàçìåð øðèôòà */
    line-height: 10px; /* çàäàåì ìåæñòðî÷íûé èíòåðâàë */
}

/* ïàðàìåòðû ïðè íàâåäåíèè óêàçàòåëÿ íà ïóíêòû (ññûëêè) ïîäìåíþ */
#nav ul li a:hover {
    background-image: url(bing_pic.jpg); /* öâåò ôîíà */
    color: #383d44; /* öâåò ññûëîê ïðè íàâåäåíèè êóðñîðà */
}

/* ïðè êëèêå ìûøêîé íà ðàñêðûâàþùååñÿ ìåíþ */
#nav a.sub:focus {
    background-image: url(bing_pic.jpg); /* ôîí, êîòîðûé çàêðûâàåò ñòðåëî÷êó "âíèç" */
    outline: 0; /* óáèðàåì âíåøíåé ãðàíèöû */
}

/* äåëàåì ðàñêðûòèå ïóíêòîâ ìåíþ áîëåå ïëàâíûì */
/* ïîñìîòðèòå êàê áóäåò ðàñêðûâàòüñÿ ñïèñîê ïîäìåíþ, èçìåíèâ âðåìÿ ê ïðèìåðó ñ 0.4s äî 33.4s */
#nav a:focus ~ ul li {
    margin-top: 0;
    -moz-transition: 0.4s linear; /* äëÿ Firefox 4 */
    -ms-transition: 0.4s linear; /* äëÿ IE */
    -o-transition: 0.4s linears; /* äëÿ Îïåðà */
    -webkit-transition: 0.4s linears; /* äëÿ Chrome è Safari */
    transition: 0.4s linear; /* óêàçûâàåì ïàðàìåòðû àíèìèðîâàííîãî ïåðåõîäà */
}

/* äëÿ ïîêàçà ñòðåëî÷êè "ââåðõ" ïîñëå êëèêà */
#nav a:focus + img, #nav a:active + img {
    display: block; /* ïîêàçûâàåì êàê áëî÷íûå ýëåìåíòû */
}

.button {
    text-align: center;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 9px;
    text-decoration: none;
    /*
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  -o-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  */
    text-shadow: 1px 1px 3px #666666;
    /*border: solid #4ea800 1px;*/
    background: url(/images/button-sprite-001.png) no-repeat;
    width: 150px;
    height: 26px;
    overflow: hidden;

    /*
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4ea800), to(#61cf00));
  background: -moz-linear-gradient(top, #4ea800, #61cf00);
  background: -o-linear-gradient(top, #4ea800, #61cf00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4ea800, endColorStr=#61cf00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4ea800, endColorStr=#61cf00);*/
    display: inline-block; /* IE is so silly */
}

.button:hover {
    /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#4ea800));
  background: -moz-linear-gradient(top, #e3e3e3, #4ea800)
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ea800, endColorstr=#61cf00);*/
    text-shadow: 0 0 2px black;
    background: url(/images/button-sprite-001.png) no-repeat bottom left;
    /*box-shadow: 0 0 5px rgba(0,0,0,1);*/
}

.button_blue {
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    text-decoration: none;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    -o-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 1px 3px #666666;
    border: solid #425F99 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#425F99), to(#6282BF));
    background: -moz-linear-gradient(top, #425F99, #6282BF);
    background: -o-linear-gradient(top, #425F99, #6282BF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#425F99, endColorStr=#6282BF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#425F99, endColorStr=#6282BF);
    display: inline-block; /* IE is so silly */
}

.button_blue:hover {
    text-shadow: 0 0 2px black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.order-block {
    margin: 3px;
    border: 2px solid #4ea800;
    padding: 3px;
    line-height: 14px;
}

h6.list-gorod {
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}

h6.list-gorod a {
    font-weight: normal;
    color: #000;
}

.alerts {
    background: #FAF3D2;
    margin: 8px;
    border: 2px solid #676767;
    border-radius: 10px; /* ñâîéñòâî äëÿ òåõ êòî åãî ïîääåðæèâàåò */
    -moz-border-radius: 10px; /* äëÿ firefox */
    -webkit-border-radius: 10px; /* äëÿ Safari è Chrome */
    -khtml-border-radius: 10px;
}

.alerts h4 {
    margin: 8px;
}

.alerts p {
    margin: 8px;
}

.zebra {
    width: 100%;
    border-collapse: collapse;
}

.zebra td {
    border: 1px solid #ffffff;
}

.zebra th {
    border: 1px solid #ffffff;
    background: #b0a6a6;
}

.zebra tr:nth-child(odd) {
    background-color: #E6E6E6;
}

.assortiment tr:nth-child(even) {
    background-color: #FFF3C9;
}

.assortiment tr:nth-child(odd) {
    background-color: #F7E07B;
}

.gallary ul {
    overflow: auto;
}

.gallary li {
    float: left;
    margin: 0 10px 10px 10px;
    display: inline;
    vertical-align: top;
}

/*SLIDER*/
.slider {
    width: 800px;
    margin: 0px auto;
    text-align: center;
}

.slider h3 {
    margin: 10px 10px 0 10px;
    font: normal 1.8em Georgia, "Times New Roman", Times, serif;
    color: #444;
    padding: 15px 0 2px 0px;
    border-bottom: 1px solid #dadada;
}

#carousel {
    margin: 0 auto;
    width: 735px;
    position: relative;
    max-height: 580px;
    /*overflow: hidden;*/
}

#carousel img {
    margin: 0;
    border: 0px #676767 solid;
    padding: 0;
    box-shadow: 0 0 5px black; /* Ïàðàìåòðû òåíè */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Ïàðàìåòðû òåíè */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Äëÿ Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Äëÿ Safari è Chrome */
}

#carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 232px;
    height: 178px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    position: relative;
    float: left;
}

#carousel li img {
    width: 201px;
    height: 127px;
    margin-top: 14px;
}

#carousel span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    color: #676767;

}

/*
			.clearfix {
				float: none;
				clear: both;
			}
*/

#carousel .prev, #carousel .next {
    opacity: 0.5;
    /*margin-left: 10px;*/
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -999em;
    /*background: transparent url('/slider/images/carousel_control.png') no-repeat 0 0;*/
    position: absolute;
    top: 59px;
}

#carousel .prev {
    background: transparent url('/slider/images/previous.jpg') no-repeat 0 0;
    left: -60px;
}

#carousel .prev:hover {
    opacity: 0.9;
}

#carousel .next {
    background: transparent url('/slider/images/next.jpg') no-repeat 0 0;
    right: -60px;
}

#carousel .next:hover {
    opacity: 0.9;
}

#carousel .pager {
    margin: 0 auto;
    text-align: center;
}

#carousel .pager a {
    margin: 0 5px 0 0;
    text-decoration: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent url('/slider/images/carousel_control.png') no-repeat -2px -32px;
    text-indent: -999em;
}

#carousel .pager a.selected {
    text-decoration: underline;
    background: transparent url('/slider/images/carousel_control.png') no-repeat -12px -32px;
}

/*Ñëàéäåð ïîä êàðòèíêîé êàðòî÷êè*/
.slider-min {
    width: 250px;
    margin: 0px auto;
    text-align: center;
}

#carousel-min {
    margin: 0 auto;
    width: 240px;
    position: relative;
    max-height: 50px;
    overflow: hidden;
}

#carousel-min img {
    margin: 0;
    border: 0px #676767 solid;
    padding: 0;
    box-shadow: 0 0 5px black; /* Ïàðàìåòðû òåíè */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Ïàðàìåòðû òåíè */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Äëÿ Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Äëÿ Safari è Chrome */
}

#carousel-min ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#carousel-min li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    position: relative;
    float: left;
}

/*ôîðìà ïîäïèñêè íà åìàèë*/

.ya-site-form__search {
    margin: 0;
    padding: 0;
}

.ya-site-form__wrap {
    margin: 0;
    padding: 0;
}

#ya-site-form0 .ya-site-form__search-input {
    padding: 0 !important;
    height: auto !important;
}

.ya-site-form__search-input-layout table {
    margin: 0 !important;
    padding: 0 !important;

}

.ya-site-form__search-input {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ya-site-form__search tbody {
    height: auto !important;
}

.ya-site-form td {
    border: none;

}

.ya-site-form_inited_no td {
    border: none;
}

.ya-site-form__wrap td {
    border: none;
}

#ya-site-form0 .ya-site-form__search-input {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.ya-site-form__search tr:nth-child(2) {
    display: none;
}

.ya-site-suggest-popup {
    background: #ffffff !important;
    text-align: left !important;
}

/*ôèêñèðîâàííîå ïëàâàþùåå ìåíþ*/
#top_nav {
    width: 100%;
    min-width: 860px;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 10;
    background: #996633;

}

#top_nav.default {
    width: 100%;
    box-shadow: 0 3px 6px #333333;
}

#top_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px #333333;
}

#top_nav_dubl {
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 9;
    background: #996633;
    margin-bottom: -20px;
    box-shadow: 0 2px 4px #333333;
}

/*Àññîðòèìåíò òîâàðà â êàðòî÷êå íà÷àëî*/

table.zebra table {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 0;
}

table.zebra table tr {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0;
    height: 24px; /*Âûñîòà ñòðîê òàáëèööû àññîðòèìåíòà òîâàðà â êàðòî÷êå*/
}

table.zebra td {
    border: none;
}

table.zebra tr {
    border-bottom: 1px solid #A0A0A0;
}

.assortiment td {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #000000;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
    -o-box-shadow: 1px 1px 3px #000000;
    -ms-box-shadow: 1px 1px 3px #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zebra table tr td {
    border-radius: 0;
    box-shadow: none;
}

.assortiment-tovar {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #4570E8;
}

.assortiment {
    box-shadow: 3px 3px 10px #AD7D0D;
    -moz-box-shadow: 3px 3px 10px #AD7D0D;
    -webkit-box-shadow: 3px 3px 10px #AD7D0D;
    -o-box-shadow: 3px 3px 10px #AD7D0D;
    -ms-box-shadow: 3px 3px 10px #AD7D0D;
}

.assortiment-artikul {
    color: #444444;
    text-align: right;
}

.assortiment-price {
    text-align: right;
    color: #444444;
    width: 180px;
}

.assortiment-price strong {
    color: #ff0000;
    text-align: right;
}

.assortiment-nalichie {
    width: 100px;
    text-align: center;
}

.assortiment-kupit {
    width: 65px;
    text-align: right;
}

.assortiment-plus-minus {
    text-align: center;
    width: 70px;
}

button.knopka-kupit {
    background-color: #52a8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
    background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
    background-image: linear-gradient(top, #52a8e8, #377ad0);
    border-top: 1px solid #4081af;
    border-right: 1px solid #2e69a3;
    border-bottom: 1px solid #20559a;
    border-left: 1px solid #2e69a3;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    -ms-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    -o-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    color: #fff;
    font: normal 12px "lucida grande", sans-serif;
    line-height: 1;
    padding: 3px 5px;
    text-align: center;
    text-shadow: 0 -1px 1px #3275bc;
    width: 60px;
    -webkit-background-clip: padding-box;
}

button.knopka-kupit:hover {
    background-color: #3e9ee5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
    background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    border-top: 1px solid #2a73a6;
    border-right: 1px solid #165899;
    border-bottom: 1px solid #07428f;
    border-left: 1px solid #165899;
    -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
    -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
    -ms-box-shadow: inset 0 1px 0 0 #62b1e9;
    -o-box-shadow: inset 0 1px 0 0 #62b1e9;
    box-shadow: inset 0 1px 0 0 #62b1e9;
    cursor: pointer;
    text-shadow: 0 -1px 1px #1d62ab;
    -webkit-background-clip: padding-box;
}

button.knopka-kupit:active {
    background: #3282d3;
    border: 1px solid #154c8c;
    border-bottom: 1px solid #0e408e;
    -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    -ms-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    -o-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #2361a4;
    -webkit-background-clip: padding-box;
}

button[disabled].knopka-kupit,
button[disabled].knopka-kupit:hover,
button[disabled].knopka-kupit:active {
    background-color: #dadada;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
    background-image: linear-gradient(top, #dadada, #f3f3f3);
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #cecece;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #8f8f8f;
    cursor: not-allowed;
    text-shadow: 0 -1px 1px #ebebeb;
}

button.knopka-kupit::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*Àññîðòèìåíò òîâàðà â êàðòî÷êå êîíåö*/

.paysistem-kartinki {
    border: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.plusminus {
    margin: 0;
    padding: 0;
}

/*Âûïàäàþùåå ïðè íàâåäåíèè ìåíþ*/
.raskrmenu {
    float: right;
    width: 200px;
}

.raskrmenu, .raskrmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.raskrmenu li {
    cursor: pointer;
    background: #94C5EB url(arrows.png) no-repeat right top;
    border-bottom: 1px solid #444;
}

.raskrmenu li a {
    text-decoration: none;
}

.raskrmenu > li > a {
    padding: 2px 10px;
    font-weight: bold;
}

.raskrmenu li li {
    cursor: auto;
    border: 0;
    padding: 0 14px;
    background-color: #fff;
    background-image: none;
}

/*
#disclaimer, #intro {
  width: 400px;
}
*/

/*---------------------- Âñïëûâàþùåå (ìîäàëüíîå) îêíî çâîíêà ---------------------*/

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    background: #000000;
    opacity: 0.8;
}

.popup_001 {
    background-color: #fff;
    /*border: 4px solid #FFCC33;*/
    display: inline-block;
    left: 30%;
    opacity: 0;
    padding: 0;
    position: fixed;
    text-align: justify;
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 25%;
    visibility: hidden;
    z-index: 999999;
    width: 420px;
    border-radius: 5px;
}

.overlay:target + .popup_001 {
    top: 25%;
    opacity: 1;
    visibility: visible;
}

.close {
    background-color: rgba(255, 255, 255, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.close:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

/*---------------------- Âñïëûâàþùåå îêíî çâîíêà êîíåö ---------------------*/

/*--------------- Ñëàéäåð â øàïêå íà÷àëî ------------------*/

#slider-shapka-wrap { /* Îáîëî÷êà ñëàéäåðà è êíîïîê */
    width: 350px;
    text-align: center;
}

#slider-shapka { /* Îáîëî÷êà ñëàéäåðà */
    width: 350px;
    height: 114px;
    overflow: hidden;
    border: 1px solid #FFCC33;
    position: relative;
}

.slide-shapka { /* Ñëàéä */
    width: 100%;
    height: 100%;
}

.sli-links .control-slide-shapka .active { /* Êíîïêè ñìåíû ñëàéäîâ */
    display: none;
}

#prewbutton, #nextbutton { /* Ññûëêà "Ñëåäóþùèé" è "Ïåäûäóùèé" */
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url(/img_cont/arrowBg.png) left center no-repeat;
    opacity: 0.5;
    z-index: 3;
    outline: none !important;
}

#prewbutton {
    left: 5px;
}

#nextbutton {
    right: 5px;
    background: url(/img_cont/arrowBg.png) right center no-repeat;
}

#prewbutton:hover, #nextbutton:hover {
    opacity: 1;
}

#slider-shapka img {
    border: none;
}

/*--------------- Ñëàéäåð â øàïêå êîíåö ------------------*/

/*------------Êîðçèíà íà÷àëî--------------*/
#clearBasket, #checkOut {
    display: none;
}

.hPb {
    display: none;
}

/*------------Êîðçèíà êîíåö--------------*/

#dlya_zakaza {
    border: 3px double #FFCC33;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 2px 2px 10px #AD7D0D;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
}

#dlya_zakaza h3 {
    color: #333333;
}

.tog {
    cursor: pointer;
}

/*
.zakaz_block_oplata	{
background: #FD8686;

background: -moz-linear-gradient(top, #FFF7F7 0%, #FD8686 100%);
background: -webkit-linear-gradient(top, #FFF7F7 0%, #FD8686 100%);
background: -o-linear-gradient(top, #FFF7F7 0%, #FD8686 100%);
background: linear-gradient(top, #FFF7F7 0%, #FD8686 100%);
*/
/*
background: -moz-linear-gradient(center top , #FD6A6A, #FFF7F7) ;
background: -webkit-linear-gradient(center top , #FD6A6A, #FFF7F7);
background: -o-linear-gradient(top, #FD6A6A, #FFF7F7);
background: linear-gradient(top, #FD6A6A, #FFF7F7);
-pie-background: linear-gradient(#FD6A6A, #FFF7F7);

}
*/
/*
.zakaz_block_dostavka	{
background: #FBEA6D;

background: -moz-linear-gradient(top, #FBEA6D 0%, #FFFADB 100%);
background: -webkit-linear-gradient(top, #FBEA6D 0%,#FFFADB 100%);
background: -o-linear-gradient(top, #FBEA6D 0%,#FFFADB 100%);
background: linear-gradient(top, #FBEA6D 0%,#FFFADB 100%);
}

.zakaz_block_samovivoz	{
background: #83FF8D;

background: -moz-linear-gradient(top, #83FF8D 0%, #F2FFF3 100%);
background: -webkit-linear-gradient(top, #83FF8D 0%,#F2FFF3 100%);
background: -o-linear-gradient(top, #83FF8D 0%,#F2FFF3 100%);
background: linear-gradient(top, #83FF8D 0%,#F2FFF3 100%);
}
*/

#oplata {
    background: url(/images/oplata-menu.png) bottom no-repeat;
    width: 62px;
    height: 72px;
    float: left;
    margin: 20px 40px 10px 15px;
    position: relative;
    cursor: pointer;
}

#oplata:hover {
    background: url(/images/oplata-menu.png) no-repeat;
}

#dostavka {
    background: url(/images/dostavka-menu.png) bottom no-repeat;
    width: 110px;
    height: 78px;
    float: left;
    margin: 20px 20px 10px 0;
    position: relative;
    cursor: pointer;
}

#dostavka:hover {
    background: url(/images/dostavka-menu.png) no-repeat;
}

#oplata div {
    position: absolute;
    top: -20px;
    left: 15px;
    color: #969696;
}

#dostavka div {
    position: absolute;
    top: -20px;
    left: 25px;
    color: #969696;
}

.novoe_v_prodage_block {
    width: 100%;
    margin: 0;
    background: transparent;
    border: none;
    overflow: hidden;
}

.one-block-width p {
    margin: 0 10px;
    padding: 0;
}

.one-block-width img {
    width: 50px !important;
    height: 50px !important;
    float: left !important;
    margin: 0 5px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 5px !important;
}

.one-block-width img:hover {
    top: 0;
    left: 0;
}

.novoe_v_prodage_info a {
    float: right;
    color: #0068BC;
}

.novoe_v_prodage_info {
    color: #000000;
}

.novoe_v_prodage_data {
    color: #A5C3FF;
}

.novoe_v_prodage_block h3 {
    border-bottom: 1px solid #DADADA;
    padding: 0;
    margin-right: 50px;
    margin-left: 10px;
}

/*
.novoe_v_prodage	{
border:none;
margin:0!important;
padding:0!important;
}

.novoe_v_prodage:hover	{
background:#FFF47F;
}

.novoe_v_prodage td	{
border:none;
margin:0!important;
padding:0 0 10px 5px!important;
}

.novoe_v_prodage td img	{
border:none!important;
margin:0!important;
padding:0!important;
}

.novoe_v_prodage td h4	{
font-size:14px;
text-decoration:underline;
color:#ff0000;
padding:0;
margin:0;
}

.novoe_v_prodage td p	{
font-size:12px;
text-decoration:none;
color:#2B80FF;
padding:10px 0 0 0;
margin:0;
}
*/

.katalog_ssilka {
    width: 229px;
    height: 55px;
    background: url(/images/skachat-etiketki.png) bottom no-repeat;
    position: relative;
    left: 350px;
    top: 0;
    cursor: pointer;
}

.katalog_ssilka:hover {
    background: url(/images/skachat-etiketki.png) top no-repeat;
}

.katalog_ssilka_rib {
    width: 229px;
    height: 55px;
    background: url(/images/skachat-ribbony.png) bottom no-repeat;
    position: relative;
    left: 350px;
    top: 0;
    cursor: pointer;
}

.katalog_ssilka_rib:hover {
    background: url(/images/skachat-ribbony.png) top no-repeat;
}

.images {
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}

/*-----------------------------------------------------------------------------------*/
/*----------------------Íîâûå ñòèëè äëÿ òàáëèö ñ æåëêòîé øàïêîé----------------------*/
/*-----------------------------------------------------------------------------------*/

table.new_zebra {
    width: 100%;
    border-collapse: collapse;
}

table.new_zebra tbody tr {
    background: white; /* Öâåò ôîíà ÷åòíûõ ñòðîê */
}

table.new_zebra tbody tr.odd {
    background: #f5f5f5; /* Öâåò ôîíà íå÷åòíûõ ñòðîê */
}

table.new_zebra thead tr {
    background-color: #FFFF99;
    color: #FFF;
    text-align: center;
    padding-bottom: 0.3em;
}

table.new_zebra thead td {
    text-align: center
}

.new_zebra_slide {
    margin: 0 0 5px 0;
}

.new_zebra_slide td {
    text-align: center;
}

.new_zebra_slide td h4 {
    color: #4A7BEF;
    padding: 0;
}

.new_zebra {
    width: 100%;
    border-collapse: collapse;
}

.new_zebra td {
    border: 1px solid #ffffff;
}

.new_zebra th {
    border: 1px solid #ffffff;
    background: #FFCC33;
    text-align: center;
}

.new_zebra tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.assortiment tr:nth-child(even) {
    background-color: #FFF3C9;
}

.assortiment tr:nth-child(odd) {
    background-color: #F7E07B;
}

table.new_zebra table {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 0;
}

table.new_zebra table tr {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0;
    height: 24px; /*Âûñîòà ñòðîê òàáëèöû àññîðòèìåíòà òîâàðà â êàðòî÷êå*/
}

table.new_zebra td {
    border: none;
}

table.new_zebra tr {
    border-bottom: 1px solid #A0A0A0;
}

.assortiment td {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #000000;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
    -o-box-shadow: 1px 1px 3px #000000;
    -ms-box-shadow: 1px 1px 3px #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.new_zebra table tr td {
    border-radius: 0;
    box-shadow: none;
}

.new_zebra tr:hover {
    background-color: #FFFFCC;
}

/*-----------------------------------------------------------------------------------*/
/*----------------------Êîíåö íîâûõ ñòèëåé äëÿ òàáëèö ñ æåëêòîé øàïêîé----------------------*/
/*-----------------------------------------------------------------------------------*/

/*ñêðîëë ââåðõ*/
div.scrollup {
    position: fixed; /* ôèêñèðîâàííàÿ ïîçèöèÿ */
    color: #fff; /* öâåò òåêñòà */
    height: 45px;
    width: 45px;
    background-color: #996633; /* öâåò çàäíåãî ôîíà */
    left:20px; /* ðàññòîÿíèå îò ïðàâîãî êðàÿ */
    bottom: 50px; /* ðàññòîÿíèå îò íèæíåãî êðàÿ */
    padding: 4px 4px; /* îòñòóïû äî ñîäåðæèìîãî áëîêà */
    font-size: 20px; /* ðàçìåð øðèôòà (èêîíêè) */
    border-radius: 3px;
    /*border-top-left-radius: 4px; !* ñêðóãëåíèå âåðõíåãî ëåâîãî óãëà *!*/
    /*border-top-right-radius: 4px; !* ñêðóãëåíèå âåðõíåãî ïðàâîãî óãëà *!*/
    cursor: pointer; /* ôîðìà êóðñîðà */
    display: none; /* íå îòîáðàæàòü ýëåìåíò */
    text-align: center; /*âûðàâíèâàíèå ñîäåðæèìîãî ýëåìåíòà ïî öåíòðó */
    opacity: 0.5;
}

div.scrollup:hover {
    opacity: 1;
}

.rotate {
    transform: rotate(180deg);
}

input.ya-site-form__input-text {
    height: 28px;
    padding-left: 10px;
}

input.ya-site-form__submit {
    height: 28px;
    box-sizing: border-box;
    padding: 0 10px;
}
.messengers-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.messengers-block a {
    display: inline-block;
    width: 1.7vw;
    height: 1.7vw;
    text-align: center;
    position: relative;
    margin: 0 5px;
}
a.vb {
    background: url(/images/viber.png) no-repeat center #7c519b;
    background-size: 70%;
}
a.wa {
    background: url(/images/whatsapp.png) no-repeat center #67c15e;
    background-size: 70%;
}
.messengers-block a:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
}
.button_order{
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 204, 51);
    background: -moz-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: linear-gradient(0deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    -webkit-box-shadow: 0 2px 7px rgba(50, 50, 50, 0.46);
    -moz-box-shadow:    0 2px 7px rgba(50, 50, 50, 0.46);
    box-shadow:         0 2px 7px rgba(50, 50, 50, 0.46);

}
.button_order:active{
    color: rgb(0, 0, 0);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 204, 51);
    background: -moz-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    background: linear-gradient(0deg, rgb(255, 204, 51) 10%, rgb(255, 204, 51) 100%);
    -webkit-box-shadow: 0 0 1px rgba(50, 50, 50, 0.46);
    -moz-box-shadow:    0 0 1px rgba(50, 50, 50, 0.46);
    box-shadow:         0 0 1px rgba(50, 50, 50, 0.46);
}

.center{
    text-align: center;
}
.form-order{
    background: #fff;
    margin: 0;
    padding: 0 10px;
}
.form-order label{
    color: #333;
}
.form-order input, .form-order textarea{
    padding: 3px 3px 3px 8px;
    border: 1px solid #ddd;
    width: 100%;
    resize: vertical;
    line-height: 22px;
    box-sizing: border-box;
    color: #333;
}
.form-order textarea{
    min-height: 75px;
}
.form-order input::-moz-placeholder {
    color: #6C6C6C;
}
.form-order input::-webkit-input-placeholder {
    color: #6C6C6C;
}
.form-order input::placeholder {
    color: #6C6C6C;
}
.form-order textarea::-moz-placeholder{
    color: #6C6C6C;
}
.form-order textarea::-webkit-input-placeholder{
    color: #6C6C6C;
}
.form-order textarea::placeholder {
    color: #6C6C6C;
}
.input-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.form-order input:focus, .form-order textarea:focus{
    border-color: #fc3;
}
.form-order-agree{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.form-order-captcha{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.form-order-agree input, .form-order-captcha input{
    width: auto;
}
.form-order-captcha input{
    height: 30px;
    width: 30px;
    margin-left: 5px;
}
.form-order-submit .button_order {
    width: 90%;
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-image: -ms-linear-gradient(to top, #ffcc33 0%, #efea4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efea4d', endColorstr='#efea4d', GradientType=0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffcc33), to(#efea4d));
    background-image: -webkit-linear-gradient(bottom, #ffcc33 0%, #efea4d 100%);
    background-image: -o-linear-gradient(bottom, #ffcc33 0%, #efea4d 100%);
    background-image: linear-gradient(to top, #ffcc33 0%, #efea4d 100%);
    border: 1px solid #ffcc33;
    box-shadow: none;
    text-shadow: none;
}
.form-order-submit .button_order:hover{
    background-image: -ms-linear-gradient(to bottom, #ffcc33 0%, #efea4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efea4d', endColorstr='#efea4d', GradientType=0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc33), to(#efea4d));
    background-image: -webkit-linear-gradient(top, #ffcc33 0%, #efea4d 100%);
    background-image: -o-linear-gradient(top, #ffcc33 0%, #efea4d 100%);
    background-image: linear-gradient(to bottom, #ffcc33 0%, #efea4d 100%);
}
