/* ===================================================================== 1024 */
@media screen and (max-width: 1024px) {
::focus{
	outline:none;
}
*{ 
	-webkit-text-size-adjust: none; /*фиксим баг в IOS cо шкалированием в landscape*/
	outline: none; /*убираем рамку вокруг ссылок и кнопок*/
	-webkit-touch-callout: none; /*если надо, то запрещаем выделение текста*/
	-webkit-tap-highlight-color:rgba(0,0,0,0); /*убираем фон подсветки ссылок и кнопок*/
}

.max-wrap {
    box-sizing: border-box;
    padding: 0 15px;
}
.top-nav-list > li > span > a{
    font-size: 13px;
    white-space: nowrap;
}
.top-nav-list > li:first-child {
    padding-left: 0;
}
.top-nav-list > li:last-child, #language{
    width: 95px;
}
.top-nav-list > li:nth-child(9) {
    width: 190px;
}
#menu > ul > li > span > a {
    font-size: 13px;
    padding: 5px 10px;
}
.ecslideshow , .ecslideshow  .camera_wrap, .camera_wrap img {
    max-height: 407px!important;
}
.camera_wrap .cameraCont img {
	max-width: 100%!important;
    margin: 0 auto!important;
}
#container {
    width: 100%;
    padding: 0 15px 230px;
    box-sizing: border-box;
}
.cameraContent .camera_caption {
    right: 15px!important;
	top: 12%!important;
}
.featured-cat > .box-content > .box-product > div:nth-child(3n+3){
	clear:left;
}
.featured-cat .name-subcat {
    width: 50%;
}
.feature .box-product > div:nth-child(1){
	float:left;
}
.feature .box-product > div:nth-child(2){
	margin: 0px 6%;
}
.feature .box-product > div:nth-child(3){
	float:right;
}
.feature .box-product > div:nth-child(4){
	display:none;
}
.certification p img{
	float:left;
	margin-bottom: 10px;
}
.certification p img:nth-child(2n){
	float:right;
}
.certification p img:nth-child(3){
	clear:left;
}
.certification p img:nth-child(5),.certification p img:nth-child(6){
	display:none;
}
.news-box {
    max-width: 310px;
}
.testim-box {
    width: 330px;
}
.testim-box .box-product > div{
	width:300px!important;
}
.testim-box .box-product > div .carousel li{
	width:300px!important;
}
.price-pr,.certification{
	width:300px;
}
footer .column {
    width: 1px;
}
footer .column.prkopl > div:first-child {
    margin-bottom: 5px;
}
footer .column.prkopl h3{
	font-size:13px;
	margin-bottom: 4px;
}
footer .kontakti {
    width: 290px;
}
#menu > ul > li:hover > div{
	display:none;
	opacity: 0;
	visibility: hidden;
}
.product-grid > div {
    margin: 0 4% 20px;
}
.category-grid ul > li{
    margin-right: 0;
	width: 33.3%;
}
.category-grid ul > li,.category-grid ul > li:nth-child(4n+4) {
    margin-right: 0;
}
.category-grid ul > li:nth-child(3n+1) {
    clear:left;
}
.category-grid ul > li:nth-child(3n+3) {
    margin-right: 0px;
}
.prod-links .share, .prod-links .links a, .prod-links .share a{
	width:100%;
	display: inline-block;
	margin:10px 0px 0px;
}
.search-content input[type="checkbox"] + label {
    margin-left: 30px;
}
}
/* ===================================================================== 1023 */
@media screen and (max-width: 1023px) {
/*header*/
/*top menu*/
.top-nav-menu-nfd{
	display:block;
	position:relative;
}
.top-nav-menu-nfd > nav{
	opacity:0;
	visibility:hidden;
	height:0;
	position:absolute;
	/*display:none;*/
	top: 37px;
	left: 0px;
	width: 195px;
	background-color: #fff;
	border-width:0 3px 3px 0;
	border-style:solid;
	border-color:#eeeeee;
	height: 0;
	list-style:none;
	transition: all 0.2s linear 0s;
	z-index:120;
}
.top-nav-menu-nfd > nav > li > span {
	padding:2px 15px;
	display: block;
	box-sizing:border-box;
}
.top-nav-menu-nfd > nav > li > span > a{
	font-size:15px;
	text-decoration:none;
	width: 100%;
	display: inline-block;
	line-height: 2.5;
}
.top-nav-menu-nfd > nav > li + li > span > a{
	border-top:1px solid #dad6d3;
}
.top-nav-menu-nfd .nav-toggle-top {
	position: absolute;
	top: 7px;
	left: 15px;
	display:block;
	width:38px;
	height:22px;
}
.top-nav-menu-nfd .nav-toggle-top > span{
	top:9px;
	left:0;
}
.top-nav-menu-nfd .nav-toggle-top > span:after, .top-nav-menu-nfd .nav-toggle-top > span:before {
    content: "";
}
.top-nav-menu-nfd .nav-toggle-top > span:after {
    top:9px;
}
.top-nav-menu-nfd .nav-toggle-top > span:before {
    top:-9px;
}
.top-nav-menu-nfd .nav-toggle-top > span, .top-nav-menu-nfd .nav-toggle-top > span:after, .top-nav-menu-nfd .nav-toggle-top > span:before {
    position: absolute;
    height: 3px;
    width: 38px;
    background: #c4c4c4;
    transition: all 0.2s linear 0s;	
    display: block;
	text-indent:-9999px;
}
.top-nav-menu-nfd .nav-toggle-top.active {
	width:22px;
	height:31px;
	top: 3px;
	left: 18px;
	transition: all 0.2s linear 0s;
}
.top-nav-menu-nfd .nav-toggle-top.active > span{
	left: -5px;
	width: 31px;
	top: 14px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	transition: all 0.2s linear 0s;
}
.top-nav-menu-nfd .nav-toggle-top.active > span:after,.top-nav-menu-nfd .nav-toggle-top.active > span:before{
	transition: all 0.2s linear 0s;
	width: 31px;
}
.dondo-top-to{
	display: inline-block;
	float: right;
}
.top-nav-menu-nfd > nav.active{
	opacity:1;
	visibility:visible;
	height:auto;
	transition: all 0.2s linear 0s;
}
/*end top menu*/
.not-for-d{
	display:table;
	height: 100%;
	width: 100%;
	z-index:14;
}
.top-contacts-phone tbody tr td:last-child/*,#menu ul*/{
	clear: left;
    float: left;
}
.top-contacts tbody tr:first-child td.search-box{
	display: inline-block;
}
.not-for-d .search-box,.not-for-d .cat-tov-not-for-d {
	display:table-cell;
	vertical-align: middle;
}
.not-for-d .cat-tov-not-for-d {
	width:208px;
	padding: 0 0 0 17px;
	box-sizing: border-box;
}
.not-for-d .cat-tov-not-for-d > div {
	border-right: 1px solid #fff;
	height: 50px;
	width: 100%;
	display: table;
}
.not-for-d .cat-tov-not-for-d a {
	display: table-cell;
	vertical-align: middle;
}
.not-for-d .cat-tov-not-for-d a span {
	font: 17px RobotoRegular,sans-serif;
	color: #FFF;
	width: 100%;
	display: inline-block;
	position: relative;
}
.not-for-d .cat-tov-not-for-d a span:after {
	content:'';
	background: transparent url("../image/anfd.png") no-repeat scroll right center;
	display: inline-block;
	vertical-align: middle;
	width:17px;
	height:11px;
	position: absolute;
	top: 8px;
	right: 23px;
	transition: all 0.2s linear 0s;
}
.not-for-d .cat-tov-not-for-d a.active span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	transition: all 0.2s linear 0s;
}
.not-for-d .category-menu, .not-for-d .category-menu.active-nfd{	
	transition: all 0.2s linear 0s;
}
.category-menu{	
	max-width:490px;
	border-width:0 3px 3px 0;
	border-style:solid;
	border-color:#eeeeee;
	background-color:#fff;
	height: 0 !important;
	opacity: 0;
	visibility: hidden;
}
.category-menu.active-nfd{	
	height: auto !important;
	opacity: 1;
	visibility: visible;
}
#menu ul {
    display: block;
}
#menu > ul > li > span {
	display: block;	
    margin: 0 15px;
}
#menu > ul > li > span > a{
	font-size:16px;
	color: #000;
	text-align:left;
	line-height: 2;
}
#menu > ul > li {
    display: block;
    border: none;
    position: relative;
	min-height: 40px;
}
#menu > ul > li + li {
    padding-left: 0;
    background: none;
}
#menu > ul > li.have-sub-cat:after{
	content:"\f0dd";
	font:18px FontAwesome;
	cursor: pointer;
	top: 0;
    right: 1rem;
    bottom: 0;
	color:#000;
	position: absolute;
	line-height: 2;
}
#menu > ul > li.have-sub-cat.is-active:after{
	content:"\f0de";
	font:18px FontAwesome;
	cursor: pointer;
	top: 6px;
    right: 1rem;
    bottom: 0;
	color:#000;
	position: absolute;
	line-height: 2;
}
#menu > ul > li + li > span {
    border-top: 1px solid #dad6d3;
}
#menu > ul > li.have-sub-cat > span > a {
    width: 95%;
	padding: 5px 0;
}
.nav-menu > .menu-item:hover, #menu > ul > li:hover, .nav-menu > .menu-item.is-active,#menu > ul > li > span > a:hover {
    background-color: #fff!important;
}
#menu > ul > li > div.sub-menu {
    position: relative;
}
#menu .have-sub-cat > .sub-menu {
	padding: 0;
	top: 0;
	border: none;
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.9s;
}
#menu > ul > li.is-active > .sub-menu{
	background-color: /*#bbbcbd*/;
    margin-bottom: -1px;
    height: auto;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.9s;
}
#menu > ul > li > div.sub-menu > ul {
    display: block;
    width: 100%;
}
#menu > ul > li > div > ul > li > span {
    padding: 0 15px;
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #dad6d3;
}
#menu > ul > li > div > ul:first-child > li:first-child > span{
	border-top: 1px solid #DAD6D3;
}
#menu > ul > li ul + ul {
    padding-left: 0;
}
#menu > ul > li > div > ul:last-child > li:last-child > span {
    border: none;
}
#menu > ul > li > div > ul li span > a {
    font-size: 16px;
    color: #000;
    line-height: 45px;
}
#menu > ul > li ul > li > span > a{
	white-space:normal;
}
#menu > ul > li ul > li:hover > span > a {
    text-decoration: none;
}
.not-for-d .search-box{	
	padding: 0 25px;
	box-sizing: border-box;
}
/**/
.top-contacts-phone tbody tr td:nth-child(1),.top-contacts-phonetbody tr td:nth-child(2) {
    display: inline-block;
    float: left;
}
.top-contacts-phone tbody tr td:nth-child(2){
	clear: left;
	display: inline-block;
	float: left;
}
.top-contacts-phone {
    width: 140px !important;
	display: inline-block;
	float: left;
	padding-top: 5px;
}
.top-contacts-phone td span {
   /* padding-bottom: 0;*/
}
.top-contacts-phone tbody tr > td:nth-child(1){
	line-height:1;
}
.top-contacts-phone tbody tr > td:nth-child(2){
	line-height:1.8;
}
/*end header*/

.ecslideshow, .ecslideshow .camera_wrap, .camera_wrap img {
    max-height: 300px !important;
}
.featured-cat .box-product .image {
    display: none;
}
.featured-cat .name-subcat {
    padding-left: 0px;
	width: 100%;
}
.testim-box {
    width: 50%;
}
.home .news-box {
    max-width: 50%;
}
.testim-box .box-product > div {
    width: 100% !important;
}
.testim-box .box-product > div .carousel li {
    width: 470px !important;
}
.price-pr{
	width: 50%;
	position: absolute;
	right: 15px;
	bottom: 505px;
	padding-left: 30px;
}
.certification{
	width: 100%;
	padding: 0 15px;
	margin: 0;
}
.certification p {
    display: table;
    width: 100%;
}
.certification p img {
    display: inline-block!important;
    float: none!important;
	padding: 0px 2.3%;
	margin-bottom: 0px;
}
#container {
    padding-bottom: 250px;
}
footer .kontakti{
	display:none;
}
.product-grid > div {
    margin: 0px 2.5% 20px;
}
.search-content input[type="checkbox"] + label {
    margin-left: 15px;
}
#content.testimonial-box > div > table , .news-view-list .news-view-row{
    width: 100% !important;
}
#content.testimonial-box > div > table:nth-child(2n),.news-view-list .news-view-row:nth-child(2n) {
    padding-left: 0px !important;
}
}
/* ===================================================================== 980 */
@media screen and (max-width: 980px) {
.feature .box-product > div:nth-child(1), .feature .box-product > div:nth-child(2) {
    margin: 0px 2%;
	float:left;
}
.testim-box .box-product > div .carousel li {
    width: 445px !important;
}
.price-pr{
	bottom: 490px;
}
.certification p img {
	padding: 0 2%;
}
.search-content input[type="text"],.search-content select {
    width: 100%;
    max-width: 100%;
    float: none;
}
.search-content select {
    margin-top: 10px;
	border-radius:none!important;
}
.search-content input[type="checkbox"] + label {
    margin-left: 0px;
    float: none;
}
.search-butt{
	position: relative;
}
.search-content input.button {
    margin-top: 55px;
}
.search-content input[type="checkbox"] + label{
	position: absolute;
	top: 10px;
	left: 0;
}
.search-content input[type="checkbox"] + label:last-child{
	top: 35px;
}
}
/* ===================================================================== 900 */
@media screen and (max-width: 900px) {
.feature .box-product > div:nth-child(1), .feature .box-product > div:nth-child(2) {
    margin: 0px;
}
.testim-box .box-product > div .carousel li {
    width: 405px !important;
}
.certification p img {
	padding: 0 1.3%;
}
.price-pr{
	bottom: 460px;
}
.product-grid > div {
    margin: 0px 0% 20px;
	width: 265px;
}
.pr-descr-opt, .options-box {
    width: 100%;
}
.options-box {
    margin-top: 10px;
}
.product-info input.button.catapulta {
    margin-left: 0;
    margin-top: 10px;
	clear: left;
}
}
/* ===================================================================== 800 */
@media screen and (max-width: 800px) {
.feature .box-product > div:nth-child(1), .feature .box-product > div:nth-child(2) {
    margin: 0px 6%;
}
.feature .box-product > div:nth-child(3) {
    display: none;
}
.testim-box .box-product > div .carousel li {
    width: 355px !important;
}	
.price-pr {
    bottom: 545px;
}
.certification p img {
    padding: 0px 0.5%;
}
.product-grid > div {
    margin: 0px auto 20px;
    display: block;
}
.text-item ol > li {
    width: 100%;
}
.product-info > .left {
    max-width: 380px;
}
.product-info .image,.product-info .image img, .product-info .image-additional img{
	width:100%;
	box-sizing: border-box;
}
.product-info .image-additional img {
    margin: 0;
}
.product-info .image-additional a {
    width: 25%;
	padding: 0 5px;
}
.product-info > .left + .right {
    margin-left: 400px;
}
}
/* ===================================================================== 768 */
@media screen and (max-width: 768px) {
.ecslideshow, .ecslideshow .camera_wrap, .camera_wrap img {
    max-height: 300px !important;
}
.featured-cat .box-product .image img {
    max-width: 140px;
}
.featured-cat .name-subcat {
    padding-left: 20px;
}
.feature .box-product > div:nth-child(1), .feature .box-product > div:nth-child(2) {
    margin: 0px 5%;
	float:left;
}
.testim-box .box-product > div .carousel li {
    width: 340px !important;
}
.price-pr{
	bottom: 536px;
}
.certification p img {
	padding: 0 0.2%;
}
}
/* ===================================================================== 640 - 767 */
@media screen and (max-width: 767px) {
.max-wrap {
    padding: 0px 10px;
}
.top-nav-menu-nfd .nav-toggle-top {
    left: 0px;
}
.top-contacts-phone, .top-contacts-cart a h4, #header .icon-wishlist h4, #header .icon-cart h4, .home .featured-cat, .wrap-attr {
    display: none;
}
#container{
	padding-left:10px;
	padding-right:10px;
}
.camera_wrap .cameraCont img {
    max-width: none!important;
}
.feature .box-product > div:nth-child(3),.feature .box-product > div:nth-child(4) {
    display: inline-block;
}
.feature .box-product > div{
	margin:0px 0px 10px 0px!important;
	float:left!important;
}
.feature .box-product > div:nth-child(2n){
	float:right!important;
}
.feature .box-product > div:hover {
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    box-shadow: none;
}
.news-box, .testim-box, .certification, .price-pr{
	width:100%;
	max-width:100%;
	padding: 0px 10px;
}
.testim-box .carousel, .testim-box .box-product > div .carousel li{
	width: 100% !important;
}
.certification p img {
    padding: 0px 0.4%;
}
.price-pr{
	position:relative;
	bottom:0;
	right: 0;
}
.product-info > .left {
    max-width: 100%;
    width: 100%;
}
.product-info > .left + .right {
    margin-left: 0px;
    clear: left;
}
.product-info input.button.catapulta {
    margin-top: 0;
    clear: none;
    float: right;
}
.prod-links .share, .prod-links .links a, .prod-links .share a {
    margin-top: 10px;
}
.home .news-box {
    max-width: 100%;
}
/**/
.mini-cart-info td {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
}
.mini-cart-info .image {
    display: none;
}
.mini-cart-info .quantity, .mini-cart-info td.total, .mini-cart-info .remove {
    text-align: center;
}
.mini-cart-total table, .mini-cart-total table tbody, .mini-cart-total table tbody tr {
    display: block;
}
.mini-cart-total table td, .mini-cart-total td.bold {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
}
.mini-cart-total .checkout {
    margin-top: 10px;
    display: inline-block;
}
.mini-cart-total td.bold {
    text-align: left;
}
.icon-comparison:before { font-size: 45px;height: 53px;}
.icon-wishlist:before { font-size: 48px;height: 52px;}
.icon-cart:before { font-size: 48px;height: 56px; }
}
/* ===================================================================== 640 */
@media screen and (max-width: 640px) {
.certification p img:nth-child(6),#column-left {
    display: none!important;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 0;
}
.product-grid > div {
    margin: 0px 1.5% 20px;
    display: inline-block;
	width: 270px;
}
#colorbox #cboxTitle,#colorbox #cboxTitle.is-title {
    display: none !important;
}
}
/* ===================================================================== 600 */
@media screen and (max-width: 600px) {
.certification p img:nth-child(5) {
    display: none!important;
}
.certification p img {
    padding: 0px 2.2%;
}
.product-grid > div {
    margin: 0px 0 20px;
}
/* ===================================================================== 480 */
@media screen and (max-width: 480px) {
body {
    background-color: #fff;
}
#container {
    padding-bottom: 300px;
}
#header #logo img{
	width: 100%;
}
#header {
    height: 201px;
	border-bottom: none;
}
.category-menu {
    max-width: 100%;
    border-width: 0 0 3px 0;
}
header .search-box{
	width:100%;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
}
#menu , .not-for-d .cat-tov-not-for-d > div{
    height: 45px;
}
.box.feature .box-product > div {
    margin: 0 auto !important;
    float: none !important;
    display: block!important;
}
.certification p img {
    padding: 0!important;
    float: left!important;
	width: 50%!important;
	height: auto!important;
}
.certification p img:nth-child(2n) {
    padding: 0!important;
    float: right!important;
}
footer .column.prkopl > div:first-child {
    display:none;
}
footer .column{
	width:100%;
	float: left;
}
footer .column.prkopl h3 {
    font-size: 16px;
}
footer .fcul li {
	display:inline-block;
    width: 100%;
    float: none!important;
	text-align:left!important;
	line-height: 2.5;
}
.ecslideshow, .ecslideshow .camera_wrap, .camera_wrap img {
    max-height: 304px !important;
}
.cameraContent .camera_caption {
    right: 0px !important;
    top: 0% !important;
    bottom: 0% !important;
	left: 0;
	width:100% !important;
}
.camera_caption div {
    height: 100%;
	padding: 20px 10px!important;
}
#newsletter_email {
    width: 100%;
}
.product-info input.button.catapulta {
    margin-top: 10px;
    clear: left;
    float: left;
}
.product-grid > div {
    margin: 0px auto 20px;
    display: block;
}
/**/
#cboxLoadedContent > div > input[type='text'],#cboxLoadedContent .catapulta input[type='text']{
	width: 100%!important;
	max-width: 100%!important;
}
#cboxLoadedContent .dondo, #cboxLoadedContent .catapulta{
	max-width: 100%!important;
}
#cboxLoadedContent .dondo .buttons,#cboxLoadedContent .catapulta .buttons{
	width: 100%!important;
	float:none;
	display: inline-block;
    text-align: center;
    margin-top: 20px;
}
}
/* ===================================================================== 375 */
@media screen and (max-width: 375px) {
#header #logo {
    width: 125px;
}
.top-contacts .top-contacts-cart {
    width: 100%;
}
.icon-comparison:before { font-size: 42px;height: 53px;}
.icon-wishlist:before { font-size: 45px;height: 52px;}
.icon-cart:before { font-size: 45px;height: 56px; }
header .search-box {
    padding: 8px 10px 0;
}
.category-grid ul > li {
    width: 100%;
    float: none;
    margin: 0 auto 25px !important;
    display: block;
}
}
/* ===================================================================== 360 */
@media screen and (max-width: 360px) {
}
/* ===================================================================== 320 */
@media screen and (max-width: 320px) {
.icon-comparison:before {
    width: 55px;
    height: 43px;
}
.icon-wishlist:before {
    width: 30px;
    height: 42px;
}
.icon-cart:before {
    width: 45px;
    height: 46px;
}
.dondo-custom-position input[type="button"] {
    padding-left: 20px;
    font-size: 13px;
}
}