@font-face{
font-family: 'CenturyGothic';
src: url('../fonts/CenturyGothic.eot');
src: url('../fonts/CenturyGothic?iefix') format('eot'),
url('../fonts/CenturyGothic.woff') format('woff'),
url('../fonts/CenturyGothic.ttf') format('truetype'),
url('../fonts/CenturyGothic.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
/* common tags */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body, html, .wrapper {
padding: 0;
margin: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
body {
font-family: "Century Gothic",Arial,Verdana,sans-serif;
font-size: 14px;
color: #000;
padding: 0;
background-color: #F0F2F5;
overflow-y:scroll;
position:relative;
background-image:url('../img/rrrrrrrrrr.jpg') !important;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
}
pre {
font-size: 14px;
}
h1, h2, h3, h4, .h4, .block_header {
font-weight: bold;
line-height: 1;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
color: #000;
}
h1 {
font-size: 36px;
font-weight: bold;
line-height: 1.2;
margin-left: -4px;
margin: 20px 0 30px;
position: relative;
}
h1.center {
text-align: center;
margin: 55px;
}
h1 .text-img {
margin-left: 4px;
}
h2 {
font-size: 30px;
margin: 50px 0 30px;
}
h3, .block_header {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin: 50px 0 20px;
}
h4, .h4 {
font-size: 15px;
}
.webinars h3 {
margin-top: 11px;
color: #FF8481;
}
a {
color: #FF8702;
-webkit-transition: color 0.3s, border 0.4s, opacity 0.3s;
-o-transition: color 0.3s, border 0.4s, opacity 0.3s;
-moz-transition: color 0.3s, border 0.4s, opacity 0.3s;
transition: color 0.3s, border 0.4s, opacity 0.3s;
opacity: 1;
text-decoration: none;
}
h2 a {
text-decoration: none;
border-bottom: 1px dashed;
}
a img {
border: none;
-webkit-transition: color 0.4s, border 0.4s, opacity 0.4s;
-o-transition: color 0.4s, border 0.4s, opacity 0.4s;
-moz-transition: color 0.4s, border 0.4s, opacity 0.4s;
transition: color 0.4s, border 0.4s, opacity 0.4s;
}
a.black {
color: #000;
text-decoration: none;
}
.noact a.black {
color: #999;
}
dd, dt, dl {
padding: 0;
margin: 0;
}
/* Site commons */
.clear {
clear: both;
font-size: 0;
line-height: 0;
padding: 0;
margin: 0;
}
.clearfix:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.avatar {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.date {
text-transform: uppercase;
font-size: 10px;
margin: 8px 0;
}
.text {
font-size: 16px;
width:100%;
margin:20px 0;
}
.width-full {
width: 100%;
border: 1px solid #c2c2cc;
border-radius: 3px;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
-webkit-transition: .5s all;
-o-transition: .5s all;
-moz-transition: .5s all;
padding: 5px 15px;
}
.price {
font-size: 24px;
font-weight: bold;
}
.author {
font-size: 12px;
}
.bredcumps {
background: -moz-linear-gradient(45deg, rgba(215,215,218,1) 0%, rgba(228,229,232,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(215,215,218,1)), color-stop(100%, rgba(228,229,232,1)));
background: -webkit-linear-gradient(45deg, rgba(215,215,218,1) 0%, rgba(228,229,232,1) 100%);
background: -o-linear-gradient(45deg, rgba(215,215,218,1) 0%, rgba(228,229,232,1) 100%);
background: -ms-linear-gradient(45deg, rgba(215,215,218,1) 0%, rgba(228,229,232,1) 100%);
background: linear-gradient(45deg, rgba(215,215,218,1) 0%, rgba(228,229,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e8', endColorstr='#d7d7da',GradientType=1 );
display: table;
font-size:13px;
text-transform:uppercase;
padding: 7px 14px;
font-weight:bold;
border-top-left-radius:7px;
border-top-right-radius:7px;
box-shadow: 0px 0px 7px 0px #000;
}
.breadcrumb span a {
margin: 10px;
color:#000;
}
.breadcrumb span {
color:#9a0707;
}
.breadcrumb >*:first-child a {
margin-left: 0;
}
/* sorts */
.block .sorting {
padding-top: 0;
}
.sort-by {
display: inline-block;
margin-right: 15px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}
.sort-by a {
color: #000;
}
.sort-by a:hover, .sort-by.active a {
color: #FF8702;
}
.sort-up, .sort-down {
color: transparent !important;
vertical-align: middle;
display: inline-block;
width: 16px;
height: 16px;
background: url(../img/sort_up.png);
margin: 0 2px;
-webkit-transition: background 0.4s;
-o-transition: background 0.4s;
-moz-transition: background 0.4s;
transition: background 0.4s;
}
.sort-up {
margin-left: 5px;
}
.sort-down {
background: url(../img/sort_down.png);
}
.sort-up.active {
background: url(../img/sort_up_active.png);
}
.sort-down.active {
background: url(../img/sort_down_active.png);
}
.sort-up:hover {
background: url(../img/sort_up_hover.png);
}
.sort-down:hover {
background: url(../img/sort_down_hover.png);
}
/* paginator */
.paginator {
font-weight: bold;
font-size: 12px;
text-align: center;
margin:10px auto;
}
.paginator > * {
vertical-align: middle;
background: #d3dde6;
width: 30px;
height: 30px;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #a1a8b0;
line-height: 30px;
display: inline-block;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
font-size: 14px;
}
.paginator > *.active {
color: #000;
}
.paginator .start,
.paginator .end,
.paginator .prev,
.paginator .next,
.control-next,
.control-prev {
display: inline-block;
width: 21px;
height: 21px;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.paginator .start,
.paginator .end {
width: 0;
padding-left: 21px;
overflow: hidden;
display:none;
}
.paginator .start {
background-image: url(../img/arrow_start.png);
}
.paginator .end {
background-image: url(../img/arrow_end.png);
}
.paginator .prev, .control-prev {
background-image: url(../img/arrow_prev.png);
}
.paginator .next, .control-next {
background-image: url(../img/arrow_next.png);
}
/*  Forms */
select {
display: block;
margin: 10px 0;
padding: 2px 2px 2px 6px;
border: 1px solid #BEBEBE;
}
select.inline {
display: inline-block;
margin: 0;
}
textarea:focus, input:focus {
outline: 0;
}
textarea {
padding: 10px 20px;
border: 1px solid #DDD;
margin: 10px auto;
}
.error_input {
-webkit-box-shadow: 0 1px 8px rgb(255, 6, 2);
-moz-box-shadow: 0 1px 8px rgb(255, 6, 2);
box-shadow: 0 1px 8px rgb(255, 6, 2);
opacity: 0.7;
}
input[type=button].white, input[type=reset].white, input[type=submit].white {
border-color: #FFF;
background-color: #FFF;
}
input[type=button].white:hover, input[type=reset].white:hover, input[type=submit].white:hover {
-webkit-box-shadow: 0 1px 10px 1px rgba(255, 255, 255, 1);
-moz-box-shadow: 0 1px 10px 1px rgba(255, 255, 255, 1);
box-shadow: 0 1px 10px 1px rgba(255, 255, 255, 1);
opacity: 1;
}
h1 input[type=button], h1 input[type=reset], h1 input[type=submit] {
float: right;
margin: 10px 0 0 10px;
}
.forms-radio-group {
list-style: none;
padding: 0;
}
.forms-radio-group li {
cursor: pointer;
background: url(../img/form_radio_off.jpg) no-repeat left 5px;
padding: 0 0 0 20px;
}
.forms-radio-group li.active {
background-image: url(../img/form_radio_on.jpg);
}
.forms-checkbox {
cursor: pointer;
background: url(../img/form_checkbox_off.png) no-repeat left 5px;
padding: 0 0 0 20px;
margin: 6px 0;
}
.forms-checkbox.checked {
background: url(../img/form_checkbox_on.png) no-repeat left 5px;
}
.checkbox-hidden {
visibility: hidden;
}
.input-title {
display: block;
margin: 10px 0;
font-weight: bold;
background-color: #eaf1f8;
padding: 5px 15px;
}
.button-refresh {
display: inline-block;
width: 20px;
height: 20px;
background: url(../img/icon_refresh.png);
cursor: pointer;
}
/* captcha */
.block.captcha {
width: 430px;
display: table;
position: relative;
}
.captcha-image {
display: inline-block;
float: left;
margin-right: 20px;
}
.block.captcha .input-title {
margin-top: 0;
}
/* */
#header {
position: relative;
height: 151px;
}
#top-line {
background-color: #000;
height: 42px;
position: relative;
color: #FFF;
}
#top-line .top-line-item {
margin-left: 30px;
text-transform: uppercase;
}
#top-line .top-line-item img {
margin-right: 8px;
vertical-align: middle;
}
#top-line .top-line-item, #top-line .top-line-item a {
color: #FFF;
text-decoration: none;
}
#top-line .button {
color: #FFF;
border: 2px solid #FFF;
font-size: 12px;
padding: 3px 10px;
font-weight: normal;
margin: 0 0 0 10px;
}
#top-line .top-phone {
position: absolute;
left: 50px;
font-size: 20px;
background: url(../img/icon_phone.png) no-repeat left 6px;
padding: 0 0 0 25px;
top: 6px;
}
#top-line .top-phone p, #top-line .top-phone span {
margin: 0;
}
#top-line .lang-container {
position: absolute;
top: 6px;
left: 440px;
}
#top-line .lang-container a {
margin-right: 5px;
display: inline-block;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #FFF;
width: 28px;
height: 28px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid transparent;
padding: 5px 0 0;
font-size: 11px;
}
#top-line .lang-container a.active, #top-line .lang-container a:hover {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #FFF;
}
#top-line .top-line-right {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 7px 50px 0 0;
}
#top-menuline {
height: 80px;
background-color: #FFF;
position: relative;
margin-bottom: 12px;
}
#top-menuline #logo {
float: left;
margin-right: 30px;
margin-left: 50px;
}
#top-menuline #search {
position: absolute;
right: 50px;
top: 10px;
z-index: 8;
}
#top-menuline #search .search-icon {
right: 20px;
top: 12px;
position: absolute;
}
#top-menuline #search .search-input {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: color 0.4s, width 0.4s, border 0.4s, -webkit-box-shadow 0.4s;
transition: color 0.4s, width 0.4s, border 0.4s, -webkit-box-shadow 0.4s;
-o-transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s;
-moz-transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s, -moz-box-shadow 0.4s;
transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s;
transition: box-shadow 0.4s, color 0.4s, width 0.4s, border 0.4s, -webkit-box-shadow 0.4s, -moz-box-shadow 0.4s;
border: 1px solid transparent;
width: 255px;
height: 60px;
}
#top-menuline #search .search-input:focus, #top-menuline #search .search-input:hover, #top-menuline #search.active .search-input {
box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16); /* drop shadow */
width: 455px;
border: 1px solid #EEE;
}
#top-menuline #search input[type=submit]{
background: url(../img/icon_search.png) no-repeat right center #FFF;
width:44px;
height: 32px;
border: 0px;
float: right;
margin-top: 10px;
}
#top-menuline #search input[type=submit]:hover{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#top-menuline #search input[type=text]{
color: transparent;
font-size: 24px;
width: 200px;
padding: 10px 11px 10px 20px;
border: 0px;
position: absolute;
}
#top-menuline #search .search-input:focus input[type=text], #top-menuline #search .search-input:hover input[type=text], #top-menuline #search.active .search-input input[type=text] {
color: #BEBEBE;
width: 400px;
}
#top-menuline .search-input::-webkit-input-placeholder {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
opacity: 0;
}
#top-menuline .search-input::-moz-placeholderr {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
opacity: 0;
}
#top-menuline .search-input:focus::-webkit-input-placeholder,
#top-menuline .search-input:hover::-webkit-input-placeholder {
opacity: 1;
}
#top-menuline .search-input:focus::-webkit-moz-placeholderr,
#top-menuline .search-input:hover::-webkit-moz-placeholderr {
opacity: 1;
}
#top-menuline .search_result {
position: absolute;
background: #FFF;
border: 1px solid #CCC;
width: 455px;
right: 50px;
top: 70px;
overflow: auto;
display: none;
padding: 0 20px;
z-index: 9;
}
#top-menuline .search_result .shop-col {
margin: 16px 12px 0 12px;
}
#top-menuline .search_result .photo-item {
width: 305px;
}
/* mainpage slider */
#mp-slider {
position: relative;
height: 400px;
width:945px;
}
#mp-slider .slide {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: absolute;
height: 100%;
width: 100%;
-webkit-transition: padding 1s, opacity 1s, visibility 1s;
-o-transition: padding 1s, opacity 1s, visibility 1s;
-moz-transition: padding 1s, opacity 1s, visibility 1s;
transition: padding 1s, opacity 1s, visibility 1s;
visibility: hidden;
opacity: 0;
background-repeat:no-repeat;
}
#mp-slider .slide.active {
visibility: visible;
opacity: 1;
}
#mp-slider .slide .wrapper {
padding: 0px;
-webkit-transition: padding 1s;
-o-transition: padding 1s;
-moz-transition: padding 1s;
transition: padding 1s;
margin-top: 362px;
margin-left: 782px;
}
#mp-slider .slide.active .wrapper {
padding: 0px;
}
#mp-slider h2 {
color: #FFF;
font-size: 72px;
margin-bottom: -40px;
font-weight: normal;
}
#mp-slider .slide p {
margin: 1.4em 0;
}
#mp-slider .button {
-moz-user-select: none;
background-color: rgb(253, 179, 56);
background-position: 15px center;
background-repeat: no-repeat;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #000;
cursor: pointer;
display: table;
font-family: "Open Sans","Arial","Trebuchet MS",Verdana,sans-serif;
font-weight: bold;
margin: 0px;
opacity: 1;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: opacity 0.2s ease 0s, -webkit-box-shadow 0.4s ease 0s;
transition: opacity 0.2s ease 0s, -webkit-box-shadow 0.4s ease 0s;
-o-transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
-moz-transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s, -moz-box-shadow 0.4s ease 0s;
transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s, -moz-box-shadow 0.4s ease 0s;
font-size: 16px;
padding: 10px 30px;
}
#mp-slider .dots-container {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center;
}
#mp-slider .dots-container .dot {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
background: url(../img/slider_dot.png) no-repeat center center;
width: 18px;
height: 17px;
margin: 0 5px;
cursor: pointer;
}
#mp-slider .dots-container .dot.active {
background: url(../img/slider_dot_active.png) no-repeat center center;
}
/* FOOTER */
.rate {
display: inline-block;
width: 100px;
margin: 0 0 0 0;
}
.rate img {
height: 100%;
max-height: 25px;
}
.rate40 {
background: url(../img/rate40.png) no-repeat;
}
.subscription {
background-color: #FF8702;
text-align: center;
padding:20px 0;
position:relative;
}
.subscription h3 {
display: inline-block;
color: #fff;
font-size: 21px;
vertical-align: middle;
margin: 0;
background: url(../img/icon_mail.png) no-repeat;
padding-left: 55px;
padding-right: 15px;
font-weight:normal;
}
.subscription input[type="email"] {
padding: 0 15px;
height: 32px;
border: 1px solid #fff;
width: 280px;
vertical-align: middle;
background-color: #FF8702;
margin: 1px 20px;
color: #FFF;
}
.subscription .white{
display: inline-block;
border: none;
padding: 7px 15px;
font-size: 16px;
cursor:pointer;
}
.subscription .error {
position: absolute;
text-align: center;
width: 100%;
color: #888;
}
.subscription .button2 {
border-color: #FFF;
background-color: #FFF;
}
#footer {
overflow: hidden;
padding: 50px 50px 12px;
font-size: 12px;
width: 100%;
background-color: #FFF;
}
#footer .wrapper {
display: table;
}
#footer .wrapper >* {
padding: 0 20px;
display: table-cell;
}
#footer h3 {
margin-top: 0;
font-size: 14px;
margin-bottom: 13px;
}
#footer .footer-menu ul {
padding-left: 0;
list-style: none;
}
#footer .footer-menu li {
padding-left: 10px;
margin: 0;
background: url(../img/list_arrow.png) no-repeat left 7px;
}
#footer a {
color: #000;
text-decoration: none;
}
#footer a:hover {
color: #FF8702;
}
#footer .copyright {
width: 310px;
}
#footer .notes {
margin-top: 10px;
}
#footer .note {
display: block;
padding: 0 0 0 20px;
margin: 8px 0;
min-height: 20px;
background-position: left 3px;
background-repeat: no-repeat;
}
#footer .note.mistakes {
background-image: url(../img/icon_error.png);
}
#footer .note.sitemap {
background-image: url(../img/icon_sitemap.png);
}
#footer .note.siteinfo {
background-image: url(../img/icon_stat.png);
}
/* COLUMNS */
#left-col {
width: 290px;
padding: 0 20px 0 50px;
font-size: 14px;
float: left;
}
#center-col {
margin: 0 330px 0 298px;
}
#center-col.wide {
margin: 0 50px 0 298px;
padding-top:20px;
}
#right-col {
width: 330px;
padding: 0 50px 0 20px;
font-size: 14px;
float: right;
}
/* blocks */
.block {
background-color: #FFF;
padding: 13px 21px;
margin: 20px 0;
}
.block h3, .block .block_header {
margin: 20px 0;
}
.block h4 {
margin: 5px 0 15px;
}
.block h4:first-child {
margin-top : 5px;
}
.block .login input[type='text'], .block .login input[type='password'] {
padding: 8px 10px;
width: 100%;
}
.block .button {
margin: 6px 0;
}
.block p:first-child {
margin-top: 5px;
}
.reviews .block-row {
border-bottom: solid 1px #000;
margin-bottom: 15px;
padding-bottom: 15px;
}
.block-row:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.block-row-img {
display: table-cell;
margin-top: 6px;
margin-bottom: 5px;
}
.block .block-text {
display: table-cell;
vertical-align: top;
padding-left: 0;
}
.block-no-img .block-text {
padding-left: 0;
}
#center-col .login input[type="text"], #center-col .login input[type="password"], #center-col .login label {
width: 20%;
display: block
}
#center-col .login label[for="not_my_computer"] {
display:inline-block;
}
.arrow-link {
display: block;
background: url(../img/arrow.png) no-repeat left 6px;
padding-left: 15px;
}
.shop-search input.from, .shop-search input.to {
width: 116px;
padding: 7px 0;
text-align: center;
font-size: 14px;
border: 1px solid #c2c2cc;
border-radius: 3px;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
}
/* mainpage-content */
.mp-sections {
list-style: none;
padding: 0 0;
margin: 20px 0;
overflow: hidden;
}
.mp-sections ul
{
padding: 0;
margin: 0;
}
.mp-sections li {
width: 25%;
text-align: center;
float: left;
padding: 0 14px;
position: relative;
list-style: none;
}
.mp-sections a img {
margin: 0 10px 10px;
}
.mp-sections a {
color: #000;
}
.mp-sections a:hover {
color: #FF8702;
}
.special {
height: 100px;
color: #fff;
font-weight: 300;
padding: 15px 10px 10px 20px;
margin: 40px 0;
}
.special a {
color: #FFF;
}
.special .title {
font-size: 36px;
display: block;
margin-bottom: -9px;
}
/* shop-items */
.shop-dropdown {
width: 100%;
}
.shop-item-title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 36px;
margin: 0 auto;
font-size: 14px;
text-decoration: none;
color: #000;
margin-top: 10px;
font-weight:bold;
background-color:#F1F1F1;
}
.work_z .solid{
width:70% !important;
}
.work_z .callbackwrap-a{
width:90% !important;
margin:0 auto !important;
padding:10px 15px !important;
}
.block p, .block .anons {
margin: 15px 0;
}
.shop-item .price {
display: block;
font-size: 18px;
color: #FF8702;
font-weight: bold;
}
.shop-item .price-old {
display: block;
font-size: 16px;
text-decoration: line-through;
}
.to-cart {
display: block;
}
.shop-row {
position: relative;
margin-left: 0;
display: table;
margin-bottom: 30px;
}
.shop-pane {
}
.shop-pane.column3 {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}
.shop-pane.column2 {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
.shop-pane .paginator {
clear: both;
}
/*
.shop-col {
width: 181px;
float: left;
margin-left: 34px;
}
.shop-col:first-child {
margin-left: 0;
}
.shop-col p {
margin: 15px 0;
}*/
.shop-item {
margin-bottom: 30px;
position: relative;
display:inline-block;
border: 1px solid transparent;
padding:12px 10px;
-webkit-transition: border 0.2s;
-o-transition: border 0.2s;
-moz-transition: border 0.2s;
transition: border 0.2s;
width:200px;
vertical-align: top;
}
.shop-item:hover {
border-color: #FF8702;
}
#left-col .shop-item {
padding:0;
border:none;
margin:0;
}
/*
.shop-item:before {
pointer-events: none;
content: " ";
position: absolute;
top: -12px;
left: -12px;
right: -12px;
bottom: -5px;
border: 1px solid transparent;
transition: border 0.2s;
}
.shop-item:hover:before {
border: 1px solid #FF8702;
} */
.shop-photo {
position: relative;
display: block;
}
.shop-photo .js_shop_img {
width: 178px;
height: auto;
display: block;
margin: 0 auto;
}
.container_firstpage .catalog_tovarov .shop-photo{
display: block;
height: 178px;
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
text-align: center;
justify-content: center;
background-color:#fff;
}
.shop-photo-labels {
position: absolute;
left: 0;
bottom: 0;
top: 0;
pointer-events: none;
}
.shop-photo-labels >* {
display: block;
margin:0;
vertical-align: bottom;
}
.shop-like {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
background: url(../img/icon_like_off.png) no-repeat center center;
width: 30px;
height: 30px;
position: absolute;
top: 5px;
right: 10px;
}
.shop_add_compare {
font-size: 88%;
}
.shop_compare_button {
vertical-align: middle;
}
.shop-like.active {
background: url(../img/icon_like_on.png) no-repeat center center;
}
.shop-like:after {
content: " ";
background: url(../img/icon_like_off.png) no-repeat center center;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: top 0s, opacity 0s, visibility 0s;
-o-transition: top 0s, opacity 0s, visibility 0s;
-moz-transition: top 0s, opacity 0s, visibility 0s;
transition: top 0s, opacity 0s, visibility 0s;
}
.shop-like.animate:after {
opacity: 1;
visibility: visible;
}
.shop-like.active:after {
-webkit-transition: top 0.4s, opacity 0.4s, visibility 0.4s;
-o-transition: top 0.4s, opacity 0.4s, visibility 0.4s;
-moz-transition: top 0.4s, opacity 0.4s, visibility 0.4s;
transition: top 0.4s, opacity 0.4s, visibility 0.4s;
top: -12px;
opacity: 0;
visibility: hidden;
}
.shop-item-info2 .block img {
margin-right: 8px;
vertical-align: middle;
}
.shop_search_param {
margin-top: 10px;
}
.shop_list input[type=text], .shop_list input[type=email], .shop-item input[type="text"], .shop-item input[type="email"] {
width: 100%;
}
.catalog_tovarov_id .shop_brand{
padding:0;
margin:0;
}
.catalog_tovarov_id .shop-item-infos .shop_brand a{
font-size: 21px;
color: #4b4a4b;
display: table;
margin-bottom: 5px;
margin:0 auto;
}
.shop_brand{
padding: 0px;
font-size: 12px;
color:#000;
}
.container_catalog .shop_brand{
font-size:13px;
}
.shop_brand a {
color: #000;
display:inline-block;
}
.gallery-row {
display: table;
width: 100%;
}
.gallery-row .block {
margin-left: 30px;
width: 31%;
float: left;
}
.gallery-row .block:nth-child(3n-2) {
margin-left: 0;
}
.gallery-row .block.first, .gallery-row .block:first-child {
margin-left: 0;
}
/* review */
/* login */
.profile-hello {
overflow: hidden;
padding-top: 10px;
margin: 20px 0;
}
.profile-hello-avatar {
float: left;
width: 50px;
margin-top: 4px;
}
.profile-hello-text {
vertical-align: middle;
height: 56px;
padding-left: 11px;
}
.profile-block .menu a {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}
.profile-block .menu li {
margin: 3px 0;
}
/* forum */
.forum_form_header {
margin: 20px 0;
padding-top: 30px;
border-top: 1px solid #AAA;
}
.block.forum .block-row {
display: block;
}
.block.forum .block-row .comments_param{
padding-left: 20px;
font-style: italic;
}
/* review */
.review-author {
overflow: hidden;
padding-top: 10px;
margin: 8px 0;
}
.review-author img {
float: left;
margin: -9px 16px 0 0;
}
/* forum */
.block.forum .author-avatar {
float: left;
margin-top: 10px;
}
.block.forum .forum-author {
font-size: 12px;
line-height: 1.2;
}
.block.forum .theme {
font-size: 11px;
text-transform: uppercase;
margin: 10px 0;
}
/* news */
.news_block .block-row img {
max-width: 61px;
height: auto;
}
.news_id .site_dynamic h1, .news_id .site_dynamic h2, .news_id .site_dynamic h3 {
margin: 20px 0px 0px 0px;
}
.news_id .site_dynamic {
float: right;
width: 400px;
background-color: #fff;
padding: 20px;
margin: 20px;
}
/* clauses */
.clauses .block-row img {
max-width: 61px;
height: auto;
}
/* faq */
.faq-question a {
color: #000;
font-weight: bold;
}
.faq-question a:hover {
color: #FF8702;
}
.faq-answer {
background: url(../img/arrow.png) no-repeat left 6px;
padding: 0 0 0 30px;
margin: 10px 0;
}
/* photo */
.block.photo {
width: 100%;
}
.photo_album_list {
margin: 5px 0 5px;
}
.photo_album_list img {
max-width: 247px;
height: auto;
}
.photo_cat_link {
/*text-align: center;*/
margin-bottom: 20px;
}
.photo_cat_link .photo-item img {
max-width: 247px;
height: auto;
}
.photo_cat_img img {
max-width: 247px;
height: auto;
}
.photo-item {
overflow: hidden;
}
.photo-item img {
text-align: center;
max-width: 247px;
height: auto;
}
/* file */
.file-row .text {
margin: 0 0 0 80px;
}
.file-row .file-icon {
float: left;
}
.button.download {
padding-left: 27px;
background: url(../img/icon_download.png) no-repeat left center;
}
.clauses_list .block, .news_list .block {
overflow: hidden;
}
.news_list .block-row-img, .clauses_list .block-row-img {
float: left;
}
.cart_one_click {
background-color: #fff;
padding: 10px;
}
.cart_autorization .login input[type="text"], .cart_autorization .login input[type="password"], .cart_autorization .login label {
width: 20%;
display: block
}
table.cart, table.wishlist, table.user_order {
border-collapse: collapse;
border: 1px solid #DEDEDE;
}
table.cart td, table.wishlist td, table.user_order td {
border: 1px solid #DEDEDE;
padding: 10px;
}
table.user_order {
width: 100%;
}
.news_id .comments_form, .shop-item-container .comments_form {
margin-top: 70px;
}
.ab_actions {
display: table-cell;
padding: 5px 10px;
vertical-align: top;
}
.ab_img {
display: table-cell;
max-width: 460px;
}
.ab_img a {
display: inline;
}
/* shop item */
.shop-item-container {
display: table;
width: 100%;
vertical-align: top;
}
.shop-item-container >* {
vertical-align: top
}
.shop-item-left {
width: 480px;
position: relative;
height:auto;
}
.shop-item-right {
display: inline-block;
width: 420px;
padding: 0 20px;
}
.is_mobile
.shop_all_img {
width: auto;
}
/*.shop_all_img img {
display: none;
}*/
.shop_all_img a {
display: none;
/*position: absolute;
height: 438px;
background-size: cover;*/
-webkit-transition: opacity 0.3s, visibility 0.3s;
-o-transition: opacity 0.3s, visibility 0.3s;
-moz-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
}
.shop-item-small a img {
display: none;
}
.shop_preview_img {
width: 85%;
white-space: nowrap;
height: 90px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.shop_preview_img a {
display: inline-block;
width: 90px;
height: 90px;
margin: 0 5px 0 0;
background-position: center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
border: 1px solid #ddd;
}
.shop_preview_img a:first-child {
margin-left: 0;
}
.shop_preview_img a:last-child {
margin-right: 0;
}
.shop-item-left .control-prev {
position: absolute;
bottom: 35px;
left: 0;
}
.shop-item-left .control-next {
position: absolute;
bottom: 35px;
right: 0;
}
.icon-zoom {
background: url(../img/zoom.png) center center no-repeat;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
}
.shop-item-info1 {
width: 48%;
padding-left: 40px;
display: table-cell;
vertical-align: top;
height: 392px;
}
.shop-item-info1 >*:first-child {
margin-top: 0;
}
.shop-item-info2 {
padding-left: 20px;
display: table-cell;
vertical-align: top;
}
.shop-item-info2 >*:first-child {
margin-top: 0;
}
.strike {
text-decoration: line-through;
}
.shop-item-container h4 {
text-transform: uppercase;
font-size: 12px
}
.shop-item-rate {
display: block;
margin: 20px 0;
}
.shop-item-artikul {
margin-bottom: 0;
}
.shop_form_param select {
display: inline-block;
margin: 0;
}
.shop-item-price .title {
display: table-cell;
padding-right: 10px;
vertical-align: top;
padding-top: 7px;
}
.shop-item-price .price-old {
display: block;
font-size: 16px;
color: #484848;
font-weight: normal;
font-style:normal;
}
.shop_old_price .shop_price_value{
font-size:17px;
font-style:normal;
}
.shop_order_rel_list .shop_no_buy, .shop_order_rel_list .shop_no_buy_good {
background: transparent;
}
.shop_text .shop_cat_all_img {
float: left;
padding: 0px 15px 0px 0px;
}
.addict-field {
margin: 20px 0;
}
.item-socials {
margin: 13px 0;
}
.item-socials img {
margin: 0 1px;
vertical-align: middle;
}
.shop-item-container .to-cart {
margin: 10px 0;
}
.shop_order_rel_list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop-item-small {
width: 242px;
display: table-cell;
}
.shop-buyers-buy h2{
font-size:21px;
font-weight:normal;
}
.shop-item-small-image {
display: inline-block;
width: 100px;
height: 100px;
background: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
float: left;
margin-right: 10px;
}
.shop-buyers-buy {
margin: 20px 0;
padding-left: 40px;
}
.shop-buyers-buy h2 {
margin-top: 0;
}
.shop-buyers-buy .title {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.shop-buyers-buy .price {
display: block;
font-size: 18px;
color: #000;
}
.shop-item-container .shop-item-image {
background-position: center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.shop_additional_cost_block{
white-space: nowrap;
margin-bottom: 10px;
}
.shop_additional_cost_block label{
display: initial;
}
.addict-field .shop-dropdown, .shop-buyers-buy .shop-dropdown {
width: auto;
}
.b-share__handle {
height: 25px !important;
}
.quote {
background-color: #eee;
color: #666;
padding: 10px;
font-style: italic;
}
.quote_header {
font-weight: bold;
}
.shop-buyers-buy .shop_form {
width: 220px;
}
.wishlist_count input[type="number"] {
width: 100px;
}
.bs_center .bs_block{
margin-left: 298px;
text-align: left;
}
.search_result .block-row-img {
display: block;
padding-right: 20px;
}
.search_result .block-text {
display: block;
padding-left: 0px;
}
.search_result .gallery-row .block {
width: 18%;
}
.search_result .photo_list .gallery-row .block {
width: 100%;
margin-left: 0px;
padding: 0 0 0 20px;
}
.search_result .block {
padding: 13px 0px;
}
.search_result .search_text {
padding-bottom: 10px;
}
#show_cart form {
width: 700px;
position: absolute;
right: 0;
border: 1px solid #ccc;
background: #fff;
z-index:999999;
color: #000;
text-transform: none;
display: none;
}
#show_cart .cart a {
color: #FF8702;
}
.messages tr {
vertical-align: top;
}
.messages_text {
padding-left: 20px;
}
.messages_form textarea {
width: 100%;
height: 200px;
}
.topmenu_block .main{
background-color:rgb(245, 211, 49);
max-height:36px;
padding-left:20px;
}
.topmenu_block ul{
margin: 0;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.topmenu_block ul li{
margin:0;
padding:0;
list-style:none;
margin-right:20px;
color:#fff;
font-weight:bold;
}
.topmenu_block ul li:last-child{
margin-right:0;
}
.topmenu_block ul li a{
color: #000;
font-size: 14px;
}
.topmenu_block ul li a:hover{
color: #FF8702;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2)
}
.main{
max-width:1300px;
width:100%;
margin:0 auto;
}
.header .logo img{
display:block;
height:100px;
margin-right:10px;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: -o-transform .3s ease-in-out;
-moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
vertical-align: middle;
}
.header .logo img:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
}
.header .logo {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.header .text-logo{
color: #FFDE20;
font-size: 18px;
text-align: center;
font-weight: bold;
}
.header .text-logo span{
font-size:18px;
}
.header .main {
background-color: rgba(0,0,0,0.7);
background-image:url('../img/rrrrrrr.png');
background-repeat:repeat;
padding: 15px 20px;
border-left: none;
border-right: none;
}
.header .time{
background-image:url('../img/calendar.png');
background-repeat:no-repeat;
background-position:left center;
padding-left:30px;
color:#FFE412;
font-size:17px;
margin-bottom:7px;
}
.header .time span {
font-size: 14px;
color:#fff;
}
.header .four-block {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header .mail{
background-image:url('../img/mail.png');
background-repeat:no-repeat;
background-position:left center;
padding-left:30px;
color:#fff;
font-size:14px;
}
.header .tel-block{
background-image:url('../img/tel.png');
background-repeat: no-repeat;
background-position: left center;
padding-left: 65px;
color: #fff;
font-size: 17px;
font-weight: bold;
min-height: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header .block-one-tel {
margin-right:25px;
text-align:center;
}
.block-one-tel .name_z{
text-align:center;
}
.header .block-one-tel div{
margin-bottom:7px;
}
.header .block-one-tel a{
color:#fff;
}
.header .cnps-click{
display: block;
background-color: #00A7D4;
color: #fff;
text-transform: uppercase;
font-size: 15px;
padding: 9px 25px;
border-bottom: 4px solid #000;
}
.header .cnps-click:hover{
background-color:#087e9e;
}
#top-menu{
position:relative;
}
.category-block-menu #top-menu {
margin: 0;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
list-style: none;
}
.category-block-menu #top-menu li{
margin-right:5px;
}
.category-block-menu #top-menu li.active{
color: #000;
font-size: 16px;
display: block;
border: 1px solid #fff;
padding: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color: #fff;
}
.category-block-menu #top-menu li:last-child{
margin-right:0;
}
.category-block-menu #top-menu li a{
color: #000;
font-size: 15px;
font-weight: bold;
display: block;
padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 7px;
background: rgb(245,211,49);
background: -moz-linear-gradient(top, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 29%, rgba(242,136,10,1) 100%);
background: -webkit-linear-gradient(top, rgba(245,211,49,1) 0%,rgba(245,211,49,1) 29%,rgba(242,136,10,1) 100%);
background: linear-gradient(to bottom, rgba(245,211,49,1) 0%,rgba(245,211,49,1) 29%,rgba(242,136,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d331', endColorstr='#f2880a',GradientType=0 );
}
.category-block-menu .menudiv li a{
box-shadow:none !important;
}
.category-block-menu #top-menu li a:hover{
}
.block-categor-menu {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top:5px;
}
.seaqewwqe{
max-height:35px;
padding:10px 15px;
font-size:14px;
color:#000;
border:none;
}
.search_top{
max-height: 33px;
padding: 10px 50px 10px 15px;
font-size: 14px;
color: #000;
border: none;
max-width: 200px;
}
.search_form.ajax {
position: relative;
max-width:200px;
}
.submit_search {
position: absolute;
top: 0px;
right: 0px;
border: none;
background-color: transparent;
background-image: url(../img/vibmage.jpg);
background-position: center;
height: 35px;
width: 35px;
-webkit-background-size: 90% 90%;
-moz-background-size: 90%;
-o-background-size: 90%;
background-size: 90%;
background-repeat: no-repeat;
cursor:pointer;
border-left: 1px solid;
}
.mail_top{
background-image:url('../img/mail.png');
background-repeat:no-repeat;
background-position:left center;
padding-left:30px;
color:#000;
text-decoration:underline;
font-size:14px;
}
.mail_top a{
color:#000;
}
.block_three_top {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.block_slider .main {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
padding:20px;
background: -moz-linear-gradient(90deg, rgba(39,39,39,1) 0%, rgba(104,104,104,1) 21%, rgba(155,153,153,1) 33%, rgba(246,246,243,1) 53%, rgba(205,205,204,1) 76%, rgba(104,104,104,1) 86%, rgba(49,48,48,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49,48,48,1)), color-stop(14%, rgba(104,104,104,1)), color-stop(24%, rgba(205,205,204,1)), color-stop(47%, rgba(246,246,243,1)), color-stop(67%, rgba(155,153,153,1)), color-stop(79%, rgba(104,104,104,1)), color-stop(100%, rgba(39,39,39,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(39,39,39,1) 0%, rgba(104,104,104,1) 21%, rgba(155,153,153,1) 33%, rgba(246,246,243,1) 53%, rgba(205,205,204,1) 76%, rgba(104,104,104,1) 86%, rgba(49,48,48,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(39,39,39,1) 0%, rgba(104,104,104,1) 21%, rgba(155,153,153,1) 33%, rgba(246,246,243,1) 53%, rgba(205,205,204,1) 76%, rgba(104,104,104,1) 86%, rgba(49,48,48,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(39,39,39,1) 0%, rgba(104,104,104,1) 21%, rgba(155,153,153,1) 33%, rgba(246,246,243,1) 53%, rgba(205,205,204,1) 76%, rgba(104,104,104,1) 86%, rgba(49,48,48,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(39,39,39,1) 0%, rgba(104,104,104,1) 21%, rgba(155,153,153,1) 33%, rgba(246,246,243,1) 53%, rgba(205,205,204,1) 76%, rgba(104,104,104,1) 86%, rgba(49,48,48,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313030', endColorstr='#272727',GradientType=0 ); /* ie6-9 */
}
.block_slider{
margin-top:20px;
}
.preimyv .main {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
background-color: #171717;
padding: 20px;
}
.ob_block_preim {
background-color: #B6B6BF;
width: 195px;
text-align: center;
position: relative;
padding: 10px;
font-size: 22px;
max-height: 145px;
font-weight: bold;
background: -moz-linear-gradient(90deg, rgba(60,59,59,1) 0%, rgba(155,153,153,1) 13%, rgba(246,246,243,1) 44%, rgba(205,205,204,1) 56%, rgba(104,104,104,1) 82%, rgba(49,48,48,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49,48,48,1)), color-stop(18%, rgba(104,104,104,1)), color-stop(44%, rgba(205,205,204,1)), color-stop(56%, rgba(246,246,243,1)), color-stop(87%, rgba(155,153,153,1)), color-stop(100%, rgba(60,59,59,1)));
background: -webkit-linear-gradient(90deg, rgba(60,59,59,1) 0%, rgba(155,153,153,1) 13%, rgba(246,246,243,1) 44%, rgba(205,205,204,1) 56%, rgba(104,104,104,1) 82%, rgba(49,48,48,1) 100%);
background: -o-linear-gradient(90deg, rgba(60,59,59,1) 0%, rgba(155,153,153,1) 13%, rgba(246,246,243,1) 44%, rgba(205,205,204,1) 56%, rgba(104,104,104,1) 82%, rgba(49,48,48,1) 100%);
background: -ms-linear-gradient(90deg, rgba(60,59,59,1) 0%, rgba(155,153,153,1) 13%, rgba(246,246,243,1) 44%, rgba(205,205,204,1) 56%, rgba(104,104,104,1) 82%, rgba(49,48,48,1) 100%);
background: linear-gradient(0deg, rgba(60,59,59,1) 0%, rgba(155,153,153,1) 13%, rgba(246,246,243,1) 44%, rgba(205,205,204,1) 56%, rgba(104,104,104,1) 82%, rgba(49,48,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313030', endColorstr='#3c3b3b',GradientType=0 );
box-shadow: 0px 0px 10px 1px #ccc;
}
.ob_block_preim .one_img img {
height: 90px;
margin: 0 auto;
text-align: center;
display: block;
position: absolute;
}
.ob_block_preim:nth-child(1) .one_img img{
top: -50px;
left: 68px;
}
.ob_block_preim:nth-child(2) .one_img img{
top: -50px;
left: 40px;
}
.ob_block_preim:nth-child(3) .one_img img{
top: -37px;
left: 40px;
}
.ob_block_preim:nth-child(4) .one_img img{
top: -50px;
left: 30px;
}
.ob_block_preim:nth-child(5) .one_img img{
top: -50px;
left: 50px;
}
.ob_block_preim:nth-child(6) .one_img img{
top: -50px;
left: 55px;
}
.ob_block_preim .two_text {
margin-top: 40px;
}
.preimyv {
margin-top: 20px;
padding-top: 35px;
padding-bottom: 20px;
}
.catalog_firstpage {
margin-bottom: 20px;
padding:20px 0;
}
.catalog_firstpage .main{
background-color: #1a1a1a;
padding: 20px;
padding-top: 0px;
padding-bottom: 0px;
position:relative;
}
.cat_block_ob {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
position:relative;
z-index:999;
}
.text_cat_firtpage {
text-align: center;
font-size: 27px;
text-transform: uppercase;
margin-bottom: 40px;
color: #f5d331;
font-weight: bold;
}
.cat_block {
text-align: center;
width: 210px;
color:#000;
}
.pss_aaa{
position: absolute;
width: 100%;
max-width: 1260px;
height: 175px;
background-color: #afb0b9;
top: 93px;
left: 0;
z-index: 1;
margin: 0 20px;
}
.cat_block img{
padding: 4px;
display: block;
margin: 0 auto;
text-align: center;
margin-bottom: 35px;
height: 134px;
box-shadow: 0px 0px 25px 0px #333;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: -o-transform .3s ease-in-out;
-moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
vertical-align: middle;
}
.cat_block:hover img{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
}
.cat_block:hover{
color:#cc8a8c;
}
.tttext_cat_firstpage {
font-size: 21px;
display: block;
font-weight: bold;
color: #f5d331;
}
.footer .main{
background-color:#212121;
padding:20px;
background-image: url('../img/rrrrrrr.png');
background-repeat: repeat;
}
.first_text {
padding: 20px 0;
}
.two_block_footer{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-cat-block{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color:#afb0b9;
padding:20px;
}
.flex-cat-blockssssss .shop_cat_img {
background: -moz-linear-gradient(45deg, rgba(194,194,192,1) 0%, rgba(194,194,192,1) 5%, rgba(254,254,253,1) 36%, rgba(254,254,253,1) 65%, rgba(194,194,192,1) 96%, rgba(194,194,192,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(194,194,192,1)), color-stop(5%, rgba(194,194,192,1)), color-stop(36%, rgba(254,254,253,1)), color-stop(65%, rgba(254,254,253,1)), color-stop(96%, rgba(194,194,192,1)), color-stop(100%, rgba(194,194,192,1)));
background: -webkit-linear-gradient(45deg, rgba(194,194,192,1) 0%, rgba(194,194,192,1) 5%, rgba(254,254,253,1) 36%, rgba(254,254,253,1) 65%, rgba(194,194,192,1) 96%, rgba(194,194,192,1) 100%);
background: -o-linear-gradient(45deg, rgba(194,194,192,1) 0%, rgba(194,194,192,1) 5%, rgba(254,254,253,1) 36%, rgba(254,254,253,1) 65%, rgba(194,194,192,1) 96%, rgba(194,194,192,1) 100%);
background: -ms-linear-gradient(45deg, rgba(194,194,192,1) 0%, rgba(194,194,192,1) 5%, rgba(254,254,253,1) 36%, rgba(254,254,253,1) 65%, rgba(194,194,192,1) 96%, rgba(194,194,192,1) 100%);
background: linear-gradient(45deg, rgba(194,194,192,1) 0%, rgba(194,194,192,1) 5%, rgba(254,254,253,1) 36%, rgba(254,254,253,1) 65%, rgba(194,194,192,1) 96%, rgba(194,194,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c0', endColorstr='#c2c2c0',GradientType=1 );
box-shadow: 0px 0px 7px 0px #000;
}
.flex-cat-blockssssss{
background-color: #1a1a1a;
padding: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
.two_block_footer .logo_block_footer {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.flex-cat-blockssssss .shop_cat_link{
margin-bottom: 0px;
padding: 15px;
width: 215px;
text-align: center;
height: 230px;
font-weight: bold;
background-color: transparent;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
margin-bottom: 10px;
}
.two_block_footer .logo img {
display: block;
height: 90px;
margin-right: 20px;
}
.two_block_footer .logo_text_footer {
color: #FFDE20;
font-size: 15px;
text-align: center;
}
.footer_copyright span{
color:#ffe431;
}
.footer_copyright .main{
font-size:13px;
color:#fff;
text-align:center;
padding:7px 0;
background-color:#48525d;
}
.footer_menu {
width: 750px;
text-align: center;
}
.footer_menu ul {
margin: 0;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.footer_menu ul li{
margin:0;
padding:3px 0;
list-style:none;
margin-right:20px;
color:#fff;
font-size:14px;
}
.footer_menu ul li:last-child{
margin-right:0;
}
.footer_menu ul li a{
color:#fff;
}
.footer_menu ul li a:hover{
color:#FF8702;
}
.contact_footer .name_cont{
font-size:21px;
color:#ffc20e;
text-align:center;
margin-bottom:15px;
display:none;
}
.contact_footer .nam_contacts{
font-size:15px;
color:#ffc20e;
text-align:center;
}
.contact_footer span {
display: block;
color: #fff;
margin: 5px 0px;
font-size: 14px;
}
.tel_footer a{
color:#fff;
}
.nam_contacts_email{
font-size:15px;
color:#ffc20e;
text-align:center;
}
.email_footer{
display: block;
color: #fff;
margin: 5px 0px;
font-size: 14px;
}
.email_footer a{
color:#fff;
display:block;
text-align:center;
}
.two_blocks_footer {
margin-left: 50px;
}
.ob_block_footers {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.first_text .main{
width:100%;
}
.first_text h5 {
font-size: 25px;
border-left: 15px solid #FFC20F;
margin-bottom:40px;
padding:7px 15px;
}
.first_text h4 {
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
margin-bottom: 5px;
padding: 7px 15px;
font-weight: bold;
text-transform:uppercase;
}
.text_gl li {
margin-bottom: 4px;
font-size: 14px;
}
.first_text h3 {
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
margin-bottom: 7px;
padding: 7px 15px;
font-weight: bold;
margin-top:15px;
text-transform:uppercase;
}
.first_text h2 {
font-size: 17px;
margin-bottom: 7px;
text-align:center;
padding: 7px 15px;
font-weight: bold;
margin-top: 15px;
}
.js_shop_list .shop_text h2{
font-size: 17px;
text-align:center;
padding-left: 15px;
margin-bottom: 7px;
padding: 7px 15px;
font-weight: bold;
margin-top:15px;
}
.shop_panes_catalog {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-moz-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align:center;
margin-top:20px;
}
.shop_panes_catalog .js_shops {
position: relative;
display: inline-block;
border: 1px solid transparent;
padding: 15px;
-webkit-transition: border 0.2s;
-o-transition: border 0.2s;
-moz-transition: border 0.2s;
transition: border 0.2s;
width: 251px;
margin-right: 10px;
margin-bottom: 10px;
vertical-align: top;
background-color: #fff;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, -o-transform;
-moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform, -o-transform;
-moz-box-shadow: 0px 0px 2px 2px #D7D7D7;
text-align: center;
border: 1px solid #ccc;
}
.container_firstpage .shop_panes_catalog .js_shops{
background-color: transparent;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, -o-transform;
-moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform, -o-transform;
margin-bottom: 20px;
box-shadow:none;
text-align:center;
border:none;
width:235px;
margin-bottom:0px;
padding-bottom:0px;
}
.container_firstpage .shop_panes_catalog .js_shops .shop-item-title{
background-color: transparent;
padding: 0;
font-size: 18px;
font-weight: bold;
margin: 10px 0px;
line-height:1;
}
.assadsadsadasdsadsdad {
background-color: #ccc;
height: 330px;
position: absolute;
top: 80px;
left: 20px;
right:20px;
width:auto;
background: -moz-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,68,71,1)), color-stop(4%, rgba(67,68,71,1)), color-stop(26%, rgba(67,68,71,1)), color-stop(100%, rgba(190,191,201,1)));
background: -webkit-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
background: -o-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
background: -ms-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
background: linear-gradient(0deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434447', endColorstr='#bebfc9',GradientType=0 );
}
.shop_panes_catalog .js_shops:last-child{
margin-right:0;
}
.container_firstpage .shop-item-artikulsz{
background:none;
font-size:12px;
margin-top: 7px;
}
.container_firstpage .shop-item-artikulsz .kk2{
background-color:transparent;
}
.container_firstpage .shop-item-artikulsz .kkk{
background-color:transparent;
}
.catalog_tovarov .zagalov {
font-size: 32px;
text-align: center;
padding-top: 0;
font-weight: bold;
color: #d6b92b;
padding: 15px 0 15px 0;
line-height: 1;
margin: 0;
padding-top:0px;
}
.catalog_tovarov{
margin-bottom:20px;
}
.js_shop_param_price .title{
display:none !important;
}
.addict-field{
display:none !important;
}
.container_catalog .shop-item-price .price {
display: block;
font-size: 23px;
font-weight: normal;
color: #CB3D31;
width: 100%;
height: 30px;
line-height: 30px;
margin-right: 5px;
text-align: left;
}
.container_firstpage .js_shop_form {
margin-top: 30px;
}
.js_shop_price {
float: left;
margin-right: 5px;
}
.shop-item-price .price-old {
display: block;
font-size: 16px;
color: #484848;
font-weight: bold;
float: right;
}
.js_shops .to-cart .number {
height: 30px;
width: 30px;
border: none;
text-align: center;
font-weight: bold;
margin: 0;
font-size: 24px;
line-height: 1;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background: -moz-linear-gradient(90deg, rgba(104,104,104,1) 0%, rgba(205,205,204,1) 24%, rgba(246,246,243,1) 47%, rgba(205,205,204,1) 69%, rgba(91,91,91,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(91,91,91,1)), color-stop(31%, rgba(205,205,204,1)), color-stop(53%, rgba(246,246,243,1)), color-stop(76%, rgba(205,205,204,1)), color-stop(100%, rgba(104,104,104,1)));
background: -webkit-linear-gradient(90deg, rgba(104,104,104,1) 0%, rgba(205,205,204,1) 24%, rgba(246,246,243,1) 47%, rgba(205,205,204,1) 69%, rgba(91,91,91,1) 100%);
background: -o-linear-gradient(90deg, rgba(104,104,104,1) 0%, rgba(205,205,204,1) 24%, rgba(246,246,243,1) 47%, rgba(205,205,204,1) 69%, rgba(91,91,91,1) 100%);
background: -ms-linear-gradient(90deg, rgba(104,104,104,1) 0%, rgba(205,205,204,1) 24%, rgba(246,246,243,1) 47%, rgba(205,205,204,1) 69%, rgba(91,91,91,1) 100%);
background: linear-gradient(0deg, rgba(104,104,104,1) 0%, rgba(205,205,204,1) 24%, rgba(246,246,243,1) 47%, rgba(205,205,204,1) 69%, rgba(91,91,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#686868',GradientType=0 );
box-shadow: 0px 0px 5px 1px #ccc;
}
.js_shops .js_shop_buy {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 15px;
}
.ob_block_shadov .callbackwrap-a{
font-size:17px !important;
}
.solid {
border: none;
padding: 0 30px;
color: #FFF;
font-size: 22px;
font-weight: bold;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
width: 80%;
height: 30px;
cursor: pointer;
background: -moz-linear-gradient(90deg, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 71%, rgba(242,136,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,136,10,1)), color-stop(29%, rgba(245,211,49,1)), color-stop(100%, rgba(245,211,49,1)));
background: -webkit-linear-gradient(90deg, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 71%, rgba(242,136,10,1) 100%);
background: -o-linear-gradient(90deg, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 71%, rgba(242,136,10,1) 100%);
background: -ms-linear-gradient(90deg, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 71%, rgba(242,136,10,1) 100%);
background: linear-gradient(0deg, rgba(245,211,49,1) 0%, rgba(245,211,49,1) 71%, rgba(242,136,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2880a', endColorstr='#f5d331',GradientType=0 );
color: #000;
}
.container_firstpage .callbackwrap-a{
background: -moz-linear-gradient(90deg, rgba(150,4,4,1) 0%, rgba(245,22,22,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245,22,22,1)), color-stop(100%, rgba(150,4,4,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(150,4,4,1) 0%, rgba(245,22,22,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(150,4,4,1) 0%, rgba(245,22,22,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(150,4,4,1) 0%, rgba(245,22,22,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(150,4,4,1) 0%, rgba(245,22,22,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51616', endColorstr='#960404',GradientType=0 ); /* ie6-9 */
font-weight:bold;
}
.container_firstpage .catalog_tovarov .solid{
width:75% !important;
}
.solid:hover {
background: #1fc80d;
background: -webkit-linear-gradient(top,#69f95b,#1fc80d);
background: -ms-linear-gradient(top,#69f95b,#1fc80d);
background: -moz-linear-gradient(top,#69f95b,#1fc80d);
background: linear-gradient("to bottom", #69f95b,#1fc80d);
}
.click_cp input {
margin-top: 10px;
border: none;
background: #f1f1f1;
background: -webkit-linear-gradient(top, #fff, #f1f1f1);
background: -moz-linear-gradient(top, #fff, #f1f1f1);
background: -webkit-gradient(linear, , from(#fff), to(#f1f1f1));
background: -webkit-linear-gradient('to bottom', #fff, #f1f1f1);
background: -moz-linear-gradient('to bottom', #fff, #f1f1f1);
background: -o-linear-gradient('to bottom', #fff, #f1f1f1);
background: linear-gradient('to bottom', #fff, #f1f1f1);
border: 1px solid #ececec;
border-bottom: 0;
-webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;
-moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;
box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;
padding: 7px;
color: #3e77aa;
width: 100%;
cursor: pointer;
font-size: 17px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.click_cp input:hover {
background: #faf8e1;
background: -webkit-linear-gradient(top, #fff, #faf8e1);
background: -moz-linear-gradient(top, #fff, #faf8e1);
background: -webkit-gradient(linear, , from(#fff), to(#faf8e1));
background: -webkit-linear-gradient('to bottom', #fff, #faf8e1);
background: -moz-linear-gradient('to bottom', #fff, #faf8e1);
background: -o-linear-gradient('to bottom', #fff, #faf8e1);
background: linear-gradient('to bottom', #fff, #faf8e1);
color: #fb3f4c;
}
.js_shops .error{
display:none !important;
}
.js_shops:hover .shop-photo{
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.content {
width: 940px;
}
.container_catalog .leftsidebar {
width: 300px;
background-color: #fafafa;
display: table;
padding: 0;
}
.container_catalog .catalog_tovarov .main{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20px;
padding-top: 20px;
background-color: transparent;
}
.container_catalog .shop_list{
border:none;
margin:0;
padding:0;
}
.container_catalog .shop-pane {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align:center;
}
.container_catalog_site .shop_panes_catalog .shop-photo a{
display: flex;
height: 205px;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
.container_catalog_site .shop_panes_catalog .js_shops{
overflow:hidden;
}
.container_catalog .shop-pane .js_shops {
overflow:hidden;
position: relative;
display: inline-block;
border: 1px solid transparent;
padding: 15px;
-webkit-transition: border 0.2s;
-o-transition: border 0.2s;
-moz-transition: border 0.2s;
transition: border 0.2s;
width: 300px;
margin-right: 20px;
vertical-align: top;
background-color: #fff;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, -o-transform;
-moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform, -o-transform;
margin-bottom: 20px;
-moz-box-shadow: 0px 0px 2px 2px #D7D7D7;
text-align: center;
-webkit-box-shadow: 2px 2px 3px #9c9c9c;
-moz-box-shadow: 2px 2px 3px #9c9c9c;
box-shadow: 2px 2px 3px #9c9c9c;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.container_catalog .shop-pane .js_shops:nth-child(3n){
margin-right:0px;
}
.work_z .js_shops:nth-child(3n){
margin-right:20px !important;
}
.js_shops .shop-photo{
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
-o-transition: -o-transform 0.3s;
-moz-transition: transform 0.3s, -moz-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.work_z .shop-item-title{
margin-bottom:10px;
}
.container_catalog .shop-photo a{
display:flex;
height:281px;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
.container_catalog .shop-photo .js_shop_img{
height: auto;
width: auto;
max-width: 210px;
}
.container_catalog .shop_list .block{
width:100%;
-webkit-box-shadow: 0px 0px 2px 2px #D7D7D7;
-moz-box-shadow: 0px 0px 2px 2px #D7D7D7;
box-shadow: 0px 0px 2px 2px #D7D7D7;
margin-top:0;
}
.leftsidebar .block{
margin:0;
padding:0 20px 20px 20px;
background-color:#fafafa;
}
.b-active{
background-color: #fff;
color:#000;
font-size: 15px;
font-weight: bold;
display: block;
padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 7px;
}
.leftsidebar h3{
margin:0;
padding:0;
margin-bottom:20px;
font-size: 16px;
color: #fff;
padding-left: 15px;
background-color: #6088ab;
padding: 5px 15px;
-webkit-box-shadow: 2px 2px 2px #D7D7D7;
-moz-box-shadow: 2px 2px 2px #D7D7D7;
box-shadow: 2px 2px 2px #D7D7D7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
font-weight: normal;
margin-top:20px;
}
.leftsidebar form input[type="checkbox"], form input[type="radio"] {
display: none;
}
.js_shop_search_rows {
display: inline-block;
}
.leftsidebar form input[type="checkbox"] + label, form input[type="radio"] + label {
cursor: pointer;
font-size: 14px;
height: auto;
padding: 2px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #000;
-webkit-transition: background .3s;
-o-transition: background .3s;
-moz-transition: background .3s;
transition: background .3s;
border: 1px solid #c2c2cc;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
display:table;
margin:5px;
}
.leftsidebar form input[type="checkbox"]:checked + label {
background: #5cb5e5;
color: #FFF;
-webkit-box-shadow: 0 0 3px silver;
-moz-box-shadow: 0 0 3px silver;
box-shadow: 0 0 3px silver;
}
.leftsidebar form input[type="checkbox"] + label:hover {
background: #5cb5e5;
color: #FFF;
-webkit-box-shadow: 0 0 3px silver;
-moz-box-shadow: 0 0 3px silver;
box-shadow: 0 0 3px silver;
}
.shop-item-artikul-id {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
margin: 0;
padding: 0;
font-weight: normal;
overflow: hidden;
color: #4b4a4b;
background: url('../img/param_d.png') repeat-x left 8px;
margin-bottom: 7px;
font-size: 15px;
}
.kk2 {
background-color: #fff;
padding-right: 10px;
}
.kkk {
background-color: #fff;
padding-left: 10px;
}
.paginator {
font-weight: bold;
font-size: 12px;
text-align: center;
}
.paginator > *.active, .paginator > *:hover {
color: #FFF;
background: #dd728e;
-webkit-box-shadow: 2px 2px 4px #dd728e;
-moz-box-shadow: 2px 2px 4px #dd728e;
box-shadow: 2px 2px 4px #dd728e;
}
.paginator a:link, .paginator a:visited, .paginator span {
margin: 0 5px;
}
.shop_list {
margin: 0;
padding: 0;
border: none;
}
.test1 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color:#afb0b9;
padding:20px;
}
.test1 .shop_cat_link {
margin-bottom: 0px;
padding:15px;
width: 215px;
text-align: center;
height: 230px;
font-weight: bold;
background-color: transparent;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
margin-bottom:10px;
}
.shop_cat_link .bobmarley {
font-size: 16px;
color: #f5d331;
background-color: #1a1a1a;
padding: 10px;
line-height: 1.2;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
.test1 .shop_cat_link:nth-child(4n){
margin-right:0;
}
.test1 .shop_cat_link:nth-child(8n){
margin-right:0;
}
.ine_line{
background-image:url('../img/linsew.png');
background-repeat:repeat-x;
height:2px;
padding:30px 0 10px 0;
background-position: center;
}
.ine_line_b{
background-image:url('../img/linsew.png');
background-repeat:repeat-x;
height:2px;
padding:20px;
background-position: center;
}
.shop_cat_link .shop_cat_img a {
margin-top: 0;
margin: 0 auto;
text-align: center;
}
.shop_cat_link a {
font-size: 14px;
color: #000;
display: block;
margin-top: 10px;
}
.shop_cat_img img {
width: auto;
height: 120px;
}
.test1 .shop_cat_img img {
width: auto;
height: 130px;
}
.shop_cat_link:hover {
-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
background-color: #f9ecbd;
}
.none_click {
display: none;
}
.content-catalog_bacgroung {
background-color: rgba(0,0,0,0.2);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2;
display: none;
}
.zagalov_menu {
font-size: 16px;
color: #fff;
padding-left: 15px;
background-color: #6088ab;
padding: 5px 15px;
-webkit-box-shadow: 2px 2px 2px #D7D7D7;
-moz-box-shadow: 2px 2px 2px #D7D7D7;
box-shadow: 2px 2px 2px #D7D7D7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
font-weight: normal;
text-transform:uppercase;
margin-bottom:10px;
}
.left_z_menu ul{
margin: 0;
padding: 0;
list-style: none;
}
.left_z_menu ul li{
list-style:none;
}
.left_z_menu ul li a{
color:#000;
display:block;
}
.left_z_menu ul li ul li a{
font-size:13px;
}
.left_z_menu ul li a img{
display: block;
height: 67px;
width: auto;
margin: 0 auto;
margin-bottom:7px;
}
.left_z_menu ul li img{
display: block;
height: 67px;
width: auto;
margin: 0 auto;
margin-bottom:7px;
}
.left_z_menu ul li.active{
color:#FF8702;
}
.text_fon{
background-color:#fff;
padding:20px;
}
.banerrrrrrrrs {
height: 65px;
width: 100%;
cursor: pointer;
margin-top: 20px;
font-weight: bold;
background-color: #1a1a1a;
border-radius: 100px;
color: #f02e2e;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
font-size: 29px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
box-shadow: 0px 0px 7px 0px #000;
}
.banerrrrrrrrs:hover {
opacity: 0.7;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
}
.banerrrrrrrrs span{
font-weight:bold;
}
.modal_div{
width: 450px;
border: none;
background: #fff;
-webkit-box-shadow: 0px 0px 10px 1px #000;
-moz-box-shadow: 0px 0px 10px 1px #000;
box-shadow: 0px 0px 10px 1px #000;
position: fixed;
top: 45%;
left: 45%;
margin-top: -150px;
margin-left: -150px;
display: none;
opacity: 0;
z-index: 9999999999;
padding: 35px;
}
/* Кнопка закрыть для тех кто в танке) */
.modal_close {
position: absolute;
top: 5px;
right: 10px;
cursor: pointer;
display: block;
font-weight: bold;
}
/* Подложка */
#overlay {
z-index: 98; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
position: fixed; /* всегда перекрывает весь сайт */
background-color: #000; /* черная */
opacity: 0.6; /* но немного прозрачна */
width: 100%;
height: 100%; /* размером во весь экран */
top: 0;
left: 0; /* сверху и слева 0, обязательные свойства! */
cursor: pointer;
display: none; /* в обычном состоянии её нет) */
}
.styl {
width: 100%;
padding: 10px 20px !important;
margin: 0 !important;
font-size: 16px !important;
margin-bottom: 10px !important;
color:#000 !important;
}
.styl2 {
background-color: #7bc6f9;
border: none;
border-bottom: 3px solid #000;
font-size: 18px;
color: #fff;
text-align: center;
text-transform: uppercase;
display: block;
height: 45px;
width: 100%;
line-height: 45px;
padding: 0;
margin-top: 15px;
cursor: pointer;
}
.styl2:hover {
background-color: #3fabf5;
}
.readmore{
position: absolute;
bottom: 20px;
left: 20px;
background-color: transparent;
border: none;
font-size: 16px;
color: #010000;
padding: 0;
margin: 0;
padding-bottom: 0px;
cursor: pointer;
font-weight:bold;
}
.columns .js_shop .error{
display:none !important;
}
.overf{
display: none;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index:9999999;
}
.wrap-z{
width: 570px;
margin: 0px auto;
position: fixed;
top: 50%;
left: 50%;
margin-top: -139px;
margin-left: -285px;
background-color: #fff;
text-align: center;
}
.clocez{
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.wrap-z .zagalov{
text-align: center;
text-transform: uppercase;
background: #eaf3ff;
color: #000;
padding: 10px;
font-size: 21px;
font-weight: bold;
}
.cnops_s{
background-color: #bdeeff;
font-size: 16px;
color: #000;
text-align: center;
text-transform: uppercase;
border: none;
padding: 0;
height: 45px;
line-height: 45px;
cursor: pointer;
font-weight: normal;
margin: 25px 15px;
display: inline-block;
padding: 0 25px;
}
.click_cup{
background-color:#ea5e67;
color:#fff;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transition-property: background-color, text-shadow, -webkit-box-shadow;
transition-property: background-color, text-shadow, -webkit-box-shadow;
-o-transition-property: background-color, box-shadow, text-shadow;
-moz-transition-property: background-color, box-shadow, text-shadow, -moz-box-shadow;
transition-property: background-color, box-shadow, text-shadow;
transition-property: background-color, box-shadow, text-shadow, -webkit-box-shadow, -moz-box-shadow;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cloz:hover{
background-color: #67dcf3;
}
.click_cup:hover{
-webkit-box-shadow: inset 0 0 20px -5px #000;
-moz-box-shadow: inset 0 0 20px -5px #000;
box-shadow: inset 0 0 20px -5px #000;
text-shadow: 0 0 3px #fff;
opacity: 1;
}
.catalog_tovarov_id .main {
padding: 20px;
background-color:#fafafa;
}
.catalog_tovarov .main{
position:relative;
background-color:#1a1a1a;
padding:20px;
padding-top:0px;
padding-bottom:0px;
}
.js_shop_all_img{
position: relative;
height: auto;
width: 480px;
margin-bottom: 20px;
border: 1px solid #ebeef2;
}
.js_shop_all_img .shop_id_img{
width: 100%;
height: auto;
padding: 20px;
}
/*.js_shop_idsz {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}*/
.opis_r {
width: 320px;
background-color: rgb(255, 255, 255);
border: 1px solid rgba(0, 0, 0, 0.09);
padding: 20px;
background-color: #fff;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, -o-transform;
-moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform, -o-transform;
-moz-box-shadow: 0px 0px 2px 2px #D7D7D7;
box-shadow: 0px 0px 3px #1d373c;
border-radius: 3px;
}
.ob_block_shadov {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
box-shadow: 0px 0px 3px #1d373c;
padding: 20px;
}
.zagalov {
color: #4b4a4b;
text-transform: uppercase;
text-align: center;
font-size: 26px;
padding: 20px 0;
}
.block_ob_h {
padding: 0 20px 20px 20px;
}
.ob_line_h {
margin-bottom: 13px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ob_line_h img {
height: 40px;
}
.text_cartina {
width: 75%;
}
.shop-item-names{
margin:0;
padding:0;
display: block !important;
font-size: 24px;
font-weight: normal;
line-height: 1.2;
text-align:center;
}
.nalichiye {
color: #85BB65;
margin: 15px 0;
font-size: 22px;
text-align:center;
}
.shop-item-artikulsz {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
margin: 0;
padding: 0;
font-weight: normal;
overflow: hidden;
color: #4b4a4b;
background: url('../img/param_d.png') repeat-x left 8px;
margin-bottom: 7px;
font-size: 15px;
}
.garant_id {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
font-weight: normal;
overflow: hidden;
color: #4b4a4b;
background: url('../img/param_d.png') repeat-x left 11px;
margin-bottom: 7px;
font-size: 15px;
}
.container_catalog_id .js_shop_form{
padding: 15px;
background: #ffffff;
margin-top: 5px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
border-top: 1px solid silver;
-webkit-box-shadow: inset 0px 1px 1px #FFF;
-moz-box-shadow: inset 0px 1px 1px #FFF;
box-shadow: inset 0px 1px 1px #FFF;
}
.container_catalog_id .shop-item-price{
margin:0;
padding:0;
}
.container_catalog_id .shop-item-price .price {
color: #e12447;
font-size: 25px;
font-weight: normal;
width: 100%;
margin-right: 0;
text-align: left;
border: 1px solid #ccc;
padding: 5px 15px;
margin: 10px 0;
display:block;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
line-height:42px;
margin-bottom:15px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.container_catalog_id .js_shop_form .price .price-old {
margin-left: 80px;
font-size:18px;
}
.container_catalog_id .js_shop_form .price .price-old .strike{
font-size:17px;
}
.container_catalog_id .banerrrrrrrrs{
margin-bottom:20px;
}
.search{
position:relative;
}
.container_catalog_id .error{
display:none !important;
}
.container_catalog_id .js_shop .js_shop_buy {
display: block;
text-align: center;
margin-bottom: 10px;
}
.container_catalog_id .to-cart .number {
height: 45px;
width: 50px !important;
border: none;
-webkit-box-shadow: 0 2px 3px #818181;
-moz-box-shadow: 0 2px 3px #818181;
box-shadow: 0 2px 3px #818181;
background: #eaf1f8;
text-align: center;
font-weight: bold;
margin: 0;
font-size: 15px;
}
.container_catalog_id .to-cart{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.container_catalog_id .to-cart .solid{
height:45px;
text-transform:uppercase;
}
.container_catalog_id .click_cp input{
padding:10px;
margin-top:10px;
text-transform:uppercase;
}
.ob_block_opisaniye {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width:820px;
}
.ob_block_opisaniye .tabs {
width: 820px;
padding: 0;
margin: 0;
}
.ob_lable {
background-color: #1E2F45;
}
.ob_block_opisaniye .tabs input:checked + label {
color: #3e3e3e;
background: #e9e9e9;
-webkit-box-shadow: inset 0px 2px #d6bdb9;
-moz-box-shadow: inset 0px 2px #d6bdb9;
box-shadow: inset 0px 2px #d6bdb9;
background-color: #fff;
margin: 0;
}
.ob_block_opisaniye .tabs label {
padding: 0;
margin: 0;
height: 35px;
line-height: 35px;
display: inline-block;
color: #fff;
font-size: 15px;
padding: 0 25px;
cursor:pointer;
}
.ob_block_opisaniye .tabs input {
display: none;
}
#content1 {
display: block;
}
section {
display: none;
padding: 15px;
background: #fff;
border: 1px solid #ddd;
}
.corzina {
position: relative;
max-height:36px;
}
.js_shops  .price{
display: block;
font-size: 23px;
font-weight: bold;
color: #CB3D31;
width: 100%;
height: 30px;
line-height: 30px;
margin-right: 5px;
text-align: left;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.js_cart_block_form .cart_img img{
height:120px;
width:auto;
}
.js_cart_block_form .number{
text-align:center;
}
.shop_block_coupon{
display:none !important;
}
.container_catalog_cart .cart_img img{
height:150px;
width:auto;
}
.container_catalog_cart .number{
text-align:center;
}
.container_catalog_cart .cart_old_price{
text-align:center;
font-weight:normal;
font-size:13px;
}
.container_catalog_cart .cart_price{
text-align:center;
font-weight:normal;
font-size:13px;
padding: 0 5px;
}
.container_catalog_cart .cart_discount{
text-align:center;
font-weight:normal;
font-size:13px;
}
.container_catalog_cart .cart_summ{
text-align:center;
font-weight:normal;
font-size:13px;
padding: 0 5px;
border-right:1px solid #DEDEDE;
}
.container_catalog_cart .cart_count{
text-align:center;
font-weight:normal;
font-size:13px;
padding: 0 5px;
border-right:1px solid #DEDEDE;
}
.container_catalog_cart .cart_name{
text-align:center;
font-weight:normal;
font-size:13px;
border-right:1px solid #DEDEDE;
}
.container_catalog_cart .cart_img{
text-align:center;
font-weight:normal;
font-size:13px;
border-right:1px solid #DEDEDE;
}
.container_catalog_cart .cart_remove{
text-align:center;
font-weight:normal;
font-size:13px;
padding: 0 5px;
border-right:1px solid #DEDEDE;
}
.optst {
margin: 0 !important;
width: 100% !important;
padding: 10px 15px;
border: 1px solid #ccc;
margin-bottom: 10px !important;
font-size: 15px;
}
.cnops_cart {
background: #619bb9;
background: -webkit-linear-gradient(top, #619bb9, #619bb9);
background: -moz-linear-gradient(top, #79d670, #4bbe3f);
background: -webkit-gradient(linear, , from(#79d670), to(#4bbe3f));
background: -webkit-linear-gradient('to bottom', #79d670, #4bbe3f);
background: -moz-linear-gradient('to bottom', #79d670, #4bbe3f);
background: -o-linear-gradient('to bottom', #79d670, #4bbe3f);
background: linear-gradient('to bottom', #79d670, #4bbe3f);
-webkit-box-shadow: 3px 3px 7px 0 rgba(97, 155, 185, .5), inset 0 -3px 0 0 #619bb9;
-moz-box-shadow: 3px 3px 7px 0 rgba(97, 155, 185, .5), inset 0 -3px 0 0 #619bb9;
box-shadow: 3px 3px 7px 0 rgba(97, 155, 185, .5), inset 0 -3px 0 0 #619bb9;
border: none;
display: block;
cursor: pointer;
color: #fff;
padding: 10px 25px;
font-size: 15px;
float:right;
}
.cnops_cart:hover{
background-color:#ccc;
background:#ccc;
}
.zagalov_cart{
font-size: 21px;
margin: 20px 0;
font-weight: bold;
}
.block_flex_ {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.js_cart_table_form {
width: 800px;
}
.cart_form {
width: 430px;
}
.container_catalog_cart .catalog_tovarov_id{
margin-top:20px;
}
.container_catalog_cart .cart{
margin-bottom:20px;
}
.container_catalog_cart .js_cart_count{
text-align:center
}
.cart_remove span, .wishlist_remove span{
background:none;
padding:0 5px;
width:100%;
}
.js_cart_count {
text-align:center;
}
.cart_order .error{
display:none !important;
}
.container_catalog_site h1{
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin:20px 0;
text-transform: uppercase;
}
.container_catalog_site .catalog_tovarov_id .main{
max-width:1100px;
width:100%;
}
.zmain_search .content .search_top{
width:100%;
padding:15px;
max-height:inherit;
max-width:100%;
}
.zmain_search .content .submit_search{
height:46px;
width:45px;
}
.content_dostavka {
font-size: 14px;
color: #010000;
}
.jiks {
margin-top: 0;
}
.zagalov_oplata {
padding: 0;
padding: 5px 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
background-color: #4E6289;
text-transform: uppercase;
text-align: center;
font-size: 21px;
color: #fff;
max-height: 35px;
margin: 0;
margin: 25px 0;
font-weight: normal;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.testst {
background-color: #1a1a1a;
padding: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
.zagalov_dostava {
margin-top: 35px;
margin-bottom: 15px;
font-weight: bold;
}
.content_dostavka span {
color: #ff0078;
}
.zagalov_dostava_t {
display: inline-block;
margin-top: 10px;
margin-bottom: 5px;
}
.zagalov_oplata {
padding: 0;
padding: 5px 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
background-color: #4E6289;
text-transform: uppercase;
text-align: center;
font-size: 21px;
color: #fff;
max-height: 35px;
margin: 0;
margin: 25px 0;
font-weight: normal;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.content_oplata {
font-size: 14px;
color: #010000;
}
.about p {
font-size: 14px;
color: #474747;
line-height: 1.5;
text-align: justify;
}
.about h2 {
font-size: 16px;
color: #0B364E;
margin: 20px 0 10px 0;
}
.about li {
list-style-type: none;
background-image: url('../img/check.png');
padding: 0;
margin: 0;
padding-left: 30px;
margin-left: 30px;
background-repeat: no-repeat;
}
#content5 h2{
font-size: 16px;
color: #0B364E;
margin: 20px 0 10px 0;
}
.flex_cart_block {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-height:36px;
}
.name_cart_z {
background-color: #727C87;
padding: 7px 10px;
color: #fff;
font-size: 18px;
display:block;
margin:0;
max-height:36px;
max-width:98px;
font-weight:bold;
}
.count_cart_z {
height: 36px;
font-weight:bold;
line-height: 36px;
min-width: 63px;
color: #000;
background-color: #F7F7F7;
font-size: 14px;
background-image: url('../img/asdsad.jpg');
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 42px;
padding-right: 10px;
display:block;
margin:0;
max-width:63px;
max-height:36px;
}
.overf {
display: none;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.wrap-z {
width: 570px;
margin: 0px auto;
position: fixed;
top: 50%;
left: 50%;
margin-top: -139px;
margin-left: -285px;
background-color: #fff;
text-align: center;
}
.clocez {
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.wrap-z .zagalov {
text-align: center;
text-transform: uppercase;
background: #eaf3ff;
color: #000;
padding: 10px;
font-size: 21px;
font-weight: bold;
}
.cnops_s {
background-color: #bdeeff;
font-size: 16px;
color: #000;
text-align: center;
text-transform: uppercase;
border: none;
padding: 0;
height: 45px;
line-height: 45px;
cursor: pointer;
font-weight: normal;
margin: 25px 15px;
display: inline-block;
padding: 0 25px;
}
.click_cup {
background-color: #ea5e67;
color: #fff;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transition-property: background-color, text-shadow, -webkit-box-shadow;
transition-property: background-color, text-shadow, -webkit-box-shadow;
-o-transition-property: background-color, box-shadow, text-shadow;
-moz-transition-property: background-color, box-shadow, text-shadow, -moz-box-shadow;
transition-property: background-color, box-shadow, text-shadow;
transition-property: background-color, box-shadow, text-shadow, -webkit-box-shadow, -moz-box-shadow;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.js_cart_block_form .error{
display:none !important;
}
.modal_div2 {
width: 450px;
border: none;
background: #fff;
-webkit-box-shadow: 0px 0px 10px 1px #000;
-moz-box-shadow: 0px 0px 10px 1px #000;
box-shadow: 0px 0px 10px 1px #000;
position: fixed;
top: 45%;
left: 45%;
margin-top: -150px;
margin-left: -150px;
display: none;
opacity: 0;
z-index: 99;
padding: 35px;
}
.modal_div2 h3{
display:none;
}
.red_z {
width: 100%;
padding: 10px 15px;
margin-bottom: 10px;
border: 1px solid #ccc;
font-size: 15px;
}
.modal_close2 {
position: absolute;
top: 5px;
right: 10px;
cursor: pointer;
display: block;
font-weight: bold;
}
.modal_div2 .solid{
margin:0 auto;
display:block;
}
.block_ob_cat_child {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block_ob_cat_child .shop_cat_link:nth-child(3n) {
margin-right: 0;
}
.block_ob_cat_child .shop_cat_link {
width: 316px;
}
.zagalov_cat_child {
font-size: 34px;
font-weight: bold;
color: #d6b92b;
text-transform: uppercase;
margin-bottom: 20px;
text-align: center;
line-height: 1;
}
.category-block-menu #top-menu li ul {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-moz-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
padding-bottom:10px;
}
.category-block-menu #top-menu li ul li{
margin: 0;
padding: 0;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
box-shadow: 0 0 3px rgba(0,0,0,0.5);
width: 153px;
text-align: center;
background-color: #fff;
list-style: none;
padding:10px 5px;
margin-top:10px;
margin-right:10px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
}
.category-block-menu #top-menu .menudiv li:nth-child(6n) {
margin-right: 10px;
}
.category-block-menu #top-menu .menudiv li{
margin:0;
margin-top:10px;
margin-left: 10px;
}
.category-block-menu #top-menu li ul li:hover {
background-color: #f9ecbd;
}
#left_z_menu ul .has-sub {
padding: 7px 0px;
background-image: url('../img/arrow_right.png');
background-position: center right;
background-repeat: no-repeat;
-webkit-background-size: 7% 7%;
-moz-background-size: 7%;
-o-background-size: 7%;
background-size: 7%;
}
#left_z_menu ul .active_z {
padding: 7px 0px;
background-image: url('../img/arrow_right.png');
background-position: center right;
background-repeat: no-repeat;
-webkit-background-size: 7% 7%;
-moz-background-size: 7%;
-o-background-size: 7%;
background-size: 7%;
}
#left_z_menu ul .active_z a{
color:#008dd3;
}
#left_z_menu ul .has-sub a:hover{
color:#008dd3;
}
#left_z_menu ul .active_z a:hover{
color:#008dd3;
}
.category-block-menu #top-menu li ul li a img{
display:block;
margin:0 auto;
text-align:center;
height:75px;
width:auto;
margin-bottom:5px;
max-width:100%;
}
.category-block-menu #top-menu li ul li img{
display:block;
margin:0 auto;
text-align:center;
height:75px;
width:auto;
margin-bottom:5px;
max-width:100%;
}
.category-block-menu #top-menu li ul li a{
border:none;
padding:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background-color:transparent;
color:#000;
font-size:13px;
background:none;
}
.category-block-menu #top-menu li ul li a:hover{
border:none;
padding:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background-color:transparent;
font-size:13px;
}
.category-block-menu #top-menu li .menudiv{
position:absolute;
top:-2000px;
visibility:hidden;
padding-top:16px;
width: 100%;
left: 0;
-webkit-transform:scaleY(0.8);
-moz-transform:scaleY(0.8);
-ms-transform:scaleY(0.8);
-o-transform:scaleY(0.8);
transform:scaleY(0.8);
-webkit-transition:-webkit-transform 0.3s;
transition:-webkit-transform 0.3s;
-o-transition:-o-transform 0.3s;
-moz-transition:transform 0.3s, -moz-transform 0.3s;
transition:transform 0.3s;
transition:transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
z-index:99;
}
.category-block-menu #top-menu li .menudiv ul{
background-color:#f6f6f6;
}
.category-block-menu{
position:relative;
}
.category-block-menu > #top-menu > li:hover > .menudiv{
visibility:visible;
top:33px;
-webkit-transform:scaleY(1);
-moz-transform:scaleY(1);
-ms-transform:scaleY(1);
-o-transform:scaleY(1);
transform:scaleY(1);
}
.js_shop_idsz .shop_all_img a {
display: none;
}
.js_shop_idsz .shop_all_img .active{
display:block;
}
.shop_preview_img a:hover {
border: 1px solid #e12447;
}
#left_z_menu{
position:relative;
padding: 20px;
border: 2px solid #fafafa;
background-color:#fafafa;
height:275px;
}
.height275{
height:275px !important;
}
#left_z_menu ul li ul{
display: none;
list-style: none;
background-color: #f6f6f6;
z-index: 9;
position: absolute;
top: -2px !important;
left: 277px !important;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
height: 275px;
width: 830px !important;
padding:20px;
}
#left_z_menu ul li ul li {
list-style: none;
display: table;
vertical-align: middle;
width: 123px;
height: 117px;
display: block;
background-color: #fff;
overflow: hidden;
padding: 7px;
margin-top: 10px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
box-shadow: 0 0 3px rgba(0,0,0,0.5);
margin-right: 10px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
}
#left_z_menu ul li ul li:hover{
background-color: #f9ecbd;
}
#left_z_menu ul li{
list-style:none;
}
#left_z_menu ul li:hover > ul {
display: block;
}
#left_z_menu ul li:hover ul{
position: absolute;
top: 0;
left: 260px;
width: 500px;
padding: 0 15px 15px 15px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
#left_z_menu ul li .height_210{
height:275px;
}
.img_flex_footer_soc{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top:10px;
}
.img_flex_footer_soc img {
height: 35px;
padding: 0 7px;
}
.img_flex_footer_soc img:hover{
opacity:0.5;
}
.modal_div2 .errors{
position:static;
font-size:17px;
font-weight:normal;
margin:0;
padding:0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-transform:uppercase;
}
.container_firstpage .catalog_tovarov .shop-item-artikul-id{
display:none;
}
.container_catalog_cart .cart_old_price{
display:none !important;
}
.carta_block{
position:relative;
}
.block_texta{
position:absolute;
top:10px;
right:10px;
width:300px;
background-color:#fff;
padding:15px;
}
.magazine_info_title {
font-size: 19px;
color: #333;
margin-bottom: 15px;
text-align:center;
}
.ic_blcok_t{
background-image:url('../img/сс.png');
background-repeat:no-repeat;
background-position:left center;
padding-left:45px;
font-size:14px;
}
.ic_blcok_t div {
margin-bottom: 5px;
}
.ic_blcok_t div span {
display: inline-block;
margin-left: 7px;
}
.tel_ic_blcok_t{
background-image:url('../img/vv.png');
}
.mail_ic_blcok_t{
background-image:url('../img/bb.png');
}
.skype_ic_blcok_t{
background-image:url('../img/nn.png');
padding:5px 0 5px 45px;
}
.adress_ic_blcok_t{
background-image:url('../img/mm.png');
}
.modal_div3 .solid{
margin:0 auto;
display:block;
width:30%;
height:45px;
}
.modal_div3 h3{
margin:0;
margin-bottom:25px;
text-align:center;
}
.modal_div3{
margin-top:30px;
}
.modal_div3 .error{
position:static;
text-transform:uppercase;
font-size:15px;
padding:10px;
}
.content_id ul li{
line-height:1.5;
}
.content_id td {
font-size: 15px;
line-height: 1.5;
padding:5px;
}
p {
margin: 1px 0;
line-height:1.5;
}
.fix_c p{
font-size:15px;
}
.action_ic{
background-color:rgb(255, 90, 8);
width:45px;
height:45px;
margin-bottom:5px;
background-image: url('../img/cc3.png');
background-repeat:no-repeat;
-webkit-background-size: 70% 70%;
-moz-background-size: 70%;
-o-background-size: 70%;
background-size: 70%;
background-position: center;
display:block;
}
.first_text .main {
box-shadow: 0px 7px 10px 2px #000;
background: -moz-linear-gradient(90deg, rgba(49,48,48,1) 0%, rgba(104,104,104,1) 18%, rgba(205,205,204,1) 44%, rgba(246,246,243,1) 56%, rgba(155,153,153,1) 87%, rgba(60,59,59,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,59,59,1)), color-stop(13%, rgba(155,153,153,1)), color-stop(44%, rgba(246,246,243,1)), color-stop(56%, rgba(205,205,204,1)), color-stop(82%, rgba(104,104,104,1)), color-stop(100%, rgba(49,48,48,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(49,48,48,1) 0%, rgba(104,104,104,1) 18%, rgba(205,205,204,1) 44%, rgba(246,246,243,1) 56%, rgba(155,153,153,1) 87%, rgba(60,59,59,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(49,48,48,1) 0%, rgba(104,104,104,1) 18%, rgba(205,205,204,1) 44%, rgba(246,246,243,1) 56%, rgba(155,153,153,1) 87%, rgba(60,59,59,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(49,48,48,1) 0%, rgba(104,104,104,1) 18%, rgba(205,205,204,1) 44%, rgba(246,246,243,1) 56%, rgba(155,153,153,1) 87%, rgba(60,59,59,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(49,48,48,1) 0%, rgba(104,104,104,1) 18%, rgba(205,205,204,1) 44%, rgba(246,246,243,1) 56%, rgba(155,153,153,1) 87%, rgba(60,59,59,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3b3b', endColorstr='#313030',GradientType=0 ); /* ie6-9 */
padding: 20px;
}
.action_ic_rasilk{
background-color:rgb(255, 90, 8);
width:45px;
height:45px;
color:#fff;
background-image: url('../img/c1.png');
background-repeat:no-repeat;
-webkit-background-size: 70% 70%;
-moz-background-size: 70%;
-o-background-size: 70%;
background-size: 70%;
background-position: center;
display:block;
}
.fixt_right{
position:fixed;
right:0;
top:40%;
}
.action_ic:hover .hover_accii{
display:block;
background-color:rgb(255, 90, 8);
color:#fff;
}
.action_ic_rasilk:hover .hover_podpis{
display:block;
background-color:rgb(255, 90, 8);
color:#fff;
}
/*.catalog_tovarov .js_shop_list{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}*/
.catalog_tovarov .js_shop_list .shop_cat_link:nth-child(3n){
margin-right:0;
}
.soc_ic_blcok_t a {
display:inline-block;
margin:0 5px;
}
.soc_ic_blcok_t img {
height: 35px;
}
.soc_ic_blcok_t{
margin:0 auto;
display:table;
margin-top:10px;
}
.container_catalog_cart .cart_autorization{
display:none !important;
}
.shop_search_action label{
margin:0;
margin: 15px 0 15px 5px !important;
-webkit-box-shadow: 0 1px 2px #818181;
-moz-box-shadow: 0 1px 2px #818181;
box-shadow: 0 1px 2px #818181;
background: rgba(217,165,165,.4);
display: block;
padding: 7px 15px;
font-weight: bold;
}
.container_registration h1{
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin: 20px 0;
text-transform: uppercase;
}
.wrap-content {
width: 600px;
background-color: #eff0f2;
padding: 20px;
margin: 0 auto;
}
.wrap-content h3{
margin:0;
padding:0;
background: rgb(78, 113, 153) none repeat scroll 0% 0%;
color: rgb(255, 255, 255);
text-align: center;
padding: 10px;
margin-bottom:40px;
}
.wrap-content .block_inpt {
padding: 10px 12px 8px;
width: 100%;
max-width: 100%;
border: none;
color: #4a4a4a;
background-color: #FFF;
-webkit-box-shadow: 0 1px 0 0 #4e7199;
-moz-box-shadow: 0 1px 0 0 #4e7199;
box-shadow: 0 1px 0 0 #4e7199;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
display: block;
margin: 10px 0;
}
.vhod{
display:block;
margin:20px auto;
max-width: 275px;
width:100%;
color: #FFFFFF;
background-color: #1860AA;
border: none;
text-transform: uppercase;
text-align: center;
padding: 13px 12px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
cursor:pointer;
}
.vhod:hover{
background-color:#5cb5e5;
}
.flex_registrations{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.flex_registrations a {
display: block;
min-width: 175px;
color: #000;
background-color: #fad218;
border: none;
text-align: center;
padding: 7px 10px;
-webkit-transition: all .5s;
-o-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
cursor:pointer;
}
.flex_registrations a:hover{
background-color:#ffc20f;
}
.container_vostanov_pas .wrap-content{
display:none !important;
}
.container_vostanov_pas .stock{
display:block !important;
}
.container_vostanov_pas .required_field{
text-align:center;
}
.stock .error_message{
position:static !important;
text-align:center;
padding:7px 0;
}
.wrap-content .required_field{
text-align:center;
}
.ico_regist {
color: #000;
background-image: url('../img/auth.png');
background-repeat: no-repeat;
padding-left: 23px;
display: block;
color: #B30838;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
display: flex;
align-items: center;
align-content: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.ico_regist a{
color:#B30838;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.ico_regist span{
margin:0 3px;
}
.yps_z{
display:inline-block;
}
.open_modal5{
cursor:pointer;
display:inline-block;
}
.modal_div5{
left:40%;
width:auto;
}
.modal_div5 .error {
position: static !important;
margin-top: 15px;
text-align:center;
}
.open_modal5:hover{
color:#FF8702;
}
.registr span{
display:inline-block;
margin:0 3px;
color:#B30838;
}
.ico_regist a:hover{
color:#FF8702;
}
.result_b {
background-color: #f0dbdb;
padding: 10px;
font-size: 14px;
margin: 10px 0;
}
.zmain_search h1{
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin: 20px 0;
text-transform: uppercase;
}
.reviews_form{
background: #f6f6f6;
border: 1px solid #ededed;
border-bottom: 0;
-webkit-box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
-moz-box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:20px;
margin:0 auto;
width:420px;
}
.reviews_form .infofield {
font-size: 15px;
margin-bottom:5px;
}
.reviews_form textarea{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 35px;
border: 1px solid #c2c2cc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 3px 3px 1px 0 #eeeeef;
-moz-box-shadow: inset 3px 3px 1px 0 #eeeeef;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
font-size: 14px;
padding: 7px 15px;
resize: none;
margin: 0;
margin-bottom: 20px;
}
.blck{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height:35px;
border: 1px solid #c2c2cc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 3px 3px 1px 0 #eeeeef;
-moz-box-shadow: inset 3px 3px 1px 0 #eeeeef;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
font-size: 14px;
padding: 0 15px;
resize: none;
margin:0;
}
.flex_sas {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex_sas input{
display:none;
}
.flex_sas label{
cursor: pointer;
font-size: 14px;
height: auto;
padding: 2px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #000;
-webkit-transition: background .3s;
-o-transition: background .3s;
-moz-transition: background .3s;
transition: background .3s;
border: 1px solid silver;
display: table;
margin: 5px 10px 5px 0;
}
.flex_sas label:hover{
background: #5cb5e5;
color: #FFF;
-webkit-box-shadow: 0 0 3px silver;
-moz-box-shadow: 0 0 3px silver;
box-shadow: 0 0 3px silver;
}
.reviews_form .required_field{
text-align:center;
}
.block_flex_b .solid{
display:table;
margin:0 auto;
}
.block_flex_b {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top:25px;
width:100%;
}
.zagasv{
color: #FFF;
font-size: 17px;
margin: 0;
text-align: center;
text-transform: uppercase;
background-color:#a4abb7;
padding:5px 0;
margin-bottom:20px;
}
.billy{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 35px;
border: 1px solid #c2c2cc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 3px 3px 1px 0 #eeeeef;
-moz-box-shadow: inset 3px 3px 1px 0 #eeeeef;
box-shadow: inset 3px 3px 1px 0 #eeeeef;
font-size: 14px;
padding: 7px 15px;
resize: none;
margin: 0;
margin-bottom: 20px;
}
.shop-item-left .shop-photo-labels{
right:15px;
top:15px;
}
.page_shop_id_right_block_dop_info {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom:20px;
background-color: #F0F0F0;
padding: 3px;
}
.page_shop_id_right_block_dop_info .page_shop_id_right_block_garant{
border: 3px solid #F0F0F0;
background: #FFF;
padding: 10px;
width: 187px;
}
.page_shop_id_right_block_dop_info .page_shop_id_right_block_garant h3{
font-size:13px;
margin:0;
padding:0;
font-weight:bold;
text-transform:capitalize;
}
.page_shop_id_right_block_dop_info .page_shop_id_right_block_garant p{
font-size: 12px;
color: #474747;
margin-top:3px;
}
.hover_accii {
position: absolute;
right: 50px;
top: 0;
background-color: #fff;
padding: 14px;
color: #000;
display: none;
width: 236px;
text-align: center;
font-weight: bold;
}
.hover_podpis{
position: absolute;
right: 50px;
top: 50px;
background-color: #fff;
padding: 14px;
color: #000;
display: none;
width: 350px;
text-align: center;
font-weight: bold;
}
.img_size{
width:auto;
height:200px;
}
.fon_drop{
background-color:#966;
height:400px;
width:100%;
background-image:url('../img/bg-section-darkest.jpg');
background-repeat:no-repeat;
margin:20px 0 0 0;
}
.fon_drop .main{
background-color:transparent;
color:#fff;
width:1100px;
margin:0 auto;
}
.fon_drop h1{
font-size: 48px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 5px 15px;
font-weight: normal;
text-transform: uppercase;
color: #fff;
display: table;
margin: 0 auto;
margin-bottom: 20px;
margin-top:100px;
}
.pod_text{
text-align:center;
color:#fff;
font-size:15px;
}
.block_contakty_drop .main{
background-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width:1100px;
}
.block_count_drop {
font-size: 18px;
}
.tel_drop{
background-image:url('../img/tel_drop.png');
background-repeat: no-repeat;
padding-left: 31px;
-webkit-background-size: 12% 12%;
-moz-background-size: 12%;
-o-background-size: 12%;
background-size: 12%;
padding: 1px 0 5px 35px;
}
.mail_drop{
background-image:url('../img/mmail10.png');
background-repeat: no-repeat;
padding: 0px 0 5px 45px;
-webkit-background-size: 13% 13%;
-moz-background-size: 13%;
-o-background-size: 13%;
background-size: 13%;
background-position: left 1px;
}
.block_contakty_drop{
background-color:#fff;
}
.block_contakty_drop a{
color:#000;
}
.znacomstvo{
background-color:#F1F2F4;
}
.znacomstvo .main{
background-color: transparent;
width:1100px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding:20px 0;
}
.znacomstvo .block_left{
width:550px;
text-align:left;
}
.znacomstvo .block_right{
width:550px;
padding:20px;
}
.znakoms{
font-size:28px;
}
.parner{
font-size:17px;
margin:10px 0;
}
.drop_dly{
font-size:15px;
margin-bottom:7px;
margin-top:25px;
}
.cc_drop{
margin-bottom:3px;
font-size:14px;
}
.o_nas_drop{
background-color:#fff;
}
.o_nas_drop .main{
width:1100px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding:20px 0;
}
.o_nas_drop .block_left{
width:550px;
padding:20px;
}
.o_nas_drop .block_right{
width:550px;
text-align:right;
}
.cnop_yakor{
border: none;
display: table;
padding: 10px 20px;
background: #c3a3c6;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #FFF;
font-weight: bold;
font-size: 18px;
border-bottom: 2px solid #6d4371;
margin-top: 25px;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.cnop_yakor:hover{
background-color:#9a6a9e;
}
.dobav_tov{
background-color:#F1F2F4;
}
.dobav_tov .main{
background-color: transparent;
width:1100px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding:20px 0;
}
.dobav_tov .block_left{
width:550px;
text-align:left;
}
.dobav_tov .block_right{
width:550px;
padding:20px;
}
.shema_drop{
background-color:#fff;
}
.shema_drop .main{
background-color: transparent;
width:1100px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
padding:20px 0;
}
.shema_drop .block_left{
width:550px;
padding:20px;
}
.shema_drop .block_right{
width:550px;
text-align:right;
}
.work_z .shop_old_price{
display:none;
}
.work_z .shop-item-price .price{
height:auto !important;
text-align:center;
}
.work_z .shop-item-price .js_shop_price{
float:none;
}
.vlc{
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin: 20px 0;
text-transform: uppercase;
}
.tovari_b{
display:none !important;
}
.flex_f {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nova_pochta{
margin-right: 100px;
}
.np-h1{
display:none !important;
}
#np-title{
display:none !important;
}
#np-tracking{
height:225px !important;
min-height:225px !important;
}
#np-tracking-logo{
margin-bottom:15px !important;
background-position: center 0px !important;
}
.work_z .shop-pane .js_shops:nth-child(4n){
margin-right:0;
}
.work_z .shop-pane .js_shops{
width: 300px;
}
.work_z .shop-pane .js_shops .shop-item-artikul-id{
display:none;
}
.work_z .shop_brand {
font-size: 13px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
margin-bottom:5px;
}
.work_z .shop_brand a{
margin-right:0;
font-size:13px;
}
.opt_block{
background-image:url('../img/sad_ogorod_5-1.jpg');
background-repeat: no-repeat;
height: auto;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
padding-bottom:25px;
}
.block_two_flex_opt {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
height: inherit;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.opt_block .main{
height:inherit;
}
.opt_block .tab-box:after{
clear:both;
content:"";
display:block;
}
.opt_block .tab-nav{
margin:0;
padding:0;
list-style:none;
width:150px;
float:left;
}
.opt_block .tab-nav li{
float:left;
margin-bottom:1px;
background:#6088ab;
}
.opt_block  .tab-nav li a{
display: inline-block;
width: 160px;
padding: 10px 15px;
font-size: 12px;
color: #fff;
text-decoration: none;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.opt_block  .tab-nav li a:hover{
color:#fff;
text-decoration:none;
background:#bbb;
}
.opt_block  .tab-nav li.select a{
background:#bbb;
}
.opt_block  .tab-nav .active{
display:inline-block;
padding:5px;
}
.opt_block  .tab-box>div{
margin:0 0 0 160px;
padding:10px;
border:solid 1px #cccccc;
background:#fcfcfc;
height:188px;
}
.zagalov_opt {
text-align: center;
margin: 0 auto;
padding: 0;
font-weight: normal;
margin-bottom: 15px;
font-size: 25px;
color:#fff;
}
.text_pod_zagalov {
font-size: 15px;
text-align: center;
margin-bottom: 15px;
font-weight: bold;
color:#fff;
}
.block_left_opt {
width: 590px;
margin-left:70px;
}
.zaalov {
text-align: center;
text-transform: uppercase;
font-size: 15px;
margin-bottom: 15px;
}
.tab-panels ul{
margin:0;
padding:0;
list-style:none;
}
.tab-panels ul li {
margin-bottom: 5px;
list-style-type: disc;
margin-left: 30px;
}
.cart_order .cart_form .error_message{
position:static !important;
}
.cart_order .cart_form .required_field{
display:none !important;
}
.block_vopros_opt .main{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block_vopros_opt .cnop_yakor{
margin:0;
margin-left:100px;
}
.block_vopros_opt {
background-color: deepskyblue;
padding:15px 0;
}
.text_opt {
font-size: 25px;
text-transform: uppercase;
}
.opt_ceny_block{
background-image:url('../img/slider_slide_1_image.jpg');
background-repeat:no-repeat;
height:auto;
width:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
padding:25px 0;
}
.zagalov_opts {
text-align: center;
color: #fff;
font-size: 32px;
text-transform: uppercase;
border-bottom: 2px solid #fff;
padding: 0 15px;
padding-bottom: 7px;
display: table;
margin: 0 auto;
margin-bottom: 35px;
}
.sflex {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color:transparent;
margin-top:50px;
}
.sflex .block_count_drop {
margin:0 50px;
}
.sflex a{
color:#fff;
font-size:20px;
}
.opt_ceny_block .lbl_opt{
color:#fff;
font-size:16px;
display:block;
margin-bottom:7px;
}
.form_opt {
display: table;
margin: 0 auto;
}
.inpt_opt{
display:block;
border:none;
width:550px;
padding:15px 15px;
margin-bottom:20px;
font-size:15px;
}
.cnops_opt{
background-color: #F3B613;
display: block;
text-transform: uppercase;
padding: 13px 50px;
border: none;
margin: 0 auto;
color: #fff;
cursor: pointer;
font-size: 20px;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.cnops_opt:hover{
background-color:#333333;
}
.zagalov_form_opt {
text-align: center;
color: #fff;
border: 1px solid #fff;
display: table;
margin: 22px auto;
padding: 10px 55px;
}
.img_akcii img{
	height:400px;
	}
.photo_galer{
background-image:url('../img/ssdhf.jpg');
background-repeat:no-repeat;
height: 720px;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
padding: 25px 0;
}
.photo_galer .block{
padding:0;
background-color:transparent;
margin:0;
}
.photo_galer .photo{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.photo_galer .photo a img {
display: block;
margin: 5px;
width:108px;
}
.zagalov_cla_opt {
text-align: center;
color: #fff;
font-size: 32px;
text-transform: uppercase;
border-bottom: 2px solid #fff;
padding: 0 15px;
padding-bottom: 7px;
display: table;
margin: 0 auto;
margin-bottom: 35px;
}
.otdel_prod_opt{
background-color:#fff;
padding:20px;
}
.otdel_prod_opt .zagalov_cla_opt{
color:#000;
border-bottom:2px solid #000;
}
.opt_block .breadcrumb {
margin:0;
padding: 20px 0;
font-size: 11px;
text-transform: uppercase;
color: #fff;
}
.opt_block h1{
color:#fff;
margin:0;
}
.text_otdel_p {
text-align: center;
font-size: 12px;
}
.line_otdel {
border: 1px solid #EBEBEB;
width: 300px;
margin: 20px auto;
}
.murk {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.murk .block_count_drop {
font-size: 18px;
margin: 0 50px;
margin-bottom: 10px;
}
.yps{
background-color: deepskyblue;
}
.flex_dostak {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
margin:20px 0;
}
.flex_dostak img{
height:50px;
display:block;
}
.block_dos {
margin: 0 50px;
}
.block_dos img{
outline:none !important;
}
.flex_dostak .block_dos:first-child{
margin-left:0;
}
.zagalov_optz {
text-align: center;
text-transform: uppercase;
font-size: 24px;
margin-bottom:25px;
}
.tab-box {
overflow: hidden;
}
.zagalov_optz_pod{
font-size:19px;
margin-bottom:10px;
}
.otsp_opt {
margin-bottom: 20px;
}
.text_opt_bz{
background-color:#fff;
padding:20px 0;
}
.otsp_opt:last-child{
margin-bottom:0;
}
.abz_opt{
margin-bottom:20px;
}
.cart_order .zagalov_cart{
display:none !important;
}
.catalog_tovarov_id h1{
font-size: 17px;
border-left: 15px solid #FFC20F;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin: 20px 0;
text-transform: uppercase;
}
.shop-item-right h1{
display:table !important;
margin:20px auto;
}
.live-internet-counter{
display:none !important;
}
.otzivy_b ul {
display: flex;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
}
.otzivy_b ul li {
width: 50%;
}
.otzivy_b ul li a {
display: block;
font-size: 16px;
color: #000;
border: 1px solid #ededed;
padding: 10px 15px;
text-align:center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.otzivy_b{
width:420px;
}
.otzivy_b .select a{
background-color:#1E2F45;
color:#fff;
}
.lock-aciiy {
text-align: center;
margin: 0 auto;
background-color: #fc0;
}
.otzivy_b ul li a:hover{
background-color:#1E2F45;
color:#fff;
}
.otzivy_b .reviews{
background: #f6f6f6;
border: 1px solid #ededed;
border-bottom: 0;
-webkit-box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
-moz-box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
}
.reviews_name {
font-weight: bold;
margin-bottom: 7px;
font-size: 14px;
text-transform: uppercase;
color:#cc6666;
}
.reviews_date{
margin-bottom:3px;
}
.reviews_param {
margin-bottom: 3px;
font-weight: bold;
}
.reviews_param .reviews_param_value{
font-weight:normal !important;
}
.reviews_answer {
margin-top: 20px;
font-weight: bold;
color: #cc6666;
}
.reviews_answer p{
font-weight:normal !important;
color:#000 !important;
}
.reviews .block_header {
margin: 0;
margin-bottom: 20px;
}
.opt_ceny_block .errors{
position:static !important;
padding:20px !important;
margin:0 !important;
color:#000 !important;
}
.opt_ceny_block .feedback_form .error_message{
display:block !important;
}
.buum{
font-weight: bold;
color: darkblue;
text-decoration: underline;
}
.opt_ceny_block .required_field{
display:none !important;
}
.tel_fix_b{
background-color: rgb(255, 90, 8);
width: 45px;
height: 45px;
margin-bottom: 5px;
background-image: url('../img/phone.png');
background-repeat: no-repeat;
-webkit-background-size: 25% 25%;
-moz-background-size: 25%;
-o-background-size: 25%;
background-size: 25%;
background-position: center;
display: block;
margin-top:5px;
}
.hover_tel{
position: absolute;
right: 50px;
top: 100px;
background-color: rgb(255, 90, 8) !important;
padding: 14px;
color: #fff;
display: none;
width: 350px;
text-align: center;
font-weight: bold;
}
.tel_fix_b:hover .hover_tel{
display:block;
background-color:#ffde20;
}
.js_shop_list .shop_text{
background-color:#fafafa;
padding:20px;
}
.js_shop_list .shop_text p{
text-align:justify;
font-size:14px;
text-indent: 1.5em;
}
.first_text p {
text-indent: 1.5em;
text-align: justify;
}
.blk_fram {
text-align: center;
}
.clearfix_menu{
display:none;
}
nav {
width: 100%;
background: #455868;
font-size: 14px;
position: relative;
}
nav ul {
padding: 0;
margin: 0 auto;
}
nav li {
display: inline;
float: left;
color: #ffc20e !important;
display: block;
padding: 10px 20px !important;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px #283744;
}
nav a {
color: #fff;
display: block;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px #283744;
}
nav li a {
border-right: 1px solid #576979;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
nav li:last-child a {
border-right: 0;
}
nav a:hover, nav a:active {
background-color: #8c99a4;
}
nav a#pull {
display: none;
padding: 10px 20px;
}
nav a#pulls {
display: none;
padding: 10px 20px;
}
nav a#pullsg {
display: none;
padding: 10px 20px;
}
.nav a#pullsg{
background-color:#48525d;
}
.clearfix_footer_menu{
display:none;
}
.js_shop_list .shop_text h1 {
font-size: 17px;
text-align:center;
margin:0 auto;
margin-bottom: 7px;
padding: 7px 15px;
font-weight: bold;
margin-top: 15px;
text-transform: uppercase;
display:table;
}
.first_text iframe{
display:block;
margin:0 auto;
margin-top:20px;
}
.first_text h1{
font-size: 17px;
margin:0 auto;
margin-bottom: 7px;
padding: 7px 15px;
font-weight: normal;
margin-top: 15px;
text-transform: uppercase;
}
.callbackwrap-a:hover{
background-color:#e02b57 !important;
}
.shop-item-infos .callbackwrap-a{
padding:12px 15px !important;
margin-left:15px !important;
width: 350px !important;
margin-top:0px !important;
}
.content .search .search_top{
width:100%;
max-width:100%;
}
.content_id .shop_brand a{
font-size:13px;
display:inline-block;
color:#1F37EF;
}
.content_id .shop_brand{
margin-bottom:10px;
}
.catalog_tovarov .content h1 {
font-size: 17px;
text-align:center;
padding-left: 15px;
padding: 7px 15px;
font-weight: bold;
margin: 20px auto;
text-transform:none;
}
.content .search_text{
margin:15px 0;
}
@media screen and (max-width:1299px){
.two_block_footer .logo_block_footer{
display:none;
}
.shop_cat_link{
width: 23.77%;
}
.shop_cat_img img {
height: 110px;
}
.youtube{
max-width: 1100px;
    max-height: 350px;
}
.container_catalog .shop-photo .js_shop_img{
    height: auto;
	max-height: 178px
}
.catalog_tovarov .js_shop_list .shop_cat_link:nth-child(3n) {
margin-right: 16px;
}
.catalog_tovarov .js_shop_list .shop_cat_link:nth-child(4n) {
margin-right: 0;
}
.container_catalog .shop-pane .js_shops:nth-child(3n) {
margin-right: 10px;
}
.container_catalog .shop-pane .js_shops{
width:237px;
}
.container_catalog .shop-pane .js_shops .shop-item-artikul-id{
display:none;
}
.container_catalog .shop-item-price .js_shops .price{
font-size:18px;
}
.container_catalog .shop-item-price .js_shops .shop_old_price .shop_price_value {
font-size: 14px;
}
.container_catalog .leftsidebar{
display:none;
}
.catalog_tovarov{
padding:15px;
}
.content {
width: 100%;
}
.container_catalog .shop-pane{
justify-content:center;
}
.akcii{
display:none;
}
#mp-slider{
display:none;
}
.ob_block_preim{
width:30%;
margin-bottom:70px;
}
.ob_block_preim .one_img img{
left:35%;
}
.shop_panes_catalog{
justify-content:center;
}
.cat_block {
text-align: center;
width: 30%;
color: #000;
margin-bottom: 30px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,68,71,1)), color-stop(4%, rgba(67,68,71,1)), color-stop(26%, rgba(67,68,71,1)), color-stop(100%, rgba(190,191,201,1)));
    background: -webkit-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: -o-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: linear-gradient(0deg, rgb(57, 58, 62) 0%, rgb(172, 176, 187) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434447', endColorstr='#bebfc9',GradientType=0 );
    margin-bottom: 16px;
    background-color: #ccc;
}
.pss_aaa{
	display:none;
}
.shop-item-right{
width:410px;
}
.page_shop_id_right_block_dop_info .page_shop_id_right_block_garant{
width:180px;
}
.js_cart_table_form{
width:100%;
}
.cart_form {
max-width: 430px;
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width:1279px){
	.assadsadsadasdsadsdad{
		display:none;
	}
	.container_firstpage .shop_panes_catalog .js_shops{
		background: -moz-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,68,71,1)), color-stop(4%, rgba(67,68,71,1)), color-stop(26%, rgba(67,68,71,1)), color-stop(100%, rgba(190,191,201,1)));
    background: -webkit-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: -o-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    background: linear-gradient(0deg, rgba(190,191,201,1) 0%, rgba(67,68,71,1) 74%, rgba(67,68,71,1) 96%, rgba(67,68,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434447', endColorstr='#bebfc9',GradientType=0 );
margin-bottom:16px;
background-color: #ccc;
}
.main{
padding:0 15px;
}
.search {
position: relative;
width: 100%;
margin-top: 10px;
}
.search_top{
padding: 15px 67px 15px 15px;
max-width: 100%;
width: 100%;
max-height:100%;
}
.submit_search{
height: 46px;
width: 50px;
}
.block-categor-menu{
display:block;
}
.category-block-menu #top-menu{
justify-content:flex-start;
}
.footer_menu{
width:650px;
}
.two_block_footer .logo_block_footer{
display:none;
}
.banerrrrrrrrs{
font-size:25px;
}
.container_catalog .shop-pane .js_shops:nth-child(4n) {
margin-right: 10px;
}
.container_catalog .shop-pane .js_shops {
width: 235px;
}
.js_shop_all_img{
width:400px;
}
.shop-item-left{
width:400px;
}
}
@media screen and (max-width:1170px){
.js_shop_idsz{
display:block;
}
.youtube{
max-width: 1000px;
    max-height: 350px;
}
.shop-item-left{
margin:0 auto;
}
.shop-item-right {
width: 410px;
display: block;
margin: 20px auto;
}
.opis_r{
margin:0 auto;
}
.block_flex_b{
display:block;
}
.ob_block_opisaniye{
width:100%;
}
.ob_block_opisaniye .tabs{
width:100%;
}
.ob_block_opisaniye .left{
width:100%;
margin-bottom:25px;
}
.otzivy_b{
margin:0 auto;
width:100%;
}
.reviews_form{
width:100%;
}
.otzivy_b ul li a{
font-size:12px;
}
.ob_block_opisaniye .tabs label{
display:block;
}
}
@media screen and (max-width:1140px){
.header .four-block{
display:block;
}
.youtube{
max-width: 950px;
    max-height: 350px;
}
.header .logo{
justify-content:center;
}
.header .tel-block{
justify-content:center;
background:none;
margin:15px auto;
}
.category-block-menu #top-menu li a{
font-size:13px;
}
.ico_regist{
display:none;
}
.banerrrrrrrrs{
font-size:23px;
}
}
@media screen and (max-width:1080px){
.footer_menu {
width: 590px;
}
.youtube{
max-width: 850px;
    max-height: 350px;
}
.footer_menu ul li{
font-size:13px;
}
.contact_footer .name_cont{
font-size:20px;
}
.contact_footer span{
font-size:13px;
}
.banerrrrrrrrs{
font-size:21px;
}
.shop_cat_link {
width: 20%;
}
.test1{
justify-content:center;
}
.test1 .shop_cat_link {
width: 25%;
margin:0;
}
}
@media screen and (max-width:1010px){
.two_block_footer{
display:block;
}
.youtube{
max-width: 850px;
    max-height: 350px;
}
.footer_menu{
margin:0 auto;
width:100%;
}
.footer_menu ul{
justify-content:center;
}
.ob_block_footers{
display:table;
margin:0 auto;
}
.two_blocks_footer{
display:inline-block;
margin-left:20px;
vertical-align:top;
}
.block_one_footer{
display:inline-block;
vertical-align:top;
}
.contact_footer {
margin-top: 20px;
}
}
@media screen and (max-width:980px){
.block_menu_z{
display:none;
}
.youtube{
max-width: 800px;
    max-height: 350px;
}
.lock-aciiy{
display:none;
}
.clearfix_menu{
display:block;
}
.block_three_top{
display:block;
}
.topmenu_block ul{
display:block;
}
.topmenu_block ul li{
margin-right:0;
}
.topmenu_block ul li a{
color:#fff;
}
.ico_regist{
display:none;
}
.corzina {
display:none;
}
.category-block-menu{
display:none;
}
nav li{
width: 100%;
float: none;
display:block;
border-bottom:1px solid #576979;
}
.header{
margin: 0 15px;
padding: 10px 0;
}
.topmenu_block{
margin-bottom:10px;
background-color:transparent;
}
.footer_menu{
display:none;
}
.clearfix_footer_menu{
display:block;
}
.catalog_tovarov_id{
margin:15px;
}
.footer{
margin:0 15px;
}
.footer_copyright{
margin:0 15px;
}
.fix_c p{
font-size:13px;
}
.banerrrrrrrrs{
font-size:20px;
}
}
@media screen and (max-width: 920px) {
.banerrrrrrrrs{
font-size:18px;
}
.youtube{
max-width: 700px;
    max-height: 350px;
}
.catalog_tovarov .js_shop_list{
justify-content: center;
}
.shop_cat_link {
width: 45%;
}
.shop_cat_link:nth-child(2n){
margin-right:0px !important;
}
}
@media screen and (max-width: 850px) {
.block_texta{
position:static;
width:100%;
margin-top:20px;
border:1px solid #000;
text-align:center;
}
.youtube{
max-width: 600px;
    max-height: 350px;
}
.carta_block iframe{
width:100% !important;
}
.ic_blcok_t{
width:280px;
margin:0 auto;
display:table;
margin-bottom:20px;
padding:0;
}
.flex_dostak{
display:block;
}
.block_dos{
margin:0;
margin-bottom:15px;
}
.block_dos img{
margin:0 auto;
}
.banerrrrrrrrs {
font-size: 15px;
}
.first_text iframe{
width:100% !important;
}
}
@media screen and (max-width: 720px) {
.fixt_right{
display:none;
}
.youtube{
max-width: 520px;
    max-height: 350px;
}
.header .tel-block{
display:block;
padding-left:0px;
}
.header .block-one-tel{
margin-right:0;
margin-bottom:20px;
}
.banerrrrrrrrs{
display:none;
font-size:15px;
}
.test1 .shop_cat_link {
width: 50%;
margin:0;
}
.ob_block_preim{
width:48%;
margin-bottom:70px;
margin-right:10px;
}
.ob_block_preim:nth-child(2n){
margin-right:0;
}
}
@media screen and (max-width: 650px) {
.topmenu_block ul li a{
font-size:12px;
}
.youtube{
max-width: 480px;
    max-height: 350px;
}
}
@media screen and (max-width: 600px) {
	.youtube{
max-width: 400px;
    max-height: 350px;
}
nav {
height: auto;
}
nav ul {
width: 100%;
display: block;
height: auto;
}
nav li {
width: 50%;
float: left;
position: relative;
}
nav li{
border-bottom: 1px solid #576979;
border-right: 1px solid #576979;
text-indent: 25px;
text-align:left;
}
nav a {
text-align: left;
width: 100%;
text-indent: 25px;
}
.topmenu_block ul li a{
font-size:14px;
}
.modal_div{
width:100%;
left:0;
margin-left:0;
}
.wrap-z{
width:100%;
margin-left:0;
margin-right:0;
left:0;
}
.first_text p{
font-size:13px;
}
.first_text h2{
font-size:15px;
}
.cat_block{
width:48%;
    /* margin-right: 0px !important; */
    /* top: 50px; */
    margin: 6px 0px;
    background-color: #5a5a5a;
}
.pss_aaa{
	display:none;
}
}
@media only screen and (max-width : 500px) {
	.youtube{
max-width: 300px;
    max-height: 350px;
}
nav {
border-bottom: 0;
}
nav ul {
display: none;
height: auto;
}
nav a#pull {
display: block;
background-color: #212121;
width: 100%;
position: relative;
}
nav a#pulls {
display: block;
background-color: #212121;
width: 100%;
position: relative;
}
nav a#pullsg {
display: block;
background-color: #8c99a4;
width: 100%;
position: relative;
}
nav a#pull:after {
content:"";
background: url('../img/nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 15px;
top: 10px;
}
nav a#pulls:after {
content:"";
background: url('../img/nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 15px;
top: 10px;
}
nav a#pullsg:after {
content:"";
background: url('../img/nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 15px;
top: 10px;
}
nav li{
width:100%;
display: block;
float: none;
}
nav a{
font-size:12px;
}
.clearfix_menu ul{
display:none;
}
.header .logo{
display:block;
}
.header .logo img{
margin:0 auto;
text-align:center;
}
nav a#pulls{
background-color:#48525d;
}
.modal_div3 .solid{
width:100%;
}
.js_shop_list .shop_text h2{
font-size:15px;
}
.js_shop_list .shop_text p{
font-size:13px;
}
.shop_cat_link {
width: 70%;
margin-right:0 !important;
}
.test1 .shop_cat_link {
width: 100%;
margin:0;
margin-bottom:10px;
}
.ob_block_preim .one_img img{
position:static;
}
.ob_block_preim .two_text {
margin-top: 15px;
}
.ob_block_preim{
width:100%;
margin-bottom:20px;
margin-right:0px;
max-height:100%;
}
.shop-item-left{
width:100%;
}
.js_shop_all_img{
width:100%;
}
.page_shop_id_right_block_dop_info{
display:block;
}
.page_shop_id_right_block_dop_info .page_shop_id_right_block_garant{
width:100%;
margin-right:0px !important;
}
.shop-item-right{
width:100%;
}
.opis_r{
width:100%;
}
}
@media only screen and (max-width : 400px) {
.youtube{
max-width: 200px;
    max-height: 350px;
}
.block_one_footer{
display:block;
margin:0 auto;
text-align:center;
margin-bottom:20px;
}
.two_blocks_footer{
display:block;
margin:0 auto;
margin-left:0;
text-align:center;
}
.shop_cat_link {
width: 100%;
margin-right:0 !important;
}
.wrap-z .zagalov{
font-size:14px;
}
.cnops_s{
margin:15px 0 5px 0;
}
.shop_panes_catalog .js_shops{
width:100%;
margin-right:0px !important;
}
.cat_block{
width: 100%;
    /* margin-right: 0px !important; */
    /* top: 50px; */
    margin: 15px 20px;
    background-color: #5a5a5a;
}
.pss_aaa{
display:none;
}
.cart_remove {
display: none;
}
}
@media only screen and (max-width : 320px) {
nav li {
display: block;
float: none;
width: 100%;
}
nav li a {
font-size:14px;
}
.magazine_info_title{
font-size:17px;
}
.ic_blcok_t{
width:100%;
background:none;
}
.carta_block iframe{
height:350px !important;
}
.clearfix_footer_menu li a {
font-size:11px !important;
}
.container_catalog .shop-pane .js_shops{
width:100%;
margin-right:0px !important;
}
.container_firstpage .preimyv{
padding-top:20px;
}
.click_cp input{
font-size:14px;
}
.solid{
font-size:14px;
width:65%;
}
}