body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  background-color: #F8F7F7;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-box-component {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

input {
  outline: 0;
}

/*==============================INDEX-HEADER==============================*/
.index-wrapper {
  width: 100%;
  margin: 0 auto;
}

.index-header {
  width: 100%;
  background-color: #fff;
}

.header-fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 20px rgba(122,122,122,0.5);
          box-shadow: 0px 4px 20px rgba(122,122,122,0.5);
}

.index-header__wrap {
  width: 100%;
  background-color: #fff;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__btn {
  width: 24px;
  height: 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.nav__btn span {
  width: 100%;
  height: 2px;
  background-color: #DD2B1C;
}

.index-header__logo {
  margin-left: 20px;
}

.index-header__tel {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
  display: none;
  margin-left: auto;
}

.index-header__tel:hover {
  color: rgba(0, 0, 0, 0.5);
}

.user-list {
  width: 82px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-list__item--auth a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #DD2B1C;
  border-radius: 100px;
}

.user-list__item--auth span {
  width: 80px;
  border-radius: 100px;
  text-align: center;
  height: 100%;
  color: #fff;
  font-weight: 500;
  background-color: #DD2B1C;
  display: none;
}

.nav__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #DD2B1C;
  display: none;
}

.nav__list a {
  text-decoration: none;
  color: #fff;
  display: block;
  min-height: 44px;
  line-height: 44px;
}

.nav__link--city span {
  position: relative;
  margin-left: 10px;
}

.nav__link--city span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 4px;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

.city__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.city__list a {
  text-decoration: none;
  color: #fff;
  display: block;
  min-height: 44px;
  line-height: 44px;
}

.nav__block {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #DD2B1C;
  z-index: 11111111;
}

.nav__block a {
  padding-left: 20px;
  padding-right: 20px;
}

.nav__block .nav__link--city {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav__tel {
  display: none;
  padding-left: 20px;
  margin-top: 30px;
}

.nav__tel span {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.nav__tel a {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  padding-left: 0;
}

.list__block {
  display: block;
}

.city__bg .nav__link--city span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 4px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: transparent;
  }

.city__bg {
  background-color: #BF3226;
}

.nav__block .nav__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
}

.nav__block .nav__btn {
  margin-left: 93%;
}

.nav__block .nav__btn {
  position: relative;
}

.nav__block .nav__btn span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
}


.nav__block .nav__btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 10px;
}

.nav__block .nav__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 10px;
}

.nav__block .nav__btn span:nth-child(2) {
  display: none;
}

.nav__block .nav__tel {
  display: block;
}

.nav__tel a {
  display: block;
  margin-top: 10px;
}

@media(min-width: 768px) {
  .index-wrapper {
    width: 100%;
  }
  .index-header__wrap {
    padding: 15px 22px 15px;
  }
  .index-header__tel {
    display: block;
  }
  .user-list {
    margin-left: 20px;
  }
  .nav__btn {
    width: 26px;
    height: 22px;
    border: none;
  }

  .nav__block .nav__tel {
    display: none;
  }
}

.index-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media(max-width: 767px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__tel {
    margin-top: auto;
  }
  .nav__item:hover {
    background-color: #BF3226;
  }
  .nav__item:active {
    background-color: rgba(191,50,38, 0.7);
  }
}

@media(max-width: 1199px) {
  .nav__item--city {
    margin-bottom: 20px;
  }
}

@media(min-width: 1200px) {
  .index-header__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 40px;
    margin-left: 0;
  }
  .nav {
    max-width: 673px;
  }
  .nav__btn {
    display: none;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    background-color: transparent;
  }
  .nav__link--city span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 4px;
    border-top: 4px solid #DD2B1C;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav__item {
    margin-right: 38px;
  }
  .nav__item--city {
    margin-right: 42px;
  }
  .nav__list a {
    color: #404040;
    font-weight: 500;
  }
  .nav__item--city a {
    font-weight: normal;
    padding-right: 16px;
    position: relative;
  }
  .nav__item--city a::after {
    border-top-color: #DD2B1C;
    left: 85px;
  }
  .nav__item--city {
    position: relative;
  }
  .city__list {
    position: absolute;
  }
  .city__list {
    display: none;
    background-color: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0 0 10px rgba(122,122,122,0.5);
            box-shadow: 0px 4px 20px rgba(122,122,122,0.5);
  }
  .city__list a {
    padding-left: 20px;
  }
  .city__list .city__link--active {
    background-color: #FCEEED;
  }
  .city__bg {
    background-color: #fff;
  }
  .list__block {
    display: block;
  }
  .city__bg .nav__link--city span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 4px;
    border-bottom: 4px solid #DD2B1C;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: transparent;
  }
}

.header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #DD2B1C;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    //-webkit-box-pack: center;
    //    -ms-flex-pack: center;
    //        justify-content: center;
    padding: 0;
    margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
.header__menu::-webkit-scrollbar { width: 0; height: 0;}

.header__menu { -ms-overflow-style: none; }

.header__menu { overflow: -moz-scrollbars-none; }
  .header__menu li {
    //min-width: 219px;
    padding: 0 30px;
  }
  .header__menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    //-webkit-box-pack: center;
    //    -ms-flex-pack: center;
    //        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header__menu a:hover {
    color: rgba(255, 255, 255, 0.7);
  }


@media(min-width: 1250px) {
  .header__menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
}
@media(min-width: 1250px) {
  .user-list__item--auth span {
    display: block;
  }
  .user-list {
    width: 166px;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu li {
    //min-width: 200px;
  }
}

@media(min-width: 1440px) {
  .nav {
    max-width: 800px;
  }
  .index-header__wrap {
    padding: 20px 64px;
  }
  .nav__item {
    margin-right: 48px;
  }
  .nav__item--city {
    margin-right: 92px;
  }
  .index-main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__menu li {
    //min-width: 219px;
  }
}

/*==============================MENU==============================*/
.menu {
  width: 100%;
  min-height: 360px;
  margin: 0 auto;
  background: #ccc url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
}

.menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #DD2B1C;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0 auto;
    margin-top: 333px;
    margin-bottom: 16px;
  }
  .menu__list a {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 54px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu__list a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

.potato br {
  display: none;
}

@media(max-width: 767px) {
  .menu {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .menu__list {
    min-width: 700px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu__list li:first-child a {
    padding-left: 20px;
  }
  .menu__list li:last-child a {
    padding-right: 20px;
  }
  .menu__list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #DD2B1C;
  }
}

@media(min-width: 768px) {
  .menu {
    background: #ccc url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-height: 403px;
    padding-top: 1px;
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
  }
  .menu__list {
    border-radius: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu__list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .menu__list li:first-child a {
    padding-left: 20px;
  }
  .menu__list li:last-child a {
    padding-right: 20px;
  }
  .potato br {
    display: block;
  }
}

@media(min-width: 1200px) {
  .potato br {
    display: none;
  }
}

@media(min-width: 1440px) {
  .menu {
    padding-left: 64px;
    padding-right: 64px;
  }
}

/*==============================FOOD==============================*/
.section-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 12px;
  color: #404040;
}

.burgers {
  padding-bottom: 60px;
}

.food {
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  background-color: #F8F7F7;
}

.food__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.food .section-title {
  margin-left: 10px;
}

.food__item {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
  cursor: pointer;
}

.food__list img {
  max-width: 110px;
  max-height: 73.33px;
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}

.food__descr {
  margin-left: 10px;
}

.food__name {
  color: #404040;
  margin-top: 0;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.food__about {
  color: #8C8C8C;
  margin-top: 0;
  margin-bottom: 8px;
}

.food__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food__price {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #DD2B1C;
  padding: 6px 16px;
  border-radius: 100px;
  min-width: 92px;
  min-height: 32px;
}

.food__price:hover {
  background-color: #B83226;
}

.food__links .food__price:hover {
  background-color: transparent;
}

.food__price span {
  font-size: 16px;
}

.food__choose {
  display: inline-block;
  background: #DD2B1C;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  min-width: 100px;
  min-height: 34px;
  text-align: center;
  padding: 8px 0;
  display: none;
}

@media(max-width: 767px) {
  .food__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .food__descr {
    width: calc(100% - 130px);
  }
  .food__links {
    margin-left: 120px;
  }
}

@media(min-width: 768px) {
  .food .section-title {
    margin-left: 0;
  }
  .food {
    padding-left: 22px;
    padding-right: 22px;
  }
  .food__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .food__item {
    width: calc(50% - 10px);
    padding: 16px;
    padding-left: 7px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .food__item:nth-child(2n) {
    margin-right: 0;
  }
  .food__item img {
    max-width: 320px;
    max-height: 213px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .food__descr {
    width: 100%;
  }
  .food__about br {
    display: none;
  }
  .food__about {
    margin-bottom: 20px;
  }
  .food__links {
    padding: 0 8px 0 6px
  }
  .food__price {
    font-size: 20px;
    background-color: transparent;
    color: #000;
    text-align: left;
    padding: 0;
  }
  .food__price span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #DD2B1C;
  }
  .food__choose {
    display: inline-block;
  }
  .food__links {
    margin-top: auto;
  }
}

@media(min-width: 1440px) {
  .section__wrap {
    width: 976px;
  }
  .food__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .food__item {
    margin-bottom: 10px;
    width: 304px;
    margin-right: 10px;
  }
  .food__item:nth-child(2n) {
    margin-right: 10px;
  }
  .food__item:nth-child(3n) {
    margin-right: 0;
  }
  .food__item img {
    max-width: 272px;
    max-height: 181px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .index-main__wrap {
    width: 1328px;
    margin: 0 auto;
  }
}

/*==============================ASIDE==============================*/
.aside {
  display: none;
  width: 304px;
  z-index: 1;
}

.basket__top {
  padding: 16px;
  width: 304px;
  background-color: #fff;
}

.basket__cart {
  display: block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.basket__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
}

.basket__text {
  color: #8C8C8C;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}


.basket {
  width: 304px;
}

.basket__bottom {
  padding-bottom: 16px;
  width: 304px;
  margin-top: 48px;
}

.basket__header {
  padding: 0px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
}

.basket__section {
  background-color: #fff;
  padding: 16px;
  padding-top: 0;
}

.basket__header p {
  color: #8C8C8C;
}

.basket__section .cart__item {
  padding-left: 0;
  padding-right: 0;
}

.basket__header span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #DD2B1C;
}

.index-form .cart__item .cart__img {
  max-width: 64px;
  max-height: 43px;
  width: auto;
  height: auto;
}

.index-form .cart__item .cart__img img {
  max-width: 64px;
  max-height: 43px;
  width: auto;
  height: auto;
}

.index-form .cart__item .cart__descr p {
  width: 140px;
}

.index-form .cart__descr p br {
  display: block;
}

.index-form .cart__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-form .cart__buy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-form .cart__result {
  margin-bottom: 15px;
}

.index-form .form__submit {
  margin-top: 0;
}

@media(min-width: 1440px) {
  .aside {
    display: block;
    margin-top: 48px;
  }
}

.form__submit {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}

/*==============================FOOTER==============================*/
.index-footer__wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.index-footer__top {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.order {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order__title {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #8C8C8C;
}

.index-footer__tel {
  margin-top: 4px;
  margin-bottom: 11px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

.index-footer__email {
  color: #DD2B1C;
}

.social {
  margin-top: 20px;
}

.social__title {
  margin: 0;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #8C8C8C;
}

.social__list {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__item {
  margin-right: 20px;
}

.social__item:last-child {
  margin-right: 0;
}

.index-footer__list {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
}

.index-footer__list div {
  margin-bottom: 10px;
}

.index-footer__list a {
  text-decoration: none;
  color: #404040;
}

.index-footer__list a:hover {
  color: #000;
}

.index-footer__bottom {
  background-color: #F2F2F2;
}

.help-list {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.help-list li {
  margin-right: 40px;
}

.help-list li:last-child {
  margin-right: 0;
}

.help-list a {
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #404040;
}

.burj {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.15);
}

.index-footer__cart-wrap {
  padding-right: 22px;
  padding-left: 22px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 38px;
  z-index: 1000;
}

.index-footer__cart {
  min-height: 44px;
  background: #DD2B1C;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-cart__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-cart__left p {
  color: #fff;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-cart__left span {
  font-size: 24px;
  margin-left: 8px;
  font-weight: 500;
}

.footer-cart__link {
  font-size: 24px;
  margin-left: 8px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-cart__link span {
  margin-right: 12px;
}

@media(max-width: 767px) {
  .footer-cart__left {
    display: none;
  }
  .footer-cart__link span {
    display: none;
  }
  .index-footer__cart-wrap {
    width: 48px;
    right: 10px;
    bottom: 10px;
    padding: 0;
  }
  .footer-cart__right {
    margin: 0 auto;
  }
  .index-footer__cart {
    padding: 0;
  }
  .index-footer__cart:hover {
    background-color: #B83226;
    cursor: pointer;
  }
  .footer-cart__link {
    margin: 0;
    text-align: center;
  }
}

@media(min-width: 768px) {
  .index-footer__top {
    padding-top: 32px;
    padding-bottom: 50px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index-footer__list {
    margin-top: 0;
    margin-left: 54px;
  }
  .social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-left: auto;
  }
  .social__title {
    margin-top: 18px;
  }
  .order {
    margin-top: 0;
  }
  .index-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 22px;
    padding-right: 22px;
  }
  .help-list li {
    margin-right: 40px;
  }
  .help-list li:last-child {
    margin-right: 40px;
  }
  .burj {
    border-top: 0;
    padding: 0;
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media(min-width: 1000px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .soc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 40px;
  }
  .social__title {
    margin-top: 0;
  }
}

@media(min-width: 1440px) {
  .index-footer__top,
  .index-footer__bottom {
    padding-left: 64px;
    padding-right: 64px;
  }
  .index-footer__list {
    width: 450px;
  }
  .index-footer__cart-wrap {
    display: none;
  }
}

.index-footer__cart {
  border-radius: 100px;
}

@media(max-width: 767px) {
  .index-footer__cart {
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
}

/*==============================POPUP THANKS-PICKUP==============================*/

.popup-thanks__wrap {
  display: none;
}

.popup-thanks {
  width: 320px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  position: relative;
}

.popup-thanks__close {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-thanks__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-thanks__text {
  margin-top: 75px;
}

.popup-thanks__text .section-title {
  text-align: center;
}

.popup-thanks__text p {
  color: #8C8C8C;
  margin-top: 12px;
  margin-bottom: 32px;
}

.great {
  cursor: pointer;
  display: block;
  width: 108px;
  min-height: 44px;
  line-height: 44px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  background-color: #DD2B1C;
  border-radius: 100px;
  text-align: center;
}

.thanks-pickup .popup-thanks__close,
.thanks-delivery .popup-thanks__close {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

@media(max-width: 767px) {
  .thanks-pickup .popup-thanks,
  .thanks-delivery .popup-thanks {
    height: 100%;
  }
  .thanks-pickup .thanks-pickup__wrap,
  .thanks-delivery .thanks-pickup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .popup-thanks {
    width: 100%;
  }
  .popup-thanks__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .great {
    width: 100%;
  }
}

@media(min-width: 768px) {
  .popup-thanks {
    width: 724px;
    padding: 35px 50px;
  }
  .popup-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup-thanks__text {
    width: 320px;
    margin-top: 0;
  }
  .popup-thanks__img img {
    width: 276px;
    height: 276px;
  }
  .thanks-pickup .popup-thanks__close,
  .thanks-delivery .popup-thanks__close {
    display: none;
  }
  .thanks-pickup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media(min-width: 1440px) {
  .popup-thanks {
    width: 800px;
    padding: 35px 50px;
  }
  .popup-thanks__img img {
    width: 352px;
    height: 352px;
  }
}

/*==============================POPUP-CAB==============================*/
.popup-cab {
  padding: 0 20px;
  background-color: #fff;
  width: 320px;
  min-height: 568px;
  margin: 0 auto;
  position: relative;
  display: none;
}

.popup-cab p {
  color: #8C8C8C;
  margin: 0;
}

.popup-cab__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.popup-cab__input {
  width: 170px;
  padding: 13px;
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.popup-cab__btn {
  color: #fff;
  background-color: #DD2B1C;
  width: 90px;
  min-height: 44px;
  line-height: 44px;
  font-weight: 500;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}

.popup-sms__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.popup-sms .section-title {
  text-align: center;
}

.popup-sms__wrap input {
  width: 32px;
    height: 44px;
    font-size: 20px;
    color: #DD2B1C;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin-right: 12px;
    text-align: center;
}

.popup-sms__wrap input:last-child {
  margin-right: 0;
}

.popup-sms__wrap input::-webkit-outer-spin-button,
.popup-sms__wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}

.overlay-bl {
  display: block;
}

.popup-cab__input {
  width: calc(100% - 110px);
}

@media(max-width: 767px) {
  .popup-cab__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;
  }
  .popup-cab p {
    margin-bottom: 80px;
  }
  .popup-cab__phone {
    margin-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media(min-width: 768px) {
  .popup-cab {
    width: 416px;
    min-height: 214px;
    padding: 32px;
  }
  .popup-cab__phone {
    margin-top: 32px;
  }
  .popup-sms__wrap {
    margin-top: 78px;
  }
}

/*==============================POPUP-CARD==============================*/

.popup-card {
  width: 320px;
  background-color: #fff;
  position: relative;
  display: none;
}

p {
  color: #8C8C8C;
}

.popup-card__wrap {
  padding: 20px;
}

.popup-card__links {
  padding: 20px;
}

.popup-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.popup-card__list li {
  margin-right: 6px;
  margin-bottom: 9px;
  white-space: pre;
}
.popup-card__item.active a {
  background-color: #44ff00bf;
}
.popup-card__item a {
  display: block;
  padding: 6px 8px;
// padding-right: 30px;
  position: relative;
  color: #000;
  text-decoration: none;
  background-color: #F2F2F2;
}

/*.popup-card__item a::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/add_address.svg);
  background-size: contain;
}*/

.popup-card__links {
  margin-top: 20px;
}

.popup-card__btn {
  display: block;
  width: 100%;
  border-radius: 100px;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #DD2B1C;
}

.popup-card__price {
  display: none;
}

@media(max-width: 767px) {
  .popup-card__img img {
    width: 100%;
    height: auto;
  }
  .popup-card__list {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .popup-card__list::-webkit-scrollbar { width: 0; }
  .popup-card__list { -ms-overflow-style: none; }
  .popup-card__list { overflow: -moz-scrollbars-none; }
  .popup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-card__list {
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup-card__links {
    margin-top: auto;
  }
  .popup-card__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .popup-card__wrap {
    padding: 0;
  }
  .popup-card__img {
    padding: 20px;
    padding-bottom: 0;
  }
  .popup-card__info .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-card__info p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-card__list li:first-child {
  // padding-left: 20px;
  }
  .popup-card__list li:last-child {
   // padding-right: 20px;
  }
}

@media(min-width: 768px) {
  .pos-fixed {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .popup-card {
    width: 724px;
  }
  .popup-card__img img {
    max-width: 294px;
    max-height: 196px;
    width: auto;
    height: auto;
  }
  .popup-card__info {
    width: 370px;
  }
  .popup-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup-card__item a {
  // padding-right: 30px;
  }
  .popup-card__links {
    background-color: #F2F2F2;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup-card__price {
    display: block;
    color: #DD2B1C;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
  }
  .popup-card__btn {
    width: 113px;
  }
  .popup-card__btn span {
    display: none;
  }
  .popup-card__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media(min-width: 1440px) {
  .popup-card {
    width: 800px;
  }
  .popup-card__img img {
    max-width: 360px;
    max-height: 239px;
    width: auto;
    height: auto;
  }
}

/*==============================POPUP-NEW-ADDRESS==============================*/
.new-address {
  display: none;
  background-color: #fff;
}

.new-address__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.new-address__input {
  position: relative;
}

.new-address__input span {
  color: #8C8C8C;
  position: absolute;
  top: 12px;
  left: 2px;
}

.new-address__wrap .new-address__input {
  width: 45%;
}

.new-address__wrap .new-address__input:first-child {
  width: 100%;
}

.new-address__input input {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 13px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.new-address__input input:focus {
  outline: none;
}

.new-address__input input:focus ~ span {
  top: -12px;
  font-size: 12px;
}

.new-address__btn {
  width: 117px;
  margin: 0 auto;
  cursor: pointer;
}

/*==============================POPUP-DELETE-ADDRESS==============================*/
.new-address--delete p {
  text-align: center;
  margin-bottom: 20px;
}

@media(min-width: 768px) {
  .new-address {
    padding: 32px;
    padding-top: 44px;
  }
  .new-address__wrap .new-address__input {
    width: 20%;
  }
  .new-address__wrap .new-address__input:first-child {
    width: 100%;
  }
  .new-address__wrap {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .new-address--delete p {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .delete__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .delete__wrap .new-address__btn {
    margin: 0;
  }
}

.pos-fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100000;
}

@media(max-width: 767px) {
  .pos-fixed {
    height: 100vh;
    width: 100vw;
  }
}

@media(min-width: 768px) {
  .pos-fixed {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
