@font-face {
    font-family: OpenSans-Regular;
    font-display: fallback;
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf);
    src: url(../fonts/OpenSans/OpenSans-Regular-webfont.woff) format('woff'), url(../fonts/OpenSans/OpenSans-Regular.ttf) format('truetype'), font-weight normal;
    font-style: normal
}
@font-face {
    font-family: OpenSans-Bold;
    font-display: fallback;
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf);
    src: url(../fonts/OpenSans/OpenSans-Bold-webfont.woff) format('woff'), url(../fonts/OpenSans/OpenSans-Bold.ttf) format('truetype'), font-weight normal;
    font-style: normal
}
@font-face {
    font-family: PTN77F;
    font-display: fallback;
    src: url(../fonts/PT/PTN77F.ttf);
    src: url(../fonts/PT/ptn77f.woff) format('woff'), url(../fonts/PT/ptn77f.woff2) format('woff2'), url(../fonts/PT/PTN77F.ttf) format('truetype'), font-weight normal;
    font-style: normal
}
@font-face {
    font-family: PTN57F;
    font-display: fallback;
    src: url(../fonts/PT/PTN57F.ttf);
    src: url(../fonts/PT/ptn57f.woff) format('woff'), url(../fonts/PT/ptn57f.woff2) format('woff2'), url(../fonts/PT/PTN57F.ttf) format('truetype'), font-weight normal;
    font-style: normal
}
.wrapper header .submenu {
    background-color: #222;
    color: #fff;
    padding: 8px 0;
    min-height: 45px
}
.wrapper header .submenu .logo-xs {
    max-width: 266px;
    margin: 0 auto;
    padding: 3px 35px 0;
    display: none
}
@media (max-width:767px) {
    .wrapper header .submenu .logo-xs {
        display: block
    }
}
.wrapper header .submenu .nav-burger-wrap {
    float: left
}
.wrapper header .submenu .nav-burger-wrap .nav-menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background-repeat: no-repeat;
    background: #fff;
    width: 28px;
    height: 3px
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger::before {
    position: absolute;
    background: #fff;
    width: 28px;
    height: 3px;
    top: 9px;
    content: "";
    display: block
}
.wrapper header .submenu .nav-burger-wrap .nav-menu-burger::after {
    position: absolute;
    background: #fff;
    width: 28px;
    height: 3px;
    bottom: 9px;
    content: "";
    display: block
}
.wrapper header .submenu .right-nav {
    position: relative;
    float: right;
    min-height: 30px;
    text-align: right
}
.wrapper header .submenu .right-nav .header-search-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 30px;
    min-height: 30px;
    background-color: transparent
}
.wrapper header .submenu .right-nav .header-search {
    right: 0;
    z-index: 4;
    position: absolute;
    min-width: 10px;
    display: inline-block;
    min-height: 10px;
    background-color: transparent
}
.wrapper header .submenu .right-nav .header-search-label {
    z-index: 500;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/static/dist/img/icon/search-white.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    outline: 0;
    border: none;
    right: 0
}
.wrapper header .submenu .right-nav .header-search-label.isActiveSearch {
    z-index: 400;
    background-position: center;
    background: url(/static/dist/img/icon/close.png) no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 8px
}
.wrapper header .submenu .right-nav .header-search-input {
    width: 1px;
    font-size: 1.1em;
    padding: 5px 30px 5px 0;
    border: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent
}
.wrapper header .submenu .right-nav .header-search-input.isActiveSearch {
    color: #464646;
    padding: 5px 30px 5px 30px;
    border: 1px solid #fff;
    width: 80%;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px
}
.wrapper header .submenu .right-nav .header-search-button {
    border: none;
    display: none;
    background-position: center;
    background: url(/static/dist/img/icon/search-white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -30px;
    width: 25px;
    height: 25px
}
.wrapper header .header-product {
    background-color: #070b4a;
    color: #fff;
    padding: 13px 0;
    position: relative;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .31)
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product {
        padding: 10px 0
    }
}
.wrapper header .header-product .product-basket {
    float: left;
    font-family: OpenSans-Bold;
    padding-left: 40px;
    position: relative;
    color: #fff
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-basket {
        font-size: 18px
    }
}
.wrapper header .header-product .product-basket:before {
    content: '';
    background-image: url(/static/dist/img/icon/basket-header.png);
    left: 0;
    background-repeat: no-repeat;
    top: -4px;
    position: absolute;
    width: 30px;
    height: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-basket:before {
        top: -2px
    }
}
.wrapper header .header-product .product-value {
    float: right
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-product .product-value {
        padding: 2px 0
    }
}
.wrapper header .submenu-items {
    cursor: pointer
}
.wrapper header .submenu-items .submenu-item {
    display: inline-block;
    margin-right: 30px;
    padding: 5px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #7c7c7c
}
.wrapper header .submenu-items .submenu-item:hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff
}
.wrapper header .submenu-items .submenu-item.isActive {
    color: #fff
}
.wrapper header .header-info {
    padding: 20px 0 110px 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #ddd), color-stop(80%, #fff));
    background: linear-gradient(to bottom, #fff 0, #ddd 50%, #fff 80%)
}
@media (max-width:767px) {
    .wrapper header .header-info {
        padding: 20px 0;
        display: none
    }
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ddd));
        background: linear-gradient(to bottom, #fff 0, #ddd 100%);
        padding-bottom: 25px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info {
        padding: 28px 0 80px 0;
        min-height: 155px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info {
        padding: 28px 0 80px 0;
        min-height: 155px
    }
}
.wrapper header .header-info .logo-wrap {
    position: relative;
    width: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 50%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 25%;
        padding-top: 15px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .logo-wrap {
        float: left;
        max-width: 300px;
        padding-top: 15px
    }
}
.wrapper header .header-info .logo-wrap .logo-text {
    text-align: right;
    line-height: 1.3;
    color: #070b4a;
    position: absolute;
    bottom: 0;
    right: 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper header .header-info .logo-wrap .logo-text {
        right: 65px
    }
}
.wrapper header .header-info .logo-wrap .logo-link {
    display: block;
    position: relative
}
@media (max-width:767px) {
    .wrapper header .header-info .logo-wrap .logo-link {
        display: inline-block
    }
}
.wrapper header .header-info .header-product-desktop-wrap {
    width: 25%;
    float: left;
    display: block;
    padding-left: 60px
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-product-desktop-wrap {
        width: 310px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap {
        padding-left: 30px
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop {
    padding: 22px 30px;
    display: block;
    background-color: #070b4a;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    text-align: left;
    cursor: pointer;
    border: 2px solid #070b4a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop {
        padding: 25px 20px
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop:hover {
    background-color: #fff
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop:hover .product-desktop-icon {
    -webkit-filter: none;
    filter: none
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop:hover .product-desktop-text {
    color: #070b4a
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-icon {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    max-width: 67%;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text {
        max-width: 57%
    }
}
.wrapper header .header-info .header-product-desktop-wrap .header-product-desktop .product-desktop-text .product-desktop-text-title {
    font-size: 18px;
    font-family: OpenSans-Bold
}
.wrapper header .header-info .header-info-content {
    float: left;
    width: 50%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content {
        padding-left: 40px;
        wdith: 50%
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content {
        padding-left: 70px;
        width: 590px
    }
}
.wrapper header .header-info .header-info-content .info-content-phone {
    float: left;
    width: 50%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone {
        float: left;
        width: 65%;
        text-align: right;
        display: inline-block;
        vertical-align: middle
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone {
        float: left;
        width: 70%;
        margin-top: 5px;
        text-align: left;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #070b4a;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
        vertical-align: baseline
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon {
        max-width: 15%
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #070b4a
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon:hover {
    background-color: #070b4a
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-icon:hover i {
    color: #fff
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
    text-align: right;
    padding-right: 10px
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
        display: inline-block;
        padding-right: 20px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text {
        max-width: 85%;
        vertical-align: middle;
        display: inline-block;
        padding-right: 20px
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
    font-size: 16px;
    font-family: OpenSans-Bold;
    display: block;
    color: #5f5f5f
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
        margin-right: 0
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text:focus, .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .phone-text:hover {
    text-decoration: underline
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text {
    font-weight: 400;
    font-size: 12px;
    color: #12a730;
    line-height: 12px;
    display: block;
    margin-right: 10px
}
.wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text:focus, .wrapper header .header-info .header-info-content .info-content-phone .content-phone-text .whatsapp-text:hover {
    text-decoration: underline
}
.wrapper header .header-info .header-info-content .info-content-button {
    float: left;
    width: 50%;
    border: 2px solid #070b4a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px;
    word-wrap: break-word;
    margin-top: 3px;
    text-align: center;
    color: #070b4a;
    font-size: 12px;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-button {
        float: left;
        width: 35%;
        display: inline-block;
        vertical-align: middle
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-button {
        width: 30%;
        float: left;
        display: inline-block;
        vertical-align: middle
    }
}
.wrapper header .header-info .header-info-content .info-content-button:hover {
    color: #fff;
    background-color: #070b4a
}
.wrapper header .header-info .header-info-content .info-content-button:focus {
    color: #fff;
    background-color: #070b4a
}
.wrapper header .header-info .header-info-content .info-content-form-wrap {
    float: left;
    width: 100%;
    margin-top: 10px
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap {
        margin-top: 20px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap {
        margin-top: 20px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
    float: right;
    width: 230px;
    margin-right: 5px;
    color: #676767;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
        width: 310px
    }
}
@media (min-width:1200px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-input {
        width: 405px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button {
    width: 110px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    word-wrap: break-word;
    font-size: 14px;
    background-color: #070b4a;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #070b4a
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button {
        padding: 7px 10px
    }
}
.wrapper header .header-info .header-info-content .info-content-form-wrap .header-search .header-search-button:hover {
    background-color: #fff;
    color: #070b4a
}
.wrapper header .nav {
    background-color: #070b4a;
    min-height: 75px;
    position: relative;
    z-index: 52;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31)
}
@media (max-width:767px) {
    .wrapper header .nav {
        cursor: pointer
    }
}
.wrapper header .nav.isDropDown {
    background-color: #000
}
.wrapper header .nav.isDropDown .container .nav-xs .nav-dropdown .nav-dropdown-text:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.wrapper header .nav .nav-xs {
    position: relative
}
.wrapper header .nav .nav-xs .nav-dropdown {
    position: relative;
    padding: 25px 0;
    text-align: center
}
.wrapper header .nav .nav-xs .nav-dropdown-text {
    color: #fff;
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
.wrapper header .nav .nav-xs .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-white.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.wrapper header .dropdown-menu-xs {
    position: relative
}
.wrapper header .dropdown-menu-xs .dropdown-wrapper {
    display: none;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
    background-color: rgba(0, 0, 0, .3)
}
.wrapper header .dropdown-menu-xs .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 51;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 0
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item.isDropDown {
    background-color: #efefef;
    border-bottom: 0 solid #dcdcdc
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-pic {
    display: inline-block;
    height: 40px;
    width: 60px;
    margin-right: 20px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.wrapper header .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    max-width: 70%;
    font-family: PTN77F;
    text-transform: uppercase
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel {
    padding: 20px 25px;
    background-color: #efefef;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #dcdcdc
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list-title {
    color: #191919;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list {
    padding-left: 0;
    color: #191919;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item {
    color: #070b4a;
    margin-left: 20px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item a {
    display: block;
    color: #070b4a
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:first-child {
    margin-top: 10px
}
.wrapper header .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:last-child {
    margin-bottom: 10px
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide {
    cursor: pointer;
    background-color: #000;
    width: 100%;
    color: #b3b3b3;
    text-align: center;
    padding: 25px 0
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text {
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
.wrapper header .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    left: -20px;
    top: -2px;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.wrapper .nav-wrapper {
    margin-top: -1px;
    z-index: 52;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(95%, #fff), to(#ddd));
    background: linear-gradient(to bottom, #ddd 0, #fff 95%, #ddd 100%)
}
.wrapper .nav-wrapper .nav-items-dropdown {
    position: absolute;
    top: 75px;
    display: none;
    width: auto;
    background-color: #fff;
    z-index: -1;
    max-width: 100%;
    min-height: auto;
    padding: 25px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .31)
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper .nav-wrapper .nav-items-dropdown {
        width: 720px;
        top: 201px
    }
}
.wrapper .nav-wrapper .nav-items-dropdown.right {
    text-align: right
}
.wrapper .nav-wrapper .nav-items-dropdown.right .dropdown-list-item:before {
    left: auto!important;
    right: -10px
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown__sublvl {
    padding-right: 20px
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-sublvl-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    cursor: pointer
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap {
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .nav-item-dropdown {
    color: #191919;
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .nav-item-dropdown-list {
    display: none
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap {
    margin: 5px 0;
    padding-left: 20px
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap .dropdown-list-item {
    color: #070b4a;
    display: inline-block;
    font-size: 14px;
    position: relative
}
.wrapper .nav-wrapper .nav-items-dropdown .nav-item-dropdown-wrap .dropdown-list-item-wrap .dropdown-list-item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 9px;
    left: -10px;
    background-color: #070b4a
}
.wrapper .nav-wrapper .nav-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #070b4a;
    min-height: 75px;
    z-index: -1
}
.wrapper .nav-wrapper .slider-arrow {
    top: auto;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat
}
.wrapper .nav-wrapper .slider-arrow-left {
    position: absolute;
    bottom: 10px;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width:845px) {
    .wrapper .nav-wrapper .slider-arrow-left {
        left: 0
    }
}
.wrapper .nav-wrapper .slider-arrow-right {
    position: absolute;
    bottom: 10px;
    right: 5%;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}
@media (max-width:845px) {
    .wrapper .nav-wrapper .slider-arrow-right {
        right: 0
    }
}
.wrapper .nav-wrapper .slider {
    width: 100%
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper .nav-wrapper .slider {
        display: table;
        table-layout: fixed
    }
}
@media (min-width:1200px) {
    .wrapper .nav-wrapper .slider {
        display: table;
        table-layout: fixed
    }
}
.wrapper .nav-wrapper .slider .slick-list {
    width: 100%
}
.wrapper .nav-wrapper .slider .slick-track {
    display: table;
    table-layout: fixed
}
.wrapper .nav-wrapper .slider .nav-item {
    float: none;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: PTN57F;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 75px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-right: 1px #2a2f77 solid
}
.wrapper .nav-wrapper .slider .nav-item:first-child {
    border-left: 1px #2a2f77 solid
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper .nav-wrapper .slider .nav-item {
        display: table-cell;
        vertical-align: middle
    }
}
.wrapper .nav-wrapper .slider .nav-item:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    top: -25px;
    background-image: url(/static/dist/img/header/shadow.png);
    width: 100px;
    background-size: contain;
    background-position: center;
    height: 15px
}
.wrapper .nav-wrapper .slider .nav-item:hover {
    background-color: #2a2f77
}
.wrapper .nav-wrapper .slider .nav-item:hover .nav-item-pic {
    top: -120px
}
.wrapper .nav-wrapper .slider .nav-item:hover:before {
    width: 140px;
    background-size: contain
}
.wrapper .nav-wrapper .slider .nav-item:focus {
    background-color: #2a2f77
}
.wrapper .nav-wrapper .slider .nav-item:focus .nav-item-pic {
    top: -120px
}
.wrapper .nav-wrapper .slider .nav-item:focus:before {
    width: 140px;
    background-size: contain
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-text-wrap {
    text-align: center
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-text-wrap .nav-item-text {
    word-wrap: break-word;
    padding: 4px;
    max-height: 75px;
    overflow: hidden
}
.wrapper .nav-wrapper .slider .nav-item .nav-item-pic {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    width: 95px;
    height: 80px;
    top: -110px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto
}
.wrapper #navBurger .modal-dialog {
    margin: 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .modal-dialog {
        width: 100%
    }
}
.wrapper #navBurger .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.wrapper #navBurger .modal-body {
    padding: 30px 0
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .modal-body {
        padding: 60px 0
    }
}
.wrapper #navBurger .nav-xs-list {
    padding-left: 30px;
    font-size: 20px;
    list-style: none
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .nav-xs-list {
        font-size: 24px;
        padding-left: 70px
    }
}
.wrapper #navBurger .nav-xs-list:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #99379e
}
.wrapper #navBurger .nav-xs-list-item {
    width: 100%;
    word-wrap: break-word;
    margin-top: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #navBurger .nav-xs-list-item {
        margin-top: 25px
    }
}
.wrapper #navBurger .nav-xs-list-item:first-child {
    margin-top: 0
}
.wrapper #navBurger .nav-xs-list-item-link {
    font-size: 20px;
    color: #4c5c6b;
    max-width: 80%;
}
.wrapper #navBurger .nav-xs-list-item-link:hover {
    text-decoration: none;
    color: #070b4a
}
.wrapper #navBurger .nav-xs-list-item-link:focus {
    text-decoration: none;
    color: #070b4a
}
.wrapper #navBurger .nav-xs-list-item-link.isActive {
    text-decoration: none;
    color: #070b4a
}
.wrapper #navBurger button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
.wrapper #agree-orders .modal-content, .wrapper #bell .modal-content, .wrapper #found-cheaper .modal-content, .wrapper #login .modal-content, .wrapper #quick-buy .modal-content, .wrapper #recover .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.wrapper #agree-orders .modal-content .button-wrap, .wrapper #bell .modal-content .button-wrap, .wrapper #found-cheaper .modal-content .button-wrap, .wrapper #login .modal-content .button-wrap, .wrapper #quick-buy .modal-content .button-wrap, .wrapper #recover .modal-content .button-wrap {
    text-align: center
}
.wrapper #agree-orders .modal-content .button-wrap .button, .wrapper #bell .modal-content .button-wrap .button, .wrapper #found-cheaper .modal-content .button-wrap .button, .wrapper #login .modal-content .button-wrap .button, .wrapper #quick-buy .modal-content .button-wrap .button, .wrapper #recover .modal-content .button-wrap .button {
    padding: 13px 45px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #070b4a;
    color: #fff;
    border: 2px solid #070b4a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.wrapper #agree-orders .modal-content .button-wrap .button:hover, .wrapper #bell .modal-content .button-wrap .button:hover, .wrapper #found-cheaper .modal-content .button-wrap .button:hover, .wrapper #login .modal-content .button-wrap .button:hover, .wrapper #quick-buy .modal-content .button-wrap .button:hover, .wrapper #recover .modal-content .button-wrap .button:hover {
    background-color: #fff;
    color: #070b4a
}
.wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper #login .modal-content .modal-dialog, .wrapper #quick-buy .modal-content .modal-dialog, .wrapper #recover .modal-content .modal-dialog {
    width: 1170px
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper #login .modal-content .modal-dialog, .wrapper #quick-buy .modal-content .modal-dialog, .wrapper #recover .modal-content .modal-dialog {
        width: 940px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper #login .modal-content .modal-dialog, .wrapper #quick-buy .modal-content .modal-dialog, .wrapper #recover .modal-content .modal-dialog {
        width: 680px
    }
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content .modal-dialog, .wrapper #bell .modal-content .modal-dialog, .wrapper #found-cheaper .modal-content .modal-dialog, .wrapper #login .modal-content .modal-dialog, .wrapper #quick-buy .modal-content .modal-dialog, .wrapper #recover .modal-content .modal-dialog {
        margin: 50px auto;
        width: 320px
    }
}
.wrapper #agree-orders .modal-content .modal-title, .wrapper #bell .modal-content .modal-title, .wrapper #found-cheaper .modal-content .modal-title, .wrapper #login .modal-content .modal-title, .wrapper #quick-buy .modal-content .modal-title, .wrapper #recover .modal-content .modal-title {
    padding: 30px 30px 0 30px
}
.wrapper #agree-orders .modal-content .modal-title .title, .wrapper #bell .modal-content .modal-title .title, .wrapper #found-cheaper .modal-content .modal-title .title, .wrapper #login .modal-content .modal-title .title, .wrapper #quick-buy .modal-content .modal-title .title, .wrapper #recover .modal-content .modal-title .title {
    margin-top: 10px
}
.wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper #login .modal-content .modal-body, .wrapper #quick-buy .modal-content .modal-body, .wrapper #recover .modal-content .modal-body {
    padding: 20px 50px 50px 50px
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper #login .modal-content .modal-body, .wrapper #quick-buy .modal-content .modal-body, .wrapper #recover .modal-content .modal-body {
        padding: 20px 40px 40px 40px
    }
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content .modal-body, .wrapper #bell .modal-content .modal-body, .wrapper #found-cheaper .modal-content .modal-body, .wrapper #login .modal-content .modal-body, .wrapper #quick-buy .modal-content .modal-body, .wrapper #recover .modal-content .modal-body {
        max-width: 320px;
        padding: 10px 20px 20px 20px
    }
}
.wrapper #agree-orders .modal-content .contacts-form, .wrapper #bell .modal-content .contacts-form, .wrapper #found-cheaper .modal-content .contacts-form, .wrapper #login .modal-content .contacts-form, .wrapper #quick-buy .modal-content .contacts-form, .wrapper #recover .modal-content .contacts-form {
    margin-top: 20px
}
.wrapper #agree-orders .modal-content button.close, .wrapper #bell .modal-content button.close, .wrapper #found-cheaper .modal-content button.close, .wrapper #login .modal-content button.close, .wrapper #quick-buy .modal-content button.close, .wrapper #recover .modal-content button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
@media (max-width:767px) {
    .wrapper #agree-orders .modal-content button.close, .wrapper #bell .modal-content button.close, .wrapper #found-cheaper .modal-content button.close, .wrapper #login .modal-content button.close, .wrapper #quick-buy .modal-content button.close, .wrapper #recover .modal-content button.close {
        right: 10px
    }
}
@media (max-width:767px) {
    main .index .product-item-wrap {
        float: left;
        width: 100%;
        padding: 0 5px
    }
}
main .index .product-items-wrap {
    max-width: 230px;
    margin: 0 7px
}
@media (max-width:767px) {
    main .index .product-items-wrap {
        max-width: none
    }
}
@media (max-width:991px) and (min-width:768px) {
    main .index .product-items-wrap {
        margin: 0 10px
    }
}
main .index .product {
    text-align: center;
    margin-bottom: 20px
}
main .index .main-shares {
    text-align: center;
    margin-bottom: 20px
}
main .index .product-item {
    margin: auto;
    margin-bottom: 15px
}
@media (max-width:767px) {
    main .index .product-item {
        margin-bottom: 10px
    }
}
main .index .main-news {
    background-color: #fff;
    padding: 35px 0
}
main .index .main-news .button-wrap {
    padding: 10px 10px 0 10px;
    text-align: center
}
main .index .main-news .button {
    padding: 11px 20px 10px 20px
}
main .index .main-article {
    background-color: #eee;
    padding: 35px 0
}
main .index .main-article .slider-arrow {
    top: 42%
}
main .index .main-article .title {
    margin-bottom: 25px
}
main .index .main-article .slick-slide {
    text-align: center
}
main .index .main-brand {
    background-color: #fff;
    padding: 40px 0
}
main .index .main-brand .title {
    margin-bottom: 20px
}
main .index .main-brand .brand-link {
    display: block;
    margin-bottom: 10px
}
main .index .main-brand .brand-link img {
    min-height: 90px;
    margin: auto
}
main .index .main-nav {
    background-color: #eee;
    padding: 30px 0
}
@media (max-width:1199px) and (min-width:992px) {
    main .index .main-nav {
        padding: 55px 0
    }
}
@media (min-width:1200px) {
    main .index .main-nav {
        padding: 55px 0
    }
}
main .index .main-nav .main-nav-items {
    padding-right: 10px
}
main .index .main-nav .main-nav-title {
    font-size: 18px;
    margin-bottom: 4px;
    display: inline-block;
    color: #070b4a;
    text-transform: uppercase;
    font-family: PTN77F;
    max-width: 100%;
    line-height: 1.3;
    word-wrap: break-word
}
main .index .main-nav .main-nav-item {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 0;
    font-family: PTN57F;
    max-width: 100%;
    word-wrap: break-word
}
main .index .main-nav .main-nav-item:last-child {
    margin-bottom: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    main .index .main-nav .main-nav-item:last-child {
        margin-bottom: 25px
    }
}
@media (min-width:1200px) {
    main .index .main-nav .main-nav-item:last-child {
        margin-bottom: 25px
    }
}
main .nav {
    background-color: #070b4a;
    min-height: 75px;
    position: relative;
    z-index: 52;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .31)
}
main .nav.isDropDown {
    background-color: #000
}
main .nav.isDropDown .nav-dropdown .nav-dropdown-text:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
@media (max-width:767px) {
    main .nav {
        cursor: pointer
    }
}
main .nav .nav-dropdown {
    position: relative;
    padding: 25px 0;
    text-align: center
}
main .nav .nav-dropdown-text {
    color: #fff;
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
main .nav .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-white.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
main .dropdown-menu-xs {
    position: relative
}
main .dropdown-menu-xs .dropdown-menu-item-hidden {
    display: none
}
main .dropdown-menu-xs .dropdown-show-more {
    display: block;
    text-align: center;
    padding: 20px;
    font-family: PTN77F;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background-color: #070b4a
}
main .dropdown-menu-xs .dropdown-menu {
    display: block;
    position: relative;
    z-index: 51;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 0
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item.isDropDown {
    background-color: #efefef;
    border-bottom: 0 solid #dcdcdc
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-pic {
    display: inline-block;
    height: 40px;
    width: 60px;
    margin-right: 20px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
main .dropdown-menu-xs .dropdown-menu .dropdown-menu-item .menu-item-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    max-width: 70%;
    font-family: PTN77F;
    text-transform: uppercase
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel {
    padding: 20px 25px;
    background-color: #efefef;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #dcdcdc
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list-title {
    color: #191919;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list {
    padding-left: 0;
    color: #191919;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item {
    color: #070b4a;
    margin-left: 20px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item a {
    display: block;
    color: #070b4a
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:first-child {
    margin-top: 10px
}
main .dropdown-menu-xs .dropdown-menu .menu-item-sublevel .sublevel-list .sublevel-item:last-child {
    margin-bottom: 10px
}
main .dropdown-menu-xs .dropdown-menu-hide {
    cursor: pointer;
    background-color: #000;
    width: 100%;
    color: #b3b3b3;
    text-align: center
}
main .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text {
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding-left: 40px;
    position: relative
}
main .dropdown-menu-xs .dropdown-menu-hide .nav-dropdown-text:before {
    content: '';
    position: absolute;
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    left: -20px;
    top: -2px;
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
    width: 30px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    height: 30px;
    background-position: center
}
.main-map-wrap {
    background-color: #070b4a
}
.main-map-wrap .title {
    margin: 25px 0;
    color: #fff;
    display: block
}
.main-map-wrap .map {
    min-height: 450px
}
@media (max-width:1199px) and (min-width:992px) {
    .main-map-wrap .map {
        min-height: 450px
    }
}
@media (min-width:1200px) {
    .main-map-wrap .map {
        min-height: 450px
    }
}
.news .news-content {
    margin-top: 20px
}
.news .news-content .news-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    padding: 10px;
    min-height: 160px
}
@media (max-width:767px) {
    .news .news-content .news-item {
        min-height: 90px
    }
}
.articles .articles-item-wrap {
    margin: 0 0 20px 0
}
.article .title {
    margin-bottom: 25px
}
@media (max-width:991px) and (min-width:768px) {
    .article .title {
        margin-bottom: 15px;
        margin-top: 10px
    }
}
.article .news-item-im {
    width: 100%;
    text-align: center
}
.article .article-pic {
    max-width: 100%;
    max-height: 250px;
    height: auto!important;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat
}
.article .article-text-wrap {
    padding: 50px 60px 70px 60px;
    min-height: 300px;
}
.article .article-text-wrap .brand-image {
    float: left;
    margin-right: 50px;
}
@media (max-width:767px) {
    .article .article-text-wrap {
        padding: 20px 15px 30px 15px
    }
    .article .article-text-wrap .brand-image {
        float: none;
        display: block;
        margin: 0px auto;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-wrap {
        padding: 30px 15px 30px 15px
    }
}
.article .article-text {
    color: #444;
    font-size: 16px
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text {
        font-size: 14px
    }
}
@media (max-width:767px) {
    .article .article-text {
        font-size: 14px
    }
}
.article .article-text a {
    color: #070b4a
}
.article .article-text img {
    max-width: 100%;
    height: auto!important
}
.article .article-text-title {
    margin: 45px 0;
    color: #010101;
    font-size: 24px;
    font-family: OpenSans-Bold
}
@media (max-width:767px) {
    .article .article-text-title {
        margin: 25px 0 40px 0;
        font-size: 18px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-title {
        margin: 25px 0 40px 0;
        font-size: 18px
    }
}
.article .article-text-advantage-item {
    min-height: 70px;
    margin-bottom: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item {
        min-height: 90px
    }
}
.article .article-text-advantage-item .advantage-item-pic {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
@media (max-width:991px) and (min-width:768px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item .advantage-item-pic {
        width: 82px;
        height: 82px;
        margin-right: 30px
    }
}
.article .article-text-advantage-item .advantage-item-text {
    overflow: hidden
}
.article .article-text-advantage-item .advantage-item-title {
    color: #070b4a;
    font-family: OpenSans-Bold
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-text-advantage-item .advantage-item-title {
        font-size: 18px
    }
}
@media (min-width:1200px) {
    .article .article-text-advantage-item .advantage-item-title {
        font-size: 18px
    }
}
.article .article-text-advantage-item .advantage-item-description {
    color: #444;
    margin-top: 10px
}
.article .article-slang {
    margin-top: 30px;
    font-size: 18px;
    color: #070b4a;
    font-family: OpenSans-Bold
}
@media (max-width:1199px) and (min-width:992px) {
    .article .article-slang {
        margin-top: 50px
    }
}
@media (min-width:1200px) {
    .article .article-slang {
        margin-top: 50px
    }
}
.contacts .contact-content {
    margin: 20px 0
}
.contacts .contact-item {
    margin: 0 10px 20px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    padding: 10px 20px;
    border: 2px solid #070b4a
}
.contacts .contact-item-title {
    color: #070b4a;
    font-size: 24px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.contacts .contact-item-description {
    margin-top: 10px
}
.contacts .contact-item .contact-item-phone a {
    color: #070b4a
}
.contacts .contact-item .contact-item-email a {
    color: #070b4a
}
.type_custom {
    position: absolute;
    color: #fff;
    background: #070b4a;
    padding: 3px 5px;
    font-size: 12px;
    max-width: 100%;
    left: 0;
    top: 10px
}
.product-page .breadcrumbs {
    margin-bottom: 20px
}
.product-page .inner-title {
    margin: 30px 0 20px 0
}
.product-page .product-content {
    padding: 48px 40px;
    margin-bottom: 0
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content {
        padding: 20px
    }
}
@media (max-width:767px) {
    .product-page .container.no-margin {
        padding: 0;
        margin: 0;
    }
    .product-page .product-content {
        padding: 0px
    }
    .product-page .inner-content-container {
        padding: 15px;
    }
}
.product-page .product-content .product-slider-small-items {
    text-align: center
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-small-items {
        margin-top: 10px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-small-items {
        margin-top: 10px
    }
}
.product-page .product-content .product-slider-small-item {
    display: inline-block;
    width: 96px!important;
    border: 2px solid #b0b0b0;
    height: 96px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-small-item {
        width: 75px!important;
        height: 75px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-small-item {
        margin-right: 5px;
        height: 80px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-small-item {
        margin-right: 5px;
        height: 80px
    }
}
.product-page .product-content .product-slider-small-item.slick-current {
    border: 2px solid #070b4a
}
.product-page .product-content .product-slider-wrap {
    border: 1px solid #b0b0b0;
    width: 420px
}
@media (min-width:1200px) {
    .product-page .product-content .product-slider-wrap {
        margin-left: -23px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-wrap {
        width: 345px;
        margin-left: -23px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-wrap {
        width: 100%;
        margin-bottom: 5px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-wrap {
        width: 100%;
        margin-bottom: 5px
    }
}
.product-page .product-content .product-text-wrap {
    padding-left: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-text-wrap {
        padding-left: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-text-wrap {
        paddign-left: 10px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-text-wrap {
        padding-left: 0
    }
}
.product-page .product-content .product-slider-item {
    width: 100%;
    min-height: 420px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}
@media (max-width:1199px) and (min-width:992px) {
    .product-page .product-content .product-slider-item {
        min-height: 345px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-slider-item {
        min-height: 300px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-slider-item {
        min-height: 300px
    }
}
.product-page .product-content .product-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase
}
@media (max-width:767px) {
    .product-page .product-content .product-title {
        font-size: 24px;
        margin-bottom: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-title {
        font-size: 24px
    }
}
.product-page .product-content .product-id {
    margin-top: 5px;
    color: #8b8b8b
}
.product-page .product-content .product-cost {
    margin-top: 15px;
    color: #000;
    font-size: 36px;
    font-family: OpenSans-Bold
}
@media (max-width:767px) {
    .product-page .product-content .product-cost {
        font-size: 30px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-cost {
        font-size: 30px
    }
}
.product-page .product-content .product-available {
    color: #47bbe5
}
.product-page .product-content .product-available.false {
    color: red;
    text-decoration: none
}
.product-page .product-content .product-button-buy {
    display: inline-block;
    padding: 15px 55px 15px 80px;
    background-color: #070b4a;
    border: 2px solid #070b4a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    margin: 20px 0 50px 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-button-buy {
        margin: 20px 0 35px 0
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-button-buy {
        margin: 20px 0 35px 0
    }
}
.product-page .product-content .product-button-buy:hover {
    background-color: #fff;
    color: #070b4a
}
.product-page .product-content .product-button-buy:hover:before {
    -webkit-filter: none;
    filter: none
}
.product-page .product-content .product-button-buy:focus {
    background-color: #fff;
    color: #070b4a
}
.product-page .product-content .product-button-buy:focus:before {
    -webkit-filter: none;
    filter: none
}
.product-page .product-content .product-button-buy:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/basket-header-pink.png);
    background-repeat: no-repeat;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-position: center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.product-page .product-content .product-button-buy.register-button {
    padding: 15px;
}

.product-page .product-content .product-button-buy.register-button:before {
    display: none;
}
.product-page .product-content .product-phone {
    display: inline-block;
    color: #5f5f5f;
    padding-left: 30px;
    font-size: 24px;
    position: relative
}
.product-page .product-content .product-phone:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/phone.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-position: center
}
.product-page .product-content .product-form-ring {
    margin: 15px 0 25px 0
}
.product-page .product-content .product-form-ring .product-input {
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
    min-height: 38px
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-form-ring .product-input {
        max-width: 130px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-form-ring .product-input {
        max-width: 130px
    }
}
.product-page .product-content .product-form-ring .button {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: top;
    background-color: #47bbe5;
    border: 2px solid #47bbe5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
.product-page .product-content .product-form-ring .button:hover {
    background-color: #fff;
    color: #47bbe5
}
.product-page .product-content .product-form-ring .button:focus {
    background-color: #fff;
    color: #47bbe5
}
@media (max-width:991px) and (min-width:768px) {
    .product-page .product-content .product-form-ring .button {
        padding: 8px 17px
    }
}
@media (max-width:767px) {
    .product-page .product-content .product-form-ring .button {
        padding: 8px 15px
    }
}
.product-page .product-content .product-link{
    display: inline-block;
    color: #3db2e3;
    position: relative
}
.product-page .product-content .product-link-info {
    display: inline-block;
    color: #070b4a;
    padding-left: 40px;
    position: relative
}
.product-page .product-content .product-link-info:before {
    content: "";
    position: absolute;
    background-image: url(/static/dist/img/icon/bus-small.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-position: center
}
.product-page .product-content .product-description {
    margin-top: 30px
}
.product-page .product-content .product-description img {
    max-width: 100%;
    height: auto!important
}
@media (max-width:767px) {
    .product-page .product-content .product-description img {
        margin-left: 0!important;
        margin-right: 0!important
    }
}
.product-page .product-content .product-description iframe {
    max-width: 100%
}
@media (max-width:767px) {
    .product-page .product-content .product-description iframe {
        margin-left: 0!important;
        margin-right: 0!important
    }
}
.product-page .product-content .product-options {
    width: 50%
}
@media (max-width:767px) {
    .product-page .product-content .product-options {
        width: 100%
    }
}
.product-page .product-content .product-options tr:nth-child(odd) {
    background: #eee
}
.product-page .product-content .product-options th {
    padding: 5px 20px 5px 5px;
    width: 50%;
    letter-spacing: nowrap
}
.product-page .product-content .product-options th span {
    font-weight: 400
}
.product-page .product-content .product-options td {
    width: 50%;
    padding: 5px
}
.product-page .product-content .product-social-icon {
    margin-top: 40px
}
.product-page .product-content .product-social-icon .pluso {
    margin-right: 0
}
.product-page .product-content .product-social-icon .pluso .pluso-more {
    display: none
}
.product-page .product-content .product-social-icon iframe {
    padding-top: 2px
}
.products .main-slider-wrap {
    margin-top: 0;
    margin-bottom: 20px
}
.products .title-inner {
    margin: 0 0 20px 0
}
.products .tab-pane {
    width: 100%
}
.products .product-types {
    padding: 20px;
    border: 1px solid #5c2d91;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 35px
}
.products .tab-content {
    float: left;
    width: 100%
}
.products .tab-content .products-item-wrap .product-item-wrap {
    padding: 0 6px
}
.products .tab-content .products-item-wrap .product-item-wrap:first-child {
    padding-left: 0
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+2) {
    padding: 0 2px
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+3) {
    padding: 0 2px
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n+1) {
    padding-left: 0
}
.products .tab-content .products-item-wrap .product-item-wrap:nth-child(4n) {
    padding-right: 0
}
@media (max-width:991px) and (min-width:768px) {
    .products .tab-content .products-item-wrap .product-item-wrap:first-child {
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n) {
        padding-left: 6px;
        padding-right: 0
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n-1) {
        padding-left: 6px;
        padding-right: 6px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .tab-content .products-item-wrap .product-item-wrap:first-child {
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n) {
        padding-left: 6px;
        padding-right: 0
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(3n-1) {
        padding-left: 4px;
        padding-right: 8px
    }
}
@media (max-width:767px) {
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(2n) {
        padding-right: 0;
        padding-left: 6px
    }
    .products .tab-content .products-item-wrap .product-item-wrap:nth-child(2n+1) {
        padding-right: 6px;
        padding-left: 0
    }
}
.products .tab-content .products-item-wrap .product-item-wrap .product-item {
    margin-bottom: 10px
}
@media (max-width:991px) and (min-width:768px) {
    .products .tab-content .products-item-wrap .product-item-wrap .product-item {
        margin-bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .tab-content .products-item-wrap .product-item-wrap .product-item {
        margin-bottom: 15px
    }
}
.products .tab-content .product-item-wrap {
    float: left;
    padding: 0 10px;
    width: 33.3333%
}
@media (min-width:1200px) {
    .products .tab-content .product-item-wrap {
        width: 25%
    }
}
@media (max-width:767px) {
    .products .tab-content .product-item-wrap {
        padding: 0 5px;
        width: 50%
    }
}
@media (max-width:767px) {
    .products .tab-content .product-item-wrap .add-product {
        right: 0
    }
}
.products .product {
    margin-bottom: 20px
}
.products .inner-title-products {
    margin-bottom: 40px
}
.products .product-list .product {
    background-color: #fff;
    max-width: none;
    position: relative;
    min-height: initial;
    display: table;
    padding: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.products .product-list .product .add-product {
    position: absolute;
    right: -13px;
    top: -26px;
    background-color: #070b4a;
    font-size: 12px;
    color: #fff;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.products .product-list .product.new .discount-text {
    left: -5px;
    top: 16px
}
.products .product-list .product.new .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.promo .discount-text {
    left: 3px;
    top: 15px
}
.products .product-list .product.promo .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.sale .discount-text {
    left: -9px;
    top: 25px
}
.products .product-list .product.sale .discount-pic {
    width: 95px;
    height: 95px
}
.products .product-list .product.discount_card .discount-pic, .products .product-list .product.present_certificates .discount-pic, .products .product-list .product.special_offer .discount-pic {
    display: none
}
.products .product-list .product.discount_card .discount-text, .products .product-list .product.present_certificates .discount-text, .products .product-list .product.special_offer .discount-text {
    background-color: #070b4a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    min-height: 40px;
    width: 225px;
    padding: 11px;
    text-align: center
}
.products .product-list .product.discount .discount-text {
    left: 2px;
    top: 0
}
.products .product-list .product.discount .discount-pic {
    width: 75px;
    height: 75px
}
.products .product-list .product.novelty-product {
    margin: 15px 0
}
.products .product-list .product-pic img {
    margin: 0
}
.products .product-list .product-controls, .products .product-list .product-desc, .products .product-list .product-pic {
    display: table-cell!important;
    text-align: center;
    vertical-align: middle
}
.products .product-list .product-desc {
    padding: 0 10px;
    color: #000;
    text-align: left
}
.products .product-list .product-controls {
    width: 260px
}
.products .product-list .product-controls .add_to_cart {
    margin: 10px;
    padding: 13px 20px 10px 50px
}
.products .product-list .product-controls .add_to_cart:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/dist/img/icon/basket.png)
}
.products .product-list .product-controls .add_to_cart:hover {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #070b4a;
    background-color: #070b4a
}
.products .product-list .product-controls .add_to_cart:hover:before {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.products .product-list .product filter brightness(0) invert(1) .product-price {
    margin-top: 10px
}
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line {
        margin-bottom: 20px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line:before {
        height: 100px
    }
}
.products .product-list .product-line .product-pic {
    min-width: 100px;
    vertical-align: top
}
@media (max-width:1199px) and (min-width:992px) {
    .products .product-list .product-line .product-pic {
        min-width: 174px
    }
}
@media (min-width:1200px) {
    .products .product-list .product-line .product-pic {
        min-width: 174px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .product-list .product-line .product-pic img {
        min-height: 72px
    }
}
.products .product-list .product-line .product-item-have {
    color: #3db2e3;
    font-size: 14px;
    display: block;
    margin: 5px 0;
    text-align: center
}
.products .product-list .product-line .product-item-have.have-dont {
    color: #070b4a
}
.products .product-list .product-line .product-price .product-current-price {
    max-width: 110px;
    font-size: 18px;
    color: #000;
    margin-right: 5px;
    word-wrap: break-word;
    font-family: OpenSans-Bold
}

.products .product-list .product-line .item-cost-small {
    float: left;
    font-size: 14px;
    color: #666;
    text-align: left;
}
.products .product-list .product-line .item-cost-new-opt {
    line-height: 17px;
    text-align: right;
    color: #090;
    padding-right: 20px;
    font-weight: bold;
}
.products .product-list .product-line .item-cost-new-opt span {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}

.products .product-list .product-line .product-price .product-old-price {
    word-wrap: break-word;
    font-size: 14px;
    color: #c00;
    text-decoration: line-through
}
.products .product-list .product-line .discount-text {
    width: 70px;
    height: 70px;
}

.products .product-list .product-line.new .discount-text {
    left: 13px;
    top: 12px;
}

.products .product-list .product-line.promo .discount-text {
    left: 9px;
    top: 10px;
}

.products .product-list .product-line.sale .discount-text {
    left: 16px;
    top: 16px;
}

.products .search-form {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}
.products .search-form .search-title {
    color: #000;
    font-size: 14px;
    font-family: OpenSans-Bold;
    margin: 10px 0
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .search-title {
        padding-left: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .search-title {
        padding-left: 10px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .checkbox {
        padding-left: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .checkbox {
        padding-left: 10px
    }
}
@media (max-width:767px) {
    .products .search-form .search-products {
        display: none
    }
}
.products .search-form .count-and-brand {
    margin-bottom: 5px
}
@media (max-width:767px) {
    .products .search-form .count-and-brand {
        display: none
    }
}
.products .search-form .count-and-brand .brand-quantity {
    display: inline-block;
    color: #3db2e3;
    font-size: 12px
}
.products .search-form .hide-filter-wrap {
    text-align: center;
    cursor: pointer
}
.products .search-form .hide-filter-wrap.isHide .hide-filter:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.products .search-form .hide-filter-wrap .hide-filter {
    text-align: center;
    padding-left: 20px;
    position: relative
}
.products .search-form .hide-filter-wrap .hide-filter:before {
    content: '';
    background-image: url(/static/dist/img/icon/arrow-gray.png);
    position: absolute;
    left: -20px;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    background-position: center
}
@media (min-width:1200px) {
    .products .search-form {
        width: 215px;
        margin-right: 30px;
        float: left
    }
}
.products .search-form .search-products-item-wrap {
    padding-right: 15px;
    margin-bottom: 10px
}
.products .search-form .search-products-item-wrap .search-products-item {
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: #373737;
    text-transform: uppercase;
    font-size: 12px
}
.products .search-form .search-products-item-wrap .search-products-item:hover {
    color: #070b4a
}
.products .search-form .search-products-item-wrap .search-products-item:focus {
    color: #070b4a
}
.products .search-form .price-selector .max-price, .products .search-form .price-selector .min-price {
    display: inline-table;
    width: 68px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.products .search-form .price-selector .max-price input, .products .search-form .price-selector .min-price input {
    padding: 6px 0 6px 6px
}
.products .search-form .price-selector .dash {
    display: inline-table;
    vertical-align: middle;
    width: 8px;
    border: 1px solid #989898;
    margin: 0 5px
}
.products .search-form .price-selector .currency {
    display: inline-table;
    vertical-align: middle;
    margin-left: 3px;
    color: #989898
}
.products .search-form .range-selector {
    position: relative;
    text-align: left;
    cursor: pointer;
    height: 4px;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .32);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .32);
    background: #dadada;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
    width: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .products .search-form .range-selector {
        margin: 20px 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .products .search-form .range-selector {
        margin: 20px 0
    }
}
.products .search-form .range-selector .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-position: 0 0;
    top: 0;
    background-color: #47bbe5;
    height: 4px
}
.products .search-form .range-selector .ui-state-default {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border: 0;
    top: -9px;
    margin-left: -4px;
    cursor: pointer;
    background-color: #070b4a;
    outline: 0
}
.products .catalog-list .title {
    margin: 20px 0
}
.products .catalog-list .description {
    color: #666;
    margin: 20px 0
}
@media (min-width:1200px) {
    .products .catalog-list {
        width: 955px;
        float: left
    }
}
.products .catalog-list .custom-list-products {
    margin-top: 0;
    margin-bottom: 20px
}
@media (max-width:1199px) and (min-width:992px) {
    .products .catalog-list .custom-list-products {
        margin-top: 30px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .catalog-list .custom-list-products {
        margin-top: 30px
    }
}
@media (max-width:767px) {
    .products .catalog-list .custom-list-products {
        margin-top: 20px
    }
}
.products .catalog-list .show-type {
    padding-top: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}
.products .catalog-list .show-type li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    color: #b0b0b0;
    width: 21px;
    height: 21px
}
.products .catalog-list .show-type li a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 21px;
    height: 21px;
    line-height: 0;
    color: inherit
}
.products .catalog-list .show-type li a .pagination-rectangles {
    width: 21px;
    height: 21px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url(/static/dist/img/icon/pagination.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}
.products .catalog-list .show-type li a .pagination-burger {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url(/static/dist/img/icon/burger-pagination.png);
    background-position: center;
    background-size: contain
}
.products .catalog-list .show-type li.active, .products .catalog-list .show-type li:active {
    text-decoration: none;
    color: #070b4a
}
.products .catalog-list .show-type li.active .pagination-rectangles, .products .catalog-list .show-type li:active .pagination-rectangles {
    -webkit-filter: none;
    filter: none
}
.products .catalog-list .show-type li.active .pagination-burger, .products .catalog-list .show-type li:active .pagination-burger {
    -webkit-filter: none;
    filter: none
}
.products .catalog-list .product {
    margin: 10px auto 10px auto
}
.products .catalog-list .product .product-controls {
    display: inline-block;
    position: relative;
    bottom: 0
}
.products .sort-block {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    min-height: 63px
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block {
        min-height: 105px;
        text-align: left
    }
}
@media (max-width:767px) {
    .products .sort-block {
        text-align: center;
    }
}
.products .sort-block .tab-pane {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: auto
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .tab-pane {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        text-align: right;
        padding-right: 10px
    }
}
.products .sort-block .products-count {
    padding-top: 2px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #010101;
    float: left
}
@media (max-width:767px) {
    .products .sort-block .products-count {
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .products-count {
        display: block;
        width: 50%;
        margin-bottom: 10px
    }
}
.products .sort-block .pagination {
    padding-top: 2px;
    margin: 0;
    vertical-align: middle
}
@media (max-width:991px) and (min-width:768px) {
    .products .sort-block .pagination {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 10px
    }
}
.products .sort-block .pagination .pagination-list {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0
}
@media (max-width:767px) {
    .products .sort-block .pagination .pagination-list {
        margin-top: 5px
    }
}
.products .sort-block .pagination .pagination-list li {
    display: inline-block;
    margin-right: 3px;
    color: #070b4a;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer
}
.products .sort-block .pagination .pagination-list li:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #070b4a
}
.products .sort-block .pagination .pagination-list li:hover a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff
}
.products .sort-block .pagination .pagination-list li a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-family: OpenSans-Bold;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #adadad;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.products .sort-block .pagination .pagination-list li a:hover {
    text-decoration: none
}
.products .sort-block .pagination .pagination-list li a:focus {
    text-decoration: none
}
.products .sort-block .pagination .pagination-list li .fa {
    font-size: 14px;
    color: #070b4a
}
.products .sort-block .pagination .pagination-list li.active {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #070b4a
}
.products .sort-block .pagination .pagination-list li.active a {
    color: #fff
}
.products .sort-block .pagination .pagination-list li.arrow {
    background-color: #fff
}
.products .sort-block .pagination .pagination-list li.arrow span.sort-text {
    color: #070b4a;
    display: inline-block;
    vertical-align: middle
}
@media (max-width:767px) {
	.products .sort-block .pagination {
		margin: 0 -25px;
	}
    .products .sort-block .pagination .pagination-list {
        margin-top: 5px
    }
    .products .sort-block .pagination .pagination-list li {
    	width: 32px;
    	height: 32px;
    }
    .products .sort-block .pagination .pagination-list li.allpage {
    	display: none;
    }
    .products .sort-block .pagination .pagination-list li a {
    	font-size: 18px;
    }
    .products .sort-block .pagination .pagination-list li.arrow span.sort-text {
        display: block;
        padding-top: 4px
    }
}
.products .sort-block .sort-wrapper {
    display: inline-block;
    margin-left: 20px;
    color: #8b8b8b
}
@media (max-width:991px) {
    .products .sort-block .sort-wrapper {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        font-size: 12px;
    }
    .products #product_list .sort-block .sort-wrapper .btn-group {
        display: inline-block;
    }
    .products .sort-block .sort-wrapper .btn-group .btn, .products .sort-block .sort-wrapper .btn-group .btn:first-child span {
    	font-size: 12px;
    }
    .products .sort-block .sort-wrapper .btn-group .btn {
        padding: 0 0 0 15px;
    }
}
.products .sort-block .sort-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 185px
}
.products .sort-block .sort-wrapper .btn-group {
    display: inline-block
}
.products .sort-block .sort-wrapper .btn-group .caret {
    right: initial;
    left: 0
}
@media (max-width:767px) {
    .products .sort-block .sort-wrapper .btn-group {
        display: block
    }
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child {
    color: #070b4a;
    font-size: 13px;
    padding-right: 15px;
    background: 0 0;
    paddin-top: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child:focus {
    outline: 0!important
}
.products .sort-block .sort-wrapper .btn-group .btn:first-child span {
    margin-left: 10px
}
li.allpage {
    width: 41px!important
}
li.allpage a {
    font-size: 10px!important;
    line-height: 8px;
    font-weight: 100;
    font-family: inherit!important
}
#basket .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
#basket .modal-dialog {
    width: 1170px
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .modal-dialog {
        width: 940px
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .modal-dialog {
        width: 680px
    }
}
#basket .modal-body {
    padding: 30px 50px
}
@media (max-width:991px) and (min-width:768px) {
    #basket .modal-body {
        padding: 40px 20px
    }
}
#basket button.close {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 75px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    font-size: 36px;
    color: #fff;
    background-color: #dadada;
    background-image: url(/static/dist/img/icon/close-white.png);
    background-repeat: no-repeat;
    background-position: 17px 35px;
    top: 0;
    opacity: 1
}
#basket .table-block {
    display: table;
    width: 100%;
    border-collapse: collapse
}
#basket .table-block .table-row {
    display: table-row;
    border-bottom: 1px solid #c3c3c3
}
#basket .table-block .table-row.remove-border-bottom {
    border-bottom: 0
}
#basket .table-block .table-row .table-cell {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}
#basket .basket-value-products {
    font-size: 18px;
    color: #010101
}
#basket .basket-pic {
    border: 1px solid #c3c3c3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    margin: 10px 10px 10px 0;
    height: 50px
}
#basket .orders-table {
    border-bottom: 1px #dadada solid
}
#basket .orders-table .basket-info .table-cell {
    border: none
}
#basket .orders-table .basket-info .table-cell:first-child {
    padding: 0
}
#basket .orders-table .basket-info .table-cell:last-child {
    padding-right: 20px
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-pic {
        width: 50px;
        height: 50px
    }
    #basket .orders-table .basket-info .table-cell:last-child {
        padding-right: 0
    }
}
#basket .table-block .table-row .table-cell.show-xs {
    display: none;
}
#basket .orders-table .basket-info .basket-desc {
    color: #070b4a;
    font-size: 14px;
    word-wrap: break-word
}
#basket .orders-table .basket-info .basket-desc a {
    color: #070b4a
}
@media (min-width:1200px) {
    #basket .orders-table .basket-info .basket-desc {
        max-width: 180px;
        width: 180px
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .basket-info .basket-desc {
        max-width: 170px;
        width: 170px;
        font-size: 14px
    }
}

#basket .orders-table .basket-info .basket-price {
    position: relative;
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #010101;
    word-wrap: break-word;
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .basket-info .basket-price {
        max-width: 104px;
        text-align: center;
        padding-right: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .basket-info .basket-price {
        padding-right: 20px;
        max-width: 150px
    }
}

#basket .orders-table .basket-info .basket-row-total-price {
    color: #000;
    position: relative
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .basket-info .basket-row-total-price {
        padding-left: 20px
    }
}

#basket .orders-table .basket-info .basket-quantity-control-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
#basket .orders-table .basket-info .basket-quantity {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    max-width: 125px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #5c5c5c;
    height: 40px;
    margin: 0 15px;
    padding: 0 20px 0 20px;
    width: 110px;
    text-align: center
}

#basket .orders-table .basket-info .basket-quantity-control {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    background-color: #070b4a
}
#basket .orders-table .basket-info .basket-quantity-control:before {
    content: '';
    width: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 2px
}
#basket .orders-table .basket-info .basket-quantity-control.basket-quantity-plus {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}
#basket .orders-table .basket-info .basket-quantity-control.basket-quantity-plus:after {
    content: '';
    width: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 15px
}
#basket .orders-table .basket-info .basket-quantity-control.basket-quantity-minus {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

#basket .orders-table .basket-info .basket-quantity-control.basket-quantity-plus.disable,
#basket .orders-table .basket-info .basket-quantity-control.basket-quantity-minus.disable {
    background-color: #ddd;
    cursor: not-allowed;
}

#basket .orders-table .basket-info .basket-old-price {
    text-decoration: line-through;
    color: red;
    font-size: 15px;
    font-family: OpenSans-Bold;
    position: absolute;
    margin-top: -10px
}
@media (max-width:1199px) and (min-width:992px) {
    #basket .orders-table .basket-info .basket-price-value:before {
        right: -10px
    }
}
#basket .orders-table .basket-info .basket-delete {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #070b4a;
    word-wrap: break-word;
    border: 0;
    position: relative;
    background-size: auto;
    border: 1px solid #070b4a;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
#basket .orders-table .basket-info .basket-delete:hover {
    background-color: #fff
}
#basket .orders-table .basket-info .basket-delete:hover:before {
    -webkit-filter: none;
    filter: none
}
#basket .orders-table .basket-info .basket-delete:before {
    content: '';
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/static/dist/img/icon/trash.png), url(/static/dist/img/icon/trash-small.png);
    background-repeat: no-repeat;
    background-position: center, -20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media (max-width:991px) and (min-width:768px) {
    #basket .orders-table .basket-info .basket-delete {
        width: 31px;
        height: 31px
    }
    #basket .orders-table .basket-info .basket-delete:before {
        bachground-position: none;
        background-position: -20px, center
    }
}
#basket .basket-total {
    margin-top: 30px;
    padding: 0 25px
}

#basket .basket-total:last-child .table-row {
    border-bottom: 0
}
#basket .basket-total .table-row .table-cell:first-child {
    width: 30%
}
#basket .basket-total .table-row .table-cell:last-child {
    width: 70%;
    text-align: right
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .table-row .table-cell:last-child {
        width: 60%
    }
}
@media (max-width:767px) {
    #basket .table-block .table-row .table-cell.show-xs {
        display: inline-block;
    }
    #basket {
        padding-right: 0px !important;
    }
    #basket .modal-dialog {
        margin: 0px;
        width: 100%;
    }
    #basket .modal-body {
        max-width: 100%;
        padding: 20px 10px
    }
    #basket button.close {
        right: 10px
    }
    #basket .table-block .table-row {
        border-top: 0
    }
    #basket .table-block .table-row.remove-border-bottom {
        border-bottom: 0
    }
    #basket .orders-table .table-cell {
        display: block!important
    }
    #basket .table-block .table-row .table-cell {
        vertical-align: top
    }
    #basket .basket-value-products {
        display: block;
        text-align: center
    }
    #basket .basket-pic {
        width: 50px;
        height: 50px
    }
    #basket .orders-table .basket-info .table-cell {
        display: inline-block !important;
        vertical-align: middle
    }
    #basket .orders-table .basket-info .table-cell:not(:first-child) {
        text-align: center
    }
    #basket .orders-table .basket-info .table-cell:last-child {
        padding: 5px 0 10px 0
    }
    #basket .orders-table .basket-info .basket-row-total-price {
        padding-right: 10px;
        max-width: 110px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
        text-align: center
    }
    #basket .orders-table .basket-info .basket-desc {
        max-width: 100%;
        text-align: left;
        max-width: none
    }
    #basket .orders-table .basket-info .basket-price {
        vertical-align: middle;
        margin: auto;
        margin-top: 0;
        font-size: 14px;
    }
    #basket .orders-table .basket-info .basket-quantity {
        margin-left: 0
    }
    #basket .orders-table .basket-info .basket-quantity-control.basket-quantity-minus {
        left: 5px
    }
    #basket .orders-table .basket-info .basket-delete {
        width: 31px;
        height: 31px
    }
    #basket .orders-table .basket-info .basket-delete:before {
        bachground-position: none;
        background-position: -20px, center
    }
    #basket .basket-total {
        max-width: 100%;
        margin: auto;
        margin-top: 20px
    }
    #basket .basket-body .table-row .table-cell.tc-2 {
        width: 80%;
        padding-bottom: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-4 {
        width: 50%;
        text-align: left;
    }
    #basket .basket-body .table-row .table-cell.tc-5 {
        width: 25%;
        display: none !important;
    }
    #basket .basket-body .table-row .table-cell.tc-6 {
        width: 25%;
        display: none !important;
    }
    #basket .basket-body .table-row .table-cell.tc-7 {
        width: 25%;
        text-align: right;
        padding-bottom: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-8 {
        width: 25%;
        padding-left: 5px;
        text-align: left;
        padding-bottom: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-9 {
        width: 75%;
        text-align: right;
        padding-top: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-10 {
        width: 25%;
        padding-left: 5px;
        text-align: left;
        padding-top: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-11 {
        width: 33%;
        margin-top: 0;
        padding-top: 0;
    }
    #basket .basket-body .table-row .table-cell.tc-12 .basket-price {
        font-size: 18px;
        color: #060;
        padding-top: 3px;
    }
    #basket .basket-body .table-row .table-cell.tc-12 {
        width: 66%;
        position: absolute;
    }
    #basket .basket-body .table-row .table-cell.tc-13 {
        width: auto;
        float: right;
    }
}
#basket .basket-total .basket-continue {
    padding: 12px 20px;
    background-color: #47bbe5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #47bbe5;
    color: #fff;
    font-family: OpenSans-Bold;
    max-width: 220px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31)
}
#basket .basket-total .basket-continue:hover {
    background-color: #fff;
    color: #47bbe5
}
#basket .basket-total .basket-continue:focus {
    background-color: #fff;
    color: #47bbe5
}
@media (max-width:767px) {
    #basket .basket-total .basket-continue {
        max-width: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px
    }
}
#basket .basket-total .basket-total-price {
    display: inline-block;
    color: #949494;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 50px;
    vertical-align: middle;
    max-width: 400px;
    word-wrap: break-word
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-total-price {
        margin-right: 30px
    }
}
#basket .basket-total .basket-total-price span {
    color: #000;
    font-size: 24px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-family: OpenSans-Bold;
    margin-top: -5px
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-total-price span {
        display: block
    }
}
#basket .basket-total .basket-checkout {
    max-width: 185px;
    width: 100%;
    padding: 8px 20px;
    background-color: #070b4a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #070b4a;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    font-family: OpenSans-Bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}
#basket .basket-total .basket-checkout:hover {
    background-color: #fff;
    color: #070b4a
}
#basket .basket-total .basket-checkout:focus {
    background-color: #fff;
    color: #070b4a
}
@media (max-width:991px) and (min-width:768px) {
    #basket .basket-total .basket-checkout {
        font-size: 14px;
        padding: 12px 20px
    }
}
#basket .basket-total .basket-total-price-top {
    margin-right: 0
}
#basket .basket-total .basket-total-price-top span {
    vertical-align: middle;
    display: inline-block
}
#basket .coupon-code {
    width: 100%
}
#basket .coupon-code .button {
    max-width: 185px;
    width: 100%;
    padding: 8px 20px;
    background-color: #070b4a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #070b4a;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
    font-family: OpenSans-Bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}
#basket .coupon-code input {
    max-width: 207px
}
#basket .coupon-code .error {
    color: red
}
#basket .coupon-code .coderemove {
    color: #070b4a
}
.buy .breadcrumbs {
    margin-bottom: 20px
}
.buy .buy-content {
    padding: 30px 45px
}
@media (max-width:991px) and (min-width:768px) {
    .buy .buy-content {
        padding: 25px 15px
    }
}
.buy .title {
    margin-bottom: 20px
}
.buy .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}
.buy .btn-default.focus, .buy .btn-default:focus {
    background-color: #fff
}
.buy .btn-default {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.buy .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #535353
}
.buy .btn-default.active.focus, .buy .btn-default.active:focus, .buy .btn-default.active:hover, .buy .btn-default:active.focus, .buy .btn-default:active:focus, .buy .btn-default:active:hover, .buy .open>.dropdown-toggle.btn-default.focus, .buy .open>.dropdown-toggle.btn-default:focus, .buy .open>.dropdown-toggle.btn-default:hover {
    background-color: #fff
}
.buy .btn-default.active, .buy .btn-default:active, .buy .open>.dropdown-toggle.btn-default {
    background-color: #fff
}
.buy .filter-option.pull-left {
    color: #535353
}
.buy .btn-default:hover {
    background-color: #fff
}
.buy .checkout-form {
    float: left;
    width: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .buy .checkout-form {
        float: none;
        max-width: 400px;
        margin: auto;
        margin-bottom: 50px
    }
}
@media (min-width:1200px) {
    .buy .checkout-form {
        padding-right: 55px;
        border-right: 1px solid #ddd;
        width: 40%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .buy .checkout-form {
        padding-right: 55px;
        border-right: 1px solid #ddd;
        width: 40%
    }
}
.buy .checkout-form .button-wrapper {
    color: #fff;
    text-align: right
}
@media (max-width:991px) and (min-width:768px) {
    .buy .checkout-form .button-wrapper {
        text-align: center
    }
}
.buy .checkout-form .button-wrapper .button {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    padding: 12px 30px;
    font-family: OpenSans-Bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #070b4a;
    color: #fff;
    border: 2px solid #070b4a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.buy .checkout-form .button-wrapper .button:hover {
    background-color: #fff;
    color: #070b4a
}
.buy .checkout-form .button-wrapper .button:focus {
    background-color: #fff;
    color: #070b4a
}
.buy .checkout-form .form-group {
    padding-top: 10px
}
.buy .checkout-form .form-group .radio label {
    margin-bottom: 0
}
.buy .checkout-form .form-group label {
    margin-bottom: 10px
}
.buy .checkout-form .form-group .control-label-radiobutton {
    font-size: 18px;
    font-family: OpenSans-Bold
}
.buy .checkout-form .form-group .checkout-input {
    margin: 5px 0
}
.buy .checkout-form .form-group .checkout-input.isAlert {
    border: 2px solid #c00
}
.buy .checkout-form .checkout-info {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 30px 0
}
.buy .checkout-form .checkout-info .info-pair {
    margin: 10px 0;
    position: relative
}
.buy .checkout-form .checkout-info .info-pair .type {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 30px;
    color: #949494;
    padding-top: 5px;
    font-size: 14px
}
.buy .checkout-form .checkout-info .info-pair .property {
    color: #070b4a;
    font-size: 18px;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 0;
    padding-left: 3px;
    vertical-align: bottom;
    display: inline-block;
    font-family: OpenSans-Bold
}
.buy .checkout-form .checkout-info .info-totals {
    margin: 10px 0;
    position: relative
}
.buy .checkout-form .checkout-info .info-totals .type {
    white-space: nowrap;
    padding-top: 10px;
    display: block;
    color: #000;
    font-size: 14px;
    font-family: OpenSans-Bold;
    vertical-align: bottom;
    overflow: hidden;
    height: 30px
}
.buy .checkout-form .checkout-info .info-totals .property {
    padding-left: 3px;
    background-color: #fff;
    color: #070b4a;
    font-size: 24px;
    right: 0;
    position: absolute;
    top: 0;
    font-family: OpenSans-Bold
}
.buy .text-block-wrap {
    float: left;
    width: 100%;
    position: relative
}
@media (min-width:1200px) {
    .buy .text-block-wrap {
        padding-left: 50px;
        width: 60%
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .buy .text-block-wrap {
        padding-left: 50px;
        width: 60%
    }
}
.buy .jspVerticalBar {
    width: 6px;
    z-index: 15;
    background-color: transparent
}
.buy .jspScrollable:focus {
    outline: 0
}
.buy .jspTrack {
    background: #e6e6e6;
    width: 4px
}
.buy .jspDrag {
    width: 6px;
    left: -1px;
    background: #070b4a
}
.buy .text-block {
    min-height: 1100px
}
@media (max-width:767px) {
    #basket .basket-total .basket-total-price {
        margin-bottom: 20px;
        text-align: center;
        margin-right: 0
    }
    #basket .basket-total .basket-total-price span {
        vertical-align: baseline
    }
    #basket .basket-total .basket-checkout {
        font-size: 14px;
        padding: 12px 20px;
        display: inline-block;
        max-width: none;
        width: 100%
    }
    #basket .basket-total .basket-total-price-top {
        text-align: right;
        margin-bottom: 0
    }
    .buy .buy-content {
        padding: 25px 15px
    }
    .buy .checkout-form {
        float: none;
        max-width: 300px;
        margin: auto;
        margin-bottom: 50px
    }
    .buy .checkout-form .button-wrapper {
        text-align: center
    }
    .buy .text-block {
        min-height: 0;
        max-height: none;
        overflow-y: visible
    }
}
@media (max-width:991px) and (min-width:768px) {
    .buy .text-block {
        min-height: 0;
        max-height: none;
        overflow-y: visible
    }
}
.buy .text-block .text-wrap .text-title {
    font-family: OpenSans-Bold;
    color: #323232;
    font-size: 18px
}
.buy .text-block .text-wrap .text-items {
    margin: 30px 0;
    padding-left: 20px
}
.buy .text-block .text-wrap .text-items .text-item {
    color: #070b4a
}
.buy .text-block .text-wrap .text-items .text-item .item-title {
    color: #070b4a;
    font-size: 16px;
    font-family: OpenSans-Bold;
    margin-bottom: 10px
}
.buy .text-block .text-wrap .text-items .text-item .item-description {
    color: #444;
    font-size: 14px
}
.footer-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.footer-icons>div {
    margin: 0 15px
}
.footer-bank {
    width: 100px
}
.footer-bank img {
    width: 100%
}
.footer-stars {
    max-width: 250px
}
.footer-stars img {
    display: block;
    max-width: 130px;
    margin: 0 auto
}
.stars-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 10px
}
@media screen and (max-width:767px) {
    .star-wrapper {
        width: 100%
    }
    .footer-bank {
        width: 40%;
        max-width: 100px
    }
    .footer-icons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-icons>.footer-stars {
        margin-top: 15px
    }
    .footer-stars img {
        max-width: 100px
    }
}
.comments-title {
    margin-bottom: 20px
}
.star-label {
    display: block;
    width: 100%;
    color: #535353
}
.comments-items {
    margin-top: 20px
}
.star-error {
    color: #a94442
}
.star-rating>label:first-child() {
    padding-left: 0
}
.comments-item {
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.comments-item:last-child {
    margin-bottom: 0
}
.comments-date {
    color: #8b8b8b;
    padding-bottom: 10px
}
.comments-submit {
    margin-top: 10px
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0
}
.star-rating input[type=radio] {
    display: none
}
.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.star-rating input[type=radio]:checked~label, .star-rating label:hover, .star-rating label:hover~label {
    color: #f2b600
}
.modal-body-quick-buy {
    margin: 0 auto
}
.product-button-buy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.product-page .product-content .product-button-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0
}
.product-page .product-content .product-button-buy.second {
    font-size: 15px
}
.product-page .product-content .product-button-buy.second::before {
    background-size: 100%;
    background-image: url(/static/dist/img/icon/select.svg);
    background-repeat: no-repeat
}
.product-page .product-content .product-button-buy.second:hover::before {
    background-image: url(/static/dist/img/icon/select-purple.svg)
}
.product-page .product-content .product-button-buy:first-child {
    margin-right: 10px
}
@media screen and (max-width:1023px) {
    .product-page .product-content .product-button-buy {
        margin: 6px 0;
        font-size: 14px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 13px;
        margin-left: 0
    }
}
@media screen and (max-width:554px) {
    .product-button-buy-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .product-page .product-content .product-button-buy {
        margin: 4px 0;
        font-size: 13px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 12px;
        margin-left: 0
    }
}
.product-button-buy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.product-page .product-content .product-button-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0
}
.product-page .product-content .product-button-buy.second {
    font-size: 15px
}
.product-page .product-content .product-button-buy.second::before {
    background-size: 100%;
    background-image: url(/static/dist/img/icon/select.svg);
    background-repeat: no-repeat
}
.product-page .product-content .product-button-buy.second:hover::before {
    background-image: url(/static/dist/img/icon/select-purple.svg)
}
.product-page .product-content .product-button-buy:first-child {
    margin-right: 10px
}
@media screen and (max-width:1023px) {
    .product-page .product-content .product-button-buy {
        margin: 6px 0;
        font-size: 14px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 13px;
        margin-left: 0
    }
}
@media screen and (max-width:554px) {
    .product-button-buy-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .product-page .product-content .product-button-buy {
        margin: 4px 0;
        font-size: 13px
    }
    .product-page .product-content .product-button-buy.second {
        font-size: 12px;
        margin-left: 0
    }
}
#button-up {
    display: none;
    left: 10px;
    position: fixed;
    bottom: 20px;
    outline: 0;
    color: #fff;
    background-color: #070b4a;
    padding: 10px 20px 10px 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999;
    cursor: pointer
}
@media (max-width:767px) {
    #button-up {
        display: none!important
    }
}
#button-up .fa-2x {
    position: absolute;
    top: 5px;
    left: 14px
}
body, html {
    font-size: 14px;
    height: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: none
}
body {
    overflow-x: hidden;
    max-width: 100%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin: 0 auto;
    width: 100%;
    position: relative;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}
.xs-buttons {
    display: none
}
@media (max-width:767px) {
    .xs-buttons {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        display: inline-block;
        width: 65px;
        height: 65px;
        position: fixed;
        bottom: 20px;
        background-color: #fff;
        color: #070b4a;
        -webkit-border-radius: 35px;
        border-radius: 35px;
        padding: 18px 0;
        text-align: center;
        z-index: 60
    }
    .xs-buttons:focus, .xs-buttons:hover {
        color: #ccc
    }
}
.xs-buttons#mobile-fix-phone {
    right: 100px;
    background-color: #2666ad
}
.xs-buttons .fa {
    color: #fff
}
.xs-buttons#whatsapp-fix-phone {
    right: 182px;
    background-color: #388e3c
}

.xs-buttons#footer-mobile-cart {
    right: 18px;
    background-color: #bc4889
}
.xs-buttons#footer-mobile-cart.hidden-cart {
    display: none;
}

.xs-buttons#footer-mobile-cart span {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
}

.main_content {
    background-image: url(/static/dist/img/extaz_bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #eee
}
@media (max-width:767px) {
    .main_content {
        background: 0 0;
        background-color: #eee
    }
}
.add-padding-bottom {
    padding-bottom: 50px
}
.form-horizontal .form-group {
    margin: 0
}
iframe {
    max-width: 100%!important
}
@media (max-width:767px) {
    .container {
        padding: 0 10px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.button {
    margin: auto;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    position: relative;
    text-align: center;
    padding: 13px 20px 10px 20px
}
.button-show-more {
    margin-top: 10px;
    background-color: #eee;
    display: inline-block
}
.discount-text {
    display: none
}
@media (max-width:767px) {
    .hide-xs {
        display: none
    }
}
.discount {
    display: relative
}
.discount .discount-text {
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 15px
}
.button-buy {
    padding: 7px 20px 7px 50px
}
.button-buy:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/dist/img/icon/basket.png)
}
.button-buy:hover {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #070b4a;
    background-color: #070b4a
}
.button-buy:hover:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.button-buy:focus {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #070b4a;
    color: #fff;
    background-color: #070b4a
}
.button-buy:focus:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.button-buy.button-dont-have {
    cursor: not-allowed;
    background-color: rgba(238, 238, 238, .933)
}
.button-buy.button-dont-have:focus, .button-buy.button-dont-have:hover {
    background-color: rgba(238, 238, 238, .933);
    color: #000;
    border-color: rgba(238, 238, 238, .933)
}
.button-buy.button-dont-have:focus:before, .button-buy.button-dont-have:hover:before {
    -webkit-filter: none;
    filter: none
}
.title {
    color: #010101;
    font-size: 24px;
    text-transform: uppercase;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    max-width: 100%;
    margin: 0;
    text-align: center;
    word-wrap: break-word
}
@media (max-width:991px) and (min-width:768px) {
    .title {
        text-align: left
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .title {
        font-size: 30px;
        text-align: left
    }
}
@media (min-width:1200px) {
    .title {
        font-size: 30px;
        text-align: left
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .col-desktop-version {
        width: 20%
    }
}
@media (min-width:1200px) {
    .col-desktop-version {
        width: 20%
    }
}
textarea {
    max-width: 100%;
    min-height: 60px
}
.product-items-wrap {
    padding: 0 5px
}
.slider-arrow {
    top: 46%
}
.title {
    color: #010101;
    margin-bottom: 20px
}
.news-item {
    margin-top: 30px;
    min-height: 90px
}
@media (max-width:991px) and (min-width:768px) {
    .news-item {
        min-height: 150px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item {
        min-height: 150px
    }
}
@media (min-width:1200px) {
    .news-item {
        min-height: 150px
    }
}
.news-item .news-item-pic {
    display: block;
    float: left;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70px
}
@media (max-width:991px) and (min-width:768px) {
    .news-item .news-item-pic {
        width: 220px;
        height: 140px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item .news-item-pic {
        width: 230px;
        height: 160px
    }
}
@media (min-width:1200px) {
    .news-item .news-item-pic {
        width: 230px;
        height: 160px
    }
}
.news-item .news-item-text {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 60px
}
@media (max-width:767px) {
    .news-item .news-item-text {
        padding-left: 20px;
        padding-right: 30px
    }
}
.news-item .news-item-text .news-item-date {
    margin-bottom: 15px;
    max-width: 100%;
    word-wrap: break-word;
    color: #070b4a;
    font-size: 14px
}
.news-item .news-item-text .news-item-title {
    display: block;
    max-width: 100%;
    line-height: 1.2;
    word-wrap: break-word;
    font-size: 14px;
    color: #000;
    font-family: OpenSans-Bold
}
@media (min-width:1200px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .news-item .news-item-text .news-item-title {
        font-size: 18px
    }
}
.news-item .news-item-text .news-item-desctiption {
    font-size: 14px;
    color: #797979;
    max-height: 80px;
    overflow: hidden;
    margin-top: 20px
}
.slider-cover {
    max-width: 100%;
    overflow-x: hidden
}
.slider-cover .slider {
    margin: 0 -10px
}
@media (max-width:767px) {
    .slider-cover .slider {
        margin: 0 -6px
    }
}
.product-item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    min-height: 464px;
    max-width: 300px;
    padding: 18px 16px 20px 16px;
    margin-bottom: 10px;
    text-align: center
}
.search-results .product-item {
    min-height: 464px;
}

@media (min-width:1200px) {
    .product-item {
        width: 230px
    }
    .search-results .product-item {
        width: 290px;
    }
}
@media (max-width:767px) {
    .product-item {
        padding: 10px;
        margin-bottom: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .product-item {
        margin-bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .product-item {
        margin-bottom: 15px
    }
}
@media (min-width:1200px) {
    .product-item {
        margin-bottom: 15px
    }
}
.product-item.new .discount-text {
    left: -2px;
    top: 20px
}
.product-item.new .discount-pic {
    width: 75px;
    height: 75px
}
.product-item.promo .discount-text {
    left: 3px;
    top: 15px
}
.product-item.promo .discount-pic {
    width: 75px;
    height: 75px
}
.product-item.sale .discount-text {
    left: 7px;
    top: 25px
}
.product-item.sale .discount-pic {
    width: 95px;
    height: 95px
}
.product-item.discount_card .discount-pic, .product-item.present_certificates .discount-pic, .product-item.special_offer .discount-pic {
    display: none
}
.product-item.discount_card .discount-text, .product-item.present_certificates .discount-text, .product-item.special_offer .discount-text {
    background-color: #070b4a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
    min-height: 40px;
    padding: 11px;
    text-align: center
}
.product-item.discount .discount-text {
    left: 0;
    top: 0
}
.product-item.discount .discount-pic {
    width: 75px;
    height: 75px
}
.product-item .product-item-pic {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 125px;
    background-position: center center
}
.product-item .button-wrap {
    position: relative;
    display: inline-block
}
@media (max-width:767px) {
    .product-item .button-wrap {
        max-width: 150px;
        margin: auto
    }
}
.product-item .button-wrap .add-product {
    position: absolute;
    color: #fff;
    top: 0;
    background-color: #070b4a;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    right: -5px;
    z-index: 1
}
.product-item .product-item-text .product-item-title {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
    color: #000;
    line-height: 1.2;
    margin-top: 5px;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px
}
.product-item .product-item-text .product-item-cost {
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: OpenSans-Bold
}
.product-item .product-item-text .product-item-cost .item-cost-small {
    float: left;
    font-size: 14px;
    color: #666;
    text-align: left;
}
.product-item .product-item-text .product-item-cost .item-cost-new-opt {
    line-height: 17px;
    text-align: right;
    color: #090;
}
.product-item .product-item-text .product-item-cost .item-cost-new-opt span {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}
.product-item .product-item-text .product-item-cost .item-cost-new {
    display: inline-block
}
@media (max-width:767px) {
    .product-item .product-item-text .product-item-cost {
        height: 50px
    }
    .product-item .product-item-text .product-item-cost .item-cost-small {
        font-size: 11px;
        line-height: 16px;
        padding-top: 2px;
        font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    }
    .product-item .product-item-text .product-item-cost .item-cost-new-opt {
        line-height: 16px;
        font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    }
    .product-item .product-item-text .product-item-cost .item-cost-new-opt span {
        font-size: 11px;
        font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    }
    .product-item .product-item-text .product-item-cost .item-cost-new-opt b {
        font-size: 14px;
        font-weight: normal;
        font-family: PTN77F;
    }
}
.product-item .product-item-text .product-item-have {
    color: #3db2e3;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: center
}
.product-item .product-item-text .product-item-have.have-dont {
    color: #070b4a
}
.articles-item-wrap {
    margin: 0 8px;
    text-align: left
}
@media (max-width:767px) {
    .articles-item-wrap {
        margin: 0
    }
}
.articles-item {
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .17);
    min-height: 400px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px
}
@media (max-width:767px) {
    .articles-item {
        margin: 10px auto
    }
}
.articles-item-pic {
    display: block;
    cursor: pointer;
    width: 100%;
    background-size: cover;
    min-height: 170px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.articles-item-text {
    display: block;
    padding: 25px 35px;
    max-width: 100%;
    word-wrap: break-word
}
@media (max-width:767px) {
    .articles-item-text {
        padding: 25px 20px
    }
}
.articles-item-text-date {
    display: block;
    font-size: 14px;
    max-width: 100%;
    word-wrap: break-word;
    color: #070b4a
}
.articles-item-text-title {
    display: block;
    font-size: 18px;
    color: #000;
    max-width: 100%;
    word-wrap: break-word;
    font-family: OpenSans-Bold;
    margin: 10px 0
}
.articles-item-text-description {
    max-height: 77px;
    overflow: hidden;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 14px;
    color: #797979;
    margin: 15px 0
}
-webkit-transition all 0.2s ease, [type=radio]:checked, [type=radio]:checked+label, [type=radio]:checked+label:after, [type=radio]:checked+label:before, [type=radio]:not(:checked), [type=radio]:not(:checked)+label, [type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before, background #fff, background $color_brand, border 1px solid #ddd, border-radius 100%, color #666, content '', cursor pointer, display inline-block, height 18px, height 8px, left -9999px, left 0, left 5px, line-height 20px, padding-left 6px, position absolute, position relative, top 0, top 5px, transition all 0.2s ease, width 18px, width 8px {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
-webkit-transition all 0.2s ease, [type=checkbox]:checked, [type=checkbox]:checked+label, [type=checkbox]:checked+label:after, [type=checkbox]:checked+label:before, [type=checkbox]:not(:checked), [type=checkbox]:not(:checked)+label:after, [type=checkbox]:not(:checked)+label:before, background #fff, background $color_brand, border 1px solid #ddd, border-radius 1px, border-radius 3px, box-shadow inset 0px 2px 5px 0px rgba(0, 0, 0.17), color #666, content '', cursor pointer, display inline-block, height 15px, height 6px, label, left 0, left 4px, line-height 20px, padding-left 6px, position absolute, position relative, top 3px, top 8px, transition all 0.2s ease, width 15px, width 6px {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.nav-pills {
    margin-top: 40px;
    max-width: 100%;
    word-wrap: break-word
}
.nav-pills li.active a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.nav-pills li {
    margin-right: 2px;
    margin-bottom: 5px
}
.nav-pills li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 24px;
    font-family: Exo2-ExtraLightCondensed;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #173678;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 15px 10px 15px
}
.nav-pills li a:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.nav-pills li a:focus {
    color: #fff;
    background-color: $color_yellow!important;
    border: 1px solid $color_yellow
}
.main-slider-wrap {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}
@media (max-width:767px) {
    .main-slider-wrap {
        margin-top: 0;
        margin-bottom: 0
    }
}
.main-slider-wrap .slider>a {
    display: none
}
.main-slider-wrap .slider>a:first-child {
    display: block
}
.main-slider-wrap .slick-arrow {
    z-index: 10;
    width: 30px;
    height: 30px
}
.main-slider-wrap .slick-prev {
    left: 25px
}
.main-slider-wrap .slick-prev::before {
    font-size: 30px
}
.main-slider-wrap .slick-next {
    right: 25px
}
.main-slider-wrap .slick-next::before {
    font-size: 30px
}
.main-slider-wrap .slick-initialized .slider>a {
    display: block
}
.main-slider-wrap .slider-pic {
    width: 100%
}
@media (min-width:1200px) {
    .main-slider-wrap .slider-pic {
        min-height: 150px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .main-slider-wrap .slider-pic {
        min-height: 150px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .main-slider-wrap .slider-pic {
        min-height: 130px
    }
}
@media (max-width:767px) {
    .main-slider-wrap .slider-pic {
        min-height: 100px
    }
}
.main-slider-wrap .slick-dots {
    display: none!important;
    position: absolute;
    padding-right: 20px;
    bottom: 10px;
    text-align: right
}
@media (max-width:767px) {
    .main-slider-wrap .slick-dots {
        text-align: center
    }
}
@media (max-width:991px) and (min-width:768px) {
    .main-slider-wrap .slick-dots {
        bottom: 15px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .main-slider-wrap .slick-dots {
        padding-right: 30px;
        bottom: 25px
    }
}
@media (min-width:1200px) {
    .main-slider-wrap .slick-dots {
        padding-right: 30px;
        bottom: 25px
    }
}
.main-slider-wrap .slick-dots li {
    margin: 0
}
.main-slider-wrap .slick-dots li button:before {
    content: '';
    background: #fff;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px);
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .4)
}
.main-slider-wrap .slick-dots li.slick-active button:before {
    width: 13px;
    height: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #070b4a
}
.tab-content {
    margin: 10px 0;
    max-width: 100%;
    word-wrap: break-word
}
@media (max-width:767px) {
    .padding-remove-xs {
        padding: 0
    }
}
.push {
    height: 1000px
}
@media (max-width:991px) and (min-width:768px) {
    .push {
        height: 500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .push {
        height: 340px
    }
}
@media (min-width:1200px) {
    .push {
        height: 340px
    }
}
.wrapper {
    margin-bottom: -1000px;
    position: relative;
    min-height: 100%
}
@media (max-width:991px) and (min-width:768px) {
    .wrapper {
        margin-bottom: -500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .wrapper {
        margin-bottom: -340px
    }
}
@media (min-width:1200px) {
    .wrapper {
        margin-bottom: -340px
    }
}
a:hover {
    text-decoration: none
}
a:focus {
    text-decoration: none;
    outline: 0
}
button:hover {
    text-decoration: none
}
button:focus {
    text-decoration: none;
    outline: 0
}
.slick-slide:focus {
    outline: 0
}
.modal-dialog {
    font-family: $proxima_l
}
.form-group .control-span-wrap {
    font-size: 12px;
    text-align: right
}
.form-group span {
    color: #c00
}
.form-group label {
    margin-top: 5px;
    color: #535353
}
.form-group legend {
    margin-top: 5px;
    color: #070b4a
}
.form-group input {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.form-group textarea {
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .17)
}
.form-group input.isAlert {
    border: 2px solid #c00;
    -webkit-box-shadow: none;
    box-shadow: none
}
.background {
    background: #fff
}
.inner-title {
    text-align: left
}
@media (max-width:991px) and (min-width:768px) {
    .inner-title {
        margin: 15px 0;
        margin-bottom: 15px
    }
}
.remove-padding {
    padding-left: 0;
    padding-right: 0
}
.add-padding {
    padding: 0 40px
}
@media (max-width:767px) {
    .add-padding {
        padding: 0 15px
    }
}
.add-box-shadow {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .17)
}
.breadcrumbs {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    margin-top: 25px;
    color: #858585;
    font-size: 12px;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin-bottom: 5px
}
@media (max-width:767px) {
    .breadcrumbs {
        margin: 20px 0 10px 0
    }
}
@media (max-width:991px) and (min-width:768px) {
    .breadcrumbs {
        margin: 20px 0 10px 0
    }
}
.breadcrumbs i {
    color: #070b4a
}
.breadcrumbs li {
    margin-right: 10px;
    display: inline-block
}
.breadcrumbs a {
    margin-right: 10px;
    color: #858585
}
.slider-wrap {
    position: relative
}
.slider-wrap .slider-arrow {
    width: 30px;
    height: 30px;
    top: 42%;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat
}
.slider-wrap .slider-arrow.slider-arrow-left {
    left: -5%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%)
}
@media (max-width:1360px) and (min-width:1200px) {
    .slider-wrap .slider-arrow.slider-arrow-left {
        left: -1%
    }
}
@media (max-width:1060px) and (min-width:992px) {
    .slider-wrap .slider-arrow.slider-arrow-left {
        left: -1%
    }
}
.slider-wrap .slider-arrow.slider-arrow-right {
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    right: -5%
}
@media (max-width:1360px) and (min-width:1200px) {
    .slider-wrap .slider-arrow.slider-arrow-right {
        right: -1%
    }
}
@media (max-width:1060px) and (min-width:992px) {
    .slider-wrap .slider-arrow.slider-arrow-right {
        right: -1%
    }
}
.slider-wrap .slider-arrow.top-position.slider-arrow-right {
    right: 15px;
    left: auto;
    top: -50px
}
.slider-wrap .slider-arrow.top-position.slider-arrow-left {
    right: 40px;
    left: auto;
    top: -50px
}
.footer {
    min-height: 1000px;
    background-color: #222;
    padding: 30px 0;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}
@media (max-width:991px) and (min-width:768px) {
    .footer {
        min-height: 500px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer {
        min-height: 340px
    }
}
@media (min-width:1200px) {
    .footer {
        min-height: 340px
    }
}
.footer .info {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .info {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .info {
        float: none;
        width: 100%
    }
}
.footer .popular-sections {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .popular-sections {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .popular-sections {
        float: none;
        width: 100%
    }
}
.footer .good-know {
    float: left;
    width: 18%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .good-know {
        width: 33%
    }
}
@media (max-width:767px) {
    .footer .good-know {
        float: none;
        width: 100%
    }
}
.footer .address {
    float: left;
    width: 26%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address {
        width: 50%
    }
}
@media (max-width:767px) {
    .footer .address {
        float: none;
        width: 100%
    }
}
.footer .wrap-phone-and-time {
    float: left;
    width: 20%;
    padding: 0 10px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .wrap-phone-and-time {
        width: 50%
    }
}
@media (max-width:767px) {
    .footer .wrap-phone-and-time {
        float: none;
        width: 100%
    }
}
.footer .title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin-bottom: 15px
}
.footer .item {
    max-width: 100%;
    word-wrap: break-word;
    display: block;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px
}
.footer .popular-sections {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .popular-sections {
        margin-top: 0
    }
}
.footer .good-know {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .good-know {
        margin-top: 0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .good-know {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .good-know {
        margin-top: 0
    }
}
.footer .address {
    word-wrap: break-word;
    margin-top: 30px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address {
        margin-top: 40px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .address {
        margin-top: 0
    }
}
.footer .address .items {
    color: #fff;
    counter-reset: item;
    list-style-type: none
}
.footer .address .items .item {
    color: #fff;
    display: list-item;
    position: relative;
    margin-bottom: 5px
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
@media (min-width:1200px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .footer .address .items .item {
        margin-bottom: 10px
    }
}
.footer .address .items .item:before {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    left: -35px;
    content: counter(item) ' ';
    counter-increment: item;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 2px 7px;
    background-color: #9ba1ff
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .address .items .item:before {
        font-size: 14px;
        padding: 3px 9px
    }
}
@media (min-width:1200px) {
    .footer .address .items .item:before {
        font-size: 14px;
        padding: 3px 9px
    }
}
.footer .address .items .item a {
    color: #898989;
    display: block
}
.footer .phone {
    word-wrap: break-word;
    margin-top: 20px
}
@media (max-width:991px) and (min-width:768px) {
    .footer .phone {
        margin-top: 40px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .footer .phone {
        margin-top: 0
    }
}
@media (min-width:1200px) {
    .footer .phone {
        margin-top: 0
    }
}
.footer .time-work {
    word-wrap: break-word;
    margin-top: 30px
}
.footer .time-work .item-day {
    display: inline-block;
    color: #fff
}
.footer .time-work .item-time {
    display: inline-block
}
.footer .copyright {
    margin-top: 60px;
    max-width: 100%;
    word-wrap: break-word;
    display: block;
    margin-bottom: 2px;
    color: #898989;
    font-size: 14px
}
.not-in-stock {
    padding-left: 10px;
    text-decoration: underline
}
.order-success {
    padding: 50px 0
}
.product-button-buy-wrap {
    position: relative
}
.product-button-buy-wrap .add-product {
    position: absolute;
    color: #fff;
    top: 0;
    background-color: #070b4a;
    padding: 3px 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    left: 195px;
    top: 0;
    z-index: 1
}
.product {
    position: relative
}
.product .discount-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSans-Bold;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.product .discount-pic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}
.product.new .discount-text {
    left: -5px;
    top: 13px
}
.product.new .discount-pic {
    width: 75px;
    height: 75px
}
.product.promo .discount-text {
    left: 3px;
    top: 15px
}
.product.promo .discount-pic {
    width: 75px;
    height: 75px
}
.product.sale .discount-text {
    left: -9px;
    top: 25px
}
.product.sale .discount-pic {
    width: 95px;
    height: 95px
}
.product.discount_card .discount-pic, .product.present_certificates .discount-pic, .product.special_offer .discount-pic {
    display: none
}
.product.discount_card .discount-text, .product.present_certificates .discount-text, .product.special_offer .discount-text {
    background-color: #070b4a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
    min-height: 40px;
    padding: 11px;
    text-align: center
}
.product.discount .discount-text {
    left: 0;
    top: 0
}
.product.discount .discount-pic {
    width: 75px;
    height: 75px
}
.product-item .discount-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSans-Bold;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.product-item .discount-pic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}
.show-second-childrens, .show-third-childrens {
    position: absolute;
    cursor: pointer;
    padding: 1px 10px;
    right: 0;
    top: 0
}
.childrens-second-lvl {
    margin-left: 10px;
    margin-top: 10px;
    display: none
}
.childrens-third-lvl {
    margin-left: 10px;
    margin-top: 10px;
    display: none
}
.search-products .isActive {
    display: block!important
}
.search-products a.isActive {
    color: #070b4a!important;
    text-decoration: underline!important
}
.search-products-item-wrap {
    position: relative
}
.search-products-item-wrap .active {
    display: block
}
.menu-columns {
    float: left
}
.menu-columns .menu-column {
    padding: 10px;
    width: 220px;
    float: left
}
.visible-for-touchscreen {
    display: none
}
.product-line .product-pic {
    height: 175px!important;
    width: 200px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle!important
}
.product-line .product-pic img {
    width: 175px!important;
    margin: 0 auto!important
}
h1 {
    padding: 0;
    font-size: inherit;
    margin: 0
}
.are-you-adult {
    bottom: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #070b4a;
    padding: 5px;
    color: #fff
}
.are-you-adult-wrapper {
    max-width: 100%;
    text-align: center;
    width: 400px;
    margin: 0 auto
}
.are-you-adult-text {
    display: inline-block
}
@media (max-width:767px) {
    .are-you-adult-text {
        display: block
    }
}
.are-you-adult-btns {
    display: inline-block
}
@media (max-width:767px) {
    .are-you-adult-btns {
        display: block
    }
}
.are-you-adult-btn {
    cursor: pointer;
    text-decoration: underline;
    padding: 6px 0 6px 12px
}
._orinationRight_25 .button_1O {
    margin-bottom: 50px
}
.product-content .product-cost {
    display: inline-block
}
.product-content .product-cost-old {
    text-decoration: line-through;
    font-size: 20px;
    display: inline-block;
    color: #c00
}
.product-content-type {
    color: #070b4a;
    font-size: 20px
}
.error-404 {
    margin: 40px 0
}
.error-404 .title {
    color: #070b4a!important;
    text-align: center;
    font-size: 200px;
    font-weight: 700;
    margin: 0;
    line-height: 200px
}
.error-404 .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px
}
.articles-page .articles-item-wrap {
    margin: 8px
}
.articles-page .articles-item-wrap .articles-item {
    height: 450px
}
.articles-page .articles-item-wrap .articles-item .articles-item-text-description {
    max-height: 120px
}
.news-page .news-content {
    margin: 0 15px
}
.news-page .news-item {
    overflow: hidden
}
@media (max-width:1199px) and (min-width:992px) {
    .news-page .news-item {
        height: 180px
    }
}
@media (min-width:1200px) {
    .news-page .news-item {
        height: 180px
    }
}
@media (max-width:767px) {
    .news-page .news-item {
        height: 90px
    }
}
@media (max-width:991px) and (min-width:768px) {
    .news-page .news-item {
        height: 90px
    }
}
.news-page .news-item .news-item-text {
    height: 160px;
    padding-left: 15px;
    padding-right: 15px
}
.social-links a {
    font-size: 25px;
    color: #9ba1ff;
    margin-right: 5px
}

.article-text p.final {
    padding: 20px 0;
    font-size: 22px;
}
.article-text p.final b {
    font-size: 24px;
    color: #0a0;
}
.order-buttons button.btn {
    font-size: 24px;
}
.order-buttons button.btn, .order-buttons a.btn {
    color: white;
    margin: 0 0 20px 0;
}
@media (max-width:767px) {
    .order-data, .order-buttons {
        text-align: center;
    }
}

#basket .orders-table .basket-info .basket-quantity {
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: inset 0px 0px 0px 0px red;
}
#basket .orders-table .basket-info .basket-quantity::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#basket .orders-table .basket-info input::-webkit-outer-spin-button,
#basket .orders-table .basket-info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#basket .orders-table .basket-info input.basket-quantity[type='number'] {
    -moz-appearance: textfield;
}

.product_gift_icon{
    position:absolute;
    width:40px;
    height: 40px;
    top: 3px;
    right:-12px;
    z-index: 2000;
}




.login-cont-2 .login-container .buttons {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.login-cont-2 .buttons__item {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}
.login-cont-2 .buttons__item.active {
    font-weight: 700;
    background: #dedede;
}
.login-cont-2 .buttons__item:hover {
    background: #dedede;
}
.login-cont-2 .login-container {
    width: 500px;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
.login-cont-2 .login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-cont-2 .login-form-1 h3 {
    text-align: center;
    color: #333;
}
.login-cont-2 .login-form-2 {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    background: #070b4a;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-cont-2 .login-form-2 h3 {
    text-align: center;
    color: #fff;
}
.login-cont-2 .login-container form {
    padding: 10%;
}
.login-cont-2 .btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-cont-2 .login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-cont-2 .login-form-2 .btnSubmit {
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-cont-2 .login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-cont-2 .login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
@media screen and (max-width: 510px) {
    .login-cont-2 .login-container {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    #login .modal-content .modal-body, #recover .modal-body {
        max-width: 100% !important;
    }
}
.cart-stock {
    font-size: 12px;
    position: absolute;
    margin-top: -60px;
}

.cart-discount-block {
    padding: 15px 0 0 0;
    font-size: 16px;
}

.cart-discount-block .text {
    font-size: 20px;
    text-align: right;
}

.cart-discount-block .price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.cart-discount-block .price.green, .cart-discount-block .text span{
    color: #0c0;
}
.cart-discount-block .minimalorder {
    margin-top: 20px;
    color: #c00;
}
@media screen and (max-width:767px) {
    .cart-discount-block .text {
        font-size: 14px;
    }
}


.product-item-wrap .button-input{
    margin-top:10px;
    display: flex;
    flex-flow:row;
    align-items: center;
}
.product-item-wrap .button-input input{
    border:1px solid #e5e5e5;
    width:90px;
    max-width: 50%;
    margin-left:10px;
    outline:none;
    padding:4px;
    border-radius:4px;
}
@media screen and (max-width:767px) {
    .product-item-wrap .button-input input{
        width: 50px;
        margin: 0px auto;
    }
}
.product-item-wrap .product_gift_icon{
    position:absolute;
    width:40px;
    height: 40px;
    top: 3px;
    right:-12px;
    z-index: 2000;
}
.product-item-wrap .product_gift_icon img{
    width:100%;
    height: auto;
}



.links__right{
    display: block;
    margin-left:auto;
}
.submenu-items{
    padding-top:5px;
    padding-bottom:5px;
    display: flex;
    flex-flow:row wrap;
    align-items: center;
}
.link__auth{
    margin:0 10px;
    color:#fff;
    padding:7px 10px;
    border-radius: 6px;
    border:1px solid #e5e5e5;
}
.link__cabinet{
    padding-left:15px;
    padding-right:15px;
}
.link__auth:hover{
    background: #fff;
}
.profile-link{
    display: none;
    margin-right:20px;
}
.profile-link img{
    width:30px;
    float: left;
}
.profile-link div {
    display: inline-block;
    line-height: 1;
    color: white;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 0 10px;
}
.header__topbar{
    display: flex;
    flex-flow:row wrap;
    align-items: center;
}
.product-value{
    margin-left:auto;
}
@media screen and (max-width: 991px){
    .links__right{
        display: none;
    }
    .profile-link{
        display: block;
        float: left;
    }
    .header__topbar {
        display: block;
    }
    .login-mobile {
        float: left;
        color: white;
    }
    .register-mobile {
        float: right;
        color: white;
    }
}

.logout-mobile {
    color: white;
    float: right;
    margin-right: 10px;
}

.brands-menu {
    position: absolute;
    bottom: -10px;
    z-index: 999;
}

.brands-menu .brands-menu__button {
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid #070b4a;
    text-decoration: none;
    color: #070b4a;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.brands-menu:hover .brands-menu__button {
    color: #fff;
    background-color: #070b4a;
}

.brands-menu:hover .brands-menu__button ~ .brands-menu__items {
    display: block;
    max-height: 3000px;
    opacity: 1;
}

.brands-menu .brands-menu__items {
    position: absolute;
    display: none;
    opacity: 0;
    max-height: 0;
    width: 800px;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    padding-left: 10px;
    margin: 0;
    border-radius: 4px;
    border: 2px solid #070b4a;
    background-color: #fff;
    text-align: left;
}

.brands-menu .brands-menu__items-element {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    width: 24%;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    text-align: left;
}

.brands-menu .brands-menu__items-link {
    text-decoration: none;
    display: block;
    color: #070b4a;
    white-space: nowrap;
    padding: 6px 10px;
}

.brands-menu .brands-menu__items-char {
    position: absolute;
    margin-left: -10px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    color: #070b4a;
}

.nav-brands {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #191e58;
    background-color: #070b4a;
}

.nav-brands .nav-brands__link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: OpenSans-Bold;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}


.search_resuls {
    background: white;
    margin-top: 33px;
    position: absolute;
    width: 520px;
    z-index: 70;
    border: 1px solid #ccc;
    font-family: OpenSans-Regular, BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
@media (max-width: 768px) {
    .search_resuls {
        width: 100%;
    }
}

.search_resuls .s-row {
    cursor: pointer;
    margin: 5px 0;
}
.search_resuls .s-row:hover {
    background: #EEE;
}
.search_resuls .img {
    width: 50px;
    margin: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.search_resuls .title {
    font-size: 12px;
    margin-bottom: 0px;
}
.search_resuls .title b {
    text-decoration: underline;
}
.search_resuls .title i {
    font-weight: bold;
    font-size: 10px;
    color: #999;
    font-style: normal;
}
.search_resuls .title span {
    font-weight: normal;
    color: #0c0;
}
.search_resuls .price {
    font-size: 18px;
    width: 110px;
    height: 70px;
    text-align: center;
    padding-top: 15px;
    float: right;
} 
.search_resuls .price span {
    text-decoration: line-through;
    color: #999;
}
.search_resuls .clear {
    clear: both;
}
.brand-link {
    height: 100px;
    display: block;
    width: 100%;
    text-align: center;
}
a.brand-link img {
    min-height: 30px;
    margin: 0px auto;
}
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products .search-form .range-selector .ui-state-default {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -ms-touch-action: none;
    touch-action: none;
    border: 0;
    top: -9px;
    margin-left: -4px;
    cursor: pointer;
    background-color: #bc4789;
    outline: 0;
}
.count-color {
    color: #070b4a;
}
.category-bolder {
    font-weight: bold;
    font-family: BlinkMacSystemFont, Roboto, Ubuntu, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}