* {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background: #f7fbfb;
    font-family: Verdana, sans-serif;
    min-width: 1140px;
}

ul {
    list-style: none;
}

a { color: #1c82d9; transition: all 0.2s ease; }
a:hover { color: #f26522; }

a.important,
.important { color: #f26522; }

img { border: none; }

.relative { position: relative; }

.pull-left { float: left; }
.pull-right { float: right; }

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: ' ';
    display: table;
}

.popup {
    background: rgba(0,0,0,.3);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.popup-content {
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,.4);
    margin: 200px auto;
    padding: 20px;
    position: relative;
    width: 320px;
}
.popup-close {
    font-weight: bold;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 10px;
    z-index: 100;
}

.popup-cancel {
    color: #aaa;
    font-size: 14px;
    float: right;
    margin-top: 5px;
}

.popup-content em.important {
    background: url('/i/moscow-time.png') 0 2px no-repeat;
    color: #f26522;
    display: inline-block;
    font-style: normal;
    margin-left: 6px;
    margin-top: -8px;
    padding: 2px 15px;
    position: relative;
    top: 6px;
}

.popup-full .popup-content { width: 1080px; }

.popup-wide .popup-content { width: 600px !important; }
.popup-wide .popup-content textarea { height: 102px; }
.popup-wide .popup-content input[type=text] { margin-right: 45%; width: 50%; }

.popup-callme select { width: 36%; }

.popup-mysize .popup-content { width: 450px; }
.popup-mysize .row div {
    font-size: 14px;
    display: inline-block;
    width: 95px;
}
.popup-mysize .sizes div { width: 125px; }
.popup-mysize p { font-size: 14px; margin-bottom: 15px; }
.popup-mysize em { color: #aaa; font-size: 13px; }
.popup-mysize .row div input { width: 75%; }
.popup-mysize .sizes div select { padding: 5px 0; width: 38%; }

.popup-makecostume .popup-content {
    background: #f7fbfb;
    padding: 20px 25px 20px 270px;
	min-height: 432px;
}
.popup-makecostume aside {
    background: #fff;
    border-right: 1px solid #e7e9e9;
    height: 100%;
    left: 0;
    padding: 20px 25px;
    position: absolute;
    top: 0;
    width: 235px;
	overflow: hidden;
}

.costume-fixed-items { height: 270px; }

.costume-fixed-items.img-medium li { margin-right: 4px; }
.costume-fixed-items.img-small li { margin-right: 2px; }

.costume-fixed-items.img-medium img { width: 87px; height: 130px; }
.costume-fixed-items.img-small img { width: 44px; height: 65px; }
.costume-fixed-items.img-x-small img { width: 22px; height: 33px; }
.costume-fixed-items.img-xx-small img { width: 11px; height: 14px; }

.costume-fixed-items li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.costume-fixed-items li .delete {
	background: #fff;
	border-radius: 3px;
	color: red;
	font-size: 12px;
	line-height: 1;
	padding: 1px 4px 5px;
	position: absolute;
	right: 1px;
	text-decoration: none;
	top: 1px;
	z-index: 2;
}

.popup-makecostume aside h3 {
    color: #aaa;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 2px 0 18px;
    text-transform: uppercase;
}

.popup-makecostume aside img {
    border: 2px solid #edf7f4;
    margin-bottom: 2px;
}

.popup-makecostume .aside {
    margin-left: -245px;
    position: relative;
    width: 185px;
}

.popup-makecostume .aside p,
.popup-makecostume aside p {
    color: #666;
    font-size: 12px;
    margin-top: 20px;
}

.popup-makecostume .aside a.button,
.popup-makecostume aside a.button { display: block; }

.popup-makecostume .aside small,
.popup-makecostume aside small { font-size: 11px; }

.popup-makecostume .filter { color: #405a65; margin-bottom: 10px; }
.popup-makecostume .filter .radio {
    margin-left: 10px;
    margin-right: 40px;
    position: relative;
    top: -1px;
}

.popup-makecostume .filter .radio li { font-size: 13px; }

.popup-makecostume .filter select {
    padding: 2px 5px;
    margin-left: 5px;
    width: 170px;
}

.popup-makecostume .items-line {
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 820px;
}

.popup-makecostume .items-line ul { position: relative; }
.popup-makecostume .items-line li {
    height: 300px;
    float: left;
    display: block;
    margin-right: 25px;
    padding-top: 0;
    vertical-align: top;
    width: 137px;
}
/*.popup-makecostume .items-line li:nth-child(5n) { margin-right: 0; }*/

.popup-makecostume .items-line img { border: 2px solid #edf7f4; }
.popup-makecostume .items-line .img .button {
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: none;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 80px;
    white-space: normal;
    width: 100px;
    z-index: 2;
}
.popup-makecostume .items-line .img:hover img {
    -webkit-filter: invert(0.2);
    filter: invert(0.2);
}
.popup-makecostume .items-line .img:hover .button { display: block; }

.popup-makecostume .waiting {
	color: #444;
	margin-top: 80px;
	text-align: center;
}

/*
.costumeitems-prev { display: none; }
*/
.makecostume-sizes {
    border-collapse: collapse;
    margin: 20px auto 20px -295px;
    position: relative;
    right: -25px;
}

.makecostume-sizes td {
    background: #f8f4eb;
    vertical-align: middle;
}
.makecostume-sizes td.img { width: 270px; }

.makecostume-sizes td img { display: block; margin: 4px 0 4px 75px; }

.makecostume-sizes td.sizes { padding: 10px 0; width: 810px; }

.makecostume-sizes td.sizes li {
    padding-left: 80px;
    position: relative;
}

.makecostume-sizes td.sizes li > span {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 5px;
}

.makecostume-sizes td.sizes li > strong {
    color: #444;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 32px;
}

.makecostume-sizes td.sizes div {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

.makecostume-sizes tr:nth-child(even) td { background: #fff; }

.popup-makecostume .empty-sizes {
	color: #666;
	font-size: 14px;
	margin-bottom: -40px;
	position: relative;
	top: 8px;
}

.popup-addedtocart .popup-content {
    width: 700px;
}

.popup-makecostume h4 {
    font-weight: normal;
    margin-left: -245px;
}

.popup-addedtocart h3 { margin-bottom: 20px; }
.popup-addedtocart h4 {
    border-top: 1px solid #eee;
    color: #777;
    font-weight: normal;
    margin-top: 30px;
    padding-top: 20px;
}

.popup-addedtocart .items-line {
    margin: 30px 50px 0 50px;
    overflow: hidden;
    position: relative;
}

.popup-addedtocart .items-line ul { position: relative; width: 2000em; }

.popup-addedtocart .items-line li { float: left; }

.popup-addedtocart .itemsline-next,
.popup-addedtocart .itemsline-prev {
    background: #f7fbfb;
    border-radius: 100px;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 1;
    padding: 8px 0 0 7px;
    position: absolute;
    text-decoration: none;
    top: 260px;
    width: 40px;
    /*
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS63WzQkCMRCG4W/uAS0hJViCdqAVWIOV6GX1aifagWsHliAiSFzYSBRFNH8zyR6X8D6E/ZkQApduriOQXcKo2WlB59C61H3yLXjG0e+IaGgtWtzVRIr8AXpz0+i7g4u/8RLEv4P1ZUug+ffupIgXcGFdCQkCtZAoUANJAqVIFlCCZANShAVIEDbAReoBwBFGjX9/KWzA+wEG4m63LIAbZwGSeDYgjWcBJfEkUBqPAjXiQaBW3Au4kUm2awEafEZm5D0XD32ifu8QWxCPP4PXsWUFo6bSE4UDHg38zxl+E+0OAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    */
}

.popup-addedtocart .itemsline-next:hover,
.popup-addedtocart .itemsline-prev:hover { background: #f26522; color: #fff; }

.popup-addedtocart .itemsline-next { right: 20px; padding-left: 12px; }
.popup-addedtocart .itemsline-prev { left: 20px; }


.popup-costume .popup-content { width: 700px; }

.popup-costume h3 { margin-bottom: 20px; }
.popup-costume h4 {
    border-top: 1px solid #eee;
    color: #777;
    font-weight: normal;
    margin-top: 30px;
    padding-top: 20px;
}

.popup-costume .items-line {
    margin: 30px 50px 0 50px;
    overflow: hidden;
    position: relative;
}

.popup-costume .items-line ul { position: relative; width: 2000em; }

.popup-costume .items-line li { float: left; }

.popup-costume .itemsline-next,
.popup-costume .itemsline-prev {
    background: #f7fbfb;
    border-radius: 100px;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 1;
    padding: 8px 0 0 7px;
    position: absolute;
    text-decoration: none;
    top: 260px;
    width: 40px;
}

.popup-costume .itemsline-next:hover,
.popup-costume .itemsline-prev:hover { background: #f26522; color: #fff; }

.popup-costume .itemsline-next { right: 20px; padding-left: 12px; }
.popup-costume .itemsline-prev { left: 20px; }
.popup-gift .popup-content {
    background: url(/i/bg/gift-bg.jpg);
    min-height: 290px;
    padding: 40px;
    width: 670px;
}

.popup-gift .form-group { margin-bottom: 15px; }

.popup h3 {
    color: #1c948a;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
}

.popup-gift .gift-icon {
    background: url(/i/gift-icon.png);
    background-size: cover;
    color: #fff;
    font-size: 66px;
    font-weight: bold;
    height: 202px;
    left: 40px;
    padding-top: 92px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 210px;
}

.popup-gift p { font-size: 14px; margin: 10px 0 20px 0; }

.popup-gift em a { border-bottom: 1px dashed #5daade; text-decoration: none; }

.popup-gift .popup-content { padding-left: 300px !important; }

.popup-iosapp .popup-content,
.popup-androidapp .popup-content {
    background: #fff url(/i/bg/androidapp.jpg) 35px 35px no-repeat;
    padding: 50px 40px 40px 450px;
    width: 670px;
}

.popup-iosapp .popup-content { background: #fff url(/i/bg/iosapp.jpg) left bottom no-repeat; min-height: 340px; }
.popup-androidapp .popup-content { background: #fff url(/i/bg/androidapp.jpg) 35px 35px no-repeat; min-height: 350px; }

.popup-iosapp .popup-content small,
.popup-androidapp .popup-content small { color: #aaa; font-size: 14px; }

.popup-iosapp .popup-content p,
.popup-androidapp .popup-content p { margin-top: 20px; }

.popup-iosapp .popup-content p + p,
.popup-androidapp .popup-content p + p { margin-top: 10px; }

.popup-iosapp .popup-content .button,
.popup-androidapp .popup-content .button {
    float: none;
    display: inline-block;
    text-align: center;
    width: 160px;
}

.popup-minimize {
    background: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

.popup-minimize .popup-content {
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    cursor: pointer;
    height: 105px;
    min-height: auto;
    padding-left: 0 !important;
    position: absolute;
    right: 0;
    width: 115px;
}

.popup-minimize .gift-icon {
    font-size: 23px;
    height: 79px;
    left: 15px;
    padding-top: 38px;
    top: 10px;
    width: 82px;
}

.popup p.popup-bottom {
    border-top: 1px solid #ddd;
    font-size: 13px;
    margin: 15px -20px -20px -20px;
    padding: 15px 20px;
}

.forgot {
    float: right;
    font-size: 13px;
    margin-top: 8px;
}

.error {
    background: #fffecd;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 8px;
}

.success {
    background: #cdffdd;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 8px;
}

.no-scroll {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 1080px;
}

.top {
    color: #bbd8d5;
    font-size: 14px;
}
.top a {
    text-decoration: none;
    border-bottom: 1px solid #73beb7;
}

.top nav { float: left; padding: 11px 0 13px; }
.top nav a { margin-right: 15px; }

.top .feedback {
    background: url('/i/mailto.png') 20px 10px no-repeat;
    float: left;
    margin-left: 120px;
    padding: 10px 20px 14px 60px;
    position: relative;
}
.top .feedback > a {
    border-bottom-style: dashed;
    position: relative;
    z-index: 10;
}


.top .login {
    float: right;
    padding: 11px 0 13px;
	width: 232px;
}

.top .login .message-counter {
    background: #fd6209;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    letter-spacing: -1px;
    margin-left: 5px;
    margin-top: -3px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 24px;
}

.top .login a.fake-link {
    border-bottom-style: dashed;
}

.header-body { padding: 20px 0; }

header { margin-bottom: 20px; }

header .logo { float: left; }

.feedback-calls { position: relative; }

.feedback-variant {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    color: #666;
    display: none;
    left: 0;
    padding: 38px 0 5px 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    z-index: 9;
}
.feedback-variant > div {
    border-top: 1px solid #eee;
    padding: 10px 20px;
}

.feedback-variant strong { color: #333; font-size: 15px; }
.feedback-variant a {
    border-bottom: 1px dashed #73beb7;
    vertical-align: top;
}

.feedback-variant #online-call {
    display: inline-block;
    height: 33px;
    overflow: visible;
    width: 153px;
}

.header-main {
    background: #cce9e7;
    border: 1px solid #c5e2e0;
    height: 54px;
    margin: 10px 0 0 auto;
    position: relative;
    width: 845px;
}

.header-main > div {
    display: inline-block;
}

.header-main .header-catalog {
    padding-left: 18px;
    width: 170px;
}

.header-main .header-catalog > a {
    background: url('/i/catalog-icon.png') 0 8px no-repeat;
    border: none;
    color: #21766e;
    font-size: 19px;
    margin: 0;
    padding-left: 20px;
    text-decoration: none;
}

.header-main .header-catalog > a:hover { color: #73BEB7; }
.header-main .header-catalog > a span { border-bottom: 1px dashed #73beb7; }
.header-main .header-catalog > a:after {
    background: url('/i/catalog-arrow.png') no-repeat;
    height: 6px;
    display: inline-block;
    margin: 5px 0 0 5px;
    content: ' ';
    width: 14px;
}

.header-main .header-catalog ul {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    display: none;
    left: 0;
    margin-top: 1px;
    padding: 5px 20px 10px 20px;
    position: absolute;
    top: 100%;
    z-index: 10;
}
.header-main .header-catalog ul li { margin: 6px 0; }
.header-main .header-catalog ul a {
    border-bottom-color: #9cf;
    color: #1c82d9;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
}

.header-main .header-catalog ul a:hover {
    color: #f26522;
    border-bottom-color: #fc9;
}

.header-main .basket {
    background: #fdf4e7;
    border: 1px solid #f0dec5;
    border-left: 1px solid #f0dec5;
    font-size: 15px;
    height: 54px;
    line-height: 1.2;
    padding-left: 50px;
    padding-top: 7px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 230px;
}

header .basket p {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
}
header .basket p span { color: #757575; font-size: 14px; }

.basket .basket-icon {
    background: url('/i/basket.png') no-repeat;
    display: block;
    height: 28px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 28px;
}

header .search {
    position: relative;
    width: 420px;
}

header .search input[type=text] {
    border: none;
    height: 40px;
    font: normal 13px Verdana;
    margin-top: 6px;
    padding-left: 10px;
    width: 100%;
}

.header-main .search input[type=submit] {
    background: url('/i/search.png') no-repeat;
    box-shadow: none;
    height: 18px;
    opacity: .2;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 18px;
}

.header-main .search input[type=submit]:hover { opacity: 1; }

.banners {
    margin-bottom: 10px;
    padding: 5px 0 0;
    text-align: center;
}
.banners a {
    background: #fff;
    display: inline-block;
    height: 65px;
    width: 350px;
}

.content .items-line ul {
    margin: 0;
}

.content .items-line ul li {
    background: none;
    margin-right: 24px;
    padding-left: 0;
}

.content .items-line ul li:nth-child(5n) {
    margin-right: 0;
}

.items-line {
    margin-bottom: 40px;
}

.items-right h3,
.items-line h3 {
    font-weight: normal;
    height: 30px;
    margin-bottom: 15px;
}
.items-main h3 { font-size: 27px; }
.items-right h3 { font-size: 20px; position: relative; top: 6px; }

.items-right ul li:nth-of-type(2n+0) {
    margin-right: 0;
    margin-bottom: 10px;
}

.items-line h3 span, span.absent {
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    top: -3px;
    padding: 4px 8px;
    position: relative;
    text-transform: uppercase;
}
.label-green { background: #00bb65; }
.label-orange { background: #f26522; }


.items-line ul li {
    background: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding-top: 210px;
    position: relative;
    vertical-align: top;
    width: 133px;
}

.items-line ul li:last-child {
    margin-right: 0;
}

.items-main ul li:nth-of-type(5n+0) {
    margin-right: 0;
    margin-bottom: 10px;
}

.items-line ul li a { }
.items-line ul li a img {
    background: #fff;
    height: 200px;
    position: absolute;
    width: 133px;
    top: 0;
}

.items-line a.delete {
    display: inline-block;
    margin-top: 10px;
}

.badge {
    background: #d8eded;
    color: #666;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 4px;
}

.badge.sale,
.badge.zakaz,
.badge.new {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.badge.sale { background: #f26522; }
.badge.new { background: #00bb65; }
.badge.zakaz { background: #2eccfa; }

.price { margin-top: 5px; }
.price.sale span {
    color: #777;
    text-decoration: line-through;
}

.price.sale strong {
    color: #f26522;
}

.items-main {
    float: left;
	width: 70%;
}

.items-right {
    background: url('/i/v-shadow.png') left no-repeat;
    float: right;
    padding-left: 40px;
	width: 30%;
}

.catalog { margin-bottom: 40px; }
.catalog li {
    background: #fff;
    height: 170px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 170px;
}
.catalog li:last-child { margin-right: 0; }

.catalog li a {
    display: table-cell;
    height: 170px;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    vertical-align: bottom;
    width: 170px;
    z-index: 2;
}

.catalog li img {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}



.other {
    background: #fff;
    margin-bottom: 40px;
    padding: 10px 20px;
}

.other li {
    display: inline-block;
    margin: 10px 20px 0 0;
}

.about { margin-bottom: 40px; }
.about h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.about p {
    color: #859393;
    font-size: 13px;
    margin-bottom: 15px;
}

footer {
    background: #fff;
    font-size: 12px;
}

.social {
    border-bottom: 1px solid #dde4e4;
    color: #97caca;
    font-size: 17px;
    text-align: center;
    padding: 30px 0;
}

.social a {
    color: #8f8f8f;
    margin: 0 0 0 110px;
    position: relative;
    text-decoration: none;
}

.social a img {
    left: -60px;
    position: absolute;
    top: -15px;
}

footer .row { padding: 20px 0 40px; position: relative; }

.scroll-top {
    background: #d8eded;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    float: left;
    margin-right: 50px;
    padding: 6px 8px;
    text-decoration: none;
}

footer .catalog-map,
footer .pages-map {
    float: left;
    font-size: 12px;
}

footer .catalog-map li,
footer .pages-map li {
    display: inline-block;
    margin: 4px 0;
}

footer .catalog-map a,
footer .pages-map a {
    color: #666;
    text-decoration: none;
}

footer .catalog-map a:hover,
footer .pages-map a:hover {
    text-decoration: underline;
}

footer .catalog-map { width: 520px; }
footer .pages-map { width: 220px; }

footer .catalog-map li {
    width: 220px;
}

footer .pages-map li {
    display: block;
    margin-bottom: 6px;
}

footer .opt { margin-top: 30px; }

footer .opt a {
    background: url('/manage/i/new_win.png') 95% center no-repeat;
    border: 1px solid #f26522;
    border-radius: 2px;
    color: #f26522;
    padding: 4px 25px 4px 8px;
}

footer .payment { float: right; }
footer .payment a { display: inline-block; margin-right: 10px; vertical-align: middle; }

footer h6 {
    color: #333;
    font: normal 13px Verdana;
    margin-bottom: 10px;
}

footer .developer {
    bottom: 45px;
    color: #8f8f8f;
    font-size: 11px;
    position: absolute;
    right: 0;
}

footer .app { margin-top: 30px; }
footer .app a { margin-right: 0; opacity: .75; }
footer .app a:hover { opacity: 1; }

label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 5px;
    width: 100%;
}

input[type=submit]:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.102), 0 0 1px 2px rgba(255, 215, 119, 0.298);
    outline: none;
}

input[type=text].input-xs {
    width: 100px;
}

input[type=submit]:disabled {
    color: #999;
}

.password-visible {
    border: none;
    background: url('/i/password-visible.png') 0 -18px no-repeat;
    height: 20px;
    cursor: pointer;
    display: block;
    opacity: .6;
    position: absolute;
    top: 30px;
	left: 255px;
    width: 20px;
}

.password-visible:hover {
    opacity: 1;
}

.password-visible:focus {
    box-shadow: none;
    outline: none;
}

.password-visible.open {
    background-position: 0 0;
}

a.button,
input[type=button].button,
input[type=submit] {
    background-image: linear-gradient(to bottom, #f6f6f6, #ddd);
    border: none;
    border-radius: 3px;
    box-shadow: 0 -2px 2px #fff inset, 0 1px 1px #aaa;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 10px 7px;
    position: relative;
    top: -1px;
    text-align: center;
    text-decoration: none;
}

a.button:hover,
input[type=button].button:hover,
input[type=submit]:hover {
    background-image: linear-gradient(to bottom, #fff, #ddd);
    box-shadow: 0 -2px 3px #fff inset, 0 1px 1px #aaa;
    color: #666;
}

a.button-xs,
input[type=button].button-xs,
input[type=submit].button-xs {
    font-size: 12px;
    padding: 4px 8px;
}

a.button-xl,
input[type=submit].button-xl {
    font-size: 16px;
    padding: 10px 15px;
}

a.button-orange,
a.button-orange:hover,
input[type=submit].button-orange {
    background: #fd6209;
    box-shadow: none;
    color: #fff;
}

input[type=submit].button-orange {
    background: #fd6209;
    box-shadow: none;
    color: #fff;
}

input[type=submit].button-green {
    background: #1c948a;
    box-shadow: none;
    color: #fff;
}

input[type=submit].button-blue {
    background: #5ec5be;
    box-shadow: none;
    color: #fff;
}

input.error {
    background: #fff4f4;
    display: inline-block;
    margin-top: 0;
}

a.button-blank,
input[type=submit].blank {
	background: none;
	box-shadow: none;
	border: 1px solid #aaa;
}

a.button-blank:hover,
input[type=submit].blank:hover {
	background: none;
	border: 1px solid #777;
	box-shadow: none;
	color: #333;
}

a.button + a.button { margin-left: 10px; }
a.button + span { margin-left: 15px; }

.form-group {
    margin-bottom: 10px;
	position: relative;
}
.form-group em {
    color: #aaa;
    font-size: 12px;
}

.star-input {
    background: url('/i/stars-input.png') no-repeat;
    display: block;
    height: 16px;
}

.star-input input {
    cursor: pointer;
    opacity: 0;
    margin-right: 3px;
    width: 17px;
}

.star-input.star5 { background-position: 0 0; }
.star-input.star4 { background-position: 0 -19px; }
.star-input.star3 { background-position: 0 -38px; }
.star-input.star2 { background-position: 0 -57px; }
.star-input.star1 { background-position: 0 -76px; }


.subnav {
    margin: 0 0 40px -10px;
}

.subnav li {
    display: inline;
    margin-right: 20px;
    padding: 4px 10px 6px;
}

.subnav li.active {
    background: #fd6209;
    box-shadow: 0 3px 4px #c24b07 inset;
}

.subnav li a {
    border-bottom: 1px solid #91b9e8;
    text-decoration: none;
}

.subnav li.active a { color: #fff; border-bottom-color: #ffac8f; }

.catalog-nav {
    float: left;
    margin-top: 36px;
    margin-left: -10px;
    position: relative;
    width: 17%;
}

.catalog-nav li {
    float: left;
    clear: both;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 2px;
    padding: 4px 10px 6px;
}

.catalog-nav li.active {
    background: #fd6209;
    box-shadow: 0 3px 4px #c24b07 inset;
}

.catalog-nav li a {
    border-bottom: 1px solid #91b9e8;
    text-decoration: none;
}

.catalog-nav li.active a { color: #fff; border-bottom-color: #ffac8f; }

.catalog-nav li.sub_type {
    padding: 2px 5px 4px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.catalog-nav li.sub_type a {
    border-bottom: 1px solid #91b9e8;
    text-decoration: none;
    font-size: 12px;
}
.catalog-nav li.sub_type.act a { color: #fd6209; border-bottom-color: #ffac8f; }

.catalog-items-container,
.catalog-model-container {
    float: right;
    vertical-align: top;
    width: 900px;
}

.catalog-items-container h1 {
    position: relative;
    top: -15px;
}

.bread-crumbs {
    background: url(/i/home.png) 0 1px no-repeat;
    color: #aaa;
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 14px;
}

.bread-crumbs a {
    margin: 0 6px;
}

.catalog-sort {
    float: right;
    font-size: 13px;
    position: relative;
    top: -10px;
    z-index: 1;
}

.catalog-sort select {
    display: inline-block;
    font-size: 13px;
    width: auto;
}

.catalog-filter {
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px;
    margin: -5px 0 30px;
    padding: 8px 15px 8px 90px;
    position: relative;
}

.catalog-filter > em {
    color: #aaa;
    font-style: normal;
    left: 15px;
    position: absolute;
    top: 12px;
}

.catalog-filter ul {
    float: left;
}

.catalog-filter ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 2px;
    position: relative;
    padding: 4px 8px 5px;
}

.catalog-filter ul li div {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    display: none;
    padding: 10px;
    position: absolute;
    top: 120%;
    z-index: 99;
}

.catalog-filter ul li div label {
    margin-right: 40px;
    white-space: nowrap;
}

.catalog-filter-price input[type=text] {
    display: inline-block;
    width: 60px;
}

.catalog-filter ul li div input[type=checkbox],
 .catalog-filter ul li div input[type=radio] { position: relative; top: 2px; }
.catalog-filter ul li div input.button { margin-top: 10px; }

.catalog-filter ul li span {
    color: #444;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}

.catalog-filter ul li span:hover {
    color: #f26522;
}

.catalog-filter ul li span:after {
    background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 9 5%22%3E%3Cpath d=%22M8.251 0 4.5 3.572.75 0 0 .715 3.75 4.286 3.75 4.286 4.5 5 9 .715z%22/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    opacity: .1;
    right: 0;
    top: 2px;
    width: 11px;
}

.catalog-filter ul li span:hover:after { opacity: 1; }

.catalog-filter ul li.active {
    border: 1px solid #f26522;
    border-radius: 4px;
    padding: 3px 7px 4px;
}

.catalog-filter ul li.active .cancel {
    font-size: 17px;
    line-height: 1;
    position: absolute;
    right: 4px;
    text-align: center;
    text-decoration: none;
    top: 3px;
}

.catalog-filter ul li.active span:after {
    display: none;
}

.catalog-filter ul li.active span {
    color: #f26522;
}

.adaptive-sort {
    float: right;
    font-size: 13px;
    position: relative;
}

.adaptive-sort {
    display: inline-block;
    margin-top: 5px;
    width: auto;
}

.adaptive-sort label { font-size: 13px; margin: 0; }
.adaptive-sort input { position: relative; top: 2px; }

.adaptive-sort span {
    border-radius: 20px;
    border: 1px solid #1c82d9;
    color: #1c82d9;
    cursor: help;
    font-size: 11px;
    height: 18px;
    display: inline-block;
    line-height: 8px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
}
.adaptive-sort span:hover {
    border-color: #333;
    color: #333;
}

.adaptive-help {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    display: none;
    padding: 10px 15px;
    position: absolute;
    right: -12px;
    top: 130%;
    width: 300px;
    z-index: 99;
}

.catalog-items {
    margin-bottom: 30px;
}

.catalog-items li {
    display: inline-block;
    height: 400px;
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
    vertical-align: top;
    width: 200px;
    z-index: 1;
}

.catalog-items li.hover { z-index: 5; }

.catalog-items li:not(:nth-child(4n)) { margin-right: 32px; }

.catalog-items li .item-hover {
    background: none;
    box-shadow: none;
    left: -15px;
    min-height: 420px;
    min-width: 230px;
    position: absolute;
    padding: 15px;
    right: auto;
    top: -15px;
    z-index: 1;
}

.catalog-items li .item-hover .price,
.catalog-items li .item-hover > a { visibility: hidden; display: block; width: 200px; }

.catalog-items li.right .item-hover { right: -15px; left: auto; }

.catalog-items li.hover .item-hover {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.catalog-items li.hover .sizes { visibility: visible; }

.catalog-items li .item-main {
    position: relative;
    z-index: 2;
}

.catalog-items li .img-container {
    background: #fff;
    box-shadow: 0 1px 1px #ebf2f3;
    display: block;
    height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 200px;
}

.catalog-items li .img-container img { margin: 10px; }

.catalog-items .badges {
    top: -9px;
    left: -8px;
    position: absolute;
}

.catalog-items .badges span { 
	display: block;
	margin-top: 5px;
    width: max-content;
}

.catalog-items .badges.sale {
	top: -9px;
    right: 0px;
    position: absolute;
    left: auto;	
}

.catalog-items .badges.sale span {
	border-radius: 20px;
    font-size: 10px;
    line-height: 35px;
	width: 40px;
    height: 40px;
    text-align: center;
	cursor: auto;
}

.catalog-items .thumbs { position: relative; }

.catalog-items .thumbs a { border-bottom: none; transition: none; }

.catalog-items .thumbs img {
    background: #eee;
    display: block;
    height: 70px;
    width: 47px;
    margin: 0 4px 7px 0;
}

.catalog-items .thumbs-side {
    height: 300px;
    visibility: hidden;
    margin-bottom: 10px;
    padding: 0 0 0 204px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.catalog-items li.right .thumbs-side { direction: rtl; padding: 0 204px 0 0; }

.catalog-items .thumbs-side-col-1,
.catalog-items .thumbs-side-col-2,
.catalog-items .thumbs-side-col-3,
.catalog-items .thumbs-side-col-4,
.catalog-items .thumbs-side-col-5,
.catalog-items .thumbs-side-col-6,
.catalog-items .thumbs-side-col-7,
.catalog-items .thumbs-side-col-8,
.catalog-items .thumbs-side-col-9,
.catalog-items .thumbs-side-col-10 {
    display: inline-block;
    width: 51px;
    vertical-align: top;
}

.catalog-items li.hover .thumbs-side,
.catalog-items li.hover .thumbs img.hide { visibility: visible; }
.catalog-items li.hover .img-container { box-shadow: none; }
.catalog-items li.hover .thumbs-bottom span { display: none; }

.catalog-items .price { color: #333; margin-top: 4px; }
.catalog-items .price strong { font-size: 15px; }

.catalog-items .sizes { visibility: hidden; width: 200px; }
.catalog-items .sizes p { color: #666; font-size: 12px; margin: 10px 0 0 0; }
.catalog-items .sizes a {
    color: #111;
    font-size: 11px;
    margin-right: 6px;
    text-decoration: none;
	transition: none;
}

.catalog-items .right .sizes { float: right; }

.catalog-items .sizes a:hover { color: #f26522; }

.paging {
    margin-bottom: 60px;
    text-align: center;
}
.paging a {
    font-size: 15px;
    padding: 6px 8px;
}
.paging .active {
    background: #fd6209;
    border-bottom-color: #ffac8f;
    box-shadow: 0 3px 4px #c24b07 inset;
    color: #fff;
    line-height: 2;
}

.paging .prev { float: left; padding: 6px 0; }
.paging .next { float: right; padding: 6px 0; }

.model-page-body {
    /*background: #fff;*/
    margin-top: -15px;
    padding-top: 15px;
    position: relative;
}

.model-container {
    margin-bottom: 40px;
}

.model-photo-container {
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 405px;
}
.model-main-photo {
    height: 600px;
    width: 400px;
    }

.model-main-photo li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.model-main-photo li:first-child {
    position: relative;
    display: block;
    float: left;
}

.model-main-photo img {
    border: 2px solid #e9f4f4;
    box-sizing: content-box;
}

.zoom-photo {
    left: 410px;
    position: absolute;
    top: 0;
}


#easy-zoom {
    background: #fff;
    border: 2px solid #e9f4f4;
    color: #333;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 400px;
    text-align: center;
    width: 490px;
    z-index: 99;
}


.model-info {
    float: right;
    font-size: 14px;
    margin-bottom: 50px;
    position: relative;
    width: 450px;
}

.model-info h1 {
    color: #1c948a;
    font-size: 25px;
    text-transform: uppercase;
}

.model-info-costume { margin-top: 25px; }
.model-info-costume > a {
    background: url('/i/add-to-suits.png') 15px 10px no-repeat;
    border: 1px dashed #ddd;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 10px 12px 50px;
    width: 250px;
}

.tech-descr h3 {
    color: #1c82d9;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed #5daade;
}

.tech-descr p { display: none; }

h1 {
    color: #315f5b;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 30px;
    position: relative;
    top: -4px;
}

h2 {
    color: #315f5b;
    font-weight: normal;
    position: relative;
}

h3 {
    color: #777;
    font-weight: normal;
    margin-bottom: 10px;
}

.content-wide h1 {
    font-size: 30px;
    margin: 0 0 20px;
}

.backward {
    font-size: 13px;
    left: 0;
    position: absolute;
    top: -36px;
}

.info-group {
    margin: 30px 0;
	position: relative;
}

.info-group p {
    margin: 8px 0;
}

.model-info .price {
    font-size: 39px;
    margin-top: -5px;
}

.model-info .price p { font-size: 14px; }
.model-info .price p.personal { margin-top: 20px; }

.model-info .no-return {
    background: #fffede;
    color: #fd6209;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-left: -2px;
    margin-top: 20px;
    padding: 2px;
}

.model-info .price span {
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
}

.model-info .price .old {
    color: #777;
    font-size: 20px;
    text-decoration: line-through;
}

.model-info .price small {
    font-size: 22px;
}

.model-info .price em {
    color: #777;
    display: inline-block;
    font-style: normal;
    font-size: 11px;
    margin-left: 20px;
    position: relative;
    top: -4px;
    width: 160px;
}

.model-info-colors select {
    margin-right: 10px;
    width: 170px;
}

.model-info-colors li,
.model-thumbnails li {
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
}

.model-info-colors .carousel-wrapper {
    position: relative;
    width: 350px;
}

.model-info-colors .carousel {
    overflow: hidden;
    width: 350px;
}

.model-info-colors .carousel-wrapper .prev,
.model-info-colors .carousel-wrapper .next {
    position: absolute;
    text-decoration: none;
    top: 45px;
    z-index: 1;
}

.model-info-colors .carousel-wrapper .prev.inactive,
.model-info-colors .carousel-wrapper .next.inactive {
    color: #ccc;
    cursor: default;
}

.model-info-colors .carousel-wrapper .prev { left: -25px; }
.model-info-colors .carousel-wrapper .next { right: -25px; }

.model-info-colors .carousel ul {
    position: relative;
    white-space: nowrap;
}

.model-info-colors ul,
.model-thumbnails ul { margin-top: 6px; }

.model-info-colors li img,
.model-thumbnails li img { border: 2px solid #e9f4f4; }

.model-info-colors li.active img { border-color: #fa5b0c; cursor: default; }
.model-info-colors li:not(.active) a:hover img { border-color: #d7eaf4; }
.model-info-colors li.not-available img { transition: all 1s ease; }
.model-info-colors li.not-available { position: relative; }
.model-info-colors li.not-available a:hover img {
    -webkit-filter: grayscale(100%);
}

.model-info-colors li.not-available a:after {
    background: rgba(256, 256, 256, .5);
    content: 'нет в наличии';
    color: #777;
    display: block;
    font-size: 9px;
    left: 2px;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    z-index: 1;
}

.model-info-colors li.not-available a:hover:after {
    background: rgba(256, 256, 256, .8);
    color: #222;
}

.model-thumbnails li._here img { border-color: #ddd; }
.model-thumbnails li._here a { cursor: default; }

.model-info-sizes-to-custom label,
.model-info-heights-to-custom label,
.model-info-heights label,
.model-info-sizes label {
    background: #fff;
    border: 1px dashed #fa5b0c;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    padding: 6px;
}
.model-info-sizes-to-custom p,
.model-info-heights-to-custom p,
.model-info-heights p,
.model-info-sizes p { margin-top: 2px; }

.model-info-sizes-to-custom label.not-available,
.model-info-heights-to-custom label.not-available,
.model-info-heights label.not-available,
.model-info-sizes label.not-available {
    background-image: url('/i/size-inactive.jpg');
    border: 1px solid #ccc;
    color: #aaa;
    padding: 7px;
}
.model-info-sizes-to-custom label.active,
.model-info-heights-to-custom label.active,
.model-info-heights label.active,
.model-info-sizes label.active {
    background: #fa5b0c;
    border-color: #fa5b0c;
    color: #fff;
    cursor: default;
}

.model-info-sizes-to-custom label.tocustom,
.model-info-heights-to-custom label.tocustom,
.model-info-heights label.tocustom,
.model-info-sizes label.tocustom { 
	border-color: #5ec5be; 
}

.model-info-heights-to-custom label.tocustom.active,
.model-info-sizes-to-custom label.tocustom.active,
.model-info-heights label.tocustom.active,
.model-info-sizes label.tocustom.active {
    background: #5ec5be;
    border-color: #5ec5be;
}

.model-info-sizes-to-custom label.not-available.active,
.model-info-heights-to-custom label.not-available.active,
.model-info-heights label.not-available.active,
.model-info-sizes label.not-available.active {
    background: #888;
    border-color: #777;
}

.model-info-sizes-to-custom input,
.model-info-heights-to-custom input,
.model-info-heights input,
.model-info-sizes input {
    position: absolute;
    visibility: hidden;
}

#buy,
#to-basket {
    width: 200px;
}

.size-help a { margin-left: 10px; text-decoration: none; }

.size-params-box {
    background: #fff;
    border: 1px solid #fa5b0c;
    box-shadow: 0 2px 10px #eee;
    display: none;
    font-size: 11px;
    margin: -38px 0 -20px 0;
    padding: 10px 18px;
    position: absolute;
    width: 220px; 
    z-index: 99;
    left: -102px;
    bottom: 67px;
	line-height: 1.5;
	/*top: 6px;*/
}
.size-params-box.tocustom {
	border-color: #5ec5be;
}
.size-params-box.open { animation: fadein .2s; }

@keyframes fadein {
    0% { opacity: 0; margin-left: -10px; }
    100% { opacity: 1; margin-left: 0; }
}

.size-params-box:before, .size-params-box:after {
    border-style: solid;
    border-width: 12px 12px 0;
    content: "";
    display: block;
    left: 96px;
    position: absolute;
    width: 0;
}
.size-params-box.tocustom:before, .size-params-box.tocusom:after {
	border-color: #5ec5be transparent;
}
.size-params-box:after {
    border-color: #fff transparent;
    bottom: -11px;
}
.size-params-box:before {
    border-color: #fa5b0c transparent;
    bottom: -12.5px;
}

.tocustom-text {
    background: #fff;
    border: 1px solid #e9f4f4;
    box-shadow: 0 2px 10px #eee;
    display: none;
    font-size: 12px;
    margin: -38px 0 -20px 0;
    padding: 10px 18px;
    position: relative;
    width: 315px;
}

.tocustom-text.open { animation: fadein .3s; }

@keyframes fadein {
    0% { opacity: 0; margin-left: -10px; }
    100% { opacity: 1; margin-left: 0; }
}

.tocustom-text:before,
.tocustom-text:after {
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    display: block;
    left: 28px;
    position: absolute;
    width: 0;
}

.tocustom-text:before { border-color: #e9f4f4 transparent; top: -12px; }
.tocustom-text:after { border-color: #fff transparent; top: -11px; }


.not-available-text {
    display: none;
}

.not-available-text em {
    color: #777;
    font-size: 12px;
    font-style: normal;
}

.not-available-text input[type=text] {
    margin-right: 10px;
    position: relative;
    top: 1px;
    width: 250px;
}

.model-descr p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.model-info dl {
    font-size: 13px;
}

.model-info dt {
    color: #999;
    height: 20px;
    overflow: visible;
    width: 22%;
}

.model-info dd {
    color: #333;
    line-height: 1.5;
    margin: -22px 0 10px 22%;
    width: 78%;
}

.model-comment {
    width: 100%;
}

.content .comment-list { margin: 0; }
.content .comment-list li {
    background: none;
    margin: 0;
    padding-left: 0;
}

.comment-list {
    margin-top: 10px;
}

.comment-list li {
    border-bottom: 1px solid #d2eae8;
    font-size: 13px;
    padding: 20px 0 20px 120px;
    position: relative;
}
.comment-list .date {
    color: #999;
    margin-right: 10px;
}

.comment-list .stars {
    background: url('/i/stars.png') no-repeat;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 67px;
}

.comment-list .stars.star5 { background-position: 0 0; }
.comment-list .stars.star4 { background-position: 0 -14px; }
.comment-list .stars.star3 { background-position: 0 -28px; }
.comment-list .stars.star2 { background-position: 0 -42px; }
.comment-list .stars.star1 { background-position: 0 -56px; }

.comment-list p {
    line-height: 1.5;
    margin-top: 10px;
}

.comment-list p.answer {
    background: #fff;
    color: #444;
    margin-left: 30px;
    padding: 10px;
}

.comment-list li:last-child {
    border-bottom: none;
}

.comment-list.comment-question li { padding-left: 0; }

.tabs {
    overflow: hidden;
    position: relative;
    width: 100%;
    zoom: 1;
}

.tabs dt {
    background: #e8f0f5;
    border: 2px solid #e8f0f5;
    border-bottom: 0;
    color: #99c7c3;
    cursor: pointer;
    float: left;
    height: 37px;
    line-height: 2.2;
    margin-right: 5px;
    padding: 0 15px;
    position: relative;
}

.tabs dt.active {
    border-color: #1c948a;
    color: #1c948a;
    background: #fff;
    z-index: 3;
    cursor: auto;
}

.tabs dd {
    border-top: 2px solid #1c948a;
    display: none;
    float: right;
    width: 100%;
    margin: 35px 0 0 -100%;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.tabs dd.active { display: block; }


.recent {
    height: 410px;
    padding-top: 30px;
}

.recent .tabs dt.active {
    background: #F7FBFB;
}

.recommended-offers .items-line li,
.recent .items-line li {
    vertical-align: top;
}
.recent .items-line li {
	margin-right: 24px;
}
.recommended-offers .items-line li {
	margin-right: 30px;
}

.recommended-offers .itemsline-prev, 
.recommended-offers .itemsline-next {
    background: #f7fbfb;
    border-radius: 100px;
    display: block;
    font-size: 23px;
    height: 40px;
    line-height: 1;
    text-decoration: none;
	width: 40px;
	top: 100px;
}

.recommended-offers .itemsline-prev {
	float: left;
    position: relative;
	 padding: 8px 0 0 7px;
}
.recommended-offers .itemsline-next {
    float: right;
    position: relative;
	padding: 8px 0 0 10px;
}

.recommended-offers .itemsline-next:hover,
.recommended-offers .itemsline-prev:hover { background: #f26522; color: #fff; }

.recommended-offers .items-line {
    width: 972px;
    margin: 30px 60px 0 60px;
    overflow: hidden;
    position: relative;
}

.recommended-offers .items-line ul {
    position: relative;
    width: 2000em;
}

.content {
    margin-bottom: 60px;
    min-height: 500px;
    width: 75%;
}
.content-wide {
    width: 100%;
}

.body-cart header .search,
.body-cart header .basket,
.body-cart .login,
.body-cart .social {
    display: none;
}

.body-cart-simple .top,
.body-cart-simple footer {
    display: none;
}

.cart-sort {
    font-size: 13px;
    float: right;
    margin-bottom: 15px;
    margin-top: -40px;
    position: relative;
    text-align: right;
}

.radio {
    display: inline;
}

.radio li {
    background: #fff;
    border: 1px solid #ccc;
    background: linear-gradient(to bottom,#fff,#efefef);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    cursor: default;
    display: inline-block;
    line-height: 24px;
    outline: none;
    padding: 0 8px;
}

.radio li:first-child { border-radius: 3px 0 0 3px; }
.radio li:last-child { border-radius: 0 3px 3px 0; }

.radio li.active {
    background: #315f5b;
    box-shadow: 0 3px 4px #12413d inset;
    border-color: #12413d;
    border-bottom-color: #315f5b;
    color: #fff;
}

.cart-bonuses-notice {
    font-size: 13px;
    float: right;
    margin: -110px 0 0 0;
    position: relative;
    width: 365px;
}

.cart-bonuses-notice p { margin-bottom: 5px; }
.cart-bonuses-notice em { color: #666; }

/*  Корзина  */

.cart-wrapper {
    margin-bottom: 50px;
}

.cart-block {
    background: #fff;
    margin: 5px 0;
    padding: 15px 25px;
}

.cart-stages {
    list-style: decimal;
    margin: 0 0 20px 20px;
}

.cart-stages li {
    color: #aaa;
    float: left;
    font-size: 13px;
    margin-right: 45px;
}

.cart-stages li.active {
    color: #111;
}

.cart-content {
    background: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 25px;
	position: relative;
}

.cart-content h3 {
    margin-bottom: 20px;
}

.cart-list {
    background: #fff;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.cart-list th {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    text-align: left;
}

.cart-list td:nth-child(1) { padding: 8px 2px 8px 16px; }

.cart-list td {
    border-top: 1px solid #eee;
    line-height: 1.4;
    padding: 10px 0;
    vertical-align: top;
}

.cart-list td.img {
    width: 120px;
}

.cart-list td.img img {
    display: block;
    max-width: 100px;
}

.cart-list td.price del {
    color: #777;
}
.cart-list td span {
    top: -1px;
}

.cart-wrapper em {
    color: #666;
    font: italic 13px Arial;
}

.cart-wrapper  .advice {
    background: #fff;
    margin: 5px 0;
    padding: 15px 25px;
    position: relative;
}

.cart-wrapper .advice div div {
    display: inline-block;
}
.cart-wrapper .advice p {
    font-size: 14px;
	margin-bottom: 5px;
}

.cart-wrapper  .advice_params { display: none; margin: 10px 0 0 19px; }
.cart-wrapper  .advice_params label { font-size: 12px; }

.cart-wrapper .advice_params input {
    display: block;
    margin-right: 10px;
    width: 80px;
}

.cart-list .count input[type=text] {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 32px;
}

.cart-list .inactive { opacity: .5; }
.cart-list .inactive * { color: #777; }
.cart-list .inactive .count input {
    visibility: hidden;
}

.cart-wrapper .count input[type=button] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: linear-gradient(to bottom,#fff,#efefef);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    height: 24px;
    outline: none;
    width: 24px;
}

.cart-total {
    background: #fff;
    margin: 5px 0;
    padding: 15px 25px;
    position: relative;
}

.promocode {
    float: left;
}
.promocode label { margin-right: 10px; }
.promocode input[type=text] {
    display: inline-block;
    margin-bottom: 0;
    width: 170px;
}

.promocode input[type=submit] {
    display: inline-block;
}

.order-total {
    float: right;
    position: relative;
    top: 4px;
}
.order-total strong { font-size: 16px; }

.summary {
    font-size: 13px;
    padding: 15px 0;
    text-align: right;
}

.summary a { float: left;  }

.summary input.didabled { }

.select-authform {
    float: left;
    width: 30%;
}

.select-authform p {
    color: #777;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.select-authform input {
    left: 0;
    position: absolute;
    top: 5px;
}


.select-authform label {
    color: #111;
    font-size: 17px;
}

.cart-authform {
    float: right;
    width: 65%;
}

.cart-authform form { width: 280px; }
.cart-authform p { margin-bottom: 10px; }

.col2 {
    display: block;
    float: left;
    width: 48.93617021276595%;
}

.cart3 label { position: relative; top: -2px; }
.confirm input[type=checkbox] { position: relative; top: 1px; }

.handling .payment { position: relative; }

.handling .payment p { width: 300px; }

.handling .payment .promo {
    background: url('/i/delivery-s.png') right no-repeat;
    color: #ed6011;
    padding-right: 23px;
}

.handling .free-delivery {
    color: #ed6011;
    font-size: 12px;
    line-height: 1.6;
    right: 10px;
    position: absolute;
    top: 6px;
    width: 150px;
    }
.handling .show_delivery_types.opened { 
	display: inline-block;
	margin-bottom: 20px;
}

.handling .payment .free-delivery p { width: auto; }

.handling .delivery p { margin-bottom: 20px; }
.handling .delivery p.hiddentype { margin-left: 20px; }
.handling .delivery p:last-child { margin-bottom: 0; }
.handling .payment p { margin-bottom: 10px; }

.handling .note {
    border: 1px dashed #ccc;
    box-shadow: 0 4px 8px #eee;
    font-size: 13px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.handling .delivery_loading {
	display: none;
    height: 400px;
    background-image: url(/i/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    position: relative;
}

.handling .delivery_loading div {
    position: absolute;
    left: 250px;
    top: 230px;
}

.handling .delivery label { font-size: 15px; }

.handling h3 { font-size: 17px; margin-bottom: 15px; }
.handling .qiwi-pick { margin-left: 20px; }
.handling select , .handling [type="text"] {
    display: block;
    margin: 2px 0 2px 20px;
    padding: 4px;
    width: 350px;
}
.handling input[type="text"]  {  
    height: 16px;
    width: 245px;
}

.handling select#pickpoint_mach {
    display: inline-block;
    margin-right: 10px;
    }

.handling a.pickpoint_open_map {
    background: url("/i/pickpoint_map.png") no-repeat;
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    top: 5px;
    left: 20px;
    }

.handling .duration {
    color: #444;
    font-size: 12px;
    margin-left: 20px;
}

.handling .input-note {
    display: block;
    line-height: 1.2;
    margin: -4px 0 0 19px;
}

.confirm .cart-list th { padding-top: 0; }
.confirm .cart-list td:nth-child(1) { padding: 8px 0; }

.confirm .checks {
    font-size: 15px;
    margin-top: 30px;
}

.confirm .checks .bonuses.count label { width: 210px; }
.confirm .checks .bonuses.count .input-xs { text-align: center; width: 80px; }

.confirm .checks .advice {
    margin: 40px 0 20px 0;
	padding: unset;
}

.confirm .advice_params { display: none; margin: 10px 0 0 19px; }
.confirm .advice_params label { font-size: 12px; }

.confirm .checks p { margin-bottom: 10px; }
.confirm .checks p:last-child { margin-bottom: 0; }

.confirm .callback {
    margin-bottom: 15px;
}

.confirm .checks p em {
    display: inline-block;
    font-size: 15px;
    width: 150px;
}

.confirm .advice_params input {
    display: block;
    margin-right: 10px;
    width: 80px;
}

.confirm .advice div div {
    display: inline-block;
}

.order-ok p { font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
.order-ok p:last-child { margin: 0; }

.confirm textarea {
    height: 60px;
    width: 70%;
}

label[for=term_agree] { margin-bottom: 0; }

.cart-block.igree {
    border: 1px solid #fd6209;
    padding: 14px 24px;
}

#quick-order-form,
#cart-reg-form { display: none; }

#cart-reg-form { position: relative; }

#cart-reg-form p:first-child {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 200%;
}

#cart-reg-form em.help {
    left: 290px;
    line-height: 1.3;
    position: absolute;
    width: 220px;
}

#cart-reg-form em.help a { font-family: "Arial"; }

#cart-reg-form label.error {
    font: 13px Verdana, sans-serif;
    position: absolute;
    left: 290px;
    margin-top: 2px;
    padding: 6px 10px;
    white-space: nowrap;
    z-index: 2;
}

.recommended-offers {
    margin-top: 40px;
}

.popup-quickview {
    display: none;
    margin-bottom: 0;
}

.popup-quickview .popup-content {
    margin: 50px auto 0 auto;
    width: 940px;
}

.popup-quickview .model-photo-container { margin-bottom: 0; }
.popup-quickview .model-main-photo a { cursor: default; }
.popup-quickview .model-info { margin-bottom: 0; }
.popup-quickview .model-info .info-group { margin: 25px 0; }

.popup-quickview .model-info .available p {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
    width: 160px;
}


.order-info input[type=submit] {
    margin: -10px 0 -10px 10px;
    position: relative;
}

.order-info em {
    color: #666;
    font-family: Arial, sans-serif;
    margin-left: 10px;
}

.order-info table {
    margin: 40px 0;
}

.order-info table td {
    vertical-align: top;
}


.content-form-blocks input[type=text],
.content-form-blocks input[type=password] {
    display: block;
    width: 270px;
}

.content-form-blocks .form-group {
    position: relative;
}

.content-form-blocks label.error {
    left: 280px;
    position: absolute;
    top: 16px;
}

.content-form table td {
    vertical-align: top;
}

.content-form .form-group {
    padding-left: 220px;
    position: relative;
}

.content-form p { margin: 0 0 15px 0 !important; }

.content-form label { left: 0; position: absolute; top: 6px; }

.content-form label.error {
    font-size: 11px;
    left: 500px;
    top: -5px;
}

.content-form input[type=text],
.content-form input[type=password] { width: 270px; }

.content-form textarea { height: 102px; }

.content-form .birthday-d,
.content-form .birthday-m,
.content-form .birthday-y { display: inline-block; }

.content-form .birthday-d select,
.content-form .birthday-m select,
.content-form .birthday-y select { width: 100%; }

.content-form .birthday-d { width: 75px; }
.content-form .birthday-m { width: 105px; }
.content-form .birthday-y { width: 80px; }

.content-form .password-visible {
    left: 460px;
}

.content-form .col-3 div {
    display: inline-block;
    width: 160px;
}

.content-form .col-3 input { width: 100%; }

.content-form .sizes div {
    display: inline-block;
    margin-right: 10px;
    width: 110px;
}

.content-form .sizes > label {
    top: 30px;
}
.content-form .sizes div label {
    font-size: 12px;
    position: static;
}

.content-form .sizes div input {
    width: 100%;
}

.content-form .sizes div.range input {
    width: 40%;
}

.content-form .button-xl { margin-top: 40px; }

.content-form .boxes div {
    display: inline-block;
    margin: 3px 10px 5px 0;
    
}

.content-form .boxes div label {
    position: static;
}
t
.content-form .boxes input {
    position: relative;
    top: 2px;
    width: auto;
}

.return-form { margin-right: 60px; }

.return-form table .form-group { padding-left: 0; }

.return-form table { margin-bottom: 20px; }
.return-form table th { padding: 5px 0; }
.return-form table td { border: none; line-height: 1.4; padding-right: 20px; }
.return-form table tr.inactive td { opacity: .5; }
.return-form table tr.inactive td:last-child { display: none; }
.return-form table strong { font-size: 15px; top: 5px; position: relative; }

.return-form select { margin-bottom: 10px; max-width: 400px; width: auto; }
.return-form textarea { display: none; height: 64px; }
.refund-tab { display: none; }
.refund-tab-0 { display: block; }

.cabinet-content-side {
    background: url('/i/v-shadow.png') top left no-repeat;
    left: 100%;
    min-height: 380px;
    position: absolute;
    padding: 95px 0 0 35px;
    top: 0;
    width: 260px;
}

.cabinet-content-side div {
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;
    width: 105px;
}

.cabinet-content-side div.promocode-share { margin-bottom: 0; margin-top: -20px; width: 225px; }

.cabinet-content-side div.promocode-share input[type=text] {
    background: #f43400;
    border: 1px dashed #ddd;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
    margin: 6px 0;
    padding: 2px 4px;
    width: 150px;
}

.cabinet-content-side div.promocode-share nobr {
    font-weight: bold;
}

#vk_share, #ok_share {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}

#vk_share { top: -6px; }
#vk_share div { margin: 0; width: auto; }
#vk_share * { box-sizing: content-box; }
#vk_share td a { font-size: 14px !important; padding: 4px !important; line-height: 14px !important; }
#vk_share td:last-child a { padding-left: 1px !important; }


.cabinet-content-side div a {
    position: relative;
    top: 6px;
}

.cabinet-content-side div strong {
    color: #f43400;
    font-size: 40px;
    left: 60px;
    letter-spacing: -3px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 200px;
}

.cabinet-content-side div strong.my-discount {
    background: url('/i/my-discount.png') no-repeat;
    color: #fff;
    font-size: 40px;
    height: 85px;
    left: 115px;
    padding-top: 23px;
    padding-right: 4px;
    top: -25px;
    width: 88px;
}



.cabinet-content-side div.my-bonus {
    padding-bottom: 40px;
}
.cabinet-content-side div .bonus-date {
    bottom: 0;
    color: #666;
    font-style: italic;
    left: 0;
    position: absolute;
    width: 250px;
}


.popup-content {
    opacity: 0;
    transition: all 0.2s ease-out;
    /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );*/
    transform: scale(0.8);
}

.no-scroll .popup-content {
    opacity: 1;
    transform: scale(1);
    /*transform: translateY(0) perspective( 600px ) rotateX( 0 ); */
}

.content .orders-list,
.content .message-list { width: 90%; }

.content .orders-list th,
.content .message-list th {
    color: #777;
    padding-bottom: 4px;
}

.content .message-list td { padding: 10px 0; vertical-align: top; }
.content .orders-list td { padding: 10px 0; vertical-align: top; }

.message-list .sms-send,
.message-list .email-send {
    background: url(/i/sms-email.png) 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    font-size: 9px;
    padding: 3px 0 0 20px;
    vertical-align: middle;
}

.message-list .email-send { background-position: 0 -31px; }

.message-list .new td { background: #fff; }
.message-list .new td div { font-weight: bold; }

#days-total span,
#delivery-cost span { font-weight: bold; }

.cart-total .em,
#delivery-cost small {
    border-left: 1px solid #eee;
    color: #666;
    display: block;
    font: italic 13px Arial, sans-serif;
    left: 340px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

form .no-input{
    font-size: 14px;
    font-style: italic;
}
a.toggle {text-decoration: none; border-bottom: 1px dashed;}


.cabinet-nav {
    color: #8c8c8c;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    width: 13%;
}

.cabinet-nav ul {
    margin: 15px 0 30px 0;
}

.cabinet-nav li {
    background: none;
    color: #333;
    margin: 15px 0;
    padding: 0;
}

.cabinet-nav .button {
    margin-left: -10px;
}

.cabinet-content {
    float: right;
    margin-bottom: 300px;
    width: 900px;
}

.costume-tocart {
    float: right;
    margin-top: 5px;
}

.costume-name { position: relative; width: 60%; }
.costume-name span { font-family: inherit; }

.costume-name em {
    background: url(/i/h1-edit.png) no-repeat;
    display: inline-block;
    height: 17px;
    margin-left: 12px;
    width: 17px;
    z-index: 1;
}

.costume-name input {
    background: none;
    border: 1px solid #f9fcfc;
    color: #315f5b;
    display: none;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    left: -17px;
    padding-left: 16px;
    position: absolute;
    top: -6px;
    z-index: 2;
}

.costume-name input:focus {
    background: #fff;
    border: 1px solid #ccc;
}

.empty-costume-message { }
.empty-costume-message p { margin: 5px 0; }

.costume-items {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

.cart-costume-item h4 { margin-bottom: 5px; }
.cart-costume-item .img a { text-decoration: none; }
.cart-costume-item .expand {
	border-bottom: 1px dashed #62B4F1;
	text-decoration: none;
}
.cart-costume-item .costume-items { display: none; }

.costume-items tr td:first-child { width: 100px; }
.costume-items tr td:last-child { width: 100px; }

.costume-items td {
    background: #fff;
    border-bottom: 1px solid #f9fcfc;
    font-size: 14px;
    padding: 12px 15px;
    vertical-align: top;
}

.costume-items img { border: 1px solid #ebf5f5; }

.costume-items h4 {
    font-weight: normal;
    margin-bottom: 10px;
}

.costume-items dl { font-size: 13px; }

.costume-items dl dt {
    clear: left;
    color: #666;
    float: left;
    width: 100px;
}

.costume-items p { margin: 5px 0; }

.costume-items dl dd {
    margin: 0 0 0 110px;
    padding: 0 0 2px 0;
}

.costume-items .price { font-size: 16px; }
.costume-items .price-sale { color: #f26522; }

.costume-items .price-old {
    color: #7c7c7c;
    text-decoration: line-through;
}

.costume-delete { top: 10px !important; }
.costume-delete + span {
	color: #7C7C7C;
	font-size: 13px;
	position: relative;
	top: 10px;
}

.costume-price-total { float: right; }
.costume-price-total > strong { font-size: 23px; font-weight: normal; }
.costume-price-total span {
    color: #7c7c7c;
    font-size: 14px;
}
.costume-price-total span > strong { color: #f26522; }


/* Окно для выбора индивидуального размера/ростовки в карточке товара */
.popup-customsize .popup-content {
    padding-right: 490px;
    width: 1080px;
}

.popup-customsize .customsize-main { padding: 25px 30px; }
.popup-customsize .customsize-main h3 { margin-bottom: 25px; }

.popup-customsize .customsize-main .customsize-radio {
    background: url('/i/customsize-icon.png') -5px 5px no-repeat;
    margin: 20px 0 20px 0;
    padding-left: 110px;
}
.popup-customsize .customsize-main .info-group { margin: 10px 0; }
.popup-customsize .customsize-main .info-group p { font-size: 14px; }

.popup-customsize .price {
    font-family: Arial, sans-serif;
    font-size: 39px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 40px;
}
.popup-customsize .price small { font-size: 22px; }
.popup-customsize .price .old {
    color: #777;
    font-size: 20px;
    text-decoration: line-through;
}
.popup-customsize .price p { font-size: 14px; }

.popup-customsize .price em {
    color: #777;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.4;
    margin-left: 30px;
    position: relative;
    top: -2px;
    width: 200px;
	font-size: 14px;
}

.popup-customsize .button {
    background-image: url('/i/addtocart.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 12px 23px 12px 50px; 
}

.popup-customsize .button:hover {
    background-image: url('/i/addtocart.png');
    background-color: #fc6c26;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.popup-customsize .customsize-descr {
    background: #f7fbfc;
    border: 1px solid #ebecee;
    height: 100%;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 490px;
}

.popup-customsize h4 {
    color: #777;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
}
input[type=button].button-to-custom {
    background: url(/i/sewing-tape.png) 12px 6px no-repeat;
    border: 1px dashed #0053af;
    color: #4579b7;
    box-shadow: none;
    padding: 6px 10px 6px 35px;
}
input[type=button].button-to-custom:hover {
    background: #fff url(/i/sewing-tape.png) 12px 6px no-repeat;
    box-shadow: none;
    color: #4579b7;
    border: 1px solid #91c6e8;
}

.model-info-tocustom em {
    display: inline-block;
    color: #777;
    font-style: normal;
    font-size: 12px;
    margin-left: 15px;
    position: relative;
    top: 4px;
    width: 160px;
}

.add-to-wishes a {
    background: url(/i/heart.png) 0 4px no-repeat;
    line-height: 1.4;
    padding: 2px 0 5px 30px;
    text-decoration: none;
}
/* ВА всплывающее окно в корзине (как правильно снять мерки) */
.advice .advice-box {
	background: #fff;
    border: 1px solid #55b4ae;
    box-shadow: 0 2px 10px #eee;
    display: none;
    font-size: 11px;
    margin: -38px 0 -20px 0;
    padding: 5px 5px;
    position: absolute;
    width: 500px;
    z-index: 99;
    left: -102px;
    bottom: 67px;
    line-height: 1.5;
	height: 260px;
}
.advice .advice-box :before, .advice .advice-box :after {
    border-style: solid;
    border-width: 12px 12px 0;
    content: "";
    display: block;
    left: 96px;
    position: absolute;
    width: 0;
}
.advice .advice-box :after {
    border-color: #fff transparent;
    bottom: -11px;
}
.advice .advice-box :before {
    border-color: #55b4ae transparent;
    bottom: -12.5px;
}
.advice .advice-box.open { animation: fadein .2s; }

@keyframes fadein {
    0% { opacity: 0; margin-left: -10px; }
    100% { opacity: 1; margin-left: 0; }
}

.advice .advice-box img{
	float: left;
	padding-right: 10px;
}

/* ВА Бэйджики для распродажи и специальных акций */
.model-info .price.promo {
    margin-top: -15px;
    margin-bottom: -12px;
}

.model-info .price.promo span {
    color: #fd6209;
}
.model-info .price.promo small {
	color: #fd6209;
}

.model-info .price p.promo_badge {
    margin: 0 0 0;
    border: 1px dashed #fd6209;
    width: auto;
    color: #fd6209;
    padding: 2px 10px 2px 10px;
    display: inline-block;
}
.model-info .price p.timer {
    font-size: 11px;
    margin: 3px 5px -4px;
}

.content .comment-list li.promo {
	text-align: center;
}
.comment-list li.promo:first-child {
    padding: 0;
}
.content.promo {
    width: auto;
}
.content.promo p {
    font-size: 15px;
}
.catalog-items li .item-hover .promo {
	font-size: 9.5px;
	color: #f26522;
	width: 200px;
	visibility: hidden;
}
.catalog-items li.hover .item-hover .promo {
	visibility: visible;
}
.catalog-items .right .item-hover .promo {
    float: right;
}
.catalog-items .badges.promo {
    top: 275px;
}
.badge.promo {
    background: #f26522;
    color: white;
}
.slider-wrapper.bottom {
	margin-top: -15px;
}
.update_city {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    color: #666;
    display: none;
    left: 610px;
    padding: 5px 0 5px 0;
    position: absolute;
    top: 55px;
    vertical-align: top;
    white-space: nowrap;
    z-index: 9;
}
.update_city  div {
	padding: 5px 15px;
}
.update_city  input[type="text"]{
	height: 25px;
	margin: 2px 0 2px 2px;
}
