@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Open+Sans:400,700|PT+Sans:400,400i,700&subset=cyrillic');
/*
font-family: 'Josefin Sans', sans-serif; * Шрифты для логотипа, можно удалить.
font-family: 'PT Sans', sans-serif; *Основной шрифт
font-family: 'Open Sans', sans-serif; *Шрифты для тегов H

*/
html {
    background: #f9f9f9;
}
body {
    font-family: 'PT Sans', sans-serif;
    margin: 0 auto;
    font-size: 16px;
    color: #424352;
    max-width: 1460px;
    margin: 0 auto;
    min-width: 360px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
/*bootstrap fix*/
.container-fluid {
    margin: 0 25px !important;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    box-shadow: none;
    border-color: #ededed;
}
.input-group-sm > .input-group-addon {
    background: #f9f9f9;
}
.list-group-item {
    padding: 8px 15px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.list-group-item.sub {
    font-weight: 300;
    color: #555;
    padding-left: 25px;
    border-bottom: 2px solid #fff;
    background: #f9f9f9;
    text-transform: none;
}
.list-group-item i {
    margin-right: 7px;
}
a.list-group-item {
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #333;
    background-color: #f2f2f2;
    border-color: #fff;
}
.pagination {
    margin-top: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    margin-right: 5px;
    color: #424352;
    background-color: #ffffff;
    border: 1px solid #424352;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #424352;
    border-color: #424352;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #424352;
    border-color: #424352;
}
.thumbnail {
    border-radius: 2px !important;
}
.panel {
    margin-bottom: 20px;
    border-color: #eee;
    border-radius: 0px;
    box-shadow: none;
}
.panel-group .panel {
    border-radius: 0px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: none;
    margin-top: 5px;
}
.breadcrumb a {
    color: #424352;
    font-size: 13px;
}
.modal-content {
    border-radius: 0px;
    background: #363A42;
    color: #ddd;
    text-shadow: none;
}
.modal-content .close {
    color: #fff;
    font-size: 35px;
    text-shadow: none;
    opacity: 1;
    margin-top: -40px;
    margin-right: -40px;
}
.modal-body {
    padding: 45px 65px;
}
.modal-body .form-control {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}
.modal-body label {
    font-weight: normal;
}
/*Кнопки*/
.btn-bord {
    background: #363a42;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.btn-bord:hover,
.btn-bord:focus,
.btn-bord:active {
    background: #00bbee;
    color: #fff;
}
.btn-subscr {
    color: #fff;
    background-color: #14577a;
    border-color: #14577a;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 17px 16px;
}
.btn-subscr:hover,
.btn-subscr:focus,
.btn-subscr:active {
    background: #00bbee;
    color: #fff;
    border-color: #00bbee;
    outline: none;
}
.btn-wh {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #424352;
    text-transform: uppercase;
}
.btn-wh:hover,
.btn-wh:focus,
.btn-wh:active {
    background: #14577a;
    border-color: #14577a;
    color: #fff;
    outline: none;
}
.btn-blue {
    background: #14577a;
    border: 1px solid #14577a;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #00bbee;
    border-color: #00bbee;
    color: #fff;
    outline: none;
}
.btn-pink {
    background: #00bbee;
    border: 1px solid #00bbee;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
    background: #363A42;
    border-color: #363A42;
    color: #fff;
    outline: none;
}
/*header*/
.head-line {
    background: #fff;
    color: #424352;
    padding: 5px 0;
    -webkit-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
    -moz-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
    box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
}
.head-line .msg {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    margin-right: 15px;
}
.head-line a {
    color: #424352;
}
.head-line ul {
    margin-bottom: 0;
    width: 360px;
}
.head-line .head-links li {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.head-line .head-links li:last-child {
    border-right: 0px;
}
.head-main {
    padding: 35px 0;
    background: url(../image/hbg-min.jpg) repeat-y center top;
}
.head-main .logo h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 0;
    margin-top: 0px;
}
.head-main .logo span {
    color: red;
    font-size: 78px;
    line-height: 1px;
}
.head-main .logo a {
    color: #424352;
    text-decoration: none;
}
.head-main .logo a span {
    color: red;
}
.head-main .logo a:hover {
    text-decoration: none;
}
.search-box {
    padding: 5px 10px 0px 30px;
    text-align: center;
}
.search {
    width: 100%;
    position: relative;
}
.search:before {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 25px;
    margin-top: 8px;
    margin-right: 8px;
    font-family: 'FontAwesome';
    content: '\f002';
    background: #fff;
    text-align: center;
    color: #ddd;
    border-radius: 0px;
    border-left: 1px solid #ddd;
}
.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #338ab7;
    padding: 15px;
    height: 50px;
    border-radius: 4px;
    outline: none;
}
.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}
.head-main .cart {
    margin-top: 0px;
    text-align: center;
    position: relative;
    color: #404755;
}
.cart-block {
    display: block;
    width: 100%;
}
.head-main .cart span {
    position: absolute;
    background: #00bbee;
    color: #fff;
    padding: 10px 7px;
    border-radius: 50%;
    left: 35px;
    line-height: 1px;
    font-size: 13px;
    font-weight: 600;
}
.head-main .cart img {
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}
.head-main .cart h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #404755;
}
.cart-add-msg {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 64, 129, 0.95);
!important;
    color: #fff;
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    text-align: center;
}
.cart-add-msg a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.cart-add-msg .close {
    font-size: 32px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    margin-top: -5px;
    line-height: 1;
}
.head-main .cart .btn-inverse {
    background: transparent;
    color: #404755;
    border: none;
    box-shadow: none;
}
.head-main .cart .btn-inverse:active {
    background: transparent;
    color: #404755;
    border: none;
    box-shadow: none;
    border-color: transparent;
}
.head-main .cart .btn-inverse:focus {
    background: transparent;
    color: #404755;
    border: none;
    box-shadow: none;
    border-color: transparent;
}
#cart .dropdown-menu {
    padding: 0px;
    border: none;
    border-radius: 0px;
    top: 50px;
}
.head-main .support {
    margin-top: 5px;
    text-align: center;
}
.head-main .support img {
    width: 24px;
    display: inline-block;
    float: left;
    margin-right: -15px;
    margin-top: -5px;
}
.head-main .support h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #84e5ff;
    line-height: 22px;
}
.head-main .support a {
    color: #6ee0ff;
    font-size: 16px;
    border-bottom: 1px dotted #6ee0ff;
}
}
.head-main .support a:hover {
    text-decoration: none;
    color: #474E5B;
}
/*Navbar fix все стили меню в navbar.css*/
.navbar {
    margin-bottom: 0px;
}
.mob-menu {
    padding-top: 12px;
    color: #fff;
}
.mob-menu a {
    color: #fff;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar .see-all {
    font-size: 15px;
}
/*HTML Блок с иконками */
.icon-block {
    -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    margin-bottom: 25px;
    padding: 15px 0;
    text-align: center;
}
.icon-block h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
}
.icon-block p {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
}
.icon-block img {
    float: left;
    height: 35px;
    padding-left: 25px;
}
.icon-block .b-left {
    border-left: 1px dashed #ccc;
    padding-right: 35px;
}
.brands {
    -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    margin: 25px 0 0;
    text-align: center;
}
/*сайдбар*/
.side .banner {
    margin-bottom: 25px;
}
.side .side-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333e48;
    line-height: 32px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}
.side .side-title h4:before {
    content: '';
    display: block;
    width: 105px;
    height: 4px;
    background: #00c7ff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
}
.side .top {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side .top:hover {
    box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
    cursor: pointer;
}
.side .top h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.side .top h2 a {
    color: #333;
}
.side .top .price {
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}
.side .top .price span {
    font-size: 13px;
    font-weight: 300;
    text-decoration: line-through;
    color: #777;
}
/*баннер возле карусели*/
.top-box {
    position: relative;
    overflow: hidden;
}
.top-box {
    position: relative;
    margin-bottom: 35px;
}
.top-box-cation {
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    top: 0;
    text-align: center;
    padding: 25px;
    height: 85%;
    margin: 25px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-box-cation h4 {
    margin-top: 45px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.top-box:hover > .top-box-cation {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #555;
}
.top-box > a {
    display: table;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.top-box > a:before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: 3;
}
.top-box img {
    width: 100%;
    transition: transform 1s ease 0s;
    border-radius: 2px 2px 0 0;
}
.top-box:hover a > img {
    transform: scale(1.1);
}
.top-box:hover a:before {
    transform: scale(1.1);
}
.top-box .btn-bord {
    z-index: 99999;
    max-width: 50%;
    margin: 0 auto;
}
/* Основная карусель на главной */
.carousel {
    margin-bottom: 20px;
}
.carousel-inner .item {
    overflow: hidden;
}
.carousel-caption {
    left: 5%;
    top: 25%;
    z-index: 10;
    padding: 5px;
    width: 50%;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 7%;
    margin-left: -10px;
    background: #333;
    font-weight: normal;
    border-radius: 0px 2px 2px 0px;
    padding: 7px 5px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 7%;
    margin-right: -10px;
    background: #333;
    font-weight: normal;
    border-radius: 2px 0px 0px 2px;
    padding: 7px 5px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.carousel-box {
    margin-bottom: 15px;
}
.carousel-caption .carousel-box h4 {
    color: white;
    line-height: 59px;
    margin: 0px;
}
.carousel-caption .carousel-box h4 span {
    background-color: #455761b8;
    padding: 5px 0;
    -webkit-box-shadow: 1rem 0px 0px #455761b8, -1rem 0px 0px #455761b8;
    box-shadow: 1rem 0px 0px #455761b8, -1rem 0px 0px #455761b8;
    box-decoration-break: clone;
}
#myCarousel .carousel-caption .btn-bord {
    margin-left: 0px;
    padding: 10px 38px;
}
.carousel-caption h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.carousel-inner .item:nth-child(4) {
}
.carousel-inner .item:nth-child(4) h4 {
    font-size: 24px;
    line-height: 140%;
}
#myCarousel .carousel-caption .carousel-box h4 span {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.carousel-box {
    background-color: #455761b8;
    padding: 0 10px;
}
/*Заголовки блоков*/
.section-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333e48;
    border-bottom: 1px solid #eaeaea;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}
.section-title h4:before {
    content: '';
    display: block;
    width: 145px;
    height: 4px;
    background: #00c7ff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
}
.section-title h1 {
    font-size: 22px;
    font-weight: 600;
    color: #333e48;
    border-bottom: 1px solid #eaeaea;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}
.section-title h1:before {
    content: '';
    display: block;
    width: 145px;
    height: 4px;
    background: #00c7ff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
}
/*Настройки карусели товаров */
#feat .item {
    margin: 10px;
}
#viewed .item {
    margin: 10px;
}
#late .item {
    margin: 10px;
}
.owl-controls .owl-buttons div {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #333;
    text-align: center;
    color: #fff;
    text-shadow: none;
    padding-top: 5px;
}
.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 39%;
}
.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 39%;
}
/*Информационные страницы */
.text-block {
    padding: 65px;
    border: 1px solid #ddd;
}
#content {
    margin-bottom: 45px;
    margin-top: 20px;
}
#content .form-control {
    box-shadow: none;
    border-radius: 0px;
}
#content .btn-primary {
    background: #363a42;
    color: #fff;
    border-color: #363a42;
}
#content .btn-primary:hover,
#content .btn-primary:focus,
#content .btn-primary:active {
    background: #00bbee;
    color: #fff;
    border-color: #00bbee;
}
/*новости \ блог на главной*/
.news {
    position: relative;
    display: block;
    min-height: 430px;
    margin-bottom: 115px;
}
.news-pad {
    padding: 15px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    height: auto;
    display: block;
}
.news-capt {
    background: #fff;
    padding: 25px;
    height: auto;
    box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}
.news-capt h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.news-capt a h2 {
    color: #424352;
    font-weight: 600;
}
.news-capt p {
    font-size: 15px;
    color: #555;
}
/*Блоки категорий на главной */
.main-cat-box .btn-bord {
    border-radius: 0 0 2px 2px;
    margin-bottom: 25px;
}
.sub-cuts .box {
    margin-bottom: 25px;
}
.box {
    position: relative;
    overflow: hidden;
}
.box > a {
    display: table;
    float: none;
    height: auto;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.box > a:before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: 3;
}
.box img {
    width: 100%;
    transition: transform 1s ease 0s;
    border-radius: 2px 2px 0 0;
}
.box:hover a > img {
    transform: scale(1.1);
}
.box:hover a:before {
    transform: scale(1.1);
}
.box-text {
    position: absolute;
    padding: 10px 15px;
    left: 0px;
    right: 0px;
    bottom: 30%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.83);
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box:hover > .box-text {
    background: #00bbee;
    color: #fff;
}
.box-text h2 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
}
/*Стили товара, листинг*/
.tov {
    font-size: 13px;
    background: #fff;
    position: relative;
    transition: all .4s;
    margin-bottom: 25px;
    border: 1px solid #f6f6f6;
}
.tov:hover {
    box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
    cursor: pointer;
}
.tov-img {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}
.tov-img > a {
    display: table;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.tov-img > a:before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: 3;
}
.tov-img img {
    width: 100%;
    transition: transform 1s ease 0s;
    border-radius: 2px 2px 0 0;
    min-height: 290px;
}
.tov-img:hover a > img {
    transform: scale(1.1);
}
.tov-img:hover a:before {
    transform: scale(1.1);
}
.tov .tov-img span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00bbee;
    font-size: 12px;
    padding: 5px;
    border-radius: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}
.but-block {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 90;
    transition: visibility 0.4s linear 900ms, opacity 900ms;
    z-index: 1;
}
.tov:hover .but-block {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}
.but-block div {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.but-block div:hover {
    text-decoration: none;
    background: #00bbee;
}
.but-block .cart-b {
    padding: 10px 5px;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    background: #00bbee;
}
.but-block .icon-b {
    padding: 10px 5px;
    color: #fff;
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(64, 71, 85, 0.80);
}
.tov .caption {
    text-align: left;
    padding: 25px;
    z-index: 9999;
    min-height: 230px;
}
.tov .caption h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.tov .caption h2 a {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    color: #424352;
}
.product-list .tov-img {
    float: left;
    width: 250px;
    display: inline-block;
    margin-right: 25px;
}
.product-list .tov .caption {
    min-height: 302px;
}
.product-grid .tov-img {
    float: none;
    width: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}
.rate {
    margin-bottom: 10px;
    font-size: 14px;
    color: #FFB85F;
}
.price {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #167b9e;
}
.price span {
    font-weight: 300;
    text-decoration: line-through;
    color: #777;
    padding-left: 7px;
}
.tab-content {
    margin-bottom: 35px;
}
/*Отзывы о товаре*/
.testi h2 {
    font-size: 18px;
    font-weight: 600;
}
.testi h2 a {
    color: #424352;
}
.testi .caption p {
    font-size: 15px;
}
.testi .com {
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #f4f4f4;
}
.testi .com:hover {
    box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}
/*Авторизация и профиль пользователя*/
.well {
    padding: 65px;
    border: 1px solid #ddd;
    min-height: 450px;
}
.acc-box {
    padding: 25px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 25px;
}
.acc-box i {
    color: #888;
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}
.acc-box a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #424352;
}
/*Рассылка*/
.mail {
    padding: 25px 0;
    background: #474E5B;
    color: #fff;
    max-width: 1460px;
    margin: 0 auto;
}
.mail img {
    margin-top: -10px;
}
.mail h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}
.mail h6 {
    font-weight: 300;
    font-size: 15px;
    color: #ddd;
}
.mail .form-control {
    box-shadow: none;
    height: 55px;
    padding: 15px 30px;
    border-color: #86898E;
    background: #86898E;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mail .form-control:active,
.mail .form-control:focus,
.mail .form-control:hover {
    background: #fff;
    border-radius: 2px;
    border-color: #fff;
    color: #333;
    font-size: 15px;
}
.mail .form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
    text-transform: uppercase;
}
.mail .form-control:-ms-input-placeholder {
    color: #ddd;
    text-transform: uppercase;
}
.mail .form-control::-webkit-input-placeholder {
    color: #ddd;
    text-transform: uppercase;
    padding-left: 15px;
}
.inner-addon {
    position: relative;
}
.inner-addon .fa-envelope-o {
    position: absolute;
    padding: 6px 10px;
    pointer-events: none;
    margin-right: 40px;
}
.left-addon .fa-envelope-o {
    left: 0px;
    top: 13px;
}
.right-addon .fa-envelope-o {
    right: 0px;
}
.left-addon input {
    padding-left: 50px;
}
.right-addon input {
    padding-right: 50px;
}
/* Листинг товаров */
.tov-sort {
    margin: 25px 0;
    border-bottom: 1px solid #ededed;
}
.tov-sort p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}
.tov-sort .btn-pink {
    position: relative;
}
.tov-sort .btn-pink span {
    position: absolute;
    background: #363A42;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    left: 25px;
    line-height: 1px;
    font-size: 13px;
    font-weight: 600;
    top: -7px;
}
.filters {
    padding: 25px;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
}
.filters .control-label {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}
/*страница товара*/
.full-tov .section-title h4 {
    font-size: 16px;
}
.full-tov .price {
    font-size: 22px;
    color: #333;
    margin: 25px 0
}
.full-tov .price span {
    font-size: 14px;
}
.full-tov .price-small {
    font-size: 14px;
    text-decoration: none;
}
.btn-sub-full {
    font-size: 12px;
    color: #474E5B;
    border: none;
    background: transparent;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 2px;
}
.btn-sub-full i {
    color: #00bbee;
    margin-right: 5px;
}
.full-tov .rate {
    margin: 25px 0 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}
.full-tov .rate span {
    margin-left: 15px;
    color: #424352;
    text-transform: uppercase;
    font-size: 12px;
}
.full-tov .rate span a {
    color: #424352;
}
.full-tov .dop-info {
    margin: 15px 0 25px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 15px;
}
.full-tov .to-cart {
    margin-top: 25px;
}
.tabs {
    margin-top: 25px;
}
.nav-tabs {
    border-bottom: 1px solid #f9f9f9;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #424352;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-bottom-color: transparent;
    cursor: default;
    border-top: 2px solid #00bbee;
}
.full-tov .tab-content {
    background: #f9f9f9;
    padding: 25px;
}
.tab-bg {
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}
/* footer */
footer {
    background: #363A42;
    padding: 65px 0;
    color: #ddd;
}
footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #2ed2ff;
}
footer p {
    font-size: 14px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ddd;
    text-decoration: underline;
}
footer .logo h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #f4f4f4;
}
footer .logo span {
    color: red;
    font-size: 78px;
    line-height: 1px;
}
.panel-body {
    padding: 85px;
}
.panel-body .form-control {
    height: 55px;
}
.checkbox .img-thumbnail {
    width: 30px;
}
.checkbox .btn-default {
    margin-bottom: 5px;
    border-radius: 0px;
    margin-right: 5px;
}
.radio .img-thumbnail {
    width: 30px;
}
.radio .btn-default {
    margin-bottom: 5px;
    border-radius: 0px;
    margin-right: 5px;
}
.p25 {
    border-radius: 2px;
    padding: 25px;
    border: 1px solid #f2f2f2;
    margin-bottom: 25px;
}
#menu-v li, #menu-v a {
    zoom: 1;
}
/* Hacks for IE6, IE7 */
#menu-v, #menu-v ul {
    position: relative;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9;
}
}
#menu-v li {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-v li a {
    font: normal 12px Arial;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 160%;
    padding: 5px 0 5px 2px;
}
#menu-v ul li a {
    line-height: 160%;
    padding-left: 26px;
}
#menu-v li a.arrow:hover {
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li a:hover {
    color: #fff;
}
#menu-v ul li a:hover {
    color: #fff;
}
#menu-v li ul {
    position: absolute;
    min-width: 300px;
    visibility: hidden;
}
#menu-v a.arrow {
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
#menu-v li:hover, #menu-v li.onhover {
    background-position: 0 -62px;
    background: #00c7ff;
    border-color: #00c7ff;
    color: #fff;
}
#menu-v ul li {
    background: #fff;
    background-image: none;
    border: none;
    padding: 0px !important;
    -webkit-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
    z-index: 999999;
}
#menu-v ul li:hover, #menu-v ul li.onhover {
    background: #00c7ff;
    background-image: none;
}
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */
.box_category {
    min-height: 223px;
}
img.lazyload {
    opacity: 0;
    transition: 300ms;
}
img.lazyloaded {
    opacity: 1;
}
.sloganHeader {
    text-align: center;
    color: #00c7ff;
    line-height: 13px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .sloganHeader {
        margin-bottom: 5px;
    }
    .head-main .search-box {
        padding: 0;
        text-align:center
    }
}
.phoneSocial img {
    width: 30px;
}
.panel-body.contactPage {
    padding: 85px 20px;
}