* {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    }
@font-face {
    font-family: "CuprumRegular";
    src: url("CuprumRegular.eot");
    src: url("CuprumRegular.eot-#iefix")format("embedded-opentype"),
    url("CuprumRegular.woff") format("woff"),
    url("CuprumRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "CuprumBold";
    src: url("CuprumBold.eot");
    src: url("CuprumBold.eot-#iefix")format("embedded-opentype"),
    url("CuprumBold.woff") format("woff"),
    url("CuprumBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body {
    color: white;
    width: 100%;
    font-family: "CuprumRegular";
    background-image:url("bg.jpg");
    background-position:top center;
    margin:0;
    font-size:18px;
    overflow-x:hidden;
}
input, textarea {
    font-family: "CuprumRegular";
    max-width:100%;
}
ul, ol, p, a, li, h1, h2, h3,input, textarea {
    padding:0;
    margin:0;
}
li {
    list-style:none;
}
a {
    color:red;
    text-decoration:none;
}
div.inner {
    display:block;
    max-width:1100px;
    width:99%;
    margin:0 auto;
}
.button {
    display:inline-block;
    width:auto;
    color:black;
    margin:20px auto;
    border:0;
    padding:10px 20px;
    border-radius: 10px;
    background-color: #017EC6;
    font-size:30px;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
    cursor:pointer;
    outline:none;
}
.button:hover {
    color:white;
}
div.header {
    position:relative;
    margin:0px 0 0;
}
div.header div.menu ul:after,
div.header div.menu ul:before,
div.header div.warning:after,
div.header div.warning:before{
    position:absolute;
    display:block;
    content:"";
    top:0;
    width:1000%;
    height:100%;

}
div.header div.menu ul:after,
div.header div.menu ul:before {
    background-color:rgba(255,255,255,.8);
}
div.header div.menu ul:after,
div.header div.warning:after {
    left:0;
    margin-left:-1000%;
}
div.header div.menu ul:before,
div.header div.warning:before {
    right:0;
    margin-right:-1000%;
}
div.header div.menu {
    position:relative;
    background-color:rgba(255,255,255,.8);
    white-space: nowrap;
    display: table;
}
div.header div.menu ul {
    display:table;
    min-height:54px;
}
div.header div.menu ul li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
}
div.header div.menu ul li.logo {
    position:relative;
    font-size:30px;
    text-transform:uppercase;
}
div.header div.menu ul li.logo:before {
    position:absolute;
    content:"";
    left:-40px;
    z-index:999;
    top:50%;
    margin-top:-19px;
    width:36px;
    height:38px;
    background-image:url("logo.gif");
}
div.header div.menu ul li.logo a {
    font-size:28px;
}
div.header div.menu ul li.logo:hover {
    background:transparent;
}
div.header div.menu ul li.logo:hover a {
    color:black;
}
div.header div.menu ul li:hover,
div.header div.menu ul li.selected:not(.logo) {
    background-color: #74B3E0;
}
div.header div.menu ul li:hover a,
div.header div.menu ul li.selected:not(.logo) a {
    color:white;
}
div.header div.menu ul li a {
    color:black;
    display:block;
    padding:10px 7px;
    font-size:16px;
    font-family: "CuprumBold";
}
div.header div.warning,
div.header div.warning:after,
div.header div.warning:before {
    background-image:url("warning_bg.gif");
    background-color:#f02b2b;
    background-repeat:repeat-x;
    background-position:top center;
}
div.header div.warning {
    position:relative;
    text-align:center;
    padding:10px;
    font-size: 20px;
}
/*
div.logo {
	position:absolute;
	display:table;
	width:142px;
	height:143px;
	background-image:url('logo.png');
	z-index:99;
	top:-50px;
	}
div.logo div.wrap {
	display:table-cell;;
	height:142px;
	vertical-align:middle;
	text-align:center;
	}
div.logo div.wrap a {
	margin-top: 32px;
	display: block;
	color:black;
	font-size:25px;
	}

div.logo div.wrap span.name {
	display:block;
	font-size:40px;
	font-family: "CuprumBold";
	}
*/
section.index div.cities ul,
section.index div.districts ul {
    margin:20px 0;
    text-align:center;
}
section.index div.cities ul li,
section.index div.districts ul li {
    display:inline-block;
    margin:10px 5px;
}
section.index div.cities ul li.selected a,
section.index div.districts ul li.selected a,
section.index div.cities ul li:hover a,
section.index div.districts ul li:hover a {
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    color:white;
}
section.index div.cities ul li a,
section.index div.districts ul li a {
    display:block;
    padding:16px 20px;
    background: #EAEAEA none repeat scroll 0% 0%;
    text-align: center;
    border-bottom: 3px solid #AFAEAE;
    border-radius: 5px;
    color:black;
}
section.index div.districts ul li a {
    font-size:14px;
}
section.index div.products {
    width:100%;
}
section.index div.products ul li.placeholder {
    padding: 0;
    content: "";
    outline:none;
}
section.index div.products ul li div.wrap {
    margin:10px;
}
section.index div.products ul {
    text-align:justify;
}
section.index div.products ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
section.index div.products ul li {
    text-align:center;
    display:inline-block;
    color:black;
    width:250px;
    vertical-align:top;
    margin:20px;
    background:white;
    outline-width: 7px;
    outline-color:rgba(116, 174, 221, 0.8);
    outline-style: solid;
}
section.index div.products ul li:hover {
    outline-color:rgba(116, 174, 221, 1);
}
section.index div.products ul li div.wrap div.name {
    font-size:22px;
    min-height:66px;
}
section.index div.products ul li div.wrap div.price {
    font-size:40px;
    margin-bottom:10px;
}
section.index div.products ul li div.wrap div.size span.bold,
div.hidden-logo {
    font-family: "CuprumBold";
}
section.index div.products ul li div.wrap div.size,
section.index div.products ul li div.wrap div.buy {
    display:inline-block;
    width:48%;
}
section.index div.products ul li div.wrap div.size {
    font-size:15px;
}
section.index div.products ul li div.wrap div.buy {
    text-align:right;
}
section.index div.products ul li div.wrap div.buy a {
    display:inline-block;
    width: 95px;
    height: 35px;
    line-height:34px;
    text-align:center;
    background:url("btn_sale.png");
    color:black;
}
section.index div.products ul li div.wrap div.buy a:hover {
    color:white;
}
section:not(.index) {
    width:95%;
    margin:50px auto;
    background:white;
    box-shadow: 0px 0px 20px #000;
    border-radius: 7px;
    text-align:center;
    color:black;
}
section:not(.index) h1 {
    font-size:35px;
    margin-bottom:10px;
}
section:not(.index) div.wrap {
    padding:20px;
}
section.check div.wrap form.grey {
    background-color: #D5D5D5;
    border-radius: 7px;
    margin-top:20px;
    padding:20px;
}
section.check div.wrap form.grey ul li:first-of-type {
    font-size:30px;
}
section.check div.wrap form.grey ul li input {
    font-size:30px;
    outline:none;
    margin:10px 0;
}
section.check div.wrap form.grey ul {
    margin-bottom:25px;
}
section.reviews {
    text-align:center;
}
section.reviews ul li.review {
    width:100%;
}
section.reviews ul li div.left {
    text-align:left;
}
section.reviews ul li div.right {
    text-align:right;
}
section.reviews ul li div.left,
section.reviews ul li div.right {
    width:49%;
    display:inline-block;
}
section.reviews ul li div.left div.review-name {
    display:inline-block;
    font-size:25px;
    font-weight:bold;
    /*margin-right:10px;*/
}
section.reviews ul li div.left div.review-name:after {
    /*content:"-";
    margin-left:12px;*/
}
section.reviews ul li div.left div.review-date {
    display:inline-block;
    font-style:italic;
}
section.reviews ul li div.review-main {
    margin:15px 0 30px;
    border-top:2px solid #67BF30;
    padding:15px 20px 0;
    text-align:left;
}
section.pager div.paginator {
    text-align:center;
}
ul.yiiPager {
    font-size:26px !important;
}
ul.yiiPager a {
    border:0px !important;
}
ul.yiiPager a:hover {
    background: #67BF30;
    color:white !important;
}
ul.yiiPager .selected a {
    background:#67BF30 !important;
}
section.universal h1 {
    text-align:center;
}
section.universal div.wrap {
    text-align:left;
}
section.universal img {
    max-width:100%;
}
span.light {
    color:black;
    font-weight:bold;
    /*display:block;*/
    margin:20px 0;
    /*text-transform:uppercase;*/
    font-size:35px;
    word-break: break-word;
}
span.bg {
    display: inline-block;
    margin-left:5px;
    padding: 5px 10px;
    background: #0089E0 none repeat scroll 0% 0%;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
}
section.buy {
    font-size:25px;
}
.mr10 {
    margin:0 10px 0 0;
    }
.ml10 {
    margin:0 10px 0;
    }
.mr5 {
    margin:0 5px 0 0;
    }
.ml5 {
    margin:0 5px 0;
    }
div#userpanel {
    background-color: rgba(255,255,255,.8);
    font-size:14px;
    padding:3px;
    text-align:right;
    color:black;
    border-bottom: 1px solid #bfbfbf;
    }
div#userpanel a {
    color:black;
    }
section.cap a {
    display:block;
    text-transform:uppercase;
    color:black;
    font-size:25px;
    }
section.cap h1 {
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    margin-bottom: 30px;
    }
section.cap span.or {
    margin:20px 0;
    display:block;
    }
section.cabinet {
    text-align:left;
    }
section.cabinet .pager {
    margin-top:20px;
    }
section.cabinet .pager a {
    line-height:normal;
    font-size:16px;
    }
section.cabinet table.orders {
    margin:20px 0 0;
    text-align:left;
    width:100%;
    }
section.cabinet table.orders > thead {
    background:#D5D5D5;
    }
section.cabinet table.orders {
    border-collapse:collapse;
    border:1px solid #949494;
    }
section.cabinet table.orders  td,
section.cabinet table.orders > thead th {
     border:1px solid #949494;
     padding:5px;
    }
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    }
section.cap,
section.login,
section.registration {
    width:400px !important;
    }
section.login input[name=login],
section.registration input[name=registration] {
    margin:10px auto;
    }
section.addreview,
section.login,
section.registration {
    text-align:center;
}
section.addreview ul li:first-of-type,
section.login ul li:first-of-type,
section.registration ul li:first-of-type {
    text-align:left;
    margin-bottom:5px;
    font-weight:bold;
    font-size:20px;
}
section.addreview ul li input,
section.addreview ul li textarea,
section.login ul li input,
section.registration ul li input {
    width:98%;
    margin:0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
    font-size:25px;
    padding:0 10px;
}
section.addreview ul li textarea {
    height:300px;
}
section.addreview ul,
section.login ul,
section.registration ul {
    margin-bottom:30px;
}
section.addreview ul:last-of-type,
section.login ul:last-of-type
section.registration ul:last-of-type {
    margin:0 0 20px;
}
section.addreview li.captcha,
section.login li.captcha,
section.registration li.captcha {
    position:relative;
}
section.addreview li.captcha img,
section.login li.captcha img,
section.registration li.captcha img {
    position:absolute;
    right:4px;
    top:0;
}
section.addreview li div.review-form-rating {
    text-align:left !important;
}
.tinynav, div.hidden, ul.hidemenu {
    display:none;
}
ul.hidemenu li {
    width:90%;
    padding:20px 0;
    font-size:25px;
    background:white;
    margin:0 auto 20px;
    text-transform:uppercase;
    outline-width: 7px;
    outline-color: rgba(116, 174, 221, 0.8);
    outline-style: solid;
}
section.addreview .errorSummary {
    border-bottom: 5px dashed white;
    margin-bottom: 50px;
}
section.addreview .errorSummary p {
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:20px;
}
section.addreview .errorSummary li{
    width:100% !important;
    display:list-item !important;
    text-align:left  !important;
    margin-bottom:20px;
}
section.addreview .errorSummary li:last-of-type {
    margin-bottom:0;
}
section.addreview .errorSummary li:before {
    content:"! ";
    color:red;
    font-weight:bold;
}
select.tinynav {
    width:98%;
    font-size:25px;
    padding:10px 0;
    margin:0 auto 10px;
}
ul.hidemenu li a {
    color:black;
}
div.hidden-logo a {
    color:white;
    display:block;
    font-size:35px;
    margin:20px 0;
}
.tinynav, div.hidden, ul.hidemenu {
    padding-top:7px;
}
section.login .errorSummary,
section.registration .errorSummary {
    text-align:left;
    margin:0 0 20px;
    border-radius:10px;
    background:#D5D5D5;
    padding:10px;
    }
section.login .errorSummary li,
section.registration .errorSummary li {
    display:block;
    font-size:16px !important;
    font-weight:normal !important;
    margin:0 !important;
    }
section.login .errorSummary p,
section.registration .errorSummary p {
    font-size:18px !important;
    font-weight:bold;
    }
section.login .errorSummary ul,
section.registration .errorSummary ul {
    margin:0 !important;
    }
section.login .button, section.registration .button {
    margin:0 auto;
    }
div.flash {
    background: #67BF30;
    color:white;
    padding:10px;
    border-radius:5px;
    margin:0 0 20px;
    }
div.flash.flash-error {
    background-color: red;
    color:white;
    }
div.more_nav {
	display:none;
}
a.more_btn:after {
    content: "\2193";
    margin: 0 10px 0;
}
div.more_nav {
	position:absolute;
	background:rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.9);
	border:3px solid rgba(255,255,255,1);
	border-radius:10px;
	right:0px;
	padding:10px;
	z-index:999999;
	display:none;
	}
div.more_nav li {
	display:block !important;
	margin:0 0 5px;
	text-align:left;
	white-space: nowrap;
    line-height:normal;
	border-bottom:1px dashed white;
	}
div.more_nav li:hover {
	border-bottom:1px dashed red;
    background-color:transparent !important;
}
div.more_nav li:hover a {
	color:red !important;
}
div.more_nav li a {
	font-size:18px !important;
    padding:0 !important;
    margin:0;
	text-transform:uppercase;
}
div.more_nav li:last-of-type {
	border:0;
	margin:0;
	padding:0;
	}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
@media (max-width:768px) {
    div.logo,
    div.menu,
    ul#cities,
    ul#districts {
        display:none !important;
    }
    .tinynav, div.hidden {
        display:block;
        text-align:center;
        margin:0 auto;
        widh:100%;
    }
    section.index div.products ul {
        text-align:center;
    }
    section.cap,
    section.login,
    section.registration {
        width:95% !important;
    }
}
@media (max-width: 640px) {
    div.header div.warning {
        padding:55px 10px 10px;
    }
    section.reviews ul li div.left,
    section.reviews ul li div.right,
    section.reviews ul li div.review-name,
    section.reviews ul li div.review-date {
        width:100% !important;
        display:block !important;
        text-align:center !important;
    }
    section.reviews ul li div.review-name:after {
        display:none;
    }
    section.reviews ul li div.review-main {
        font-size:25px;
    }
    section.index div.products ul li div.wrap div.size, section.index div.products ul li div.wrap div.buy {
        display:block;
        width:100%;
        text-align:center;
    }
    section:not(.index) div.wrap,
    section.check div.wrap form.grey {
        padding:20px;
    }
    .toggle {
        font-size:35px !important;
    }
    section.check div.wrap form.grey ul li input {
        font-size:28px;
    }
}
@media (max-width: 480px) {
    section.check div.wrap form.grey input[type="text"] {
        width: 80%;
        margin: 0px 10px 0px 10px;
    }
    div.header div.warning {
        padding:10px;

    }
    div.header {
        margin:0 0 10px;
    }
    .button {
        font-size:20px;
    }
}
img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}
.review-rating li {
    display:inline-block;
}
.review-rating-item {
    width: 25px;
    height: 25px;

    background: url('data:image/png;base64,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') no-repeat top;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}
.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.review-form-label {
    font-size: 24px;
}
.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item ,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item  {
    background-position: bottom;
}
.review-form-rating-label > span.review-rating-item {
    display: block;
}
.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right:20px;
}
input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}
#info {
    word-break: break-all;
}