@font-face {
  font-family: "tt_commonsdemibold";
  src: url("../fonts/ttcommons-demibold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonslight";
  src: url("../fonts/ttcommons-light-webfont.woff2") format("woff2"), url("../fonts/ttcommons-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsmedium";
  src: url("../fonts/ttcommons-medium-webfont.woff2") format("woff2"), url("../fonts/ttcommons-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsblack";
  src: url("../fonts/ttcommons-black-webfont.woff2") format("woff2"), url("../fonts/ttcommons-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commons_boldbold";
  src: url("../fonts/ttcommons-bold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsextrabold";
  src: url("../fonts/ttcommons-extrabold-webfont.woff2") format("woff2"), url("../fonts/ttcommons-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsextralight";
  src: url("../fonts/ttcommons-extralight-webfont.woff2") format("woff2"), url("../fonts/ttcommons-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsregular";
  src: url("../fonts/ttcommons-regular-webfont.woff2") format("woff2"), url("../fonts/ttcommons-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_commonsthin";
  src: url("../fonts/ttcommons-thin-webfont.woff2") format("woff2"), url("../fonts/ttcommons-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: "tt_commonsregular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  border-radius: 50px;
  padding: 10px 30px 9px 30px;
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  border: none;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  background: #c72222;
  color: #fff;
}
body .btn.btn-default:hover {
  background: #16305d;
}
body .btn.btn-blue {
  background: #16305d;
  color: #fff;
}
body .btn.btn-blue:hover {
  background: #0c1b34;
}
body .btn.btn-gray {
  background: #e9e9e9;
  color: #16305d;
}
body .btn.btn-gray:hover {
  background: #16305d;
  color: #fff;
}
body .btn.btn-small {
  font-size: 0.8rem;
  padding: 8px 22px 6px 22px;
}
body .btn-text {
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  color: #c72222;
}
body .btn-text.btn-blue {
  color: #16305d;
  background: none !important;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  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;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb-wrapper {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  display: none;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb li:before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border-radius: 20px;
  background: #f7f7f7;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb li a:before {
  content: '';
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  height: 10px;
  width: 10px;
  background: url('../img/icons/right-chevron.svg') center;
  background-size: cover;
}
.breadcrumb-wrapper .breadcrumb li a span {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  font-size: 1rem;
  color: #16305d;
}
.breadcrumb-wrapper .breadcrumb li + li {
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb li:nth-last-child(2) {
  display: block;
}
.breadcrumb-wrapper + section.section-welcome {
  margin-top: 1rem;
}
.container {
  padding: 0 12px;
}
.container.no-padding {
  padding: 0;
}
.heading-h1 {
  font-size: 1.5rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
.heading-h2 {
  font-size: 1.3rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
.paragraph {
  font-size: 1rem;
  color: #333;
  line-height: 1.2rem;
}
.input-service {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.input-service .service-flexbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-service .service-flexbox-wrapper .checkbox-wrapper {
  margin-top: 0 !important;
  margin-left: 0rem;
}
.input-service .service-flexbox-wrapper .service-inner {
  width: 100%;
  margin-top: 0.5rem;
}
.input-service .service-flexbox-wrapper .service-inner + .service-inner {
  margin-left: 0.5rem;
}
.input-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 70px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.input-service .service-inner.textarea {
  border-radius: 20px;
}
.input-service .service-inner .inner-icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-service .service-inner .inner-icon img,
.input-service .service-inner .inner-icon svg {
  height: 20px;
  width: 20px;
  fill: #16305d;
}
.input-service .service-inner .inner-icon + input {
  padding-left: 0;
}
.input-service .service-inner .inner-icon + .select2-hidden-accessible + .select2 {
  padding-left: 0;
}
.input-service .service-inner.inner-value {
  background: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service label {
  display: block;
  font-size: 0.7rem;
  padding-left: 17px;
}
.input-service .value {
  display: block;
  min-height: 40px;
  width: 100%;
  padding-right: 10px;
  padding-top: 4px;
  line-height: 1.2rem;
  font-size: 1rem;
  color: #16305d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.input-service .value a {
  text-decoration: underline;
  color: inherit;
}
.input-service input {
  padding-left: 1rem;
  height: 40px;
  width: 100%;
  border: 1px solid #f9f9f9;
  padding-top: 4px;
  border-radius: 50px;
  outline: none;
  padding-right: 10px;
  font-size: 1rem;
  color: #16305d;
}
.input-service textarea {
  padding-left: 1rem;
  height: 100px;
  width: 100%;
  border: none;
  padding-top: 12px;
  outline: none;
  border-radius: 20px;
  padding-right: 10px;
  font-size: 1rem;
  color: #16305d;
}
.input-service .input-alert {
  padding-left: 17px;
  margin-top: 7px;
  font-size: 0.7rem;
  color: #dc3545;
}
.input-service .select2 {
  padding-left: 1rem;
  width: 100% !important;
  overflow: hidden;
}
.input-service .select2 .select2-selection {
  border: none;
  height: 40px;
  border-radius: 50px;
}
.input-service .select2 .select2-selection .select2-selection__rendered {
  height: 40px;
  padding: 8px 20px 0 0;
  color: #16305d;
  font-size: 1rem;
}
.input-service .select2 .select2-selection .select2-selection__arrow {
  height: 40px;
}
.input-service .select2 .select2-selection .select2-selection__arrow b {
  margin-left: -7px;
}
.input-service.label-tooltip label:after {
  content: '?';
  display: inline-block;
  height: 0.8rem;
  min-width: 0.8rem;
  max-width: 0.8rem;
  border-radius: 50%;
  background: #16305d;
  color: #fff;
  font-size: 0.7rem;
  margin-left: 0.5rem;
  padding-left: 0.23rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  font-family: "tt_commons_boldbold";
}
.input-delete {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #c72222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox-wrapper {
  margin-top: 10px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-transform: none;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 20px;
  max-width: 20px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  border-radius: 5px;
  height: 20px;
  color: #fff;
  display: block;
  padding-top: 1px;
  border: 3px solid #ddd;
  background: #fff;
  font-size: 0.5rem;
  margin-right: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper.white .radio-box {
  color: #fff;
}
.checkbox-wrapper.small .radio-box {
  font-size: 12px;
  line-height: 12px;
}
.checkbox-wrapper.primary .radio-box {
  padding: 13px 10px 10px 13px;
  background: #f3f3f3;
  border-radius: 10px;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 5px;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: #16305d;
}
.checkbox-wrapper.white > input:checked + .radio-box:before {
  background: #c72222;
}
.checkbox-wrapper.primary > input:checked + .radio-box {
  background: #16305d;
  color: #fff;
}
.checkbox-wrapper.primary > input:checked + .radio-box:before {
  background: #c72222;
  content: 'X';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-offer {
  padding: 0 12px;
  margin-top: 1rem;
}
.swiper-offer .swiper-slide {
  width: auto;
}
.swiper-buttons,
.swiper-gallery {
  padding: 0 12px;
  margin-top: 0.5rem;
  position: relative;
}
.swiper-buttons:before,
.swiper-gallery:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2000;
  width: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-buttons:after,
.swiper-gallery:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2000;
  width: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-buttons .swiper-slide,
.swiper-gallery .swiper-slide {
  width: auto;
}
.swiper-buttons .swiper-slide .gallery-item,
.swiper-gallery .swiper-slide .gallery-item {
  width: 120px;
  height: 95px;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}
.swiper-buttons .swiper-slide .gallery-item img,
.swiper-gallery .swiper-slide .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-buttons.gray:before,
.swiper-gallery.gray:before {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(left, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}
.swiper-buttons.gray:after,
.swiper-gallery.gray:after {
  background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(right, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(-90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}
.offer-items-wrapper .offer-item {
  margin-top: 1rem;
  width: 100%;
}
.offer-items-wrapper .offer-item.item-square {
  max-width: 100%;
}
.offer-items-wrapper .offer-item.item-square .item-image {
  padding-top: 40%;
}
.offer-item {
  margin-bottom: 15px;
  width: 240px;
  border-radius: 20px;
  padding-bottom: 7px;
  overflow: hidden;
  -webkit-box-shadow: 3px 7px 11px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 7px 11px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  position: relative;
}
.offer-item .item-add-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #16305d;
  background: #eee;
  z-index: 1;
}
.offer-item .item-add-cover .add-plus {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #16305d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer-item .item-add-cover .add-name {
  font-size: 0.9rem;
  margin-top: 1rem;
  font-family: "tt_commons_boldbold";
  color: #16305d;
}
.offer-item .item-image {
  width: 100%;
  padding-top: 62%;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.offer-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offer-item .item-image .image-info {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 10px 10px 7px 12px;
  background: #c72222;
  border-radius: 17px 5px 5px 5px;
}
.offer-item .item-image .image-info .info-value {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
.offer-item .item-image .image-info .info-quantity {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}
.offer-item .item-image .image-price {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 10px 10px 8px 12px;
  background: #c72222;
  border-radius: 5px 5px 5px 17px;
}
.offer-item .item-image .image-price .price-promotion {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
.offer-item .item-image .image-price .price-old {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  text-decoration: line-through;
}
.offer-item .item-description {
  padding: 5px 8px;
}
.offer-item .item-description .description-name {
  margin-top: 3px;
  color: #16305d;
  font-family: "tt_commonsmedium";
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.offer-item .item-description .description-company {
  background: #16305d;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 2px 8px 0px 8px;
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "tt_commonsmedium";
}
.offer-item .item-description .description-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-item .item-description .description-stars .stars-inner {
  width: 80px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.offer-item .item-description .description-stars .stars-inner .inner-bar-background {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  background: #ddd;
}
.offer-item .item-description .description-stars .stars-inner .inner-bar {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  background: #c72222;
}
.offer-item .item-description .description-stars .stars-inner .inner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.offer-item .item-description .description-stars .stars-number {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 0.9rem;
  color: #333;
}
.offer-item .item-description .description-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-item .item-description .description-info .info-item {
  font-size: 0.9rem;
  color: #333;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.offer-item .item-description .description-info .info-item span {
  color: #bbb;
}
.offer-item .item-description .description-info .info-divider {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  border-left: 0.5px solid #ccc;
}
.offer-item .item-description .description-hours {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-item .item-description .description-hours .hours-item {
  margin: 3px 3px 0 0;
  font-size: 0.8rem;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 2px 6px 0px 6px;
  color: #333;
}
.offer-item .btn-text {
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.offer-item.item-square {
  width: 200px;
}
.offer-item.item-square .item-image {
  padding-top: 100%;
}
.offer-item.item-add {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttons-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buttons-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons-wrapper.center .btn {
  width: 100%;
}
.empty-alert {
  margin-top: 1rem;
  padding: 15px;
  border-radius: 20px;
  background: #f7f7f7;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'tt_commonsdemibold';
  color: #666;
}
.empty-alert svg {
  height: 35px;
  width: 35px;
  margin-bottom: 0.5rem;
}
.empty-alert svg.bell {
  fill: #c72222;
  -webkit-animation: shake 1.82s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 1.82s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}
.empty-alert.red {
  background: #c72222;
  color: #fff;
}
.empty-alert.red svg {
  fill: #fff;
}
.table-responsive .table {
  margin: 0;
}
.table-responsive .table thead tr th {
  border: none;
  padding: 5px;
  font-size: 0.8rem;
  opacity: 0.6;
}
.table-responsive .table tbody tr .hidden-link-wrapper {
  display: none;
}
.table-responsive .table tbody tr td {
  padding: 5px;
  vertical-align: middle;
  border: none;
}
.table-responsive .table tbody tr td:before {
  content: attr(data-elmts-heading);
  display: none;
}
.table-responsive .table tbody tr td .value {
  color: #000;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.table-responsive .table tbody tr td .value a {
  color: #c72222;
  text-decoration: underline;
  font-family: "tt_commonsdemibold";
}
.table-responsive .table tbody tr td .value.green {
  color: olivedrab;
  font-family: "tt_commonsdemibold";
}
.table-responsive .table tbody tr td .value.red {
  color: #c31515;
  font-family: "tt_commonsdemibold";
}
.table-responsive .table tbody tr td .download-button svg {
  height: 20px;
  width: 20px;
  fill: #c72222;
}
.table-responsive .table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.form-service {
  width: 100%;
  max-width: 500px;
}
.form-service .info {
  margin-top: 1rem;
}
.form-service .info p {
  font-size: 0.7rem;
  padding-left: 17px;
  color: #000;
}
.form-service .checkbox-wrapper {
  margin-top: 1rem;
}
.form-service .checkbox-wrapper + .checkbox-wrapper {
  margin-top: 0.2rem;
}
.header-bag-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  padding: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service {
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  background: #f3f3f3;
  min-height: 100%;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper {
  position: absolute;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 222;
  height: 100vh;
  width: 100%;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper.hidden {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu-wrapper + .service-menu-wrapper {
  z-index: 444;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu {
  max-height: calc(100vh - 40px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink {
  display: block;
  outline: none;
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 0.5px solid #eee;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner span {
  color: #000;
  font-size: 1rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink .backlink-inner img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink.backlink-close {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .backlink.backlink-close.hidden {
  display: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-heading {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages {
  margin-top: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper {
  background: #fff;
  border-radius: 10px;
  border: 0.5px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 15px 20px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper .icon {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 20px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button {
  padding: 0px 6px 1px 6px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: none;
  outline: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button img {
  height: 24px;
  width: 24px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li button span {
  color: #000;
  font-size: 0.8rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper ul li + li {
  margin-left: 5px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-currency-languages .currency-languages-wrapper + .currency-languages-wrapper {
  border-top: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list {
  list-style: none;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 0.5px solid #eee;
  margin-top: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button {
  padding: 15px 50px 15px 20px;
  width: 100%;
  background: none;
  position: relative;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a .icon,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button .icon {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 10px;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button span {
  color: #000;
  font-size: 1rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.has-child:after,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.has-child:after {
  content: '';
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/right-chevron.svg) center;
  background-size: cover;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.highlighted,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.highlighted {
  background: #16305d;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.highlighted .icon,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.highlighted .icon {
  fill: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li a.highlighted span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li button.highlighted span {
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active a,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active button {
  background: #16305d;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active a span,
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li.active button span {
  color: #fff;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-list li:not(:last-child) {
  border-bottom: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-filters-button:not(.hidden) + .menu-heading {
  border-top: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .menu-heading + .menu-list {
  border-top: 0.5px solid #ddd;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .heading-h1 {
  margin-top: 2rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .heading-h1 span {
  color: #c72222;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .paragraph {
  margin-top: 1rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .nav-tabs {
  margin: 0.5rem 0 0 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .nav-tabs .nav-item {
  width: 50%;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 10px 5px 7px 5px;
  background: #eee;
  color: #000;
  border-radius: 20px;
  font-family: "tt_commons_boldbold";
  font-size: 1rem;
  border: none;
  outline: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .nav-tabs .nav-item .nav-link.active {
  background: #16305d;
  color: #fff;
  border: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .input-service .service-inner {
  border: 0.5px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .btn-clear {
  margin-top: 2rem;
  font-size: 1rem;
  font-family: "tt_commonsdemibold";
  color: #16305d;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  outline: none;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .btn-clear + .btn {
  margin-top: 0.5rem;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service .service-menu .btn {
  margin-top: 2rem;
  width: 100%;
}
.header-bag-sidebar .sidebar-service-wrapper .sidebar-service.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header-bag-sidebar.active {
  z-index: 555;
  visibility: visible;
  opacity: 1;
}
nav.section-header .header-top {
  padding: 8px 0;
  background: #f7f7f7;
}
nav.section-header .header-flexbox {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 22px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  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;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-inner ul li a,
nav.section-header .header-flexbox .flexbox-inner ul li button {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f7f7f7;
  outline: none;
}
nav.section-header .header-flexbox .flexbox-inner ul li a svg,
nav.section-header .header-flexbox .flexbox-inner ul li button svg {
  height: 15px;
  width: 15px;
  fill: #16305d;
}
nav.section-header .header-flexbox .flexbox-inner ul li a svg.large,
nav.section-header .header-flexbox .flexbox-inner ul li button svg.large {
  height: 17px;
  width: 17px;
}
nav.section-header .header-flexbox .flexbox-inner ul li + li {
  margin-left: 6px;
}
nav.section-header .header-flexbox .flexbox-inner ul .slogan {
  margin-right: 0.5rem;
  font-size: 0.7rem;
  color: #fff;
}
nav.section-header .header-flexbox .nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 18px;
  background: #16305d;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 3px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 3px;
}
nav.section-header.background-blue {
  background: #16305d;
}
section.section-welcome .welcome-search-engine {
  z-index: 1;
  background: #f7f7f7;
  position: relative;
  margin-top: -40px;
  padding: 10px;
  border-radius: 20px;
}
section.section-welcome .welcome-search-engine .search-engine-inner {
  padding: 10px;
  background: #16305d;
  border-radius: 0 0 18px 18px;
}
section.section-welcome .welcome-search-engine .search-engine-inner .inner-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-search-engine .search-engine-inner .inner-row > * {
  width: 48.7%;
}
section.section-welcome .welcome-search-engine .search-engine-inner .inner-row .checkbox-wrapper {
  margin-top: 10px;
}
section.section-welcome .welcome-search-engine .heading-h1 {
  text-align: center;
}
section.section-welcome .welcome-search-engine .nav-tabs {
  margin: 0.5rem 0 0 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-search-engine .nav-tabs .nav-item {
  width: 50%;
}
section.section-welcome .welcome-search-engine .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 10px 5px 7px 5px;
  background: #eee;
  color: #000;
  border-radius: 20px 20px 0 0;
  font-family: "tt_commons_boldbold";
  font-size: 1rem;
  border: none;
  outline: none;
}
section.section-welcome .welcome-search-engine .nav-tabs .nav-item .nav-link.active {
  background: #16305d;
  color: #fff;
  border: none;
}
section.section-welcome .welcome-search-engine .btn {
  margin-top: 1rem;
  width: 100%;
}
section.section-welcome.welcome-cta {
  margin-top: 2rem;
}
.welcome-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.welcome-item .item-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.welcome-item .item-background img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.welcome-item .item-background .background-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}
.welcome-item .item-description {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}
.welcome-item .item-description .description-heading {
  padding-bottom: 50px;
}
.welcome-item .item-description .description-heading > * {
  display: block;
}
.welcome-item .item-description .description-heading b {
  text-transform: lowercase;
  font-size: 1rem;
  font-family: "tt_commonsthin";
  line-height: 5rem;
}
.welcome-item .item-description .description-heading i {
  margin-right: 30px;
  font-family: "tt_commons_boldbold";
  font-size: 5rem;
  line-height: 3rem;
  font-style: normal;
}
.welcome-item .item-description .description-heading strong {
  margin-left: 72px;
  line-height: 2rem;
  font-family: "tt_commonsmedium";
  font-size: 2rem;
}
.welcome-item .item-description .heading-h1 {
  color: #fff;
  max-width: 300px;
}
.welcome-item .item-description .btn {
  margin-top: 2rem;
}
.welcome-item.small {
  height: 200px;
}
section.section-offer {
  padding-top: 2rem;
}
section.last-minute-section-content .content-inner > .heading-h1:first-child {
  margin-top: 2rem;
}
section.last-minute-section-content .content-inner .heading-filter-button {
  margin-top: 1rem;
  border: none;
  outline: none;
  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;
  padding: 5px 15px;
  border-radius: 20px;
  background: #16305d;
  width: 100%;
}
section.last-minute-section-content .content-inner .heading-filter-button svg {
  margin-right: 10px;
  fill: #fff;
  height: 17px;
  min-width: 17px;
  max-width: 17px;
}
section.last-minute-section-content .content-inner .heading-filter-button span {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 1rem;
  color: #fff;
}
section.last-minute-section-content .content-inner .heading-filter-info {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.last-minute-section-content .content-inner .heading-filter-info p {
  margin-right: 10px;
  font-size: 0.7rem;
}
section.last-minute-section-content .content-inner .heading-filter-info p:not(:first-child) {
  font-weight: 600;
}
section.section-zero-waste {
  margin-top: calc(2rem + (240px / 2));
  padding-top: calc(2rem + (240px / 2));
  padding-bottom: 2rem;
  position: relative;
  background: #f3f3f3;
}
section.section-zero-waste .zero-waste-heading {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
section.section-zero-waste .zero-waste-heading .heading-background {
  width: 100%;
  width: 240px;
}
section.section-zero-waste .zero-waste-heading .heading-inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 3px 8px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 8px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-left: 3px;
}
section.section-zero-waste .zero-waste-heading .heading-inner i {
  color: #16305d;
  margin-right: 18px;
  font-family: "tt_commons_boldbold";
  font-size: 3rem;
  line-height: 1.8rem;
  font-style: normal;
  display: block;
}
section.section-zero-waste .zero-waste-heading .heading-inner strong {
  color: #16305d;
  margin-left: 43.2px;
  line-height: 1.2rem;
  font-family: "tt_commonsmedium";
  font-size: 1.2rem;
  display: block;
}
section.section-newsletter {
  padding-top: 2rem;
}
section.section-newsletter .newsletter-inner {
  padding: 10px;
  border-radius: 20px;
  background: #f7f7f7;
}
section.section-newsletter .newsletter-inner .btn {
  margin-top: 1rem;
  width: 100%;
}
section.oferta-section-content {
  margin-top: 1rem;
}
section.oferta-section-content .content-sticky-item-wrapper {
  position: relative;
}
section.oferta-section-content .content-sticky-item-wrapper .item-wrapper-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 4px;
  left: 0;
  z-index: 222;
  margin-top: 1rem;
}
section.oferta-section-content .content-sticky-item-wrapper .item-wrapper-button .btn {
  width: 100%;
}
section.oferta-section-content .content-inner .inner-heading-wrapper {
  position: relative;
  padding-right: 60px;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark {
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  border: none;
  padding: 0;
  outline: none;
  position: absolute;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark svg {
  fill: #333;
  height: 21px;
  width: 21px;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark.active {
  background: #c72222;
}
section.oferta-section-content .content-inner .inner-heading-wrapper .heading-bookmark.active svg {
  fill: #fff;
}
section.oferta-section-content .content-inner .inner-alert {
  margin-top: 1.2rem;
  padding: 15px;
  border-radius: 20px;
  background: #f7f7f7;
  text-align: center;
}
section.oferta-section-content .content-inner .inner-alert .heading-h2 {
  color: #c72222;
}
section.oferta-section-content .content-inner .inner-info {
  padding: 10px 10px 7px 12px;
  background: #c72222;
  border-radius: 17px;
  margin-bottom: 1rem;
}
section.oferta-section-content .content-inner .inner-info .info-value {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
section.oferta-section-content .content-inner .inner-info .info-quantity {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}
section.oferta-section-content .content-inner .inner-company {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
section.oferta-section-content .content-inner .inner-company .heading-h2 {
  font-family: 'tt_commonsregular';
  color: #333;
}
section.oferta-section-content .content-inner .inner-description {
  margin-top: 0.5rem;
}
section.oferta-section-content .content-inner .inner-description .description-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner {
  width: 80px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-bar-background {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  background: #ddd;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-bar {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  background: #c72222;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-inner .inner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.oferta-section-content .content-inner .inner-description .description-stars .stars-number {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 0.9rem;
  color: #333;
}
section.oferta-section-content .content-inner .inner-description .description-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item {
  font-size: 0.9rem;
  color: #333;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item a {
  color: #c72222;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item a:hover {
  color: #9b1b1b;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-item span {
  color: #bbb;
}
section.oferta-section-content .content-inner .inner-description .description-info .info-divider {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  border-left: 0.5px solid #ccc;
}
section.oferta-section-content .content-inner .inner-description .description-hours {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-inner .inner-description .description-hours .hours-item {
  margin: 3px 3px 0 0;
  font-size: 0.8rem;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 2px 6px 0px 6px;
  color: #333;
}
section.oferta-section-content .content-inner .inner-description .description-text {
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-form {
  margin-top: 1rem;
  background: #f7f7f7;
  position: relative;
  padding: 15px;
  border-radius: 20px;
}
section.oferta-section-content .content-inner .inner-form .heading-h1 {
  text-align: center;
}
section.oferta-section-content .content-inner .inner-form .btn-text {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-form .btn-text + .btn {
  margin-top: 0.5rem;
}
section.oferta-section-content .content-inner .inner-form .btn {
  margin-top: 1rem;
  width: 100%;
}
section.oferta-section-content .content-inner .inner-register-cta {
  margin-top: 1rem;
}
section.oferta-section-content .content-inner .inner-register-cta .btn {
  width: 100%;
}
section.oferta-section-content .content-cta .btn {
  width: 100%;
  margin-top: 1rem;
}
section.oferta-section-content .content-map {
  margin-top: 1rem;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
section.oferta-section-content .content-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
section.oferta-section-content .content-stars {
  margin-top: 2rem;
}
section.oferta-section-content .content-stars .stars-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service {
  margin-right: 2px;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service .star {
  background: url('../img/icons/star-fill.svg') center;
  background-size: cover;
  height: 17px;
  width: 17px;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service input {
  visibility: hidden;
  position: absolute;
  width: auto;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service.hover .star,
section.oferta-section-content .content-stars .stars-flexbox .star-service.active .star {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
section.oferta-section-content .content-stars .stars-flexbox .star-service:last-child {
  margin-right: 0;
}
section.oferta-section-content .content-stars .stars-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.oferta-section-content .content-stars .stars-inner .inner-heading {
  font-size: 1rem;
  font-family: 'tt_commons_boldbold';
  color: #16305d;
  margin-top: 4px;
  margin-left: 1rem;
}
section.oferta-section-content .content-stars .btn {
  margin-top: 0.5rem;
}
section.oferta-section-content .content-note {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
section.oferta-section-content .content-note .btn-text {
  margin-top: 1rem;
  display: block;
  text-align: center;
}
section.oferta-section-content .content-note .heading-h1 {
  margin-top: 1rem;
}
section.oferta-section-content .content-note .btn {
  width: 100%;
  margin-top: 1rem;
}
.content-opinions {
  border-top: 1px solid #eee;
}
.content-opinions .opinion-service {
  margin-top: 1rem;
  padding: 15px;
  border-radius: 20px;
  background: #f7f7f7;
}
.content-opinions .opinion-service .service-name {
  font-size: 1rem;
  font-family: 'tt_commonsdemibold';
  color: #16305d;
}
.content-opinions .opinion-service .service-name span {
  font-size: 0.8em;
  color: #777;
}
.content-opinions .opinion-service .service-contact {
  margin-top: 0.5rem;
}
.content-opinions .opinion-service .service-contact a {
  font-size: 1rem;
  color: #c72222;
  text-decoration: underline;
  display: block;
}
.content-opinions .opinion-service .service-text {
  margin-top: 0.5rem;
}
.content-opinions .opinion-service .service-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-opinions .opinion-service .service-inner-wrapper .service-inner {
  width: 80px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.content-opinions .opinion-service .service-inner-wrapper .service-inner .inner-bar-background {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  width: 98%;
  background: #ddd;
}
.content-opinions .opinion-service .service-inner-wrapper .service-inner .inner-bar {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 98%;
  background: #c72222;
}
.content-opinions .opinion-service .service-inner-wrapper .service-inner .inner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content-opinions .opinion-service .service-inner-wrapper .service-number {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 0.9rem;
  color: #333;
}
.content-opinions .opinion-service .service-answer {
  padding-left: 15px;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ccc;
}
.content-opinions .opinion-service .service-answer span {
  font-size: 0.6rem;
  color: #999;
}
.content-opinions .opinion-service .service-answer p {
  font-size: 0.8rem;
}
.content-opinions .opinion-service .service-text-editor {
  margin-top: 0.5rem;
}
.content-opinions .opinion-service .service-text-editor .input-service label {
  padding-left: 0;
}
.content-opinions .opinion-service .service-text-editor .input-service .service-inner {
  border-top-left-radius: 0;
}
.content-opinions .opinion-service .service-text-editor .btn {
  margin-top: 0.5rem;
}
.content-opinions .btn-text {
  margin-top: 1rem;
  display: block;
}
section.blog-section-content {
  padding: 2rem 0 0 0;
}
section.blog-section-content .news-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.blog-section-content .news-flexbox .news-service {
  margin-top: 5%;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.blog-section-content .news-flexbox .news-service .service-image-wrapper {
  width: 100%;
  padding-top: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
section.blog-section-content .news-flexbox .news-service .service-image-wrapper .image-cover {
  position: absolute;
  z-index: 121;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #16305d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.blog-section-content .news-flexbox .news-service .service-image-wrapper .service-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
section.blog-section-content .news-flexbox .news-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.blog-section-content .news-flexbox .news-service .date {
  margin-top: 7px;
  font-size: 0.7rem;
  font-family: 'tt_commonsdemibold';
  color: #888;
  display: block;
}
section.blog-section-content .news-flexbox .news-service .name {
  margin-top: 3px;
  color: #000;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-right: 1rem;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.blog-section-content .news-flexbox .news-service:hover .service-image-wrapper .image-cover {
  opacity: 0.4;
}
section.blog-section-content .news-flexbox .news-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
section.blog-section-content .btn-more-products-wrapper {
  margin-top: 2rem;
}
section.blog-section-content .btn-more-products-wrapper .more-products-counter {
  margin-bottom: 1rem;
}
section.blog-section-content .btn-more-products-wrapper .more-products-counter .number {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}
section.blog-section-content .btn-more-products-wrapper .more-products-counter .line {
  margin: 0 auto;
  width: 170px;
  height: 2px;
  background: #eee;
  position: relative;
}
section.blog-section-content .btn-more-products-wrapper .more-products-counter .line .line-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #333;
}
section.static-page-section-content {
  padding: 1rem 0;
}
section.static-page-section-content .content-inner {
  margin-top: 1rem;
}
section.static-page-section-content .content-inner .inner-info {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-info .info-service {
  font-size: 0.8rem;
  margin-right: 1rem;
}
section.static-page-section-content .content-inner .inner-main-image {
  margin-top: 1rem;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
section.static-page-section-content .content-inner .inner-main-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.static-page-section-content .content-inner .inner-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .btn-gallery-more {
  margin-top: 30px;
}
section.static-page-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-description {
  margin-top: 1rem;
}
section.static-page-section-content .content-inner .inner-description h1 {
  font-size: 1.5rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
section.static-page-section-content .content-inner .inner-description h2 {
  font-size: 1.3rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
section.static-page-section-content .content-inner .inner-description h3 {
  font-size: 1.15rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
section.static-page-section-content .content-inner .inner-description ul,
section.static-page-section-content .content-inner .inner-description ol {
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description p,
section.static-page-section-content .content-inner .inner-description li {
  font-size: 1rem;
  color: #333;
  line-height: 1.3rem;
}
section.static-page-section-content .content-inner .accordion {
  margin-top: 1rem;
}
section.section-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
  background: #16305d;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-inner .inner-service {
  margin-top: 1rem;
  text-align: center;
  width: 50%;
}
section.section-footer .footer-inner .inner-service ul .heading {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  font-family: "tt_commons_boldbold";
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service ul li a:hover {
  color: #16305d;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service .social-media {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-footer .footer-inner .inner-service .social-media li a svg {
  height: 30px;
  width: 30px;
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service .social-media li a svg:hover {
  fill: #c72222;
}
section.section-footer .footer-inner .inner-service .social-media li + li {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service .social-media li:not(:last-child) {
  margin-right: 4px;
}
section.section-footer .footer-inner .inner-service address {
  margin-top: 5px;
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-service address a {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service address a:hover {
  color: #16305d;
}
section.section-footer .footer-inner .inner-service address p {
  margin-top: 15px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
section.section-footer .footer-inner .inner-service .btn {
  margin-top: 20px;
}
section.section-footer .footer-inner .inner-service:last-child {
  width: 100%;
}
section.section-footer .footer-credits {
  margin-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-image img {
  width: 140px;
}
section.section-footer .footer-credits .credits-copyright p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
section.section-footer .footer-credits .credits-copyright p a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-credits .credits-copyright p a:hover {
  color: #16305d;
}
section.panel-klienta-logowanie-section-content {
  padding: 2rem 0 0 0;
}
section.panel-klienta-logowanie-section-content .content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-logowanie-section-content .content-login .login-service {
  width: 100%;
  max-width: 500px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .heading {
  text-align: center;
  margin-bottom: 1rem;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .heading p {
  font-size: 0.8rem;
  color: #000;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .info {
  margin-top: 1rem;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .info p {
  font-size: 0.7rem;
  padding-left: 17px;
  color: #000;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .checkbox-wrapper {
  margin-top: 1rem;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login {
  margin-top: 2rem;
  border: none;
  padding: 10px;
  background: #f3f3f3;
  width: 100%;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login svg {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-right: 20px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login p {
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login + .social-media-login {
  margin-top: 0.5rem;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login:hover {
  background: #444;
  border-color: #444;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login:hover p {
  color: #fff;
}
section.panel-klienta-section-content {
  padding: 2rem 0 0 0;
}
section.panel-klienta-section-content .heading {
  text-align: center;
  margin-bottom: 1rem;
}
section.panel-klienta-section-content .heading p {
  font-size: 0.8rem;
  color: #000;
}
section.panel-restauratora-section-content {
  padding: 2rem 0 0 0;
}
section.panel-restauratora-section-content .heading {
  text-align: center;
  margin-bottom: 1rem;
}
section.panel-restauratora-section-content .heading p {
  font-size: 0.8rem;
  color: #000;
}
section.panel-restauratora-section-content .heading.margin-top {
  margin-top: 2rem;
}
section.panel-restauratora-section-content .heading.text-left {
  text-align: left;
}
section.panel-restauratora-section-content .content-dashboard .dashboard-cards .card-service {
  margin-top: 1rem;
  display: block;
  text-align: center;
}
section.panel-restauratora-section-content .content-dashboard .dashboard-cards .card-service .service-image {
  padding: 50px 30px;
  border-radius: 20px;
}
section.panel-restauratora-section-content .content-dashboard .dashboard-cards .card-service .name {
  display: block;
  margin-top: 1rem;
  font-style: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #000;
}
section.panel-restauratora-section-content .content-dashboard .dashboard-cards .card-service .address {
  font-size: 0.7rem;
  color: #000;
}
section.panel-restauratora-section-content .content-manager .btn {
  margin-top: 0.5rem;
}
section.panel-restauratora-section-content .content-manager .manager-list {
  margin-top: 2rem;
}
section.panel-restauratora-section-content .content-manager .manager-list .list-service {
  position: relative;
}
section.panel-restauratora-section-content .content-manager .manager-list .list-service .name {
  font-size: 0.9rem;
}
section.panel-restauratora-section-content .content-manager .manager-list .list-service .mail {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
section.panel-restauratora-section-content .content-manager .manager-list .list-service + .list-service {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ccc;
}
section.panel-restauratora-section-content .content-objects .objects-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-restauratora-section-content .content-objects .objects-wrapper .object-service {
  margin-top: 1rem;
  width: 48%;
  border-radius: 15px;
  background: #f3f3f3;
  padding: 15px;
  text-align: center;
}
section.panel-restauratora-section-content .content-objects .objects-wrapper .object-service .name {
  font-size: 0.9rem;
  color: #777;
}
section.panel-restauratora-section-content .content-objects .objects-wrapper .object-service .number {
  font-size: 1.2rem;
  color: #000;
  font-family: "tt_commonsdemibold";
}
section.panel-restauratora-section-content .content-plan {
  margin-top: 1rem;
  padding: 15px;
  border-radius: 20px;
  background: #f7f7f7;
  text-align: center;
}
section.panel-restauratora-section-content .content-plan .btn {
  margin-top: 0.5rem;
}
section.panel-restauratora-section-content .content-plan-disactive {
  margin-top: 1rem;
  text-align: center;
}
section.panel-restauratora-section-content .content-balance {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  text-align: center;
}
section.panel-restauratora-section-content .content-balance .balance-value {
  font-size: 2rem;
}
section.panel-restauratora-section-content .content-packages {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  text-align: center;
}
section.panel-restauratora-section-content .content-packages .packages-info {
  margin-top: 1rem;
  font-size: 1.2rem;
}
section.panel-restauratora-section-content .content-packages .packages-info strong {
  font-family: "tt_commonsdemibold";
  color: #c72222;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service {
  margin-top: 1rem;
  width: 32%;
  border-radius: 15px;
  background: #f3f3f3;
  padding: 15px;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .name {
  font-size: 1.2rem;
  color: #16305d;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .name b {
  font-family: "tt_commons_boldbold";
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .value {
  font-size: 0.8rem;
  color: #16305d;
  font-family: "tt_commons_boldbold";
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .price {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #c72222;
  font-family: "tt_commonsdemibold";
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .price small {
  font-size: 0.7em;
  text-decoration: line-through;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .promotion {
  font-size: 0.8rem;
  color: #000;
}
section.panel-restauratora-section-content .content-packages .packages-wrapper .package-service .btn {
  margin-top: 1rem;
  padding: 0;
}
section.panel-restauratora-section-content .content-plans {
  text-align: center;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service {
  width: 100%;
  position: relative;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box {
  display: block;
  margin-top: 1rem;
  border-radius: 15px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .name {
  font-size: 1.2rem;
  color: #16305d;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .name b {
  font-family: "tt_commons_boldbold";
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .info {
  font-size: 0.85rem;
  color: #000;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .info a {
  text-decoration: underline;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .price {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #c72222;
  font-family: "tt_commonsdemibold";
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service .service-box .btn {
  margin-top: 1rem;
  padding: 0;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
section.panel-restauratora-section-content .content-plans .plans-wrapper .plan-service > input:checked + .service-box {
  background: #fff;
  border: 1px solid #c72222;
}
section.panel-restauratora-section-content .content-plans .form-service {
  text-align: left;
}
section.panel-restauratora-section-content .content-plans .heading-h2 {
  margin-top: 2rem;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service {
  margin-top: 1rem;
  width: 48%;
  border-radius: 15px;
  background: #f3f3f3;
  padding: 15px;
  text-align: center;
  position: relative;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service .time {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-top: 2px;
  padding-right: 2px;
  border-radius: 4px 12px 4px 4px;
  background: #c72222;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: -0.03rem;
  font-family: "tt_commonsdemibold";
  height: 20px;
  width: 40px;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service .name {
  font-size: 0.9rem;
  color: #777;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service .number {
  font-size: 1.2rem;
  color: #000;
  font-family: "tt_commonsdemibold";
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service.service-alert {
  display: block;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
  position: relative;
}
section.panel-restauratora-section-content .content-quick-click .quick-click-objects .object-service.service-alert:after {
  content: attr(data-elmts-alert);
  position: absolute;
  font-family: "tt_commonsdemibold";
  left: 50%;
  top: 3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: red;
}
@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 15px green;
            box-shadow: 0 0 15px green;
  }
  50% {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  100% {
    -webkit-box-shadow: 0 0 15px green;
            box-shadow: 0 0 15px green;
  }
}
@keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 15px green;
            box-shadow: 0 0 15px green;
  }
  50% {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  100% {
    -webkit-box-shadow: 0 0 15px green;
            box-shadow: 0 0 15px green;
  }
}
section.panel-restauratora-section-content .content-search-engine {
  border-radius: 15px;
  background: #f3f3f3;
  padding: 15px 15px 0 15px;
  text-align: center;
  margin-bottom: 2rem;
}
section.panel-restauratora-section-content .content-search-engine .form-service {
  text-align: left;
}
section.panel-restauratora-section-content .preloader-wrapper {
  width: 50px;
  height: 50px;
  margin: 35px auto 50px auto;
}
section.panel-restauratora-section-content #preloader {
  width: 50px;
  height: 50px;
  border: 2px solid black;
  border-radius: 0px;
  -webkit-animation: preloader 4.5s infinite linear;
          animation: preloader 4.5s infinite linear;
}
section.panel-restauratora-section-content #preloader:after {
  content: '';
  width: 14px;
  height: 14px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 20px;
  -webkit-animation: preloader_after 4.5s infinite linear;
          animation: preloader_after 4.5s infinite linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1.3);
  }
  12% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
  }
  17% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  42% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  44% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  46% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  48% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  95% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  100% {
    -webkit-transform: scale(0) rotate(180deg);
    border-radius: 100px;
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1.3);
  }
  12% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
  }
  17% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  42% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  44% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  46% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  48% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  95% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  100% {
    -webkit-transform: scale(0) rotate(180deg);
    border-radius: 100px;
  }
}
@-webkit-keyframes preloader_after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  60% {
    -webkit-transform: scale(1) translateY(20px) translateX(14px);
            transform: scale(1) translateY(20px) translateX(14px);
  }
  65% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  70% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  75% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  80% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  85% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
  }
  95% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes preloader_after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  60% {
    -webkit-transform: scale(1) translateY(20px) translateX(14px);
            transform: scale(1) translateY(20px) translateX(14px);
  }
  65% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  70% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  75% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  80% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  85% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
  }
  95% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/*# sourceMappingURL=maps/style.css.map */
