@import url(fonts/fonts.css);
body,
html {
  margin: 0;
  padding: 0;
}
input,
button,
textarea {
  outline: none !important;
}
.font_avante {
  font-family: Avante;
}
.font_opensans {
  font-family: Avante;
}
.button {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background-color: #fff;
}
.button_unclickable {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
}
#overlay {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  display: none;
}
#overlay.opened {
  display: block;
}
.container > .header {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 500px) {
  .container > .header {
    padding: 15px 0;
  }
}
.container > .header h1 {
  text-transform: uppercase;
  font-family: Avante;
  color: #212020;
}
.social {
  list-style: none;
  padding: 0;
  font-size: 32px;
  margin-top: 0px;
}
.social li {
  display: inline-block;
  cursor: pointer;
}
.social li i {
  color: #555;
}
.social li i:hover {
  color: #ffcc00;
  transform: scale(1.1);
}
.mt-25 {
  margin-top: 25px;
}
header {
  background-color: #212020;
  margin: 0px -15px;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 5px 5px #00000033;
}
header .top {
  background-color: #fff;
  font-family: Avante;
  height: 50px;
  line-height: 54px;
}
header .top .address {
  color: #555;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  header .top .address {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 500px) {
  header .top .social {
    margin-top: 3px;
    font-size: 28px;
    line-height: 47px;
    margin-left: -12px;
    margin-right: -20px;
  }
}
header .top .phone {
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
header .top .phone:hover {
  text-decoration: underline;
  color: #212020;
}
header .top .cart-container {
  text-align: right;
}
header .top .cart-container .cart {
  color: #555;
}
header .top .cart-container .cart:hover {
  text-decoration: none;
  color: #212020;
}
header .top .cart-container .cart:after {
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  display: inline-block;
  content: '\f07a';
}
header .top .mobile-phone {
  margin-left: -20px;
}
header .main {
  height: 100px;
  font-family: Avante;
}
@media only screen and (max-width: 500px) {
  header .main {
    height: 70px;
  }
}
header .main .logo img {
  float: left;
  margin-right: 20px;
  height: 80px;
  margin-top: 0px;
}
@media only screen and (max-width: 500px) {
  header .main .logo img {
    height: 50px;
    margin-top: -7px;
  }
}
header .main .logo h1 {
  margin-top: 10px;
  text-transform: uppercase;
  color: #ffcc00;
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 500px) {
  header .main .logo h1 {
    margin-top: 17px;
    font-size: 23px;
    line-height: 20px;
  }
}
header .main .menu {
  list-style: none;
  text-align: right;
  line-height: 68px;
  z-index: 150;
}
@media only screen and (max-width: 500px) {
  header .main .menu {
    position: fixed;
    left: 10%;
    top: 0;
    height: 100%;
    width: 90%;
    padding-left: 0;
    background-color: #212020;
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
    transition: 0.3s ease all;
  }
  header .main .menu.closed {
    left: 100%;
  }
  header .main .menu.closed .overlay {
    opacity: 0;
    left: 10%;
  }
  header .main .menu li {
    display: block !important;
    margin-left: 0 !important;
  }
  header .main .menu li.overlay {
    position: absolute;
    height: 100%;
    width: 12%;
    left: -12%;
    top: 0;
    background-color: #000;
    opacity: 0.7;
  }
  header .main .menu li.close {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffcc00;
    line-height: 10px;
    font-size: 25px;
  }
}
header .main .menu li {
  display: inline-block;
}
header .main .menu li:not(:first-child) {
  margin-left: 30px;
}
header .main .menu li a {
  color: #ffcc00;
  text-transform: uppercase;
  text-decoration: none;
}
header .main .menu li a:hover {
  color: #fff;
}
header .main .menu li a.delivery {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
header .main .menu li a.delivery:hover {
  background-color: #fff;
}
header .main .hamburger {
  color: #ffcc00;
  font-size: 30px;
  margin-top: 19px;
}
.afisha-area {
  padding-top: 150px;
  background-color: #212020;
  margin: 0px -15px;
}
.afisha-area .slide .row {
  height: 500px;
  color: #ddd;
  position: relative;
  font-family: Avante;
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row {
    height: unset;
  }
}
.afisha-area .slide .row .img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row .img {
    height: 200px;
  }
}
.afisha-area .slide .row .text {
  padding: 0px 50px 0px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row .text {
    transform: none;
    position: static;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 200px;
  }
}
.afisha-area .slide .row .text p.only {
  border: 1px solid #ffcc00;
  padding: 8px 25px;
  color: #ffcc00;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row .text p.only {
    display: none;
  }
}
.afisha-area .slide .row .text p.description {
  color: #ddd;
}
.afisha-area .slide .row .text h1 {
  padding-right: 50px;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row .text h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .afisha-area .slide .row .text h2 {
    margin-top: 0;
    font-weight: lighter;
  }
}
.afisha-area .slide .row .text a.more {
  color: #bbb;
  cursor: pointer;
}
.afisha-area .slide .row .text button.book {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
}
.afisha-area .slide .row .text button.book:hover {
  background-color: #fff;
}
.afisha-area .lSAction .lSPrev {
  position: absolute;
  z-index: 90;
  left: 20px;
  color: #fff;
  font-size: 40px;
}
.afisha-area .lSAction .lSNext {
  position: absolute;
  z-index: 90;
  right: 25px;
  left: unset;
  color: #fff;
  font-size: 40px;
}
.sale {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  font-family: Avante;
}
.sale.sunday .sale-inner {
  padding-top: 20px;
}
@media only screen and (max-width: 500px) {
  .sale.sunday .sale-inner {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .sale {
    padding-right: 0;
    padding: 10px 10px;
    height: unset;
  }
  .sale.current {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    width: unset;
  }
  .sale:not(:first-child) {
    border-bottom: 1px solid #212020;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sale:last-child {
    border-bottom: none;
  }
  .sale .sale-inner {
    padding-right: 0px;
  }
  .sale .addition {
    margin-top: 0 !important;
  }
  .sale .live {
    margin-left: 20px !important;
  }
  .sale .number {
    margin-left: 20px !important;
  }
  .sale.saturday .addition {
    margin-top: 6px !important;
    margin-left: 20px;
  }
  .sale.sunday .addition {
    margin-left: 20px;
  }
}
.sale.current {
  border: 3px solid #ffcc00;
  background-color: #ffcc00;
  margin-bottom: 25px;
}
.sale.current::before {
  content: 'Сегодня:';
  position: absolute;
  left: 0;
  top: -33px;
  color: #ffcc00;
  font-size: 30px;
}
.sale .day {
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .sale .day {
    text-align: left;
  }
}
.sale .day h1 {
  font-family: Avante;
  font-weight: bold;
  font-size: 70px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .sale .day h1 {
    font-size: 50px;
  }
}
.sale .number {
  margin-top: 10px;
  margin-right: 15px;
  font-size: 40px;
  float: left;
}
@media only screen and (max-width: 500px) {
  .sale .number {
    margin-left: 10px;
  }
}
.sale .text {
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .sale .text {
    margin-left: 10px;
  }
}
.sale .number ~ .addition {
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .sale .number ~ .addition {
    margin-left: -60px;
  }
}
.sale .live {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  padding: 3px 10px;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .sale .live {
    margin-left: 20px;
    font-size: 12px;
  }
}
.sale .live a {
  color: #212020;
}
.sale .present {
  background-color: #212020;
  color: #ffcc00;
  padding: 2px 4px;
  display: inline-block;
}
.about-us-area {
  font-family: Avante;
  font-weight: normal;
}
.about-us-area .slide {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .about-us-area .slide {
    height: 150px;
  }
}
.about-us-area .social li {
  font-size: 20px;
}
.about-us-area .social li a {
  color: #212020;
  text-decoration: none;
}
.about-us-area .social li a:hover {
  color: #ffcc00;
}
.about-us-area .social li a:hover i {
  color: #ffcc00;
}
@media only screen and (max-width: 500px) {
  .about-us-area .text {
    text-align: justify;
    text-align-last: center;
  }
}
.about-us-area .text span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
.menu-area,
.bar-area {
  margin-left: -15px;
  margin-right: -15px;
  user-select: none;
  font-family: Avante;
}
.menu-area .section,
.bar-area .section {
  overflow-y: hidden;
  max-height: 39px;
  transition: all 0.3s ease;
}
.menu-area .section.opened,
.bar-area .section.opened {
  max-height: 10000px;
}
.menu-area .section.opened .header,
.bar-area .section.opened .header {
  background-color: #ffcc00;
}
.menu-area .section.opened .header h2,
.bar-area .section.opened .header h2 {
  color: #212020 !important;
}
.menu-area .section.opened .header h2:before,
.bar-area .section.opened .header h2:before {
  transform: rotate(0deg);
  top: -2px;
}
.menu-area .section .header,
.bar-area .section .header {
  font-family: Avante;
  border-top: none !important;
  display: inline-block;
}
.menu-area .section .header h2,
.bar-area .section .header h2 {
  margin: 0;
  padding: 3px 10px 3px 40px;
  display: block;
  position: relative;
  cursor: pointer;
}
.menu-area .section .header h2:hover,
.bar-area .section .header h2:hover {
  color: #ffcc00;
}
.menu-area .section .header h2:before,
.bar-area .section .header h2:before {
  content: '\f0dd';
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: FontAwesome;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  left: 12px;
  top: 2px;
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish,
  .bar-area .section .dish {
    padding-bottom: 5px;
  }
  .menu-area .section .dish:not(:nth-child(2)),
  .bar-area .section .dish:not(:nth-child(2)) {
    border-top: 2px dashed #212020;
  }
}
.menu-area .section .dish .first-column,
.bar-area .section .dish .first-column {
  display: inline-block;
  width: calc(100% - 245px);
}
.menu-area .section .dish .first-column .sub-header,
.bar-area .section .dish .first-column .sub-header {
  font-size: 12px;
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish .first-column,
  .bar-area .section .dish .first-column {
    width: 100%;
  }
  .menu-area .section .dish .first-column .sub-header,
  .bar-area .section .dish .first-column .sub-header {
    font-size: 12px;
  }
}
.menu-area .section .dish .first-column h4,
.bar-area .section .dish .first-column h4 {
  margin-top: 7px;
  margin-bottom: -3px;
}
.menu-area .section .dish .weight,
.bar-area .section .dish .weight,
.menu-area .section .dish .cost,
.bar-area .section .dish .cost,
.menu-area .section .dish .order,
.bar-area .section .dish .order {
  text-align: right;
  width: 80px;
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish .weight,
  .bar-area .section .dish .weight,
  .menu-area .section .dish .cost,
  .bar-area .section .dish .cost,
  .menu-area .section .dish .order,
  .bar-area .section .dish .order {
    width: 35%;
    font-size: 12px;
  }
}
.menu-area .section .dish .weight,
.bar-area .section .dish .weight {
  font-size: 0.7em;
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish .weight,
  .bar-area .section .dish .weight {
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish .cost,
  .bar-area .section .dish .cost {
    text-align: center;
  }
}
.menu-area .section .dish .order,
.bar-area .section .dish .order {
  text-align: center;
  width: 70px;
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  padding: 3px 7px;
  font-size: 12px;
}
.menu-area .section .dish .order:hover,
.bar-area .section .dish .order:hover {
  background-color: #fff;
}
@media only screen and (max-width: 500px) {
  .menu-area .section .dish .order,
  .bar-area .section .dish .order {
    width: 26%;
  }
}
footer {
  width: calc(100% + 30px);
  background-color: #ffcc00;
  font-family: Avante;
  text-align: center;
  margin: 40px -15px 0px -15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.input {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  /* active state */
  /* active state */
}
.input input {
  width: 100%;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #555;
  border-radius: 0px;
}
.input input:focus {
  border-bottom: 1px solid transparent;
}
.input input.error {
  background-color: #ffc1c1;
  border-bottom: 1px solid #b62a07;
}
.input label {
  color: #555;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.input input:focus ~ label,
.input input:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #212020;
}
.input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.input .bar:before,
.input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ffcc00;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.input .bar:before {
  left: 50%;
}
.input .bar:after {
  right: 50%;
}
.input input:focus ~ .bar:before,
.input input:focus ~ .bar:after {
  width: 50%;
}
.cart-area {
  padding-top: 180px;
  position: relative;
  font-family: Avante;
}
.cart-area .empty {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 300px;
}
.cart-area .empty span.discount {
  font-weight: bold;
  font-size: 50px;
  display: inline-block;
  background-color: #ffcc00;
  padding: 10px 25px;
  margin: 10px;
  border-radius: 20px;
}
.cart-area .empty img {
  width: 200px;
}
.cart-area .empty a {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
}
.cart-area .empty a:hover {
  background-color: #fff;
}
.cart-area .dish {
  user-select: none;
  width: 100%;
  border-bottom: 2px dashed #212020;
  padding: 10px 0;
}
.cart-area .dish > * {
  display: inline-block;
  vertical-align: middle;
}
.cart-area .dish .minus {
  margin-left: 15px;
}
.cart-area .dish .plus,
.cart-area .dish .minus {
  background-color: #ffcc00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 31px;
}
.cart-area .dish .plus:hover,
.cart-area .dish .minus:hover {
  background-color: #212020;
  color: #fff;
}
.cart-area .dish .amount:not(.price-amount) {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 10px;
}
.cart-area .dish .first-column {
  margin-left: 10px;
  width: 50%;
}
.cart-area .dish .first-column h4 {
  margin-bottom: 0;
  margin-top: 4px;
}
.cart-area .dish .first-column .second-free:not(.off) ~ h4 {
  display: inline-block;
}
.cart-area .dish .first-column .second-free:not(.off) ~ .sub-header {
  display: block;
}
.cart-area .dish .first-column .second-free {
  display: inline-block;
  background-color: #b62a07;
  color: #fff;
  padding: 2px 5px;
  content: 'Бесплатно';
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
}
.cart-area .dish .first-column .second-free.off {
  display: none;
}
@media only screen and (max-width: 500px) {
  .cart-area .dish .first-column {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}
.cart-area .dish .weight {
  width: 15%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .cart-area .dish .weight {
    width: 40%;
  }
}
.cart-area .dish .cost {
  width: 10%;
}
@media only screen and (max-width: 500px) {
  .cart-area .dish .cost {
    width: 20%;
  }
}
.cart-area .dish .cost .price-amount {
  color: #999;
}
.cart-area .dish .cost strike {
  color: #999;
}
.cart-area .dish .remove {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.8em;
}
.cart-area .dish .remove:hover {
  background-color: #fff;
}
.cart-area .delivery-cost {
  width: 100%;
  padding-top: 10px;
}
.cart-area .delivery-cost > * {
  display: inline-block;
  vertical-align: middle;
}
.cart-area .delivery-cost .first-column {
  margin-left: 150px;
  width: calc(50% + 172px);
}
@media only screen and (max-width: 500px) {
  .cart-area .delivery-cost .first-column {
    margin-left: 15px;
    width: 70%;
  }
}
.cart-area .delivery-cost .first-column h4 {
  margin-bottom: 0;
  margin-top: 4px;
}
@media only screen and (max-width: 500px) {
  .cart-area .delivery-cost .cost {
    width: 20%;
  }
}
.cart-area .sum {
  text-align: right;
  font-size: 30px;
  margin-top: 10px;
  margin-right: 30px;
}
.cart-area .sum strike {
  color: #777;
}
@media only screen and (max-width: 500px) {
  .cart-area .sum {
    text-align: center;
    margin: 30px 0;
  }
}
.cart-area .sale-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-area .sale-header button {
  margin-top: 7px;
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}
.cart-area .sale-header button:hover {
  background-color: #fff;
}
.cart-area .location {
  color: #212020;
  margin-bottom: 100px;
}
.cart-area .location .input.address {
  float: left;
  width: 68%;
}
.cart-area .location .input.street-number {
  float: left;
  margin-left: 2%;
  width: 30%;
}
.cart-area .location .input.index {
  float: left;
  width: 100px;
}
.cart-area .location .input.city {
  float: left;
  width: calc(100% - 110px);
  margin-left: 10px;
}
.cart-area .location .input.phone {
  float: left;
}
.cart-area .location .input.phone ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
}
.cart-area .location .input.name {
  float: left;
}
.cart-area .location .policy {
  color: #555;
  font-size: 12px;
  display: block;
  padding-bottom: 5px;
}
.cart-area .location .finish {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
}
.cart-area .location .finish:hover {
  background-color: #fff;
}
.mobile-cart {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 80px;
  height: 80px;
  transition: 0.3s ease all;
  background-color: #ffcc00;
  border-radius: 50%;
  box-shadow: 3px 3px 7px #000000aa;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .mobile-cart {
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
  }
  .mobile-cart i {
    font-size: 26px !important;
    padding-top: 13px !important;
  }
  .mobile-cart span {
    top: -4px !important;
    right: -4px !important;
    width: 20px;
    height: 20px;
  }
}
.mobile-cart:hover {
  transform: scale(1.2);
}
.mobile-cart i {
  display: block;
  padding-top: 23px;
  font-size: 35px;
  color: #212020;
}
.mobile-cart span {
  font-family: Avante;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #212020;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#success {
  background-color: #fff;
  z-index: 10000;
  font-family: Avante;
  text-align: center;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
}
#success .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 40px;
}
#success h2 {
  font-weight: normal;
}
.alarm {
  font-family: Avante;
  padding: 30px;
  font-size: 17px;
}
.alarm h1,
.alarm h2,
.alarm h3,
.alarm h4,
.alarm h5,
.alarm h6 {
  text-align: center;
}
