html {
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-height: 100%;
  font-family: arial, sans-serif;
  background: #e6e6e6;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
body.error {
  height: 100%;
  background: #e6175c;
}
body.error .error-page {
  overflow: hidden;
  height: 100%;
}
body.error .error-page__block {
  width: 460px;
  height: 150px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -230px;
}
body.error .error-page__block-h2 {
  font-size: 70px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px 0 10px 0;
  text-transform: uppercase;
}
body.error .error-page__block-text {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.error .error-page__block-text a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.error .error-page__main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.main-container {
  /* padding-bottom: 50px;*/
  overflow: hidden;
}
a {
  outline: none;
  color: #e6175c;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  color: #4d2926;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h2 {
  font-size: 2em;
  margin-top: 0;
}
.show-grid {
  margin-bottom: 30px;
}
.img-responsive {
  margin: 0 auto;
}
.icon {
  font-size: 10px;
}
.icon:before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("/assets/svg/sprite.svg");
  background-repeat: no-repeat;
  background-size: 48.9em 7.4em;
}

/*form-agreement*/
.form-agreement{
	text-align: justify;
    padding-left: 20px;
    line-height: 1.4;
    font-style: normal;
    font-size: 14px;
	margin-top: 35px;
	color: #cbc4c4;
}

.form-agreement input[type="checkbox"] + label::before, input[type="radio"] + label::before{
	font-size: 6px;
    margin: 0px 8px 0 0;
    border: 1px solid #cbc4c4;
	border-radius: 4px;
}

.form-agreement a{
	color: #cbc4c4;
	text-decoration: underline;
}

.form-agreement a:hover{
	text-decoration: none;
}

.form-agreement .form-error{
	font-family: 'Georgia', serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.form-agreement-wrapper{
	width: 100%;
	text-align: center;
}

.form-agreement-wrapper .checkbox{
	width: 67%;
    text-align: left;
}

.modal-body {
  width: 100%;
}
.modal-body__wrapper {
  margin-right: 5px;
  max-height: 450px;
  overflow: auto;
}

.form-agreement-wrapper input[type="checkbox"] + label::before, input[type="radio"] + label::before{
	font-size: 6px;
    margin: 0px 8px 0 0;
    border: 1px solid #cbc4c4;
	border-radius: 4px;
}

.no-svg .icon:before {
  background-image: url("/assets/svg/sprite.png");
}
.icon.icon-checkbox:before,
input[type="checkbox"] + label::before {
  background-position: -0.2em -0.2em;
  width: 3em;
  height: 3em;
}
.icon.icon-checkbox_checked:before,
input[type="checkbox"]:checked + label::before {
  background-position: -3.6em -0.2em;
  width: 3em;
  height: 3em;
}
.icon.icon-close:before {
  background-position: -7em -0.2em;
  width: 2.4em;
  height: 2.4em;
}
.icon.icon-close_pink:before,
.basket__item-close-link.close-border-w:hover .icon:before,
.basket__item-close-link.close-border-w:focus .icon:before {
  background-position: -9.8em -0.2em;
  width: 2em;
  height: 2em;
}
.icon.icon-close_white:before,
.basket__item-close-link.close-border-p:hover .icon:before,
.basket__item-close-link.close-border-p:focus .icon:before {
  background-position: -12.2em -0.2em;
  width: 2em;
  height: 2em;
}
.icon.icon-fb:before {
  background-position: -14.6em -0.2em;
  width: 1.8em;
  height: 3.5em;
}
.icon.icon-minus_pink:before {
  background-position: -16.8em -0.2em;
  width: 1.6em;
  height: 1.6em;
}
.icon.icon-minus_white:before,
.btn-minus:hover .icon-minus_pink:before,
.btn-minus:focus .icon-minus_pink:before {
  background-position: -18.8em -0.2em;
  width: 1.6em;
  height: 1.6em;
}
.icon.icon-place_marks:before {
  background-position: -20.8em -0.2em;
  width: 4.5em;
  height: 7em;
}
.icon.icon-plus_pink:before {
  background-position: -25.7em -0.2em;
  width: 1.6em;
  height: 1.6em;
}
.icon.icon-plus_white:before,
.btn-plus:hover .icon-plus_pink:before,
.btn-plus:focus .icon-plus_pink:before {
  background-position: -27.7em -0.2em;
  width: 1.6em;
  height: 1.6em;
}
.icon.icon-radio:before,
input[type="radio"] + label::before {
  background-position: -29.7em -0.2em;
  width: 4em;
  height: 4em;
}
.icon.icon-radio_check:before,
input[type="radio"]:checked + label::before {
  background-position: -34.1em -0.2em;
  width: 4em;
  height: 4em;
}
.icon.icon-search:before {
  background-position: -38.5em -0.2em;
  width: 2.4em;
  height: 2.4em;
}
.icon.icon-tw:before {
  background-position: -41.3em -0.2em;
  width: 3.5em;
  height: 3em;
}
.icon.icon-vk:before {
  background-position: -45.2em -0.2em;
  width: 3.5em;
  height: 3em;
}
@font-face {
  font-family: 'fontello';
  src: url('/assets/fonts/fontello.eot?30197015');
  src: url('/assets/fonts/fontello.eot?30197015#iefix') format('embedded-opentype'), url('/assets/fonts/fontello.woff?30197015') format('woff'), url('/assets/fonts/fontello.ttf?30197015') format('truetype'), url('/assets/fonts/fontello.svg?30197015#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * ICONS
 */
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.socicon-twitter:before {
  content: '\e800';
}
.socicon-instagram:before {
  content: '\e801';
}
.socicon-facebook:before {
  content: '\e802';
}
.socicon-linkedin:before {
  content: '\e803';
}
.socicon-vk:before {
  content: '\e807';
}
.socicon-tw:before {
  content: '\e808';
}
.socicon-in:before {
  content: '\e809';
}
.header {
  width: 100%;
  background: #fff;
}
.header__menu {
  background: #4d2926;
  width: 100%;
}
.header__menu-block {
  padding: 0;
  margin: 0;
  text-align: center;
}
.header__menu-block > li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.header__menu-block > li.active > a {
  color: #ffffff;
  background: none;
  text-decoration: none;
}
.header__menu-block > li.active > a:after {
  height: 4px;
}
.header__menu-block > li > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 13px 5px;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
.header__menu-block > li > a:after {
  content: "";
  width: 100%;
  height: 0px;
  background: #e6175c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.3s;
}
.header__menu-block > li > a:hover,
.header__menu-block > li > a:focus {
  color: #fff;
  background: none;
  text-decoration: none;
}
.header__menu-block > li > a:hover:after,
.header__menu-block > li > a:focus:after {
  height: 4px;
}
.header__menu-btn {
  cursor: pointer;
  font-size: 23px;
  height: 30px;
  z-index: 100;
  color: #fff;
  display: none;
  padding: 6px;
  float: right;
}
.header__menu-btn span {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: -moz-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: -ms-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: -o-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  background: #fff;
  display: block;
  width: 30px;
  height: 3px;
}
.header__menu-btn .top,
.header__menu-btn .meat {
  margin-bottom: 4px;
}
.header__menu-btn .meat {
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms;
}
.header__menu-btn.close {
  opacity: 1;
  text-shadow: none;
}
.header__menu-btn.close .top {
  -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
}
.header__menu-btn.close .meat {
  opacity: 0;
}
.header__menu-btn.close .bottom {
  -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
}
.header__info {
  padding: 25px 0;
}
.header__info-slogan {
  font-size: 20px;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #4d2926;
  margin: 15px 0 17px 0;
}
.header__info-phone {
  font-size: 27px;
  color: #4d2926;
}
.header__info-logo {
  text-align: center;
  margin-top: 33px
}
.header__info-search {
  text-align: right;
}
.header__info-search-form {
  border: 1px solid #e6175c;
  padding: 12px;
  margin-top: 24px;
  border-radius: 5px;
  width: 205px;
  display: inline-block;
}
.header__info-search-form .icon-search {
  background: none;
  border: none;
  outline: none;
  float: right;
  margin: 0;
  padding: 0;
}
.header__info-search-form .form-control {
  display: inline-block;
  float: left;
  width: 147px;
  padding: 0;
  height: 25px;
  font-size: 14px;
}
.header__info-search-form .form-control:focus {
  box-shadow: none;
  border: none;
}
.footer__text {
  text-align: center;
  background: #ffffff;
}
.footer__menu {
  background: #ffffff;
  margin: 0;
}
.footer__menu .menu-btn-title {
  color: #4d2926;
  font-size: 18px;
  top: 15px;
}
.footer__menu .menu-btn .burger-line {
  background: #4d2926;
}
.footer__menu-block {
  list-style-type: none;
  padding: 25px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  margin: 0;
}
.footer__menu-block > li {
  display: inline-block;
  margin: 10px 10px;
  font-size: 11px;
  text-transform: uppercase;
  /*
				&:first-child {
					margin-left: 10px;
				}
				&:last-child {
					margin-right: 10px;
				}
				*/
}
.footer__menu-block > li > a {
  text-decoration: none;
  color: #000000;
}
.footer__menu-block > li > a:hover,
.footer__menu-block > li > a:focus {
  color: #e6175c;
}
.footer__menu-block > li.active > a {
  color: #e6175c;
}
.footer__link {
  background: #ffffff;
  text-align: center;
  padding: 20px 0 20px 0;
}
.footer__link-social {
  margin-top: 7px;
}
.footer__link-social .social__item {
  display: inline-block;
  margin: 0 15px;
  font-size: 2em;
}
.footer__text {
  text-align: center;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 20px;
  padding: 35px 0 35px 0;
}
.footer__text h3 {
  font-size: 20px;
  margin: 0;
}
.footer__info {
  text-align: center;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 14px;
  padding: 25px 0 15px 0;
}
.footer__info p {
  margin-bottom: 10px;
}
.footer__copy {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 42px;
}
.footer__copy p {
  margin: 0;
}
.footer__copy a {
  color: #ffffff;
  text-decoration: none;
}
.footer__copy a:hover {
  text-decoration: underline;
}
.footer__copy .thekilo {
  text-align: right;
}
.btn {
  background-image: none;
  color: #fff;
  background-color: #e6175c;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  font-family: arial, sans-serif;
  font-style: normal;
  padding: 18px 25px;
  text-transform: uppercase;
  border: 1px solid #e6175c;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.btn:hover,
.btn:focus {
  border: 1px solid #e6175c;
  color: #e6175c;
  background: #ffffff;
}
.btn-minus,
.btn-plus {
  display: inline-block;
  background: none;
  color: #e6175c;
  border-color: transparent;
  padding: 15px 15px 16px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-minus:hover,
.btn-plus:hover,
.btn-minus:focus,
.btn-plus:focus {
  background: #e6175c;
  color: #ffffff;
  border-color: transparent;
}
.feedback__block-btn {
  background: #ffffff;
  color: #e6175c;
}
.feedback__block-btn:hover,
.feedback__block-btn:focus {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.feedback__block-btn.active {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.feedback__block-btn.active:hover,
.feedback__block-btn.active:focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #e6175c;
}
.btn-brown {
  background-color: #4d2926;
  border: none;
}
.btn-brown:hover,
.btn-brown:focus {
  color: #4d2926;
  border: none;
}
.btn-border {
  background: none;
  border: 1px solid #000000;
  color: #000000;
}
.btn-border:hover,
.btn-border:focus {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}
.login-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.login-form input[type=text],
.login-form input[type=password] {
  border: 1px solid #999999;
}
.radio,
.checkbox {
  display: inline-block;
}
textarea.form-control {
  height: 120px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #4d2926;
  font-family: 'Georgia', serif;
  font-style: italic;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border: 2px solid #800000;
}
.form-control.success {
  border: 2px solid #41b817;
}
.feedback__form .popover {
  max-width: 285px;
  white-space: nowrap;
}
.feedback__form .popover-content {
  padding: 5px;
  font-size: 12px;
}
.feedback__form__return {
  max-width: 585px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  top: 50%;
  margin-top: 35px;
  text-align: center;
}
.errorSummary {
  text-align: center;
  margin-left: 16.6667%;
  width: 66.6666%;
  border: 1px solid #EBCCD1;
  background-color: #F2DEDE;
  color: #A94442;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.errorSummary ul li {
  display: block;
}
.successResult {
  text-align: center;
  margin-left: 16.6667%;
  width: 66.6666%;
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #31708F;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.successResult ul li {
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  font-weight: 300;
  padding: 0;
  vertical-align: middle;
}
input[type="checkbox"] + label > span,
input[type="radio"] + label > span {
  position: relative;
  top: 2px;
}
input[type="radio"] + label > span {
  top: 10px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  font-size: 10px;
  margin: 0px 15px 0 0;
}
input[type="radio"] + label::before {
  float: left;
}
input[type="radio"]:checked + label::before {
  float: left;
}
.product__filter input[type="checkbox"] + label > span,
.product__filter input[type="radio"] + label > span {
  position: absolute;
  top: 4px;
  width: 180px;
}
.product__filter .product__filter-price label {
  display: block;
}
.product__filter .product__filter-price input {
  display: block;
  width: 100%;
}
.select {
  width: 220px;
  height: 40px;
  padding: 0;
  background-color: #e6175c !important;
  color: #ffffff;
}
.select-l {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.select_main {
  max-width: 220px;
  height: 40px;
  background: #e6175c url('/assets/img/select-arrow.png') no-repeat 97% 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
select {
  width: 100%;
  height: 40px;
  position: relative;
  border: none;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select_main span {
  width: 88%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #ffffff;
  padding: 11px 0px 11px 13px;
  white-space: nowrap;
  margin-right: 25px;
  text-overflow: ellipsis;
}
.basket__step-date .select {
  width: 100px;
  background-color: #ffffff !important;
  color: #000000;
}
.basket__step-date .select_main {
  color: #000000;
  width: 100px;
  height: 50px;
  background: #ffffff url('/assets/img/select-arrow-pink.png') no-repeat 90% 50%;
}
.basket__step-date .select_main span {
  color: #000000;
  width: 75%;
  padding: 16px 11px 13px 13px;
  font-weight: bold;
  text-align: center;
}
.basket__step-date .input {
  width: 220px;
  background-color: #ffffff !important;
  color: #000000;
  height: 50px;
  padding: 14px 11px 13px 15px;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-collapse {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-btn {
  cursor: pointer;
  font-size: 23px;
  height: 50px;
  width: 100%;
  padding: 15px 10px;
  z-index: 1000;
  color: #fff;
}
.menu-btn-title {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 50px;
}
.menu-btn.navbar-toggle {
  margin: 0;
  float: none;
}
.menu-btn span {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: -moz-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: -ms-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: -o-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  background: #fff;
  display: block;
  width: 30px;
  height: 3px;
}
.menu-btn .top,
.menu-btn .meat {
  margin-bottom: 4px;
}
.menu-btn .meat {
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms;
}
.menu-btn.closed {
  opacity: 1;
  text-shadow: none;
}
.menu-btn.closed .top {
  -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
}
.menu-btn.closed .meat {
  opacity: 0;
}
.menu-btn.closed .bottom {
  -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
}
.ui-slider-horizontal {
  margin-top: 1em;
  height: .4em;
}
.ui-widget-content {
  border: none;
  background: #cccccc;
  color: #333;
}
.ui-widget-header {
  border: none;
  background: #E6175C;
  color: #fff;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #E6175C;
  font-weight: bold;
  color: #E6175C;
}
.ui-slider .ui-slider-handle {
  width: 0.6em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.3em;
}
.main-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: normal;
}
.about-content {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
//*  color: #666666; *//
  font-size: 14px;
  line-height: 1.7;
  padding: 50px 0 0px 0;
}
.static-content {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
}
.page__title {
  font-size: 40px;
  font-family: 'Georgia', serif;
  font-style: italic;
  padding: 50px 0;
  color: #4d2926;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.page__title h1,
.page__title h2 {
  font-size: 40px;
  color: #4d2926;
  margin: 0;
}
.catalog__menu {
  background: #e6175c;
  position: relative;
}
.catalog__menu-block {
  list-style-type: none;
  margin: 0 14px;
  padding: 0;
  height: 70px;
}
.catalog__menu-block > li {
  display: block;
  float: left;
  padding: 0 7px;
  margin: 0 0;
  position: static;
}
.catalog__menu-block > li.open > a:after {
  height: 5px;
}
.catalog__menu-block > li > a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Georgia', serif;
  font-style: italic;
  padding: 27px 3px;
  text-decoration: none;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.catalog__menu-block > li > a:after {
  content: "";
  width: 100%;
  height: 0px;
  background: #4d2926;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog__menu-block > li > a.active:after,
.catalog__menu-block > li > a:hover:after,
.catalog__menu-block > li > a:focus:after {
  height: 5px;
}
.catalog__menu-block > li.dropdown:hover > .dropdown-menu {
  display: block;
}
.catalog__menu-block > li.dropdown:hover > a:after {
  height: 5px;
}
.catalog__menu-block .dropdown-menu {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 0;
  background: #f2f2f2;
  overflow: hidden;
}
.catalog__menu-block .dropdown-menu > ul {
  display: block;
  float: left;
  width: 25%;
  margin: 7px 0;
  padding: 0;
}
.catalog__menu-block .dropdown-menu > ul > li {
  margin: 0 14px;
  padding: 0;
  display: block;
}
.catalog__menu-block .dropdown-menu > ul > li > a {
  display: block;
  color: #e6175c;
  padding: 7px;
  font-family: 'Georgia', serif;
  font-size: 1.125em;
  font-style: italic;
}
.catalog__menu-block .dropdown-menu > ul > li > a:hover {
  background: #e6175c;
  color: #fff;
}
.catalog__menu-block .dropdown-menu > ul > li ul {
  margin: 0;
  padding: 0 0 0 7px;
}
.catalog__menu-block .dropdown-menu > ul > li ul > li {
  padding: 0;
  margin: 0;
  display: block;
}
.catalog__menu-block .dropdown-menu > ul > li ul > li > a {
  display: block;
  color: #4d2926;
  padding: 8px 7px;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.catalog__menu-block .dropdown-menu > ul > li ul > li > a:hover {
  background: #4d2926;
  color: #fff;
}
.seo-text {
  color: #615959;
  font-size: 0.875em;
}
.seo-text h2,
.seo-text h3,
.seo-text h4 {
  color: #e6175c;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: bold;
  margin: 20px 0;
}
.seo-text ul {
  padding-left: 15px;
}
/* ФИЛЬТРЫ */
.product__filter-container {
  position: relative;
}
.product__filter-container .product__filter-label {
  background: #f2f2f2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Georgia', serif;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product__filter-container .product__filter-label.opened {
  left: -100px;
}
.product__filter-container .product__filter {
  font-family: 'Georgia', serif;
  font-style: italic;
  position: absolute;
  top: 0;
  left: -350px;
  background: #f2f2f2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 60px 40px 40px;
  z-index: 1001;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product__filter-container .product__filter .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.product__filter-container .product__filter .product__filter-title {
  color: #4d2926;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 30px;
}
.product__filter-container .product__filter .product__filter-items {
  margin-bottom: 30px;
}
.product__filter-container .product__filter .product__filter-items > .product__filter-item > .checkbox {
  margin-bottom: 0;
}
.product__filter-container .product__filter.opened {
  left: 0;
}
.product__filter-container .product__filter .btn-filtrate:hover {
  border: 1px solid #e6175c;
}
.product {
  margin-top: 20px;
}
.product__item {
  text-decoration: none;
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.product__item2 {
  text-decoration: none;
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.product__item-img {
  display: block;
}
.product__item-info {
  display: block;
  background: #ffffff;
  font-size: 14px;
  padding: 20px 15px 10px 15px;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  color: #000000;
}
.product__item-info .old-price{
	text-decoration: line-through;
	margin-left: 10px;
}
.product__item-info p {
  margin-bottom: 10px;
}
.product__item-label-new {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #e6175c;
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 5px 8px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.product__item-label-sale {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #4d2926;
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 5px 8px;
  display: block;
  position: absolute;
  top: 15px;
  left: 55px;
}
.product__item-label-percent {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #e6175c;
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 5px 6px;
  display: block;
  position: absolute;
  top: 15px;
  left: 95px;
}
.product__item:hover .product__item-info,
.product__item:focus .product__item-info {
  background: #e6175c;
  color: #ffffff;
}
.product__detail {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.product__detail-title {
  font-size: 32px;
  color: #4d2926;
  font-family: 'Georgia', serif;
  font-style: italic;
  margin-right: 30px;
  padding-left: 15px;
}
.product__detail-price {
  font-weight: bold;
  font-size: 30px;
//*  color: #999999; *//
  margin: 15px 0 20px 0;
}
.product__detail-price .old-price {
  font-size: 20px;
  text-decoration: line-through;
  margin-left: 15px;
}
.product__detail-status {
  display: inline-block;
  font-weight: bold;
  color: #000;
  line-height: 14px;
  font-size: 14px;
  padding: 18px 10px;
  text-transform: uppercase;
}
.product__detail-dostavka {


}
.product__detail-status .glyphicon {
  margin-right: 10px;
}
.product__detail-info {
  font-size: 14px;
  color: #333333;
  font-family: 'Georgia', serif;
  font-style: italic;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 25px;
}
.product__detail .close {
  margin-top: 10px;
  opacity: 0.6;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.product__detail .close:hover,
.product__detail .close:focus {
  opacity: 1;
}
.product__detail .quantity {
  display: inline-block;
  border: 1px solid #e6175c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product__detail .quantity .btn-value {
  width: 25px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.product__detail .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.product__detail .nav-tabs > li > a {
  background: none;
  color: #000;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.product__detail .nav-tabs > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product__detail .nav-tabs > li > a:hover,
.product__detail .nav-tabs > li > a:focus {
  color: #e6175c;
}
.product__detail .nav-tabs > li > a:hover:after,
.product__detail .nav-tabs > li > a:focus:after {
  height: 3px;
  background: #e6175c;
}
.product__detail .nav-tabs > li.active > a {
  color: #e6175c;
  background: none;
  border: none;
}
.product__detail .nav-tabs > li.active > a:after {
  background: #e6175c;
  height: 3px;
}
.product__detail .nav-tabs > li.active > a:hover,
.product__detail .nav-tabs > li.active > a:focus {
  color: #e6175c;
  border: none;
}
.product__detail .tab-content {
  font-size: 14px;
//*  color: #999999;  *//
  font-family: 'Georgia', serif;
  font-style: italic;
  line-height: 1.6;
}
.category__title {
  font-family: 'Georgia', serif;
  font-style: italic;
  text-align: center;
  margin: 30px 0 40px 0;
}
.category__title-parent {
  color: #e6175c;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.category__title-page {
  color: #4d2926;
  font-size: 80px;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.category__notice {
  color: #808080;
  background: #fff;
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #b3b3b3;
}
.feedback {
  background: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.feedback__block {
  padding: 25px 0;
}
.feedback__block-text {
  text-align: right;
  color: #ffffff;
  padding-top: 15px;
}
.feedback__info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.feedback__info-text {
  text-align: center;
  color: #ffffff;
  margin: 35px 0 60px 0;
}
.feedback__info-form {
  margin-bottom: 50px;
}
.feedback__info-form .btn {
  width: 100%;
}
.discounts__info {
  padding: 30px 110px 50px 110px;
  background: #ffffff;
  margin-bottom: 60px;
  color: #4d2926;
  font-size: 34px;
  border-bottom: 1px solid #cccccc;
}
.discounts__info h1 {
  font-size: 40px;
  font-family: 'Georgia', serif;
  font-style: italic;
  text-align: center;
  margin: 20px 0;
}
.discounts__info p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  margin-bottom: 25px;
}
.discounts__info span {
  color: #e6175c;
}
.discounts__item {
  margin-bottom: 60px;
}
.discounts__item-photo img {
  max-width: 100%;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.discounts__item-name {
  color: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 30px;
}
.discounts__item-date {
  font-size: 14px;
  margin-bottom: 10px;
}
.discounts__item-text {
  margin: 15px 0 20px 0;
  font-size: 14px;
//*  color: #666666; *//
  line-height: 1.6;
}
.partners {
  height: 100%;
}
.partners__item {
  text-align: center;
  background: #ffffff;
  /*
		&:nth-child(8n+2),
		&:nth-child(8n+4),
		&:nth-child(8n+5),
		&:nth-child(8n+7) {
			background: #f2f2f2;
		}
		*/
}
.partners__item .img-responsive {
  margin: 0 auto;
}
.template {
  display: none;
}
.basket-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
.basket-header__label > .container {
  position: relative;
}
.basket-header__label > .container > a {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  background: #4d2926;
  padding: 10px 12px;
  color: #ffffff;
}
.basket-header__wrapper {
  background: #4d2926;
  width: 100%;
  max-height: 0;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.basket-header__wrapper.opened {
  max-height: 400px;
  overflow-y: auto;
}
.basket-header__wrapper > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.basket-header__product img {
  max-width: 100%;
}
.basket-header__product-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.basket-header__product-name {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 24px;
  min-height: 60px;
  margin-bottom: 5px;
}
.basket-header__product-price {
  font-size: 20px;
  font-weight: bold;
}
.basket-header__info-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
}
.basket-header__info-quantity {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.basket-header__info-quantity > span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
}
.basket-header__info-sum {
  font-size: 14px;
  margin-top: 15px;
}
.basket-header__info-sum > span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
}
.basket-header__info-btn .btn {
  width: 100%;
  margin: 10px 0;
}
.basket__item {
  background: #ffffff;
  margin-bottom: 20px;
  height: 120px;
  overflow: hidden;
}
.basket__item-img {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
}
.basket__item-info {
  padding: 18px 23px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  float: left;
}
.basket__item-info-name {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basket__item-info-status {
  display: inline-block;
  font-weight: bold;
  color: #000;
  line-height: 14px;
  font-size: 10px;
  padding: 6px 15px;
  text-transform: uppercase;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.basket__item-quantity {
  margin: 35px 23px 0px 0;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  float: left;
  border: 1px solid #e6175c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.basket__item-quantity .btn-value {
  width: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.basket__item-price {
  border-left: 1px solid #cccccc;
  display: inline-block;
  vertical-align: top;
  padding: 18px 23px;
  height: 100%;
  width: 190px;
  float: left;
}
.basket__item-price-quantity {
  font-weight: bold;
  color: #e6175c;
  margin-bottom: 10px;
}
.basket__item-price-new {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.basket__item-price-old {
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
}
.basket__item-sum {
  display: inline-block;
  vertical-align: top;
  padding: 18px 23px;
  background: #e6175c;
  height: 100%;
  width: 190px;
  float: left;
}
.basket__item-sum-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.basket__item-sum-price {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.basket__item-close {
  background: #e6175c;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 81px;
  padding-top: 35px;
  text-align: center;
  float: left;
}
.basket__item-close-link {
  display: inline-block;
  padding: 12px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.basket__item-close-link.close-border-w {
  border: 1px solid #ffffff;
}
.basket__item-close-link.close-border-w:hover,
.basket__item-close-link.close-border-w:focus {
  background: #ffffff;
}
.basket__item-close-link.close-border-p {
  border: 1px solid #e6175c;
}
.basket__item-close-link.close-border-p:hover,
.basket__item-close-link.close-border-p:focus {
  background: #e6175c;
}
.basket__header {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.basket__header-title {
  color: #4d2926;
  font-size: 50px;
  text-align: center;
  line-height: 1;
}
.basket__header-close {
  text-align: right;
}
.basket__header-close > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.basket__footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.basket__footer-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 10px;
}
.basket__footer-sale {
  font-size: 14px;
  margin-bottom: 10px;
}
.basket__footer-sale span {
  color: #e6175c;
  font-weight: bold;
}
.basket__footer-total {
  font-weight: bold;
  font-size: 60px;
  color: #e6175c;
}
.basket__footer-next {
  float: right;
  width: 271px;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.basket__footer-next .btn {
  margin-top: 35px;
  margin-bottom: 20px;
}
.basket__step .btn-border {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: normal;
}
.basket__step-number {
  color: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 160px;
  line-height: 0.5;
}
.basket__step-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.basket__step-title > span {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 20px;
}
.basket__step-info {
  padding: 40px 0;
  background: #e6175c;
}
.basket__step-info .basket__step-number {
  color: #b21247;
}
.basket__step-info .basket__step-title {
  color: #ffffff;
}
.basket__step-doc {
  padding: 40px 0 110px 0;
}
.basket__step-doc .basket__step-title {
  color: #e6175c;
}
.basket__step-delivery {
  padding: 40px 0 ;
  background: #ffffff;
  border-bottom: 1px solid #b3b3b3;
}
.basket__step-delivery-nav {
  margin-top: -99px;
  text-align: center;
  margin-bottom: 40px;
}
.basket__step-delivery-nav ul > li > a {
  background: #e6175c;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 15px;
  color: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.basket__step-delivery-nav ul > li > a:hover,
.basket__step-delivery-nav ul > li > a:focus {
  background: #ffffff;
  color: #e6175c;
}
.basket__step-delivery-nav ul > li.active > a {
  background: #ffffff;
  color: #e6175c;
}
.basket__step-delivery .form-control {
  background: #e6e6e6;
  height: 80px;
  font-size: 30px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}
.basket__step-map {
  padding: 40px 0;
  background: #ffffff;
}
.basket__step-date {
  padding: 40px 0 60px 0;
  background: #e6175c;
  color: #ffffff;
}
.basket__step-date-text {
  display: inline-block;
  font-family: 'Georgia', serif;
  font-style: italic;
  margin-right: 20px;
}
.basket__step-date-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.basket__step-date-item .ui-datepicker-trigger {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.basket__step-date-item .time-point {
  display: inline-block;
  width: 11px;
  height: 32px;
  color: #000000;
  background: url("/assets/img/time-point.png") no-repeat;
  margin: 5px 14px;
}
.basket__step-date .basket__step-number {
  color: #b21247;
}
.basket__step-date .basket__step-title {
  color: #ffffff;
  margin-right: 85px;
}
.basket__step-pay {
  padding: 40px 0 60px 0;
  background: #ffffff;
}
.basket__step-pay .basket__step-number {
  color: #cccccc;
  margin-top: 20px;
}
.basket__step-pay .basket__step-title {
  color: #e6175c;
}
.basket__step-pay .btn {
  margin-bottom: 60px;
}
.basket__total {
  padding: 45px 0;
  background: #ffffff;
  color: #4d2926;
}
.basket__total-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 10px;
}
.basket__total-sale {
  font-size: 14px;
  margin-bottom: 10px;
}
.basket__total-sale span {
  color: #e6175c;
  font-weight: bold;
}
.basket__total-total {
  font-weight: bold;
  font-size: 60px;
  margin: 30px 0;
  color: #e6175c;
}
.basket__total-total span {
  font-size: 60px;
}
.basket__total-next {
  float: right;
  width: 271px;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.basket__total-next .btn {
  margin-top: 35px;
  margin-bottom: 20px;
}
.pagination {
  margin: 20px auto;
  position: relative;
  display: block;
}
.pagination {
  text-align: center;
}
.pagination > li {
  display: inline-block;
  margin: 0 2px;
  list-style: none;
}
.pagination > li:before {
  background: none;
}
.pagination > li > span,
.pagination > li > a {
  color: #4d2926;
  display: block;
  min-width: 24px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
  background: none;
  border: none;
}
.pagination > li > a:hover {
  color: #e6175c;
  background: none;
}
.pagination > li.selected > span,
.pagination > li.selected > a {
  background: #e6175c;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal {
  top: 20%;
}
.modal .close {
  cursor: pointer;
  font-size: 3em;
  text-decoration: none;
  position: relative;
  top: -15px;
  opacity: 0.2;
}
.modal .close:hover {
  color: #fff;
  opacity: 1;
}
.modal-header {
  border: none;
}
.modal-content {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-footer {
  color: #fff;
  text-align: center;
  font-size: 1.500em;
}
.slide {
  position: relative;
  padding: 0px;
  /*min-height: 335px;*/
  margin-bottom: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slide__photo-img {
  max-width: 100%;
}
.slide__info-name {
  font-size: 22px;
  margin-top: 0px;
}
.slide__info-date {
  font-size: 14px;
  color: #728500;
  line-height: 1.6;
}
.slide__info-text {
  margin-top: 8px;
  line-height: 1.5;
}
.slide .carousel-indicators {
  bottom: -50px;
}
.slide .carousel-indicators li {
  margin: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #4d2926;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #4d2926;
}
.slide .carousel-indicators li:hover,
.slide .carousel-indicators li:focus {
  border: 1px solid #e6175c;
  background-color: #e6175c;
}
.slide .carousel-indicators .active {
  margin: 5px;
  width: 12px;
  height: 12px;
  background-color: #e6175c;
  border: 1px solid #e6175c;
}
.slide .carousel-indicators .active:hover,
.slide .carousel-indicators .active:focus {
  background-color: #e6175c;
  border: 1px solid #e6175c;
}
.map {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.map__price {
  position: absolute;
  bottom: 40px;
  left: 40px;
  min-width: 220px;
  text-align: center;
  z-index: 10;
}
.map__price-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  background: #ffffff;
  padding: 15px;
}
.map__price-info {
  background: #e6175c;
  padding: 15px;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.contact > div {
  min-height: 140px;
}
.contact h3 {
  font-size: 30px;
  color: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.contact p {
  font-size: 14px;
//* color: #666666; *//
  line-height: 1.5;
}
@media (max-width: 767px) {
  .header__info {
    text-align: center;
  }
  .header__info-logo {
    margin: 20px 0;
  }
  .header__info-search {
    text-align: center;
  }
  .header__info-callback{
    text-align: center !important
  }
  .header__menu-block li {
    display: block;
  }
  .page__title {
    font-size: 22px;
    padding: 30px 0;
  }
  .discounts__item {
    margin-bottom: 30px;
  }
  .discounts__item-photo {
    margin-bottom: 20px;
    text-align: center;
  }
  .discounts__item-name {
    font-size: 22px;
    margin-top: 15px;
  }
  .discounts__info {
    padding: 30px 10px 50px 10px;
    font-size: 21px;
    text-align: center;
  }
  .discounts__info h1 {
    font-size: 22px;
  }
  .product {
    margin-top: 10px;
  }
  .product__filter-item {
    display: block;
  }
  .product__filter-title {
    position: relative;
  }
  .product__detail-title {
    font-size: 20px;
  }
  .product__detail-status {
    padding: 18px 10px;
  }
  .catalog__menu {
    margin: 0 -15px;
  }
  .catalog__menu-block {
    margin: 0 4px;
    padding: 10px 0;
    height: auto;
    min-height: 72px;
    text-align: center;
  }
  .catalog__menu-block > li {
    display: block;
    float: none;
    padding: 0 7px;
  }
  .catalog__menu-block > li.open {
    /*&.dropdown {
							&:hover {
								& > .dropdown-menu {
									display: block;
								}
							}
						}*/
  }
  .catalog__menu-block > li.open > a:after {
    height: 2px;
  }
  .catalog__menu-block > li .active > a:after {
    height: 2px;
  }
  .catalog__menu-block > li > a {
    padding: 10px 3px;
  }
  .catalog__menu-block > li > a.active:after,
  .catalog__menu-block > li > a:hover:after,
  .catalog__menu-block > li > a:focus:after {
    height: 2px;
  }
  .catalog__menu-block > li.dropdown:hover {
    /*& > .dropdown-menu {
								display: none;
							}*/
  }
  .catalog__menu-block > li.dropdown:hover > a:after {
    height: 2px;
  }
  .catalog__menu-block .dropdown-menu {
    position: relative;
    padding: 10px;
  }
  .catalog__menu-block .dropdown-menu > ul {
    width: 100%;
    margin: 0;
  }
  .category__title {
    margin: 30px 0 30px 0;
  }
  .category__title-page {
    font-size: 26px;
    margin-top: 15px;
  }
  .feedback__block {
    text-align: center;
  }
  .feedback__block-text {
    text-align: center;
    padding: 0;
  }
  .about-content {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    padding: 20px 0 0 0;
  }
  .partners__item {
    background: #ffffff;
    /*
			background: #f2f2f2;
			&:nth-child(odd) {
				background: #ffffff;
			}
			*/
  }
  .basket-header__label > .container > a {
    padding: 15px 15px;
  }
  .basket__header {
    margin: 20px 0;
  }
  .basket__header-title {
    padding: 20px 0;
  }
  .basket__header-close,
  .basket__header-back {
    text-align: center;
  }
  .basket__item {
    height: auto;
    text-align: center;
  }
  .basket__item-img {
    display: block;
    width: 100%;
    height: auto;
    float: none !important;
  }
  .basket__item-info {
    width: auto;
    display: block;
    float: none !important;
  }
  .basket__item-info-name {
    height: auto;
    margin-bottom: 10px;
  }
  .basket__item-quantity {
    float: none !important;
    margin: 0 auto;
    display: block;
    width: 120px;
  }
  .basket__item-price {
    float: none !important;
    display: block;
    width: 100%;
  }
  .basket__item-sum {
    float: none !important;
    display: block;
    width: 100%;
  }
  .basket__item-close {
    float: none !important;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px 0 15px 0;
  }
  .basket__step-number {
    text-align: center;
    margin-bottom: 30px;
  }
  .basket__step-delivery .basket__step-number,
  .basket__step-map .basket__step-number,
  .basket__step-date .basket__step-number {
    margin-bottom: 60px;
  }
  .basket__step-date {
    text-align: center;
  }
  .basket__step-date-text {
    display: block;
    margin: 10px 0;
  }
  .basket__step-date .basket__step-title {
    margin-right: 0px;
  }
  .basket__total {
    text-align: center;
  }
  .basket__total-total {
    margin-bottom: 0;
    font-size: 40px;
    text-align: center;
  }
  .basket__total-total span {
    font-size: 30px;
  }
  .basket__footer-next {
    float: none;
    margin: 0 auto;
  }
  .slide {
    min-height: 100px;
  }
  .static-content {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
  .footer__menu-block > li {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
  .footer__link-pay {
    margin-top: 20px;
  }
  .footer__copy {
    text-align: center;
  }
  .footer .thekilo {
    text-align: center;
    margin-top: 20px;
  }
  .btn-minus,
  .btn-plus {
    padding: 15px 10px 16px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__info {
    padding: 15px 0;
  }
  .header__info-slogan {
    font-size: 16px;
    margin: 15px 0 17px 0;
  }
  .header__info-phone {
    font-size: 24px;
  }
  .header__info-logo {
    margin: 10px 0;
  }
  .basket-header__product-name {
    font-size: 16px;
    min-height: 40px;
  }
  .basket__item {
    height: auto;
    position: relative;
  }
  .basket__item-info {
    width: 550px;
    height: 120px;
  }
  .basket__item-quantity {
    margin: 15px 60px 0px 60px;
  }
  .basket__item-price {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 10px 43px;
    width: 230px;
    text-align: center;
  }
  .basket__item-price-quantity {
    font-weight: bold;
    color: #e6175c;
    margin-bottom: 10px;
  }
  .basket__item-price-new {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .basket__item-price-old {
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
  }
  .basket__item-sum {
    padding: 10px 43px;
    background: #FFFFFF;
    width: 230px;
    text-align: center;
  }
  .basket__item-sum-title {
    color: #e6175c;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .basket__item-sum-price {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
  }
  .basket__item-close {
    position: absolute;
    top: 10px;
    right: -5px;
    padding-top: 0;
    background: none;
    height: 81px;
    width: 81px;
  }
  .catalog__menu-block {
    margin: 0px 4px;
    height: auto;
    min-height: 72px;
    text-align: center;
  }
  .catalog__menu-block > li {
    display: inline-block;
    float: none;
    padding: 0 7px;
  }
  .catalog__menu-block > li.open {
    /*&.dropdown {
							&:hover {
								& > .dropdown-menu {
									display: block;
								}
							}
						}*/
  }
  .catalog__menu-block > li.open > a:after {
    height: 2px;
  }
  .catalog__menu-block > li .active > a:after {
    height: 2px;
  }
  .catalog__menu-block > li > a {
    padding: 10px 3px;
  }
  .catalog__menu-block > li > a.active:after,
  .catalog__menu-block > li > a:hover:after,
  .catalog__menu-block > li > a:focus:after {
    height: 2px;
  }
  .catalog__menu-block > li.dropdown:hover {
    /*& > .dropdown-menu {
								display: none;
							}*/
  }
  .catalog__menu-block > li.dropdown:hover > a:after {
    height: 2px;
  }
  .slide {
    min-height: 290px;
  }
  .page__title {
    font-size: 36px;
    padding: 30px 0;
  }
  .product__detail-title {
    font-size: 26px;
  }
  .product__detail .slide {
    min-height: 220px;
  }
  .product__detail .close {
    margin-top: 0;
  }
  .category__title {
    margin: 20px 0 30px 0;
  }
  .category__title-parent {
    font-size: 26px;
  }
  .category__title-page {
    font-size: 50px;
  }
  .partners__item {
    background: #ffffff;
    /*
			background: #f2f2f2;
			&:nth-child(4n+1),
			&:nth-child(4n+4) {
				background: #ffffff;
			}
			*/
  }
  .footer__menu-block > li {
    margin: 10px 15px;
  }
  .footer__copy {
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    padding: 30px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .catalog__menu-block {
    margin: 0px 4px;
    height: 68px;
  }
  .catalog__menu-block > li {
    padding: 0px 4px;
  }
  .catalog__menu-block > li > a {
    font-size: 14px;
  }
  .product__detail-title {
    font-size: 26px;
  }
  .product__detail .slide {
    min-height: 220px;
  }
  .product__detail .close {
    margin-top: 0;
  }
  .category__title {
    margin: 20px 0 30px 0;
  }
  .category__title-parent {
    font-size: 28px;
  }
  .category__title-page {
    font-size: 60px;
  }
  .partners__item {
    background: #ffffff;
    /*
			background: #f2f2f2;
			&:nth-child(4n+1),
			&:nth-child(4n+3),
			&:nth-child(4n+5) {
				background: #ffffff;
			}
			*/
  }
  .basket__item-info {
    padding: 18px 10px;
    width: 300px;
  }
  .basket__item-info-name {
    font-size: 16px;
    height: 60px;
  }
  .basket__item-quantity {
    margin: 35px 10px 0px 0;
  }
  .basket__item-price {
    width: 155px;
    padding: 18px 10px;
  }
  .basket__item-price-new {
    font-size: 22px;
  }
  .basket__item-sum {
    padding: 18px 10px;
    width: 155px;
  }
  .basket__item-sum-price {
    font-size: 22px;
  }
  .basket__item-close {
    width: 63px;
  }
}
.body_sales{
  width: 100%;
}
.body_sales  .left_col{
  width: 30%;
  float: left;
  min-width: 200px;
  min-height: 1px;
}
.body_sales  .left_col p{
  text-align: center;
  margin-bottom:0px;

}
.body_sales  .left_col img{
  float: left;
  width: 342px;
  height: 51px;
  margin-bottom: 10px;

}
.body_sales  .right_col{
  width: 70%;
  float: left;
  min-width: 200px;
  min-height: 1px;
}
.body_sales h3{
  font-size: 30px;
  color: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.body_sales .col_left{
  float:left;
  max-width:50%;
  min-width: 50%;
  min-height: 1px;
}
.body_sales .col_right{
  float:left;
  max-width:50%;
  min-width: 50%;
  min-height: 1px;
}
.page__title_sales{
  font-size: 40px;
  font-family: 'Georgia', serif;
  font-style: italic;
  padding: 25px 0;
  color: #4d2926;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.form_sales{
  width: 100%;
  height: 100px;
  float: left;
  background: #e6175c;
  margin-top: 15px;
}
.form_sales input{

}
.novgod_cont{
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  text-align:center;
}
.novgod_cont a{
  padding:20px;
  text-decoration: underline;
}
.header__info-phone_more{
  font-size: 16px;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #4d2926;
  /* margin: 15px 0 17px 0; */
  margin-left: 32px;
}
.header__info-phone_more2{
  font-size: 16px;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #4d2926;
  /* margin: 15px 0 17px 0; */
  margin-left: 22px;
}

.size-label:after{
  content: " **"
}

.header__info-callback{
  text-align: right;
  margin-top: 10px
}
.header__info-callback > .btn{
  width: 205px;
}
.header__info-callback .callback{
  background: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.header__info-callback input[type=submit]{
  background: #ffffff;
  color: #e6175c;
}
#callbackForm{
  margin-top: 5px
}

.callback2{
  background: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.callback2 input[type=submit]{
  background: #ffffff;
  color: #e6175c;
}

.modalConf{
  background: #e6175c;
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.modalConf p{
  margin-bottom: 1em;
}

.city_select{
  position: absolute;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  margin-left: 60px;
}

.city_select a{
  border-bottom: 1px dotted;
  color: #e6175c;
}

.modal-cityselect{
    background: #e6175c;
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#cityselectWidget a{
    font-size: 14px;
    color: #fff;
    margin: 10px;
}