/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
  url('fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
  url('fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
  url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.woff2') format('woff2'),
  url('fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html * {
  max-height: 1000000px;
}

body {
  margin: 0;
  position: relative;
  background: #fff;
  min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A4A4A4;
  opacity: 1;
  transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A4A4A4;
  opacity: 1;
  transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A4A4A4;
  opacity: 1;
  transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A4A4A4;
  opacity: 1;
  transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
  margin: auto;
  width: 1200px;
  padding: 0 10px;
}

.hidden {
  display: none;
}

.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*body::after{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	z-index:-1;
	content:
		url(img/youtube-hover.svg)
		url(img/telegram-hover.svg)
		url(img/whatsapp-hover.svg);
}*/

.top {
  margin-bottom: 54px;
}

.top__block {
  padding: 0 54px;
  display: flex;
  align-items: center;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  line-height: 30px;
}

.top h1 {
  font: inherit;
  margin: 0;
}

.button {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding: 22px 52px;
  border-radius: 50px;
  background: #A0D235;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.button:hover {
  opacity: 0.9;
}

.title {
  color: #018349;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}

.title_light {
  color: #65C381;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  padding: 34px 0;
}

.header__row {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 196px;
  flex-shrink: 0;
}

.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__city {
  margin-left: 56px;
  width: 133px;
  flex-shrink: 0;
}

.city__caption {
  color: #A4A4A4;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.city__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #028348;
  background: none;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding-right: 24px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.city__label {
  display: block;
  position: relative;
}

.city__label:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #028348 url(img/down.svg) no-repeat center;
  border-radius: 50%;
}

.header__search {
  width: 321px;
  flex-shrink: 0;
  margin-left: 35px;
}

.search {
  position: relative;
}

.search__submit {
  padding: 0;
  width: 48px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(img/search.svg?v=1) no-repeat center;
  border: none;
  transition: all 0.2s ease-out;
}

.search__submit:hover {
  opacity: 0.8;
}

.search__input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #A3A3A3;
  padding: 0 48px 0 21px;
  outline: none;
}


.header__phone {
  margin-left: 53px;
}

.socialize {
  display: flex;
}

.socialize a + a {
  margin-left: 24px;
}

.phone {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding-left: 48px;
  position: relative;
}

.phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 31px;
  height: 31px;
  background: url(img/phone.svg) no-repeat center;
  background-size: 100%;
}

.phone a {
  color: #121212;
  text-decoration: none;
}

.header__socialize {
  margin-left: auto;
}

.socialize {
  display: flex;
}

.socialize a {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #A0D235;
  border-radius: 50%;
  padding: 0 7.2px;
  transition: 0.2s ease-out;
}

.socialize a:hover {
  opacity: 0.9;
}

.socialize a img {
  display: block;
  width: 100%;
  height: auto;
}

.socialize_increased a {
  width: 51px;
  height: 51px;
  padding: 0 11.4px
}

.header__bottom {
  margin-top: 35px;
}

.nav {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav a {
  color: #121212;
  text-decoration: none;
}

.nav li + li {
  margin-left: 45px;
}

.header__btn {
  margin-left: auto;
  padding: 0 15px;
  display: none;
  cursor: pointer;
  align-items: center;
  position: relative;
  right: -10px;
  top: -1px;
}

.header__btn-icon {
  position: relative;
  width: 22px;
  height: 20px;
  top: 1px;
}

.header__btn-icon i {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 2px;
  background: #000;
}

.header__btn-icon i:nth-child(1) {
  top: 0;
}

.header__btn-icon i:nth-child(2),
.header__btn-icon i:nth-child(3) {
  top: 9px;
}

.header__btn-icon i:nth-child(4) {
  top: 18px;
}

.header__btn.active .header__btn-icon i:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.header__btn.active .header__btn-icon i:nth-child(2) {
  transform: rotate(45deg);
}

.header__btn.active .header__btn-icon i:nth-child(3) {
  transform: rotate(-45deg);
}

.header__btn.active .header__btn-icon i:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.navbar {
  margin: 0;
  width: 260px;
  z-index: 20;
  background: #fff;
  padding: 30px 20px;
  display: block;
  position: fixed;
  left: -290px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  box-shadow: 0 5px 10px rgba(24, 24, 24, 0.5);
  transition: all 0.2s ease-out;
}

.navbar.active {
  left: 0;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
  margin-bottom: 26px;
}

.main__columns {
  display: flex;
  margin: 0 -10px;
}

.main__column {
  padding: 0 10px;
}

.main__column_left {
  width: 75%;
}

.main__column_right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider .owl-stage-outer {
  border-radius: 50px;
  border: 1px solid #A3A3A3;
}

.slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-dots {
  display: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #018349 no-repeat center;
  background-size: 100%;
  border: none;
  font-size: 0;
  transition: 0.2s ease-out;
}

.owl-prev {
  left: -14px;
  background-image: url(img/prev.svg);
}

.owl-next {
  right: -14px;
  background-image: url(img/next.svg);
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.9;
}

.mark {
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
  padding: 9px 25px;
  border-radius: 20px;
  background: #018349;
}

.main__row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.main__col {
  width: 100%;
  padding: 0 10px;
  margin: 20px 0 0;
  display: none;
}

.main__col:first-child {
  display: block;
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
.product {
  display: block;
  padding: 17px 21px 15px;
  border-radius: 30px;
  border: 1px solid #A3A3A3;
  position: relative;
}

.product__img {
  margin-bottom: 1px;
}

.product__img img {
  display: block;
  width: 100%;
  height: auto;
}

.product__label {
  position: absolute;
  left: 0;
  top: 26px;
  color: #FFFEFD;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  background: #E94E1C;
  padding: 5px 12.5px;
  z-index: 1;
}

.product__value {
  position: absolute;
  right: 0;
  top: 26px;
  color: #E94E1C;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  padding: 5px 9px;
  z-index: 1;
}

.product__name {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.product__old-price {
  text-align: center;
  color: #707B73;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: line-through;
  margin-bottom: -2px;
}

.product__new-price {
  text-align: center;
  color: #018349;
  font-size: 32px;
  font-weight: 800;
  line-height: 39px;
}

/* ==========================================================================
   CAROUSEL
   ========================================================================== */
.carousel {
  margin-bottom: 26px;
}

.carousel__item {
  text-decoration: none;
}

.carousel__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.carousel__name {
  margin-top: 24px;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.carousel .owl-prev,
.carousel .owl-next {
  margin-top: -13px;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
  margin-bottom: 56px;
}

.catalog + .info {
  margin-top: -51px;
}

.info__row {
  display: flex;
  flex-wrap: wrap;
  margin: -26px -10px 0;
}

.info__col {
  padding: 0 10px;
  margin-top: 26px;
  width: 100%;
}

.info__col-lg-6 {
  width: 50%;
}

.info__col-lg-3 {
  width: 25%;
}

.info__col-lg-9 {
  width: 75%;
}

.info img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.products {
  margin-bottom: 48px;
}

.products__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.products_inner .products__top {
  margin-bottom: 42px;
}

.products__term {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.products__term b {
  color: #018349;
  font-weight: 700;
  margin-left: 10px;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */
.catalog {
  margin-bottom: 67px;
}

.catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 79px;
}

.catalog_inner .catalog__top {
  margin-bottom: 41px;
}

.catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.catalog__col {
  padding: 0 10px;
  margin-top: 20px;
}

.catalog__col-lg-6 {
  width: 50%;
}

.catalog__col-lg-3 {
  width: 25%;
}

.category {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: block;
}

.category__name {
  position: absolute;
  left: 21px;
  top: 23px;
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  max-width: 178px;
}

.category__img img {
  display: block;
  width: 100%;
  height: auto;
}

.catalog__all {
  margin-top: 20px;
  display: none;
}

.catalog__all .button {
  display: block;
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.card {
  margin-bottom: 71px;
}

.card__columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.card__column {
  padding: 0 10px;
  width: 50%;
}

.card__name {
  color: #65C381;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}

.rating {
  display: flex;
  width: 123px;
  height: 18px;
  background: url(img/rating.webp);
  background-size: cover;
}

.card__top {
  margin-bottom: 32px;
}

.card__caption {
  color: #707B73;
  font-size: 19.909px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.card__text {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.card__prices {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}

.card__new-price {
  color: #018349;
  font-size: 42.473px;
  font-weight: 800;
  line-height: normal;
}

.card__old-price {
  margin-top: 6px;
  color: #707B73;
  font-size: 19.909px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-left: 20px;
}

.card__buy {
  margin-top: 15px;
  max-width: 278px;
}

.button-buy {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 19px 0;
  border-radius: 20px;
  background: #018349;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.button-buy:hover {
  opacity: 0.9;
}

.card__gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.card__left {
  padding: 0 10px;
  width: 74%;
}

.card__right {
  padding: 0 10px;
  width: 23%;
}

.card__gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.card__col + .card__col {
  margin-top: 23px;
}

.card__big {
  position: relative;
}

.card__label {
  position: absolute;
  color: #FFFEFD;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  padding: 5px 12.5px;
  background: #E94E1C;
  top: -8px;
  left: 0;
}

.card__value {
  position: absolute;
  color: #E94E1C;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  top: -16px;
  right: 0;
}

.card__fancybox {
  display: none;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts__top {
  margin-bottom: 54px;
}

.contacts__row {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -10px 0;
}

.contacts__col {
  padding: 0 10px;
  width: 33.333333%;
  margin-top: 30px;
}

.contacts__label {
  color: #6B6B6B;
  font-size: 16.519px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 13px;
}

.contacts__value {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  position: relative;
}

.contacts__value a {
  color: #000;
  text-decoration: none;
}

.contacts__block {
  padding-left: 33px;
}

.contacts__block + .contacts__block {
  margin-top: 21px;
}

.contacts__value_address:before {
  content: '';
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url(img/address.svg) no-repeat;
  background-size: 100%;
}

.contacts__value_email:before {
  content: '';
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 12px;
  background: url(img/email.svg) no-repeat;
  background-size: 100%;
}

.contacts__value_shedule:before {
  content: '';
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translate(0, -50%);
  width: 21px;
  height: 20px;
  background: url(img/shedule.svg) no-repeat;
  background-size: 100%;
}

.telephone__value {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  padding-left: 35px;
  position: relative;
}

.telephone__value:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  height: 20px;
  background: url(img/telephone.svg) no-repeat;
  background-size: 100%;
}

.telephone__value a {
  color: #000;
  text-decoration: none;
}

.telephone__label {
  margin-top: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  padding-left: 24px;
}

.contacts__phone {
  margin-bottom: 30px;
}

.contacts__button {
  width: 236px;
}

.contacts__socialize {
  margin-top: 45px;
}

.contacts__caption {
  color: #018349;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
}

.contacts__text {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.contacts__shops {
  margin-bottom: 97px;
}

.contacts__columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.contacts__column {
  width: 50%;
  padding: 0 10px;
}

.contacts__map {
  border-radius: 30px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.contacts__search {
  border-radius: 30px;
  background: #F6F6F6;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
}

.input-search {
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #FFF url(img/search-input.svg) no-repeat;
  background-position: 11px center;
  height: 45px;
  border: none;
  padding: 0 20px 0 40px;
  outline: none;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 13px;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  flex-grow: 1;
  overflow-y: auto;
  height: 300px;
}

.contacts__list li {
  padding-left: 39px;
  position: relative;
}

.contacts__list li:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(img/address.svg) no-repeat;
  background-size: 100%;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
}

.contacts__list li + li {
  margin-top: 21px;
}

/* ==========================================================================
   PAGE
   ========================================================================== */
.page {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

.page__top {
  margin-bottom: 28px;
}

.page__city {
  color: #018349;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 39px;
}

.page ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page ul li {
  padding-left: 51px;
  position: relative;
}

.page ul li + li {
  margin-top: 35px;
}

.page ul li:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  background: url(img/li.svg) no-repeat;
  background-size: 100%;
}

.page__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.page__col {
  padding: 0 10px;
  width: 50%;
}

.page__img img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

/* ==========================================================================
   CAP
   ========================================================================== */
.cap {
  margin-bottom: 40px;
}

.cap__block {
  border-radius: 20px;
  background: #028348;
  padding: 19px 54px;
  position: relative;
  overflow: hidden;
}

.cap__name {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.cap__term {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.cap__back {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 22px;
  top: 37px;
  background: url(img/back.svg) no-repeat center;
}

.cap__img {
  position: absolute;
  right: 92px;
  top: 0;
  bottom: 0;
}

.cap__img img {
  display: block;
  height: 100%;
  width: auto;
}

/* ==========================================================================
   COLUMNS
   ========================================================================== */
.columns__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.columns__col {
  padding: 0 10px;
  width: 25%;
}

.columns__col + .columns__col {
  width: 75%;
}

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
.categories {
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 12px 9px;
  border-radius: 20px;
  background: #F4F4F4;
}

.categories-button {
  background: #028348;
  color: #FFF;
  border-radius: 100px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  display: none;
}

.categories-button__btn {
  padding: 0 15px;
  display: flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  right: -10px;
  top: -1px;
}

.categories-button__btn-icon {
  position: relative;
  width: 22px;
  height: 20px;
  top: 1px;
}

.categories-button__btn-icon i {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 2px;
  background: #fff;
}

.categories-button__btn-icon i:nth-child(1) {
  top: 0;
}

.categories-button__btn-icon i:nth-child(2),
.categories-button__btn-icon i:nth-child(3) {
  top: 9px;
}

.categories-button__btn-icon i:nth-child(4) {
  top: 18px;
}

.categories-button.active .categories-button__btn .categories-button__btn-icon i:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.categories-button.active .categories-button__btn .categories-button__btn-icon i:nth-child(2) {
  transform: rotate(45deg);
}

.categories-button.active .categories-button__btn .categories-button__btn-icon i:nth-child(3) {
  transform: rotate(-45deg);
}

.categories-button.active .categories-button__btn .categories-button__btn-icon i:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.categories > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.categories a {
  display: inline-block;
  color: #121212;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px;
  transition: all 0.2s ease-out;
}

.categories a:hover {
  color: #028348;
}

.categories li.parent > a {
  user-select: none;
}

.categories li.parent > a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 4px;
  background: url("img/icon-down.svg") no-repeat;
  transform: rotate(180deg);
  margin-left: 15px;
  vertical-align: middle;
}

.categories li.parent > a.active:after {
  transform: rotate(0deg);
}

.categories a.active {
  background: #028348;
  color: #FFF;
}

.categories li.parent > a.active {
  color: #121212;
  background: none;
}

.categories ul ul {
  display: none;
  list-style-type: none;
  padding: 0 0 0 25px;
  margin: 0;
}

.categories .active ul {
  display: block;
}

.categories ul ul a {
  padding: 10px 14px;
}

/* ==========================================================================
   GOODS
   ========================================================================== */
.goods__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.goods__search {
  margin-left: 56px;
  width: 431px;
  flex-shrink: 0;
}

.goods__sort {
  flex-grow: 1;
}

.goods__row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.goods__col {
  padding: 0 10px;
  margin: 20px 0 0;
  width: 25%;
}

.goods__col_half {
  width: 50%;
}

.goods__col_tq {
  width: 75%;
}

/* ==========================================================================
   SORT
   ========================================================================== */
.sort {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #028348;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.sort a {
  color: #028348;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all 0.2s ease-out;
}

.sort a:hover {
  text-decoration-color: transparent;
}

.sort .active {
  font-size: 18px;
  font-weight: 700;
}

/* ==========================================================================
   QUEST
   ========================================================================== */
.quest {
  display: flex;
}

.quest__input {
  flex-grow: 1;
  height: 33px;
  border-radius: 50px;
  border: 1px solid #A3A3A3;
  background: #FFF;
  color: #A4A4A4;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  outline: none;
}

.quest__submit {
  width: 98px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #028348;
  border: none;
  padding: 0 26px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.2s ease-out;
}

.quest__submit:hover {
  opacity: 0.9;
}


/* ==========================================================================
   PRODUCE
   ========================================================================== */
.produce {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  text-decoration: none;
  height: 100%;
  transition: all 0.2s ease-out;
}

.produce:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.produce__top {
  position: relative;
}

.produce__img {
  background: #f7f7f7;
}

.produce__img img {
  display: block;
  width: 100%;
  height: auto;
}

.produce__label {
  position: absolute;
  left: 6px;
  top: 6px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 0 9px;
  border-radius: 100px;
  height: 22px;
  display: flex;
  align-items: center;
}

.produce__label_green {
  background: #018349;
}

.produce__label_red {
  background: #FF0004;
}

.produce__label_violet {
  background: #4A4DFF;
}

.produce__discount {
  position: absolute;
  right: 9px;
  bottom: -9px;
  padding: 6px 5px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: #FDE812;
  height: 23px;
  display: flex;
  align-items: center;
}

.produce__discount b {
  font-weight: 700;
}

.produce__bottom {
  padding: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.produce__name {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.5px;
  flex-grow: 1;
}

.produce__price {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.produce__new-price {
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: #E94E1C;
}

.produce__old-price {
  margin-left: 7px;
  color: #A4A4A4;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* ==========================================================================
   SELECTION
   ========================================================================== */
.selection {
  margin-top: 20px;
  border-radius: 20px;
  background: #028348;
  padding: 20px 24px;
}

.selection__caption {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.selection__row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -6px 0;
}

.selection__col {
  width: 25%;
  padding: 0 6px;
  margin: 12px 0 0;
}

/* ==========================================================================
   TABS
   ========================================================================== */
.tabs {
  margin: 40px 0;
}

.tabs__top {
  display: flex;
  justify-content: center;
}

.tabs__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #028348;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 50px;
  overflow: hidden;
}

.tabs__buttons:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #028348;
  border-radius: 50px;
}

.tabs__button {
  padding: 0 31px;
  height: 61px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.tabs__button.active {
  border-radius: 50px;
  background: #028348;
  color: #FFF;
  cursor: default;
}

.tabs__top {
  margin-bottom: 40px;
}

.tabs__block {
  display: none;
}

.tabs__block.active {
  display: block;
}

.cover {
  margin-bottom: 40px;
}

.cover img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}

.shops__row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.shops__col {
  width: 33.333%;
  padding: 0 10px;
  margin: 20px 0 0;
}

.shops__col_half {
  width: 50%;
}

.shops__item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  overflow: hidden;
}

.shops__item img {
  display: block;
  width: 100%;
  height: auto;
}

.shops__item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  transition: all 0.2s ease-out;
}

.shops__item:hover:after {
  border: 3px solid #028348;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  margin-top: 56px;
  padding-bottom: 56px;
}

.footer__columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.footer__column {
  padding: 0 10px;
}

.footer__column_right {
  width: 40%;
  order: 2;
}

.footer__column_left {
  width: 60%;
  order: 1;
}

.footer__block + .footer__block {
  margin-top: 11px;
}

.ok {
  height: 108px;
  border-radius: 20px;
  background: url(img/ok-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  display: block;
  text-decoration: none;
}

.ok__caption {
  position: absolute;
  color: #FFF;
  font-size: 16.223px;
  font-weight: 700;
  line-height: normal;
  left: 0;
  top: 0;
  right: 106px;
  background: #A0D235;
  border-radius: 20px 20px 20px 0;
  padding: 7px 15px;
}

.ok:before {
  content: '';
  position: absolute;
  width: 141px;
  height: 130px;
  background: url(img/ok-girl.webp) no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 70px;
  z-index: 1;
}

.ok:after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 14px;
  width: 154px;
  height: 95px;
  background: url(img/ok-logo.webp) no-repeat;
  background-size: 100%;
}

.app {
  height: 117px;
  background: url(img/app-bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  display: block;
  text-decoration: none;
}

.app__caption {
  color: #FFF;
  font-size: 15.673px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 0;
  right: 222px;
  left: 0;
  background: #47B5C4;
  border-radius: 20px 20px 20px 0;
  padding: 10px 21px;
}

.app__qr-code {
  width: 102px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
}

.app__qr-code img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.footer__nav {
  margin-bottom: 43px;
}

.footer__row {
  display: flex;
  align-items: center;
}

.footer__phone {
  margin-left: 50px;
}

.footer__feedback {
  width: 236px;
  flex-shrink: 0;
  margin-left: auto;
}

.button-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  background: #A0D235;
  height: 71px;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.button-feedback:hover {
  opacity: 0.9;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }

  .header__search {
    width: 206px;
    margin-left: 20px;
  }

  .header__city {
    margin-left: 20px;
  }

  .header__phone {
    margin-left: 20px;
  }

  .socialize a + a {
    margin-left: 12px;
  }

  .product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__name {
    font-size: 14px;
  }

  .mark {
    padding: 8px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .mark br {
    display: none;
  }

  .footer__columns {
    display: block;
    margin: 0;
  }

  .footer__column {
    padding: 0;
    width: auto;
  }

  .footer__column_right {
    display: flex;
  }

  .footer__block {
    flex-grow: 1;
  }

  .footer__block + .footer__block {
    margin-top: 0;
    margin-left: 20px;
  }

  .ok {
    height: 117px;
  }

  .footer__column_left {
    margin-top: 30px;
  }

  .footer__nav {
    margin-bottom: 20px;
  }

  .app__caption {
    right: 215px;
  }

  .ok__caption {
    right: 203px;
    padding: 10px 21px;
  }

  .catalog__top {
    margin-bottom: 30px;
  }

  .products__top {
    display: block;
    margin-bottom: 30px;
  }

  .category__name {
    left: 20px;
    top: 10px;
    font-size: 20px;
    line-height: 1.1;
  }

  .card__name {
    font-size: 27px;
  }

  .card__left {
    width: 80%;
  }

  .card__right {
    width: 20%;
  }

  .page ul li + li {
    margin-top: 20px;
  }

  .columns__col {
    width: 30%;
  }

  .columns__col + .columns__col {
    width: 70%;
  }

  .goods__search {
    width: 310px;
    margin-left: 20px;
  }

  .sort {
    font-size: 14px;
  }

  .sort .active {
    font-size: 14px;
  }

  .goods__col {
    width: 50%;
  }

  .goods__col_half {
    width: 100%;
  }

  .goods__col_tq {
    width: 100%;
  }

  .selection__col {
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  .container {
    width: 720px;
  }

  .wrapper {
    padding-top: 90px;
  }

  .header {
    background: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 10px rgba(24, 24, 24, 0.2);
    z-index: 10;
  }

  .header__city {
    display: none;
  }

  .header__search {
    display: none;
  }

  .header__socialize {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .navbar .nav ul {
    display: block;
  }

  .navbar .nav li + li {
    margin-left: 0;
    margin-top: 15px;
  }

  .navbar__city {
    margin-bottom: 20px;
  }

  .navbar__nav {
    margin-bottom: 20px;
  }

  .navbar__search {
    margin-bottom: 20px;
  }

  .navbar__phone {
    margin-bottom: 20px;
  }

  .navbar__socialize .socialize a {
    width: 51px;
    height: 51px;
    padding: 0 11.4px;
  }

  .navbar__socialize .socialize a + a {
    margin-left: 20px;
  }

  .navbar__phone {
    display: none;
  }

  .navbar__phone .phone {
    font-size: 21px;
    padding-left: 40px;
  }

  .navbar__phone .phone:before {
    width: 26px;
    height: 26px;
  }

  .header__phone {
    margin-left: auto;
  }

  .header__phone .phone {
    font-size: 21px;
    padding-left: 40px;
  }

  .header__phone .phone:before {
    width: 26px;
    height: 26px;
  }

  .header__btn {
    display: flex;
  }

  .main__columns {
    display: block;
    margin: 0;
  }

  .main__column {
    padding: 0;
    margin: 0;
    width: auto;
  }

  .main__column + .main__column {
    margin-top: 20px;
  }

  .mark {
    font-size: 32px;
    line-height: 30px;
    padding: 9px 25px;
    margin-bottom: 20px;
  }

  .main__col {
    width: 33.333%;
  }

  .main .main__col {
    display: block;
  }

  .info__col-md-12 {
    width: 100%;
  }

  .info__col-md-4 {
    width: 33.333%;
  }

  .info__col-md-6 {
    width: 50%;
  }

  .catalog__col-md-12 {
    width: 100%;
  }

  .catalog__col-md-4 {
    width: 33.333%;
  }

  .footer__column_right {
    display: block;
  }

  .footer__block + .footer__block {
    margin-left: 0;
    margin-top: 20px;
  }

  .app__caption {
    right: 340px;
  }

  .ok__caption {
    right: 340px;
  }

  .top__block {
    padding: 0 30px;
  }

  .card__column {
    width: 100%;
  }

  .card__column + .card__column {
    margin-top: 20px;
  }

  .card__name {
    font-size: 32px;
  }

  .contacts__columns {
    display: block;
    margin: 0;
  }

  .contacts__column {
    width: auto;
    padding: 0;
  }

  .contacts__map {
    height: 400px;
  }

  .contacts__column + .contacts__column {
    margin-top: 30px;
  }

  .contacts__top {
    margin-bottom: 30px;
  }

  .contacts__col {
    width: 50%;
  }

  .contacts__col:last-child {
    width: 100%;
  }

  .contacts__socialize {
    margin-top: 20px;
  }

  .contacts__phone {
    margin-bottom: 20px;
  }

  .contacts__caption {
    margin-bottom: 10px;
  }

  .contacts__shops {
    margin-bottom: 40px;
  }

  .top {
    margin-bottom: 40px;
  }

  .page__city {
    margin-bottom: 30px;
  }

  .page__row {
    margin: 0;
    display: block;
  }

  .page__col {
    padding: 0;
    width: auto;
  }

  .page__col + .page__col {
    margin-top: 20px;
  }

  .columns__row {
    display: block;
    margin: 0;
  }

  .columns__col {
    width: auto;
    padding: 0;
  }

  .columns__col + .columns__col {
    width: auto;
    margin-top: 20px;
  }

  .goods__search {
    margin-left: 30px;
  }

  .categories-button {
    display: flex;
  }

  .categories {
    display: none;
  }

  .categories a {
    display: block;
    text-align: center;
  }

  .categories ul ul {
    font-size: 18px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767.98px) {
  .container {
    width: 540px;
  }

  .catalog__col-sm-6 {
    width: 50%;
  }

  .category__name {
    left: 20px;
    top: 15px;
    font-size: 20px;
    line-height: 1.1;
  }

  .ok__caption {
    right: 220px;
  }

  .app__caption {
    right: 220px;
  }

  .nav li + li {
    margin-left: 0;
  }

  .nav ul {
    justify-content: space-between;
  }

  .footer__row {
    flex-wrap: wrap;
  }

  .footer__phone {
    margin-left: 0;
  }

  .footer__socialize {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .button {
    padding: 11px 26px;
    font-size: 20px;
  }

  .main__col {
    width: 50%;
  }

  .main .main__col:last-child {
    display: none;
  }

  .info img {
    border-radius: 30px;
  }

  .slider .owl-stage-outer {
    border-radius: 30px;
  }

  .title {
    font-size: 38px;
  }

  .cap__name {
    font-size: 38px;
    line-height: 1.1;
  }

  .top__block {
    font-size: 40px;
    padding: 0 20px;
  }

  .card__name {
    font-size: 30px;
  }

  .products_inner .products__top {
    margin-bottom: 30px;
  }

  .card {
    margin-bottom: 40px;
  }

  .contacts__col {
    width: 100%;
  }

  .cap__img {
    right: -190px;
  }

  .goods__top {
    display: block;
  }

  .goods__search {
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }

  .tabs__buttons {
    font-size: 24px;
  }

  .tabs__button {
    padding: 0 20px;
    height: 51px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container {
    width: 100%;
  }

  .header__phone {
    display: none;
  }

  .navbar__phone {
    display: block;
  }

  .catalog__top .button {
    display: none;
  }

  .catalog__all {
    display: block;
  }

  .nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__nav .nav ul {
    margin-left: -30px;
    margin-top: -10px;
  }

  .footer__nav .nav ul li {
    margin-left: 30px;
    margin-top: 10px;
  }

  .footer__socialize {
    order: 1;
    width: auto;
  }

  .footer__phone {
    order: 2;
  }

  .footer__feedback {
    order: 3;
    width: 100%;
  }

  .top__block {
    font-size: 32px;
    padding: 0 15px;
  }

  .title {
    font-size: 36px;
  }

  .cap__name {
    font-size: 32px;
  }

  .cap__term {
    font-size: 24px;
    margin-top: 5px;
  }

  .products__term {
    font-size: 20px;
    margin-top: 5px;
  }

  .products__term b {
    display: block;
    margin: 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #018349;
    background: #fff;
    border-radius: 50%;
    padding: 0;
  }

  .owl-dot.active {
    background: #018349;
  }

  .owl-dot + .owl-dot {
    margin-left: 10px;
  }

  .mark {
    font-size: 21px;
    line-height: 1.1;
    padding: 10px 15px;
  }

  .main__col {
    width: 100%;
    display: none;
  }

  .main .main__col {
    display: none;
  }

  .main .main__col:first-child {
    display: block;
  }

  .carousel__name {
    margin-top: 10px;
  }

  .info img {
    border-radius: 20px;
  }

  .slider .owl-stage-outer {
    border-radius: 20px;
  }

  .product {
    border-radius: 20px;
  }

  .carousel__img img {
    border-radius: 20px;
  }

  .info__col-xs-12 {
    width: 50%;
  }

  .catalog__col-xs-12 {
    width: 100%;
  }

  .ok__caption {
    height: 60px;
    left: 0;
    right: 0;
    top: -59px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;
    text-align: center;
    justify-content: center;
  }

  .ok {
    border-radius: 0 0 20px 20px;
  }

  .app__caption {
    height: 60px;
    left: 0;
    right: 0;
    top: -59px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;
    text-align: center;
    justify-content: center;
  }

  .app {
    border-radius: 0 0 20px 20px;
  }

  .footer {
    margin-top: 116px;
    padding-bottom: 20px;
  }

  .footer__block + .footer__block {
    margin-top: 80px;
  }

  .app__qr-code {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .socialize_increased a {
    width: 32px;
    height: 32px;
    padding: 0 7.2px;
  }

  .footer__socialize {
    margin-top: 0;
  }

  .footer__phone {
    margin-left: auto;
  }

  .footer__phone .phone {
    font-size: 21px;
    padding-left: 35px;
  }

  .footer__phone .phone:before {
    width: 26px;
    height: 26px;
  }

  .footer__feedback {
    margin-top: 20px;
  }

  .card__gallery {
    display: block;
    margin: 0;
  }

  .card__left {
    width: auto;
  }

  .card__right {
    width: auto;
    margin-top: 10px;
  }

  .card__row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0;
  }

  .card__col {
    width: 25%;
    padding: 0 10px;
    margin: 10px 0 0;
  }

  .card__col + .card__col {
    margin-top: 10px;
  }

  .card__name {
    font-size: 21px;
  }

  .card__text {
    font-size: 15px;
  }

  .contacts__map {
    height: 300px;
  }

  .contacts__search {
    padding: 20px 10px;
  }

  .contacts__list {
    font-size: 17px;
  }

  .contacts__list li + li {
    margin-top: 15px;
  }

  .contacts__list li:before {
    width: 21px;
    height: 21px;
  }

  .contacts__list li {
    padding-left: 34px;
  }

  .contacts__list {
    height: 272px;
  }

  .contacts__value {
    font-size: 19px;
  }

  .contacts__label {
    margin-bottom: 10px;
  }

  .sort {
    font-size: 13px;
  }

  .sort .active {
    font-size: 13px;
  }

  .goods__col {
    width: 100%;
  }

  .selection__col {
    width: 100%;
  }

  .tabs__buttons {
    font-size: 20px;
  }

  .tabs__button {
    padding: 0 20px;
    height: 44px;
  }

  .shops__col {
    width: 100%;
  }

  .tabs__top {
    margin-bottom: 20px;
  }

  .cover {
    margin-bottom: 20px;
  }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 576px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
  .categories {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {

}
.astro_badge {
  position: absolute;
  right: 10px;
  top: 10px;
}

.page__img img {
  margin: 0 auto;
}