/*-------------------------------------------*/
/*                             */
/*-------------------------------------------*/
.m-bh { background: #ef9850; }
.m-bc { background: #dfdfdf; }
.m-br { border-color: #ef9850; }
.m-c { color: #ef9850; }


/*.m-bh { background: #ff 6c 00; }
.m-bc { background: #dfdfdf; }
.m-br { border-color: #ff 6c 00; }
.m-c { color: #ff 6c 00; }*/

/*-------------------------------------------*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
/*-------------------------------------------*/
body { font-family: 'Play', Arial, Helvetica, Verdana, sans-serif; font-size: 14px; color: #333; background-color: #fff; height: 100%; width: 100%; padding: 0; margin: 0; -webkit-font-smoothing: subpixel-antialiased !important; -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility: hidden; }
/*-------------------------------------------*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*-------------------------------------------*/
table, table tr, table tr td    { margin: 0; padding: 0; border-spacing: 0; border-collapse: collapse; }
/*-------------------------------------------*/
a { color: #000;  text-decoration: none; }
a:hover { text-decoration: underline; }
/*-------------------------------------------*/
form { margin: 0; padding: 0; }
/*-------------------------------------------*/
input[type="submit"], input[type="button"] { background: #ddd; border: 1px solid #aaa; }
input[type="text"], input[type="password"], textarea { background: #fff; border: 1px solid #aaa; padding-left: 5px; }
/*-------------------------------------------*/
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 19px; cursor: pointer; font-size: 12px; height: 16px; line-height: 16px; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; -webkit-user-select: none; user-select: none; }
input[type="checkbox"] + label:before { content: ''; width: 16px; height: 16px; border: 1px solid #cacaca; position: absolute; left: 0; top: 0; }
input[type="checkbox"]:checked + label:after { content: '\f00c'; font-family: FontAwesome; color: #ef9850; display: inline-block; position: absolute; font-size: 12px; width: 16px; height: 16px; text-align: center; left: 0; top: 0; }
/*-------------------------------------------*/
input[type="radio"] { display: none; }
input[type="radio"] + label { display: inline-block; position: relative; padding-left: 15px; cursor: pointer; font-size: 12px; height: 16px; line-height: 16px; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; -webkit-user-select: none; user-select: none; }
input[type="radio"] + label:before { content: ''; width: 12px; height: 12px; border: 1px solid #cacaca; position: absolute; left: 0; top: 2px; border-radius: 12px; }
input[type="radio"]:checked + label:after { content: ''; width: 8px; height: 8px; background: #ef9850; position: absolute; left: 2px; top: 4px; border-radius: 8px; }
/*-------------------------------------------*/
button { background: #eee; border: 1px solid #aaa; }
/*-------------------------------------------*/
select { width: 250px; cursor: pointer; background: #fff; border: 1px solid #aaa; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.d-select{ width: 250px; position: relative; }
.d-select:before { content: '\f0d7'; z-index: 100; font-family: FontAwesome; color: #ef9850; display: inline-block; position: absolute; right: 0px; line-height: 20px; font-size: 16px; height: 100%; width: 20px; text-align: center; border-left: 1px solid #aaa; pointer-events: none; }
/*-------------------------------------------*/
.page { display: table; height: 100%; width: 100%; }
/*-------------------------------------------*/
.container { margin: auto; padding: 0; width: 1200px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
/*-------------------------------------------*/
/*                                      */
/*-------------------------------------------*/
.header { padding: 25px 0 8px 0; }
.header .top-menu { height: 25px; line-height: 25px; width: 100%; }
.header .top-menu .menu-item { font-size: 13px; height: 25px; line-height: 25px; overflow: hidden; cursor: pointer; float: right; position: relative; }
.header .top-menu .menu-item .text { line-height: 25px; }
.header .top-menu .menu-item .fa { padding-right: 5px; }
.header .top-menu .menu-item .item { position: absolute; z-index: 1200; }
.header .top-menu .menu-hover:hover { overflow: visible; }
.header .top-menu .menu-item:hover .account{ top: 25px; background: #fff; animation-name: slideUpLinks; -webkit-animation-name: slideUpLinks; animation-duration: 0.2s; -webkit-animation-duration: 0.2s; animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; overflow: visible; }
.header .top-menu .menu-item .account { box-shadow: 0 5px 15px -5px #999; margin: 0; padding: 0; top: 40px; right: 0px; border: 1px solid #cacaca; background: #fff; width: 150px; }
.header .top-menu .menu-item .account li { color: #000; display: block; padding: 0 10px 0 10px; margin: 0; line-height: 30px; }
.header .top-menu .menu-item .account li .line { width: 100%; height: 1px; background: #eee; }
.header .top-menu .menu-item .account li:hover{ background: #eee; text-decoration: underline; }
.header .top-menu #login_show { display: none; }
.header .top-menu #login_show .menu-item { overflow: hidden; }
.header .top-menu .menu-item .text label { line-height: 25px; position: relative; float: right; padding-left: 10px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; text-decoration: underline; }
.header .top-menu #login_show:checked + .menu-item { overflow: visible; }
.header .top-menu #login_show:checked + .menu-item .login { top: 25px; animation-name: slideUpLinks; -webkit-animation-name: slideUpLinks; animation-duration: 0.2s; -webkit-animation-duration: 0.2s; animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; }
.header .top-menu .menu-item .login { top: 40px; right: 0px; background: #fff; box-shadow: 0 5px 15px -5px #999; margin: 0; padding: 0; border: 1px solid #cacaca; }
.header .top-menu .menu-item .login ul { margin: 0; padding: 0; }
.header .top-menu .menu-item .login li { display: block; padding: 0 10px 0 10px; margin: 0; font-size: 13px; color: #000; height: 26px; background: #fff; }
.header .top-menu .menu-item .login li div { line-height: 26px; height: 26px; position: relative; float: left; }
.header .top-menu .menu-item .login .title { font-size: 16px; font-weight: bold; padding: 0; width: 55px; }
.header .top-menu .menu-item .login .error { float: right; width: 220px; color: #f00; text-align: right; padding-top: 2px; }
.header .top-menu .menu-item .login .name { width: 55px; }
.header .top-menu .menu-item .login .data { float: right; }
.header .top-menu .menu-item .login .check { padding-left: 55px; height: 17px; }
.header .top-menu .menu-item .login .check { line-height: normal; }
.header .top-menu .menu-item .login input[type="text"], .header .top-menu .menu-item .login input[type="password"] { padding: 3px; width: 223px; height: 20px; }
.header .top-menu .menu-item .login input[type="submit"] { margin-left: 55px; margin-top: 0px; width: 223px; }
.header .top-menu .menu-item .login .lostpass { width: 100%; text-align: right; }
.header .top-menu .menu-item .login .lostpass a { text-decoration: underline; line-height: 25px; }
@keyframes slideUpLinks { 0% { transform: translateY(15%); opacity: 0; } 50% { opacity: 0.2; } 100% { transform: translateY(0%); opacity: 1; } }
@-webkit-keyframes slideUpLinks { 0% { -webkit-transform: translateY(15%);  opacity: 0; } 50% { opacity: 0.2; } 100% { -webkit-transform: translateY(0%);  opacity: 1; } }
/*-------------------------------------------*/
.header .block { width: 100%; clear: both; }
.header .logo { float: left; margin-top: -10px; }
.header .info { float: right; font-size: 14px; margin-top: -10px; }
.header .search { float: right; margin-left: 30px; }
.header .search .text { border: 1px solid #cacaca; padding: 2px; }
.header .search .text input { width: 200px; border: none; }
.header .search .text button { border: none; background: none; padding: 0px; cursor: pointer; }
.header .search .text .fa { font-size: 15px; }
.header .search .boxes { margin-top: 5px; line-height: 17px; }
/*-------------------------------------------*/
.header-line { clear: both; height: 28px; line-height: 28px; margin: 13px 0 10px 0; }
.header-line .block { padding: 0px 0 0px 0; }
.header-line .link { line-height: 28px; float: left; }
.header-line a { font-weight: bold; font-size: 15px; color: #fff; padding-right: 25px; }
.header-line .cart { float: right; cursor: pointer; font-size: 14px; }
.header-line .cart div { float: right; }
.header-line .cart .amount {  padding-right: 7px; font-weight: bold; }
.header-line .cart .icon { color: #fff; font-size: 20px; padding-right: 7px; }
.header-line .cart .count { background: #fff; border-radius: 20px; height: 20px; text-align: center; padding: 0 5px 0 5px; margin-top: 5px; line-height: 20px; min-width: 30px; }
.cart-move { position: absolute; border: 2px solid #333; background: #aaa; opacity: 0.5; z-index: 999; width: 50px; height: 50px; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
/*-------------------------------------------*/
/*                                     */
/*-------------------------------------------*/
.footer { position: relative; border-top: 1px solid #ef9850; height: 100px; padding-top: 10px; margin-top: 30px; clear: both; }
.footer .box { position: relative; }
.footer .info { position: absolute; line-height: 1.5; margin: auto; top: 0; bottom: 0; }
.footer .right { position: absolute; right: 0; top: 0; }
.footer .metrika { position: absolute; right: 0; top: 15px; }
.footer .link { width: 100%; text-align: right; }
.footer .link a { font-weight: bold; font-size: 12px; padding-left: 20px; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
.main { clear: both; height: 100%; display: table-row; }
/*-------------------------------------------*/
/*                                  */
/*-------------------------------------------*/
.main .left { position: relative; float: left; width: 330px; margin: 20px 40px 20px 0; }
.main .left .group { margin-bottom: 10px;}
.main .left .group .title { position: relative; font-size: 14px; padding-left: 8px; height: 25px; width: 330px; background-color: #c5c7c6; font-weight: bold; display: table-cell; vertical-align: middle; }
.main .left .group .title:before { content: ""; position: absolute; height: 0; width: 30px; right: 20px; top: 0; border-top: 6px solid #fff; border-left: 3px solid transparent; border-right: 3px solid transparent; }
.main .left .group .list { padding: 5px 10px 10px 10px; }
.main .left .group .link { padding: 2px 0 2px 0; border-bottom: 1px solid #000; border-color: #c5c7c6; }
.main .left .group .link a { font-size: 12px; }
/*-------------------------------------------*/
/*                             */
/*-------------------------------------------*/
.main-right { position: relative; float: right; width: 830px; margin: 20px 0 20px 0; }
.main-title { width: 100%; margin: 0; padding: 0px 0 5px 0; font-size: 16px; font-weight: bold; }
.main-title .title-name { margin: 0; padding: 20px 0 0 0; text-align: center; font-size: 16px; }
.main-title .title-nam  { margin: 0; padding: 0; text-align: center; font-size: 16px; }
.main-title .title-desc { margin: 0; padding: 20px 0 0 0; text-align: center; font-size: 16px; }
/*-------------------------------------------*/
/*                                   */
/*-------------------------------------------*/
.main-contact { width: 100%; margin-bottom: 20px; }
.main-contact .title { width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin: 0; padding: 5px 0 5px 0; font-size: 14px; font-weight: bold; }
.main-contact .title-p { width: 100%; font-size: 14px; font-weight: bold; padding-top: 5px;}
.main-contact table { width: 100%; }
.main-contact table td { line-height: 1.5; }
.main-contact table .one { white-space: nowrap; }
.main-contact table .two { width: 100%; padding-left: 10px; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
.cart-add { padding: 0; margin: 0; }
.cart-add input { width: 50px; font-size: 12px; text-align: right; }
.cart-add button { border: none; background: transparent; padding: 0; cursor: pointer; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
.main-remind { width: 100%; }
.main-remind .section { font-size: 13px; padding-top: 10px; margin-bottom: 10px; }
.main-remind .line { height: 30px; width: 100%; }
.main-remind .title { text-align: right; width: 200px; float: left; position: relative; padding-right: 5px; }
.main-remind .data { float: left; position: relative;}
.main-remind .data input[type="text"] { width: 390px; }
.main-remind .note { padding-left: 200px; }
.main-remind .note span{ color: #f00; }
.main-remind input[type="submit"] { margin-left: 200px; margin-top: 5px; width: 390px; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
.foto-element .img { width: 202px; overflow: hidden; border: 1px solid #ddd; }
.foto-element .img .images { position: relative; width: 100%; white-space: nowrap; left: 0px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.foto-element .img .image { width: 200px; height: 120px; overflow: hidden; display: inline-block; }
.foto-element .slider { margin-top: 10px; clear: both; width: 202px; height: 27px; }
.foto-element .slider .lefts { float: left; width: 5px; height: 27px; padding-top: 5px; font-size: 15px; cursor: pointer; background: #fff; }
.foto-element .slider .lefts:hover { background: #ddd; }
.foto-element .slider .block { float: left; width: 187px; height: 27px; margin: 0 2px 0 3px; overflow: hidden; }
.foto-element .slider .block .images { position: relative; width: 100%; white-space: nowrap; left: -5px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.foto-element .slider .block .image { width: 33px; height: 27px; overflow: hidden; display: inline-block; border: 1px solid #ddd; margin-left: 5px; cursor: pointer; }
.foto-element .slider .block .empty { width: 33px; height: 27px; overflow: hidden; display: inline-block; border: 1px solid #ddd; margin-left: 5px; background-color: #ddd; content: ' '; }
.foto-element .slider .block .select { border: 1px solid #ef9850; }
.foto-element .slider .rights { float: left; width: 5px; height: 27px; padding-top: 5px; font-size: 15px; cursor: pointer; background: #fff; text-align: right; }
.foto-element .slider .rights:hover { background: #ddd; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
.foto-ajax .img { width: 800px; height: 480px; overflow: hidden; }
.foto-ajax .img .images { position: relative; width: 100%; white-space: nowrap; left: 0px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.foto-ajax .img .image { width: 800px; height: 480px; overflow: hidden; display: inline-block; }
.foto-ajax .slider { margin-top: 10px; clear: both; width: 800px; height: 62px; }
.foto-ajax .slider .lefts { float: left; width: 15px; height: 62px; line-height: 62px; font-size: 32px; cursor: pointer; background: #fff; display: table-cell; vertical-align: middle; }
.foto-ajax .slider .lefts:hover { background: #ddd; }
.foto-ajax .slider .block { float: left; width: 770px; height: 62px; overflow: hidden; }
.foto-ajax .slider .block .images { position: relative; width: 100%; white-space: nowrap; left: -8px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.foto-ajax .slider .block .image { width: 102px; height: 62px; overflow: hidden; display: inline-block; border: 1px solid #ddd; margin-left: 8px; cursor: pointer; }
.foto-ajax .slider .block .empty { width: 102px; height: 62px; overflow: hidden; display: inline-block; border: 1px solid #ddd; margin-left: 8px; background-color: #ddd; content: ' '; }
.foto-ajax .slider .block .select { border: 1px solid #ef9850; }
.foto-ajax .slider .rights { float: left; width: 15px; height: 62px; line-height: 62px; font-size: 32px; cursor: pointer; background: #fff; text-align: right; }
.foto-ajax .slider .rights:hover { background: #ddd; }
/*-------------------------------------------*/
/*                                           */
/*-------------------------------------------*/
#ajax_visible:checked ~ #ajax_block  { display: inline; }
#ajax_visible:checked ~ #ajax_fon  { display: inline; }
#ajax_block { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #fff; padding: 10px; border-radius: 5px; border: 1px solid #aaa; box-shadow: 0 0 10px #111; z-index: 1201; animation-name: slideScale; -webkit-animation-name: slideScale; animation-duration: 0.2s; -webkit-animation-duration: 0.2s; animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; }
#ajax_fon { display: none; position: fixed;  background: rgba(0, 0, 0, .5); left: 0; right: 0; top: 0; bottom: 0; z-index: 1200; }
@keyframes slideScale { 0% { transform: scale(0.2, 0.2);  opacity: 0; } 100% { transform: scale(1, 1);  opacity: 1; } }
@-webkit-keyframes slideScale { 0% { -webkit-transform: scale(0.2, 0.2);  opacity: 0; } 100% { -webkit-transform: scale(1, 1);  opacity: 1; } }
.ajax table { width: 100%; }
.ajax table .desc { padding-left: 20px; font-size: 12px; width: 370px; }
.ajax .title { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-weight: bold; font-size: 12px; padding-top: 0; height: 29px; line-height: 29px; }
.ajax .title .close { float: right; cursor: pointer; font-size: 18px; color: #ef9850; }
.ajax .line { }
.ajax .line .name { text-align: right; padding-right: 5px; white-space: nowrap; padding-top: 5px; }
.ajax .line .now  { white-space: normal; font-size: 11px; width: 100%; padding-top: 5px; }
.ajax .line .note { color: #f00; text-align: right; }
.ajax .line .data { white-space: nowrap; width: 100%; padding-top: 5px; position: relative; }
.ajax .line .desc { white-space: normal; font-size: 11px; width: 100%; padding-top: 5px; }
.ajax .line .data input { width: 100%; }
.ajax .line .data span { color: #f00; }
.ajax .line .data input[type="radio"] { width: auto; }
.ajax .line .need:before { content: "*"; position: absolute; color: #f00; right: 3px; top: 9px; }
.ajax .line .need input { padding-right: 8px; }
.ajax .line .data textarea { width: 100%; resize: none; } 
.ajax .line .data .d-select { display: inline-block; position: relative; }
