* {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family: Calibri, Helvetica, Tahoma, Arial;
}

a {
    color: #537d8b;
    text-decoration: none;
}

.clearfix {
    margin: 0;
    padding: 0;
    border: 0;
    width: 0;
    height: 0;
    clear: both;
}

body {

}

header {

}

header > .top {
    padding: 0 0 11px;
    background-color: #F1F6F8;
    background-image:  url('/img/header-separator.png'), url('/img/header-separator-bg.png');
    background-position: bottom center, bottom center;
    background-repeat: no-repeat, repeat-x;
}

header .top .nav-bar {
    margin: 0 auto;
    width: 980px;
}

header .top .nav-bar .left {
    float: left;
    font-size: 0;
}

header .top .nav-bar .left a {
    display: inline-block;
    padding: 12px 10px 12px;
    font-size: initial;
    -webkit-transition: color 0.6s ease, background-color 0.6s ease;
     -khtml-transition: color 0.6s ease, background-color 0.6s ease;
       -moz-transition: color 0.6s ease, background-color 0.6s ease;
        -ms-transition: color 0.6s ease, background-color 0.6s ease;
         -o-transition: color 0.6s ease, background-color 0.6s ease;
            transition: color 0.6s ease, background-color 0.6s ease;
}

header .top .nav-bar .left a:hover {
    color: #ffffff;
    background-color: #89979C;
}

header .top .nav-bar .socials {
    float: left;
    margin: 9px 0 0 49px;
}

header .top .nav-bar .auth {
    float: right;
    margin: 0 22px 0 0;
    color: #537d8b;
}

header .top .nav-bar .auth a {
    display: inline-block;
    padding: 12px 9px 12px;
}

header .top .auth-form {
    display: none;
    margin: 0 auto;
    width: 980px;
    font-size: 0;
}

header .top .auth-form .left {
    float: left;
    width: 940px;
}

header .top .auth-form .left .top {
    height: 17px;
    background-image: url('/img/nose-grey.png');
    background-position: 89% bottom;
    background-repeat: no-repeat;
}

header .top .auth-form .left .middle {
    margin: 0 0 0 10px;
    width: 942px;
    height: 83px;
    background-color: #89979C;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
}

header .top .auth-form .left .middle div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

header .top .auth-form .left .middle div label {
    line-height: 83px;
    font-size: 15px;
    color: #fff;
}

header .top .auth-form .left .middle .login-label {
    padding: 0 11px 0 25px;
}

header .top .auth-form .left .middle .password-label {
    padding: 0 11px 0 32px;
}

header .top .auth-form .left .middle input[type="text"],
header .top .auth-form .left .middle input[type="password"] {
    margin-top: 26px;
    padding: 0 6px;
    height: 30px;
    width: 144px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

header .top .auth-form .left .middle .forgot {
    display: block;
    padding: 2px 0 0 0;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    text-decoration: underline;
}

header .top .auth-form .left .middle .forgot:hover {
    text-decoration: none;
}

header .top .auth-form .left .middle .sign-in {
    padding: 0 0 0 18px;
}

header .top .auth-form .left .middle input[type="submit"] {
    margin-top: 27px;
    width: 147px;
    height: 30px;
    font-size: 17px;
    color: #ffffff;
    background-color: #FF4746;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

header .top .auth-form .left .middle input[type="submit"]:hover {
    background-color: #E2120C;
}

header .top .auth-form .left .middle .sign-up {
    margin: 32px 0 0 23px;
    font-size: 17px;
    color: #ffffff;
}

header .top .auth-form .left .middle .sign-up a {
    color: #ffffff;
    text-decoration: underline;
}

header .top .auth-form .left .middle .sign-up a:hover {
    text-decoration: none;
}

header .top .auth-form .left .bottom {
    padding: 10px;
}

header .top .auth-form .close {
    float: right;
    margin: 17px 0;
    width: 14px;
    height: 14px;
    background-image: url('/img/close.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

header > .middle {
    margin: 0 auto;
    padding: 7px 0 1px 10px;
    width: 970px;
}

header .middle .logo {
    float: left;
}

header .middle .right {
    float: right;
    width: 722px;
}

header .middle .right .top .phone {
    float: left;
    padding-top: 9px;
    color: #89979c;
    font-size: 38px;
    font-weight: bold;
}

header .middle .right .top .callback {
    float: left;
    padding: 14px 0 0 14px;
    font-size: 0;
}

header .middle .right .top .callback .skype {
    /*padding: 0 25px 0 0;*/
    padding:0;
	height: 21px;
    line-height: 21px;
    color: #89979c;
    font-size: 13px;
   /* background-image: url('/img/social/skype.png');*/
    background-repeat: no-repeat;
    background-position: right center;
}

header .middle .right .top .callback .skype span {
    color: #557e8c;
}

header .middle .right .top .callback #show-order-call {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    border-bottom: 1px dotted #537D8B;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

header .middle .right .top .callback #show-order-call:hover {
    border-bottom: 1px dotted #FFFFFF;
}

header .middle .right .top .callback #show-order-call.active {
    border-bottom: 1px dotted #FFFFFF;
}

header .middle .right .top .callback img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

header .middle .right .top .cart {
    position: relative;
    float: right;
    margin: 17px 31px 0 0;
    width: 146px;
    height: 35px;
    cursor: pointer;
}

header .middle .right .top .cart img {
    position: absolute;
    display: block;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .middle .right .top .cart .content {
    display: table;
    width: 100%;
    height: 100%;
    color: #89979c;
    font-size: 14px;
    text-align: center;
    border: 1px solid #CAD8DD;
}

header .middle .right .top .cart .content span {
    display: table-cell;
    vertical-align: middle;
}

header .middle .right .top .cart:hover .content.active {
    color: #ffffff;
    background-color: #E2120C;
    border: 1px solid #E2120C;
}

header .middle .right .top .cart .active {
    display: none;
}

header .middle .right .top .cart:hover img,
header .middle .right .top .cart:hover .content {
    display: none;
}

header .middle .right .top .cart:hover img.active,
header .middle .right .top .cart:hover .content.active {
    display: table;
}

header .middle .right .call-form {
    display: none;
    width: 720px;
    font-size: 0;
}

header .middle .right .call-form .left {
    float: left;
}

header .middle .right .call-form .left .top {
    height: 17px;
    background-image: url('/img/nose-grey.png');
    background-position: 49% bottom;
    background-repeat: no-repeat;
}

header .middle .right .call-form .left .middle {
    margin: 0;
    width: 690px;
    height: 68px;
    background-color: #89979C;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
}

header .middle .right .call-form .left .middle div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

header .middle .right .call-form .left .middle div label {
    line-height: 68px;
    font-size: 15px;
    color: #fff;
}

header .middle .right .call-form .left .middle .name-label {
    padding: 0 6px 0 17px;
}

header .middle .right .call-form .left .middle .phone-label {
    padding: 0 6px 0 14px;
}

header .middle .right .call-form .left .middle input[type="text"],
header .middle .right .call-form .left .middle input[type="password"] {
    margin-top: 18px;
    padding: 0 6px;
    height: 30px;
    width: 143px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

header .middle .right .call-form .left .middle .call-me {
    padding: 0 0 0 12px;
}

header .middle .right .call-form .left .middle input[type="submit"] {
    margin-top: 19px;
    width: 146px;
    height: 30px;
    font-size: 17px;
    color: #ffffff;
    background-color: #FF4746;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

header .middle .right .call-form .left .middle input[type="submit"]:hover {
    background-color: #E2120C;
}

header .middle .right .call-form .close {
    float: right;
    margin: 17px 0;
    width: 14px;
    height: 14px;
    background-image: url('/img/close.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

header .middle .right .bottom {
    margin-top: 24px;
    color: #89979c;
}

header .middle .right .bottom .address {
    float: left;
    font-size: 18px;
}

header .middle .right .bottom .address * {
    display: inline-block;
    vertical-align: middle;
}

header .middle .right .bottom .address a {
    border-bottom: 1px dotted #537D8B;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

header .middle .right .bottom .address a:hover {
    border-bottom: 1px dotted #ffffff;
}

header .middle .right .bottom .address a.active {
    border-bottom: 1px dotted #ffffff;
}

header .middle .right .bottom .work-time {
    float: left;
    margin: 5px 0 0 30px;
    font-size: 15px;
}

header .map {
    display: none;
    margin: 0 auto;
    width: 980px;
    font-size: 0;
}

header .map .left {
    float: left;
    width: 940px;
}

header .map .left .top {
    height: 17px;
    background-image: url('/img/nose-grey.png');
    background-position: 49% bottom;
    background-repeat: no-repeat;
}

header .map .left .middle {
    margin-left: 10px;
    padding: 20px 0;
    width: 942px;
    background-color: #89979C;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
}

header .map .close {
    float: right;
    margin: 17px 0;
    width: 14px;
    height: 14px;
    background-image: url('/img/close.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

header > .bottom {
    margin-top: 16px;
}

header > .bottom table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

header > .bottom td.nav {
    width: 60%;
    min-width: 650px;
    text-align: right;
    background-color: #E2120C;
    -webkit-border-bottom-right-radius: 3px;
       -webkit-border-top-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
           -moz-border-radius-topright: 3px;
            border-bottom-right-radius: 3px;
               border-top-right-radius: 3px;
}

header > .bottom nav ul {
    font-size: 0;
}

header > .bottom nav ul li {
    display: inline-block;
    list-style: none;
    background-image: url('/img/nav-separator.png');
    background-position: left;
    background-repeat: repeat-y;
}

header > .bottom nav ul li:first-child {
    background-image: none;
    -webkit-border-bottom-left-radius: 3px;
       -webkit-border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
           -moz-border-radius-topleft: 3px;
            border-bottom-left-radius: 3px;
               border-top-left-radius: 3px;
}

header > .bottom nav ul li:hover {
    background-color: #ffffff;
}

header > .bottom nav ul li:hover a {
    color: #e2120c;
}

header > .bottom nav ul li:hover + li {
    background-image: url('/img/nav-separator-active.png');;
}

header > .bottom nav ul li a {
    display: block;
    padding: 12px 10px 12px 16px;
    font-size: 18px;
    color: #ffffff;
}

header > .bottom nav ul li a.current {
    background-image: url('/img/nav-current.png');
    background-repeat: no-repeat;
    background-position: 28px 7px;
}

header > .bottom nav ul li:hover a.current {
    background-image: url('/img/nav-current-active.png');
}

header > .bottom td.space {
    width: 6px;
    max-width: 6px;
    min-width: 6px;
}

header > .bottom td.search {
    padding-left: 15px;
    width: 39.5%;
    min-width: 330px;
    background-color: #F5F477;
    -webkit-border-bottom-left-radius: 3px;
       -webkit-border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
           -moz-border-radius-topleft: 3px;
            border-bottom-left-radius: 3px;
               border-top-left-radius: 3px;
}

header > .bottom td.search * {
    vertical-align: middle;
}

header > .bottom td.search a {
    display: inline-block;
    border-bottom: 2px dotted #557e8c;
    color: #557e8c;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

header > .bottom td.search a:hover {
    border-bottom: 2px dotted #F5F477;
}

header > .bottom td.search input[type="search"] {
    margin-left: 18px;
    padding: 0 6px;
    height: 30px;
    width: 156px;
    border: 1px solid #B2AE4B;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

header > .bottom td.search input[type="submit"] {
    margin-left: 6px;
    width: 33px;
    height: 33px;
    background-image: url('/img/btn-search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

header .brands-list {
    display: none;
    margin: 0 auto;
    width: 980px;
    font-size: 0;
}

header .brands-list .left {
    float: left;
    margin-top: 14px;
    width: 940px;
}

header .brands-list .left .top {
    height: 17px;
    background-image: url('/img/nose-yellow.png');
    background-position: 73% bottom;
    background-repeat: no-repeat;
}

header .brands-list .left .middle {
    margin: 0 0 0 10px;
    width: 942px;
    text-align: center;
    background-color: #F5F477;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
}

header .brands-list .left .middle .brands-column {
    display: inline-block;
    margin: 9px 9px;
    width: 170px;
    vertical-align: top;
}

header .brands-list .left .middle .brands-column a {
    display: block;
    padding: 5px 8px;
    font-size: 16px;
    color: #537d8b;
    text-align: left;
    -webkit-transition: color 0.6s ease, background-color 0.6s ease;
     -khtml-transition: color 0.6s ease, background-color 0.6s ease;
       -moz-transition: color 0.6s ease, background-color 0.6s ease;
        -ms-transition: color 0.6s ease, background-color 0.6s ease;
         -o-transition: color 0.6s ease, background-color 0.6s ease;
            transition: color 0.6s ease, background-color 0.6s ease;
}

header .brands-list .left .middle .brands-column a:hover {
    color: #ffffff;
    background-color: #89979C;
}

header .brands-list .left .bottom {
    padding: 31px;
}

header .brands-list .close {
    float: right;
    margin: 32px 0;
    width: 14px;
    height: 14px;
    background-image: url('/img/close-yellow.png');
    background-repeat: no-repeat;
    cursor: pointer;
}


footer {
    margin-top: 162px;
    padding-bottom: 28px;
    background-image: url('/img/footer-bg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
 }

footer .content {
    margin: 0 auto;
    width: 990px;
}

footer .content .left {
    float: left;
}

footer .content .left .copyrights {
    margin-top: 10px;
    color: #dee1e2;
    font-size: 13px;
}

footer .content .right {
    float: left;
}

footer .content .right .top {
    padding-left: 10px;
}

footer .content .right .top #footer-nav {
    float: left;
    text-align: right;
    background-color: #E2120C;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

footer .content .right .top #footer-nav ul {
    font-size: 0;
}

footer .content .right .top #footer-nav ul li {
    display: inline-block;
    list-style: none;
    background-image: url('/img/nav-separator.png');
    background-position: left;
    background-repeat: repeat-y;
}

footer .content .right .top #footer-nav ul li:first-child {
    background-image: none;
}

footer .content .right .top #footer-nav ul li:hover {
    background-color: #ffffff;
}

footer .content .right .top #footer-nav ul li:hover a {
    color: #e2120c;
}

footer .content .right .top #footer-nav ul li:hover + li {
    background-image: url('/img/nav-separator-active.png');;
}

footer .content .right .top #footer-nav ul li a {
    display: block;
    padding: 12px 12px 12px 17px;
    font-size: 18px;
    color: #ffffff;
}

footer .content .right .top #footer-nav ul li a.current {
    background-image: url('/img/nav-current.png');
    background-repeat: no-repeat;
    background-position: 28px 7px;
}

footer .content .right .top #footer-nav ul li:hover a.current {
    background-image: url('/img/nav-current-active.png');
}

footer .content .right .top .brands {
    float: right;
    margin-left: 10px;
    padding: 12px 10px 12px 16px;
    background-color: #F5F477;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

footer .content .right .top .brands a {
    border-bottom: 2px dotted #557e8c;
    color: #557e8c;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

footer .content .right .top .brands a:hover {
    border-bottom: 2px dotted #F5F477;
}

footer .content .right .middle {
    padding: 22px 0 0 32px;
}

footer .content .right .middle a {
    display: inline-block;
    margin-right: 30px;
    color: #ffffff;
}

footer .content .right .middle a:hover {
    text-decoration: underline;
}

footer .content .right .bottom {
    padding: 23px 0 0 32px
}

footer .content .right .bottom .address {
    float: left;
    font-size: 14px;
    color: #dbdbdb;
}

footer .content .right .bottom .search {
    float: right;
}

footer .content .right .bottom .search * {
    vertical-align: middle;
}

footer .content .right .bottom .search input[type="search"] {
    margin-left: 18px;
    padding: 0 6px;
    height: 30px;
    width: 335px;
    border: 1px solid #C1D0D5;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

footer .content .right .bottom .search input[type="submit"] {
    margin-left: 6px;
    width: 33px;
    height: 33px;
    background-image: url('/img/btn-search-footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}


#slider {
    margin-top: 43px;
    height: 325px;
    background-image: url('/img/slider/slider-bg.png');
    background-repeat: repeat-x;
    background-position: center 42%;
}

#slider .slides {
    position: relative;
    margin-top: 10px;
    width: 980px;
    height: 325px;
}

#slider .slides .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
    -webkit-transition: all 0.6s ease;
     -khtml-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
}

#slider .slides .slide.current {
    display: block;
    z-index: 10;
    text-align: center;
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
        -ms-opacity: 1;
         -o-opacity: 1;
            opacity: 1;
}

#slider .slides .slide ul {
    display: block;
    text-align: center;
}

#slider .slides .slide ul li {
    display: inline-block;
    list-style: none;
}

#slider .slides .slide ul li img {
    width: 270px;
    height: 270px;
    border: 10px solid #F1F6F8;
    cursor: pointer;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: border 0.6s ease;
     -khtml-transition: border 0.6s ease;
       -moz-transition: border 0.6s ease;
        -ms-transition: border 0.6s ease;
         -o-transition: border 0.6s ease;
            transition: border 0.6s ease;
}

#slider .slides .slide ul li img:hover {
    border: 10px solid #FF4746;
}

#slider .title {
    font-size: 24px;
    font-weight: 300;
    color: #89979c;
    text-align: center;
    -webkit-transition: all 0.6s ease;
     -khtml-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

#slider .title.hidden {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#slider .slides:hover + .title {
    color: #FF4746;
}

#slider .slide-left,
#gallery-wide .slide-left {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 28px;
    height: 40px;
    cursor: pointer;
    z-index: 11;
    background-image: url('/img/slider/slide-left.png');
}

#gallery-wide .slide-left {
    left: 5%;
}

#slider .slide-left:hover,
#gallery-wide .slide-left:hover {
    background-image: url('/img/slider/slide-left-active.png');
}

#slider .slide-right,
#gallery-wide .slide-right {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 28px;
    height: 40px;
    cursor: pointer;
    z-index: 11;
    background-image: url('/img/slider/slide-right.png');
}

#gallery-wide .slide-right {
    right: 5%;
}

#slider .slide-right:hover,
#gallery-wide .slide-right:hover {
    background-image: url('/img/slider/slide-right-active.png');
}

#gallery-wide {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#gallery-wide .slides-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

#gallery-wide .close {
    position: fixed;
    margin: auto;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 11;
    background-size: 30px;
    background-image: url('/img/slider/close.png');
}

#gallery-wide .close:hover {
    background-image: url('/img/slider/close-active.png');
}

#gallery-wide img {
    position: absolute;
    display: block;
    margin: auto auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80%;
    max-height: 90%;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#gallery-wide img.current {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

#popular-wrap,
#similar-wrap {
    padding: 34px 0 0 20px;
    width: 980px;
}

#popular-wrap .popular,
#similar-wrap .similar {
    margin: 40px 0 0;
    text-align: center;
}

#popular-wrap .popular .title {
    font-size: 36px;
    color: #537d8b;
    text-align: center;
}

#similar-wrap .similar .title {
    margin: 13px 0;
    color: #89979c;
    font-size: 36px;
    font-weight: normal;
    text-align: left;
}

#popular-wrap .popular .title a {
    display: inline-block;
    border-bottom: 2px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#popular-wrap .popular .title a:hover {
    display: inline-block;
    border-bottom: 2px dotted #ffffff;
}

#popular-wrap .popular .product,
#similar-wrap .similar .product {
    position: relative;
    display: inline-block;
    margin: 40px 10px 0;
    width: 220px;
    height: 245px;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#popular-wrap .popular .product:hover,
#similar-wrap .similar .product:hover {
    background-color: #FF4746;
}

#popular-wrap .popular .product .image,
#similar-wrap .similar .product .image {
    margin: 25px auto;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#popular-wrap .popular .product .discount,
#similar-wrap .similar .product .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    background-color: #FF4746;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#popular-wrap .popular .product .info,
#similar-wrap .similar .product .info {
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    background-color: #ffffff;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
    -webkit-transition: -webkit-opacity 0.6s ease;
      -khtml-transition: -khtml-opacity 0.6s ease;
          -moz-transition: -moz-opacity 0.6s ease;
            -ms-transition: -ms-opacity 0.6s ease;
              -o-transition: -o-opacity 0.6s ease;
                    transition: opacity 0.6s ease;
}

#popular-wrap .popular .product:hover .info,
#similar-wrap .similar .product:hover .info {
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
        -ms-opacity: 1;
         -o-opacity: 1;
            opacity: 1;
}

#popular-wrap .popular .product .info .name a,
#similar-wrap .similar .product .info .name a {
    color: #525252;
    font-size: 17px;
}

#popular-wrap .popular .product .info .name a:hover,
#similar-wrap .similar .product .info .name a:hover {
    text-decoration: underline;
}

#popular-wrap .popular .product .info .old-price,
#similar-wrap .similar .product .info .old-price {
    margin-top: 5px;
    color: #7b7b7b;
    font-size: 17px;
}

#popular-wrap .popular .product .info .price,
#similar-wrap .similar .product .info .price {
    line-height: 22px;
    color: #525252;
    font-size: 30px;
}

#popular-wrap .popular .product .info .add-to-cart,
#similar-wrap .similar .product .info .add-to-cart {
    padding-top: 7px;
}

#popular-wrap .popular .product .info .add-to-cart a,
#similar-wrap .similar .product .info .add-to-cart a {
    color: #ff4746;
    font-size: 18px;
}

#popular-wrap .popular .product .info .add-to-cart a:hover,
#similar-wrap .similar .product .info .add-to-cart a:hover {
    text-decoration: underline;
}

#popular-wrap .popular .product .info .later,
#similar-wrap .similar .product .info .later {
    display: inline-block;
    color: #525252;
    font-size: 17px;
    border-bottom: 1px dotted #525252;
}

#popular-wrap .popular .product .info .later:hover,
#similar-wrap .similar .product .info .later:hover {
    border-bottom: 1px dotted #ffffff;
}

#news-wrap {
    margin: 44px 0 0;
    background-image: url('/img/news-bg.png');
    background-repeat: repeat-x;
    background-position: center 40%;
}

#news-wrap .news {
    width: 980px;
    text-align: center;
}

#news-wrap .news  > .title {
    font-size: 36px;
    color: #537d8b;
    text-align: center;
}

#news-wrap .news > .title a {
    display: inline-block;
    border-bottom: 2px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#news-wrap .news > .title a:hover {
    display: inline-block;
    border-bottom: 2px dotted #ffffff;
}

#news-wrap .news .event {
    display: inline-block;
    margin: 22px 10px 0;
    width: 220px;
    vertical-align: top;
}

#news-wrap .news .event .image {
    width: 190px;
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 14px solid #ffffff;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#news-wrap .news .event .title {
    padding: 0 15px;
    // max-height: 57px;
}

#news-wrap .news .event .date {
    padding: 7px 15px 11px;
    max-height: 30px;
    color: #525252;
    font-size: 13px;
}

#news-wrap .news .event button {
    display: block;
    padding: 7px 0;
    width: 140px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #537D8B;
    cursor: pointer;
    outline: 0;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#news-wrap .news .event button:hover {
    background-color: #3D5C66;
}

#news-wrap .news .event .more {
    display: block;
    padding: 7px 0;
    width: 140px;
    text-align: center;
    color: #537d8b;
    font-size: 18px;
    background-color: #F1F6F8;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#news-wrap .news .event .more:hover {
    background-color: #E6EBED;
}

#news-wrap .news .event .foreword {
    padding: 7px 10px 11px;
    color: #525252;
    font-size: 13px;
}

#subscribe-wrap {
    margin-top: 88px;
}

#subscribe-wrap .top {
    width: 980px;
}

#subscribe-wrap .top .title {
    float: left;
    padding: 0 0 5px 19px;
    color: #cd7e7e;
    font-size: 32px;
}

#subscribe-wrap .top .close {
    float: right;
    margin-top: 19px;
    width: 14px;
    height: 14px;
    background-image: url('/img/close-pink.png');
    background-position: center;
    cursor: pointer;
}

#subscribe-wrap .form {
    background-color: #FFC1C1;
}

#subscribe-wrap .form form {
    width: 980px;
    padding: 0 0 0 19px;
    max-height: 81px;
}

#subscribe-wrap .form div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

#subscribe-wrap .form label {
    line-height: 81px;
    font-size: 15px;
    color: #525252;
}

#subscribe-wrap .form .name-label {
    padding: 0 8px 0 13px;
}

#subscribe-wrap .form .email-label {
    padding: 0 8px 0 19px;
}

#subscribe-wrap .form input[type="text"],
#subscribe-wrap .form input[type="email"] {
    margin-top: 24px;
    padding: 0 6px;
    height: 30px;
    width: 133px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

#subscribe-wrap .form .agree {
    margin: 26px 0 0 30px;
}

#subscribe-wrap .form input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}

#subscribe-wrap .form input[type="checkbox"] + label {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: initial;
    position: relative;
    text-align: left;
    cursor: pointer;
}

#subscribe-wrap .form input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background: url('/img/checkbox.png') no-repeat;
}

#subscribe-wrap .form input[type="checkbox"]:checked + label:before {
    background-position: 0 -19px;
}

#subscribe-wrap .form .agree label > span {
    display: block;
    padding-left: 29px;
}

#subscribe-wrap .form input[type="submit"] {
    margin: -27px 0 0 47px;
    padding-top: 10px;
    width: 130px;
    height: 130px;
    font-size: 17px;
    color: #ffffff;
    background-color: #FF4746;
    outline: 0;
    cursor: pointer;
    border: 7px solid #ffffff;
    background-image: url('/img/btn-subscribe.png');
    background-position: center 33%;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#subscribe-wrap .form input[type="submit"]:hover {
    background-color: #E2120C;
}

#novelty-wrap {
    padding: 22px 0 0 20px;
    width: 980px;
}

#novelty-wrap .novelty {
    margin: 40px 0 0;
    text-align: center;
}

#novelty-wrap .novelty .title {
    font-size: 36px;
    color: #537d8b;
    text-align: center;
}

#novelty-wrap .novelty .title a {
    display: inline-block;
    border-bottom: 2px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#novelty-wrap .novelty .title a:hover {
    display: inline-block;
    border-bottom: 2px dotted #ffffff;
}

#novelty-wrap .novelty .product {
    display: inline-block;
    position: relative;
    margin: 40px 10px 0;
    width: 220px;
    height: 350px;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#novelty-wrap .novelty .product:hover {
    background-color: #FF4746;
}

#novelty-wrap .novelty .product .image {
    margin: 25px auto 0;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#novelty-wrap .novelty .product .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    background-color: #A0B20A;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#novelty-wrap .novelty .product .old-price,
#novelty-wrap .novelty .product .price {
    -webkit-transition: -webkit-opacity 0.6s ease;
      -khtml-transition: -khtml-opacity 0.6s ease;
          -moz-transition: -moz-opacity 0.6s ease;
            -ms-transition: -ms-opacity 0.6s ease;
              -o-transition: -o-opacity 0.6s ease;
                    transition: opacity 0.6s ease;
}

#novelty-wrap .novelty .product:hover .old-price,
#novelty-wrap .novelty .product:hover .price {
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
}

#novelty-wrap .novelty .product .name {
    padding-top: 4px;
}

#novelty-wrap .novelty .product .name a {
    font-size: 17px;
    color: #525252;
    -webkit-transition: color 0.6s ease;
     -khtml-transition: color 0.6s ease;
       -moz-transition: color 0.6s ease;
        -ms-transition: color 0.6s ease;
         -o-transition: color 0.6s ease;
            transition: color 0.6s ease;
}

#novelty-wrap .novelty .product .name a:hover {
    text-decoration: underline;
}

#novelty-wrap .novelty .product:hover .name a {
    color: #ffffff;
}

#novelty-wrap .novelty .product .old-price {
    padding-top: 9px;
    color: #7b7b7b;
    font-size: 17px;
}

#novelty-wrap .novelty .product .price {
    font-size: 30px;
    color: #525252;
}

#novelty-wrap .novelty .product .space {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}

#novelty-wrap .novelty .product .form {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
    -webkit-transition: -webkit-opacity 0.6s ease;
      -khtml-transition: -khtml-opacity 0.6s ease;
          -moz-transition: -moz-opacity 0.6s ease;
            -ms-transition: -ms-opacity 0.6s ease;
              -o-transition: -o-opacity 0.6s ease;
                    transition: opacity 0.6s ease;
}

#novelty-wrap .novelty .product:hover .form {
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
        -ms-opacity: 1;
         -o-opacity: 1;
            opacity: 1;
}

#novelty-wrap .novelty .product .form .count * {
    vertical-align: middle;
}

#novelty-wrap .novelty .product .form .count img {
    margin: 0 4px;
    cursor: pointer;
}

#novelty-wrap .novelty .product .form .count input[type="text"] {
    padding: 0 6px;
    height: 34px;
    width: 42px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 20px;
    text-align: center;
    outline: 0;
}

#novelty-wrap .novelty .product .form .add-to-cart {
    display: inline-block;
    margin: 4px 0 10px 0;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px dotted #ffffff;
}

#novelty-wrap .novelty .product .form .add-to-cart:hover {
    border-bottom: 1px dotted #FF4746;
}

#novelty-wrap .novelty .product .form .bottom {
    background-color: #ffffff;
}

#novelty-wrap .novelty .product .form .bottom .later {
    display: inline-block;
    margin: 8px 0 0 0;
    color: #FF4746;
    font-size: 17px;
    border-bottom: 1px dotted #FF4746;
}

#novelty-wrap .novelty .product .form .bottom .later:hover {
    border-bottom: 1px dotted #ffffff;
}

#brands-wrap {
    margin-top: 90px;
}

#brands-wrap .title {
    font-size: 36px;
    color: #89979c;
    text-align: center;
}

#brands-wrap .content {
    text-align: center;
    background-color: #FFFFE6;
}

#brands-wrap .content .brands-list {
    width: 970px;
    margin-top: 11px;
    padding: 25px 0 29px;
}

#brands-wrap .content .brands-list .brands-column {
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

#brands-wrap .content .brands-list .brands-column a {
    display: block;
    padding: 5px 8px;
    font-size: 17px;
    text-align: left;
    color: #525252;
    -webkit-transition: color 0.6s ease, background-color 0.6s ease;
     -khtml-transition: color 0.6s ease, background-color 0.6s ease;
       -moz-transition: color 0.6s ease, background-color 0.6s ease;
        -ms-transition: color 0.6s ease, background-color 0.6s ease;
         -o-transition: color 0.6s ease, background-color 0.6s ease;
            transition: color 0.6s ease, background-color 0.6s ease;
}

#brands-wrap .content .brands-list .brands-column a.letter {
    padding: 8px 8px;
    font-weight: bold;
}

#brands-wrap .content .brands-list .brands-column a:hover {
    color: #ffffff;
    background-color: #89979C;
}

#advantages-wrap {
    margin: 90px 0 43px;
}

#advantages-wrap .title {
    font-size: 36px;
    color: #89979c;
    text-align: center;
}

#advantages-wrap .content {
    width: 970px;
    text-align: center;
}

#advantages-wrap .content .item {
    display: inline-block;
    margin: 52px 0 0;
    width: 190px;
    vertical-align: top;
}

#advantages-wrap .content .item .advantage {
    padding-top: 5px;
    line-height: 20px;
    font-size: 22px;
    color: #537d8b;
    font-weight: bold;
}

#advantages-wrap .content .item .description {
    padding: 5px 30px 0;
    font-size: 15px;
    color: #525252;
}

#content-wrap {
    padding: 34px 20px 0 20px;
    width: 940px;
}

#content-wrap .breadcrumbs {
    font-size: 14px;
    color: #cad8dd;
}

#content-wrap .breadcrumbs a {
    color: #cad8dd;
    text-decoration: underline;
}

#content-wrap .breadcrumbs a:hover {
    text-decoration: none;
}

#content-wrap .content h1 {
    margin: 13px 0;
    color: #89979c;
    font-size: 36px;
    font-weight: normal;
}

#content-wrap .content h1.c {
    text-align: center;
}

#content-wrap .content h2 {
    padding: 19px 0 11px;
    font-size: 27px;
    font-weight: normal;
    color: #e2120c;
}

/*
#content-wrap .content img {
    margin: 40px 50px 40px 20px;
    width: 190px;
    border: 14px solid #F1F6F8;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
*/
#content-wrap .content p {
    margin-bottom: 17px;
    color: #525252;
}

#content-wrap .content p.note, p.note {
    padding: 20px;
    background-color: #F1F6F8;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

#content-wrap .content blockquote {
    margin: 64px 0 47px;
    color: #89979c;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
}

#content-wrap .content .tabs {
    margin-top: 46px;
    font-size: 0;
}

#content-wrap .content .tabs .tab {
    display: inline-block;
    padding: 4px 33px;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

#content-wrap .content .tabs .tab.current {
    background-color: #89979C;
}

#content-wrap .content .tabs .tab a {
    display: inline-block;
    font-size: 27px;
    color: #537d8b;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
     -khtml-transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
       -moz-transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
        -ms-transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
         -o-transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
            transition: color 0.6s ease, background-color 0.6s ease, border-bottom 0.6s ease;
}

#content-wrap .content .tabs .tab a:hover {
    border-bottom: 1px dotted #ffffff;
}

#content-wrap .content .tabs .tab.current a {
    color: #ffffff;
    border-bottom: 1px dotted #89979C;
    cursor: default;
}

#content-wrap .content #masters .item {
    margin: 70px 0 76px;
}

#content-wrap .content #masters .item .image {
    float: left;
    width: 260px;
}

#content-wrap .content #masters .item .image img {
    display: block;
    margin: 0 auto;
    border: 0;
}

#content-wrap .content #masters .item .info {
    float: right;
    width: 675px;
}

#content-wrap .content #masters .item .info .title {
    padding-top: 10px;
}

#content-wrap .content #masters .item .info .title a {
    color: #537d8b;
    font-size: 20px;
}

#content-wrap .content #masters .item .info .title a:hover {
    text-decoration: underline;
}

#content-wrap .content #masters .item .info .foreword {
    padding-top: 5px;
    color: #525252;
}

#content-wrap .content #masters .item .info .date {
    padding-top: 14px;
    font-size: 15px;
    color: #525252;
}

#content-wrap .content #masters .item .info button {
    margin-top: 7px;
    padding: 7px 0;
    width: 140px;
    color: #ffffff;
    font-size: 18px;
    background-color: #537D8B;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#content-wrap .content #masters .item .info button:hover {
    background-color: #3D5C66;
}

#content-wrap .content #gallery .item {
    margin-top: 73px;
}

#content-wrap .content #gallery .item .title {
    margin-bottom: 5px;
}

#content-wrap .content #gallery .item .title a {
    color: #537d8b;
    font-size: 20px;
}

#content-wrap .content #gallery .item .title a:hover {
    text-decoration: underline;
}

#content-wrap .content #gallery .item img {
    margin: 20px 20px 0 0;
    width: 90px;
    border: 0;
    -webkit-border-radius: 0;
     -khtml-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

#content-wrap .content #news .item {
    margin: 70px 0 76px;
}

#content-wrap .content #news .item .image {
    float: left;
    width: 260px;
}

#content-wrap .content #news .item .image img {
    display: block;
    margin: 0 auto;
    border: 0;
}

#content-wrap .content #news .item .info {
    float: right;
    width: 675px;
}

#content-wrap .content #news .item .info .title {
    padding-top: 40px;
}

#content-wrap .content #news .item .info .title a {
    color: #537d8b;
    font-size: 20px;
}

#content-wrap .content #news .item .info .title a:hover {
    text-decoration: underline;
}

#content-wrap .content #news .item .info .foreword {
    padding-top: 5px;
    color: #525252;
}

#content-wrap .product h1,
#content-wrap .reviews .title,
#content-wrap .event h1 {
    margin: 13px 0;
    color: #89979c;
    font-size: 36px;
    font-weight: normal;
}

#content-wrap .product .photos {
    float: left;
    margin-top: 28px;
    width: 420px;
    height: 300px;
}

#content-wrap .product .photos .main {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

#content-wrap .product .photos .main .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    background-color: #FF4746;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#content-wrap .product .photos .main .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    background-color: #A0B20A;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#content-wrap .product .photos .others {
    float: right;
}

#content-wrap .product .photos .others .photo {
    margin-top: 15px;
    width: 88px;
    height: 88px;
    border: 1px solid #ACACAC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

#content-wrap .product .photos .others .photo:nth-child(1) {
    margin: 0;
}

#content-wrap .product .chars {
    float: left;
    margin: 28px 0 0 40px;
    width: 200px;
    color: #89979c;
    font-size: 15px;
}

#content-wrap .product .chars .char {
    margin-bottom: 15px;
}

#content-wrap .product .chars .char .label {
    font-weight: bold;
}

#content-wrap .product .buying {
    float: right;
    margin-top: 28px;
    width: 220px;
}

#content-wrap .product .buying .old-price {
    color: #7b7b7b;
    font-size: 18px;
    text-align: center;
}

#content-wrap .product .buying .price {
    font-size: 30px;
    color: #525252;
    text-align: center;
}

#content-wrap .product .buying .form {
    width: 100%;
    text-align: center;
}

#content-wrap .product .buying .form .count {
    margin-top: 11px;
}

#content-wrap .product .buying .form .count * {
    vertical-align: middle;
}

#content-wrap .product .buying .form .count img {
    margin: 0 4px;
    cursor: pointer;
}

#content-wrap .product .buying .form .count input[type="text"] {
    padding: 0 6px;
    height: 34px;
    width: 42px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    outline: 0;
}

#content-wrap .product .buying .form .add-to-cart {
    display: inline-block;
    margin: 9px 0 5px 0;
    padding: 8px 0;
    width: 220px;
    background-color: #FF4746;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#content-wrap .product .buying .form .add-to-cart:hover {
    background-color: #E2120C;
}

#content-wrap .product .buying .form .bottom .later {
    display: inline-block;
    color: #FF4746;
    font-size: 17px;
    border-bottom: 1px dotted #FF4746;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#content-wrap .product .buying .form .bottom .later:hover {
    border-bottom: 1px dotted #ffffff;
}

#content-wrap .product .buying .caption {
    margin-top: 30px;
    padding: 12px 15px;
    color: #537d8b;
    text-align: center;
    background-color: #F1F6F8;
}

#content-wrap .reviews .title a {
    display: inline-block;
    margin-left: 14px;
    color: #537d8b;
    font-size: 17px;
    line-height: 12px;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#content-wrap .reviews .title a:hover {
    border-bottom: 1px dotted #ffffff;
}

#content-wrap .reviews .review .text {
    float: left;
}

#content-wrap .reviews .review .text.w700 {
    width: 700px;
}

#content-wrap .reviews .review .text p {
    margin-bottom: 5px;
    color: #89979c;
    font-size: 15px;
}

#content-wrap .reviews .review .text .name {
    display: inline-block;
    margin-bottom: 72px;
    color: #89979c;
    font-weight: bold;
}

#content-wrap .reviews .review .photos {
    float: right;
    width: 240px;
    text-align: left;
}

#content-wrap .reviews .review .photos .photo {
    display: inline-block;
    margin-left: 20px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}









#content-wrap .event .info .image {
    float: left;
    width: 220px;
}

#content-wrap .event .info .image img {
    display: block;
    margin: 42px auto;
    width: 190px;
    height: 190px;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#content-wrap .event .info .description {
    float: left;
    width: 460px;
    padding: 56px 18px 0;
    color: #525252;
}

#content-wrap .event .info .description p {
    margin-bottom: 15px;
}

#content-wrap .event .info .actions {
    float: right;
    padding-top: 56px;
    width: 220px;
}

#content-wrap .event .info .actions .date {
    color: #525252;
    font-size: 20px;
    text-align: center;
}

#content-wrap .event .info .actions .price {
    margin-top: 10px;
    text-align: center;
    color: #89979c;
    font-size: 30px;
}

#content-wrap .event .info .actions .sign-up {
    margin-top: 8px;
    padding: 6px 5px;
    text-align: center;
    background-color: #537D8B;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#content-wrap .event .info .actions .sign-up:hover {
    background-color: #3D5C66;
}

#content-wrap .event .info .actions .sign-up a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    border-bottom: 1px dotted #ffffff;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#content-wrap .event .info .actions .sign-up:hover a {
    border-bottom: 1px dotted #3D5C66;
}

#content-wrap .event .info .actions .links {
    margin-top: 36px;
}

#content-wrap .event .info .actions .links > .title {
    margin-bottom: 13px;
    text-align: center;
    color: #89979c;
    font-size: 21px;
}

#content-wrap .event .info .actions .links .link {
    padding: 13px 15px 0;
    background-color: #F1F6F8;
}

#content-wrap .event .info .actions .links .link span {
    color: #89979c;
}

#content-wrap .event .info .actions .links .link a {
    color: #537d8b;
}

#gallery-wrap {
    margin: 55px 0 0;
    padding: 30px 0;
    background-image: url('/img/news-bg.png');
    background-repeat: repeat-x;
    background-position: center top;
}

#gallery-wrap .gallery {
    margin: 0 auto;
    width: 940px;
    text-align: center;
}

#gallery-wrap .gallery .photo {
    display: inline-block;
    margin: 20px;
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

#form-wrap .form {
    margin: 25px auto 0;
    width: 450px;
}

#form-wrap .form.w490 {
    width: 490px;
}

#form-wrap .form .title {
    text-align: center;
    color: #89979c;
    font-size: 28px;
}

#form-wrap .form .row {
    margin-top: 18px;
}

#form-wrap .form .row label {
    display: inline-block;
    margin: 6px 0 0;
    width: 70px;
    color: #89979c;
    font-size: 15px;
    text-align: right;
    vertical-align: top;
}

#form-wrap .form .row input[type="text"] {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 6px;
    height: 30px;
    width: 301px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

#form-wrap .form .row input[type="text"].small {
    width: 149px;
}

#form-wrap .form .row textarea {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 6px;
    height: 100px;
    width: 374px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    resize: none;
    outline: 0;
}

#form-wrap .form .filefield {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 390px;
    height: 30px;
}

#form-wrap .form .filefield .filepath {
    position: absolute;
    display: block;
    padding: 6px 6px;
    top: 0;
    left: 0;
    width: 238px;
    height: 18px;
    color: #537d8b;
    font-size: 15px;
    border: 1px solid #CAD8DD;
    vertical-align: top;
    overflow: hidden;
}

#form-wrap .form .filefield .button {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 6px 0;
    width: 125px;
    height: 20px;
    font-size: 15px;
    color: #537d8b;
    background-color: #CAD8DD;
    text-align: center;
    vertical-align: top;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#form-wrap .form .filefield input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
}

#form-wrap .form .more-photos {
    margin: 7px 0 0 83px;
}

#form-wrap .form .more-photos * {
    display: inline-block;
    vertical-align: middle;
}

#form-wrap .form .more-photos a {
    color: #537d8b;
    font-size: 16px;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#form-wrap .form .more-photos a:hover {
    border-bottom: 1px dotted #ffffff;
}

#form-wrap .form .more-photos img {
    width: 11px;
}

#form-wrap .form .captcha {
    margin: 30px 0 0;
    text-align: center;
}

#form-wrap .form .captcha * {
    vertical-align: middle;
}

#form-wrap .form .captcha .refresh {
    display: inline-block;
    margin-left: 10px;
    color: #537d8b;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#form-wrap .form .captcha .refresh:hover {
    border-bottom: 1px dotted #ffffff;
}

#form-wrap .form input[type="submit"] {
    display: block;
    margin: 16px auto 0;
    padding: 10px 0;
    width: 315px;
    color: #ffffff;
    font-size: 15px;
    background-color: #537D8B;
    cursor: pointer;
    outline: 0;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#form-wrap .form input[type="submit"].small {
    margin: 16px 0 0 77px;
    width: 163px;
}

#form-wrap .form input[type="submit"]:hover {
    background-color: #3D5C66;
}

#catalog-wrap {
    margin: 33px auto 0;
    width: 940px;
}

#catalog-wrap .filter-wrap {
    float: left;
    width: 220px;
    text-align: center;
}

#catalog-wrap .filter-wrap .reset {
    display: block;
    text-align: center;
    color: #537d8b;
    font-size: 14px;
	margin:0 0 25px 0;
}

#catalog-wrap .filter-wrap .reset * {
    display: inline-block;
    vertical-align: middle;
}

#catalog-wrap .filter-wrap .filters {
    margin: 13px 0 15px;
    padding: 0 17px;
    background-color: #FFFFE6;
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

#catalog-wrap .filter-wrap .filters .title {
    padding-top: 9px;
    color: #89979c;
    font-size: 21px;
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-price label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #868a84;
}

#catalog-wrap .filter-wrap .filters .filter-price input[type="text"] {
    display: inline-block;
    margin-top: 4px;
    padding: 0 6px;
    height: 30px;
    width: 62px;
    border: 1px solid #B2AE4B;
    color: #525252;
    font-size: 16px;
    outline: 0;
}

#catalog-wrap .filter-wrap .filters .filter-price .from {
    float: left;
    margin-top: 4px;
    width: 76px;
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-price .to {
    float: right;
    margin-top: 4px;
    width: 76px;
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-price .slider-price {
    margin-top: 21px;
}

#catalog-wrap .filter-wrap .filters .filter-text {
    margin-top: 5px;
}
#catalog-wrap .filter-wrap .filters .filter-price{
	margin-bottom:25px;
}

#catalog-wrap .filter-wrap .filters .filter-text .filter-item {
    margin: 2px 0;
    padding: 1px 9px;
    font-size: 16px;
    text-align: left;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

#catalog-wrap .filter-wrap .filters .filter-text .params {
    margin-top: 5px;
}

#catalog-wrap .filter-wrap .filters .filter-text .filter-item a:hover {
    text-decoration: underline;
}

#catalog-wrap .filter-wrap .filters .filter-text .filter-item.odd a {
    color: #537d8b
}

#catalog-wrap .filter-wrap .filters .filter-text .filter-item.even {
    background-color: #B2AE4B;
}

#catalog-wrap .filter-wrap .filters .filter-text .filter-item.even a {
    color: #ffffff
}

#catalog-wrap .filter-wrap .filters .filter-text .show-hidden-params,
#catalog-wrap .filter-wrap .filters .filter-text .hide-hidden-params {
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-text .hide-hidden-params {
    display: none;
}

#catalog-wrap .filter-wrap .filters .filter-text .show-hidden-params *,
#catalog-wrap .filter-wrap .filters .filter-text .hide-hidden-params * {
    display: inline-block;
    vertical-align: middle;
}

#catalog-wrap .filter-wrap .filters .filter-text .show-hidden-params a,
#catalog-wrap .filter-wrap .filters .filter-text .hide-hidden-params a {
    color: #537d8b;
    font-size: 13px;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#catalog-wrap .filter-wrap .filters .filter-text .show-hidden-params a:hover,
#catalog-wrap .filter-wrap .filters .filter-text .hide-hidden-params a:hover {
    border-bottom: 1px dotted #FFFFE6;
}

#catalog-wrap .filter-wrap .filters .filter-text .hidden-params {
    display: none;
}

#catalog-wrap .filter-wrap .filters .filter-color {
    margin-top: 35px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors {
    margin-top: 9px;
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color {
    display: inline-block;
    margin: 3px 3px;
    width: 43px;
    height: 43px;
    border: 5px solid #FFFFE6;
    background-image: url("/img/colors.png");
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: border 0.6s ease;
     -khtml-transition: border 0.6s ease;
       -moz-transition: border 0.6s ease;
        -ms-transition: border 0.6s ease;
         -o-transition: border 0.6s ease;
            transition: border 0.6s ease;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color:hover {
    border: 5px solid #B2AE4B;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.active {
    border: 5px solid #B2AE4B;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.blue {
    background-position: 0 0;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.red {
    background-position: -43px 0;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.green {
    background-position: -86px 0;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.yellow {
    background-position: 0 -43px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.white {
    background-position: -43px -43px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.black {
    background-position: -86px -43px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.brown {
    background-position: 0 -86px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.pink {
    background-position: -43px -86px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.aqua {
    background-position: -86px -86px;
}

#catalog-wrap .filter-wrap .filters .filter-color .colors .color.different {
    background-position: 0 -129px;
}

#catalog-wrap .filter-wrap .filters .filter-color .hide-colors,
#catalog-wrap .filter-wrap .filters .filter-color .show-colors {
    text-align: left;
}

#catalog-wrap .filter-wrap .filters .filter-color .show-colors {
    display: none;
}

#catalog-wrap .filter-wrap .filters .filter-color .hide-colors *,
#catalog-wrap .filter-wrap .filters .filter-color .show-colors * {
    display: inline-block;
    vertical-align: middle;
}

#catalog-wrap .filter-wrap .filters .filter-color .hide-colors a,
#catalog-wrap .filter-wrap .filters .filter-color .show-colors a {
    color: #537d8b;
    font-size: 13px;
    border-bottom: 1px dotted #537d8b;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#catalog-wrap .filter-wrap .filters .filter-color .hide-colors a:hover,
#catalog-wrap .filter-wrap .filters .filter-color .show-colors a:hover {
    border-bottom: 1px dotted #FFFFE6;
}

#catalog-wrap .filter-wrap .categories {
    /*margin-top: 87px;*/
    padding: 10px 0;
    background-color: #F1F6F8;
    font-size: 17px;
}

#catalog-wrap .filter-wrap .categories .category {
    display: block;
    margin: 4px 0;
    padding: 2px 22px;
    text-align: left;
    color: #537d8b;
    -webkit-transition: color 0.6s ease, background-color 0.6s ease;
     -khtml-transition: color 0.6s ease, background-color 0.6s ease;
       -moz-transition: color 0.6s ease, background-color 0.6s ease;
        -ms-transition: color 0.6s ease, background-color 0.6s ease;
         -o-transition: color 0.6s ease, background-color 0.6s ease;
            transition: color 0.6s ease, background-color 0.6s ease;
}

#catalog-wrap .filter-wrap .categories .category.bold {
    font-weight: bold;
}

#catalog-wrap .filter-wrap .categories .category:hover {
    color: #ffffff;
    background-color: #FF4746;
}

#catalog-wrap .filter-wrap .categories .hidden-categories {
    display: none;
}

#catalog-wrap .filter-wrap .categories .show-hidden-categories,
#catalog-wrap .filter-wrap .categories .hide-hidden-categories {
    margin: 15px auto 0;
    width: 90px;
}

#catalog-wrap .filter-wrap .categories .hide-hidden-categories {
    display: none;
}

#catalog-wrap .filter-wrap .categories .show-hidden-categories a,
#catalog-wrap .filter-wrap .categories .hide-hidden-categories a {
    display: inline-block;
    font-size: 17px;
    color: #525252;
}

#catalog-wrap .filter-wrap .categories .show-hidden-categories a span,
#catalog-wrap .filter-wrap .categories .hide-hidden-categories a span {
    display: inline-block;
    border-bottom: 2px dotted #525252;
    -webkit-transition: border-bottom 0.6s ease;
     -khtml-transition: border-bottom 0.6s ease;
       -moz-transition: border-bottom 0.6s ease;
        -ms-transition: border-bottom 0.6s ease;
         -o-transition: border-bottom 0.6s ease;
            transition: border-bottom 0.6s ease;
}

#catalog-wrap .filter-wrap .categories .show-hidden-categories a:hover span,
#catalog-wrap .filter-wrap .categories .hide-hidden-categories a:hover span {
    border-bottom: 2px dotted #F1F6F8;
}

#catalog-wrap .filter-wrap .banner {
    margin-top: 74px;
}

#catalog-wrap .filter-wrap .banner img {
    margin: 0 auto;
    width: 205px;
    height: 205px;
    border: 7px solid #F0F0F0;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#catalog-wrap .filter-wrap .banner .title {
    margin-top: 5px;
    color: #89979c;
    font-size: 23px;
    line-height: 23px;
}

#catalog-wrap .catalog {
    float: right;
    width: 700px;
}

#catalog-wrap .catalog .breadcrumbs {
    font-size: 14px;
    color: #cad8dd;
}

#catalog-wrap .catalog .breadcrumbs a {
    color: #cad8dd;
    text-decoration: underline;
}

#catalog-wrap .catalog .breadcrumbs a:hover {
    text-decoration: none;
}

#catalog-wrap .catalog h1 {
    margin: 13px 0 0;
    color: #89979c;
    font-size: 36px;
    font-weight: normal;
}

#catalog-wrap .catalog .products {
    margin-top: 34px;
    text-align: left;
}

#catalog-wrap .catalog .products .product {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 3px 5px 0 0;
    width: 220px;
    height: 375px;
    text-align: center;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#catalog-wrap .catalog .products .product:hover {
    background-color: #FF4746;
}

#catalog-wrap .catalog .products .product .image {
    margin: 25px auto 0;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#catalog-wrap .catalog .products .product .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    background-color: #A0B20A;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#catalog-wrap .catalog .products .product .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 23px;
    line-height: 43px;
    color: #ffffff;
    background-color: #FF4746;
    -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#catalog-wrap .catalog .products .product .old-price,
#catalog-wrap .catalog .products .product .price {
    -webkit-transition: -webkit-opacity 0.6s ease;
      -khtml-transition: -khtml-opacity 0.6s ease;
          -moz-transition: -moz-opacity 0.6s ease;
            -ms-transition: -ms-opacity 0.6s ease;
              -o-transition: -o-opacity 0.6s ease;
                    transition: opacity 0.6s ease;
}

#catalog-wrap .catalog .products .product:hover .old-price,
#catalog-wrap .catalog .products .product:hover .price {
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
}

#catalog-wrap .catalog .products .product .name {
    padding-top: 4px;
}

#catalog-wrap .catalog .products .product .name a {
    font-size: 17px;
    color: #525252;
    -webkit-transition: color 0.6s ease;
     -khtml-transition: color 0.6s ease;
       -moz-transition: color 0.6s ease;
        -ms-transition: color 0.6s ease;
         -o-transition: color 0.6s ease;
            transition: color 0.6s ease;
}

#catalog-wrap .catalog .products .product .name a:hover {
    text-decoration: underline;
}

#catalog-wrap .catalog .products .product:hover .name a {
    color: #ffffff;
}

#catalog-wrap .catalog .products .product .old-price {
    padding-top: 9px;
    color: #7b7b7b;
    font-size: 17px;
}

#catalog-wrap .catalog .products .product .price {
    font-size: 30px;
    color: #525252;
}

#catalog-wrap .catalog .products .product .space {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}

#catalog-wrap .catalog .products .product .form {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
        -ms-opacity: 0;
         -o-opacity: 0;
            opacity: 0;
    -webkit-transition: -webkit-opacity 0.6s ease;
      -khtml-transition: -khtml-opacity 0.6s ease;
          -moz-transition: -moz-opacity 0.6s ease;
            -ms-transition: -ms-opacity 0.6s ease;
              -o-transition: -o-opacity 0.6s ease;
                    transition: opacity 0.6s ease;
}

#catalog-wrap .catalog .products .product:hover .form {
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
        -ms-opacity: 1;
         -o-opacity: 1;
            opacity: 1;
}

#catalog-wrap .catalog .products .product .form .count * {
    vertical-align: middle;
}

#catalog-wrap .catalog .products .product .form .count img {
    margin: 0 4px;
    cursor: pointer;
}

#catalog-wrap .catalog .products .product .form .count input[type="text"] {
    padding: 0 6px;
    height: 34px;
    width: 42px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 20px;
    text-align: center;
    outline: 0;
}

#catalog-wrap .catalog .products .product .form .add-to-cart {
    display: inline-block;
    margin: 4px 0 10px 0;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px dotted #ffffff;
}

#catalog-wrap .catalog .products .product .form .add-to-cart:hover {
    border-bottom: 1px dotted #FF4746;
}

#catalog-wrap .products .product .form .bottom {
    background-color: #ffffff;
}

#catalog-wrap .catalog .products .product .form .bottom .later {
    display: inline-block;
    margin: 8px 0 0 0;
    color: #FF4746;
    font-size: 17px;
    border-bottom: 1px dotted #FF4746;
}

#catalog-wrap .catalog .products .product .form .bottom .later:hover {
    border-bottom: 1px dotted #ffffff;
}

#catalog-wrap .catalog .paginator {
    margin-top: 25px;
    text-align: center;
}

#catalog-wrap .catalog .paginator ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    list-style: none;
    color: #537d8b;
    vertical-align: middle;
}

#catalog-wrap .catalog .paginator ul li.first,
#catalog-wrap .catalog .paginator ul li.last {
    width: auto;
    height: auto;
    line-height: normal;
}

#catalog-wrap .catalog .paginator ul li.first {
    margin-right: 10px;
}

#catalog-wrap .catalog .paginator ul li.last {
    margin-left: 10px;
}

#catalog-wrap .catalog .paginator ul li.current {
    background-color: #89979C;
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

#catalog-wrap .catalog .paginator ul li a {
    color: #537d8b;
    font-size: 24px;
}

#catalog-wrap .catalog .paginator ul li a:hover {
    text-decoration: underline;
}

#catalog-wrap .catalog .paginator ul li.first a,
#catalog-wrap .catalog .paginator ul li.last a {
    font-size: 16px;
}

#catalog-wrap .catalog .paginator ul li.current a {
    color: #ffffff;
    cursor: default;
}

#catalog-wrap .catalog .paginator ul li.first a:hover,
#catalog-wrap .catalog .paginator ul li.last a:hover {
    text-decoration: underline;
}

#catalog-wrap .catalog .paginator ul li.current a:hover {
    text-decoration: none;
}
