﻿@font-face {
  font-family: RalewayBlack;
  src: local("RalewayBlack"), url(../fonts/RalewayBlack.ttf);
}
@font-face {
  font-family: RobotoLight;
  src: local("RobotoLight"), url(../fonts/RobotoLight.ttf);
}
@font-face {
  font-family: RobotoBold;
  src: local("RobotoBold"), url(../fonts/RobotoBold.ttf);
}
@font-face {
  font-family: RobotoBlack;
  src: local("RobotoBlack"), url(../fonts/RobotoBlack.ttf);
}
@font-face {
  font-family: OpenSans Extrabold;
  src: local("OpenSans Extrabold"), url(../fonts/OpenSansExtrabold.ttf);
}

body,
html {
  font-family: RobotoLight;
  background: #fff;
  line-height: 1.4;
  min-width: 300px;
  font-size: 14px;
  color: #444;
  background: #fff;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  color: #28a3ab;
}
a:hover,
.g-no-href {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea,
select {
  font-family: RobotoLight;
  font-size: 14px;
}
input[type="text"],
input[type="date"],
textarea,
select {
  width: 100%;
  height: 40px;
  padding: 0px 13px;
  color: #6f6f6f;
}
textarea {
  resize: none;
  height: 100px;
  padding: 13px;
}

.g-text {
  font-size: 14px;
}
.g-text p {
  margin: 15px 0px;
}
.g-text h1 {
  font-size: 22px;
}
.g-text h2 {
  font-size: 20px;
}
.g-text h3 {
  font-size: 16px;
}
.g-text h4 {
  font-size: 16px;
}
.g-text strong {
  font-family: RobotoBold;
}

.g-text ol li,
.g-text ul li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}
.g-text ol li,
.g-text ul li {
  padding: 0px 0px 0px 20px;
  min-height: 24px;
}
.g-text ol li:before,
.g-text ul li:before {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.g-text ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #85ab3f;
  font-family: RobotoBold;
}
.g-text ul li:before {
  content: "";
  top: 9px;
  width: 7px;
  height: 7px;
  background: #85ab3f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*Общие стили*/
.g-align-center {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding: 0px 13px;
font-family: calibri;
  font-size: 16px;
}
.g-block {
  display: block;
}
.g-inline-block {
  display: inline-block;
}
.g-none {
  display: none;
}
.g-pointer {
  cursor: pointer;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-relative {
  position: relative;
}

/*Фkекс стили*/
.g-mob-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
}
.g-vertical-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-vertical-top {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.g-vertical-bot {
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.g-vertical-between {
  align-content: space-between;
}
.g-w-al-center {
  justify-content: center;
}
.g-w-al-right {
  justify-content: flex-end;
}
.g-w-al-between {
  justify-content: space-between;
}

.g-title {
  font-size: 30px;
  font-family: RalewayBlack;
}
.g-title-2 {
  font-size: 24px;
  font-family: RalewayBlack;
}
.g-border-color {
  padding-bottom: 5px;
  position: relative;
}
.g-border-color:before {
  position: absolute;
  bottom: 0px;
  content: "";
  height: 4px;
  display: block;
  width: 100%;
  background: url("../images/border-color.png") no-repeat center;
}
.g-border-color_right:before {
  background-position: left center;
}
.g-border-color-text {
  position: relative;
  padding: 15px 0px;
  border-image: url("../images/border-color-text.png") 30 round round;
}
.g-border-color-text:before,
.g-border-color-text:after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0px;
  width: 100%;
  height: 4px;
  background: url("../images/border-color-text.png") repeat-x;
}
.g-border-color-text:before {
  top: 0px;
}
.g-border-color-text:after {
  bottom: 0px;
}

/*Шрифты*/
.g-bold {
  font-family: RalewayBlack;
}
.g-bold-2 {
  font-family: RobotoBold;
}
.g-bold-3 {
  font-family: RobotoBlack;
}
.g-bold-os {
  font-family: OpenSans Extrabold;
}

.g-margin-5 {
  height: 5px;
}
.g-margin-10 {
  height: 10px;
}
.g-margin-15 {
  height: 15px;
}
.g-margin-20 {
  height: 20px;
}
.g-margin-25 {
  height: 25px;
}

/*Цвет*/
.g-t-white {
  color: #fff;
}
.g-t-gray {
  color: #6f6f6f;
}
.g-t-green {
  color: #85ab3f;
}

/*Выравнивание*/
.g-al-center {
  text-align: center;
}
.g-al-right {
  text-align: right;
}
.g-al-left {
  text-align: left;
}

.g-transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.g-button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: none;
}
.g-button-white {
  border: 1px solid #fff;
  color: #fff;
}
.g-button-white:hover {
  color: #414141;
  background: #fff;
}
.g-button_green {
  color: #fff;
  background: #85ab3f;
}
.g-button_green:hover {
  background: #65852b;
}
.g-zoom-image__block {
  overflow: hidden;
  background: #000;
}
.g-zoom-image__block img {
  opacity: 1;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.g-zoom-image:hover > .g-zoom-image__block img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.error {
  border-color: #f00 !important;
  color: #f00 !important;
}

.info-message {
  background-color: #f8915e;
  padding: 15px 20px;
}

.g-align-center_header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  padding: 15px 0px;
}
.header__cart a {
  color: #000;
  text-decoration: none;
}
.header__cart img {
  margin-right: 10px;
  width: 30px;
}
.header__sandwich-white,
.header__cart__icon-white {
  display: none;
}
@media (max-width: 799px) {
  .header__logo img {
    margin-right: 10px;
    width: 120px;
  }
  .nav {
    position: absolute;
    right: 0px;
    padding: 10px;
    background: #fff;
    top: 207px;
    z-index: 2;
    display: none;
  }
  .nav a {
    color: #000;
    padding: 7px 5px;
    font-family: RalewayBlack;
    display: block;
  }
  .nav_lv_1__open-ul {
    font-size: 30px;
    margin-right: 7px;
    font-family: RobotoBold;
    width: 17px;
  }
  .nav_lv_2 {
    padding-left: 40px;
    display: none;
  }
}

.home-banner .g-align-center {
  height: 320px;
}
.home-banner__item {
  background-position: 50%;
  background-repeat: no-repeat;
}
.home-banner__middle-text {
  padding: 15px 0px;
}
.home-banner__button {
  padding: 10px 25px;
}
.home-banner__video-block {
  display: none;
}

.after-banner-text {
  background: #1da785;
  padding: 10px 0px 20px 0px;
}

.o-nas {
  padding-top: 20px;
}
.prod-item-1 {
  padding-bottom: 10px;
}
.prod-item-1 img {
  display: block;
}
.prod-item-1__text-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.prod-item-1__text {
  max-width: 320px;
  padding: 0px 10px;
}
.prod-item-1__text__middle {
  padding: 10px 0px;
}
.prod-item-1__button {
  padding: 10px 20px;
}
.prod-item-1__sbox {
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}
.food-menu {
  padding-top: 15px;
}
.food-menu__list {
  overflow-x: auto;
}
.food-menu__item {
  padding-bottom: 15px;
}
.food-menu__link {
  display: block;
  text-decoration: none;
  color: #85ab3f;
  padding: 7px 15px;
  border: 1px solid transparent;
  margin: 0px 5px;
}
.food-menu__link:hover,
.food-menu__link.selected {
  color: #000;
  border-color: #85ab3f;
}
.food-menu__item__name {
  border-bottom: 1px dotted #414141;
  position: relative;
  margin-bottom: 7px;
}
.food-menu__item__name span {
  bottom: -5px;
  background-color: #fff;
}
.food-menu__item__name span:nth-child(1) {
  margin-right: 10px;
  padding-right: 2px;
  position: relative;
}
.food-menu__item__name span:nth-child(2) {
  position: absolute;
  right: 0;
  padding-left: 2px;
}
.food-menu__item__button-block {
  padding-top: 5px;
  padding-left: 10px;
}
.food-menu__item__button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url("../images/supermarket_white.svg") no-repeat center center
    #85ab3f;
  background-size: 16px auto;
}
.food-menu__item__button:hover {
  background-color: #739632;
}

.home-text {
  padding-top: 20px;
}
.home-text__item {
  padding: 5px;
}
.home-text__item img {
  display: block;
}

.footer {
  line-height: 1.6;
  padding-bottom: 55px;
}
.footer a {
  color: #fff;
}
.footer__top {
  background: url("../images/border-color-foter.png") repeat-x bottom #414141;
  padding: 15px 0px 4px 0px;
}
.footer__menu {
  padding: 15px 0px;
}
.footer__menu li {
  padding: 3px 0px;
}
.footer__menu a {
  text-decoration: none;
}
.footer__info {
  padding-bottom: 15px;
}
.footer__info__title {
  color: #85ab3f;
  padding-bottom: 3px;
}
.footer__info_phone a {
  font-family: RobotoBold;
  text-decoration: none;
}
.footer__info_scial img {
  width: 25px;
  margin-right: 5px;
}
.footer__bottom {
  background: #84aa3d;
  padding: 15px 0px;
}

.number-list {
  padding-top: 20px;
}
.number-list__item {
  padding-bottom: 15px;
}
.number-list__item_menu {
  padding: 10px 0px 10px 0px;
}
.number-list__item__price {
  padding-bottom: 7px;
}
.number-list__button {
  padding: 13px 20px;
}
.number-list__button_bradius {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.advantage {
  padding: 20px 0px 10px 0px;
}
.advantage__list {
  padding-top: 20px;
}
.advantage__item {
  padding: 10px;
}
.advantage__item__content {
  width: 100%;
  max-width: 300px;
}
.advantage__item__text {
  padding-left: 10px;
}
.mailing {
  padding: 20px 0px;
}
.mailing__right__content {
  background: #f0f0f0;
  padding: 15px 20px 25px 20px;
}
.mailing__right__button {
  width: 160px;
  height: 40px;
}
.mailing__right__input-block {
  max-width: 440px;
  padding-top: 20px;
}
.mailing__right__input-block input[type="text"] {
  border: none;
  margin-bottom: 10px;
}
.banner-menu__link {
  color: #fff;
  margin: 0px 3px;
  padding: 7px 15px;
  border: 1px solid transparent;
  text-decoration: none;
}
.banner-menu__link:hover,
.banner-menu__link.selected {
  color: #85ab3f;
  border-color: #85ab3f;
}
.menu-page-padding {
  padding-top: 15px;
}
.page-padding {
  padding-top: 25px;
}
.language-block {
  position: absolute;
  top: 10px;
  right: 15px;
}
.time-block {
  padding: 7px 0px;
}
.time-block__item {
  padding: 7px 0px;
}
.time-block__roll {
  position: relative;
  height: 30px;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  overflow: hidden;
}
.time-block__item__text {
  position: absolute;
  top: -20px;
}
.time-block__item__text_left {
  left: 55%;
}
.time-block__item__text_right {
  left: 30%;
}
.time-block__roll__bg {
  background: #85ab3f;
  height: 100%;
  position: absolute;
}
.time-block__roll__bg_left {
  width: 45%;
  right: 0px;
}
.time-block__roll__bg_right {
  width: 15%;
  left: 30%;
}

.pop-up-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.pop-up-frame__frame-block {
  width: 100%;
  position: relative;
}
.pop-up-frame__close {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 13px;
  top: -60px;
  cursor: pointer;
}

.g-prod-item {
  padding: 5px 0px;
}
.g-prod-item__content {
  border: 1px solid #efeded;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.g-prod-item__content img {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}
.g-prod-item__content:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.g-prod-item__info {
  padding: 10px 15px 20px 15px;
}
.g-prod-item__name {
  height: 56px;
  overflow: hidden;
}
.g-prod-item__price {
  padding: 5px 0px;
}
.g-prod-item__button {
  color: #fff;
  width: 150px;
  height: 40px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: url("../images/supermarket_white.svg") no-repeat 10px center
    #85ab3f;
  background-size: 20px;
  padding-left: 30px;
  line-height: 42px;
}
.notification {
  padding: 15px 25px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #85ab3f;
  position: fixed;
  z-index: 99;
  right: 5px;
  top: 5px;
  display: none;
}

.mob-cart {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 15px;
  z-index: 2;
  display: none;
}
.mob-cart a {
  background: linear-gradient(to top, #769933, #84aa3e);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.mob-cart__icon {
  margin-right: 15px;
  width: 30px;
}

.g-pseudo-select {
  padding-bottom: 10px;
}
.g-pseudo-select__link {
  text-decoration: none;
  color: #717373;
}
.g-pseudo-select__link > span {
  border-bottom: 1px dotted #717373;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-pseudo-select__link.select {
  color: #555;
}
.g-pseudo-select__link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top-color: #a5a3a3;
  margin-left: 5px;
}
.g-pseudo-select__link.active:after {
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #a5a3a3;
}
.g-pseudo-select__menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 3px 1px rgba(123, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(123, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(123, 119, 119, 0.3);
  background: #fff;
  z-index: 2;
  padding: 0px 5px;
}
.g-pseudo-select__menu__item {
  padding: 7px;
}
.g-pseudo-select__menu li {
  border-bottom: 1px solid #d0d0d0;
}
.g-pseudo-select__menu li:last-child {
  border: none;
}

.number-list__item__image img {
  display: block;
}
.number-list__pagination {
  padding-top: 10px;
}
.number-list__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 17px;
}
.advantage__list_new {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.advantage__item-title {
  margin-bottom: 7px;
}
.advantage__item-icon-img {
  width: 22px;
  text-align: center;
  margin-right: 12px;
}
.advantage__item-ul li {
  padding: 2px 0;
}

.comments {
  padding-top: 40px;
}
.comments__list {
  padding: 3px 18px;
  position: relative;
}
.comments__item {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 15px;
}
.comments__navig-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(151, 150, 150, 0.3);
  background-image: url("../images/comment-arrow.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
}
.comments__navig-arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
.comments__navig-arrow--next {
  right: 0;
}
