@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");

@font-face {
  font-family: "UTM A&S Signwriter";
  src: url("../font/Signwriter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  /* list-style: none; */
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 
table {
  border-collapse: collapse;
  border-spacing: 0;
} */

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

html {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  background-color: #fffaed;
}

.title__page {
  font-size: 6vw;
  color: #d0a11d;
  font-weight: normal;
  font-family: "UTM A&S Signwriter";
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}


@media screen and (max-width: 1023px) {
  .title__page {
    font-size: 10vw;
  }
}

@media screen and (max-width: 739px) {
  .title__page {
    font-size: 10vw;
  }
}

.heading__page {
  font-size: 9.2rem;
  color: #272727;
  font-weight: normal;
  line-height: 10.3rem;
  text-align: center;
  font-family: "UTM A&S Signwriter";
  margin-bottom: 50px;
}

.heading__page::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .heading__page {
    margin: 0;
    margin-bottom: 20px;
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 739px) {
  .heading__page {
    font-size: 4.5rem;
    margin: 0;
  }
}

.list__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .list__page {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 739px) {
  .list__page {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.list__page li {
  font-size: 1.8rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .list__page li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 739px) {
  .list__page li {
    margin-right: 10px;
    font-size: 1.4rem;
  }
}

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

.list__page li::first-letter {
  text-transform: uppercase;
}

.list__page li:first-child a {
  padding-left: 0;
}

.list__page li:not(:first-child)::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list__page a {
  text-decoration: none;
  color: #272727;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .list__page a {
    padding-left: 20px;
  }
}

@media screen and (max-width: 739px) {
  .list__page a {
    padding-left: 10px;
  }
}

.main {
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: 120px;
}

.main-no-pt {
  padding-top: 0 !important;
}

@media screen and (max-width: 739px) {
  .main {
    padding: 0 8px;
    padding-bottom: 30px;
    padding-top: 80px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.grid {
  width: 100%;
  display: block;
  padding: 0;
}

.grid.wide {
  max-width: 1140px;
  margin: 0 auto;
}

/* Mobile */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 4px;
  padding-right: 4px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  /* display: none; */
  display: block;
}

.c-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(50% - 20px);
  }

  .col a {
    display: flex !important;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .m-0 {
    display: block;
  }

  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }

  .m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}

/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }

  .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}

/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .wide {
    width: 644px;
  }
}

/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .wide {
    width: 984px;
  }

  .wide .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .wide .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wide .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wide .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wide .l-0 {
    display: none;
  }

  .wide .l-1,
  .wide .l-2,
  .wide .l-2-4,
  .wide .l-3,
  .wide .l-4,
  .wide .l-5,
  .wide .l-6,
  .wide .l-7,
  .wide .l-8,
  .wide .l-9,
  .wide .l-10,
  .wide .l-11,
  .wide .l-12 {
    display: block;
  }

  .wide .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .wide .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .wide .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wide .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wide .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wide .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .wide .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wide .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .wide .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wide .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wide .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .wide .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .wide .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wide .l-o-0 {
    margin-left: 0;
  }

  .wide .l-o-1 {
    margin-left: 8.33333%;
  }

  .wide .l-o-2 {
    margin-left: 16.66667%;
  }

  .wide .l-o-3 {
    margin-left: 25%;
  }

  .wide .l-o-4 {
    margin-left: 33.33333%;
  }

  .wide .l-o-5 {
    margin-left: 41.66667%;
  }

  .wide .l-o-6 {
    margin-left: 50%;
  }

  .wide .l-o-7 {
    margin-left: 58.33333%;
  }

  .wide .l-o-8 {
    margin-left: 66.66667%;
  }

  .wide .l-o-9 {
    margin-left: 75%;
  }

  .wide .l-o-10 {
    margin-left: 83.33333%;
  }

  .wide .l-o-11 {
    margin-left: 91.66667%;
  }

  .section__product__item-tab__name {
    font-size: 2.1rem !important;
  }
}

.btn {
  border-radius: 50px;
  padding: 5px 35px;
  font-size: 2rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
  color: #272727;
  border: 1px solid #272727;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}

@media screen and (max-width: 739px) {
  .btn {
    padding: 5px 20px;
    font-size: 1.5rem;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(50% - 20px);
  }

  .col a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.btn::first-letter {
  text-transform: uppercase;
}

.btn:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.btn--primary {
  color: #d0a11d;
  border: 1px solid #d0a11d;
}

.btn--green {
  color: #11770e;
  border: 1px solid #11770e;
}

.btn--red {
  background-image: linear-gradient(90deg, #d92b34, #c51922);
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
}

.form .heading {
  font-size: 2rem;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-message {
  text-align: left;
}

.form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #272727;
  border-radius: 3px;
  outline: none;
  font-size: 1.8rem;
}

@media screen and (max-width: 739px) {
  .form-control {
    height: 35px;
  }
}

.form-control:hover {
  border-color: #d0a11d;
}

#email {
  width: 50%;
}

@media screen and (max-width: 739px) {
  #email {
    width: 100%;
  }
}

#comment {
  width: 100%;
  resize: none;
  height: 160px;
  font-family: "Roboto", sans-serif;
}

.form-group.invalid .form-control {
  border-color: #f33a58;
}

.form-group.invalid .form-message {
  color: #f33a58;
}

.form-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 4px 0 0;
}

.form-submit {
  outline: none;
  margin-top: 12px;
  background-image: linear-gradient(180deg, #b55257, #c51922);
  padding: 12px 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  width: 170px;
  height: 40px;
  transition: all linear 0.3s;
}

.form-submit:hover {
  opacity: 0.9;
  transform: scale(0.98);
}

.to-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  font-size: 4rem;
  color: #272727;
  border: 2px solid #272727;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  outline: none;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 739px) {
  .to-top {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

.to-top>i {
  margin: auto;
}

.to-top:hover i {
  -webkit-animation: iconTotop linear infinite 1s;
  animation: iconTotop linear infinite 1s;
}

.header {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 739px) {
  .header {
    padding-bottom: 0;
  }
}

.header__header {
  background-color: #272727;
  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;
  padding: 0 50px;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  height: 100px;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 739px) {
  .header__header {
    padding: 0 20px;
    height: 80px;
  }
}

@media screen and (max-width: 739px) {
  .header__header--fixed {}
}

.header__header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__header__navbar i {
  font-size: 3rem;
  color: #ffffff;
  margin-right: 10px;
}

@media screen and (max-width: 739px) {
  .header__header__navbar i {
    font-size: 2.6rem;
  }
}

.header__header__navbar p {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
}

.header__header__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.header__header__modal:hover {
  cursor: pointer;
}

.header__header__modal--hide {
  display: block;
}

.header__header__menu {
  z-index: 9999;
  position: fixed;
  top: -100%;
  left: 0;
  height: 0;
  background-color: #272727;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

@media screen and (max-width: 739px) {
  .header__header__menu {
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.header__header__menu--slide {
  height: 100vh;
  top: 0;
}

@media screen and (max-width: 739px) {
  .header__header__menu--slide {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.header__header__list {
  padding-left: 0;
  margin: 100px auto;
  text-align: center;
  position: relative;
  top: -100vh;
  -webkit-transition: all ease-in-out 0.8s;
  -o-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  list-style: none;
}

.header__header__list--slide {
  top: 0;
}

@media screen and (max-width: 739px) {
  .header__header__list {
    margin: auto;
  }
}

.header__header__item {
  margin: 40px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .header__header__item {
    margin: 20px;
  }
}

.header__header__item:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
}

.header__header__link {
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 739px) {
  .header__header__link {
    font-size: 2rem;
  }
}

.header__header__logo {
  width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}

@media screen and (max-width: 739px) {
  .header__header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
  }

  .header__header__logo--toggle {
    animation: none;
  }
}

.header__header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__header__icon__location {
  font-size: 3rem;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.header__header__icon__location:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.header__header__close {
  position: absolute;
  top: 35px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (max-width: 739px) {
  .header__header__close {
    top: 25px;
    left: 25px;
  }
}

.header__header__close:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.header__header__close>i {
  margin-right: 10px;
  font-size: 3rem;
}

@media screen and (max-width: 739px) {
  .header__header__close>i {
    font-size: 2.5rem;
  }
}

.header__header__close__text {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: normal;
}

@media screen and (max-width: 739px) {
  .header__header__close__text {
    font-size: 2rem;
  }
}

.header__search {
  position: relative;
}

.header__search>i {
  font-size: 2.8rem;
  cursor: pointer;
  color: white;
}

@media screen and (max-width: 739px) {
  .header__search>i {
    font-size: 2rem;
  }
}

.header__form {
  position: absolute;
  right: -11px;
  top: 42px;
}

@media screen and (max-width: 1023px) {
  .header__form {
    top: 50px;
  }
}

.header__form__group {
  display: flex;
  border: 2px solid #d0a11d;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  height: 0;
  width: 0;
  display: none;
  transition: 0.3s;
}

.header__form__group--move1 {
  display: flex;
  width: 0;
  height: 60px;
}

.header__form__group--move2 {
  width: 400px;
}

@media screen and (max-width: 739px) {
  .header__form__group--move2 {
    width: 300px;
  }

  .header__form__group--move1 {
    height: 50px;
  }
}

.header__form__group>button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.header__form__group>button>i {
  font-size: 2rem;
  padding: 0 10px;
}

.header__form__input {
  border: 0;
  outline: 0;
  flex: 1;
  font-family: fw-regular;
  font-size: 2.2rem;
  padding-left: 20px;
  background-color: transparent;
}

@media screen and (max-width: 739px) {
  .header__form__input {
    width: 200px;
  }
}

.header__block {
  width: 85%;
  margin: 0 auto;
  padding: 120px 0 60px;
}

@media screen and (max-width: 1023px) {
  .header__block {
    padding: 120px 0 0;
  }
}

@media screen and (max-width: 739px) {
  .header__block {
    padding: 80px 0 0;
  }
}

.header__block__image {
  width: 100%;
}

.header__block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__block__content__block {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__block__content__btn {
  margin: 40px 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  padding: 15px 45px;
  font-weight: bold;
  border-width: 3px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: inline-block;
  text-decoration: none;
}

.header__block__content__btn:hover {
  background-color: #d0a11d;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .header__block__content__btn {
    font-size: 2rem;
    padding: 13px 18px;
  }
}

@media screen and (max-width: 739px) {
  .header__block__content__btn {
    margin: 0;
    margin-top: 20px;
    font-size: 1.2rem;
    padding: 10px 18px;
  }
}

.header__block__content__icon i {
  font-size: 6rem;
  color: #d0a11d;
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
  -webkit-animation: slideDown linear infinite 1s;
  animation: slideDown linear infinite 1s;
}

@media screen and (max-width: 739px) {
  .header__block__content__icon i {
    font-size: 4rem;
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #272727;
}

.loading__text {
  position: relative;
  margin: auto;
  font-family: "UTM A&S Signwriter";
  color: #ffffff;
  height: 100px;
  font-size: 8rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d0a11d;
}

@media screen and (max-width: 739px) {
  .loading__text {
    font-size: 4rem;
  }
}

.loading__text::before {
  color: #d0a11d;
  white-space: nowrap;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  overflow: hidden;
  height: 100%;
  -webkit-animation: loading linear infinite 1.5s;
  animation: loading linear infinite 3s;
}

.icon__contact {
  display: none;
}

.icon__contact__img {
  width: 80px;
}

.icon__contact__img--toggle {
  display: none;
}

@media screen and (max-width: 739px) {
  .icon__contact {
    position: fixed;
    display: block;
    bottom: 90px;
    right: 20px;
    z-index: 10;
  }
}

.icon__contact__modal {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.icon__contact__modal--toggle {
  display: block;
  bottom: 0;
}

.icon__contact__block {
  font-size: 1.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  background-color: transparent;
  margin: auto;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 50%);
  background-color: #ffffff;
  padding: 24px 12px;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.icon__contact__block--toggle {
  bottom: 0;
}

.icon__contact__close {
  position: absolute;
  top: -22px;
  right: 6px;
  font-size: 2.5rem;
  color: #272727;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(230, 216, 216, 0.5);
}

.icon__contact__link {
  display: flex;
  color: #272727;
  text-decoration: none;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
}

.icon__contact__link:not(:last-child) {
  margin-bottom: 12px;
}

.icon__contact__text {
  text-transform: capitalize;
  margin-left: 12px;
}

.icon__contact__icon {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
}

.icon__contact__icon>* {
  margin: auto;
  font-size: 2rem;
  color: #ffffff;
}

.icon__contact__icon--fb {
  background-color: #1877f2;
}

.icon__contact__icon--yt {
  background-color: #ff0302;
}

.icon__contact__icon--zl {
  background-color: #1da1f2;
}

.icon__contact__icon--zl>img {
  width: 60%;
}

@media screen and (max-width: 1023px) {
  .section__product {
    margin-bottom: 10px;
  }
}

.section__product__block {
  background-image: url("../img/bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section__product__details {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  text-align: center;
  overflow: hidden;
  padding: 0 12vw;
  height: auto;
  padding-bottom: 50px;
}

.section__product__btn {
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  background-image: linear-gradient(0, #ffffff, rgba(255, 255, 255, 0.5));
}

.section__product__btn span {
  color: #ffffff;
  background-color: #d0a11d;
  padding: 10px 20px;
  opacity: 1;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
  .section__product__details {
    padding: 0 7vw 50px;
  }
}

@media screen and (max-width: 739px) {
  .section__product__details {
    font-size: 1.2rem;
    padding: 0 10vw 50px;
  }
}

.section__product__list-tab {
  padding-left: 0;
}

.section__product__list {
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 739px) {
  .section__product__list {
    /* justify-content: start; */
  }
}

.section__product__item {
  font-size: 3.6rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin: 30px;
  cursor: pointer;
  position: relative;
}

.section__product__item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  background: #272727;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

@media screen and (max-width: 739px) {
  .section__product__item--new {
    font-size: 2rem;
    margin-top: 0;
    min-width: 50%;
    margin: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}

.section__product__item.active:after {
  width: 100%;
  left: 0;
}

.section__product__display {
  position: relative;
}

.section__product__item-tab {
  font-size: 5rem;
  display: none;
}

.section__product__item-tab.active {
  display: block;
}

.section__product__item-tab__slide {
  outline: none;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 739px) {
  .section__product__item-tab__slide {
    padding: 20px;
  }
}

.section__product__item-tab__slide:hover .section__product__item-tab__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section__product__item-tab__slide:hover .section__product__item-tab__name {
  color: #d0a11d;
}

.section__product__item-tab__image {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.section__product__item-tab__name {
  font-size: 2.4rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #272727;
  max-width: 224px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1023px) {
  /* .section__product__item-tab__name {
    font-size: 1.8rem;
  } */
}

@media screen and (max-width: 739px) and (min-width: 426px) {
  .section__product__item-tab__name {
    /* font-size: 1.6rem;
    line-height: 1.8rem; */
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 425px) {
  .section__product__item-tab__name {
    font-size: 2rem;
  }
}

.section__product button {
  outline: none;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: transparent;
  color: #272727;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding: 0;
  margin: 0;
}

.section__product button:hover {
  opacity: 0.8;
}

.section__product .slick-slide {
  padding: 35px;
  outline: none;
}

@media screen and (max-width: 1023px) {
  .section__product .slick-slide {
    padding: 20px;
  }
}


@media screen and (max-width: 739px) {
  .section__product .slick-slide {
    padding: 0px;
  }


}

.section__product .slick-list {
  margin: 0;
}

.section__product .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  font-size: 3.2rem;
  cursor: pointer;
}

@media screen and (max-width: 739px) {
  .section__product .slide-arrow {
    top: 45%;
    font-size: 2.5rem;
    opacity: 0.7;
  }
}

.section__product .prev-arrow {
  left: -40px;
}

@media screen and (max-width: 739px) {
  .section__product .prev-arrow {
    left: 0px;
  }
}

.section__product .next-arrow {
  right: -40px;
}

@media screen and (max-width: 739px) {
  .section__product .next-arrow {
    right: 0px;
  }
}

.section__media-event {
  overflow: hidden;
  padding: 50px;
}

@media screen and (max-width: 1023px) {
  .section__media-event {
    padding: 0;
  }
}

@media screen and (max-width: 739px) {
  .section__media-event {
    padding: 0;
  }
}

.section__media-event__link {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .section__media-event__link {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 739px) {
  .section__media-event__link {
    margin-bottom: 20px;
  }
}

.section__media-event__block {
  width: 100%;
  height: 240px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.section__media-event__block:hover .section__media-event__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: fade linear 0.5s;
  animation: fade linear 0.5s;
}

@media screen and (max-width: 739px) {
  .section__media-event__block {
    height: 200px;
  }
}

.section__media-event__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__media-event__modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

@media screen and (max-width: 1023px) {
  .section__media-event__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section__media-event__text {
  margin: auto;
  font-size: 5rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  font-family: "UTM A&S Signwriter";
  border: 4px solid #ffffff;
  width: 80%;
  height: 80%;
  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 screen and (max-width: 739px) {
  .section__media-event__text {
    font-size: 4rem;
  }
}

.section__food {
  overflow: hidden;
  background-image: url("../img/bg1.png");
  padding: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 739px) {
  .section__food {
    padding: 0;
    padding-bottom: 30px;
  }
}

.section__food__container {
  width: 944px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .section__food__container {
    width: 100%;
  }
}

.section__food__block {
  text-decoration: none;
  position: relative;
  color: #272727;
}

.section__food__block:hover .section__food__image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section__food__block:hover .section__food__image {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.section__food__block:hover .section__food__name {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.section__food__block:hover .section__food__total {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

.section__food__image {
  width: 100%;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.section__food__image>img {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .section__food__image {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@media screen and (max-width: 739px) {
  .section__food__image {
    height: 200px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

.section__food__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 15px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 739px) {
  .section__food__content {
    margin-bottom: 20px;
    margin-top: 10px;
    justify-content: center;
  }
}

.section__food__name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .section__food__name {
    font-size: 2rem;
  }
}

.section__food__total {
  font-size: 2.4rem;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .section__food__total {
    font-size: 2rem;
    font-weight: normal;
  }
}

.intro__image {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.intro__image img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .intro__image {
    display: none;
  }
}

.intro__image--mobile {
  width: 100%;
  background-color: #ffffff;
  display: none;
}

.intro__image--mobile img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .intro__image--mobile {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}

.products__page .section__product__list {
  margin-bottom: 30px;
}

@media screen and (max-width: 739px) {
  .products__page .section__product__list {
    margin-bottom: 0;
  }
}

.products__page .section__product__item-tab.active {
  -webkit-animation: slideDown linear 0.5s;
  animation: slideDown linear 0.5s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.products__page__block {
  margin: 20px;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 739px) {
  .products__page__block {
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}

.news__page .section__product__item-tab.active {
  -webkit-animation: slideDown linear 0.5s;
  animation: slideDown linear 0.5s;
}

.news__page__heading {
  margin-bottom: 0;
}

.news__page__item {
  font-family: "UTM A&S Signwriter";
  text-transform: lowercase;
  font-size: 4.8rem;
  margin: 80px;
}

@media screen and (max-width: 1023px) {
  .news__page__item {
    margin: 10px 60px 50px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 739px) {
  .news__page__item {
    font-size: 3rem;
    margin: 5px 30px 50px;
  }
}

.news__page__item::first-letter {
  text-transform: uppercase;
}

.news__page__item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #272727;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.news__page__item.active:after {
  width: 200%;
  left: -50%;
}

@media screen and (max-width: 739px) {
  .news__page__item.active:after {
    width: 100%;
    left: 0;
  }
}

.news__page__news {
  height: 240px;
  width: 100%;
  position: relative;
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .news__page__news {
    height: 40vw;
    margin-bottom: 20px;
  }
}

.news__page__news:hover {
  -webkit-box-shadow: 0px 0px 0px 5px #d0a11d;
  box-shadow: 0px 0px 0px 5px #d0a11d;
}

.news__page__news__image {
  width: 100%;
  height: 100%;
}

.news__page__news__text {
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.8rem;
  padding: 20px;
  padding-right: 120px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 739px) {
  .news__page__news__text {
    font-size: 1.6rem;
    padding: 10px;
    padding-right: 50px;
  }
}

.news__page__news__block>.row>.col:nth-of-type(2n) p {
  right: 0;
  left: auto;
  padding-right: 20px;

}

@media screen and (max-width: 739px) {
  .news__page__news__block>.row>.col:nth-of-type(2n) p {
    padding-left: 50px;
  }
}

.news__page__promotion {
  margin-bottom: 80px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 739px) {
  .news__page__promotion {
    margin-bottom: 20px;
  }
}

.news__page__promotion__heading {
  font-size: 2.4rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  margin: 20px 0;
}

.news__page__promotion__heading::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 739px) {
  .news__page__promotion__heading {
    font-size: 2rem;
    margin: 20px 0 10px;
  }
}

.news__page__promotion__block {
  width: 100%;
  height: 240px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 739px) {
  .news__page__promotion__block {
    height: 180px;
  }
}

.news__page__promotion__block:hover {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  opacity: 0.8;
}

.news__page__promotion__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.news__page__promotion__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media screen and (max-width: 739px) {
  .news__page__promotion__text {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.news__page__promotion__text::first-letter {
  text-transform: uppercase;
}

.news__page__video {
  margin-bottom: 40px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 739px) {
  .news__page__video {
    margin-bottom: 15px;
  }
}

.news__page__video__link {
  display: block;
  position: relative;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .news__page__video__link {
    height: 200px;
  }
}

@media screen and (max-width: 739px) {
  .news__page__video__link {
    height: 30vw;
  }
}

.news__page__video__image {
  width: 100%;
  height: 100%;
}

.details-product__body p .news__page__video__image {
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
  margin: 0 !important;
}

.news__page__video__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .news__page__video__icon {
    display: block;
  }
}

.news__page__video__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 3rem;
  background-color: red;
  width: 100px;
  height: 60px;
  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;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  transition: all linear 0.3s;
}

.news__page__video__icon i:hover {
  transform: scale(0.98) translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .news__page__video__icon i {
    font-size: 2rem;
    width: 80px;
    height: 50px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 739px) {
  .news__page__video__icon i {
    font-size: 1.5rem;
    width: 50px;
    height: 30px;
    border-radius: 6px;
  }
}

.news__page__video__heading {
  font-size: 2.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  margin: 10px 0;
}

@media screen and (max-width: 739px) {
  .news__page__video__heading {
    font-size: 1.8rem;
    margin: 5px 0;
  }
}

.news__page__video__text {
  font-size: 1.2rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  line-height: 1.3rem;
  height: 2.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 739px) {
  .news__page__video__text {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}

.partner .slick-slider {
  margin: 0 -15px;
}

@media screen and (max-width: 739px) {
  .partner .slick-slider {
    margin: 0;
  }
}

.partner .slick-slide {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 739px) {
  .partner .slick-slide {
    margin: 0 12px;
  }
}

.partner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  list-style-type: none;
}

.partner .slick-dots li {
  margin: 0 0.25rem;
}

.partner .slick-dots button {
  display: block;
  width: 64px;
  height: 8px;
  padding: 0;
  margin: 10px;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
  text-indent: -9999px;
}

@media screen and (max-width: 739px) {
  .partner .slick-dots button {
    width: 30px;
    margin: 5px;
  }
}

.partner .slick-dots li.slick-active button {
  background-color: #11770e;
}

.partner__slick__slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  outline: none;
}

.partner__slick__image {
  width: 100%;
  height: 100%;
}

.partner__slick__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 1023px) {
  .partner__slick__content {
    opacity: 1;
    height: 130px;
  }
}

.partner__slick__slide {
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}

.partner__slick__slide:hover .partner__slick__content {
  opacity: 1;
}

.partner__slick__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 1023px) {
  .partner__slick__block {
    margin: 20px 0;
  }
}

.partner__slick__name {
  width: 80%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
  .partner__slick__name {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 739px) {
  .partner__slick__name {
    font-size: 1.8rem;
  }
}

.partner__slick__store {
  font-size: 2.4rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
}

@media screen and (max-width: 1023px) {
  .partner__slick__store {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 739px) {
  .partner__slick__store {
    font-size: 1.8rem;
  }
}

.partner__slick__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner__slick__logo img {
  width: 200px;
  margin: auto;
  border-radius: 15px;
}

@media screen and (max-width: 1023px) {
  .partner__slick__logo img {
    width: 120px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 739px) {
  .partner__slick__logo img {
    width: 150px;
    border-radius: 10px;
  }
}

.details-product__heading {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
}

@media screen and (max-width: 739px) {
  .details-product__heading {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 739px) {
  .details-product__image {
    padding: 0 50px;
  }
}

.details-product__image .cSlider--nav {
  margin: 15px 0;
}

.details-product__image .cSlider--nav .slick-slider {
  margin: 0 -10px;
}

.details-product__image .cSlider--nav .slick-slide {
  padding: 10px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  outline: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.details-product__image .cSlider--nav .slick-current {
  border: 1px solid #11770e;
}

.details-product__image .cSlider--nav button {
  outline: none;
  border: none;
  background-color: transparent;
}

.details-product__image .cSlider--nav .slide-arrow {
  color: #11770e;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .details-product__image .cSlider--nav .slide-arrow {
    font-size: 3rem;
  }
}

@media screen and (max-width: 739px) {
  .details-product__image .cSlider--nav .slide-arrow {
    font-size: 2rem;
  }
}

.details-product__image .cSlider--nav .prev-arrow {
  left: -40px;
}

.details-product__image .cSlider--nav .next-arrow {
  right: -40px;
}

.details-product__image .cSlider--single .slick-slide {
  padding: 0 20px;
  outline: none;
}

@media screen and (max-width: 739px) {
  .details-product__image .cSlider--single .slick-slide {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .details-product__block {
    margin-top: 30px;
  }
}

.details-product__block>* {
  margin-bottom: 24px;
}

@media screen and (max-width: 739px) {
  .details-product__block>* {
    margin-bottom: 12px;
  }
}

.details-product__name {
  font-size: 3.6rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  text-transform: capitalize;
}

@media screen and (max-width: 739px) {
  .details-product__name {
    font-size: 2rem;
  }
}

.details-product__rate {
  font-size: 3rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f7d000;
}

.details-product__rate span {
  color: white;
}

@media screen and (max-width: 739px) {
  .details-product__rate {
    font-size: 2rem;
  }
}

.details-product__rate .checked {
  color: #f7d000;
}

.details-product__view {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 739px) {
  .details-product__view {
    font-size: 1rem;
  }
}

.details-product__view__number {
  margin: 0 6px;
}

.details-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

@media screen and (max-width: 739px) {
  .details-product__type {
    font-size: 1.5rem;
  }
}

.details-product__type__heading {
  font-size: 2.4rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

.details-product__type__heading>strike {
  margin-left: 12px;
}

.details-product__type__heading>span {
  color: #ff0302;
  margin-left: 12px;
}

@media screen and (max-width: 739px) {
  .details-product__type__heading {
    font-size: 1.5rem;
  }
}

.details-product__type__select {
  display: flex;
  align-items: center;
}

.details-product__type__select__list {
  margin-left: 24px;
}

.details-product__type__select__name {}

@media screen and (max-width: 739px) {}

.details-product__type__select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.details-product__type__select__item {
  width: 73px;
  height: 36px;
  background-color: #272727;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .details-product__type__select__item {
    font-size: 1.2rem;
    width: 50px;
    height: 30px;
    margin-right: 12px;
    line-height: 30px;
  }
}

.details-product__type__select__item:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.details-product__socials {
  display: inline-flex;
  border: 2px solid #000000;
  position: relative;
  margin-top: 40px;
  padding: 10px;
}

.details-product__socials h2 {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 24px;
  font-weight: normal;
  background-color: #fffaed;
}

@media screen and (max-width: 739px) {
  .details-product__socials h2 {
    font-size: 20px;
    top: -15px;
  }
}

.details-product__socials__link {
  display: block;
  transition: 0.3s;
}

.details-product__socials__link:hover {
  transform: scale(0.95);
}

.details-product__socials__link:not(:nth-child(2)) {
  margin-left: 24px;
}

.details-product__socials__link>img {
  width: 74px;
  height: 74px;
}

@media screen and (max-width: 739px) {
  .details-product__socials__link>img {
    width: 50px;
    height: 50px;
  }
}

.details-product__intro__heading,
.details-product__use__heading {
  font-size: 3.6rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  margin: 30px 0;
}

@media screen and (max-width: 739px) {

  .details-product__intro__heading,
  .details-product__use__heading {
    font-size: 2rem;
    margin: 15px 0;
  }
}

.details-product__intro__text {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  line-height: 2;
}

@media screen and (max-width: 739px) {
  .details-product__intro__text {
    font-size: 1.4rem;
  }
}

.details-product__use>* {
  margin-bottom: 30px;
}

.details-product__use__text,
.details-product__body p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

.details-product__body p img {
  /* width: 500px;
  height: 310px; */
  margin: 15px 0;
}

@media screen and (max-width: 739px) {

  .details-product__use__text,
  .details-product__body p {
    font-size: 1.4rem;
  }

  .details-product__body p img {
    height: auto !important;
    width: 80% !important;
  }
}

.details-product__use__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.details-product__use__img>img {
  margin: 40px auto;
  width: 420px;
}

@media screen and (max-width: 739px) {
  .details-product__use__img>img {
    width: 70%;
  }
}

.details-product__feedback>* {
  margin: 24px 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

@media screen and (max-width: 739px) {
  .details-product__feedback>* {
    font-size: 1.4rem;
  }
}

.details-product__feedback__heading {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 739px) {
  .details-product__feedback__heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.details-product__feedback__name {
  font-weight: bold;
}

.details-product__feedback__group {
  width: 50%;
  background-color: #ffffff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #272727;
  border-radius: 4px;
}

@media screen and (max-width: 739px) {
  .details-product__feedback__group {
    width: 100%;
    height: 35px;
  }
}

.details-product__feedback__group>input {
  border: none;
  outline: none;
  font-size: 1.8rem;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}

@media screen and (max-width: 739px) {
  .details-product__feedback__group>input {
    font-size: 1.2rem;
  }
}

.details-product__feedback__group>i {
  padding: 0 12px;
}

.details-product__feedback__rate {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.details-product__feedback__rate span {
  margin-right: 6px;
  cursor: pointer;
  color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f7d000;
}

.details-product__feedback__rate .checked {
  color: #f7d000;
}

.item__comment__rate {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.item__comment__rate span {
  margin-right: 6px;
  cursor: pointer;
  color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f7d000;
}

.item__comment__rate .checked {
  color: #f7d000;
}

.details-product__feedback__comment--group {
  margin-bottom: 30px;
}

.details-product__feedback__comment textarea {
  width: 100%;
  height: 160px;
  resize: none;
  outline: none;
  border-radius: 4px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
  padding: 20px;
}

@media screen and (max-width: 739px) {
  .details-product__feedback__comment textarea {
    font-size: 1.6rem;
    padding: 12px;
  }
}

.details-product__feedback__comment textarea.message__error {
  border: 2px solid red;
}

.details-product__feedback__comment--message-error {
  font-style: italic;
  color: red;
}

.details-product__feedback__send {
  margin: 0;
  outline: none;
}

.related-product {
  background-image: url("../img/bg1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.related-product__heading {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 739px) {
  .related-product__heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.related-product__heading::first-letter {
  text-transform: uppercase;
}

.all__comments__btn {
  text-align: center;
}

.all__comments__btn__click {
  border: 0;
  outline: 0;
  font-size: 1.8rem;
  background-color: transparent;
  text-decoration: underline;
  font-style: italic;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 739px) {
  .all__comments__btn__click {
    font-size: 1.2rem;
  }
}

.all__comments__btn__click:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.item__comment {
  display: none;
}

.item__comment.active {
  display: block;
}

.item__comment__block {
  font-size: 1.8rem;
  border-bottom: 1px solid #272727;
  border-top: 1px solid #272727;
  padding: 24px 0 0;
  margin-bottom: 24px;
}

.item__comment__block>* {
  margin-bottom: 24px;
}

.item__comment__name {
  font-weight: bold;
}

.item__comment__time {
  font-weight: lighter;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item__comment__time__text {
  margin-right: 6px;
}

.item__comment__content {
  font-weight: normal;
}

.details-news {
  background-image: url("../img/bg1.png");
  background-repeat: no-repeat;
}

.details-news>.grid>* {
  margin: 12px 0;
}

@media screen and (max-width: 739px) {
  .details-news>.grid>* {
    margin: 8px 0;
  }
}

.details-news__heading {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 739px) {
  .details-news__heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.details-news__text,
.details-news__body p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

@media screen and (max-width: 739px) {

  .details-news__text,
  .details-news__body p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.details-news__note {
  font-size: 2.2rem;
  font-weight: normal;
  color: #272727;
  line-height: 2.8rem;
}

.details-news__video__link {
  margin: 30px auto;
  width: 50%;
  height: 350px;
}

@media screen and (max-width: 1023px) {
  .details-news__video__link {
    height: 40vw;
    width: 80%;
    margin: 15px auto;
  }
}

@media screen and (max-width: 739px) {
  .details-news__video__link {}
}

.details-news__filter {
  margin: 30px 0;
}

.details-news__filter__slide {
  display: flex;
  align-items: center;
  width: 267px;
  justify-content: space-between;
  height: 48px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.8rem;
  background-color: #272727;
  cursor: pointer;
}

@media screen and (max-width: 739px) {
  .details-news__filter__slide {
    font-size: 1.2rem;
    height: 35px;
    width: 200px;
  }
}

.details-news__filter__slide>i.active::before {
  content: "";
}

.details-news__filter__block {
  padding-left: 45px;
  font-weight: bold;
  line-height: 2;
  border: 1px solid #272727;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media screen and (max-width: 739px) {
  .details-news__filter__block {
    padding-left: 25px;
  }
}

.details-news__filter__block h2,
.details-news__filter__block h3,
.details-news__filter__block h4,
.details-news__filter__block h5 {
  color: #272727 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}

@media screen and (max-width: 739px) {

  .details-news__filter__block h2,
  .details-news__filter__block h3,
  .details-news__filter__block h4,
  .details-news__filter__block h5 {
    font-size: 1.6rem !important;
  }
}

.details-news__filter__block h3 {
  padding-left: 25px !important;
}

.details-news__filter__block h4 {
  padding-left: 50px !important;
}

.details-news__filter__block h4 {
  padding-left: 75px !important;
}

.related__news {
  font-size: 2.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  margin: 30px 0;
}

.btn__seemore {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}

.btn__seemore>a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  text-decoration: none;
  display: inline-block;
  transition: all linear 0.3s;
}

@media screen and (max-width: 739px) {
  .btn__seemore>a {
    font-size: 1.8rem;
  }
}

.btn__seemore>a:hover {
  transform: scale(0.98);
  opacity: 0.8;
}

.kitchen__name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.search__result {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 30px;
}

.search__result:hover {
  transform: scale(0.98);
}

.search__img {
  min-width: 250px;
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.search__img2 {
  min-width: 350px;
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .search__img {
    min-width: 200px;
    min-height: 200px;
  }

  .search__img2 {
    min-width: 300px;
    min-height: 200px;
  }
}

@media screen and (max-width: 739px) {
  .search__img {
    min-width: 150px;
    min-height: 150px;
  }

  .search__img2 {
    min-width: 250px;
    min-height: 200px;
  }
}

.search__title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  margin-left: 24px;
  color: #272727;
}

@media screen and (max-width: 1023px) {
  .search__title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 739px) {
  .search__title {
    font-size: 1.8rem;
  }
}

.contact {
  background-image: url("../img/bg1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 60px;
}

.contact__container {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .contact__container {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 739px) {
  .contact__container {
    margin-bottom: 20px;
  }
}

.contact__filter {
  font-size: 2.4rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #272727;
  padding-left: 60px;
  padding-right: 30px;
  border-radius: 12px;
  background-color: #fffaed;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 739px) {
  .contact__filter {
    font-size: 1.8rem;
    padding-left: 40px;
    height: 60px;
  }
}

.contact__filter__text {
  text-transform: uppercase;
}

.contact__filter__icon {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: -30px;
  border-left: 1px solid #272727;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.contact__block {
  background-color: #fffaed;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  padding-left: 70px;
  border: 1px solid #272727;
  position: absolute;
  width: 100%;
  display: none;
  list-style: none;
}

.contact__list-main {
  padding-left: 0;
}

@media screen and (max-width: 739px) {
  .contact__block {
    padding-left: 60px;
  }
}

.contact__block--hide {
  display: block;
}

.contact__block__text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
}

@media screen and (max-width: 739px) {
  .contact__block__text {
    font-size: 1.8rem;
  }
}

.contact__block__text:hover {
  opacity: 0.8;
}

.contact__list-display {
  font-size: 1.8rem;
  font-weight: bold;
  color: #272727;
  line-height: 2.8rem;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 12px;
}

.contact__list-display::-webkit-scrollbar {
  width: 6px;
  border-left: 1px solid #e6ecf8;
  border-radius: 5px;
}

.contact__list-display::-webkit-scrollbar-thumb {
  background-color: #d0a11d;
  border-radius: 5px;
}

@media (max-width: 1023px) {
  .contact__list-display {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 739px) {
  .contact__list-display {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}

.contact__list-display .active {
  display: block;
}

.contact__item-display {
  display: none;
}

.contact__item-main {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
  cursor: pointer;
}

.contact__item-main:hover {
  -webkit-box-shadow: 0 2px 0 0 #d0a11d;
  box-shadow: 0 2px 0 0 #d0a11d;
}

.contact__item-main:hover .contact__item-main__icon {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.contact__item-main__heading::first-letter {
  text-transform: uppercase;
}

.contact__item-main__block {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 739px) {
  .contact__item-main__block {
    font-size: 1.4rem;
  }
}

.contact__item-main__block i {
  margin-right: 15px;
}

.contact__item-main i {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.contact__item-main i>* {
  display: none;
}

@media screen and (max-width: 1023px) {
  .contact__item-main__icon {
    display: none;
  }
}

.contact__map {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .contact__map {
    height: 300px;
  }
}

.contact__map__display {
  height: 50vh;
}

.contact__map__display>iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact__map__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  margin: 0 20px;
  z-index: 999;
  display: none;
}

.contact__map__loading--hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__map__loading__spiner {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #d0a11d transparent #d0a11d #d0a11d;
  -webkit-animation: spiner linear infinite 0.2s;
  animation: spiner linear infinite 0.2s;
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none;
  }
}

.footer {
  text-align: center;
  background-color: #272727;
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 739px) {}

.footer>* {
  margin: 25px 0;
}

@media screen and (max-width: 739px) {
  .footer>* {
    margin: 15px 0;
  }
}

.footer__logo {
  width: 200px;
}

@media screen and (max-width: 739px) {
  .footer__logo {
    width: 150px;
  }
}

.footer__list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.footer__item {
  position: relative;
  margin: 10px 20px 0;
}

@media screen and (max-width: 1023px) {
  .footer__list {
    flex-wrap: wrap;
  }

  .footer__item {
    margin: 5px 15px;
  }
}

@media screen and (max-width: 739px) {
  .footer__item {
    margin: 0 15px;
  }
}

/* .footer__item:not(:first-child):before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
@media screen and (max-width: 1023px) {
  .footer__item:not(:first-child):before {
    left: -15px;
  }
}

@media screen and (max-width: 739px) {
  .footer__item:not(:first-child):before {
    left: -15px;
    width: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__item:nth-child(4)::before {
    display: none;
  }
}

.footer__link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  text-transform: uppercase;
}

@media screen and (max-width: 739px) {
  .footer__link {
    font-size: 1.4rem;
  }
}

.footer__icon {
  display: inline-flex;
  align-items: center;
}

.footer__icon>* {
  margin: 0 12px;
}

.footer__icon i {
  font-size: 3.5rem;
  color: white;
}

@media screen and (max-width: 1023px) {
  .footer__icon i {
    font-size: 3rem;
  }
}

@media screen and (max-width: 739px) {
  .footer__icon i {
    font-size: 3rem;
  }
}

.footer__name {
  font-size: 4.2rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  line-height: 4.5rem;
}

@media screen and (max-width: 1023px) {
  .footer__name {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 739px) {
  .footer__name {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.footer__address {
  font-size: 2rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
}

@media screen and (max-width: 739px) {
  .footer__address {
    font-size: 1.5rem;
  }
}

.footer__partner {
  margin: 60px 0;
}

@media screen and (max-width: 739px) {
  .footer__partner {
    margin: 0;
  }
}

.footer__partner__slide {
  background-color: #ffffff;
  display: flex;
  padding: 5%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  transition: all ease-in 0.3s;
}

.footer__partner__slide:hover {
  transform: scale(1.05);
}

.footer__partner__slide>img {
  margin: auto;
  width: 100%;
}

.footer__partner .slick-slide {
  margin: 0 24px;
  padding: 10px;
}

.footer__partner .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 2.4rem;
  color: #272727;
  cursor: pointer;
  z-index: 5;
}

.footer__partner .next-arrow {
  right: -20px;
}

@media screen and (max-width: 739px) {
  .footer__partner .next-arrow {
    right: 0;
  }
}

.footer__partner .prev-arrow {
  left: -20px;
}

@media screen and (max-width: 739px) {
  .footer__partner .prev-arrow {
    left: 0;
  }

  .section__product__item--new.active:after {
    width: 40%;
    left: 30%;
  }
}

/*# sourceMappingURL=main.css.map */
.details-product__body {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.details-product__body ul {
  list-style: disc;
  padding-left: 40px;
  margin: 10px 0;
  font-size: 1.8rem;
  color: #272727;
}

@media (max-width: 739px) {
  .details-product__body ul {
    font-size: 1.4rem;
  }
}

.details-product__body table {}

.details-product__body li {
  line-height: 1.3;
}

@media screen and (max-width: 739px) {
  .details-product__body table {
    width: 100% !important;
  }
}

.details-product__body h2,
.details-product__body h3,
.details-product__body h4,
.details-product__body h5 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.details-product__body h2 {
  color: #d0a11d;
  font-size: 28px;
  font-weight: bold;
}

.details-product__body h3 {
  color: #f33a58;
  font-size: 26px;
  font-weight: bold;
}

.details-product__body h4 {
  font-size: 24px;
  color: #ff6600;
}

.details-product__body h5 {
  font-size: 22px;
  color: #ff9999;
}


.details-product__body span,
.details-product__body a,
.details-product__body strong {
  display: inline !important;
  vertical-align: baseline !important;
  white-space: normal !important;
  text-decoration: inherit !important;
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
}

.details-product__body span{
  margin-right: 5px;
}

.details-product__btn-block {
  background-image: linear-gradient(0, #fffaed, rgba(255, 255, 255, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.details-product__btn-slide {
  background-color: #d0a11d;
  color: #ffffff;
  font-size: 20px;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  border-radius: 12px;
  transition: 0.3s;
  cursor: pointer;
}

.details-product__btn-slide:hover {
  transform: scale(0.95);
  opacity: 0.8;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 800px;
}

.lity-close {
  top: 80px;
}

.section__product__item-tab__upsoon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(208, 161, 29, 0.8);
  padding: 5px 10px;
  border-radius: 8px;
}

.intro__image .col:nth-child(3) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.intro__image .col:nth-child(3) img {
  width: 80%;
}

.intro__image .col:nth-child(4) {
  text-align: center;
}

.intro__image .col:nth-child(4) img {
  width: 80%;
}

.intro__image .col:nth-child(7) {
  text-align: right;
}

.intro__image .col:nth-child(7) img {
  width: 80%;
}

.intro__image__line {
  position: absolute;
  top: 42%;
  left: 39%;
  background-color: transparent;
  width: 27% !important;
}

/* chính sách */
.policy-sales {}

.policy-sales__heading {
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.policy-sales__date {
  font-size: 1.8rem;
  color: #d0a11d;
  font-weight: 500;
  margin: 12px 0 50px;
}

@media (max-width: 739px) {
  .policy-sales__date {
    margin: 12px 0;
  }
}

.policy-sales__body {}

.policy-sales__body h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 739px) {
  .policy-sales__body h1 {
    display: none;
  }
}

.policy-sales__body h2 {
  font-size: 2rem;
  margin: 10px 0;
}

.policy-sales__body h3 {
  font-size: 1.8rem;
  margin: 10px 0;
  margin-left: 20px;
}

@media (max-width: 739px) {
  .policy-sales__body h3 {
    margin-left: 0;
  }
}

.policy-sales__body p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 15px;
  text-align: justify;
}

@media (max-width: 739px) {
  .policy-sales__body p {
    margin-left: 0;
  }
}

.policy-sales__body ul {
  margin-top: 12px;
  margin-left: 40px;
  list-style: circle;
}

@media (max-width: 739px) {
  .policy-sales__body ul {
    margin-left: 20px;
  }
}

.policy-sales__body li {}

@media (max-width: 739px) {
  .policy-sales__body li {
    margin: 6px 0;
  }
}

.go-back {
  position: fixed;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  transition: all linear 0.2s;
}

.go-back img {
  width: 150px !important;
}

@media (max-width: 739px) {
  .go-back img {
    width: 115px !important;
  }
}

.go-back:hover {
  transform: scale(0.98);
  background-color: white;
}

.center-align {
  display: flex;
  justify-content: center;
}