/* Привет ))) */ 
html * {
  max-height: 999999px;
}

@font-face {
  font-family: "Museo Sans";
  src: url(./fonts/MuseoSansCyrl-500.eot) format("eot"), url(./fonts/MuseoSansCyrl-500.woff) format("woff"), url(./fonts/MuseoSansCyrl-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url(./fonts/MuseoSansCyrl-700.eot) format("eot"), url(./fonts/MuseoSansCyrl-700.woff) format("woff"), url(./fonts/MuseoSansCyrl-700.ttf) format("truetype");
  font-weight: 700;
  font-style: bold;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: "Museo Sans", Arial, sans-serif;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  outline: none;
}

body,
html {
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}

.btn {
  padding: 8px 20px 8px 20px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #9a0000;
  font-weight: bold;
  font-size: 15px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 300ms linear;
  text-decoration: none;
}

.btn:hover {
  background: #cb9d69;
}

.btn.disabled {
  background: #aaaaaa;
  cursor: default;
}

header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 10;
  background: url(/images/header.jpg) bottom center;
  background-size: cover;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
}
header .logo {
  padding: 6px 0 6px 20px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
header .menu-toggle {
  padding: 12px 20px 8px 10px;
  color: #fff;
  font-size: 24px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
}

aside {
  transition: all 300ms linear;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 220px;
  background: url(/images/menu.jpg);
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 20px 0 20px 0;
  z-index: 9;
}
aside .logo {
  width: 90%;
  max-width: 180px;
  padding: 0 20px 0 20px;
}
aside nav {
  padding: 15px 0 20px 0;
}
aside nav .wrapper {
  border-radius: 20px;
  padding: 4px 15px 4px 15px;
  display: inline-block;
  font-family: "Roboto Slab";
  font-weight: bold;
}
aside nav .nav-link {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 5px 0 5px 0;
  margin-left: 1px;
}
aside nav .active {
  background: url(/images/cl.svg) center right no-repeat;
}
aside nav .nav-link:hover {
  color: #000;
}
aside nav .nav-link:hover .wrapper {
  background: #fff;
}
aside .search .wrapper {
  position: relative;
  display: inline-block;
}
aside .search input {
  background: #000;
  padding: 5px 15px 5px 25px;
  color: #fff;
  font-size: 15px;
  width: 165px;
  border-radius: 10px;
  border-bottom: 2px solid #b04c2a;
}
aside .search i {
  position: absolute;
  top: 7px;
  left: 5px;
  color: #fff;
}
aside .aside-footer {
  padding: 30px 0 30px 0;
}
aside .aside-footer .wrapper {
  border-radius: 20px;
  padding: 4px 15px 4px 15px;
  display: inline-block;
  font-family: "Roboto Slab";
  font-weight: bold;
  box-shadow: 0 5px 5px #000;
}
aside .aside-footer .aside-profile {
  padding-top: 20px;
  overflow: hidden;
}
aside .aside-footer .aside-profile .wrapper {
  width: calc(100% - 30px);
  padding: 8px 10px 8px 10px;
  font-size: 13px;
  font-family: "Museo Sans";
  vertical-align: top;
  background: #669932;
}
aside .aside-footer .aside-profile img {
  width: 13px;
  margin-right: 6px;
  margin-bottom: -2px;
}
aside .aside-footer .aside-profile .wrapper:hover {
  background: #cb9d69;
}
aside .aside-footer .aside-card {
  padding-top: 20px;
  overflow: hidden;
}
aside .aside-footer .aside-card .wrapper {
  width: calc(100% - 30px);
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  font-family: "Museo Sans";
  vertical-align: top;
}
aside .aside-footer .aside-card img {
  width: 16px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-top: 3px;
}
aside .aside-footer .link {
  text-align: center;
  color: #eee;
  display: block;
  line-height: 35px;
  font-size: 15px;
  text-decoration: underline;
}
aside .aside-footer .link:hover {
  color: #ddd;
}
aside .aside-footer .socials {
  padding: 30px 0 0 0;
  text-align: center;
}
aside .aside-footer .socials a {
  display: inline-block;
  padding: 0 10px 0 10px;
}
aside .aside-footer .socials a:hover {
  opacity: 0.8;
}
aside .aside-footer .copyright {
  padding: 30px 0 0 0;
  text-align: center;
  color: #ccc;
  display: block;
  line-height: 25px;
  font-size: 14px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  transition: all 300ms linear;
  display: none;
}

.overlay.active {
  display: block;
}

main {
  padding-left: 220px;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
main .row {
  display: table-row;
  width: 100%;
}
main .for-mobile {
  display: none !important;
}
main .breadcrumbs {
  width: 100%;
  border-radius: 6px;
  background: #ece6e6;
  text-align: left;
  overflow: hidden;
  padding: 0 20px 0 20px;
}
main .breadcrumbs .corner {
  border: 8px solid transparent;
  border-left: 8px solid #9a0000;
  display: inline-block;
  margin: 13px 10px -3px 8px;
}
main .breadcrumbs a {
  float: left;
  font-family: "Roboto Slab";
  font-weight: bold;
  line-height: 24px;
  padding: 7px 10px 7px 0;
}
main .breadcrumbs a .corner {
  float: left;
  border: 8px solid transparent;
  border-left: 8px solid #9a0000;
  display: inline-block;
  margin: 5px 0 -3px 0;
}
main .breadcrumbs .breadcrumbs-subareas {
  padding: 0 10px 0 10px;
  float: left;
  background: #fff;
  margin-left: 10px;
  width: auto;
  color: #666;
  border-radius: 6px;
  transition: all 300ms linear;
  margin: 7px 10px 7px 0;
}
main .breadcrumbs .breadcrumbs-subareas:hover {
  color: #333;
}
main .center {
  padding: 0 50px 0 50px;
  width: 100%;
  display: inline-block;
}
main .center h2 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
  width: 300px;
  text-align: left;
}
main .center .show-all {
  float: right;
}
main section {
  height: 100%;
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 0 0 0 0;
}
main section .main-shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  height: 10px;
  z-index: 1;
}
main section .city-select {
  margin-top: -20px;
  margin-left: -15px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 300px;
  height: 50px;
  z-index: 7;
}
main section .city-select .btn {
  margin-left: 10px;
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  font-weight: normal;
}
main section .city-select .btn i {
  font-size: 12px;
}
main section .city-select .city-selected {
  padding: 15px;
}
main section .city-select .city-select-wrapper {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
main section .city-select .cities {
  border-top: 1px solid #777;
  padding: 0 0 15px 0;
  display: none;
}
main section .city-select .city {
  padding: 15px 0 0 0;
  text-align: center;
  cursor: pointer;
}
main section .city-select .city:hover {
  color: #9a0000;
}
main section .city-select.active .city-select-wrapper {
  background: #fff;
}
main section .city-select.active .cities {
  display: block;
}
main .glide__slide img {
  width: 100%;
}
main .slider {
  width: 100%;
  padding: 0 70px 65px 70px;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  /*
  .slides {
  	width: 100%;
  	position: relative;
  	.slide {
  		width: 100%;
  		z-index: 2;
  		.text {
  			position: absolute;
  			top: 30%;
  			left: 20%;
  			right: 20%;
  			.title {
  				color: #fff;
  				font-size: 50px;
  				font-family: "Roboto Slab";
  				font-weight: bold;
  				padding-bottom: 40px;
  			}
  			.btn {
  				clear: both;
  				background: #fff;
  				color: #000;
  				font-size: 20px;
  			}
  		}
  		img {
  			width: 100%;
  		}
  	}
  	.slide-first {
  		margin-bottom: -4px;
  	}
  	.slide-all {
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		right: 0;
  		display: none;
  	}
  }*/
}
main .slider .arrow-left {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -40px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  background: #000;
  border: 10px solid #fff;
  cursor: pointer;
  z-index: 3;
}
main .slider .arrow-left i {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  padding-right: 8px;
}
main .slider .arrow-right {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -40px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  background: #000;
  border: 10px solid #fff;
  cursor: pointer;
  z-index: 3;
}
main .slider .arrow-right i {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  padding-left: 8px;
}
main .slider .arrow-left:hover i,
main .slider .arrow-right:hover i {
  color: #ddd;
}
main .shipping .shipping-header {
  margin: 0 0 40px 0;
  padding: 0 0 80px 0;
  background: url(/images/shipping-bg.jpg) center bottom;
  background-size: cover;
  color: #fff;
}
main .shipping .shipping-header .center {
  position: relative;
}
main .shipping .shipping-header .shipping-header-image {
  position: absolute;
  right: 0;
  bottom: -230px;
  max-width: 60%;
  width: 750px;
}
main .shipping .shipping-header .title {
  padding: 50px 0 0 50px;
  margin: 0 180px 50px 0;
  font-size: 45px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
}
main .shipping .shipping-header .line {
  display: block;
  padding: 0 0 20px 0;
  width: 40%;
  text-align: left;
  margin-left: 50px;
  font-family: "Roboto Slab";
  font-weight: bold;
}
main .shipping .shipping-header .line img {
  margin-left: -70px;
  float: left;
}
main .shipping .shipping-price {
  font-size: 55px;
  font-family: "Roboto Slab";
  font-weight: bold;
  margin-left: 50px;
  text-align: left;
}
main .shipping .shipping-price .caption {
  font-size: 14px;
  display: block;
}
main .shipping .shipping-price .shipping-price-1 {
  display: inline-block;
  padding-right: 30px;
}
main .shipping .shipping-price .shipping-price-2 {
  display: inline-block;
}
main .shipping .shipping-how {
  margin: 80px 0 40px 0;
  padding: 0 0 50px 0;
  background: url(/images/paper1.jpg) center bottom no-repeat;
  background-size: cover;
  color: #333333;
}
main .shipping .shipping-how .center {
  position: relative;
}
main .shipping .shipping-how .shipping-how-image {
  float: left;
  margin-top: -50px;
  margin-left: 50px;
  margin-right: 90px;
  max-width: 40%;
}
main .shipping .shipping-how .title {
  padding: 50px 0 0 0;
  font-size: 35px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
}
main .shipping .shipping-how .payment {
  clear: both;
  max-width: 350px;
  font-size: 14px;
  font-family: "Roboto Slab";
  font-weight: bold;
  text-align: left;
  margin-left: 50px;
}
main .shipping .shipping-how .payment-title {
  padding: 20px 0 10px 0;
  font-size: 35px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
}
main .shipping .shipping-how .line {
  display: block;
  padding: 40px 0 0 0;
  text-align: left;
  font-size: 14px;
  margin-left: 50px;
  font-family: "Roboto Slab";
  font-weight: bold;
  max-width: 500px;
}
main .shipping .shipping-how .line .number {
  float: left;
  background: #9a0000;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: -50px;
}
main .shipping .shipping-how .payment {
  float: left;
}
main .shipping .shipping-meat .shipping-meat-image {
  float: left;
  max-width: 40%;
  margin-left: 50px;
  margin-right: 90px;
}
main .shipping .shipping-meat .title {
  padding: 20px 0 10px 0;
  font-size: 35px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
}
main .shipping .shipping-meat .line {
  overflow: hidden;
  padding: 40px 0 0 0;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Slab";
  font-weight: bold;
  max-width: 500px;
}
main .card .center {
  position: relative;
  max-width: 1200px;
}
main .card .card-header {
  margin: 0 0 70px 0;
  background: url(/images/dark-paper.jpg) center bottom;
  background-size: cover;
  position: relative;
}
main .card .card-header .card-image {
  float: left;
  max-width: 500px;
  padding: 40px 80px 0 0;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
main .card .card-header .title {
  padding: 70px 0 30px 0;
  margin: 0 0 0 0;
  font-size: 45px;
  line-height: 50px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
  color: #fff;
}
main .card .card-header .title2 {
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
  font-size: 20px;
  font-family: "Roboto Slab";
  font-weight: bold;
  position: relative;
  text-align: left;
  color: #fff;
}
main .card .card-header .card-header-bottom {
  background: url(/images/blackc.png) repeat-x;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1;
}
main .card h3.title {
  padding-bottom: 20px;
  float: left;
  margin-left: 30px;
}
main .card .card-how .lists {
  width: 50%;
  float: left;
}
main .card .card-how .lists .list {
  padding: 0 0 20px 0;
  float: left;
  clear: both;
}
main .card .card-how ul {
  list-style-type: none;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 0 20px 0;
  margin-left: 30px;
}
main .card .card-how .percent {
  float: left;
  border-radius: 50%;
  background: #9a0000;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Slab";
}
main .card .card-how .percent-xl {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 30px;
  margin-top: 15px;
}
main .card .card-how .percent-lg {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  margin-top: 15px;
  margin-left: 10px;
}
main .card .card-how .percent-md {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 25px;
  margin-left: 25px;
  margin-top: 45px;
}
main .card .card-how .percent-sm {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-left: 40px;
  margin-top: 25px;
}
main .card .card-how .form-activate {
  width: 50%;
  float: left;
  background: url(/images/paper.jpg);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 30px 30px 30px;
}
main .card .card-how .form-activate .text {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  line-height: 25px;
}
main .card .card-how .form-activate .text .title {
  font-weight: bold;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  font-size: 30px;
  text-align: left;
}
main .card .card-how .form-activate .btn {
  display: inline-block;
  width: 240px;
  text-align: center;
  margin: 10px 10px 0 10px;
}
main .card .card-how .form-activate .continue {
  background: #019a34;
}
main .card .card-how .form-activate .continue:hover {
  background: #cb9d69;
}
main .card .card-how .form-activate label {
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 0 0 20px 0;
  font-weight: bold;
  font-family: "Roboto Slab";
  line-height: 38px;
}
main .card .card-how .form-activate label input {
  float: right;
  max-width: 250px;
  width: 100%;
  border-radius: 15px;
  padding: 8px 20px 8px 20px;
}
main .card .card-how .form-activate label .error {
  border: 1px solid #9a0000;
}
main .card .card-how .form-activate .label-checkbox {
  font-family: "Rubik";
  font-weight: normal;
  line-height: 26px;
  font-size: 14px;
  padding-bottom: 10px;
}
main .card .card-how .form-activate .label-checkbox a {
  font-family: "Rubik";
  line-height: 20px;
  color: #9a0000;
}
main .card .card-how .form-activate .label-checkbox a:hover {
  text-decoration: underline;
}
main .card .card-how .form-activate .checkbox {
  float: left;
  width: auto;
  margin: 6px 10px 0 0;
}
main .card .card-how .form-activate .buttons {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
main .card .card-how .form-activate .btn-activate {
  width: 100%;
  display: inline-block;
}
main .card .card-how .form-activate .send-sending {
  background: #666;
}
main .card .card-how .form-activate .message {
  padding: 10px;
  background: #caffc8;
  margin-bottom: 10px;
  font-size: 14px;
}
main .card .card-how .form-activate .message-error {
  background: #ffbdbd;
}
main .card ul {
  text-align: left;
  padding: 0 0 0 0;
  width: 270px;
}
main .card ul li {
  list-style-position: inside;
  line-height: 22px;
}
main .card .card-rules {
  margin-bottom: -290px;
  padding-top: 40px;
}
main .card .card-rules .center {
  padding-bottom: 220px;
  background: url(/images/paper1.jpg) top center;
  padding-top: 60px;
}
main .card .card-rules h3 {
  font-size: 28px;
  padding-top: 10px;
}
main .card .card-rules li {
  padding-bottom: 10px;
}
main .card .card-rules ul {
  border: none;
  clear: both;
  width: 100%;
}
main .card .card-rules .icon {
  float: left;
  border-radius: 50%;
  background: #009;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Slab";
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-left: 40px;
  margin-top: 0;
}
main .card .card-rules .wrapper {
  overflow: hidden;
}
main .card .card-rules .row {
  width: 50%;
  float: left;
  padding-right: 30px;
}
main .profile .profile-header {
  background: url(/images/slide1.jpg) center bottom no-repeat;
  min-height: 600px;
}
main .profile .profile-header .signin-block {
  width: 370px;
  max-width: 100%;
  padding: 40px 30px 50px 30px;
  margin: auto;
  background: url(/images/paper.png) center bottom no-repeat;
}
main .profile .profile-header .signin-block .tabs {
  padding: 20px 0 0 0;
  overflow: hidden;
}
main .profile .profile-header .signin-block .tabs .tab {
  width: 50%;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  text-align: left;
}
main .profile .profile-header .signin-block .tabs .tab-2 {
  width: 47%;
  margin-left: 3%;
}
main .profile .profile-header .signin-block .tabs .active {
  border-bottom: 3px solid #9a0000;
  cursor: default;
}
main .profile .profile-header .signin-block .tab-content {
  padding: 30px 0 0 0;
}
main .profile .profile-header .signin-block .tab-content .forgot {
  float: right;
  display: block;
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 20px;
}
main .profile .profile-header .signin-block .tab-content .btn {
  clear: both;
  display: block;
}
main .profile .profile-header .signin-block .tab-content .btn-login {
  background: #669932;
  margin-top: 10px;
}
main .profile .profile-header .signin-block .tab-content .first-time {
  padding: 20px 0 5px 0;
  font-weight: normal;
}
main .profile .profile-header .signin-block .tab-content .login-block {
  display: none;
}
main .profile .profile-header .signin-block .tab-content .card-block {
  display: none;
}
main .profile .profile-header .signin-block .tab-content .recover-block {
  display: none;
}
main .profile .profile-header .signin-block .login-content .login-block {
  display: block;
}
main .profile .profile-header .signin-block .card-content .card-block {
  display: block;
}
main .profile .profile-header .signin-block .recover-content .recover-block {
  display: block;
}
main .profile .profile-header .signin-block h3 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 15px;
}
main .profile .profile-header .signin-block label {
  display: block;
  text-align: left;
  padding: 0 0 15px 0;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  line-height: 32px;
  position: relative;
  clear: both;
}
main .profile .profile-header .signin-block input {
  float: right;
  max-width: 230px;
  width: 100%;
  border-radius: 15px;
  padding: 8px 20px 8px 20px;
}
main .profile .profile-header .signin-block .input-icon {
  position: absolute;
  right: 6px;
  top: 4px;
  font-size: 15px;
  padding: 4px;
  cursor: pointer;
  transition: all 300ms linear;
  border-radius: 50%;
  color: #fff;
}
main .profile .profile-header .signin-block .input-icon .fa-times,
main .profile .profile-header .signin-block .input-icon .fa-check {
  display: none;
}
main .profile .profile-header .signin-block .input-icon.correct {
  background: #019a34;
  display: none;
}
main .profile .profile-header .signin-block .input-icon.correct .fa-check {
  display: block;
}
main .profile .profile-header .signin-block .input-icon.error {
  background: #9b0000;
}
main .profile .profile-header .signin-block .input-icon.error .fa-times {
  display: block;
}
main .profile .profile-header .signin-block .icon-show-password {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 20px;
  cursor: pointer;
  transition: all 300ms linear;
}
main .profile .profile-header .signin-block .icon-show-password .fa-eye-slash {
  display: none;
}
main .profile .profile-header .signin-block .icon-show-password .fa-eye {
  display: block;
}
main .profile .profile-header .signin-block .icon-show-password.active .fa-eye-slash {
  display: block;
}
main .profile .profile-header .signin-block .icon-show-password.active .fa-eye {
  display: none;
}
main .profile .profile-header .signin-block .icon-show-password:hover {
  color: #cb9d69;
}
main .profile .profile-header .signin-block .message {
  padding: 5px 0 20px 0;
  font-size: 14px;
  display: none;
  width: 100%;
  text-align: center;
  clear: both;
}
main .profile .profile-header .signin-block .success {
  display: block;
  color: #006331;
}
main .profile .profile-header .signin-block .error {
  display: block;
  color: #9b0000;
}
main .profile .profile-header .signin-block a {
  text-decoration: underline;
}
main .profile .profile-header .signin-block a:hover {
  text-decoration: none;
}
main .profile .profile-header .signin-block .link-activate {
  text-decoration: none;
}
main .profile .rules {
  clear: both;
  padding-top: 30px;
}
main .profile .rules h3 {
  font-size: 28px;
  padding-bottom: 20px;
  text-align: left;
}
main .profile .rules li {
  padding-bottom: 10px;
}
main .profile .rules ul {
  border: none;
  text-align: left;
}
main .profile .rules .icon {
  float: left;
  border-radius: 50%;
  background: #009;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Slab";
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-right: 20px;
  margin-left: 40px;
  margin-top: 0;
}
main .profile .rules .wrapper {
  overflow: hidden;
}
main .profile .badge-block {
  width: 340px;
  max-width: 100%;
  padding: 40px 30px 50px 30px;
  margin: auto;
  background: url(/images/paper.png) center bottom no-repeat;
  overflow: hidden;
  float: left;
}
main .profile .badge-block h3 {
  text-align: left;
  padding: 25px 0 20px 0;
  font-size: 25px;
  font-weight: normal;
}
main .profile .badge-block .card {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
main .profile .badge-block .bonus-block {
  font-weight: bold;
  text-align: left;
  line-height: 38px;
  padding: 15px 0 0 0;
  font-size: 20px;
}
main .profile .badge-block .bonus-block .bonus {
  background: #9a0000;
  border-radius: 20px;
  padding: 8px 15px 8px 15px;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  float: right;
  text-align: center;
}
main .profile .badge-block .settings {
  float: left;
  clear: both;
  padding: 20px 0 0 0;
  font-size: 18px;
}
main .profile .badge-block .logout {
  float: left;
  clear: both;
  padding: 20px 0 0 0;
  font-size: 18px;
}
main .profile .badge-block a:hover {
  color: #9a0000;
}
main .profile .profile-content {
  padding: 45px 0 0 20px;
  overflow: hidden;
}
main .profile .profile-content .tabs {
  overflow: hidden;
}
main .profile .profile-content .tab {
  color: #888888;
  float: left;
  width: 50%;
  cursor: pointer;
}
main .profile .profile-content .tab-active {
  color: #000;
  cursor: default;
}
main .profile .profile-content .tab-panel {
  display: none;
}
main .profile .profile-content .tab-panel-active {
  display: block;
}
main .profile .profile-content h2 {
  width: auto;
  padding-bottom: 20px;
  padding-left: 15px;
}
main .profile .profile-content table {
  width: 100%;
}
main .profile .profile-content table th {
  white-space: nowrap;
  color: #666;
  padding: 6px 15px 6px 15px;
  text-align: left;
}
main .profile .profile-content table td {
  padding: 6px 15px 6px 15px;
  border-bottom: 1px dotted #999;
}
main .profile .profile-content table .date {
  font-size: 18px;
  width: 100%;
  text-align: left;
}
main .profile .profile-content table .cost {
  font-weight: bold;
  font-size: 18px;
  padding: 11px 0 11px 0;
}
main .profile .profile-content table .bonuses .round {
  font-weight: bold;
  font-size: 18px;
  padding: 6px 12px 6px 12px;
  border-radius: 20px;
  background: #019a34;
  color: #fff;
}
main .profile .profile-content table .bonuses .minus {
  background: #9a0101;
}
main .profile .profile-content label {
  display: block;
  text-align: right;
  padding: 0 0 15px 0;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
}
main .profile .profile-content label input {
  margin: 0 0 0 20px;
  padding: 8px 15px 8px 15px;
  border-bottom: 1px dotted #999;
  width: 70%;
  font-size: 18px;
  font-weight: bold;
}
main .profile .profile-content label .icon-show-password {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 22px;
  cursor: pointer;
  transition: all 300ms linear;
}
main .profile .profile-content label .icon-show-password .fa-eye-slash {
  display: none;
}
main .profile .profile-content label .icon-show-password.active .fa-eye-slash {
  display: block;
}
main .profile .profile-content label .icon-show-password.active .fa-eye {
  display: none;
}
main .profile .profile-content label .icon-show-password:hover {
  color: #cb9d69;
}
main .profile .profile-content .btn {
  background: #019a34;
  float: right;
}
main .profile .profile-content .btn:hover {
  background: #005e1f;
}
main .profile .profile-content .btn-password {
  margin-right: 20px;
  background: #9a0000;
}
main .profile .profile-content .btn-password:hover {
  background: #cb9d69;
}
main .profile .profile-content .message {
  padding: 15px 0 15px 0;
  text-align: right;
  display: none;
}
main .profile .profile-content .success {
  display: block;
  color: #006331;
}
main .profile .profile-content .error {
  display: block;
  color: #9b0000;
}
main .content {
  text-align: center;
  padding-top: 30px;
  min-height: 330px;
}
main .content .full-cart-wrapper {
  padding: 0 40px 0 40px;
  max-width: 1360px;
  width: 100%;
  display: inline-block;
}
main .content .items,
main .content .more-items {
  font-size: 0;
  clear: both;
}
main .content .items .item,
main .content .more-items .item {
  max-width: 260px;
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}
main .content .items .item .item-icons,
main .content .more-items .item .item-icons {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
main .content .items .item .item-icons .item-icon,
main .content .more-items .item .item-icons .item-icon {
  padding-left: 5px;
}
main .content .items .item .cart-item,
main .content .more-items .item .cart-item {
  display: none;
}
main .content .items .item .image,
main .content .more-items .item .image {
  position: relative;
}
main .content .items .item .image img,
main .content .more-items .item .image img {
  /* width: 100%; */
}
main .content .items .item .image .fast-view,
main .content .more-items .item .image .fast-view {
  position: absolute;
  top: 27%;
  left: 27%;
  right: 27%;
  bottom: 27%;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #555;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: all 300ms linear;
  cursor: pointer;
}
main .content .items .item .image .fast-view i,
main .content .more-items .item .image .fast-view i {
  display: block;
  margin: auto;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 5px;
}
main .content .items .item .image .badge,
main .content .more-items .item .image .badge {
  position: absolute;
  top: 37px;
  left: 18px;
  width: 200px;
  height: 200px;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  overflow-x: hidden;
  pointer-events: none;
}
main .content .items .item .image .badge .badge-inner,
main .content .more-items .item .image .badge .badge-inner {
  transform: rotate(-45deg);
  background: linear-gradient(to bottom, #fff200, #ff9700);
  position: absolute;
  top: 40px;
  left: -40px;
  width: 190px;
  height: 30px;
  line-height: 28px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
}
main .content .items .item .image .badge .oldprice,
main .content .more-items .item .image .badge .oldprice {
  display: inline-block;
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}
main .content .items .item .image:hover .fast-view,
main .content .more-items .item .image:hover .fast-view {
  opacity: 1;
}
main .content .items .item .notice,
main .content .more-items .item .notice {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -60px;
  width: 200px;
  height: 50px;
  background: #f2e6d8;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px #777;
  color: #333;
  font-size: 13px;
  transition: all 300ms linear;
}
main .content .items .item .notice:before,
main .content .more-items .item .notice:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  z-index: 1;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #f2e6d8;
}
main .content .items .item .notice:after,
main .content .more-items .item .notice:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: 6px;
  z-index: 0;
  display: block;
  width: 4px;
  height: 4px;
  box-shadow: -8px 0 10px #000;
}
main .content .items .item .notice.visible,
main .content .more-items .item .notice.visible {
  opacity: 1;
}
main .content .items .item .info,
main .content .more-items .item .info {
  padding: 0 20px 0 20px;
  text-align: center;
  margin-top: -20px;
  margin-left: -10px;
  position: relative;
}
main .content .items .item .bg,
main .content .more-items .item .bg {
  display: inline-block;
  width: 220px;
  height: 36px;
  /*background: url(/images/item-bg.svg) no-repeat;
  background-size: contain;*/
  /* background-color: white; */
  text-align: center;
}
main .content .items .item .price,
main .content .more-items .item .price {
  width: 85px;
  height: 36px;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #000;
  float: left;
  /* text-align: center; */
  font-family: "Montserrat";
  font-weight: 700;
}
main .content .items .item .add,
main .content .more-items .item .add {
  margin-top: 1px;
  width: 36px;
  height: 36px;
  line-height: 39px;
  font-size: 16px;
  border-radius: 50%;
  background: #FF5C16;
  /* border: 3px solid #fff; */
  float: left;
  /* text-align: center; */
  cursor: pointer;
  color: #fff;
  transition: all 300ms linear;
}
main .content .items .item .add:hover,
main .content .more-items .item .add:hover {
  background: #cb9d69;
}
main .content .items .item .add.disabled,
main .content .more-items .item .add.disabled {
  background: #999;
  cursor: default;
}
main .content .items .item .add.disabled:hover,
main .content .more-items .item .add.disabled:hover {
  background: #999;
}
main .content .items .item .unit,
main .content .more-items .item .unit {
  width: 85px;
  height: 36px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  padding: 0 0 0 0;
  overflow: hidden;
  color: #000;
  float: left;
  font-family: "Montserrat";
  font-weight: 600;
}
main .content .items .item .unit i,
main .content .more-items .item .unit i {
  font-size: 15px;
}
main .content .items .item .title,
main .content .more-items .item .title {
  font-weight: 500;
  font-family: "montserrat";
  font-size: 14px;
  text-align: center;
  padding: 10px 0 0 0;
  overflow: hidden;
  height: 85px;
  /* width: 200px; */
  margin: auto;
}
main .content .index-recipes {
  margin-top: 70px;
  margin-bottom: 120px;
  background: url(/images/paper.jpg);
  position: relative;
}
main .content .index-recipes .center {
  padding: 40px 70px 40px 70px;
}
main .content .index-recipes .ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(/images/ct.svg);
}
main .content .index-recipes .cb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(/images/cb.svg);
}
main .content .index-recipes h2 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
  width: 300px;
  text-align: left;
}
main .content .index-recipes .show-all {
  float: right;
}
main .content .recipes {
  padding-top: 30px;
  padding-bottom: 30px;
}
main .content .recipes .recipe {
  float: left;
  position: relative;
}
main .content .recipes .recipe .icon {
  position: absolute;
  width: 60px;
  z-index: 3;
}
main .content .recipes .recipe .title {
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Slab";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  text-align: right;
  z-index: 3;
}
main .content .recipes .recipe .desc {
  display: none;
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}
main .content .recipes .recipe .desc p {
  padding-bottom: 6px;
}
main .content .recipes .recipe .fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  display: block;
  z-index: 2;
  border-radius: 20px;
}
main .content .recipes .recipe-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  overflow: hidden;
}
main .content .recipes .recipe-1 {
  width: 50%;
  height: 760px;
}
main .content .recipes .recipe-1 .recipe-inner {
  right: 40px;
  bottom: 20px;
}
main .content .recipes .recipe-1 .title {
  font-size: 40px;
  padding-left: 80px;
}
main .content .recipes .recipe-1 .icon {
  bottom: 60px;
  left: 30px;
}
main .content .recipes .recipe-2 {
  width: 25%;
  height: 380px;
  padding: 0 40px 0 0;
}
main .content .recipes .recipe-2 .recipe-inner {
  right: 20px;
  bottom: 20px;
}
main .content .recipes .recipe-2 .title {
  font-size: 24px;
}
main .content .recipes .recipe-2 .icon {
  top: 20px;
  left: 30px;
}
main .content .recipes .recipe-3 {
  width: 25%;
  height: 380px;
  padding: 0 0 40px 0;
}
main .content .recipes .recipe-3 .recipe-inner {
  left: 20px;
  bottom: 20px;
}
main .content .recipes .recipe-3 .title {
  font-size: 24px;
}
main .content .recipes .recipe-3 .icon {
  top: 20px;
  left: 50px;
}
main .content .recipes .recipe-4 {
  width: 50%;
  height: 380px;
  padding: 0 0 40px 0;
}
main .content .recipes .recipe-4 .recipe-inner {
  top: 20px;
  bottom: 20px;
}
main .content .recipes .recipe-4 .title {
  font-size: 40px;
  padding-left: 80px;
}
main .content .recipes .recipe-4 .icon {
  bottom: 60px;
  left: 30px;
}
main .content .recipes .no-image .desc {
  display: block;
}
main .content .recipes .no-image .title {
  color: #000;
  position: relative;
  text-align: left;
  padding: 0 0 20px 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
main .content .recipes .no-image .fade {
  display: block;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
main .content .recipes .no-image .icon {
  top: -20px;
  right: 10px;
}
main .content .news {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
main .content .news .new {
  float: left;
  position: relative;
  width: 290px;
  height: 450px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
main .content .news .new .date {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 1px dotted #c2c1b9;
  text-align: left;
  color: #c2c1b9;
  font-size: 12px;
  padding: 6px 0 6px 0;
  z-index: 4;
}
main .content .news .new .info {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 4;
}
main .content .news .new .title {
  text-align: left;
  z-index: 3;
}
main .content .news .new .short {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
}
main .content .news .new .fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
  z-index: 2;
}
main .content .news .new .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
main .content .news .new .image img {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}
main .content .news .new .btn {
  left: 15px;
  right: 15px;
  position: absolute;
}
main .content .news .new-1 .image {
  top: 0;
  height: 270px;
}
main .content .news .new-1 .info {
  top: 280px;
  bottom: 40px;
  overflow: hidden;
}
main .content .news .new-1 .title {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}
main .content .news .new-1 .short {
  color: #000;
  max-height: 120px;
}
main .content .news .new-1 .btn {
  display: none;
}
main .content .news .new-1 .fade {
  display: none;
}
main .content .news .new-2 .image {
  top: 0;
  bottom: 0;
}
main .content .news .new-2 .info {
  bottom: 40px;
  overflow: hidden;
}
main .content .news .new-2 .title {
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 5px;
  font-weight: bold;
}
main .content .news .new-2 .short {
  color: #fff;
  max-height: 320px;
}
main .content .news .new-2 .btn {
  display: none;
}
main .content .news .new-3 .image {
  bottom: 0;
  height: 270px;
}
main .content .news .new-3 .info {
  top: 20px;
  bottom: 280px;
  overflow: hidden;
}
main .content .news .new-3 .title {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}
main .content .news .new-3 .short {
  color: #000;
  max-height: 120px;
}
main .content .news .new-3 .btn {
  display: none;
}
main .content .news .new-4 {
  background: linear-gradient(-45deg, #4a0500, #900300);
}
main .content .news .new-4 .image {
  bottom: 40px;
  height: 270px;
  display: none;
}
main .content .news .new-4 .info {
  top: 20px;
  overflow: hidden;
}
main .content .news .new-4 .title {
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 5px;
  font-weight: bold;
}
main .content .news .new-4 .short {
  color: #fff;
  max-height: 85px;
}
main .content .news .new-4 .fade {
  display: none;
}
main .content .news .new-4 .btn {
  bottom: 40px;
  background: #fff;
  color: #000;
}
main .content .news .new-4 .btn:hover {
  background: #cb9d69;
}
main .content .news .new-5 {
  border: 2px solid #9a0000;
}
main .content .news .new-5 .image {
  display: none;
}
main .content .news .new-5 .info {
  top: 20px;
  overflow: hidden;
}
main .content .news .new-5 .title {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: bold;
}
main .content .news .new-5 .short {
  color: #000;
  max-height: 275px;
}
main .content .news .new-5 .fade {
  display: none;
}
main .content .news .new-5 .btn {
  bottom: 40px;
  background: #9a0000;
  color: #fff;
}
main .content .news .new-5 .btn:hover {
  background: #cb9d69;
}
main .content .tags {
  padding: 30px 0 30px 0;
  clear: both;
}
main .content .tags .tag {
  float: left;
  background: #cccccc;
  padding: 3px 10px 2px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
main .content .tags .tag i {
  display: none;
}
main .content .tags .active {
  background: #9b0000;
  padding: 3px 5px 2px 10px;
}
main .content .tags .active i {
  display: inline-block;
}
main .content .areas {
  font-size: 0;
  clear: both;
  vertical-align: top;
  padding-top: 30px;
}
main .content .areas h3 {
  font-weight: bold;
  font-size: 26px;
  font-family: "Roboto Slab";
  width: 360px;
  text-align: left;
}
main .content .areas .area {
  max-width: 270px;
  display: inline-block;
  padding: 0 0 20px 0;
  overflow: hidden;
  vertical-align: top;
  height: fit-content !important;
}
main .content .areas .area img {
  width: 90%;
}
main .content .areas .area .desc {
  padding: 5px 20px 20px 20px;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  display: none;
}
main .content .areas .area .title {
  text-align: center;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto Slab";
  transition: all 300ms linear;
}
main .content .areas .area-link {
  transition: all 300ms linear;
}
main .content .areas .area-link:hover {
  color: #9a0000;
}
main .content .areas .area-link:hover .title {
  color: #9a0000;
}
main .content .more-items {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
main .content .more-items h3 {
  font-weight: bold;
  font-size: 26px;
  font-family: "Roboto Slab";
  text-align: left;
}
main .content .more-items .ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: url(/images/ct3.svg);
}
main .content .more-items .ctb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(/images/ct2.svg);
}
main .content .shops .header .map {
  width: 100%;
  height: 400px;
}
main .content .shops .center {
  max-width: 1100px;
}
main .content .shops h3 {
  padding: 60px 0 20px 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  font-family: "Roboto Slab";
  padding-bottom: 30px;
  text-align: left;
}
main .content .shops .left {
  max-width: 660px;
  float: left;
  text-align: left;
  padding: 0 0 40px 0;
}
main .content .shops .left .address {
  float: left;
  width: 330px;
  padding: 0 20px 15px 0;
}
main .content .shops .left .address i {
  color: #9a0000;
  padding: 0 6px 0 0;
}
main .content .shops .left .phone {
  display: block;
  margin: 8px 0 0 20px;
  color: #9a0000;
}
main .content .shops .left .phone:hover {
  color: #cb9d69;
}
main .content .shops .right {
  float: right;
  text-align: left;
  padding: 0 0 40px 0;
  margin-top: -5px;
}
main .content .shops .right a {
  font-family: "Roboto Slab";
  font-weight: bold;
  line-height: 25px;
  font-size: 24px;
  margin-left: 0;
  white-space: nowrap;
  float: right;
  padding-bottom: 10px;
  line-height: 46px;
  clear: both;
}
main .content .shops .right a img {
  margin-right: 10px;
}
main .content .ctb2 {
  width: 100%;
  clear: both;
  height: 10px;
  background: url(/images/ct2.svg);
}
main .content .conditions {
  float: left;
  width: 30%;
  float: left;
  padding: 0 60px 30px 0;
  position: relative;
  overflow: hidden;
  text-align: left;
}
main .content .conditions h3 {
  padding-top: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  font-family: "Roboto Slab";
  padding-bottom: 20px;
  text-align: left;
}
main .content .conditions p {
  padding-bottom: 12px;
  font-size: 15px;
}
main .content .more-areas {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
main .content .more-areas h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  font-family: "Roboto Slab";
  text-align: left;
  padding-bottom: 30px;
}
main .content .more-areas .ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(/images/ct2.svg);
}
main .content .more-areas .area {
  max-width: 270px;
  width: 50%;
  float: left;
}
main .content .more-areas .area-link {
  float: left;
  max-width: 220px;
  text-align: left;
  text-decoration: underline;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
}
main .content .more-areas .area-link:hover {
  color: #860907;
}
main .content .full-item-wrapper {
  padding: 0 40px 0 40px;
  max-width: 1360px;
  width: 100%;
  display: inline-block;
}
main .content .full-item {
  padding-top: 30px;
  padding-bottom: 40px;
}
main .content .full-post {
  margin-top: -35px;
}
main .content .full-post .header {
  max-width: 1340px;
  border-radius: 0 0 20px 20px;
  margin: auto;
  overflow: hidden;
}
main .content .full-post .header img {
  width: 100%;
  display: block;
}
main .content .full-post .post-content {
  max-width: 600px;
  margin: auto;
}
main .content .full-post .back {
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #9a0000;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: block;
  margin-top: -22px;
  margin-left: -3px;
}
main .content .full-post h1 {
  border-bottom: 1px dotted #999;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
  text-align: left;
  margin-bottom: 4px;
}
main .content .full-post .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
  text-align: left;
}
main .content .full-post p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-bottom: 15px;
}
main .content .full-post img {
  width: 100%;
  height: auto;
}
main .content .full-recipe {
  margin-top: -30px;
}
main .content .full-recipe .header {
  padding: 0 20px 0 20px;
}
main .content .full-recipe .header .center {
  border-radius: 0 0 20px 20px;
  background: url(/images/dark-paper.jpg);
  padding: 70px 20px 20px 20px;
  max-width: 1340px;
}
main .content .full-recipe .header img {
  width: 580px;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 60px 0 0;
}
main .content .full-recipe .header .title {
  padding: 0 0 30px 0;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 55px;
  font-family: "Roboto Slab";
  text-align: left;
}
main .content .full-recipe .header .desc {
  color: #fff;
  font-size: 15px;
  text-align: left;
  float: left;
  width: 360px;
  height: 160px;
  padding-right: 20px;
}
main .content .full-recipe .header .desc .caption {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 4px;
}
main .content .full-recipe .header .time {
  float: left;
  width: 160px;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding-right: 20px;
}
main .content .full-recipe .header .time i {
  font-size: 29px;
  float: left;
  line-height: 30px;
  padding-right: 10px;
}
main .content .full-recipe .header .weight {
  float: left;
  width: 160px;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding-top: 30px;
  padding-right: 20px;
}
main .content .full-recipe .header .weight i {
  font-size: 29px;
  float: left;
  line-height: 30px;
  padding-right: 10px;
}
main .content .full-recipe .header .persons {
  float: left;
  width: 160px;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding-top: 30px;
}
main .content .full-recipe .header .persons i {
  font-size: 29px;
  float: left;
  line-height: 30px;
  padding-right: 10px;
}
main .content .full-recipe .header-inner {
  max-width: 1340px;
}
main .content .full-recipe .middle {
  overflow: hidden;
  position: relative;
}
main .content .full-recipe .middle .center {
  padding: 0 20px 0 20px;
}
main .content .full-recipe .recipe {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 60px auto 0 auto;
  display: table;
}
main .content .full-recipe .recipe .ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(/images/ct.svg);
}
main .content .full-recipe .recipe .step {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: table-row;
}
main .content .full-recipe .recipe .step .image {
  width: 50%;
  padding: 20px 40px 20px 40px;
  display: table-cell;
}
main .content .full-recipe .recipe .step .image img {
  width: 100%;
}
main .content .full-recipe .recipe .step .line {
  display: table-cell;
  vertical-align: middle;
  background: #000;
  position: relative;
}
main .content .full-recipe .recipe .step .line .white-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #fff;
  z-index: 1;
}
main .content .full-recipe .recipe .step .line .white-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #fff;
  z-index: 1;
}
main .content .full-recipe .recipe .step .line .num {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  margin: 0 -15px 0 -15px;
  z-index: 2;
  font-weight: bold;
  font-family: "Roboto Slab";
}
main .content .full-recipe .recipe .step .text {
  width: 50%;
  text-align: left;
  padding: 20px 40px 20px 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
main .content .full-recipe .recipe .odd .text {
  text-align: left;
}
main .content .full-recipe .recipe .even .text {
  text-align: right;
}
main .content .full-recipe .recipe .mobile-text {
  display: none;
  width: 100%;
  text-align: left;
}
main .content .full-recipe .recipe .mobile-text .arrow {
  float: left;
  width: 40px;
  height: 45px;
  background: url(/images/arrow.svg) center bottom no-repeat;
  text-align: center;
}
main .content .full-recipe .recipe .mobile-text .arrow .num {
  display: inline-block;
  background: #000;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
main .content .full-recipe .bju {
  max-width: 600px;
  overflow: hidden;
}
main .content .full-recipe .bju .col {
  width: 25%;
  padding: 50px 0 0 0;
  float: left;
}
main .content .full-recipe .bju .col .caption {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 4px;
}
main .content .full-recipe .bju .col .quantity {
  color: #000;
  font-weight: bold;
  font-size: 38px;
  padding-bottom: 4px;
  font-family: "Roboto Slab";
}
main .content .full-recipe .bju .col .unit {
  color: #000;
  font-size: 15px;
  padding-bottom: 4px;
}
main .content .full-recipe .ingredients {
  width: 500px;
  float: right;
  border-radius: 20px;
  margin-top: 30px;
  background: url(/images/paper.jpg);
  display: table;
  padding: 15px 25px 25px 25px;
  margin-bottom: -200px;
  margin-left: -30px;
}
main .content .full-recipe .ingredients .caption {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 4px;
  font-family: "Roboto Slab";
  text-align: left;
}
main .content .full-recipe .ingredients .ingredient {
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
  display: table;
  padding: 18px 0 0 0;
  width: 100%;
}
main .content .full-recipe .ingredients .ingredient .ingredient-title {
  display: table-cell;
  white-space: nowrap;
  line-height: 10px;
  font-size: 15px;
}
main .content .full-recipe .ingredients .ingredient .ingredient-quantity {
  display: table-cell;
  white-space: nowrap;
  line-height: 10px;
  font-size: 15px;
}
main .content .full-recipe .ingredients .ingredient .dots {
  width: 100%;
  display: table-cell;
  border-bottom: 1px dotted #888;
  line-height: 10px;
  font-size: 15px;
}
main .footer_m {
  width: 100%;
  margin-bottom: -120px;
  position: relative;
}
main footer {
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/paper.png);
  text-align: center;
  position: relative;
}
main footer .ctf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: url(/images/ctf.svg);
  display: none;
}
main footer .content {
  padding: 40px 40px 20px 40px;
  max-width: 1360px;
  width: 100%;
  display: inline-block;
}
main footer .left {
  float: left;
  text-align: left;
  line-height: 25px;
  font-size: 15px;
  padding-bottom: 10px;
}
main footer .right {
  float: right;
  text-align: right;
}
main footer .right a {
  font-family: "Roboto Slab";
  font-weight: bold;
  line-height: 25px;
  font-size: 24px;
  margin-left: 40px;
  white-space: nowrap;
  padding-bottom: 10px;
  line-height: 46px;
  display: block;
}
main footer .right a img {
  margin-right: 10px;
}
main footer .right a .city-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 10px;
  color: #888888;
}

.fast-item {
  max-width: 1050px;
}

.fast-item .cart-item,
.full-item .cart-item {
  display: none;
}
.fast-item .item,
.full-item .item {
  display: none;
}
.fast-item .left,
.full-item .left {
  float: left;
  width: 470px;
  padding: 0 30px 0 0;
  position: relative;
}
.fast-item .left .item-icons,
.full-item .left .item-icons {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 5;
}
.fast-item .left .item-icons .item-icon,
.full-item .left .item-icons .item-icon {
  padding-right: 5px;
}
.fast-item .left .title,
.full-item .left .title {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
  position: relative;
  padding: 0 0 25px 0;
  color: #000;
  text-align: left;
}
.fast-item .left .title .ct,
.full-item .left .title .ct {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: url(/images/ct3.svg);
}
.fast-item .left .image,
.full-item .left .image {
  position: relative;
}
.fast-item .left .price-wrapper,
.full-item .left .price-wrapper {
  position: absolute;
  bottom: auto;
  top: 0px;
  right: 0;
}
.fast-item .left .price-wrapper .price,
.full-item .left .price-wrapper .price {
  background: url(/images/price-large.svg) no-repeat;
  width: 168px;
  height: 58px;
  font-weight: bold;
  font-size: 40px;
  line-height: 58px;
  color: #fff;
  font-family: "Roboto Slab";
  text-align: center;
}
.fast-item .left .price-wrapper .price i,
.full-item .left .price-wrapper .price i {
  font-size: 34px;
}
.fast-item .left .price-wrapper .unit,
.full-item .left .price-wrapper .unit {
  padding: 6px 10px 3px 0;
  font-size: 13px;
  text-align: right;
}
.fast-item .left .price-wrapper .kg,
.full-item .left .price-wrapper .kg {
  text-align: right;
  font-size: 13px;
  padding: 0 10px 0 0;
}
.fast-item .left .item-image,
.full-item .left .item-image {
  padding-top: 80px;
  width: 100%;
}
.fast-item .right,
.full-item .right {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.fast-item .right .title,
.full-item .right .title {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
  position: relative;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  color: #000;
  text-align: left;
}
.fast-item .right .title .ct,
.full-item .right .title .ct {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: url(/images/ct3.svg);
}
.fast-item .right .info,
.full-item .right .info {
  padding: 0 0 20px 0;
  text-align: left;
}
.fast-item .right .info .caption,
.full-item .right .info .caption {
  font-weight: bold;
  display: block;
  font-size: 17px;
  padding-bottom: 5px;
}
.fast-item .right .info .text,
.full-item .right .info .text {
  font-size: 14px;
  line-height: 20px;
}
.fast-item .right .bju,
.full-item .right .bju {
  background: #ece6e6;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.fast-item .right .bju .row,
.full-item .right .bju .row {
  padding: 0 0 10px 0;
  overflow: hidden;
  float: left;
}
.fast-item .right .bju .row .caption,
.full-item .right .bju .row .caption {
  text-align: left;
  width: 140px;
  font-size: 15px;
  float: left;
}
.fast-item .right .bju .row .amount,
.full-item .right .bju .row .amount {
  text-align: left;
  width: 70px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: bold;
  float: left;
  line-height: 20px;
}
.fast-item .right .bju .row .chart,
.full-item .right .bju .row .chart {
  height: 10px;
  float: left;
  width: 260px;
}
.fast-item .right .bju .row .chart .line,
.full-item .right .bju .row .chart .line {
  background: #9e0000;
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
}
.fast-item .right .store,
.full-item .right .store {
  float: right;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 13px;
  margin: 0 0 10px 10px;
  cursor: pointer;
}
.fast-item .right .store i,
.full-item .right .store i {
  padding: 0 5px 0 0;
}
.fast-item .right .present,
.full-item .right .present {
  background: #669932;
}
.fast-item .right .absent,
.full-item .right .absent {
  background: #cccccc;
}
.fast-item .right .package,
.fast-item .right .time,
.full-item .right .package,
.full-item .right .time {
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.fast-item .right .package .caption,
.fast-item .right .time .caption,
.full-item .right .package .caption,
.full-item .right .time .caption {
  display: inline;
  font-weight: bold;
}
.fast-item .right .control,
.full-item .right .control {
  text-align: left;
  padding: 30px 0 0 0;
}
.fast-item .right .control .minus,
.fast-item .right .control .plus,
.fast-item .right .control .add,
.full-item .right .control .minus,
.full-item .right .control .plus,
.full-item .right .control .add {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(-45deg, #810304, #c90000);
}
.fast-item .right .control .minus i,
.fast-item .right .control .plus i,
.fast-item .right .control .add i,
.full-item .right .control .minus i,
.full-item .right .control .plus i,
.full-item .right .control .add i {
  line-height: 32px;
}
.fast-item .right .control .add,
.full-item .right .control .add {
  width: auto;
  padding: 0 15px 0 15px;
  margin-left: 20px;
}
.fast-item .right .control .add i,
.full-item .right .control .add i {
  padding-right: 4px;
}
.fast-item .right .control .disabled,
.full-item .right .control .disabled {
  background: #666666 !important;
  cursor: default;
}
.fast-item .right .control .count,
.full-item .right .control .count {
  display: inline-block;
  width: auto;
  height: 32px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  font-size: 22px;
  text-align: center;
  color: #000;
}
.fast-item .right .control .count .num,
.full-item .right .control .count .num {
  font-weight: bold;
}
.fast-item .right .control .count .unit,
.full-item .right .control .count .unit {
  font-size: 18px;
  color: #888888;
}
.fast-item .right .control .count .kg,
.full-item .right .control .count .kg {
  font-size: 13px;
  color: #888888;
}
.fast-item .right .control .show-full,
.full-item .right .control .show-full {
  padding: 0 15px 0 15px;
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  margin: 0 0 10px 0;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(-45deg, #810304, #c90000);
}
.fast-item .right .control .minus:hover,
.fast-item .right .control .plus:hover,
.fast-item .right .control .add:hover,
.fast-item .right .control .show-full:hover,
.full-item .right .control .minus:hover,
.full-item .right .control .plus:hover,
.full-item .right .control .add:hover,
.full-item .right .control .show-full:hover {
  background: #cb9d69;
}

.fast-item {
  padding: 30px;
}
.fast-item .left .price-wrapper {
  top: 20px;
  bottom: 210px;
}
.fast-item .left img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-block {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 7;
  pointer-events: none;
}
.cart-block .mobile-button {
  display: none;
}
.cart-block .cart-flag {
  margin-top: 30px;
  border-top: 40px solid #669932;
  border-left: 10px solid transparent;
  border-bottom: 40px solid #669932;
  width: 70px;
  height: 40px;
  text-align: center;
  position: relative;
  float: left;
  cursor: pointer;
  pointer-events: all;
  transition: all 0ms linear;
}
.cart-block .cart-flag .cart-flag-inner {
  position: absolute;
  top: -23px;
  right: 20px;
  z-index: 2;
}
.cart-block .cart-flag .cart-flag-inner i {
  display: block;
  color: #fff;
  font-size: 20px;
}
.cart-block .cart-flag .cart-flag-inner .cart-flag-text {
  margin-top: 5px;
  margin-left: 2px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}
.cart-block .cart-flag .shadow {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: -40px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  width: 20px;
  z-index: 1;
}
.cart-block .cart-flag:hover {
  border-top: 40px solid #58862a;
  border-bottom: 40px solid #58862a;
}
.cart-block .cart-flag.disabled {
  border-top: 40px solid #666666;
  border-bottom: 40px solid #666666;
}
.cart-block .cart-flag.disabled:hover {
  border-top: 40px solid #555;
  border-bottom: 40px solid #555;
}
.cart-block .cart-content {
  pointer-events: all;
  float: right;
  width: 710px;
  min-height: 120px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  background: url(/images/paper.jpg);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  padding: 20px;
  transition: all 0ms linear;
}
.cart-block .cart-content .shadow {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: -30px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  width: 15px;
  z-index: 1;
}
.cart-block .cart-content-hidden {
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
.cart-block .cart-table .row-shipping,
.cart-block .cart-table .row-overall {
  display: none;
}

.full-cart {
  background: url(/images/paper.jpg);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
  margin: 20px 0 20px 0;
}
.full-cart .cart-table .bottom .btn {
  display: none;
}

.form-order {
  text-align: left;
  padding: 5px 0 40px 0;
  overflow: hidden;
  float: right;
  width: 70%;
}
.form-order .message-shipping {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
}
.form-order .message-shipping a {
  color: #9a0000;
}
.form-order .message-shipping a:hover {
  text-decoration: underline;
}
.form-order .message-items,
.form-order .message {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.form-order .message.error {
  display: block;
  background: #e4bfbf;
}
.form-order .message.success {
  display: block;
  background: #c2e4bf;
}
.form-order .input-order-wrapper {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 15px;
  float: left;
}
.form-order .input-address-wrapper {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.form-order .input-comment-wrapper {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.form-order .input-btn-wrapper {
  float: right;
  width: 33.3%;
  padding-bottom: 20px;
}
.form-order .wrapper-last {
  padding-right: 0;
}
.form-order .input-checkbox-wrapper {
  clear: both;
  font-size: 16px;
  color: #333333;
  display: block;
  padding: 0 0 20px 0;
}
.form-order .input-checkbox-wrapper input {
  margin: 0 10px 0 0;
}
.form-order .input-checkbox-wrapper img {
  padding: 0 10px 0 0;
  width: 30px;
}
.form-order .input-checkbox-wrapper a {
  color: #9a0000;
}
.form-order .input-checkbox-wrapper a:hover {
  text-decoration: underline;
}
.form-order .input-order {
  margin: 0 20px 0 0;
  padding: 7px 20px 7px 20px;
  letter-spacing: 0.5px;
  color: #000;
  font-size: 15px;
  border-radius: 15px;
  transition: all 300ms linear;
  display: inline-block;
  width: 100%;
  border: 1px solid #999;
  outline: none;
}
.form-order .field-error {
  border: 1px solid #900;
}
.form-order .btn {
  outline: none;
  width: 100%;
}

.cart-table-wrapper {
  overflow-y: auto;
  max-height: 500px;
}

.cart-table {
  display: table;
  width: 100%;
}
.cart-table .row {
  display: table-row;
}
.cart-table .bottom {
  padding: 10px 0 0 0;
}
.cart-table .bottom .btn {
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
}
.cart-table .bottom .btn i {
  padding-right: 6px;
}
.cart-table .bottom .cell-2 {
  font-size: 14px;
  font-weight: bold;
}
.cart-table .bottom .cell-3 {
  font-size: 16px;
  font-family: "Roboto Slab";
  white-space: nowrap;
  font-weight: bold;
}
.cart-table .bottom .cell-4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto Slab";
}
.cart-table .bottom .cell-5 {
  font-size: 14px;
}
.cart-table .bottom .cell-1,
.cart-table .bottom .cell-2,
.cart-table .bottom .cell-3,
.cart-table .bottom .cell-4,
.cart-table .bottom .cell-5 {
  border-top: 2px dotted #cdcdcd;
}
.cart-table .row-shipping .cell-1,
.cart-table .row-shipping .cell-2,
.cart-table .row-shipping .cell-3,
.cart-table .row-shipping .cell-4,
.cart-table .row-shipping .cell-5 {
  border-top: none;
  padding-bottom: 10px;
}
.cart-table .row-shipping .cell-3 {
  font-weight: 400;
  font-size: 14px;
  font-family: "Museo Sans";
}
.cart-table .row-overall .cell-1,
.cart-table .row-overall .cell-2 {
  border-top: none;
}
.cart-table .row-cost .cell-4 {
  color: #9a0000;
}
.cart-table .cell {
  display: table-cell;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.cart-table .cell-0 {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.cart-table .cell-1 {
  width: 60px;
  min-width: 60px;
  text-align: left;
}
.cart-table .cell-2 {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.cart-table .cell-3 {
  min-width: 60px;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
}
.cart-table .cell-4 {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.cart-table .cell-5 {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.cart-table .cart-item-title {
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto Slab";
  white-space: normal;
  max-width: 375px;
  padding-bottom: 10px;
  width: 35%;
}
.cart-table .cart-item-control {
  white-space: nowrap;
  text-align: center;
}
.cart-table .cart-item-minus,
.cart-table .cart-item-plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  margin: 0 5px 0 0;
  cursor: pointer;
  text-align: center;
  background: #810304;
}
.cart-table .cart-item-minus i,
.cart-table .cart-item-plus i {
  line-height: 20px;
}
.cart-table .cart-item-minus:hover,
.cart-table .cart-item-plus:hover {
  background: #cb9d69;
}
.cart-table .cart-item-count {
  font-weight: bold;
  display: inline-block;
  width: auto;
  min-width: 50px;
  height: 32px;
  margin: 0 5px 0 0;
  font-size: 17px;
  text-align: center;
  color: #000;
}
.cart-table .unit {
  display: inline;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.cart-table .cart-item-cost {
  font-size: 15px;
  font-family: "Roboto Slab";
  white-space: nowrap;
  font-weight: bold;
}
.cart-table .cart-item-total-weight {
  font-size: 14px;
}
.cart-table .cart-item-price,
.cart-table .cart-item-weight,
.cart-table .cart-item-unit {
  display: none;
}
.cart-table .head .cell {
  font-size: 13px !important;
  text-align: center;
  color: #666;
}

.cart-table > .cart-item ~ .cart-item .cell {
  border-top: 1px dotted #666;
}

.window {
  display: none;
  padding: 30px;
  border-radius: 20px;
  max-width: 500px;
}
.window .text {
  font-size: 16px;
  padding: 0;
  text-align: center;
  line-height: 25px;
}
.window .text .title {
  font-weight: bold;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #9a0000;
  text-align: left;
}
.window .text a {
  color: #9a0000;
  text-decoration: underline;
}
.window .text a:hover {
  text-decoration: none;
}
.window .text .phone {
  padding-bottom: 15px;
}
.window .buttons {
  white-space: nowrap;
}
.window .btn {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin: 10px 5px 0 5px;
}
.window .continue,
.window .btn-yes {
  background: #019a34;
}
.window .continue:hover,
.window .btn-yes:hover {
  background: #cb9d69;
}
.window .phone {
  padding-top: 15px;
  font-size: 24px;
}
.window label {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  padding: 0 0 20px 0;
  font-weight: bold;
  line-height: 38px;
}
.window label input {
  float: right;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #888888;
  padding: 8px 20px 8px 20px;
}
.window label .error {
  border: 1px solid #9a0000;
}
.window .label-checkbox {
  font-family: "Rubik";
  font-weight: normal;
  line-height: 26px;
  font-size: 14px;
  padding-bottom: 10px;
}
.window .label-checkbox a {
  font-family: "Rubik";
  line-height: 20px;
  color: #9a0000;
}
.window .label-checkbox a:hover {
  text-decoration: underline;
}
.window .checkbox {
  float: left;
  width: auto;
  margin: 6px 10px 0 0;
}
.window .buttons {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.window .btn-activate {
  width: 250px;
  display: inline-block;
}
.window .send-sending {
  background: #666;
}
.window .message {
  font-size: 14px;
  color: #006331;
  display: none;
}
.window .error {
  color: #9a0000;
  display: block;
}
.window .success {
  display: block;
  color: #006331;
}

.load-more-wrapper {
  clear: both;
  padding: 10px 0 0 0;
}

.load-more {
  clear: both;
  width: 240px;
  overflow: hidden;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 1200px) {
  main .content .full-recipe .header .center {
    padding-top: 20px;
  }
  main .content .full-recipe .header .title {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
  }
  main .content .full-recipe .header .time {
    padding-top: 30px;
  }
  main .content .full-recipe .header .ingredients {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .cart-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    right: 0;
  }
  .cart-block .mobile-button {
    display: block;
  }
  .cart-block .cart-flag {
    left: 50%;
    margin-left: -40px;
    margin-top: 0;
    border-left: 40px solid #669932;
    border-top: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 40px solid #669932;
    width: 80px;
    height: 60px;
    text-align: center;
    position: relative;
    float: left;
    position: relative;
    cursor: pointer;
  }
  .cart-block .cart-flag .cart-flag-inner {
    top: 10px;
    left: -30px;
    right: -30px;
    height: 40px;
    width: 60px;
    overflow: hidden;
    text-align: center;
  }
  .cart-block .cart-flag .cart-flag-inner i {
    display: inline-block;
    line-height: 29px;
    font-size: 17px;
  }
  .cart-block .cart-flag .cart-flag-inner .cart-flag-text {
    display: inline-block;
    height: 23px;
    width: 23px;
    line-height: 24px;
    margin-left: 4px;
  }
  .cart-block .cart-flag .shadow {
    top: 0;
    right: -40px;
    left: -40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    width: 80px;
    height: 20px;
  }
  .cart-block .cart-flag:hover {
    border-top: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 40px solid #58862a;
    border-right: 40px solid #58862a;
  }
  .cart-block .cart-flag.disabled {
    border-top: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 40px solid #666666;
    border-right: 40px solid #666666;
  }
  .cart-block .cart-flag.disabled:hover {
    border-top: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 40px solid #555;
    border-right: 40px solid #555;
  }
  .cart-block .cart-content {
    float: none;
    width: 90%;
    margin: auto;
    max-width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    max-height: 500px;
    border-radius: 0 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .cart-block .cart-content .shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    width: 100%;
    z-index: 1;
    height: 10px;
  }
  .cart-block .cart-content-hidden {
    width: 90%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    height: 0;
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart-block .cart-table .row {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    display: block;
    text-align: right;
  }
  .cart-block .cart-table .bottom {
    border: none;
  }
  .cart-block .cart-table .bottom .cell-1 {
    display: none;
  }
  .cart-block .cart-table .bottom .cell-2 {
    line-height: 27px;
  }
  .cart-block .cart-table .head {
    display: none;
  }
  .cart-block .cart-table .cell {
    display: block;
    border: none;
    text-align: right;
  }
  .cart-block .cart-table .cell-1 {
    text-align: left;
    width: auto;
    white-space: normal;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    overflow: hidden;
  }
  .cart-block .cart-table .cell-1 .proceed {
    display: none;
  }
  .cart-block .cart-table .cell-2 {
    display: inline-block;
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-block .cart-table .cell-3 {
    float: none;
    display: inline-block;
    width: 90px;
  }
  .cart-block .cart-table .cell-4 {
    float: none;
    display: inline-block;
    width: 90px;
  }
  .cart-block .cart-table .cell-5 {
    float: none;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    line-height: 27px;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-block .cart-table > .cart-item ~ .cart-item .cell {
    border: none;
  }
  .cart-block .mobile-button {
    margin: 10px auto 10px auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .cart-block .mobile-button .proceed {
    display: inline-block;
  }

  header {
    display: block;
  }

  aside {
    right: 0;
    width: 100%;
    height: 0;
    background: url(/images/menu2.jpg);
    overflow-y: auto;
  }
  aside nav {
    padding-top: 50px;
  }
  aside .logo {
    display: none;
  }

  .aside-visible {
    height: 100%;
  }

  main {
    padding-left: 0;
    padding-top: 50px;
  }
  main section .city-select {
    margin-top: 5px;
    margin-left: 0;
  }
  main .center {
    padding: 0 20px 0 20px;
  }
  main .center .show-all {
    display: none;
  }
  main .content {
    padding-top: 0;
    min-height: 0;
  }
  main .content .more-areas {
    clear: both;
  }
  main .content .conditions {
    padding-right: 0;
  }
  main .content .full-post .header {
    border-radius: 0;
  }
  main .content .full-cart .cart-table .row {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    display: block;
    text-align: right;
  }
  main .content .full-cart .cart-table .bottom {
    border: none;
  }
  main .content .full-cart .cart-table .bottom .cell-1 {
    display: none;
  }
  main .content .full-cart .cart-table .bottom .cell-2 {
    line-height: 27px;
    display: none;
  }
  main .content .full-cart .cart-table .bottom .cell-3 {
    width: 150px;
  }
  main .content .full-cart .cart-table .head {
    display: none;
  }
  main .content .full-cart .cart-table .cell {
    float: left;
    display: block;
    border: none;
    text-align: right;
  }
  main .content .full-cart .cart-table .cell-1 {
    text-align: left;
    width: auto;
    white-space: normal;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
  }
  main .content .full-cart .cart-table .cell-1 .proceed {
    display: none;
  }
  main .content .full-cart .cart-table .cell-2 {
    display: inline-block;
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  main .content .full-cart .cart-table .cell-3 {
    float: none;
    display: inline-block;
    width: 75px;
    padding: 5px;
  }
  main .content .full-cart .cart-table .cell-4 {
    float: none;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    padding: 5px;
  }
  main .content .full-cart .cart-table .cell-5 {
    float: none;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    line-height: 27px;
    padding-left: 0;
    padding-right: 0;
  }
  main .content .full-cart .cart-table > .cart-item ~ .cart-item .cell {
    border: none;
  }
  main .content .form-order .input-order-wrapper,
main .content .form-order .input-address-wrapper,
main .content .form-order .input-comment-wrapper,
main .content .form-order .input-btn-wrapper {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }
  main .content .full-recipe {
    margin-top: -36px;
  }
  main .content .full-recipe .header {
    padding: 0;
  }
  main .content .full-recipe .header .center {
    border-radius: 0;
    padding: 0 0 20px 0;
  }
  main .content .full-recipe .header img {
    border-radius: 0;
    width: 100%;
    float: none;
  }
  main .content .full-recipe .header .title {
    padding: 20px 20px 30px 20px;
    font-size: 30px;
    line-height: 35px;
  }
  main .content .full-recipe .header .desc {
    padding: 0 20px 20px 20px;
    width: 55%;
    font-size: 14px;
  }
  main .content .full-recipe .header .desc .caption {
    font-size: 17px;
  }
  main .content .full-recipe .header .time,
main .content .full-recipe .header .persons,
main .content .full-recipe .header .weight {
    width: 38%;
    white-space: nowrap;
  }
  main .content .full-recipe .ingredients {
    margin: 20px 20px 0 20px;
    width: auto;
    clear: both;
    display: block;
  }
  main .content .full-recipe .bju .col .caption {
    font-weight: normal;
    font-size: 12px;
  }
  main .content .full-recipe .recipe {
    width: 100%;
  }
  main .content .full-recipe .recipe .step {
    padding-bottom: 30px;
    display: block;
  }
  main .content .full-recipe .recipe .step .line,
main .content .full-recipe .recipe .step .text {
    display: none;
  }
  main .content .full-recipe .recipe .step .image {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
  }
  main .content .full-recipe .recipe .step .mobile-text {
    display: block;
    padding-bottom: 20px;
  }
  main .secondary {
    padding-top: 0;
  }
  main .slider {
    padding: 0 0 30px 0;
  }
  main .slider .arrow-left,
main .slider .arrow-right {
    display: none;
  }
  main .slider .slides .slide .text {
    top: 30%;
  }
  main .slider .slides .slide .text .title {
    font-size: 30px;
  }
  main .content .index-recipes .center {
    padding-right: 20px;
    padding-left: 20px;
  }
  main .content .items .item .image .fast-view {
    display: none;
  }
  main .content .recipes .recipe-1,
main .content .recipes .recipe-2,
main .content .recipes .recipe-3,
main .content .recipes .recipe-4 {
    width: 100%;
    height: 380px;
  }
  main .content .recipes .recipe-1 .title,
main .content .recipes .recipe-2 .title,
main .content .recipes .recipe-3 .title,
main .content .recipes .recipe-4 .title {
    font-size: 30px;
    padding: 0;
  }
  main .content .recipes .recipe-1 .recipe-inner,
main .content .recipes .recipe-2 .recipe-inner,
main .content .recipes .recipe-3 .recipe-inner,
main .content .recipes .recipe-4 .recipe-inner {
    right: 0;
    left: 0;
    top: 0;
  }
  main .content .recipes .recipe-1 .icon,
main .content .recipes .recipe-2 .icon,
main .content .recipes .recipe-3 .icon,
main .content .recipes .recipe-4 .icon {
    top: 20px;
    left: 30px;
    bottom: initial;
    right: initial;
  }
  main .content .news .new {
    padding: 20px;
    width: 100%;
    /*
    .info {
    	position: relative;
    	top: initial;
    	left: initial;
    	right: initial;
    	bottom: initial;
    }
    .btn {
    	margin-top: 15px;
    	position: relative;
    	top: initial;
    	left: initial;
    	right: initial;
    	bottom: initial;
    }
    .date {
    	position: relative;
    	top: 15px;
    	left: initial;
    	right: initial;
    	bottom: initial;
    }*/
  }

  main .content .full-item {
    padding-top: 10px;
  }
  main .content .full-item .left {
    width: 100%;
    padding-right: 0;
  }
  main .content .full-item .left .price-wrapper {
    right: 0;
  }
  main .content .full-item .right {
    padding-right: 0;
    width: 100%;
  }

  .cart-block .cart-table .row-shipping,
.cart-block .cart-table .row-overall {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  main .center {
    padding: 0 10px 0 10px;
  }
  main .for-desktop {
    display: none;
  }
  main .for-mobile {
    display: block;
  }
  main .form-order .input-checkbox-wrapper {
    font-size: 14px;
  }
  main .breadcrumbs {
    overflow: hidden;
    margin: -5px 0 20px 0;
    padding-bottom: 20px;
  }
  main .breadcrumbs a {
    display: block;
    float: none;
  }
  main .breadcrumbs .breadcrumbs-subareas {
    margin-top: 10px;
    display: block;
    /* float: none; */
    overflow: hidden;
  }
  main .slider {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
  main .slider .slides .slide .text {
    top: 25%;
  }
  main .slider .slides .slide .text .title {
    font-size: 22px;
    padding: 0 20px 20px 20px;
  }
  main .slider .slides .slide .text .btn {
    font-size: 16px;
  }
  main .shipping .shipping-header .shipping-header-image {
    display: none;
  }
  main .shipping .shipping-header .title {
    font-size: 34px;
    width: auto;
    margin: 40px 0 40px 0;
    padding: 50px 0 0 0;
  }
  main .shipping .shipping-header .line {
    width: auto;
    margin: 0 20px 0 80px;
  }
  main .shipping .shipping-price {
    margin: 0;
    text-align: center;
  }
  main .shipping .shipping-price .shipping-price-2 {
    padding-top: 30px;
  }
  main .shipping .shipping-how {
    margin: 40px 0 40px 0;
  }
  main .shipping .shipping-how .shipping-how-image {
    display: none;
  }
  main .shipping .shipping-how .payment {
    margin-top: 30px;
    margin-left: 0;
  }
  main .shipping .shipping-meat .shipping-meat-image {
    display: none;
  }
  main .content .full-cart {
    margin: 20px -20px 20px -20px;
    border-radius: 0;
  }
  main .content .full-cart .cart-table .cart-item-title {
    display: block;
    float: none;
    padding-bottom: 0;
  }
  main .content .conditions {
    width: 100%;
    float: none;
  }
  main .content .form-order {
    width: 100%;
  }
  main .content .areas {
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
  }
  main .content .areas .area {
    float: none;
    max-width: 47%;
    overflow: hidden;
  }
  main .content .areas .area .title {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
  }
  main .content .areas .area .desc {
    overflow: hidden;
    font-size: 10px;
  }
  main .card .card-header .title {
    margin: 0 0 0 0;
    padding: 50px 20px 30px 20px;
  }
  main .card .card-header .title2 {
    padding: 0 0 60px 20px;
  }
  main .card .card-header .btn-activate {
    margin-right: 0;
  }
  main .card .card-header .card-image {
    display: none;
  }
  main .card .card-steps .step {
    width: 100%;
  }
  main .card .card-steps .step-arrow {
    display: none;
  }
  main .card .card-how .title {
    display: none;
  }
  main .card .card-how .lists,
main .card .card-how .form-activate {
    width: 100%;
  }
  main .card .card-how .how {
    width: 100%;
  }
  main .card .card-rules .row {
    width: 100%;
  }
  main .card .card-rules .icon {
    display: none;
  }
  main .card .card-buttons {
    text-align: center;
  }
  main .card .card-buttons .btn {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  main .profile .rules .icon {
    display: none;
  }
  main .profile .badge-block {
    float: none;
  }
  main .profile .badge-block .card {
    display: none;
  }
  main .profile .profile-content {
    padding-left: 0;
  }
  main .profile .profile-content label {
    text-align: left;
  }
  main .profile .profile-content label input {
    width: calc(100% - 20px);
  }
  main .profile .profile-content .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  main .full-item .right .title,
main .fast-item .right .title {
    font-size: 21px;
  }
  main .full-item .right .package,
main .fast-item .right .package {
    padding-top: 10px;
    clear: both;
  }
  main .full-item .right .control,
main .fast-item .right .control {
    text-align: center;
  }
  main .full-item .right .control .plus,
main .full-item .right .control .minus,
main .full-item .right .control .count,
main .fast-item .right .control .plus,
main .fast-item .right .control .minus,
main .fast-item .right .control .count {
    float: none;
    display: inline-block;
  }
  main .full-item .right .control .add,
main .fast-item .right .control .add {
    float: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .window .buttons {
    white-space: normal;
  }
  .window .btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  aside {
    overflow-x: hidden;
  }

  main .profile .profile-content h2 {
    font-size: 20px;
  }
  main .profile .profile-content table th {
    white-space: normal;
    font-size: 14px;
  }
  main .profile .profile-content table td,
main .profile .profile-content table .date,
main .profile .profile-content table .cost {
    font-size: 14px;
  }
  main .profile .profile-content table .bonuses .round {
    font-size: 14px;
  }
  main section .city-select {
    width: 100%;
    margin-top: 8px;
  }
  main section .city-select .city-select-wrapper {
    right: 0;
  }
  main section .city-select .btn {
    margin-top: -4px;
    float: right;
  }
  main section .card .card-how ul {
    width: 100%;
  }
  main section .card .card-how li {
    padding-right: 20px;
  }
  main section .card .card-how .percent-xl {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  main section .card .card-how .percent-lg {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  main section .card .card-how .percent-md {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  main section .card .card-how .percent-sm {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  main footer .content {
    padding: 40px 10px 20px 10px;
  }
  main footer .left {
    padding-bottom: 60px;
  }
  main .content .items .item {
    max-width: 50%;
    padding: 0 5px 0 5px;
  }
  main .content .items .item .item-icons .item-icon {
    width: 28px;
  }
  main .content .items .item .image .badge {
    zoom: 60%;
    top: 42px;
    left: 21px;
  }
  main .content .items .item .bg {
    width: 100%;
    height: auto;
  }
  main .content .items .item .add {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 0px;
  }
  main .content .items .item .price {
    height: auto;
    width: 50%;
    font-size: 22px;
    line-height: 100%;
    margin-right: -20px;
    padding-right: 30px;
    margin-top: 7px;
  }
  main .content .items .item .unit {
    height: auto;
    /* margin-left: -20px; */
    /* padding-left: 20px; */
    font-size: 16px;
    /* line-height: 160%; */
    width: 58px;
  }
  main .content .items .item .unit i {
    font-size: 13px;
  }
  main .content .items .item .title {
    font-size: 14px;
    padding-top: 10px;
  }
  main .content .items .item .info {
    margin-top: -10px;
    margin-left: 0;
    padding: 0;
  }
  main .content .areas .area .title {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  main .city-select {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
  }
  main .city-select .btn {
    margin-left: 10px;
    font-size: 13px;
    padding: 6px 10px 6px 10px;
    font-weight: normal;
    float: right;
  }
  main .city-select .btn i {
    font-size: 12px;
  }
  main .slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  main .content .items .item .add {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 24px;
    margin-top: -7px;
  }
  main .content .items .item .price {
    height: auto;
    width: 50%;
    font-size: 26px;
    line-height: 140%;
    margin-right: -17px;
    padding-right: 0px;
  }
  main .content .items .item .unit {
    /* height: auto; */
    /* margin-left: -22px; */
    /* padding-left: 4px; */
    font-size: 17px;
    line-height: 125%;
    width: 60px;
    margin-top: 9px;
  }
  main .content .items .item .unit i {
    font-size: 12px;
  }
}
.clear {
  clear: both;
}

.ov-h {
  overflow: hidden;
}

.fancybox-skin {
  background-color: #fff;
}

.hide {
  display: none !important;
}

.vk-icon {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.vk-icon__inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.vk-icon__inner img {
  height: 50px;
}/*# sourceMappingURL=main.css.map */

.store-image {
  max-width: 100%; /* Ограничиваем ширину до 100% родительского элемента */
  max-height: 200px; /* Установите максимальную высоту по вашему усмотрению */
  height: auto; /* Сохраняет пропорции изображения */
  display: block; /* Изображение ведет себя как блочный элемент */
  margin: 0 auto; /* Центрирует изображение при необходимости */
}


/*
.paper-round {
width: 200px;
    height: 200px;
    background-color: antiquewhite;
    position: absolute;
    border-radius: 100px;
    top: 50px;
    left: 25px;
}
*/