@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

a {
    color: #005bff;
    text-decoration: none;
    cursor: pointer;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #38221d;
	font-size: 16px;
	font-weight: 400;	
	position: relative;
	min-width: 1280px;
}

.container {
	max-width: 1750px;
    padding: 0 55px;
    margin: 0 auto;
}

.header .container {
    padding: 0 20px;
}

@media (max-width: 1330px) {
	.header .container {
		padding: 0 20px;
	}
}

iframe {
	border: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

h1, .h1 {
    font-size: 32px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 19px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 17px;
    font-weight: 700;
}

h5, .h5 {
    font-size: 17px;
    font-weight: 700;
}

.btn-1 {
	padding: 12px 63px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    background-color: #ec2c00;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
	cursor: pointer;
	border: none;
}

.btn-1:hover {
	opacity: 0.8;
}

.btn-2 {
	padding: 12px 63px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    background-color: #38221d;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
	cursor: pointer;
	border: none;
}

.btn-2:hover {
	opacity: 0.8;
}

.hidden {
	display: none;
}

.rating-cl .mc-stars {
    font-size: 0;
}

.rr-dop-info .rating-cl .mc-stars {
	height: 18px;
}

::-webkit-input-placeholder {color: #a3a3a3;}
::-moz-placeholder          {color: #a3a3a3;}/* Firefox 19+ */
:-moz-placeholder           {color: #a3a3a3;}/* Firefox 18- */
:-ms-input-placeholder      {color: #a3a3a3;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.currency-rub {
  visibility: hidden;
  position: relative;
}

.currency-rub > span {
    font-size: 7px;
}

.currency-rub:after {
  content: "₽";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: normal;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs .breadcrumbs__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs__item {
    display: flex;
    align-items: center;
}

.breadcrumbs .breadcrumbs__item:after {
    padding: 0 5px;
    color: #58595b;
    content: ">";
    font-size: 16px;
}

.breadcrumbs .breadcrumbs__item_last:after {
    display: none;
}

.breadcrumbs .breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs .breadcrumbs__item > a,
.breadcrumbs .breadcrumbs__item > span {
    text-decoration: none;
    color: #38221d;
    font-size: 12px;
    font-weight: 400;
}

.breadcrumbs__item-home {
    background: url('../image/icons/home.svg') no-repeat;
    background-size: cover;
    display: block;
    width: 17px;
    height: 17px;
	text-indent: -99999px;
}

/* Pagination */
.pagination {
    margin: 20px 0 30px 0;
}

.pagination .pagination__links {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.pagination .pagination__links > a, .pagination .pagination__links > b {
    margin: 0 5px;
    background: #fff;
    border: 1px solid #efdecd;
    border-radius: 5px;
    padding: 7px 9px;
	color: #38221d;
}

.pagination .pagination__links > b {
    background: #efdecd;
    border: 1px solid #efdecd;
}

.pagination .pagination__results {
    margin-top: 15px;
    text-align: center;
}

/* Form */
.form-agree {
    display: none;
}

.form-field {
    margin-bottom: 15px;
}

.form__field {
    margin-bottom: 15px;
}

.form .form__field.required .form__label:after {
    content: '*';
    color: #ec2c00;
    font-weight: 500;
    padding-left: 4px;
    font-size: 14px;
}

label.control-label {
    display: block;
    color: #38221d;
    margin-bottom: 5px;
}

input.form-control {
    width: 100%;
    height: 37px;
    padding: 4px 12px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    max-width: 100%;
	font-size: 16px;
	font-family: Arial;
}

textarea.form-control {
    width: 100%;
    min-height: 60px;
    padding: 4px 12px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    max-width: 100%;
    font-size: 16px;
    font-family: Arial;
}

.form-button button {
    width: 100%;
    height: 36px;
    padding: 4px 12px;
    border-radius: 6px;
    background: #38221d;
    color: #fff;
    border: none;
	cursor: pointer;
}

.form-result {
    font-size: 14px;
	margin-top: 10px;
	display: none;
}

.form__result {
    font-size: 14px;
	margin-top: 10px;
	display: none;
}

/* Notification */
.notification {
    margin-bottom: 15px;
	padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
	line-height: 1.5;
}

.notification_success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.notification_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Table */
table.spec {
    border-collapse: collapse;
    margin: 10px 0;
	width: 100%;
}
table td.spec_name {
    background: #F6F6F6;
    /*width: 0;*/
    white-space: nowrap;
    vertical-align: top;
}

table.spec td {
    border: 1px solid #efdecd;
    padding: 10px 10px;
}
table td.spec_name a {
    color: #492E28;
    font-weight: bold;
}

/* Tabs */
.tabs ul.tabs-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.tabs ul.tabs-nav > li {
    width: 100%;
    text-align: center;
	position: relative;
}

.tabs ul.tabs-nav > li:after {
	content: '';
    background-color: #f6f6f6;
    display: block;
    width: 2px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 1;
}

.tabs ul.tabs-nav > li.active:before {
	content: '';
    background-color: #ddd;
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 2;
}

.tabs ul.tabs-nav > li.active:first-child:before {
	display: none;
}

.tabs ul.tabs-nav > li span {
    font-size: 24px;
    color: #685855;
    text-transform: uppercase;
    background-color: #ddd;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.tabs ul.tabs-nav > li.active span {
    background-color: #fff;
    font-weight: bold;
    color: #38221d;
}

.tabs .tabs-items .tabs-item {
    padding: 20px 0;
	display: none;
}

.tabs .tabs-items .tabs-item.active {
	display: block;
}

.columns {
    display: flex;
}

.columns__content > h1 {
    margin-top: 0;
}

/* Youtube Video */
.lazyframe{position:relative;background-color:currentColor;background-repeat:no-repeat;background-size:cover}.lazyframe__title{position:absolute;top:0;left:0;right:0;padding:15px 17px;z-index:3}.lazyframe__title:after{z-index:-1}.lazyframe:hover{cursor:pointer}.lazyframe:before{display:block;content:"";width:100%;padding-top:100%}.lazyframe[data-ratio="16:9"]:before{padding-top:56.25%}.lazyframe[data-ratio="4:3"]:before{padding-top:75%}.lazyframe[data-ratio="1:1"]:before{padding-top:100%}.lazyframe iframe{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;width:100%;height:100%}.lazyframe[data-vendor="youtube"]{background-color:#e52d27;font-family:Roboto, Arial, Helvetica, sans-serif}.lazyframe[data-vendor="youtube"] .lazyframe__title{color:#eee;font-family:Roboto, Arial, Helvetica, sans-serif;font-size:18px;text-shadow:rgba(0,0,0,0.498039) 0px 0px 2px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;transition:color 0.1s cubic-bezier(0.4, 0, 1, 1)}.lazyframe[data-vendor="youtube"] .lazyframe__title:hover{color:#fff}.lazyframe[data-vendor="youtube"] .lazyframe__title:before{content:'';display:block;background:linear-gradient(rgba(0,0,0,0.2), transparent);height:98px;width:100%;pointer-events:none;position:absolute;top:0;left:0;right:0;z-index:-1;-webkit-tap-highlight-color:transparent}.lazyframe[data-vendor="youtube"]:before{padding-top:56.25%}.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before{padding-top:56.25%}.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before{padding-top:75%}.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before{padding-top:100%}.lazyframe[data-vendor="youtube"]:after{content:'';position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");background-position:center center;background-size:100%;background-repeat:no-repeat;opacity:.81;border:none;z-index:4}.lazyframe[data-vendor="youtube"]:hover:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");opacity:1}.lazyframe[data-vendor="vimeo"]{background-color:#00adef}.lazyframe[data-vendor="vimeo"] .lazyframe__title{font-family:"Helvetica Neue", Helvetica, Arial;color:#00adef;font-size:20px;font-weight:bold;text-rendering:optimizeLegibility;user-select:none;-webkit-font-smoothing:auto;-webkit-tap-highlight-color:transparent;background-color:rgba(0,0,0,0.5)}.lazyframe[data-vendor="vimeo"]:before{padding-top:56.25%}.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before{padding-top:56.25%}.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before{padding-top:75%}.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before{padding-top:100%}.lazyframe[data-vendor="vimeo"]:after{content:'';height:40px;width:65px;display:block;position:absolute;bottom:10px;left:10px;z-index:3;background-color:rgba(0,0,0,0.5);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");background-position:center center;background-size:100% 100%;background-repeat:no-repeat;border-radius:5px;position:relative}.lazyframe[data-vendor="vimeo"]:hover:after{background-color:#00adef}.lazyframe[data-vendor="vine"]{background-color:#00bf8f}.lazyframe[data-vendor="vine"] .lazyframe__title{color:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;white-space:nowrap;z-index:3;positon:relative}.lazyframe[data-vendor="vine"] .lazyframe__title:after{content:'';position:absolute;top:0;left:0;right:0;z-index:-1;height:115px;padding:24px 70px 24px 24px;background:linear-gradient(to top, rgba(23,23,23,0) 0, rgba(23,23,23,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3171717", endColorstr="#00171717", GradientType=0 )}.lazyframe[data-vendor="vine"]:before{padding-top:100%}.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before{padding-top:56.25%}.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before{padding-top:75%}.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before{padding-top:100%}.lazyframe[data-vendor="vine"]:after{content:'';width:60px;height:60px;position:absolute;left:50%;top:50%;z-index:4;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");background-color:rgba(0,0,0,0.5);background-size:cover;background-repeat:no-repeat;margin-top:-30px;margin-left:-30px;border-radius:50%}.lazyframe[data-vendor="vine"]:hover:after{background-color:rgba(0,0,0,0.75)}
.lazyframe--custom {
    background: #404040; 
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.lazyframe--custom .lazyframe__title{
  position: relative;
  width: 100%;
  display: block;
  font-size: 32px;
  font-family: arial;
  color: white;
}
.lazyframe--custom:before{
  width: auto;
}

.lazyframe[data-vendor="youtube"]{
	background-color:#000000;
	width: 100%;
    /*max-width: 560px;*/
}


/* Header */
.header {
	width: 100%;
    background: url('../image/header-bg.jpg') no-repeat 50% 50%;	
	background-size: cover;
}

.header .header__message {
    color: #fff;
    background: #38221d;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 13px;
    line-height: normal;
}

.header.fixed .header__message {
	color: #000;
    background: #efdece;
}

.header .header__content {
    padding: 17px 0;
    display: flex;
    color: #38221d;
    align-items: center;
}

.header .header__left {
    margin-right: 80px;
	display: flex;
	align-items: center;
}

.header__logo {
    margin-left: 10px;
}

.header .header__phone {
    display: flex;
    align-items: center;
	cursor: pointer;
}

.header .header__phone-working-hours {
    font-size: 8px;
    font-weight: 400;
	margin-bottom: 2px;
}

.header .header__phone-text {
    font-size: 20px;
    font-weight: 700;
}

.header .header__phone-icon {
    margin-right: 14px;
}

.header .header__phone-icon:after {
	content: '';
    display: block;
    background: url('../image/icons/phone.svg') no-repeat 50% 50%;
    width: 22px;
    height: 34px;
    background-size: cover;
}

.header .header__right {
    flex: 1;
    display: flex;
    justify-content: end;
}

.header .header__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header .header__catalog-btn {
	display: none;
}

.header .header__callme {
	cursor: pointer;
}

.header .header__links {
    display: flex;
    align-items: center;
}

.header .header__links > div {
    padding: 0 25px;
}

.header .header__link a {
    color: #38221d;
    font-size: 16px;
    text-decoration: none;
}

.header .header__account a {
    color: #38221d;
}

.header__account-text {
    font-size: 12px;
}

.header .header__elements {
    display: flex;
    align-items: center;
}

.header .header__element {
    padding: 0 22px;
    cursor: pointer;
    color: #38221d;
}

.header .header__element_cart {
    cursor: pointer;
}

.header .header__element-icon {
	height: 30px;
	margin-bottom: 5px;
	position: relative;
}

.header .header__element-icon:after {
    content: '';
	display: block;
    background-size: cover;
	margin: 0 auto;
}

.header .header__element .header__element-total {
    display: none;
	position: absolute;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 9%);
    background-color: #38221d;
    width: 30px;
    text-align: center;
    right: -9px;
    top: -4px;
    color: #fff;
    font-size: 13px;
}

.header .header__element_wishlist .header__element-total {
    right: 0;
}

.header .header__element .header__element-icon.full .header__element-total {
    display: block;
}

.header .header__element_city .header__element-icon:after {
	background: url('../image/icons/city.svg') no-repeat 50% 50%;
    width: 18px;
    height: 28px;
}

.header .header__element_wishlist .header__element-icon:after {
	background: url('../image/icons/wishlist.svg') no-repeat 50% 50%;
    width: 30px;
    height: 26px;
}

.header .header__element_cart .header__element-icon:after {
	background: url('../image/icons/cart.svg') no-repeat 50% 50%;
    width: 31px;
    height: 28px;
    background-size: cover;
}

.header .header__element-text {
    font-size: 12px;
}

.header .header__account-icon {
	margin-bottom: 5px;
}

.header .header__account-icon:after {
	content: '';
	display: block;
	background: url('../image/icons/login.svg') no-repeat 50% 50%;
    width: 29px;
    height: 26px;
    background-size: cover;
	margin: 0 auto;
}

.header .header__account_logged .header__account-icon:after {
	content: '';
	display: block;
	background: url('../image/account-icons/edit.svg') no-repeat 50% 50%;
    width: 15px;
    height: 26px;
    background-size: cover;
	margin: 0 auto;
}

.header .header__account-text {
    font-size: 12px;
	margin-top: 8px;
}

.header .header__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.header .header__description {
    font-size: 12px;
}

.header .header__description p {
    margin: 0;
}

.header__search {
    flex: 1;
	min-width: 0;
	position: relative;
    margin: 0 10px;
}

.header__search-input-group {
    position: relative;
}

.header .header__search-input {
    width: 100%;
    height: 44px;
    padding: 4px 15px;
    max-width: 100%;
    border-radius: 7px;
    border: 1px solid #707070;
    background-color: #ffffff;
}

.header .header__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
	cursor: pointer;
}

.header .header__search-btn:before {
	content: '';
    display: block;
    background: url('../image/icons/search.svg') no-repeat;
    width: 17px;
    height: 18px;
    margin: 0 auto;
}

.header .header__search-btn:hover {
    opacity: 0.5;
}

.header .header__search_fixed {
	display: none;
}


header.fixed {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #38221d;
}

.header.fixed .header__content {
    padding: 14px 0 14px 0;
}

.header.fixed .header__left,
.header.fixed .header__bottom {
    display: none;
}

.header.fixed .header-menu .header-menu__content {
    display: none;
}

.header.fixed .header-menu {
	margin: 0;
}

.header.fixed .header__top {
    color: #fff;
}

.header.fixed .header__catalog-btn {
    display: flex;
    align-items: center;
	cursor: pointer;
}

.header.fixed .header__catalog-btn-text {
    color: #efdecd;
    text-transform: uppercase;
    font-size: 16px;
}

.header.fixed .header__catalog-btn-icon {
    margin-right: 24px;
}

.header.fixed .header__phone-icon:after {
    filter: brightness(0) invert(1);
}

.header.fixed .header__link a {
    color: #fff;
}

.header.fixed .header__link:last-child {
    display: none;
}

.header.fixed .header__element_wishlist .header__element-icon:after {
    filter: brightness(0) invert(1);
}

.header.fixed .header__element_cart .header__element-icon:after {
    filter: brightness(0) invert(1);
}

.header.fixed .header__account a {
    color: #fff;
}

.header.fixed .header__account_logged .header__account-icon:after {
    filter: brightness(0) invert(1);
}

.header.fixed .header__account-icon:after {
	filter: brightness(0) invert(1);
}

.header.fixed .header__element {
    color: #fff;
}

.header.fixed .header__element_city .header__element-icon:after {
    filter: brightness(0) invert(1);
}

.header.fixed .header__element .header__element-total {
    background-color: #efdecd;
    color: #38221d;
	z-index: 1;
}

.header.fixed .header__search_fixed {
    display: block;
    margin-left: 0;
    max-width: 260px;
	padding: 0 10px;
}

.header.fixed .header__search_fixed .ajax-search {
    width: 800px;
    left: 10px;
    margin-left: 0;
}

.header.fixed .header__phone {
    padding: 0 10px;
	order: 9;
}

@media (max-width: 1380px) {
	.header.fixed .header__links > div {
		padding: 0 10px;
	}
	
	.header .header__left {
		margin-right: 50px;
	}
}

/* Header Menu */
.header-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #38221d;
	margin-bottom: 20px;
}

.header-menu .header-menu__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	position: relative;
    z-index: 995;
}

.header-menu .header-menu__item {
    display: flex;
    align-items: center;
	height: 78px;
    padding: 13px 0;
    justify-content: center;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.header-menu .header-menu__item-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.header-menu .header-menu__item-icon {
    margin-right: 17px;
}

.header-menu .header-menu__item-icon img {
    filter: brightness(0) invert(1);
}

.header-menu .header-menu__item_catalog .header-menu__item-text {
    color: #efdecd;
    text-transform: uppercase;
}

.header-menu .header-menu__separator {
    width: 2px;
    height: 52px;
    background: #61504c;
}


@media (max-width: 1450px) {
	.header__search {
		margin: 0;
	}
	
	.header-menu .header-menu__item-icon {
		margin-right: 5px;
	}
	
	.header-menu .header-menu__item-icon img {
		width: 80%;
	}

	.header-menu .header-menu__item-text {
		font-size: 14px;
	}

}

/* Slider Big */
.slider_big {
	display: flex;
    overflow: hidden;
    margin: 32px auto;
}

.slider_big .slick-prev, .slider_big .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 23px;
    height: 43px;
    display: block;
    transition: all ease .3s;
    cursor: pointer;
    z-index: 1;
	filter: drop-shadow(5px 0 5px black);
}

.slider_big .slick-prev {
    left: 35px;
    background: url('../image/slider-icons/next.svg') no-repeat 50% 50%;
	transform: translate(0,-50%) rotate(180deg);
}

.slider_big .slick-next {
    right: 35px;
    background: url('../image/slider-icons/next.svg') no-repeat 50% 50%;
}

.slider_big .slick-arrow.slick-disabled {
    display: none !important;
}

.slider_big .slider__item img {
    border-radius: 10px;
}

/* Slider Small */
.slider_small {
    overflow: hidden;
    display: flex;
}

.slider_small.slick-initialized.slick-slider {
    overflow: visible;
}

.slider_small .slick-prev, .slider_small .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 22px;
    height: 43px;
	display: block;
	transition: all ease .3s;
	cursor: pointer;
	background-size: 100%;
	z-index: 1;
}

.slider_small .slick-prev {
	right: 100%;
	margin-right: 20px;
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
	background-size: cover;
}

.slider_small .slick-next {
	left: 100%;
	margin-left: 20px;
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
	background-size: cover;
}

.slider_small .slick-arrow.slick-disabled {
	opacity: 0.3;
}

.slider_small .slider__item {
	margin-right: 32px;
	font-size: 0;
    display: flex !important;
}

.slider_small > .slider__item:last-child {
	margin-right: 0;
}

.slider_small.slick-initialized .slick-slide:last-child .slider__item {
    margin-right: 0;
}

.slider_small .slider__item img {
    border-radius: 10px;
}

/* Product Stickers */
.product-stickers {
    display: flex;
	align-items: center;
}

.product-stickers .product-stickers__sticker {
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-stickers .product-stickers_sticker_special {
    background-color: #00b63e;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.product-stickers > div {
    margin-left: 10px;
}

.product-stickers > div:first-child {
    margin-left: 0;
}

.product-stickers .product-stickers_sticker_bestseller {
    background-color: #ff0000;
    color: #fff;
}

.product-stickers .product-stickers_sticker_new {
	background-color: #4b924c;
    color: #fff;
}

/* Product Mini Card */
.product-carousel {
    margin: 45px 0;
	max-width: 100%;
}

.product-carousel__title {
    color: #38221d;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    line-height: 1.1;
	justify-content: center;
	align-items: center;
}

.product-carousel__title_bestseller:before {
    content: '';
    background: url('../image/icons/bestseller.svg') no-repeat 50% 50%;
    width: 33px;
    height: 32px;
    display: block;
    margin-right: 8px;
}

.product-carousel__title_special:before {
    content: '';
    background: url('../image/icons/special.svg') no-repeat 50% 50%;
    width: 27px;
    height: 27px;
    display: block;
    margin-right: 8px;
}

.product-carousel__title_latest:before {
    content: '';
    background: url('../image/icons/latest.svg') no-repeat 50% 50%;
    width: 32px;
    height: 33px;
    display: block;
    margin-right: 8px;
}

.product-carousel__items {
    display: flex;
	overflow: hidden;
}

.product-carousel__items.slick-initialized.slick-slider {
    overflow: visible;
}


.product-carousel__items .slick-prev, .product-carousel__items .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 22px;
    height: 43px;
	display: block;
	transition: all ease .3s;
	cursor: pointer;
	background-size: 100%;
	z-index: 1;
}

.product-carousel__items .slick-prev {
	right: 100%;
	margin-right: 20px;
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-carousel__items .slick-next {
	left: 100%;
	margin-left: 20px;
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-carousel__items .slick-arrow.slick-disabled {
	opacity: 0.3;
}

.product-carousel .slick-slide > div {
    display: flex;
    height: 100%;
}

.product-carousel__items .products__card {
    margin-right: 44px;
    min-width: 336px;
    max-width: 336px;
    display: flex !important;
    flex-direction: column;
}

.product-carousel__items > .products__card:last-child {
	margin-right: 0;
}

.product-carousel__items.slick-initialized .slick-slide:last-child .products__card {
    margin-right: 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 20px 15px;
	height: 100%;
	width: 100%;
	position: relative;
}

.product-card .product-card__stickers {
	position: absolute;
	top: 20px;
    left: 15px;
	z-index: 1;
}

.product-card .product-card__image {
    margin-bottom: 15px;
	position: relative;
}

.product-card .product-card__image a {
    display: block;
}

.product-card .product-card__image img {
    margin: 0 auto;
}

.product-card .product-card__discount-sticker {
    background-color: #00b63e;
    font-size: 14px;
    position: absolute;
	top: -3px;
    font-weight: bold;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
}

.product-card__gift {
    background: #ff0000;
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-card__gift-text {
	display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
	padding: 3px 10px;
	cursor: help;
}

.product-card__gift-text:after {
    content: '';
    background: url('../image/icons/help.svg');
    background-size: cover;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    display: block;
    filter: invert(1);
}

.product-card .product-card__sku-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card .product-card__sku-rating .rating-cl__number-reviews, 
.product-card .product-card__sku-rating .rating-cl__grade {
    display: none;
}

.product-card .product-card__sku {
    font-size: 14px;
	margin-top: 1px;
}

.product-card .product-card__sku-rating .product-card__sku {
    flex: 1;
    min-width: 0;
}

.product-card .product-card__name {
    margin: 15px 0;
    /*height: 88px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-card .product-card__name a {
    color: #38221d;
    font-size: 16px;
    font-weight: 700;
}

.product-card .product-card__prices {
    display: flex;
    align-items: baseline;
	margin-bottom: 20px;
}

.product-card .product-card__price {
    color: #38221d;
    font-size: 32px;
    font-weight: 700;
}

.product-card .product-card__old-price {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 14px;
}

.product-card .product-card__old-price .currency-rub:after {
    text-decoration: line-through;
}

.product-card .product-card__prices_wholesale {
    flex-direction: column;
}

.product-card .product-card__prices_wholesale .product-card__price:before {
    content: 'Опт.';
    font-size: 19px;
    color: #6c6c6c;
    font-weight: 400;
}

.product-card .product-card__prices_wholesale .product-card__old-price:before {
    content: 'Розн.';
    color: #6c6c6c;
}

.product-card .product-card__prices_wholesale .product-card__old-price {
    margin-left: 0;
    order: 1;
    text-decoration: none;
    font-size: 19px;
}

.product-card .product-card__prices_wholesale .product-card__price {
    order: 2;
    font-size: 27px;
    margin-top: 5px;
}

.product-card .product-card__prices_wholesale .product-card__price .price-on-request {
    font-size: 19px;
}


.user-is-manager .product-card__prices {
    flex-direction: column;
}

.user-is-manager .product-card__prices .product-card__price:before {
    content: 'Маржа.';
    font-size: 19px;
    color: #6c6c6c;
    font-weight: 400;
}

.user-is-manager .product-card__prices .product-card__old-price:before {
    content: 'Розн.';
    color: #6c6c6c;
}

.user-is-manager .product-card__prices .product-card__old-price {
    margin-left: 0;
    order: 1;
    text-decoration: none;
    font-size: 19px;
}

.user-is-manager .product-card__prices .product-card__price {
    order: 2;
    font-size: 27px;
    margin-top: 5px;
}

.user-is-manager .product-card__prices .product-card__price .price-on-request {
    font-size: 19px;
}

.product-card .product-card__stock-rating {
    display: flex;
    align-items: center;
}

.product-card .product-card__rating {
    margin-left: 11px;
}

.product-card .product-card__stock-rating {
	margin-bottom: 25px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card .product-card__rating {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

.product-card .product-card__rating .crr .mc-stars {
    margin-left: 0 !important;
}

.product-card__rating span.crr.mc-c {
    line-height: inherit !important;
	font-size: 0 !important;
}

.product-card .product-card__rating .crr .mc-star {
    display: none !important;
}

.product-card .product-card__sku-rating .product-card__rating .crr .mc-star {
    display: inline-block !important;
}

.product-card .product-card__rating .crr .mc-star:first-child {
    display: inline-block !important;
}

.product-card .product-card__rating .rating-cl__stars {
	margin-right: 10px !important;
}

.product-card .product-card__sku-rating .product-card__rating .rating-cl__stars {
	margin-right: 0 !important;
}

.product-card .product-card__sku-rating .product-card__rating .rating-cl__stars > span:first-child {
    margin-right: 5px !important;
}

.product-card .product-card__stocks {
    margin-bottom: 15px;
}

.product-card .product-card__stock {
    margin-bottom: 7px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.product-card .product-card__stocks .product-card__stock {
    margin-top: 10px;
	margin-bottom: 0;
}

.product-card .product-card__stocks .product-card__stock:first-child {
    margin-top: 0;
}

.product-card .product-card__stock-title {
	font-size: 14px;
    margin-right: 7px;
    /*font-weight: bold;*/
}

.product-card .product-card__stock span {
    display: flex;
    align-items: center;
	font-size: 14px;
}

.product-card .product-card__stock span:before {
	content: "";
	margin-right: 7px;
	width: 20px;
    height: 20px;
}

.product-card .product-card__stock .status-available {
	color: #4b924c;
}

.product-card .product-card__stock .status-available:before {
    background: url('../image/stock-icons/in-stock.svg') no-repeat;
	background-size: cover;
}

.product-card .product-card__stock .status-not-available {
	color: #b80101;
}

.product-card .product-card__stock .status-not-available:before {
    background: url('../image/stock-icons/not-available.svg') no-repeat;
	background-size: cover;
    width: 16px;
    height: 16px;
}

.product-card .product-card__stock .status-pod-zakaz:before {
    background: url('../image/stock-icons/under-order.svg') no-repeat;
	background-size: cover;
}

.product-card .product-card__stock .status-not-for-sale {
	color: #b80101;
}

.product-card .product-card__stock .status-not-for-sale:before {
    background: url('../image/stock-icons/not-for-sale.svg') no-repeat;
	background-size: cover;
}

.product-card .product-card__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: auto;
}

.product-card .product-card__cart {
    display: flex;
    padding: 13px 20px;
    width: 180px;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid #38221d;
    background-color: #38221d;
    color: #efdecd;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.product-card .product-card__cart:hover {
    opacity: 0.8;
}

.product-card .product-card__cart:after {
	content: '';
	background: url('../image/icons/add-to-cart.svg') no-repeat;
	background-size: cover;
    width: 23px;
    height: 25px;
	display: block;
    margin-left: 6px;
}

.product-card .product-card__cart.added {
    border: 1px solid #825d55;
    background-color: #825d55;
    color: #fff;
}

.product-card .product-card__cart.added:after {
    content: '';
    background: url('../image/icons/add-to-cart-added.svg') no-repeat;
    background-size: cover;
    width: 29px;
    height: 25px;
    display: block;
    margin-left: 6px;
}

.product-card .product-card__wishlist {
    background: url('../image/icons/wishlist.svg') no-repeat;
    width: 45px;
    height: 38px;
    background-size: cover;
	cursor: pointer;
}

.product-card .product-card__wishlist.added {
    background: url('../image/icons/wishlist-added.svg') no-repeat;
    width: 45px;
    height: 38px;
    background-size: cover;
}

/* Popup Cart */
.popup-cart-magnific-popup .mfp-content {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 1680px;
    width: 100%;
    margin: 20px auto;
}

.popup-cart {
    padding: 20px 30px;
}

.popup-cart .popup-cart__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 27px;
}

.popup-cart .popup-cart__title {
    color: #38221d;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}


.popup-cart .popup-cart__text-empty {
    margin: 20px 0;
}

.popup-cart .popup-cart__count {
    color: #38221d;
    font-size: 24px;
    font-weight: 400;
}

.popup-cart .popup-cart__total {
    color: #38221d;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.popup-cart .popup-cart__total span {
    font-size: 32px;
    font-weight: 700;
    margin-left: 10px;
}

.popup-cart .popup-cart__button_checkout {
    padding: 12px 63px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    background-color: #ec2c00;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup-cart .popup-cart__button_continue {
    padding: 12px 63px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    background-color: #efdecd;
    text-transform: uppercase;
    color: #38221d;
    font-size: 18px;
    font-weight: 400;
	cursor: pointer;
}

.popup-cart .popup-cart__close img {
    cursor: pointer;
}

.popup-cart .popup-cart__products {
    width: 100%;
	border-collapse: collapse;
}

.popup-cart__item {
	border-bottom: 2px solid #eee;
}

.popup-cart__item > td:first-child {
    width: 0;
    white-space: nowrap;
}

.popup-cart__item > td {
    min-width: 100px;
    padding: 25px 15px;
    vertical-align: top;
}

.popup-cart__item-left {
    display: flex;
}

.popup-cart__item-image {
	margin-right: 20px;
}

.popup-cart__item-image a {
    display: block;
}

.popup-cart__item-image img {
    width: 228px;
    height: auto;
}

.popup-cart__item-name {
    max-width: 500px;
}

.popup-cart__item-name a {
    color: #38221d;
    font-size: 24px;
    font-weight: 700;
	text-transform: uppercase;
}

.popup-cart__item-options {
    margin-top: 8px;
}

.popup-cart__item-option {
    margin-top: 7px;
    font-weight: bold;
}

.popup-cart__item-option:first-child {
    margin-top: 0;
}

.popup-cart__item-sku {
    margin-top: 12px;
}

.popup-cart .popup-cart__item-stock {
    margin-top: 4px;
}

.popup-cart .popup-cart__item-stock span {
    display: flex;
    align-items: center;
	font-size: 18px;
}

.popup-cart .popup-cart__item-stock span:before {
	content: "";
	margin-right: 10px;
	width: 23px;
	height: 23px;
}

.popup-cart .popup-cart__item-stock .status-available {
	color: #4b924c;
}

.popup-cart .popup-cart__item-stock .status-available:before {
    background: url('../image/stock-icons/in-stock.svg') no-repeat;
	background-size: cover;
}

.popup-cart .popup-cart__item-stock .status-not-available {
	color: #b80101;
}

.popup-cart .popup-cart__item-stock .status-not-available:before {
    background: url('../image/stock-icons/not-available.svg') no-repeat;
	background-size: cover;
}

.popup-cart .popup-cart__item-stock .status-pod-zakaz:before {
    background: url('../image/stock-icons/under-order.svg') no-repeat;
	background-size: cover;
}

.popup-cart .popup-cart__item-stock .status-not-for-sale {
	color: #b80101;
}

.popup-cart .popup-cart__item-stock .status-not-for-sale:before {
    background: url('../image/stock-icons/not-for-sale.svg') no-repeat;
	background-size: cover;
}


.popup-cart .popup-cart__items .popup-cart__item-price {
    color: #38221d;
    font-size: 24px;
    font-weight: 700;
}

.popup-cart .popup-cart__item-minus {
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
    width: 17px;
    height: 31px;
	cursor: pointer;
}

.popup-cart .popup-cart__item-quantity {
    display: flex;
    align-items: center;
	justify-content: center;
}

.popup-cart .popup-cart__items .popup-cart__item-quantity-val {
	max-width: 80px;
    color: #38221d;
    margin: 0 40px;
    font-size: 30px;
    font-weight: 400;
    margin-top: -3px;
    text-align: center;
}

.popup-cart .popup-cart__item-plus {
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
    width: 17px;
    height: 31px;
	cursor: pointer;
}

.popup-cart .popup-cart__item-wishlist {
	background: url('../image/icons/wishlist.svg') no-repeat 50% 50%;
	background-size: cover;
    width: 43px;
    height: 37px;
	cursor: pointer;
}

.popup-cart .popup-cart__item-wishlist.added {
	background: url('../image/icons/wishlist-added.svg') no-repeat 50% 50%;
	background-size: cover;
	width: 43px;
    height: 37px;
}

.popup-cart .popup-cart__item-remove {
	background: url('../image/icons/remove.svg') no-repeat 50% 50%;
    width: 34px;
    height: 39px;
	cursor: pointer;
}

/* Page Text */
.page-text h1 {
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 30px;
}

.page-text .page-text__yandex-map {
    margin-top: 45px;
}

.page-text .page-text__yandex-map iframe {
	width: 100% !important;
	height: 552px !important;
}

/* Footer */
.footer {
    background-color: #38221d;
	margin-top: 45px;
}

body.home .footer {
    margin-top: 0;
}

.footer a {
    color: #fff;
}

.footer .footer__content {
    color: #efdecd;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}

.footer .footer__left {
    display: flex;
}

.footer .footer__logo {
    margin-right: 38px;
}

.footer .footer__logo img {
    margin: 0 auto;
}

.footer__version-link {
    margin-top: 15px;
	text-align: center;
}

.footer__version-link a {
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
}

.footer__version-link a:hover {
    text-decoration: none;
}

.footer__kalashnikov {
    margin-top: 20px;
}

.footer .footer__text {
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    max-width: 400px;
	margin-top: -8px;
}

.footer__conf {
    margin-top: 13px;
}

.footer__conf a {
    color: #ffffff;
    font-family: Verdana;
    font-size: 8px;
    font-weight: 400;
    text-decoration: underline;
}

.footer__conf a:hover {
    text-decoration: none;
}

.footer .footer__links ul {
    list-style: none;
    padding-left: 0;
	margin: 0;
}

.footer .footer__links ul li {
    margin-top: 13px;
}

.footer .footer__links ul li:first-child {
    margin-top: 0;
}

.footer .footer__links a {
    color: #efdecd;
    font-size: 16px;
    font-weight: 400;
}

.footer .footer__functions ul {
    list-style: none;
    padding-left: 0;
	margin: 0;
}

.footer .footer__functions ul li {
    margin-top: 13px;
}

.footer .footer__functions ul li:first-child {
    margin-top: 0;
}

.footer .footer__functions ul li span {
    cursor: pointer;
}

.footer .footer__functions a {
    color: #efdecd;
    font-size: 16px;
    font-weight: 400;
}

.footer .footer__payment-methods-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 11px;
}

.footer .footer__payment-methods {
    margin-top: 40px;
}

.footer .footer__social-icons-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
}

.footer .footer__social-icons-items {
    display: flex;
    align-items: center;
}

.footer .footer__social-icons-items > a {
    margin-left: 20px;
}

.footer .footer__social-icons-items > a:first-child {
    margin-left: 0;
}

.footer .footer__social-icons-items > a:hover {
    opacity: 0.8;
}

.footer .footer__social-subscribe input {
    border-radius: 6px;
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 4px 15px;
    height: 34px;
}

.footer .footer__social-subscribe {
    margin-top: 44px;
}

.footer .footer__social-subscribe .form__input-group {
    margin-bottom: 10px;
}

.footer .footer__social-subscribe button {
    border-radius: 6px;
    border: 1px solid #707070;
    background-color: #efdecd;
    width: 100%;
    height: 34px;
    cursor: pointer;
}

.footer .footer__social-subscribe button:hover {
    opacity: 0.8;
}

.footer .footer__social-subscribe .form__result {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}


/* Info Magnific Popup */
.info-magnific-popup .mfp-content {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.info-popup {
    padding: 45px 40px;
}

.info-popup .modal-success {
    text-align: center;
    font-size: 18px;
}

.info-popup .info-popup__title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.info-popup .info-popup__text-success {
    font-size: 18px;
}

.info-popup .title {
    font-weight: bold;
    font-size: 18px;
}

.info-popup ul li {
    margin-bottom: 13px;
}

.info-popup .mfp-close {
    background: url('../image/icons/close.svg') no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
	right: 15px;
    top: 14px;
}

.info-popup .mfp-close:hover {
    opacity: 0.7;
}

/* Choise City */
.choise-city-magnific-popup .mfp-content {
    position: relative;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}

.choise-city-popup {
    padding: 35px 45px 35px 45px;
}

.choise-city-popup__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.choise-city-popup__head {
    margin-bottom: 20px;
}

.choise-city-popup__title {
    color: #38221d;
    font-size: 23px;
    font-weight: 700;
}

.choise-city-popup__search {
    margin-bottom: 20px;
}

.choise-city-popup__cities {
    display: flex;
    justify-content: space-between;
}

.choise-city-popup__search input {
    border-radius: 6px;
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 4px 15px;
    height: 34px;
}

.choise-city-popup .prmn-cmngr-cities__search {
    min-width: 300px;
}

.choise-city-popup .prmn-cmngr-cities__city {
    margin-bottom: 10px;
}

.choise-city-popup .prmn-cmngr-cities__city a {
    color: #38221d;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

/* Callme Popup */
.callme-magnific-popup .mfp-content {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 45px auto 20px auto;
}

.popup-callme .mfp-close {
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 49px;
}

/* Ajax Search */
.ajax-search {
    position: absolute;
    background: #fff;
    width: 100%;
	box-shadow: -4.3px 2.5px 48px 12px rgb(167 167 167 / 35%);
    border: solid 1px #e7e8f3;
	z-index: 999;
	display: none;
}

.ajax-search .ajax-search__item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #eee;
    cursor: pointer;
}

.ajax-search .ajax-search__item:hover {
    background-color: #f5f5f5;
}

.ajax-search__item-name {
    margin-bottom: 8px;
	color: #38221d;
}

.ajax-search .ajax-search__item-image {
    margin-right: 15px;
}

.ajax-search .ajax-search__item-price-block {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.ajax-search .ajax-search__item-price {
    color: #38221d;
    font-size: 18px;
    font-weight: 700;
}

.ajax-search .ajax-search__item-rating {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    margin-left: 15px;
    height: 19px;
}

.ajax-search .ajax-search__item-rating .rating-cl__stars {
    margin-right: 12px;
}

.ajax-search .ajax-search__item-rating .rating-cl__stars > span:first-child {
    margin-right: 5px;
}

.ajax-search .ajax-search__text-empty {
    padding: 20px;
    font-size: 14px;
	color: #38221d;
}

.ajax-search .ajax-search__view-all a {
    display: block;
    padding: 14px 15px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #efdecd;
	color: #38221d;
}

.ajax-search .ajax-search__view-all a:hover {
    opacity: 0.8;
}

/* Popup Choice Options */
.choice-options-magnific-popup .mfp-content {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
}


/* Header Menu */
.overlay-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 992;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.5;
    display: none;
}

.header-menu > .container {
    position: relative;
}

.menu-categories {
    background: #fff;
    position: absolute;
    width: calc(100% - 110px);
    top: 100%;
    z-index: 995;
	overflow: auto;
	display: none;
}

.menu-categories.active {
    display: block;
}

.menu-categories__content {
    width: 370px;
    padding: 20px 0;
}

.menu-categories .menu-categories__item {
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.menu-categories .menu-categories__item:first-child {
	border-top: none;
}

.menu-categories .menu-categories__item:last-child {
	border-bottom: none;
}

.menu-categories .menu-categories__item-link {
    display: flex;
    align-items: center;
	text-decoration: none;
	padding: 5px 25px 5px 37px;
	position: relative;
}

/*.menu-categories .menu-categories__item-link:before {
    content: '';
    background-color: #dddddd;
    height: 2px;
    width: calc(100% - 37px);
    position: absolute;
    top: 100%;
}*/

.menu-categories .menu-categories__item:hover,
.menu-categories .menu-categories__item.maintainHover {
    background-color: #efdecd;
	border-color: #efdecd;
}

.menu-categories__item.maintainHover a.menu-categories__item-link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 20px solid #efdecd;
    border-bottom: 23px solid transparent;
    top: -1px;
    left: 100%;
    margin-left: -1px;
    position: absolute;
    z-index: 3;
}

.menu-categories .menu-categories__item.has-children .menu-categories__item-link:after {
    content: '';
    background: url('../image/icons/next.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 11px;
    height: 21px;
    display: block;
    position: absolute;
    right: 5px;
}

.menu-categories .menu-categories__item-icon {
	width: 33px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-categories .menu-categories__item-title {
    font-size: 16px;
    color: #38221d;
    margin-left: 15px;
}

.menu-categories__item-children {
	display: none;
	padding-bottom: 15px;
	position: absolute;
    left: 370px;
    width: calc(100% - 370px);
    background: #fff;
    top: 0;
    height: 100%;
	padding: 20px 25px 20px 50px;
	overflow: auto;
}

.menu-categories__item-children_grouped  .menu-categories__item-children-content {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.menu-categories__item-children_grouped  .menu-categories__group {
    margin-bottom: 20px;
}

.menu-categories__group-items {
    list-style: none;
}

.menu-categories__item-children_grouped  .menu-categories__group-title,
.menu-categories__item-children_grouped .menu-categories__group-title a {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
	text-decoration: none;
	color: #38221d;
}

.menu-categories__item-children_grouped .menu-categories__group-title a {
    display: flex;
    align-items: center;
}

.menu-categories__item-children_grouped .menu-categories__group-title a:hover {
	color: #10446c;
}

.menu-categories__item-children_grouped .menu-categories__group-title img {
    margin-right: 5px;
}

.menu-categories__item-children_grouped .menu-categories__group-title a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.menu-categories__item-children_grouped .menu-categories__group-item {
    margin: 10px 0;
}

.menu-categories__item-children_grouped  .menu-categories__group-item img {
    margin-right: 5px;
}

.menu-categories__item-children_grouped  .menu-categories__group-item a {
    font-size: 14px;
    color: #38221d;
	display: flex;
	align-items: center;
}

.menu-categories__item-children_grouped  .menu-categories__group-item a:hover {
	color: #10446c;
}

.menu-categories__item-children_grouped .menu-categories__group-item a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.menu-categories__item-children_multi-level .menu-categories__item-children-content {
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.menu-categories__item-children_multi-level .menu-categories__group-title {
    font-size: 15px;
    font-weight: bold;
    color: #38221d;
	display: inline-flex;
}

.menu-categories__item-children_multi-level .menu-categories__group ul {
    display: inline-block;
    width: 100%;
}

.menu-categories__item-children_multi-level .menu-categories__group ul li {
    margin-bottom: 8px;
}

.menu-categories__item-children_multi-level .menu-categories__group ul li {
    display: flex;
    align-items: center;
}

.menu-categories__item-children_multi-level .menu-categories__group ul li img {
    margin-right: 5px;
}

.menu-categories__item-children_multi-level .menu-categories__group ul a {
    font-size: 14px;
    color: #38221d;
}


.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg);
    transform: rotate3d(0, 0, 1, -7deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg);
    transform: rotate3d(0, 0, 1, -7deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

div#apiship_yandex_map {
    display: none;
}

.cr-last .mc-comment-time {
    display: none !important;
}

.popup-product-gifts {
    position: absolute;
    z-index: 9;
    background: #fff;
	top: 20px;
	left: 0;
    padding: 20px 30px;
    color: #000;
    min-width: 425px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.popup-product-gifts_right {
	left: auto;
	right: 0;	
}

.product-gifts__title {
    color: #38221d;
    font-size: 19px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.product-gifts__item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}

.product-gifts__item-image {
    margin-right: 25px;
    border: solid 1px #efdecd;
    background-color: #fff;
    border-radius: 7px;
	padding: 5px;
}

.product-gifts__item-image img {
    border-radius: 7px;
}

.product-gifts__text {
    font-size: 14px;
    margin-top: 10px;
}

.product-gifts__item-name a {
    font-size: 16px;
    text-decoration: none;
	color: #38221d;
}

.product-gifts__item-price {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.product-gifts__item-new-price {
    font-size: 16px;
    font-weight: bold;
    color: #ec2c00;
    text-transform: uppercase;
}

.product-gifts__item-old-price {
    color: #707070;
    font-size: 15px;
    text-decoration: line-through;
}

.product-gifts__item-right {
    display: flex;
    flex-direction: column;
}

/* Success send */
.mfp-content .close {
    background: url('../image/icons/close.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}


.white-magnific-popup .mfp-content, .white-magnific-popup .mfp2-content {
    position: relative;
    background: #fff;
    max-width: 410px;
    width: 100%;
    margin: 20px auto 20px auto;
}

.white-popup {
    text-align: center;
    padding: 25px;
}

.white-popup__title {
    font-weight: 500;
    font-size: 23px;
    color: #333333;
    margin-bottom: 20px;
}

.white-popup__subtitle {
    font-weight: 300;
    font-size: 17px;
    color: #333333;
}