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

html,
body {
  margin: 0;
  padding: 0;
}

body,
input,
button,
select,
textarea,
a {
  font: 400 14px;
  color: #222;
}

a {
  text-decoration: none;
}

html,
body,
#root {
  height: 100%;
}

ul,
ol {
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

td {
  vertical-align: middle;
}

.container {
  max-width: 1140px;
}


.popup-alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 33;
}

.swiper-button-prev, .swiper-button-next {
  color: #857364 !important;
}