@charset "UTF-8";
/*@font-face {
  font-family: "Marcellus";
  src: url("/css/fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Philosopher";
  src: url("/css/fonts/Philosopher-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Average";
  src: url("/css/fonts/Average-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aleo";
  src: url("/css/fonts/Aleo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Questrial";
  src: url("/css/fonts/Questrial-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}*/
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-family: "Average";
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.container {
  /* padding-right: 30px; */
  /* border-radius: 25px; */
  padding: 0px 10px 0px 20px;
}
.table {
  padding: 5px;
  background-image: url(/img/frontend/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 4000px;
  margin: 0 auto;
  /* border: 15px solid #cdcdcd; */
  border-radius: 65px;
  /* box-shadow: 20px 0px 20px #00000084; */
  position: relative;
}
.table::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -11px;
  /* left: 0; */
  /* bottom: 0; */
  width: 101%;
  height: calc(100% + 5px);
  background-image: url(/img/frontend/border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.table .box .box__sort {
  min-width: 450px;
}
.table .box .box__style {
  min-width: 313px;
}

.box.box__title .box__name,
.box.box__title .box__style,
.box.box__title .box__abv,
.box.box__title .box__ibu,
.box.box__title .box__og,
.box.box__title .box__price,
.box.box__title .box__sort {
  color: #282828;
  -webkit-text-stroke: 0px black;
  font-weight: normal;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 750px;
  max-width: 4000px;
  min-height: 97px;
  max-height: 97px;
}

.box:not(:last-child) {
  border-bottom: 3px solid #b3b3b3dd;
}
.box:nth-child(odd) {
  background: linear-gradient(
    180deg,
    rgba(233, 231, 232, 0.2) 0%,
    rgba(250, 247, 248, 0.5) 50%,
    rgba(233, 231, 232, 0.7) 100%
  );
}
.box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 191px;
  min-height: 191px;
}

.box div:not(:last-child) {
  border-right: 3px solid #e7e5e6;
}
.box__ff_philosopher {
  font-family: 'Philosopher', sans-serif;
}
.box__ff_average {
  /*font-family: "Average";*/
  font-family: 'Philosopher', sans-serif;
  font-size: 70px;
  
}
.box__ff_marcellus {
  /*font-family: "Marcellus";*/
  font-family: 'Marcellus', serif;
}
.box__ff_questrial {
  /*font-family: "Questrial", sans-serif;*/
  font-family: sans-serif;
  padding: 0px 30px 0px 30px;
}
.box__title {
  font-size: 35px;
  color: #28482f;
}
.box__title .box__price {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.box__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  padding: 20px 30px 20px 30px;
  -webkit-text-stroke: 2px black;
  color: #ff0707;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 4.55px;
}
.box__sort {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 14.2%;
  flex: 1 1 14.2%;
  padding: 20px 30px 20px 30px;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  -webkit-text-stroke: 2px black;
}
.box__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  max-width: 68px;
}
.box__img img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
      object-fit: cover;
}
.box__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
  color: #720404;
  font-size: 80px;
  font-weight: bold;
  -webkit-text-stroke: 1px black;
}
.box__style {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 11.5%;
  flex: 1 1 11.5%;
  padding: 20px 30px 20px 30px;
  color: #000;
  font-weight: 400;
  -webkit-text-stroke: 2px black;
}
.box__abv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  padding: 20px 30px 20px 30px;
  color: #ff0303;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4.55px;
  -webkit-text-stroke: 2px black;
}
.box__ibu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  padding: 20px 30px 20px 30px;
  color: #ff0303;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4.55px;
  -webkit-text-stroke: 2px black;
}
.box__og {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  padding: 20px 30px 20px 30px;
  color: #ff0303;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4.55px;
  -webkit-text-stroke: 2px black;
}
.box__price {
  padding: 20px 30px 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box__price_1 {
  color: #0f5141;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4.55px;
  -webkit-text-stroke: 2px black;
}
.box__price_2 {
  color: #10ab86;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4.55px;
  -webkit-text-stroke: 2px black;
}
.box.box__title .box__name {
  padding: 20px 30px 20px 30px;
}
@media (min-width: 2500px) {
  .box.box__title .box__name {
    font-size: 60px;
  }
  .box.box__title .box__style {
    padding: 20px 30px 20px 30px;
  }
  .box.box__title .box__sort {
    padding-left: 30px;
  }
  .box__title {
    padding-top: 10px;
  }
  .box:last-child {
    padding-bottom: 10px;
  }
}

@media (max-width: 2500px) {
  .box__title {
    padding-top: 5px;
  }
  .box:last-child {
    padding-bottom: 5px;
  }
  .container {
    /* padding-right: 30px; */
    /* border-radius: 25px; */
    padding: 0px 10px 0px 10px;
  }
  .box__ff_average {
    font-size: 35px;
  }

  .box__title {
    font-size: 35px;
  }
  .box__title .box__og,
  .box__title .box__ibu,
  .box__title .box__abv {
    font-size: 35px;
  }

  .table {
    /*background-size: 80%;*/
  }
  .table .box .box__sort {
    min-width: 320px;
  }
 

  .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 98px;
    min-height: unset;
  }
  .box__number {
    font-size: 40px;
    padding: 7px 0px 7px 10px;
  }
  .box__sort {
    padding: 7px 0px 7px 10px;
    font-size: 35px;
  }
  .box__name {
    font-size: 35px;
    /*padding: 7px 0px 7px 10px;*/
    padding: 0px 0px 0px 10px;
  }
  .box__style {
    padding: 7px 0px 7px 10px;
  }
  .box__abv {
    padding: 7px 0px 7px 10px;
  }
  .box__ibu {
    padding: 7px 0px 7px 10px;
  }
  .box__og {
    padding: 7px 0px 7px 10px;
  }
  .box__price {
    padding: 7px 0px 7px 10px;
    font-size: 35px;
  }
}
@media (max-width: 1800px) {
  .box__ff_average {
    font-size: 25px;
  }

  .box__title {
    font-size: 30px;
  }
  .box__title .box__og,
  .box__title .box__ibu,
  .box__title .box__abv {
    font-size: 25px;
  }

  .table .box .box__sort {
    min-width: 270px;
  }
  .table .box .box__style {
    min-width: 170px;
  }

  .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
  }
  .box__number {
    -webkit-text-stroke: 1px black;
    font-size: 35px;
    padding: 7px 0px 7px 10px;
  }
  .box__sort {
    padding: 7px 0px 7px 10px;
    -webkit-text-stroke: 1px black;
    font-size: 25px;
  }
  .box__name {
    -webkit-text-stroke: 1px black;
    font-size: 25px;
    padding: 7px 0px 7px 10px;
  }
  .box__style {
    -webkit-text-stroke: 1px black;
    padding: 7px 0px 7px 10px;
  }
  .box__abv {
    -webkit-text-stroke: 1px black;
    padding: 7px 0px 7px 10px;
  }
  .box__ibu {
    -webkit-text-stroke: 1px black;
    padding: 7px 0px 7px 10px;
  }
  .box__og {
    -webkit-text-stroke: 1px black;
    padding: 7px 0px 7px 10px;
  }
  .box__price {
    -webkit-text-stroke: 1px black;
    padding: 7px 0px 7px 10px;
    font-size: 25px;
  }
}
@media (max-width: 1450px) {
  .container {
    /* padding-right: 30px; */
    /* border-radius: 25px; */
    padding: 0px 5px 0px 0px;
  }
  .box:not(:last-child) {
    border-bottom: 1px solid #b3b3b3dd;
  }
  .box div:not(:last-child) {
    border-right: 2px solid #e7e5e6;
  }
  .table::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    left: 0;
    bottom: 0;
    width: 100.4%;
    height: calc(100% + 5px);
    background-image: url(../img/border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .container {
    /* padding-right: 5px; */
    border-radius: 25px;
  }
  .t1.table .box .box__style {
    min-width: 98px;
  }
  .table .box.box__title .box__name {
    padding-left: 15px;
  }
  .table .box.box__title .box__sort {
    padding-left: 15px;
  }
  .table .box.box__title .box__style {
    padding-left: 15px;
  }
  .table .box.box__title .box__sort {
    padding-left: 15px;
  }
  .t1.table .box .box__sort {
    min-width: 140px;
  }

  .box__ff_average {
    font-size: 20px;
  }

  .box__title {
    font-size: 35px;
  }
  .box__title .box__og,
  .box__title .box__ibu,
  .box__title .box__abv {
    font-size: 20px;
  }
  .table .box .box__sort {
    min-width: 210px;
  }
  .table .box .box__style {
    min-width: 150px;
  }

  .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 80px;
  }
  .box__number {
    font-size: 30px;
    padding: 5px 0px 5px 10px;
  }
  .box__sort {
    padding: 5px 0px 5px 10px;
    font-size: 18px;
  }
  .box__name {
    font-size: 30px;
    padding: 5px 0px 5px 10px;
  }
  .box__style {
    padding: 5px 0px 5px 10px;
  }
  .box__abv {
    padding: 5px 0px 5px 10px;
  }
  .box__ibu {
    padding: 5px 0px 5px 10px;
  }
  .box__og {
    padding: 5px 0px 5px 10px;
  }
  .box__price {
    padding: 5px 0px 5px 10px;
    font-size: 20px;
  }
}
@media (max-width: 1150px) {
  .box__ff_average {
    font-size: 15px;
  }

  .box__title {
    font-size: 20px;
  }
  .box__title .box__og,
  .box__title .box__ibu,
  .box__title .box__abv {
    font-size: 15px;
  }

  .table .box .box__sort {
    min-width: 150px;
  }
  .table .box .box__style {
    min-width: 100px;
  }
  .table .box.box__title .box__sort {
    padding-left: 10px;
  }
  .table .box.box__title .box__style {
    padding-left: 10px;
  }
  .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 65px;
  }
  .box__number {
    font-size: 25px;
    padding: 5px 0px 5px 10px;
    -webkit-text-stroke: 1px black;
  }
  .box__sort {
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    -webkit-text-stroke: 1px black;
  }
  .box__name {
    -webkit-text-stroke: 1px black;
    font-size: 15px;
    padding: 5px 0px 5px 10px;
  }
  .box__style {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 10px;
  }
  .box__abv {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 10px;
  }
  .box__ibu {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 10px;
  }
  .box__og {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 10px;
  }
  .box__price {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 10px;
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  .container {
  }
  .t1.table .box .box__style {
    min-width: 115px;
  }

  .box__ff_average {
    font-size: 10px;
  }

  .box__title {
    font-size: 15px;
  }
  .box__title .box__og,
  .box__title .box__ibu,
  .box__title .box__abv {
    font-size: 10px;
  }
  .table .box.box__title .box__sort {
    padding-left: 5px;
  }
  .table .box.box__title .box__style {
    padding-left: 5px;
  }
  .table .box .box__sort {
    min-width: 130px;
  }
  .table .box .box__style {
    min-width: 90px;
  }

  .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    letter-spacing: 2px;
  }
  .box__number {
    font-size: 20px;
    padding: 5px 0px 5px 5px;
    -webkit-text-stroke: 1px black;
  }
  .box__sort {
    padding: 5px 0px 5px 5px;
    font-size: 11px;
    -webkit-text-stroke: 1px black;
  }
  .box__name {
    -webkit-text-stroke: 1px black;
    font-size: 10px;
    padding: 5px 0px 5px 5px;
  }
  .box__style {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 5px;
  }
  .box__abv {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 5px;
  }
  .box__ibu {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 5px;
  }
  .box__og {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 5px;
  }
  .box__price {
    -webkit-text-stroke: 1px black;
    padding: 5px 0px 5px 5px;
    font-size: 10px;
  }
}
