@font-face {
    font-family: Exo2;
    src: url('../fonts/2/Exo2-LightCondensed.otf');
}
@font-face {
    font-family: Exo2Light;
    src: url('../fonts/2/Exo2-ThinCondensed.otf');
}
@font-face {
    font-family: cambria;
    src: url('../fonts/1/cambria.ttc');
}
@font-face {
    font-family: lays;
    src: url('../fonts/Lays-Bold.ttf');
}
html {
    background: url('../images/bg_new.jpg') #fff;
}
body {
    margin: 0;
    font-family: lays;
}
a {
    text-decoration: none;
    color: #000000;
}
table {
    border-collapse: collapse;
    border: 1px solid #e4e4e4;
}
td {
    border: 1px solid #e4e4e4;
}
th {
    border: none;
}
tr th {
    background: #47241a;
    border: none;
    /*border: 1px solid #3a1c13;*/
}
tr td {
    background: #fefefe;
    color: #56372f;
    font-size: 12px;
}
th, td {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
table {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}
td {
    border-bottom: 1px solid #e4e4e4;
}
th:last-of-type {
   padding: 5px 20px;
}
table {
    margin-top: 20px;
    width: 700px;
    font-family: cambria;
    font-size: 14px;
}
th {
    width: 20%;
    color: #fff;
    font-weight: 100;
}
td:first-child {width: 30%;}
th {padding: 0 13px;}
td {
    padding: 10px 13px;
    text-align: center;
}
th, td {height: 30px;}
#page {
}
#content {
    display: block;
    width: 1000px;
    margin: 40px auto 0 auto;
    min-height: 1150px;
}
#head {
    height: 260px;
    width: 1000px;
    margin: 0 auto;
}
.upPanel {
    padding-top: 50px;
    padding-bottom: 30px;
    height: 100px;
    background: url('../img/logo-head.png') no-repeat;
    background-size: cover;
}
.phoneInfo {
    float: left;
    width: 250px;
}
.subText {
    font-size: 12px;
    color: #948683;
    text-align: right;
    font-family: arial;
}
.phoneText {
    font-size: 15px;
    color: #000000;
    text-align: right;
    font-family: arial;
}
.phoneText span {
     font-size: 22px;
 }
.callMe {
    float: left;
    margin-left: 15px;
    padding-top: 30px;
}
.callMe button {
    width: 110px;
    height: 31px;
    margin: 0;
    padding:0;
    border: 0;
    text-indent: -1000em;
    cursor: pointer;
    background: url('../images/btn_call_me.png') no-repeat;
}
.headLogo {
    position: absolute;
    margin: 30px 355px;
}
.headLogo img {
    width: 450px;
}
.basket {
    float: right;
    width: 220px;
    height: 80px;
    border-top: 4px solid #e5e2e1;
    padding-top: 5px;
}
.basket .basketTitle {
    color: #47241a;
    font-size: 18px;
    font-family: cambria;
}
.basket .basketTitle:before {
    content: url('../images/basket.png');
    margin-right: 10px;
    vertical-align: top;
}
.basket h4 {
    float: left;
    margin: 0;
    padding: 0 0 0 45px;
    color: #717171;
    font-size: 12px;
    font-weight: 100;
    font-family: cambria;
}
.basket h4 .text {
    float: left;
}
.basket h4 #productCount {
    float: left;
    margin-left: 10px;
    font-weight: 600;
}
.basket h4 #orderSum {
    float: left;
    margin-left: 10px;
    font-weight: 600;
}
.basket button{
    width: 78px;
    height: 22px;
    padding: 0;
    margin: 10px 0 0 45px;
    border: 0;
    text-indent: -1000em;
    cursor: pointer;
    background: url('../images/btn_small.png') no-repeat;
}
.borderImg {
    background: url('../images/border_img.png');
    height: 2px;
    width: 100%;
}
nav {
    width: 1000px;
    padding-top: 10px !important;      /* Сжимаем зазор над буквами */
    padding-bottom: 10px !important;   /* Уменьшаем нижний отступ от букв до минимума */
    height: auto !important;          /* Сбрасываем фиксированную высоту 50px */
    margin-bottom: 0px !important;    /* Полностью убираем пустоту под меню */
}
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex !important;         /* Включаем современное выравнивание */
    justify-content: center !important; /* Центрируем кнопки по горизонтали */
    align-items: center !important;     /* Центрируем кнопки по вертикали */
}
nav ul li {
    float: none !important;           /* Отменяем старый сдвиг float */
    font-size: 20px;                  /* Размер букв ровно 20 */
    margin-left: 20px !important;     /* Одинаковый аккуратный зазор между кнопками */
    margin-right: 20px !important;
}
nav ul li a {
    color: #000000;
    text-transform: uppercase;
    display: block !important;
    line-height: normal !important;   /* Убираем скрытые сдвиги текста */
}
nav ul li a:hover {
    color: #384FCB;
}
.navActive {
    color: #384FCB;
}

/* Сбрасываем старые ненужные отступы для первой кнопки */
nav ul li:nth-of-type(1) {
    margin-left: 20px !important;
}
nav ul li:nth-of-type(1):before {
    content: '';
    margin-right: 0;
}
nav ul li:before {
    content: '';
    margin-right: 0 !important;
}

/* Принудительно убираем зазоры у элементов всей шапки сайта */
#head {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
#head .borderImg, .borderImg {
    height: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;    /* Прижимаем нижнюю линию вплотную к слайдеру */
    padding: 0 !important;
}
#head {
    padding-bottom: 0px !important; /* Убираем внутренний отступ внизу шапки */
    margin-bottom: 0px !important;  /* Полностью обнуляем внешний зазор под шапкой */
    height: auto !important;
}

/* Находим декоративные линии-границы и полностью убираем их нижние отступы */
.borderImg, 
#head .borderImg, 
div[class*="border"] {
    height: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;  /* Убираем пустоту под линией-разделителем */
    padding: 0 !important;
}

/* Убираем верхний отступ у самого медиаблока (слайдера) */
.iosSliderDemo, 
div[class*="Slider"], 
div[class*="slider"],
main, 
#content {
    margin-top: 0px !important;     /* Убираем внешний зазор над картинкой */
    padding-top: 0px !important;    /* Убираем внутренний зазор над картинкой */
}
#mediaBlock {
    border: 0;
    margin: 40px 0 0 0;
    padding: 30px 0 0 0;
    height: 350px;
    width: 100%;
    background: url('../images/slide_0.jpg') no-repeat;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}
#mediaBlock .mediaText {
    width: 822px;
    height: 76px;
    background: url('../images/overlay_for_media_text.png') no-repeat;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.categoryList {
    display: block;
    float: left;
    width: 290px;
}
.categoryList ul {
    float: left;
    margin: 0;
    padding: 0px;
    width: 290px;
    height: 569px;
}
.categoryList ul li {
    padding: 4px 0;
    color: #f2f2f2;
    list-style-type: none;
 }
.categoryList ul li a {
    color: #000000;
    font-size: 18px;
    font-family: cambria;
}
.categoryList ul li a:hover {
    margin-left: 10px;
}
.categoryActive {
    padding-left: 10px;
    padding-top: 2px !important;
}
.activeA {
    color: #384FCB !important;
    margin-left: 10px;
}
.indent5 {
    height: 5px;
}
.childCategory {
    text-align: left;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 5px;
}
.childCategory a {
    color: #000000 !important;
}
#basket {
    width: 680px;
    float: right;
}
#basket {
    width: 680px;
}
#basket .detailedDescription span {
    width: 420px;
}
#basket #userDataForm {
    width: 680px;
}
#basket #userDataForm #form {
    width: 680px;
}
#basket #userDataForm #form .inputs {
    width: 480px;
}
#basket #userDataForm #form .inputs span {
    width: 460px;
}
#basket #userDataForm #form .inputs span input {
    width: 450px;
}
#basket #userDataForm #form .inputs span input[type="radio"] {
    width: 20px;
}
.productsList {
    display: block;
    float: left;
    width: 710px;
}
#crumbs {
    padding: 0 20px 0 20px;
}
#crumbs a {
    color: #767676;
}
#crumbs a span {
    color: #384FCB;
}
#crumbs a:last-child span {
    color: #767676 !important;
}
#crumbs .name {
    color: #47241a;
    font-size: 24px;
}
#descriptionCategory {
    padding: 20px 20px 20px 20px;
    color: #434343;
}
.product {
    cursor:pointer;
    font-family: Exo2;
    float: left;
    margin: 10px 0px 10px 20px;
    position: relative;
    height: 200px;
    width: 170px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}


.product:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.60);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

#detailedProduct {
    float: right;
    margin-top: 20px;
    width: 690px;
}
#detailedProduct .bigImage {
    float: left;
}
#detailedProduct .bigImage img{
    width: 400px;
}
#detailedProduct .smallImages {
    float: left;
    margin-top: 20px;
}
#detailedProduct .smallImages img{
    width: 117px;
    cursor: pointer;
}
#detailedProduct .smallImages > img:nth-of-type(1) {
    margin-left: 20px;
}
#detailedProduct .smallImages a:nth-of-type(2) img,
#detailedProduct .smallImages img:nth-of-type(2) {
    margin-left: 20px;
}
#detailedProduct .smallImages a:nth-of-type(3) img,
#detailedProduct .smallImages img:nth-of-type(3) {
    margin-left: 20px;
}
#detailedProduct .photos {
    float: left;
    width: 400px;
    text-align: justify;
}
#detailedProduct .description {
    float: left;
    margin-top: 10px;
    color: #767676;
}
.parameters {
    float: left;
    margin-left: 20px;
}
.materials .name {
    color: #47241a;
    font-size: 24px;
}
.materials .radio {
    margin-top: 5px;
}
.size .name {
    margin-top: 30px;
    color: #47241a;
    font-size: 24px;
}
.size .radio {
    background: #e5e2e3;
    width: 240px;
    height: 50px;
    margin-top: 5px;
    color: #47241a;
}
.size .radio input {
    margin-top: 18px;
    float: left;
}
.size .radio .materialLabel {
    float: right;
    height: 40px;
    width: 210px;
    margin-top: 5px;
}
.size .nullNumber .materialLabel .labelMySize {
    /*width: 160px !important;
    font-weight: 600;
    padding: 10px 0;*/
}
.size .radio .materialLabel span:nth-of-type(1) {
     float: left;
     width: 100px;
     font-size: 14px;
 }
.size .radio .materialLabel span:nth-of-type(3) {
    float: left;
    width: 100px;
    font-size: 14px;
    font-weight: 600;
}
.size .radio .materialLabel span:nth-of-type(2) {
    float: right;
    width: 105px;
    color: #d04821;
    font-size: 22px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}
.radioChecked {
    background: #47241a !important;
    color: #fff !important;
}
.size .name span {
     color: #47241a;
     font-size: 12px;
 }
.count .name {
    float: left;
    margin-top: 30px;
    color: #47241a;
    font-size: 24px;
}
.count input {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    width: 60px;
    height: 30px;
}
#detailedProduct .parameters img {
    margin: 30px 40px;
    width: 160px;
    cursor: pointer;
}
.productImg {
    position: relative;
    width: 170px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ececec;
}
.productImg img {
    width: 170px;
}
.productArticle {
    float: left;
    font-size: 24px;
    text-align: left;
    color: #434343;
    width: 73px;
    margin-bottom: 10px;
}
.productPrice {
    float: right;
    font-size: 24px;
    text-align: right;
    color: #d04821;
    width: 97px;
    margin-bottom: 10px;
}
.productInfo {
    width: 170px;
    padding: 10px 0;
    border-top: 1px dotted #9a9a9a;
    border-bottom: 1px dotted #9a9a9a;
}
.productInfo h4 {
    font-family: Exo2Light;
    padding: 0;
    margin: 0;
    color: #9a9a9a;
    font-size: 14px;
}
.setOrderBtn {
    margin: 20px auto;
    width: 160px;
    height: 41px;
    background: url('../images/btn_big.png') no-repeat;
}
.setOrderBtn:hover {
    background: url('../images/btn_big_selected.png') no-repeat;
}
#incCount {
    float: left;
    color: #fff;
    background: #41621d;
    width: 20px;
    height: 22px;
    font-size: 18px;
    cursor: pointer;
}
#decCount {
    float: left;
    color: #fff;
    background: #d04821;
    width: 20px;
    height: 22px;
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}
#deleteProd {
    float: left;
    color: #939393;
    background: #efeeec;
    width: 20px;
    height: 22px;
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}
.detailedDescription {
    margin-top: 20px;
    height: 50px;
}
.detailedDescription img {
    float: left;
    width: 30px;
    padding: 5px 0;
}
.detailedDescription span {
    float: left;
    width: 450px;
    margin-left: 10px;
    color: #585858;
    font-size: 12px;
}
.detailedDescription div {
    float: left;
    color: #d04821;
    font-size: 16px;
    text-align: right;
    width: 210px;
    height: 30px;
    padding: 5px 0;
}
#userDataForm {
    width: 700px;
}
#userDataForm h2 {
    font-size: 26px;
    font-weight: 100;
    color: #47241a;
    font-family: cambria;
}
#userDataForm #form {
    width: 700px;
    height: 375px;
    background: #fefefe;
    font-family: cambria;
    color: #47241a;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;

}
#userDataForm #form .labels {
    float: left;
    width: 200px;
}
#userDataForm #form .labels h3 {
    margin: 0;
    padding: 15px 0 15px 20px;
    color: #47241a;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid #efeeec;
    border-right: 1px solid #efeeec;
}
#userDataForm #form .labels h3:nth-of-type(5) {
    padding: 15px 0 47px 20px;
}
#userDataForm #form .labels h3:nth-of-type(6) {
    padding: 15px 0 65px 20px;
}
#userDataForm #form .inputs {
    float: right;
    width: 500px;
    background: #f9f9f9;
}
#userDataForm #form .inputs input[type="text"] {
    float: left;
    width: 474px;
    height: 24px;
}
#userDataForm #form .inputs input[type="radio"] {
    float: left;
    width: 20px;
}
#userDataForm #form .inputs span {
    float: left;
    height: 28px;
    width: 480px;
    border-bottom: 1px solid #efeeec;
    padding: 10px;
}
#userDataForm #form .inputs span:nth-of-type(5) {
    height: 60px;
}
#userDataForm #form .inputs span:nth-of-type(6) {
    height: 78px;
}
#btnCallMe {
    float: left;
    cursor: pointer;
    width: 136px;
    margin: 20px 282px;
}
#footer {
    display: block;
    /*border-top: 3px solid #fff;*/
    width: 1000px;
    height: 290px;
    margin: 0 auto;
}
.footerText {
    font-size: 17px;
    font-weight: 100;
    color: #434343 !important;
    font-family: arial;
    padding-bottom: 20px;
    text-align: justify;
}
.footerText h3 {
    margin: 0;
    padding: 20px 0 0 0;
    color: #000000 !important;
    font-family: arial;
    font-weight: 100;
    font-size: 22px;
    
}
.footerDown {
    padding-top: 5px;
}
.footerDown img {
    padding-top: 15px;
    width: 100px;
    float: left;
}
.footerDown .footerAddress {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 400px;
    float: left;
    color: #000000;
    font-family: arial;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
}
.footerDown .footerAddress .indent {
    height: 20px;
}
.footerDown .footerAddress p {
    margin: 0;
    padding: 0;
 }
.footerDown .phoneInfo {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footerDown .callMe {
    float: right;
    margin-top: 10px;
}
#overlay {
    background-color: #000000;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
#modalWindow {
    background: #fefefe;
    border-color: #9F9F9F #171717 #171717;
    border-radius: 10px 10px 0 0;
    color: #47241a;
    display: none;
    height: 430px;
    width: 700px;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 2001;
}
#backCall {
    background: #fefefe;
    border-color: #9F9F9F #171717 #171717;
    border-radius: 1px 1px 0 0;
    color: #47241a;
    display: none;
    height: 320px;
    width: 360px;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 2001;
}
#modalWindow #controlPanel,
#backCall #controlPanel {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 10px;
    font-size: 30px;
    color: #730000;
    cursor: pointer;
}
#backCall #modalTitle {
    float: right;
    width: 320px;
    font-family: Exo2;
    text-align: left;
    font-size: 18px;
    margin: 10px 20px 0 20px;
    color: #47241a;
}
#backCall input {
    border: 1px solid #e5e5e5;
    color: #aaaaaa;
    float: right;
    width: 310px;
    height: 45px;
    margin: 20px 20px 0 20px;
    padding-left: 10px;
}
#backCall button {
    float: right;
    width: 140px;
    height: 40px;
    margin: 25px 110px;
    padding: 0;
    border: 0;
    text-indent: -1000em;
    cursor: pointer;
    background: url('../images/back_call.png') no-repeat;
}
.moreInfoBlock {
    float: right;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.loadingGif {
    display: none;
    float: right;
    width: 220px;
    height: 20px;
    margin: 15px 240px 15px 240px;
}
#getMoreProducts {
    display: block;
    float: right;
    width: 190px;
    height: 40px;
    margin: 10px 260px 0 260px;
    padding: 0;
    border: 0;
    text-indent: -1000em;
    cursor: pointer;
    background: url('../images/get_more_products.png') no-repeat;
}
#modalWindow .sizeInputs {
    float: right;
    width: 350px;
}
#modalWindow .sizeInputs table {
    width: 320px;
}
/*#modalWindow .sizeInputs table tr td {
    width: 100px !important;
}*/
#modalWindow .sizeInputs label {
    width: 40px;
    height: 30px;
    font-size: 18px;
    margin: 10px 0 5px 0;
}
#modalWindow .sizeInputs label[for="saveProportion"] {
    font-size: 12px;
}
#modalWindow .sizeInputs input[type="text"]{
    height: 30px;
    width: 48px;
    font-size: 21px;
    margin: 10px 0 5px 0;
    background: #F0ECEB none repeat scroll 0 0;
    border: 1px solid #C0C0C0;
    padding: 2px 3px;
    color: #491C00;
 }
#modalWindow #pictureBlock {
    float: left;
    width: 350px;
    height: 350px;
}
#modalWindow #pictureBlock img {
    width: 350px;
}
#modalWindow #saveSize {
    width: 150px;
    height: 50px;
    background: url('../images/btn_save_size.png') no-repeat;
    margin: 20px;
    padding: 0;
    border: 0 none;
    text-indent: -1000em;
    cursor: pointer;
}
#hideWidth, #hideHeight, #hideDepth, #hideUnits {
    display: none !important;
    height: 20px;
}
.modalUnits {
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    width: 30px;
}
#allPrice {
    font-size: 20px;
}
.addition-content {
    display: block;
    float: left;
    width: 700px;
    text-align: justify;
}
.addition-content  h1{
    margin: 0;
}
.footer-sub {
    height: 100px !important;
    margin: 140px auto 0 auto !important;
}
#modalWindowMessage {
    background: url('../images/modal_window.png') no-repeat;
    border: none;
    color: #d04821;;
    display: none;
    height: 200px;
    width: 400px;
    left: 50%;
    top: 50%;
    position: fixed;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2005;
}
#modalWindowMessage #modalText {
    border: none;
    font-size: 24px;
    padding: 60px 0 40px 0;
}
#modalWindowMessage #modalOk {
    cursor: pointer;
    display: block;
    margin: 0 auto 0 auto;
    width: 160px;
    height: 41px;
    background: url('../images/modal_btn.png') no-repeat;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
#overlay-modal {
    background-color: rgba(255,255,255,.7);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2003;
}
.iosSlider .slider .item {
    max-width: 1054px;
}
.footer-desc{
font-size: 17px;
}
#page .container,
#content,
.productsList,
div[style*="float"] + div {
    margin-top: 25px !important; /* Создает красивый зазор в 25 пикселей под меню */
}

/* ИСКЛЮЧЕНИЕ ДЛЯ КАТАЛОГА: 
   В самом каталоге товаров, который мы настраивали до этого, 
   сбрасываем этот отступ в ноль, чтобы наше идеальное мгновенное появление не сломалось */
.categoryList + .productsList,
#crumbs {
    margin-top: 0px !important;
}