a {
    color: #08c;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Verdana, sans-serif !important;
    font-size: 14px;
}

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    border: none;
    outline: none;
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
}

input[type=text],
input[type=password] {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    -webkit-box-shadow: inset 0 1px 2px #e7e7e7;
            box-shadow: inset 0 1px 2px #e7e7e7;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all .30s ease-in-out;
       -moz-transition: all .30s ease-in-out;
        -ms-transition: all .30s ease-in-out;
         -o-transition: all .30s ease-in-out;
    outline: none;
    border: 2px solid #fec810;
}

input[type='submit'],
button[type='submit'] {
    cursor: pointer;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #f4c336;
            box-shadow: 0 0 5px #f4c336;
    border: 2px solid #f4c336;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    height: 0;
}

.wrapper {
    min-height: 100%;
    background: #0a2a43 url(../images/bg.jpg) top center no-repeat;
            background-size: cover;
       -moz-background-size: cover;
    -webkit-background-size: cover;
}

.center > .page-title {
    font-weight: bold;
    color: #2e7eb4;
    font-size: 22px;
    margin-top: 0;
}

.container {
    width: 995px;
    margin: 0 auto;
    min-height: 100%;
}

.top-contacts {
    margin: 5px 0 0 20px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    float: left;
}
.top-contacts a {
    color: #fff;
}

.top-contacts-list {
    float: left;
    margin: 8px 0 0 0;
}

.top-contacts-list li {
    float: left;
    font-size: 12px;
}

.contact-email a:hover {
    text-decoration: none;
}

.top-auth {
    float: right;
    margin: 0 0 15px 0;
}

.auth {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.auth a {
    font-size: 12px;
    color: #fec810;
}

.auth a:hover {
    text-decoration: none;
}

.logo-block {
    float: left;
    padding: 0 0 0 5px;
}

.logo-block h2 {
    margin: 20px 0 0 0;
}

.logo-block h2 a {
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    text-decoration: none;
}

.logo-block h2 span {
    font-weight: bold;
    text-transform: uppercase;
}

.header {
    padding: 10px 0 0 0;
}

.header .search-block .fastResult {
    position: absolute;
    max-height: 350px;
    overflow: auto;
    background: #fff;
    z-index: 66;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #fec810;
    -webkit-box-shadow: 0 0 8px #c4c4c4;
            box-shadow: 0 0 8px #c4c4c4;
    padding: 3px;
    display: none;
}

.header .search-block .fast-result-list li {
    display: block;
    white-space: nowrap;
    margin: 0 0 5px 0;
}

.header .search-block .fast-result-list li:hover {
    background-color: #296997;
}

.header .search-block .fast-result-list li:hover a,
.header .search-block .fast-result-list li:hover span {
    color: #fff;
}

.header .search-block .fast-result-list li span {
    font-size: 12px;
    margin: 5px 10px 10px 0;
    display: block;
}

.header .search-block .fast-result-img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 10px 0 0;
}

.header .search-block .fast-result-img img {
    width: 100%;
}

.header .search-block .fast-result-list li a {
    font-size: 12px;
    color: #333;
    display: block;
}

.header {
    position: relative;
}

.header .search-block {
    margin: 10px auto 0;
    position: relative;
}

.header .search-block .search-field {
    width: 100%;
    height: 34px;
    padding: 5px 25px 5px 10px;
            border-radius: 15px;
       -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #fec810;
    color: #444;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.prop-val {
    word-break: break-all;
}

.prop-position {
    margin: 5px 0;
}

.search-button {
    background: url(../images/search-btn.png) 0 0 no-repeat;
    border: none;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
}

.top-menu {
    margin: 14px 0 0 0;
    border-top: 2px solid #fece10;
            border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.top-menu-list {
    margin: 0;
    list-style: none;
    padding: 0;
            border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.top-menu-list {
    display: inline-block;
    width: 100%;
    background: #313133;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313133), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #313133 0%, #040404 100%);
    background:      -o-linear-gradient(top, #313133 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#313133), to(#040404));
    background:         linear-gradient(to bottom, #313133 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313133', endColorstr='#040404', GradientType=0);
}

.top-menu-list li {
    float: left;
    position: relative;
}

.top-menu-list > li > a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #050505;
}

.top-menu-list > li > a span {
    display: block;
    padding: 13px 35px 15px 13px;
    margin: 0 0 0 23px;
}

.top-menu-list > li > a:hover > span,
.top-menu-list > li > a.active-menu-item span {
    background: url(../images/menu-list-bg.png) right -62px no-repeat;
    color: #000;
}

.top-menu-list > li:last-child a {
    border-right: none;
}

.top-menu-list > li + li > a {
    border-left: 1px solid #3d3d3e;
}

.top-menu-list > li > a:hover,
.top-menu-list > li > a.active-menu-item {
    background: url(../images/menu-list-bg.png) left 1px top no-repeat;
}

.top-menu-list li .sub_menu > li {
    float: none;
    position: relative;
}

.top-menu .top-menu-list .sub_menu > li .sub_menu {
    left: 100%;
    top: 0;
}

.top-menu-list li:hover > .sub_menu {
    display: block !important;
}

.top-menu-list li > .sub_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #222223;
    min-width: 150px;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 0;
    border: 2px solid #fec810;
}

.top-menu-list li .sub_menu > li > a {
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #000;
         -o-transition: all, .2s, ease-in-out;
            transition: all, .2s, ease-in-out;
       -moz-transition: all, .2s, ease-in-out;
    -webkit-transition: all, .2s, ease-in-out;
}

.top-menu-list li .sub_menu > li > a:hover {
    text-decoration: none;
    background: #535353;
}

.top-menu-list li .sub_menu > li + li > a {
    border-top: 1px solid #343434;
}

.top-menu-list li .sub_menu > li:last-child > a {
    border-bottom: none;
}

.cart {
    clear: both;
    margin: -30px 0 0 0;
    float: right;
    cursor: pointer;
    z-index: 99;
    border: 1px solid transparent !important;
            border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart-inner {
    display: inline-block;
    padding: 10px 65px 10px 10px;
    position: relative;
            border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    background: #1d5a86 !important;
            box-shadow: inset 0 0 12px rgba(0, 0, 0, .5);
       -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, .5);
    color: #fff;
}

.cart-list li {
    font-size: 12px;
    float: left;
}

.cart-list li + li {
    margin: 0 0 0 10px;
}

.cart-title {
    margin: 0;
    font-size: 12px;
}

/*Превью корзины*/
.cart {
    position: relative;
}

.small-cart {
    width: 300px;
    border-top: 1px solid #fff;
    position: absolute;
    background-color: #fff;
    right: -1px;
    top: 100%;
    display: none;
    z-index: 1;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    border: 2px solid #fec810;
}

.small-cart-table {
    width: 100%;
}

.small-cart h2 {
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #e6e4e4;
    border-top: 1px solid #fff;
}

.small-cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.small-cart-list li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.small-cart-list li a:hover {
    text-decoration: underline;
}

.small-cart-list .property {
    color: #000;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    line-height: 9px;
    display: block
}

.qty {
    color: #a4a3a3;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.qty span,
.total-sum span {
    color: #e60d15;
    font-weight: bold;
}

.small-cart-img a {
    display: block;
    width: 50px;
}

.small-cart-img a img {
    width: 100%;
}

.small-cart-table tr td {
    vertical-align: top;
    padding: 5px;
}
.small-cart-table .small-cart-remove {
    vertical-align: middle;
}

.small-cart-table tr {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.small-cart-name {
    padding: 0 10px;
}

.small-cart-remove a {
    display: block;
    width: 10px;
    height: 10px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 8px;
    padding: 0 5px;
}

.checkount-buttons a {
    color: #000;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all .20s ease-in-out;
       -moz-transition: all .20s ease-in-out;
        -ms-transition: all .20s ease-in-out;
         -o-transition: all .20s ease-in-out;
    font-size: 14px;
}

.checkount-buttons a:hover {
    text-decoration: none;
}

.checkount-buttons a + a {
    margin: 0 0 0 10px;
}

.checkount-buttons a + a,
.default-btn {
    background: #fcfcfc;
    color: #000;
    font-size: 12px;
}

.total {
    color: #000;
    font-size: 12px;
    text-align: right;
    list-style: none;
    padding: 10px;
    margin: 0;
}

.small-cart-icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 25px;
    background: url(../images/cart.png) 0 0 no-repeat;
    top: 4px;
    right: 22px;
}

.content {
    background: #fff;
    margin: -2px 0 0 0;
    /*padding: 0 15px;*/
    border-radius: 0 0 5px 5px;
}

.big-slider {
    height: 400px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin: 20px 0 0 0;
    background-color: #fff;
    position: relative;
}

.big-slider-inner {
    height: 400px;
    padding: 0 0 11px 0;
}

.big-slider a img {
    border-radius: 5px;
    width: 998px;
}

.pagination {
    position: absolute;
    left: 455px;
    bottom: 5px;
}

.pagination li {
    float: left;
    margin: 0 2px;
}

.pagination li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999999px;
}

.pagination .current a {
    background-position: 0 -10px;
}

.left-block {
    width: 210px;
    margin: 15px 0 0 15px;
    float: left;
    background: #fff;
}

.menu-block {
    border: 1px solid #cdcdcd;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.news-block .news-header h2,
.cat-title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    background: #e6e4e4;
}

.cat-list {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-list > li > a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 20px 5px 25px;
    background: url(../images/marker.png) 10px 7px no-repeat;
}

.cat-list > li {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.cat-list .sub_menu {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.cat-list > li:hover > .sub_menu,
.sub_menu > li:hover > .sub_menu {
    display: block !important;
}

.cat-list li.active-menu {
    background: #fafafa url(../images/cat-arrow.png) right center no-repeat;
}

.cat-list li.active-menu:hover {
    background: #f4c336 url(../images/cat-arrow.png) right center no-repeat;
}

.cat-list li .sub_menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #cdcdcd;
    min-width: 150px;
            border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.cat-list > li:hover {
    text-decoration: none;
    background: #f4c336;
}

.cat-list .sub_menu > li > a {
    font-size: 12px;
    display: block;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px;
}

.cat-list .sub_menu > li > a:hover {
    text-decoration: none;
}

.cat-list li {
    position: relative;
}

.cat-list li.slider {
    background: url('../images/cat-arrow.png') right center no-repeat;
}

.cat-list li.slider a {
    padding-right: 25px;
}

.left-block + .center {
    float: right;
    width: 725px;
}

.mg-product-slides {
    margin: 0 15px 0 0;
}

.mg-product-slides .sticker-recommend {
    top: -2px;
    right: -2px;
}

.mg-product-slides .sticker-new {
    top: -2px;
    left: -2px;
}

.center {
    margin: 0 0 20px 0;
    padding: 15px;
    min-height: 300px;
    background: #fff;
}

.new-products-title,
h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px 10px 0;
}

.product-wrapper {
    text-align: center;
    width: 195px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 10px 5px;
    padding: 10px;
    position: relative;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-wrapper .product-image .mg-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-wrapper .product-image {
    position: relative;
}

.products-wrapper .product-wrapper {
    width: 220px;
}

.products-wrapper .product-wrapper .property-form {
    margin: 10px 0 0 0;
}

.products-wrapper {
    padding: 0 0 50px 0;
    position: relative;
}

.products-wrapper .product-wrapper .product-inner {
    text-align: center;
    padding: 0 0 10px 0;
}

.product-inner {
    background: #fff;
}

.products-wrapper .mg-pager {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.product-image {
    height: 180px;
    text-align: center;
}

.product-image a {
    display: block;
    height: 100%;
}

.product-image a img {
    max-width: 100%;
    max-height: 100%;
}

.product-name a {
    color: #215e8c;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.product-name {
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
}

.product-wrapper .product-name {
    height: 34px;
}

.product-name a:hover {
    text-decoration: underline;
}

.product-buy:hover,
.product-details:hover {
    text-decoration: underline;
}

.product-wrapper .product-price .product-old-price {
    display: block;
    color: #a09e9e;
    text-decoration: line-through;
}

.product-wrapper .product-price {
    width: auto;
    color: #000;
    font-size: 16px;
    display: block;
    text-align: center;
}

.mg-buy-click-button,
.addToCompare,
.default-btn,
.addToCart,
.product-wrapper .product-info,
.btn,
button.change-payment {
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	font-size: 15px;
	background: #0b3453;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), color-stop(100%, #1d5d8c));
	background: -webkit-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
	background: -o-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), to(#1d5d8c));
	background: linear-gradient(to bottom, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3453', endColorstr='#1d5d8c', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}

.mg-buy-click-button:hover,
.addToCart:hover {
    text-decoration: none;
    background: #1d5d8c;
}

.mg-buy-click-button {
    margin: 15px 0 0 0;
    font-size: 14px;
    max-width: 100%;
    border: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
}

.mg-buy-click-button:active {
    border: 1px solid #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.product-wrapper .addToCart {
    margin: 10px 0;
}

/*Результаты поиска*/
.search-results .product-wrapper {
    width: auto;
    float: none;
    margin: 20px 11px 0 12px;
}

.search-results .product-image {
    float: left;
    height: 145px;
    width: 145px;
    margin: 0 20px 0 0;
}

.search-results .product-name {
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.search-results .product-desc {
    font-size: 14px;
    margin: 0 0 25px 0;
}

.search-results .product-info,
.search-results .addToCart {
    margin: 0 0 0 175px;
}

.news-block {
    margin: 15px 0 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.news-wrapper {
    margin: 15px 0 0 0;
    padding: 10px 10px 30px 10px;
}

.news-list .news-date {
    font-size: 11px;
    color: #979797;
}

.news-list .news-title {
    margin: 5px 0 0 0;
}

.news-list .news-title a {
    font-size: 14px;
    color: #333;
}

.news-list .news-title a:hover {
    text-decoration: none;
}

.news-short-desc {
    font-size: 12px;
    margin: 5px 0 0 0;
    line-height: 1.3;
}

.h-footer {
    height: 80px;
}

.footer {
    height: 80px;
    width: 995px;
    margin: -80px auto 0;
    color: #fff;
}

.copyright {
    font-size: 12px;
    float: left;
    margin: 35px 0 0 0;
}

.powered {
    float: right;
    font-size: 12px;
    padding: 35px 0 0 20px;
    position: relative;
}

.powered a {
    color: #38b0e3;
    text-decoration: none;
}

.powered a:hover {
    text-decoration: underline;
}

/*Пагинация*/
.mg-pager {
    float: right;
    margin: 20px 0 0 0;
}

.center .allPages {
    font-size: 12px;
    color: #444;
    text-align: right;
}

.mg-pager ul {
    float: right;
    margin: 7px 0 0 0;
    list-style: none;
    padding: 0;
}

.mg-pager ul li {
    float: left;
    margin: 0 0 0 5px;
}

.mg-pager ul li a {
    font-size: 12px;
    display: block;
    padding: 6px 10px;
    color: #444;
    border: 1px solid #d8d8d8;
    text-decoration: none;
    border-radius: 3px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background:      -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ededed));
    background:         linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

.mg-pager ul li a:hover,
.mg-pager ul li a.active {
    background: #ffd120;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd120), color-stop(100%, #f5ab09));
    background: -webkit-linear-gradient(top, #ffd120 0%, #f5ab09 100%);
    background:      -o-linear-gradient(top, #ffd120 0%, #f5ab09 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd120), to(#f5ab09));
    background:         linear-gradient(to bottom, #ffd120 0%, #f5ab09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd120', endColorstr='#f5ab09', GradientType=0);
    border: 1px solid #444;
}

.cart-table {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cart-table tr th {
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #cdcdcd;
    background: #e6e4e4;
}

.cart-table tr td {
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #cdcdcd;
}

.cart-table tr td strong {
    color: #e60d15;
}

.qty-field {
    width: 120px;
}

.delete-btn {
    background: url(../images/delete.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}

.refresh {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/refresh.png) no-repeat;
    border: none;
}

.checkout {
    float: right;
}

.refresh {
    float: left;
}

/*Карточка товара*/
.bread-crumbs {
    margin: 0 0 15px 0;
    font-size: 12px;
}

.bread-crumbs a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.bread-crumbs a:hover {
    text-decoration: underline;
}

.bread-crumbs .last-crumb {
    font-weight: bold;
}

.product-status {
    overflow: hidden;
}

.product-title {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.product-status-list {
    font-size: 12px;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.product-status-list li {
    margin: 0 0 5px 0;
    color: #777;
}

.label-black {
    color: #000;
}

.label-article {
    color: #000;
}

.price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.old-price {
    font-size: 16px;
    color: red;
    font-weight: bold;
    text-decoration: line-through;
}

.buy-block {
    width: 100%;
    margin: 15px 0 0 0;
}

.amount_change .up,
.amount_change .down {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    top: 0;
    width: 27px;
    height: 27px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .50) !important;
    background: #0b3453;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), color-stop(100%, #1d5d8c));
    background: -webkit-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    background:      -o-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), to(#1d5d8c));
    background:         linear-gradient(to bottom, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3453', endColorstr='#1d5d8c', GradientType=0);
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    border: 1px solid #000;
}

.amount_change .up {
    right: 0;
}

.amount_change .down {
    left: 0;
}

.amount_change {
    float: left;
}

.amount_input {
    width: 48px;
    height: 19px;
    padding: 4px;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #cdcdcd;
    outline: none;
}

.cart_form {
    float: left;
    margin: 17px 0 0 0;
    width: 104px;
    position: relative;
    padding: 0 0 0 32px;
}

.property-form .qty-text {
    float: left;
    font-size: 12px;
    color: #000;
    margin: 24px 0 0 0;
    display: none;
}

.product-details-block .buy-container .addToCompare,
.product-details-block .buy-container .buy-product {
    float: left;
    margin: 17px 0 0 10px;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.product-details-wrapper {
    margin: 40px 0 0 0;
}

.product-details-title {
    font-size: 14px;
    font-weight: bold;
}

.product-details-desc p {
    margin: 0 0 10px 0;
}

.product-details-desc {
    font-size: 12px;
    color: #333;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.product-title {
    margin: 0;
}

.user-login {
    margin: 50px 0 0 0;
}

.create-user-account,
.user-login {
    border-radius: 5px;
    background-color: #fff;
}

.create-user-account-form {
    margin: 5px 0 0 0;
    border-radius: 5px;
    background-color: #fff;
}

.create-user-account h2,
.user-login h2,
.create-user-account-form h2 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.custom-text {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
    width: auto;
}

.checkout-btn,
.send-btn,
.save-btn,
.register-btn {
    float: right;
    margin: 0 0 20px 0;
}

.close-order-btn,
#close-order-successbtn {
    float: right;
    margin: 10px 0;
    color: #000;
    font-size: 12px;
}

.create-account-btn {
    font-size: 12px;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
}

.forgot-link {
    font-size: 12px;
    color: #333;
}

.forgot-link:hover {
    text-decoration: none;
}

.normal-text {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.form-list {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.form-list li input {
    height: 19px;
    width: 260px;
    padding: 4px;
    margin: 5px 0 10px 0;
    border-radius: 5px;
    border: 2px solid #fec810;
    outline: none;
}

.address-area {
    border-radius: 5px;
    padding: 4px;
    width: 260px;
    min-height: 80px;
    resize: none;
    outline: none;
    margin: 5px 0 10px 0;
}

.center .change-pass-title {
    font-size: 18px;
    margin: 20px 0;
}

.red-star {
    color: red;
}

.green-color {
    color: #0aa347;
}

.payment-option .custom-text {
    margin: 0;
}

.delivery-vs-payment {
    float: left;
    margin: 15px 0 0 0;
}

.delivery-details-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.payment-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.payment-details-list li,
.delivery-details-list li {
    font-size: 12px;
    color: #444;
    margin: 0 0 10px 0;
}

.delivery-text {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
}

.payment-form-block {
    font-size: 14px;
    line-height: 24px;
}

/*Хлебные крошки*/
.breadcrumbs {
    height: 20px;
}

.bread-list a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.bread-list a:hover {
    text-decoration: underline;
}

.order-status {
    float: right;
}

.order-status strong {
    color: #c00;
}

.order-number {
    font-size: 14px;
}

.orderDate {
    color: #c00;
}

.order-close-text {
    margin: 18px 0 0 0;
    font-size: 16px;
    text-align: center;
}

.successful-closure a {
    text-decoration: none;
}

.status-table {
    width: 100%;
    font-size: 14px;
    margin: 25px 0 0 0;
}

.status-table th {
    border-bottom: 2px solid #cdcdcd;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-align: left;
}

.status-table tr td {
    padding: 10px 0 0 0;
}

.status-table tr td a {
    color: #333;
}

.status-table tr td a:hover {
    text-decoration: none;
}

.order-history {
    padding: 10px;
    background-color: #f3f3f3;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
}

.order-total {
    float: right;
}

.order-settings {
    float: left;
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.total-list {
    margin: 25px 0 0 0;
    list-style: none;
    padding: 0;
}

.total-list li {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.total-list li span {
    font-weight: normal;
}

.close-order {
    cursor: pointer;
    background: url(../images/delete.png) left center no-repeat;
    padding: 0 0 0 20px;
    border: none;
    margin: 5px 10px;
}

.close-order:hover {
    text-decoration: underline;
}

.close-order-form {
    margin: 40px 0 0 0;
}

.close-reason-wrapper {
    display: none;
    width: 400px;
}

.successful-closure {
    width: 400px;
}

.successful-closure,
.close-reason-wrapper .close-order {
    display: none;
}

.succes-img {
    width: 48px;
    height: 48px;
    background: url(../images/success.png);
    position: absolute;
    top: 7px;
    left: 30px;
}

#successModal {
    position: relative;
}

.reason-text {
    width: 100%;
    padding: 5px;
    border: 1px solid #cdcdcd;
    resize: none;
    min-height: 60px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

.error-message,
.successReg {
    margin: 0 10px 10px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #05a847;
}

.successSend {
    font-weight: bold;
    font-size: 14px;
    color: #05a847;
}

.close-order-text {
    font-size: 14px;
}

.errorSend,
.fail-text {
    margin: 0 10px 10px 10px;
    font-size: 14px;
    color: #e60d15;
    text-align: center;
}

.msgError {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #e60d15;
}

.msgError span {
    display: block;
}

.restore-pass .fail-text {
    margin-left: 0 !important;
}

.empty-cart-block {
    text-align: center;
    padding-bottom: 50px;
}

.empty-cart-text {
    font-size: 16px;
}

.restore-pass .enter-btn {
    margin-left: 180px !important;
}

.restore-pass .form-list {
    float: left;
}

.restore-pass .enter-btn {
    float: none;
    margin: 18px 0 0 10px;
}

.zoom {
    width: 32px;
    height: 32px;
    background: url(../images/zoom.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 5555;
}

/*Табы личного кабинета*/
.center .personal-tabs-list {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 0 10px;
            border-radius: 0;
       -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.center .personal-tabs-list li {
    display: inline-block;
    position: relative;
    top: 1px;
}

.center .personal-tabs-list li a {
    outline: none;
    text-decoration: none;
    border-top: 1px solid #fece10;
    border-left: 1px solid #fece10;
    border-right: 1px solid #fece10;
    border-radius: 3px 3px 0 0;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px #000;
    background: #313133;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313133), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #313133 0%, #040404 100%);
    background:      -o-linear-gradient(top, #313133 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#313133), to(#040404));
    background:         linear-gradient(to bottom, #313133 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313133', endColorstr='#040404', GradientType=0);
}

.create-user-account-form .personal-tabs-list .ui-state-active a {
    border-top: 1px solid #313133;
    border-left: 1px solid #313133;
    border-right: 1px solid #313133;
    background: #ffd120;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd120), color-stop(100%, #f5ab09));
    background: -webkit-linear-gradient(top, #ffd120 0%, #f5ab09 100%);
    background:      -o-linear-gradient(top, #ffd120 0%, #f5ab09 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd120), to(#f5ab09));
    background:         linear-gradient(to bottom, #ffd120 0%, #f5ab09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd120', endColorstr='#f5ab09', GradientType=0);
    text-shadow: none;
    color: #000;
}

/*Описание категории в каталоге*/
.cat-desc {
    line-height: 18px;
    color: #444;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.loader {
    width: 15px;
    height: 15px;
    background: url(../images/loader.gif);
}

.slider .slider_btn {
    display: none;
    position: absolute;
    margin: 4px -10px;
    width: 20px;
    height: 18px;
    cursor: pointer;
    background: url(../images/plus-minus.gif) 0 -18px no-repeat;
}

.disabled-btn {
    opacity: .4;
    filter: alpha(opacity=40);
}

.property-form p {
    color: #777;
    font-size: 12px;
    margin: 0 0 5px 0;
}

/*Слайдер в карточке товаров*/
.product-slides > .bx-wrapper {
    width: 300px;
    height: 225px;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.product-slides > .bx-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.product-slides {
    float: left;
}

.product-slides .slides-slider {
    margin: 15px 0 0 0;
    position: relative;
}

.product-details-block .product-slides .slides-slider .bx-wrapper .bx-viewport {
    height: 75px !important;
}

.slides-slider .slides-item {
    width: 75px;
    height: 70px;
    float: left;
    display: block;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.slides-slider .slides-item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-product-slide {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-product-slide li {
    position: relative;
    height: 225px;
}

.main-product-slide li a {
    display: block;
}

.main-product-slide li:hover .zoom {
    display: block;
}

.slides-slider .active-item,
.slides-slider .slides-item.active {
    border: 1px solid #f4c336;
}

.slides-slider .bx-prev,
.slides-slider .bx-next {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -999999px;
    position: absolute;
    background: url(../images/second-controls.png);
    top: 29px;
}

.slides-slider .bx-next {
    right: 5px;
    background-position: -20px 0;
}

.slides-slider .bx-next:hover {
    right: 5px;
    background-position: -20px -20px;
}

.slides-slider .bx-prev {
    left: 5px;
}

.slides-slider .bx-prev:hover {
    background-position: 0 -20px;
}

.prop-name {
    font-size: 12px;
    color: #808080;
}

.top-menu {
    width: 100%;
    display: inline-block;
}

.center .m-p-slider-wrapper {
    margin: 0 0 30px 0;
    height: 300px;
    width: 100% !important;
    border: 1px solid #ddd;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    overflow: hidden;
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .5);
}

.center .m-p-slider-wrapper .bx-wrapper .bx-next,
.m-p-slider-wrapper .bx-wrapper .bx-prev {
    display: block;
    position: absolute;
    top: 135px;
    margin: 0 5px;
            border-radius: 20px;
       -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-indent: -999999px;
    width: 44px;
    height: 44px;
    background: url(../images/large-controls.png) 0 0 no-repeat;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-next {
    background-position: -44px 0;
    right: 10px;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-prev {
    left: 10px;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-prev:hover {
    background-position: 0 -44px;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-next:hover {
    background-position: -44px -44px;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    margin: 0 2px;
            border-radius: 20px;
       -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-indent: -999999px;
    width: 20px;
    height: 20px;
    background: rgba(166, 166, 166, .45);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .16), 0 1px 1px #fff;
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, .16), 0 1px 1px #fff;
    border: 1px solid #ddd;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
}

.center .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    margin-top: -27px;
    position: relative;
    z-index: 10;
}

.center .m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

/*Слайдер товаров на главной странице, новинки, рекомендуемые, распродажа*/
.m-p-products-slider {
    position: relative;
}

.m-p-recommended-products {
    margin: 30px 0;
}

.m-p-products-slider .bx-viewport {
    height: auto !important;
}

.m-p-products-slider-start .product-wrapper {
    margin: 30px 0;
}

.recent-products .bx-prev,
.recent-products .bx-next,
.m-p-products-slider .bx-prev,
.m-p-products-slider .bx-next {
    position: absolute;
    top: -34px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/second-controls2.png) 0 0 no-repeat;
    text-indent: -999999px;
}

.recent-products .bx-prev:hover,
.m-p-products-slider .bx-prev:hover {
    background-position: 0 -30px;
}

.recent-products .bx-prev,
.m-p-products-slider .bx-prev {
    right: 35px;
}

.recent-products .bx-next,
.m-p-products-slider .bx-next {
    background-position: -30px 0;
    right: 0;
}

.recent-products .bx-next:hover,
.m-p-products-slider .bx-next:hover {
    background-position: -30px -30px;
}

.m-p-products h2 {
    padding: 0;
}

.m-p-products,
.m-p-recommended-products {
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.rec-title,
.m-p-new-products-title a,
.m-p-recommended-products-title a,
.m-p-sale-products-title a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 10px;
    border-top: 1px solid #fff;
            border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #cdcdcd;
    background: #e6e4e4;
    font-weight: bold;
}

.bx-viewport .product-inner {
    text-align: center;
}

.cart-table .action-list {
    list-style: none;
    display: block;
    margin: 0;
}

.cart-table .action-list li {
    margin: 0;
}

.fast-result-list {
    margin: 0;
    padding: 0;
}

.variant-row input[type='text'] {
    color: #000;
}

.block-variants {
    margin: 20px 0 0 0;
    padding: 0;
}

.block-variants .varian-price {
    margin: 0 0 0 20px;
    padding: 0;
}

.product-wrapper .block-variants {
    font-size: 14px;
    margin: 0;
    overflow: auto;
    max-height: 135px;
}
.reminfo,
.rem-info {
    color: red;
}

.mobile-menu-toggler {
    display: none;
}

.product-details-block .product-slides {
    position: relative;
}

.sticker-recommend,
.sticker-new {
    width: 80px;
    height: 81px;
    position: absolute;
    z-index: 55;
}

.sticker-recommend {
    top: -11px;
    right: -11px;
    background: url(../images/recommend-sticker.png);
}

.sticker-new {
    top: -11px;
    left: -11px;
    background: url(../images/new-sticker.png);
}

.img-cell {
    text-align: center;
}

.cart-img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.cart-img img {
    max-width: 100%;
}

.total-sum-cell {
    white-space: nowrap;
}

.cart-table .action-list li {
    float: left;
}

button,
a {
    outline: none;
    cursor: pointer;
}

.new-products-title {
    font-size: 22px;
    margin: 0 0 15px 0;
}


.block-variants label {
    display: block;
    cursor: pointer;
}

input[name='variant'],
.delivery-details-list li,
.delivery-details-list li label,
.order-storage label {
    cursor: pointer;
}

.block-variants label .varian-price {
    font-weight: bold;
}

/*recent products*/
.recent-products {
    position: relative;
    margin: 35px 0;
}

.recent-products h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 20px 0 0;
    color: #c00;
    display: inline-block;
}

.recent-products h2 .custom-arrow {
    position: absolute;
    width: 15px;
    height: 20px;
    right: 0;
    top: 15px;
}

.recent-products .product-wrapper .product-image {
    width: auto;
}

.recent-products .product-wrapper .product-name {
    height: 28px;
    line-height: 14px;
}

.recent-products .product-wrapper:hover .product-price {
    visibility: visible;
}

.recent-products .product-wrapper {
    margin: 0;
}

.recent-products .bx-next,
.recent-products .bx-prev {
    top: 50%;
}

.recent-products .bx-prev {
    left: 0;
    right: auto;
}

.recent-products .bx-next {
    right: 0;
    left: auto;
}

.recent-products-slider .product-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.recent-products .bx-viewport {
    padding: 5px;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner .amount_input {
    width: 30px;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .cart_form {
    float: left;
    width: 87px;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .addToCart {
    float: none;
    margin: 10px 0;
}

.wrapper .mg-main-menu {
    margin: 0;
}

.center h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

.wrapper .sub-categories {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0;
}

.wrapper .sub-categories li {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin: 5px!important;
    padding: 5px!important;
    background: #fff;
}

.sub-categories li a.sub-cat-name {
    margin: 5px 0 0 0;
    color: #000;
    text-decoration: none;
}

.sub-categories li a.sub-cat-name:hover {
    text-decoration: underline;
}

.sub-categories li a {
    display: block;
    font-size: 12px;
    text-align: center;
}

.sub-categories li a.sub-cat-img {
    height: 110px;
    position: relative;
}

.sub-categories li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cat-desc .cat-desc-img {
    width: 100px;
    float: left;
    margin: 10px 10px 10px 0;
    text-align: center;
}

.cat-desc .cat-desc-img img {
    max-width: 100%;
    height: auto;
}

.cat-desc .cat-desc-text {
    overflow: hidden;
}

.mg-compare-products .mg-compare-center .mg-compare-product h2 {
    font-size: 13px;
    text-align: center;
}

.mg-compare-products .mg-compare-center .mg-compare-product h2 a {
    text-decoration: none;
}

.wrapper .filter-form #price-slider {
    width: 90%;
}

.wrapper .filter-form .price-slider-list li {
    margin: 0;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .addToCart {
    top: 0;
    display: block;
    text-align: center;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .hidder-element {
    overflow: hidden;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .cart_form {
    float: none;
    margin: 10px auto 0;
}

.block-variants img {
    vertical-align: middle;
}

.wrapper .last-items-dropdown {
    width: auto;
}

.summ-info {
    margin: 25px 0 0 0;
}

.checkCapcha div {
    margin: 5px 0;
}

.summ-info .order-summ {
    color: red;
    font-weight: bold;
    font-size: 16px;
}


.product-rating {
    text-align: center;
    margin: 5px;
}

.product-rating .rating-action {
    cursor: pointer;
}

.product-rating .info,
.product-rating .rating-action {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.center .m-p-slider-wrapper {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    height: auto;
}

.center .m-p-slide-unit img {
    max-width: 100%;
}

.mg-product-slides .main-product-slide li a img {
    /*position: static;*/
}

.product-status .product-rating {
    text-align: left;
    margin: 5px 0;
}

.wrapper-mg-buy-click {
    clear: both;
}

.wrapper-back-ring .back-ring-button {
    padding: 0 8px;
    height: 43px;
    text-transform: none;
    font-size: 16px;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    width: 43px;
    -webkit-transition: width .2s ease-in-out;
         -o-transition: width .2s ease-in-out;
            transition: width .2s ease-in-out;
    border: 1px solid #165006;
    background: #299a0b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b));
    background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
    background:      -o-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(#299a0b),to(#299a0b));
    background:         linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );
}

.wrapper-back-ring .back-ring-button:hover {
    width: 270px;
}

.wrapper-back-ring .back-ring-button:before {
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url('../images/phone-icon.png') no-repeat;
}

.wrapper-back-ring {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111;
}

.add_new_comment img {
    vertical-align: middle;
}

.add_new_comment .textarea-wrapper {
    margin: 0 0 10px 0;
}

.wrapper .ui-slider .ui-slider-range {
    background: #f4c336;
}

.wrapper .news-block {
    padding: 0;
    margin: 20px 0;
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.wrapper .filter-form {
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.wrapper .news-block .news-footer,
.wrapper .news-block .news-body {
    padding: 10px;
    margin: 0;
}

.wrapper .news-block .news-footer {
    padding-top: 0;
}


.wrapper .product-cart .promo-form {
    float: left!important;
}

.counter-widget {
    float: left;
    margin: 17px 0 0 30px;
}

.in-stock {
    color: green;
}

.mg-compare-products .mg-compare-center .mg-compare-product .mg-compare-product-image {
    margin: 0 0 10px 0;
}

.delivery-date {
    margin: 0 0 10px 0;
}

.product-status .rem-info {
    margin: 5px 0;
}

.count-cell .cart_form {
    margin: 0;
}
.mg-cat-img {
    position: relative;
    display: -moz-flex;
    display:  -ms-flex;
    display:   -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:      flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}


@supports (display: flex) {
    .menu-block > .cat-list li a {
        display: -moz-flex;
        display:  -ms-flex;
        display:   -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display:      flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
}

.mg-cat-img img {
    max-width: 100%;
    height: 100%;
}
.menu-block ul > li > a > span:nth-child(3) {
    margin-left: auto;
}
.product-wrapper a:not(.addToCompare) {
    margin-bottom: 5px;
}
.logo-block img {
    width: 100%;
    max-width: 300px;
}
.mg-filter-item label {
    cursor: pointer;
}
.filter-form .price-slider-list li span {
    width: auto;
}
.products-wrapper .mg-buy-click-button {
    min-width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
}
.products-wrapper .variants-table {
    margin: 0 auto 5px;
}
.product-wrapper:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}
.mg-filter-item ul li {
    list-style: none;
}
.mg-filter-item ul li label {
    display: block;
}
.mg-filter-item ul {
    padding-left: 0;
}
#treelike-comments form button {
    padding: 6px 10px 6px 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.amount_input {
    text-align: center;
}
/* Размерная сетка */
.sizeMap-row span {
    font-size: 14px;
}
.sizeMap-row .size {
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 4px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #656060;
}
.sizeMap-row .size.active,
.sizeMap-row .color.active {
    border-color: #333!important;
}
.sizeMap-row .size,
.sizeMap-row .color {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    color: #000;
}
.sizeMap-row .color {
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6;
}
.sizeMap-row .color {
    background: -webkit-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background:      -o-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,.25)), to(rgba(0,0,0,.125)));
    background:         linear-gradient(to bottom right, rgba(255,255,255,.25), rgba(0,0,0,.125));
}
.sizeMap-row .color,
.sizeMap-row .size,
.c-filter .color-filter .cbox {
    -webkit-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}
.sizeMap-row .color:hover,
.sizeMap-row .size:hover {
    border-color: #333;
}
.color-block > * {
    vertical-align: middle;
}
.size-block > span,
.color-block > span {
    display: inline-block;
    min-width: 60px;
    margin-right: 5px;
}
.size.inactive:before {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #4a4848;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}
.size.inactive {
    background: #eaeaea;
    color: #817f7f;
    position: relative;
}
.mg-filter .color-filter span.value-name {
    display: none;
}

.mg-filter .color-filter {
    display: inline-block;
}
.filter-form .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: -webkit-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background:      -o-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background:         linear-gradient(-45deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
}
.filter-form .color-filter label:hover .cbox {
    -webkit-box-shadow: 0 0 0 3px #d9d9d9;
            box-shadow: 0 0 0 3px #d9d9d9;
}
.filter-form .color-filter label [type='checkbox']:checked ~ .cbox {
    -webkit-box-shadow: 0 0 0 3px #333;
            box-shadow: 0 0 0 3px #333;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.product-wrapper .color-block > span,
.product-wrapper .size-block > span {
    display: none;
}
.product-wrapper .sizeMap-row .size {
    min-width: 21px;
    height: 21px;
    margin: 10px 3px 5px 0;
	padding: 0 3px;
}

.product-wrapper .sizeMap-row .color {
    min-width: 21px;
    height: 21px;
    margin: 10px 2px 5px 0;
}
.c-variant__row {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}
/* Селекты языка и валюты */
.selects {
    float: right;
    margin: 8px 0 20px;
}
.selects svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    fill: #fff;
    color: #fff;
}
/* Склады */
tr.sklad {
    border-bottom: 1px dotted #dadada;
}
.sklad p span {
    font-size: 13px;
    display: block;
    color: #b5b5b5;
}
.sklad p {
    margin: 0;
    padding: 0;
    color: #524d4d;
}
tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}
.order-storage label [disabled] + span {
    text-decoration: line-through;
    color: #525252;
}
.order-storage input[name='storage'] {
    margin-right: 7px;
}
.c-order__title {
    font-weight: bold;
}
.order-storage p.st-error,
.order-storage label {
    font-size: 13px;
    margin: 5px 0;
    display: block;
}
.order-storage p.st-error {
    color: red;
}
.order-storage.c-form {
    margin-bottom: 15px;
}
/* Доп поля в оформлении */
li.c-order__list--item.c-order__radiobutton label {
    display: block;
    margin-bottom: 10px;
}
li.c-order__list--item.c-order__checkbox label {
    margin: 10px 0;
}
.wrapper li.c-order__list--item label input[type='checkbox'],
.wrapper li.c-order__list--item label input[type='radio'] {
    width: unset;
}
/* Строковые хар-ки */
.prop-string .prop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    color: #333;
    font-size: 16px;
    list-style: none;
    position: relative;
    border-bottom: 2px dotted #000;
}
ul.prop-string {
    padding: 0;
}
.prop-string .prop-name {
    max-width: 90%;
    padding-right: 5px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.prop-string .prop-spec {
    float: right;
    width: 55%;
    padding-left: 5px;
    z-index: 1;
}
.prop-string .prop-spec,
.prop-string .prop-name,
.prop-string .prop-unit {
    -webkit-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
    margin-bottom: -5px;
    color: #333;
    background: #fff;
}
.prop-string .name-group {
    position: relative;
    margin: 15px 0;
    color: #000;
    font-weight: 600;
    list-style: none;
    font-size: 14px;
}
.prop-string .prop-item:hover span {
    color: #5b3f97; /* Цвет строки при наведении */
}
.prop-string .prop-item {
    cursor: text;
}
#tab_property {
    margin-bottom: 30px;
}
.removeFilter svg {
    width: 8px;
    height: 8px;
}
.c-apply__title {
    margin-bottom: 10px;
}
.c-apply__refresh .refreshFilter {
    margin-left: 0;
    margin-bottom: 10px;
}
.prop-price {
    float: right;
}
.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
    max-width: 343px;
}
.whole-info .prop-item span {
    color: #000;
}
.prop-string .name-group {
    margin-top: 0;
}
.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}
.color-filter.disabled span.cbox {
    position: relative;
}
li.color-filter.disabled {
    opacity: 1;
}
.filter-form label [type='checkbox']:checked ~ .cbox {
    background: rgb(0, 0, 0);
}
.filter-form label .cbox {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 10px;
    -webkit-box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
            box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
    background: rgb(255, 255, 255);
}
.filter-form .mg-filter .mg-filter-item ul li label {
    display: -moz-flex;
    display:  -ms-flex;
    display:   -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:      flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.filter-form label:before {
    display: none;
}
.filter-form .mg-filter .mg-filter-item ul li label input[type='checkbox'] {
    width: 0;
    height: 0;
    opacity: 0;
}
.filter-form .disabled-prop {
    opacity: .3;
    cursor: default;
}
.powered a {
    font-weight: 700;
}
.powered a .red {
    color: #d90707;
}
.j-alert__default {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, .3);
    border-radius: 4px;
    background: #ebf7fd;
    text-shadow: 0 1px 0 #fff;
    box-sizing: border-box;
            box-sizing: border-box;
}
.addressPartsContainer,
.addressPartsTitle {
    display: none;
}
.addressPartsContainer span {
    display: block;
}
.block-variants img {
    vertical-align: middle;
    max-width: 60px;
    max-height: 35px;
    height: auto;
    object-fit: contain;
}
.c-variant__img {
    display: inline-block;
    margin: 0 5px;
}
.c-variant__row:hover,
.c-variant__row.active-var {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.c-variant__row {
    transition: .3s;
    border-radius: 2px;
    border: 1px solid transparent;
    margin-bottom: 2px;
    display: block;
}
.c-variant__row .c-form {
    padding: 0 10px;
    position: relative;
}
.c-variant__price--current {
    font-size: 15px;
    font-weight: 700;
}
.c-variant__row--not-available .c-form:after {
    content: '';
    transition: .3s;
}
.c-variant__row--not-available:hover .c-form:after {
    content: 'Нет в наличии';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: rgba(47, 43, 43, 0.7490196078431373);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 1;
    border-radius: 2px;
}
.c-variant__row--not-available .c-form >* {
    opacity: .5;
}
.c-variant__title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9dbdb;
}
.product-rating .c-variant__row .c-form {
    padding: 0;
}

/* Избранное */
.mg-add-to-favorites,
.mg-remove-to-favorites {
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 5px 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 5px;
    line-height: 17px;
    position: absolute;
    top: -27px;
    background: #fff;
    right: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 125px;
    text-decoration: none;
}

.product-wrapper:hover .mg-add-to-favorites,
.product-wrapper:hover .mg-remove-to-favorites {
    opacity: 1;
    visibility: visible;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites:hover svg {
    stroke: #333;
    fill: #fff;
}

.mg-add-to-favorites:hover svg,
.mg-remove-to-favorites svg {
    stroke: #ffd325;
    fill: #ffc107;
}

.remove__hover {
    display: none;
    width: 87px;
    text-align: center;
}

.mg-remove-to-favorites--product .remove__hover {
    width: 102px;
}

.mg-remove-to-favorites:hover .remove__text {
    display: none;
}

.mg-remove-to-favorites:hover .remove__hover {
    display: inline-block;
}

.favourite {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-decoration: none;
    background: rgb(73, 80, 163);
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
}

.j-favourite--open {
    visibility: visible;
    opacity: .6;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.j-favourite--open:hover {
    opacity: .9;
}

.mg-remove-to-favorites--product,
.mg-add-to-favorites--product {
    visibility: visible;
    opacity: 1;
    top: 5px;
    z-index: 51;
    border: 0;
    background: transparent;
    font-size: 12px;
    width: 145px;
}

.mg-remove-to-favorites--product svg,
.mg-add-to-favorites--product svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
}

.mg-product-slides {
    position: relative;
}

.c-carousel--index .owl-stage-outer {
    padding-top: 26px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.favourite__text svg {
    width: 20px;
    height: 20px;
    fill: #ffc107;
    vertical-align: text-bottom;
}

.mg-add-to-favorites:hover,
.mg-remove-to-favorites:hover {
    text-decoration: none;
}

.product-wrapper {
    position: relative;
}

.m-p-products-slider .owl-carousel .owl-wrapper-outer {
    padding-top: 25px;
}
.product-opfield__value {
    color: #000;
}
.c-order__list--width textarea {
    width: 260px;
    height: 100px;
    padding: 5px 3px;
    border-radius: 5px;
}
.c-order-field__title {
    margin: 10px 0 5px;
}
.c-order__checkbox input[type="checkbox"] {
    margin: 0;
    line-height: 1;
    padding: 0;
    height: auto;
}
.c-order__checkbox {
    margin: 10px 0;
}
.product-wrapper .product-image .mg-product-image {
    margin: 0 auto;
}

.news-header {
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
}

.manager-information-comm {
    margin-left: 5px
}

.manager-information {
    display: flex;
    align-items: center;
}

.manager-information-head {
    font-weight: 700;
}

.mg-filter-item .mg-filter-prop-select {
    max-width: 100%;
}

.product-opfield {
    margin-bottom: 5px;
}
.c-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #dadada;
}

.deliveryInfo {
    padding-top: 5px;
    color: #777;
    line-height: 1.4;
    padding-left: 33px;
    flex: 1;
}

.c-phone-registry {
    background: #fff;
    color: #000;
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.c-phone-registry [src="captcha.html"] {
    vertical-align: middle;
}

.c-phone-registry .custom-text {
    color: #3c763d;
    font-size: 14px;
    font-weight: bold;
}

.c-phone-registry__list {
    width: 100%;
    max-width: 485px;
}

.c-phone-registry__tip {
    font-size: 12px;
    color: #9f999f;
    margin-top: 15px;
    display: block;
}

.c-phone-registry .name-input input {
    width: 100%;
}

[for="add-login-phone"] {
    cursor: pointer;
}

.c-phone-registry .c-form__row {
    display: flex;
}

.c-phone-registry .c-form__row button {
    margin-right: 8px;
}

.c-phone-registry__list .c-form__row {
    display: block;
}

.c-phone-registry .c-form__row .c-button--link {
    padding: 5px 10px;
    color: #fff !important;
    font-size: 15px;
    background: linear-gradient(to bottom, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    margin-bottom: 20px;
}

.mg-error {
    padding: 15px;
    padding: 15px;
    border: 1px solid rgba(216, 80, 48, .3);
    margin: 20px 0;
    color: #d85030;
    background: #fff1f0;
}

.titles-modal-mg-buy-click h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


#chd-show-more-button{
    display: block;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 15px;
    background: #0b3453;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), color-stop(100%, #1d5d8c));
    background: -webkit-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    background: -o-linear-gradient(top, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b3453), color-stop(49%, #0f3e61), color-stop(53%, #14405e), to(#1d5d8c));
    background: linear-gradient(to bottom, #0b3453 0%, #0f3e61 49%, #14405e 53%, #1d5d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3453', endColorstr='#1d5d8c', GradientType=0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    margin: 0 auto;
    width: max-content;
}

.show-more-container{
    width: 100%;
}

.checkCapcha {
    margin-bottom: 10px;
}
.link-whatsapp{text-decoration:none;display:flex;align-items:center;gap:10px;margin-top: 4px}
.link-whatsapp:hover span{text-decoration:underline;}
.link-whatsapp:hover svg{fill:#fff}