/* static classes */
.background-red{
    background-color: red;
}

.clear {
    clear: both;
}

/* end static classes */

body {
    background-color: #f1f1f1;
    font-family: arial;
}

#header > .container > .row > .col-lg-12 {
    background-color: #46433e;
    height: 33px;
}

.top-menu {
    height: 33px;
    width: 1050px;
    margin: 0 auto;
}

#header .logo img {
    width:85px;
    display: block;
    float: left;
    margin: 6px 7px;
}

.menu {
    float: left;
    margin-right: 80px;
}

.menu ul li, .social-icons ul li {
    display: inline-block;
    line-height: 33px;
    position: relative;
}

.under-menu {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition:0.25s linear opacity;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 250px;
    z-index: 3;
}

.under-menu li {
    padding-top: 1px;
    float: none;
}


.menu ul li:hover .under-menu {
    left:0;
    opacity: 1;
    background-color: white;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.5);
}

.under-menu li {
    line-height: 24px !important;
    display: block !important;
    padding: 0;
    margin: 0;
}

.under-menu li a {
    color: #676767 !important;
    font-size: 12px;
    display: block;
/*    width: 250px;*/
    padding-left: 7px;
    font-weight: bold;
    text-shadow: none !important;
}


.menu ul li a {
    display: block;
    color: #d6d6d6;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 0 10px;
}

.menu ul li a:hover {
    color:white;
}

.social-icons ul li a {
    color:white;
    display: block;
    font-size: 24px;
    line-height: 36px;
    padding-right: 5px;
}


.social-icons ul li a:hover {
    color:#d6d6d6;
}

.under-menu li a:hover {
    color: #676767 !important;
}

#hat > .container > .row > .col-lg-12 {
    background: white;
}

.main-hat {
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 50px;
}


#hat .logo img {
    width: 317px;
    height: 72px;
    float: left;
    display: block;
    margin-top: 30px;
}

.calling {
    padding-top: 30px;
    padding-left: 70px;
    float: left;
    width:270px;
}


.calling > .tel {
    font-size: 19px;
    color:#595959;
    padding-top: 2px;
    display: inline-block;
}
.calling-text {
    font-size: 11px;
    color:#9c9c9c;
}

.callback-and-maps {
    margin-top: 30px;
    float: left;
    margin-left: 35px;
    width: 160px;
}

.maps span {
    cursor: pointer;
    color: #595959;
    font-size: 14px;
    border: 3px solid #636363;
/*    padding: 8px 19px;*/
    display: block;
    width: 160px;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 5px;
}

.basket {
    float: left;
    margin-top: 30px;
    margin-left: 55px;
}

.basket span img.icon-basket {
    display: block;
    width: 38px;
    height: 35px;
    float: left;
    margin-bottom: 5px;
}

.basket span > span a, .count-items {
    font-size: 20px;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    text-decoration: none;
}

.count-items {
    padding-left: 0px;
}


.basket span a {
    font-size: 12px;
    color:#1e1516;
    text-decoration: underline;
    padding-right: 20px;
}

.maps-yandex {
    width:1200px;
    position: fixed;
    transform: translate(-50%, -50%); 
    left: 50%;
    top: 50%;
    height: 600px;
    display: none;
    z-index: 5;
}

.maps-yandex i, .callback-block i {
    position: absolute;
    right: -20px;
    top: -25px;
    cursor: pointer;
    font-size: 24px;
    color:white;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    display: none;
    opacity: 0.8;
    z-index: 3;
}

.callback-block {
    position: fixed;
    z-index: 7;
    width: 600px;
    background-color: white;
    border-radius: 3px;
    height: 300px;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: none;
}

.caption-callback {
    display: block;
    text-align: center;
    font-size: 24px;
    padding-top: 35px;
}

.callback-block form {
    width: 350px;
    text-align: center;
    margin: 30px auto 0;
}

.callback-block form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.callback-block input[type="submit"] {
    background: #636363;
    color: white;
    border: none;
}

.callback-block input[type="submit"]:hover {
    background: black;
}


.wrapper-callback-widget {
    width: 200px;
    height: 200px;position: fixed;
/*    background-color: black;*/
    cursor: pointer;
    right:15px;
    bottom:15px;
}


#popup__toggle{bottom:25px;right:10px;position:fixed;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI2MHB4IiBoZWlnaHQ9IjYwcHgiIHZpZXdCb3g9IjAgMCA4NS4xNzEgODUuMTcyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NS4xNzEgODUuMTcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9InB1cnBsZSI+CjwvZz4KPGcgaWQ9ImJsdWUiPgo8L2c+CjxnIGlkPSJncmVlbiI+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuNDIyLDI3LjgzNmMtMS41MTYsMC0yLjc0NywxLjIzMi0yLjc0NywyLjc0OGMwLDEuNTE5LDEuMjI5LDIuNzQ4LDIuNzQ3LDIuNzQ4CgkJCWMzLjQ3OSwwLjAwMSw2LjYsMS4zODEsOC44NjksMy42MDZjMi4yNjYsMi4yMzQsMy42NDksNS4yNzEsMy42NSw4LjY1MmMwLDEuNTE2LDEuMjMxLDIuNzQ3LDIuNzQ4LDIuNzQ3CgkJCWMxLjUxOCwwLDIuNzQ3LTEuMjMxLDIuNzQ3LTIuNzQ3YzAuMDAxLTQuOTA4LTIuMDMzLTkuMzcxLTUuMjkzLTEyLjU3MUM0OC44ODYsMjkuODE2LDQ0LjM3NCwyNy44MzYsMzkuNDIyLDI3LjgzNnoiLz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNjUuMTgzLDQ2Ljg0MmMyLjcyOSwwLDIuNzUtMi43NywyLjc0Ny0yLjhjLTAuMDEzLTcuMzUyLTMuMDYxLTE0LjAyNS03Ljk1MS0xOC44MjUKCQkJYy00Ljg5Ny00LjgyLTExLjY4LTcuOC0xOS4xMzgtNy43OThjLTEuNTE5LDAtMi43NDgsMS4yMzEtMi43NDgsMi43NDljMCwxLjUxNywxLjIyOSwyLjc0NywyLjc0OCwyLjc0NwoJCQljNS45ODYsMCwxMS4zNzQsMi4zNzcsMTUuMjg3LDYuMjJjMy45MDMsMy44NDEsNi4yOTksOS4xMDEsNi4zMDksMTQuOTM0QzYyLjQzNSw0NC4xMDMsNjIuNDEyLDQ2Ljg0Miw2NS4xODMsNDYuODQyeiIvPgoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00Mi41ODUsMEMxOS4wNjYsMCwwLDE5LjA2NywwLDQyLjU4NnMxOS4wNjYsNDIuNTg2LDQyLjU4NSw0Mi41ODZjOS42OSwwLDE5LjEwOS0yLjY1LDI1Ljc3Ni04LjY4OAoJCQljOC4xMTQtNy4zNDYsMS41NjYtMTIuNDAzLTQuNDY5LTE0LjAxM2MwLjI0Mi0wLjgzMywwLjQyLTEuNTA0LDAuNDU5LTEuNzc5YzAuNTczLTQuMDQ1LTE0LjIzMy05Ljg3LTE2LjIzNy01Ljg2MQoJCQljLTAuNTU5LDEuMTEyLTEuMzA2LDQuNDMxLTQuNzEzLDIuMzk5Yy0yLjM3OS0xLjQyMi0xNC4wNy0xMy4xMS0xNS40ODktMTUuNDljLTIuMDMyLTMuNDA1LDEuMjg2LTQuMTUzLDIuMzk4LTQuNzA5CgkJCWM0LjAxLTIuMDA0LTEuODE1LTE2LjgxMy01Ljg2LTE2LjIzOGMtMC45NDEsMC4xMzQtNi40MjMsMS44NDktNy41ODYsMi40MDRjLTIuMjEsMS4wNTgtNS4yODYsNi4yNDUtMy4yNjcsMTIuODc1CgkJCWMxLjUyMiw1LDQuNDU4LDEyLjc1MiwxMy41OSwyMS44ODNjOS4xMzMsOS4xMzEsMTYuODgyLDEyLjA2OCwyMS44ODUsMTMuNTkxYzYuNjI5LDIuMDE5LDExLjgxNi0xLjA1NywxMi44NzUtMy4yNjgKCQkJYzAuMTAzLTAuMjE2LDAuMjQ3LTAuNTgsMC40MTItMS4wMzdjNi4yODgsMS41MTIsNC42NjcsNC41MSwxLjUwMSw2LjcyNmMtNS40NDUsMy44MTEtMTMuMzc2LDYuMjE4LTIxLjI3NCw2LjIxOAoJCQljLTIwLjc2NSwwLTM3LjYtMTYuODMzLTM3LjYwMS0zNy41OTljMC0yMC43NjYsMTYuODM2LTM3LjYwMSwzNy42MDEtMzcuNjAxYzIwLjc2NywwLDM3LjYwMSwxNi44MzUsMzcuNjAxLDM3LjYwMQoJCQljMCw3Ljg2OS0xLjg1NCwxMi45ODMtNC4zMzcsMTcuMDE2Yy0xLjk0MSwzLjc5OS0wLjcwMiw5LjAyNywwLjgsNy43NTJjNS43LTYuMDQzLDguNTIyLTE2LjAwMyw4LjUyMi0yNC43NjgKCQkJQzg1LjE3MSwxOS4wNjcsNjYuMTA1LDAsNDIuNTg1LDB6Ii8+Cgk8L2c+CjwvZz4KPGcgaWQ9Im9yYW5nZSI+CjwvZz4KPGcgaWQ9ImJsYWNrIj4KPC9nPgo8L3N2Zz4=);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  /*50% {-moz-transform: rotate(0deg) moz-scale(1) skew(1deg);opacity: .2;}*/
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.list-main-menu ul {
    margin-top: 40px;
}


.list-main-menu ul li {
    display: inline-block;
    position: relative;
}

.list-main-menu ul li > a {
    display: block;
    text-transform: uppercase;
    color: #555;
    text-decoration: none;
    padding-right: 2px;
    margin-right: 30px;
    font: 21px 'PT Sans Narrow', arial;
}


.submenu-main-menu {
    position: absolute;
    left:-9999px;
    opacity: 0;
    min-width: 568px;
    background-color: #F7F7F7;
    -webkit-transition:0.25s linear opacity;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.5);
    z-index: 5;
    overflow: hidden;
/*    top:40px;*/
}

.list-main-menu ul li:hover .submenu-main-menu {
    left:0;
    opacity: 1;
}

.list-item-menu {
    width: 215px;
    float:left;
/*    padding: 10px 12px;*/
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.list-item-menu > a {
    font-weight: bold;
    color: black;
    padding: 10px;
    display: block;
    text-align: center;
}

.list-item-menu ul {
    margin:0;
    background-color: white;
    margin-bottom: -10000px;
    padding-bottom: 10000px;

}

.list-item-menu ul li a {
    color: #152735;
    font-size: 13px;
    padding: 6px 12px;
    line-height: 16px;
    text-transform: inherit;
    display: block;
    width: 215px;
    margin: 0;
}

.list-item-menu ul li a:hover {
    background-color: #ccc;
}

.list-item-menu ul li a span {
    color:red;
    padding-left: 10px;
}

.image-item-menu {
    float: left;
    width: 320px;
    margin-left:15px;
/*    padding-top: 10px;*/
    background-color: #F7F7F7;
    padding-bottom: 20px;
}

.image-item-menu a > img {
    float: left;
    width: 100%;
}

.image-item-menu span {
    float:left;
    font-weight: bold;
    padding: 7px 0;
    display: block;
    width: 100%;
    display: block;
}

.image-item-menu p {
    font-size: 12px;
    color:black;
    padding-bottom: 20px;
}

.img-item, .text-item {
    display: none;
}

.main-slider {
    width: 100%;
    height: 474px;
    position: relative;
}


#myCarousel .left > span {
    margin-left: -75px;
    color:white !important;
}

#myCarousel .right > span {
    margin-right: -75px;
    color:white !important;
}

.title-this-item {
    font-family: 'PT Sans Narrow', arial;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    left: 10%;
    top: 25%;
    width: 450px;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    height: 110px;
    color: #444;
    font-size: 18px;
    line-height: 30px;
}

.title-this-item span {
    font-size: 26px;
}

.pluses-company {
    background: #878171;
    width: 800px;
    height: 80px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 3;
    top: -20px;
    padding-left: 10px;
    margin-left: 175px;
}

.pluses-company ul li {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding-top: 20px;
    margin-right: 9px;
}

.social-icons {
    float: right;
}

.pluses-company ul li a {
    color:white;
}

.pluses-company ul li img {
    float: left;
    margin-right: 7px;
}

#representation .col-lg-12 {
    background-color: white;
}

.wrapper-representation {
    text-align: center;
}

.info-magniflex {
    margin-bottom: 30px;
}

.wrapper-representation h2, .info-magniflex h2 , .more-text-about-item h2, .item-magniflex-nano h2{
    text-align: center;
    font-size: 24px;
    padding-top: 35px;
    color: #555;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper-representation span, .info-magniflex span, .more-text-about-item span, .item-magniflex-nano span {
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #555;
    line-height: 24px;
    font-family: arial;
    -webkit-font-smoothing: none;
    display: block;
    padding:30px 10px 0;
}

.wrapper-representation img {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}


.more-text-about-item span {
    padding-bottom: 40px;
}

.item-magniflex-nano {
    text-align: center;
}

.item-magniflex-nano img {
    padding: 30px 0;
}

.hr-more-text {
    margin: 0 300px;
}

.img-stars-item span {
    text-align: center;
    color:#555;
    font-family: arial;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
}

.hr-img-star {
    margin-bottom: 60px;
}

#full-gallery .col-lg-12 {
    background-color: #fafafa;
    padding-top: 40px;
    padding-bottom: 60px;
}


.wrapper-main-gallery {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 403px;
}

.main-gallery {
    overflow: hidden;
}

.main-gallery ul {
    width: 10000px;
    height: 380px;
    transition-duration: 0.5s;
}

.caption-this-gallery {
    display: block;
    text-align: center;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 100;
    color: #666;
    padding-left: 10px;
    text-align: center;
}

.main-gallery ul li {
    text-align: center;
    display: inline-block;
    width: 980px;
}

.main-gallery ul li img {
    padding: 20px 0;
}

.main-gallery ul li p {
    font-family: arial;
    font-size: 12px;
    color: #666;
    padding: 10px 40px;
    text-align: justify;
}

.slider-control {
    height: 78px;
    width: 39px;
    position: absolute;
    top:40%;
    z-index: 10;
    cursor: pointer;
}

.slide-left {
    left: -50px;
}

.slide-right {
    right: -50px;
}

#telefons-footer .col-lg-12 {
    background-color: white;
}

#telefons-footer span {
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 25px 0 40px;
}

#sertificats .col-lg-12 {
    background-color: #EBEBE9;
}

.serti-block h2 {
        border-bottom: 1px solid #cecece;
    color: #807066;
    font-size: 17px;
    max-width: 1020px;
    margin: 40px auto 0;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "arial narrow";
}

.serti-block a img {
    margin: 15px auto;
    max-width: 1020px;
    display: block;
}

#footer .col-lg-12 {
    height: 220px;
    background-image: url(/template/images/footer-background.jpg);
    background-size: 100% 140%;
    background-repeat: no-repeat;
    padding-top: 20px;
}

#text-footer .col-lg-12 {
    background-color: #46433e;
}

#footer .list-menu-footer, .text-footer-main {
    width: 1020px;
    margin: 0 auto;
}

.list-menu-footer > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
}

.list-menu-footer > ul > li:last-child {
    margin-right: 0;
}

.list-menu-footer > ul > li > a {
    color:white;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.text-footer-main {
    color: white;
    font-size: 12px;
    padding: 15px 0;
}


.submenu-footer li a {
    font-size: 12px;
    color:white;
}


.main-slider-other {
    /*background-image: url(/template/images/breadcrumbs.jpg);*/
    /*background-image: url(/template/images/banner-new-year-min.jpg);*/
    background-image: url(/template/images/banner-min-15.png);
    /*height: 120px;*/
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}


.breadcrumbs-block {
    padding-top: 15px;
}

.content-cash-block {
    width: 1020px;
    margin: 70px auto 100px;
}

#content-cash .col-lg-12 {
    background-color: white;
}

.left-menu-cash ul li {
        list-style: none;
    font-size: 12px;
    text-decoration: none;
    padding-left: 0px;
    padding-bottom: 5px;
}

.left-menu-cash ul li.active {
    font-weight: bold;
}

.left-menu-cash ul li a {
    color:#666;
}

.main-content-cash h2 {
        display: block;
    font-family: "PT Sans Narrow", arial;
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 40px;
}

.main-content-cash table {
    border-spacing: 5px;
}

.caption-cash-table {
    border-bottom: 1px solid #ccc;
}

.cash-table tr td {
        color: #666;
    font-size: 12px;
    text-align: justify;
/*    line-height: 24px;*/
    vertical-align: middle;
    padding: 8px;
}

.img-cash-item a img{
    width: 110px;
    padding-top: 10px;
}

.schetchik-style {
    border: 1px solid #E9E9E9;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    background-color: #F3F3F3;
    padding: 5px;
    width: 25px;
    display: inline-block;
}

.schetchik-style:hover {
    text-decoration: none;
    background-color: white;
}


.count-schetchik {
        width: 15px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.cart-total {
    text-align: right;
    padding-top: 20px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.price-total-with-offer {
    color: #AAA;
    text-decoration: line-through;
}

.btn-order {
    display: block;
    height: 30px;
    border-radius: 3px;
    width: 160px;
    line-height: 30px;
    background: #222;
    color: #FFF !important;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
    float: right;
    text-decoration: none;
    margin-top: 20px;
}

.btn-order:hover {
    background-color: #636363;
}

.price-without-offer {
    color: #AAA;
    text-decoration: line-through;
}

.form-order .field-form {
    clear: both;
    text-align: right;
}

.field-form label {
    float:left;
    line-height: 33px;
}

.form-order form {
    margin: 100px auto 70px;
    width: 650px;
}

.field-form input, .field-form textarea {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 7px;
    width: 400px;
}

.field-form textarea {
    resize: none;
}

.form-order .col-lg-12 {
    background: white;
}

.form-order h2 {
    display: block;
    font-family: "PT Sans Narrow", arial;
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 40px;
}

.form-order input[type="submit"] {
    display: block;
    color: white;
    background: black;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 2px;
    border: none;
}

.form-order input[type="submit"]:hover {
    background-color: #636363;
}


.form-order .main-content-cash {
    width: 650px;
    margin: 70px auto 0;
}

#catalog-item .col-lg-12 {
    background: white;
    margin-bottom: 100px;
}

.wrapper-catalog {
    width: 1020px;
    margin: 0 auto;
    padding-top: 80px;
}


.left-menu-catalog h3 {
    width: 80%;
/*    margin: 0 auto;*/
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #878171;
    color: #FFF;
    font-family: arial;
    margin-bottom: 15px;
}

.list-menu-catalog ul {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


.list-menu-catalog ul li a, .list-menu-catalog span {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-family: arial;
    line-height: 16px;
    padding: 3px 5px 3px;
    display: block;
}

.list-menu-catalog ul li a:hover {
    background: #eee;
}

.list-menu-catalog span {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}

.catalog-content {
    margin-left: 10px;
}

.catalog-content h2 {
    font-size: 18px;
    line-height: 34px;
    float: left;
}

.catalog-content select {
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 7px;
    margin-left: 15px;
    height: 34px;
}

.list-item {
    padding-top: 20px;
}

.catalog-item {
    width: 230px;
    height: 385px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.wrapper-img-item {
    position: relative;
}

.wrapper-img-item img {
    width: 100%;
    height: 160px;
}

.discount-item {
    position: absolute;
    background: #EC463F;
    color:white;
    left: 10px;
    font-size: 12px;
    top: 0;
    padding: 5px;
}

.discount-item-size {
    position: absolute;
    background: #769DD5;
    color:white;
    left: 10px;
    font-size: 12px;
    top: 0;
    padding: 5px;
}

.discount-item-size-exhibition {
    position: absolute;
    background: #59D579;
    color:white;
    left: 10px;
    font-size: 12px;
    top: 0;
    padding: 5px;
}

.filter-size {
    width: 100%;
    height: 50px;
    padding: 8px;
}

.discount-all-size {
    width: 10px;
    height: 10px;
    background: #EC463F;
    display: inline-block;
    margin-left: 15px;
}

.discount-action-size {
    width: 10px;
    height: 10px;
    background: #769DD5;
    display: inline-block;
    margin-left: 15px;
}

.discount-exhibition-size {
    width: 10px;
    height: 10px;
    background: #59D579;
    display: inline-block;
    margin-left: 15px;
}

.catalog-item > span > a{
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 7px 0;
    color: #666;
}

.catalog-item > b {
    background: #eee;
}

.catalog-item p {
        color: #5A5A5A;
    font-size: 12px;
    font-family: sans-serif;
    overflow: hidden;
    height: 98px;
    text-align: left;
    padding: 5px 10px 0;
}

.price-this-item {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    float: left;
}

.price-without-offer-item {
    font-size: 12px;
}

.price-without-offer-item b {
    text-decoration: line-through;
    color: #600;
}

.price-with-offer-item {
    font-weight: bold;
    color: #3F3F3F;
    font-size: 14px;
}


.btn-buy-item {
    padding: 5px 13px;
    border-radius: 2px;
    width: 80%;
    display: block;
    margin: 10px auto 0px;
    font-size: 12px;
    text-transform: uppercase;
    background: #636363;
    color: #FFF !important;
    font-weight: bold;
    transition: color 0.3s;
    position: absolute;
    bottom: 15px;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, -50%);
}

.btn-buy-item:hover {
    background: #333;
    text-decoration: none;
}

#item-style {
    min-height: 400px;
}

#item-style .col-lg-12 {
    background-color: white;position: relative;
}

.wrapper-item {
    width: 1020px;
    margin: 20px auto;
}

.wrapper-item-img {
    width: 460px;
    float: left;
    margin-right: 20px;
}

.wrapper-item-img > .easyzoom > a > img {
    width: 100%;
    border: 1px solid #CFCFCF;
    transition: all 0.3s;
    transform: translateZ(0);
    display: block;
}


.zoom-img-item {
    display: block;
    cursor: pointer;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}

.info-item {
    float: left;
}

.size-charactery-item, .price-item-style, .wrapper-btn-buy-item, .other-options-item, .fabric-item {
    float: left;
}

.fabric-item {
    margin-right: 25px;
    margin-top: 5px;
}

.fabric-item span {
    color:#666;
    font-size:12px;
    line-height: 30px;
}

.fabric-item select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 140px;
    margin-left: 10px;
}

.fabric-item a {
    font-size: 13px;
    color:#666;
    text-decoration: underline;
    text-align: right;
    display: block;
    padding-right: 3px;
}

.other-options-item {
    margin-right: 25px;
    margin-top: 5px;
}

.other-options-item span {
    color:#666;
    font-size:12px;
    line-height: 30px;
}

.other-options-item select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 225px;
    margin-left: 10px;
}

.other-options-item a {
    font-size: 13px;
    color:#666;
    text-decoration: underline;
    text-align: right;
    display: block;
    padding-right: 3px;
}

.size-charactery-item {
    margin-right: 25px;
}

.size-charactery-item span {
    color:#666;
    font-size:12px;
    line-height: 30px;
}

.size-charactery-item select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 140px;
    margin-left: 10px;
}

.size-charactery-item a {
    font-size: 13px;
    color:#666;
    text-decoration: underline;
    text-align: right;
    display: block;
    padding-right: 3px;
}

.price-item-style {
    margin-right: 23px;
}

.price-item-style span {
    font-size: 12px;
    color:#666;
    line-height: 25px;
}


.price-item-style-with-discount {
    font-size: 18px !important;
    color: #3A3939 !important;
}

.btn-item-style {
    color:#fff !important;
    background: #cf0000;
    width: 110px;
    height: 23px;
    text-align: center;
    display: block;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.message-discount {
    font-size: 12px;
    color:#666 !important;
}

.info-item h2 {
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 16px;
    min-height: 24px;
    display: block;
    color: #3A3939;
    font-size: 24px;
    font-family: 'PT Sans Narrow', arial;
    margin-top: 50px;
    font-weight: bold;
}

.item-attr ul li {
    font-size: 12px;
    color:#666;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}


.carousel-inner > .item img {
    width: 100%;
    background-size: cover;
    height: 474px;
}



.maps-footer-wrapper {
    width: 670px;
    margin: 35px auto;
    height: 600px;
}

#maps-footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 35px 0 5px;
}

#maps-footer .col-lg-12 {
    background-color: white;
}

#maps-footer span {
    display: block;
    text-align: center;
    font-size: 16px;
    color:#666;
}

#about-style .col-lg-12{
    background-color: white;
}

.wrapper-about-block {
    width: 1020px;
    margin: 50px auto 30px;
}

.other-style-for-text-slider {
    display: block;
    text-align: center;
    font-size: 30px !important;
    line-height: 70px;
}

.left-menu-about {
    float: left;
}

.left-menu-about ul li {
    padding-bottom: 3px;
}

.left-menu-about ul li a {
    color: #666;
    padding: 3px 5px;
    font-size: 14px;
}

.left-menu-about ul li a.active {
    font-weight: bold;
    color:black;
}

.left-menu-about ul li a:hover {
    background: #eee;
    text-decoration: none;
}

.about-company-magniflex {
    float: left;
    width: 780px;
    margin-left: 40px;
}

.about-company-magniflex h2 {
    display: block;
    font-family: "PT Sans Narrow", arial;
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
    font-weight: 300;
/*    margin-top: 9px;*/
    margin-bottom: 20px;
}

.about-company-magniflex p {
    color: #666666;
    background-color: #ffffff;
    font-size: 14px;
    margin: 0px;
}

.reklama-buffon {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.reklama-buffon img {
    float: left;
    margin-right: 20px;
}

.reklama-buffon h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.reklama-buffon > b {
    font-weight: bold;
    padding-top: 15px;
    font-size: 12px;
    display:  block;
}

.reklama-buffon span {
    display: block;
    padding-top: 60px;
    font-size: 12px;
}






/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
    width: 100%;
	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    left: 478px;
    top: 0px;
    width: 540px;
    height: 390px;
    border: 1px solid #CCC;
}

.easyzoom-flyout img {
    transform: scale(1.3);
}


.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.search-size-popup, .send-about-discount {
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 550px;
    border-radius: 2px;
    padding: 20px;
    z-index: 10;
    font-size: 13px;
    display: none;
}

.search-size-popup i, .send-about-discount i {
    position: absolute;
    font-size: 24px;
    right: -20px;
    color:white;
    cursor: pointer;
    top: -25px;
}

.search-size-popup label, .send-about-discount label {
    font-weight: normal;
}

.search-size-popup input[type="text"], .send-about-discount input[type="text"], .send-about-discount textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}

.search-size-popup form, .send-about-discount form {
    margin-top: 20px;
    float: left;
}

.field {
    clear: both;
    text-align: right;
    margin-bottom: 10px;
}

.field label {
    float: left;
    margin-right: 20px;
    line-height: 27px;
}

.search-size-popup input[type="submit"], .send-about-discount input[type="submit"] {
    float: right;
    background-color: black;
    border: none;
    border-radius: 3px;
    padding: 7px;
    width: 130px;
    text-align: center;
    color: white;
}

.send-about-discount form {
    float: none;
}

.send-about-discount input {
    width: 70%;
}

.send-about-discount textarea {
    resize:none;
    width: 70%;
}

.send-about-discount input[type="checkbox"] {
    width:35%;
    float: left;
}


.success-add-order {
    position: fixed;
    width:350px;
    background-color: white;
    border-radius: 3px;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    display: none;
    z-index: 15;
}

.success-add-order i{
    display: block;
    font-size: 50px;
    color:limegreen;
}

.icon-trash-cash {
    display: none;
    color:dodgerblue;
}

.tabs-item {
    margin-top: 70px;
}

.tabs-item ul {
    border-bottom: solid 1px #dedede;
    padding: 0px;
    clear: both;
}

.tabs-item ul li a {
    background: #fff;
    color: #3A3939;
    display: inline-block;
    font-family: "arial narrow", arial;
    font-size: 20px;
    font-variant: normal;
    padding: 8px 20px;
    margin: 0;
    border-right: solid 1px #dedede;
    border-top: solid 1px #dedede;
    cursor: pointer;
    text-decoration: none;
}

.tabs-item ul li a:first-child {
    border-left: solid 1px #dedede;
}

.tabs-item ul li a.active {
    background: #eee;
}

.tabs-item-content {
    padding-top: 20px;
}

.tabs-item-content > .tab-content {
    display: none;
}

.tabs-item-content > .tab-content.active {
    display:block;
    font-size: 15px;
}


.success-add-cash-item {
    position: fixed;
    width: auto;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 3px;
    background-color:#5CC2EA;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 12;
}

.list-valute  {
    position: absolute;
    right: 65px;
    top: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    
}


.list-valute ul li {
    float: left;
}

.list-valute ul li a {
    display: block;
    padding: 4px 10px;
    color: black;
}

.list-valute ul li a.active, .list-valute ul li a:hover {
    background-color: #878171;
    color: white;
}


.link-buy-item-info {
    display: block;
    position: absolute;
    right: 65px;
    top: 50px;
    font-size: 12px;
/*    color: #666 !important;*/
}

.popup-parts-payment {
    position: fixed;
    background-color: white;
    border: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 700px;
    min-height: 300px;
    padding: 20px;
    display: none;
}

.popup-parts-payment i {
    position: absolute;
    right: -20px;
    top:-25px;
    font-size: 24px;
    cursor: pointer;
    color:white;
}

.popup-parts-payment h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    line-height: 25px;
}

.popup-parts-payment .mini-caption-popup {
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 15px;
}

.mini-form {
    padding-top: 25px;
}

.mini-form select {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.mini-form input[type="range"] {
    width: 50%;
}

.mini-form span > span {
    float: left;
    padding-right: 10px;
}

.mini-form > span {
    padding-bottom: 5px;
    display: block;
}

.all-style-caption-form span {
    width: 300px;
    display: block;
}


.style-btn-add-item-to-cash {
    display: block;
    color: white !important;
    background: black;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 2px;
    border: none;
}

.popup-parts-payment img {
    float: left;
    margin-top: 100px;
    margin-right: 25px;
    margin-bottom: 70px;
}

.wrapper-style-text-attr i {
    cursor: pointer;
}

.popup-wrapper-image-item {
    width: 800px;
    height: auto;
    max-height: 600px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #F9F9F9;
    padding: 10px;
    display: none;
    z-index: 12;
    border-radius: 3px;
}

.wrapper-for-gallery {
    overflow: hidden;   
}

.wrapper-style-for-gallery {
    width: 10000px;
}

.popup-wrapper-image-item .wrapper-img-gallery img {
    width: 100%;
    height: 100%;
}

.wrapper-img-gallery {
    display: inline-block;
    width: 800px;
    display: none;
}

.wrapper-img-gallery.active {
    display:  block;
}

.arrows-gallery {
    font-size: 24px;
}

.arrows-gallery a {
    position: absolute;
    top: 45%;
}

.arrow-left-gallery {
    left: -60px;
}

.arrows-gallery a i {
    font-size: 60px;
    color:white;
}

.arrow-right-gallery {
    right: -60px;
}

.popup-wrapper-image-item > i {
    position: absolute;
    right: -20px;
    top: -25px;
    color:white;
    font-size: 24px;
    cursor: pointer;
}

.popup-wrapper-image-item span {
    position: absolute;
    left: 50%;
    bottom: -40px;
    background-color: black;
    color: white;
    text-align: center;
    width: auto;
    border-radius: 15px;
    padding: 5px 10px;
    transform: translate(-50%);
}

.tab-content-privilege ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    clear: both;
    font-size: 13px;
}

.tab-content-privilege ul li b {
    display: block;
    width: 300px;
    float: left;
}

.other-text-item {
    font-size: 12px;
    color: #333;
}

.info-item {
    /*width: 50%;*/
}



.item-attr {
    width: 100%;
}




.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(/template/images/gallery/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.gallery-item-tab {
    position: relative;
    max-width: 840px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.link-buy-item-info {
    color: forestgreen !important;
    font-weight: bold;
}


ul{border:0; margin:0; padding:0;}

#pagination-digg li{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    margin-right:2px;
}
#pagination-digg a{
    border:solid 1px #9aafe5;
    margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:3px 4px;
}
#pagination-digg .next a,
#pagination-digg .previous a {
    font-weight:bold;
}
#pagination-digg .active{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
    color:#0e509e;
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}
#pagination-digg a:hover{
    border:solid 1px #0e509e;
}

.box-news {
    overflow: hidden;
    height: 205px;
    width: 900px;
    line-height: 25px;
}

.box-news h2
{
    font-size: 18px;
}

.box-news:before {
    content: "";
    float: left;
    width: 5px;
    height: 200px;
}

.box-news > *:first-child {
    /*float: right;*/
    width: 100%;
    margin-left: -5px;
}

.box-news:after {
    content: "\02026";
    box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.new-year-banner {
    display: none;
    position: fixed;
    z-index: 99999;
    bottom:0;
}
.new-year-banner-img {
    width: 150px;
    height: 100%;
    z-index: 99999;
}
.new-year-banner-ico {
    position:absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-top: 3px;
    z-index: 99999
}

.option-item {
    cursor: pointer;
    color: #595959;
    /* font-size: 14px; */
    border: 1px solid #636363;
    /* padding: 8px 19px; */
    display: block;
    width: 160px;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 5px;
}
.popup-callback  {
    position: fixed;
    width: 80%;
    min-height: 200px;
    top: 50%;
    left: 50%;
    z-index: 122323;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2%;
    display: none;
    /*border-radius: 5px;*/
    overflow: auto;
    height: 600px;

}

@media (max-width: 478px) {
    .left-menu-catalog h3 {
        width: 100%;
    }
    .main-slider-other {
        height: 0px;
    }
    .catalog-item {
        width: 97%;
        height: 470px;
    }
    .wrapper-img-item {
        height: 230px;
    }
    .wrapper-img-item img {
        height: 230px;
    }
    .map-img-block {
        position: fixed;
        z-index: 7;
        width: 600px;
        border-radius: 3px;
        height: 300px;
        left: 50%;
        top:50%;
        transform: translate(-50%, -50%);
    }
}