@font-face {
  font-family: "GothamBook";
  src: url(../fonts/GothamBook.ttf);
}

@font-face {
  font-family: "GothamRnd-Bold";
  src: url(../fonts/Gotham\ Rounded\ Bold.otf);
}

@font-face {
  font-family: "GothamRnd-Medium";
  src: url(../fonts/Gotham\ Rounded\ Medium.otf);
}

@font-face {
  font-family: "Archivo-Regular";
  src: url(../fonts/Archivoregular.ttf);
}

@font-face {
  font-family: "Archivo-Bold";
  src: url(../fonts/Archivobold.ttf);
}

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

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

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 15px;
  font-family: "GothamBook";
  position: relative;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f1f1fb3;
  border: 3.5px solid #ffffff;
}

body::-webkit-scrollbar-thumb:hover {
  border-width: 1.65px;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1536px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.menu-btn {
  margin-right: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.menu-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}

.menu-btn span:nth-child(1) {
  top: 4.5px;
}

.menu-btn span:nth-child(2) {
  top: 13.5px;
}

.menu-btn span:nth-child(3) {
  top: 22.5px;
}

.menu-btn#main {
  display: none;
}

.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
}

.header__top {
  background-color: #fff;
  width: 100%;
  color: #000;
}

.header__top-inner {
  width: 100%;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  height: 64px;
  position: relative;
  margin: 0 auto;
  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;
}

.header__top-widget {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-widget p {
  font-size: 12px;
}

.header__top-widget p:last-child {
  font-family: "GothamRnd-Bold";
}

.header__top-widget img {
  margin: 0 10px;
  max-width: 100%;
  height: auto;
  font-size: 15px;
  max-width: 44px;
  max-height: 30px;
}

.header__top-imgbox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.header__top-imgbox .logo {
  width: 5rem;
  height: auto;
  cursor: pointer;
}

.header__top-imgbox .logo2 {
  width: 4rem;
}

.header__top-imgbox img {
  max-width: 100%;
  height: 50px;
  margin-left: 5px;
}

.header__top .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__top .menu h3 {
  width: 150px;
  height: 100%;
  color: #fff;
  font-family: "GothamRnd-Bold";
  font-size: 16px;
  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-left: #ffffff solid 1px;
  cursor: pointer;
}

.header__top .menu h3:hover {
  position: relative;
  background-color: #facf46;
  color: #000;
}

.header__top .menu h3:first-child:hover {
  background-color: transparent;
  color: #fff;
}

.header__top .menu h3:last-child {
  border-right: #ffffff solid 1px;
}

.header__bot {
  width: 100%;
  height: 44px;
  background-color: #ffd100;
}

.header__bot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem !important;
}

.header__bot-block a:last-child img {
  width: 1.5rem !important;
  margin-left: 10px;
}

.header__bot-inner {
  width: 100%;
  height: 100%;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  margin: auto;
  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;
  position: relative;
}

.header__bot-inner .menu {
  text-decoration: none !important;
}

.header__bot-inner .menu h3 {
  margin-right: 7px;
}

.header__bot-inner a {
  height: 100%;
  font-weight: 600;
  font-size: 1.05rem;
  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;
}

.header__bot-inner a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.wrapper {
  padding-top: 110px;
}

.services__inner {

  margin-top: 3rem !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.services__item {
  padding: .25rem !important;
  border-radius: 1rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  font-weight: 600;
  color: rgb(134 134 134 / 1);
  margin-top: 0.5rem !important;
  background-color: rgb(207 207 207 / 1) !important;
  height: 3.5rem !important;
  width: max-content;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 7px !important;
  align-items: center;
}

.services__item:hover {
  background-color: #e8c044 !important;
  color: #000 !important;
  cursor: pointer;
}

.services__item-img {}

.services__item-title {
  text-align: center;


}

.hero {
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/social.webp);
  width: 100%;
  height: 107px;
}

.hero__inner {
  height: 100%;
  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;
}

.hero h1 {
  margin: 0 auto;
  font-size: 30px;
  font-family: "GothamRnd-Bold";
  margin-bottom: 10px;
}

.hero label {
  background-color: #facf46;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 25%;
  display: block;
}

.items {
  max-width: 1094px;
  width: 100%;
  margin: 0 auto;
}

.items__title {
  color: #000;
  font-size: 1.875rem;
  line-height: 2.25rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin-bottom: 2.5rem !important;
}

.items__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #ffd100;
  border-radius: 10px;
  width: 25%;
  height: 0.5rem;
}

.items__inner .items__block-wrapper {
  display: none;
}

.items__inner .items__block-wrapper.active {
  display: block;
}

.items__inner .items__block-wrapper.left-show {
  display: block;
  -webkit-animation: left-show 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: left-show 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.items__inner .items__block-wrapper.right-show {
  display: block;
  -webkit-animation: right-show 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: right-show 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.items__inner .items__block-wrapper.left-hide {
  -webkit-animation: left-hide 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: left-hide 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.items__inner .items__block-wrapper.right-hide {
  -webkit-animation: right-hide 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: right-hide 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@-webkit-keyframes left-show {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
  }

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

@keyframes left-show {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
  }

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

@-webkit-keyframes right-show {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
  }

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

@keyframes right-show {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
  }

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

@-webkit-keyframes left-hide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }

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

@keyframes left-hide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }

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

@-webkit-keyframes right-hide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }

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

@keyframes right-hide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
  }

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

.items__inner .items__block-grid {
  row-gap: 1.5rem !important;
  -webkit-column-gap: 1.75rem !important;
  -moz-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  min-width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.items__inner .item {
  width: 250px;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.items__inner .item:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 14px 10px rgba(0, 0, 0, 0.15)) !important;
  filter: drop-shadow(0 14px 10px rgba(0, 0, 0, 0.15)) !important;
}

.items .scroll-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

.items .scroll-btn span {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.items .scroll-btn.hide {
  color: #d1d5db;
}

.items__tabs {
  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;
  position: relative;
}

.items__tabs-inner {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.items__tabs-inner button {
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  text-wrap: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  opacity: 0.6;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.items__tabs-inner button:hover {
  background-color: #ffc4300d;
}

.items__tabs-inner button span {
  text-wrap: nowrap;
  font-weight: 700;
  opacity: 0.6;
}

.items__tabs-inner button.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 209 0/var(--tw-border-opacity));
}

.items__tabs-inner button.active span {
  --tw-text-opacity: 1;
  color: rgb(255 195 48/var(--tw-text-opacity));
  opacity: 1;
}

.text {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.text p {
  color: #7f7f7f;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
}

.title h2 {
  font-size: 30px;
  color: #000;
  font-family: "GothamRnd-Bold";
  text-align: center;
  margin-bottom: 10px;
}

.title label {
  background-color: #facf46;
  height: 2px;
  width: 25%;
  margin: auto;
  margin-bottom: 10px;
  display: block;
}

.button {
  width: 33.333333%;
  margin: auto;
}

.button a {
  color: #000;
  font-size: 15px;
  text-align: center;
  background-color: #facf46;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "GothamRnd-Medium";
  max-width: 100%;
  width: 100%;
  height: 45px;
  -webkit-box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f;
  box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f;
}

.footer {
  margin-top: 50px;
  background-color: #2e2e2e;
  width: 100%;
}

.footer span {
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  display: block;
}

.footer__top {
  width: 80%;
  text-align: start;
  display: grid;
  padding: 10px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: auto;
}

.footer__col {
  margin-bottom: 0;
  padding: 5px;
  padding-left: 10px;
}

.footer__col img {
  margin: 0;
  max-width: 40%;
  height: auto;
}

.footer__col p {
  width: 55%;
  color: #afaeae;
  font-size: 10px;
  text-align: center;
}

.footer__col h1 {
  color: #facf46;
  font-size: 16px;
  margin-bottom: 13px;
}

.footer__col a {
  color: #afaeae;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
  font-family: "Roboto", sans-serif;
}

.footer__text {
  font-family: "Roboto";
  width: 80%;
  padding: 10px 0;
  margin: auto;
}

.footer__text h1 {
  color: #facf46;
  font-size: 16px;
  font-family: "GothamRnd-Bold";
  text-align: center;
  margin-bottom: 10px;
}

.footer__text p {
  color: #afaeae;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.footer__text p a {
  display: inline-block;
  color: #facf46;
}

.footer__bot {
  font-family: "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
}

.footer__bot p {
  text-align: start;
  color: #afaeae;
  font-size: 12px;
}

.footer__bot p a {
  display: inline-block;
  color: #facf46;
}

.user {
  display: none;
}

.pay {
  font-size: 18px;
  font-family: "Roboto";
  color: #000;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay hr {
  padding: 5px 0;
  border: none;
  border-top: 2px solid #1471ce;
}

.pay__inner {
  width: 65%;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
}

.pay__inner h2 {
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  background-color: #ffcb00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 800;
  font-family: "GothamBook";
  height: 4rem;
  min-height: 62px;
}

.pay__inner h2 .close {
  cursor: pointer;
}

.pay__body {
  overflow: scroll;
  max-height: calc(90vh - 64px);
  min-height: calc(80vh - 64px);
  display: block;
  padding: 1.5rem 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  scrollbar-width: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pay__aside {
  width: 100%;
}

.pay__aside-box {
  font-family: "GothamBook";
}

.pay__aside-info {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay__aside-info h3 {
  color: #005ac3;
  text-align: center;
  font-family: "GothamBook", sans-serif;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 900;
}

.pay__aside-info h3 span {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
}

.pay__aside-info h5 {
  font-weight: 900;
  margin: 0;
  font-size: 1.25rem !important;
  line-height: 1.75rem;
}

.pay__aside-info h6 {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.pay__aside-info img {
  max-width: 150px;
  width: 100%;
}

.pay__aside-logos {
  display: none;
  color: #727272;
  width: 95%;
  text-align: center;
  margin: auto;
}

.pay__aside-logos .img {
  text-align: center;
  margin: auto;
  margin-top: 25px;
}

.pay__aside-logos .img img {
  max-width: 150px;
  height: auto;
  margin: auto;
}

.pay__aside-logos .line {
  font-size: 12px;
  margin-top: 25px;
}

.pay__aside-logos .line svg {
  color: #cccccc;
  font-size: 12px;
  width: 0.875em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.pay__option {
  margin-top: 10px;
  display: none;
}

.pay__option.active {
  display: block;
}

.pay__option .error {
  color: red;
  margin-bottom: 15px;
  display: none;
}

.pay__option .error.active {
  display: block;
}

.pay__option .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px 0;
}

.pay__option .close span {
  font-size: 32px !important;
  cursor: pointer;
}

.pay__option h4 {
  margin-bottom: 10px;
}

.pay__option-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.pay__option-check input {
  display: inline-block;
  margin-right: 7px;
}

.pay__option-check p {
  font-size: 16px !important;
  font-family: "GothamBook";
  color: #000 !important;
  font-weight: 500;
}

.pay__option-check p span {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700;
}

.pay__option-inner {
  height: 128px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 35px;
  min-width: 200px;
  overflow: hidden;
}

.pay__option-btn {
  height: 55px;
  vertical-align: top;
  min-height: 40px;
  max-height: 55px;
  border-radius: 4px;
  text-align: center;
  background: #ffc439;
  margin-bottom: 17px;
  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;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.pay__option-btn:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.pay__option-btn img {
  height: 24px;
}

.pay__option-btn[data-id=spei-btn].hide {
  margin-top: -55px;
}

.pay__option-btn[data-id=card-btn].hide {
  margin-top: 18px;
}

.pay__option-btn[data-id=card-btn] {
  background: #2C2E2F;
  color: #fff;
  font-size: 20px;
}

.pay__option-btn[data-id=card-btn] img {
  margin-right: 5px;
}

.pay__option-btn[data-id=card-btn]:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.pay__option .bef {
  text-align: center;
  margin: 10px auto;
  height: 14px;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  color: #7b8388;
  position: relative;
  margin-right: 3px;
  bottom: 3px;
}

.pay__option .bef span {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  white-space: pre;
}

.pay__option .bef img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
}

.pay__option-item {
  max-width: 400px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
}

.pay__option-item#spei-btn h4,
.pay__option-item#spei-btn h5 {
  font-weight: 400;
}

.pay__option-item#spei-btn h4 {
  margin-top: 5px;
}

.pay__option-item#spei-btn h5 {
  margin-bottom: 10px;
}

.pay__option-item#spei-btn input {
  background-color: #f9f9f9;
}

.pay__option-item#spei-btn label {
  font-size: 12px;
  -webkit-transform: translate3d(0px, -8px, 0px);
  transform: translate3d(0px, -8px, 0px);
}

.pay__option-item label {
  color: #6c7378;
  font-size: 15px;
  left: 15px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 17px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top 0px;
  -ms-transform-origin: left top 0px;
  transform-origin: left top 0px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.pay__option-item label.active {
  font-size: 12px;
  -webkit-transform: translate3d(0px, -8px, 0px);
  transform: translate3d(0px, -8px, 0px);
}

.pay__option-wrapper {
  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;
  margin-bottom: 12px;
}

.pay__option-wrapper .pay__option-box {
  margin-bottom: 0;
}

.pay__option-pay {
  margin-bottom: 18px;
  margin-top: 18px;
  background-color: #0070ba;
  border: none;
  border-radius: 23px;
  color: white;
  cursor: pointer;
  display: initial;
  font-size: 15px;
  height: 48px;
  line-height: 3.2;
  outline: none;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.pay__option-pay:hover {
  background-color: #005ea6;
  outline: none;
  text-decoration: underline;
}

.pay__option-confirm {
  margin-top: 12px;
  font-size: 13px;
  line-height: 14px;
  display: block;
  color: #6c7378;
  position: relative;
  min-height: 52.75px;
  margin-top: 30px;
}

.pay__option-confirm input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.pay__option-confirm input:checked+label::after {
  content: "";
}

.pay__option-confirm input:checked+label::before {
  background-color: #0070ba;
  border-color: #0070ba;
}

.pay__option-confirm label {
  color: #2c2e2f;
  cursor: pointer;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 1.4;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  position: relative;
}

.pay__option-confirm label span {
  line-height: 1.75;
  color: #2c2e2f;
  cursor: pointer;
  font-size: 13px;
}

.pay__option-confirm label span a {
  color: #0070ba;
  text-decoration: underline;
}

.pay__option-confirm label::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  height: 14px;
  left: 9px;
  margin: 0px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.pay__option-confirm label::before {
  border: 1px solid #b7bcbf;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 25px;
}

.pay__option-box {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}

.pay__option-box#phoneinput input {
  padding: 16px 15px 0px 48px;
}

.pay__option-box#phoneinput label {
  font-size: 12px;
  -webkit-transform: translate3d(0px, -8px, 0px);
  transform: translate3d(0px, -8px, 0px);
}

.pay__option-box span {
  color: #6c7378;
  direction: ltr;
  left: 15px;
  pointer-events: none;
  position: absolute;
  font-weight: 400;
  font-family: "Roboto";
  top: 23px;
  z-index: 10;
  line-height: 16px;
}

.pay__option-box.small {
  max-width: 196.81px;
}

.pay__option-box input {
  border-radius: 4px;
  border-width: 1px;
  background-color: white;
  border-color: #b7bcbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  outline: 0px;
  width: 100%;
  border-style: none;
  height: 46px;
  padding: 16px 15px 0px;
  direction: ltr;
  text-align: left;
  border-style: solid;
  position: relative;
}

.pay__option-box input:focus {
  border-color: #009cde;
  border-width: 2px;
  -webkit-box-shadow: #009cde 0px 0;
  box-shadow: #009cde 0px 0;
}

.pay__option-box input:focus+label {
  font-size: 12px;
  -webkit-transform: translate3d(0px, -8px, 0px);
  transform: translate3d(0px, -8px, 0px);
}

.pay__option-billing p {
  font-size: 18px !important;
  width: 260px !important;
  color: #2c2e2f !important;
  margin: 15px 0px !important;
}

.pay__main {
  width: 100%;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
  font-family: "GothamBook";
}

.pay__main h4 strong {
  font-size: 16px;
  font-weight: 600;
}

.pay__main-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 1.5rem;
}

.pay__main-input {
  width: 49.5%;
  margin-bottom: 15px;
}

.pay__main-input label {
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000;
  display: block;
}

.pay__main-input input {
  max-width: 409px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border-color: #9ca3af;
  width: 100%;
  height: 50px;
  display: block;
  border-style: solid;
  border-width: 1px;
  background: transparent;
  outline: none;
}

.pay__main-btn {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pay__main-btn button {
  color: #fff;
  background-color: #000;
  border-radius: 0.5rem;
  border-color: transparent;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 600;
  cursor: pointer;
}

.pay__main-btn button.hide {
  display: none;
}

.pay__main p {
  color: #727272;
  font-size: 10px;
  line-height: 16px;
}

.pay__main p.text-pay {
  font-family: "GothamBook";
  padding-bottom: 30px;
}

.pay__main p span {
  font-size: 10px;
  font-weight: 900;
  color: #1471ce;
}

.load {
  display: none;
  font-size: 18px;
  font-family: "Roboto";
  color: #000;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load img {
  width: 50%;
}

.load.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.load__inner {
  width: 400px;
  height: 202px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background: transparent;
}

.load__title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.lds-ring {
  margin-top: 30px;
}

.lds-ring,
.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid currentColor;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #facf46 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.slider {
  background-color: #ccc;
}

.slider__inner {
  position: relative;
}

.slider__item {
  height: auto;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button {
  background-color: gray;
  border-radius: 100px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: none;
  color: transparent;
}

.gray {
  background-color: #ccc;
  padding-top: 30px;
}

.gray .title,
.gray h2 {
  margin: auto auto 20px;
  width: 250px;
  text-align: center;
  font-family: GothamRnd-Bold;
  color: #1471ce;
  font-size: 35px;
}

.gray .title .line,
.gray h2 .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.gray .title .line span:first-child,
.gray h2 .line span:first-child {
  display: block;
  width: 80%;
  height: 3px;
  background-color: #facf46;
}

.gray .title .line span:last-child,
.gray h2 .line span:last-child {
  display: block;
  width: 20%;
  height: 3px;
  background-color: #1471ce;
}

.gray h2 {
  width: 600px !important;
  max-width: 100%;
}

.gray h3 {
  text-align: center;
  font-family: GothamBook;
  color: #000;
  font-size: 14px;
}

.gray h3 b {
  font-family: GothamRnd-Bold;
  color: #000;
  font-size: 14px;
}

.gray .items {
  margin-top: 0;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 15px;
}

.gray .items img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.gray .button {
  width: 300px;
  padding-bottom: 30px;
}

.gray .text {
  padding-bottom: 50px;
}

.gray .text p {
  color: #000;
}

.gray .items-small {
  width: 42%;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 15px;
}

.promos {
  width: 100%;
  margin: 20px auto;
}

.promos h2 {
  font-family: GothamRnd-Bold;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.promos__items {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  margin: 20px auto;
}

.promos__items img {
  margin: auto;
  max-width: 100%;
  height: 60px;
  cursor: pointer;
}

.promos__items img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

section.img {
  width: 100%;
}

section.img img {
  height: auto;
  width: 100%;
}

.hero.adapt {
  height: auto;
  padding: 70px 0;
}

.hero.adapt h1 {
  font-size: 24px;
}

.hero.adapt h2 {
  font-size: 20px;
  font-family: GothamBook;
  padding-bottom: 20px;
}

.paq {
  width: 80%;
  margin: auto;
  color: #000;
  text-align: center;
  padding-top: 30px;
}

.paq img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.port {
  width: 90%;
  margin: auto;
  padding: 20px;
  font-size: 15px;
  font-family: GothamBook;
}

.port__inner {
  width: 90%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.port figure {
  text-align: center;
}

.port figure img {
  max-width: 80%;
  height: auto;
  border-radius: 1rem;
  -webkit-box-shadow: #11111a1a 0 1px, #11111a1a 0 8px 24px, #11111a1a 0 16px 48px;
  box-shadow: #11111a1a 0 1px, #11111a1a 0 8px 24px, #11111a1a 0 16px 48px;
}

.port figure img:hover {
  cursor: pointer;
  -webkit-box-shadow: #000 0 0, #000 0 0 12px, #0000 0 0;
  box-shadow: #000 0 0, #000 0 0 12px, #0000 0 0;
}

.port+hr {
  width: 40%;
  margin-top: 30px;
  background-color: #facf46;
  height: 4px;
  border: none;
  margin: auto;
}

.info {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.info__item-img {
  width: 250px;
}

.info__item-img img {
  max-width: 100%;
  height: auto;
}

.info__item h2 {
  font-size: 24px;
  font-family: GothamRnd-Bold;
  margin-bottom: 15px;
  text-align: center;
}

.info__item h3 {
  font-size: 18px;
  text-align: center;
}

.info+hr {
  width: 80%;
  margin-top: 30px;
  background-color: #facf46;
  height: 4px;
  border: none;
  margin: auto;
}

.video {
  width: 80%;
  margin: 50px auto;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__main {
  width: 50%;
  padding: 0 50px;
}

.video__main p {
  font-family: GothamBook;
  font-size: 18px;
}

.video__video {
  width: 50%;
}

.video__video video {
  max-width: 100%;
  height: auto;
}

.video .button {
  width: 300px;
  margin-top: 40px;
}

#phone.hide #servicio {
  display: none;
}

#phone.hide .pay__main-inputs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.5rem;
}

#phone.hide .pay__main-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial;
  margin-bottom: 0;
}

#phone.hide .pay__main-input label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}

#phone.hide .pay__main-input input {
  border: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 !important;
  height: 20px;
}

#servicio {
  display: none;
}

#servicio.active {
  display: block;
}

.slider_2 {
  display: none;
}

.img__2 {
  display: none;
}

.login {
  width: 70%;
  -webkit-box-shadow: 0 -1px 7px #9e9e9e;
  box-shadow: 0 -1px 7px #9e9e9e;
  text-align: center;
  margin: 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login .tab {
  display: none;
}

.login .tab.active {
  display: block;
}

.login__main {
  width: 50%;
}

.login__main-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.login__main-top-text {
  font-size: 12px;
  color: #000;
  font-family: GothamRnd-Bold;
  text-shadow: 1px 1px 1px #facf46;
}

.login__main-top a {
  width: 100%;
  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;
  cursor: pointer;
  background-color: #facf46;
  -webkit-box-shadow: inset 4px -10px 13px -12px #000;
  box-shadow: inset 4px -10px 13px -12px #000;
}

.login__main-top a.active {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login__main-top a figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 40px;
}

.login__main-top a figure img {
  height: 30px;
}

.login__main-inner {
  width: 100%;
  padding: 15px;
}

.login__main-inner figure {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.login__main-inner figure img {
  height: 100px;
  margin: auto;
}

.login__main-inner form {
  display: block;
  padding: 20px;
  color: #000;
}

.login__main-inner form h1 {
  font-size: 25px;
  margin: 20px 0;
}

.login__main-inner form .form-control {
  margin-bottom: 15px;
}

.login__main-inner form .form-control a.button {
  color: #d45b5b;
  display: block;
  border: 1px solid #d45b5b;
  padding: 18px 15px;
  border-radius: 15px;
  background-color: #fff;
  font-family: "GothamRnd-Bold";
  width: 49.5%;
  margin-left: 25%;
}

.login__main-inner form .form-control a.button:hover {
  background-color: #d45b5b;
  color: #fff;
}

.login__main-inner form .form-control button {
  background-color: #2ea35d;
  color: #fff;
  padding: 15px;
  border: none;
  -webkit-box-shadow: 0 -1px 7px #9e9e9e;
  box-shadow: 0 -1px 7px #9e9e9e;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 83.33%;
  margin-left: 8.33333333%;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login__main-inner form .form-control .underline {
  color: #000;
  text-decoration: underline;
  margin-bottom: 5px;
}

.login__main-inner form .form-control.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__main-inner form .form-control p {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.login__main-inner form .form-control p a {
  color: #1471ce;
}

.login__main-inner form .form-control input {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 40px;
  border: #ccc solid 1px;
  outline: none;
}

.login__main-inner form .form-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 7px;
}

.login__aside {
  width: 50%;
  background-color: #f7f7f7;
  color: #000;
}

.login__aside-top {
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.login__aside-top h1 {
  font-size: 18px;
  margin: 20px 0;
}

.login__aside-icons {
  width: 95%;
  margin: auto;
  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;
  margin-bottom: 10px;
}

.login__aside-icon {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__aside-icon img {
  height: 35px;
}

.login__aside-icon p {
  font-size: 12px;
  color: #727272;
  font-family: "GothamRnd-Bold";
}

.login__aside-img img {
  max-width: 100%;
  height: auto;
}

.drop {
  display: none;
  position: absolute;
  margin-top: 2.25rem;
  top: 8px;
  min-width: 15rem;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1),
    0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-animation: c-fade-show 0.2s ease-in-out;
  animation: c-fade-show 0.2s ease-in-out;
}

.drop.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes c-fade-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

@keyframes c-fade-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

.drop__aside {
  min-width: 15rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "GothamBook";
}

.drop__aside button {
  font-family: "GothamBook";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-wrap: nowrap;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  background: transparent;
  border: none;
  font-weight: 600;
}

.drop__aside button.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

.drop__main {
  min-width: 15rem;
  border-left: 2px solid #ffcb00;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: none;
}

.drop__main.active {
  display: block;
}

.drop__main a {
  text-decoration: none !important;
  height: auto;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-weight: 400;
  font-family: "GothamBook";
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-wrap: nowrap;
  padding: 0.9rem 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.drop__main a:hover {
  color: #000;
}

.menu-btn {
  display: none !important;
}

.logo {
  padding-left: 0;
  margin-left: 0 !important;
}

.menu-mob {
  width: 1.25rem;
  display: none;
  cursor: pointer;
}

.menu-mob img {
  display: block;
  width: 1.25rem;
  height: auto;
  vertical-align: middle;
}

.menu-mob img.hide {
  display: none;
}

.mmenu {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  background-color: #f4f4f4 !important;
  height: 100%;
  overflow: scroll;
  width: 100%;
  min-height: calc(100vh - 108px);
  top: 108px;
  position: absolute;
  z-index: 20;
  color: #000;
  display: none;
}

.mmenu.active {
  display: block;
}

.mmenu__items {
  height: 100%;
}

.mmenu__item {
  margin-bottom: 1.5rem;
}

.mmenu__item .border {
  border-bottom: 2px solid #4c5058;
  margin-bottom: 0.5rem;
}

.mmenu__item.active {
  border-color: #ffd516;
}

.mmenu__item.active .border {
  border-color: #ffd516;
}

.mmenu__item.active .mmenu__item-drop {
  grid-template-rows: 1fr;
  border-color: #4c5058;
}

.mmenu__item.active span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mmenu__item-content {
  letter-spacing: 0.05em;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.mmenu__item-content span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mmenu__item-content p,
.mmenu__item-content a {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600;
}

.mmenu__item-drop {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition-property: grid-template-rows;
  -o-transition-property: grid-template-rows;
  transition-property: grid-template-rows;
  transition-property: grid-template-rows, -ms-grid-rows;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 2px solid transparent;
}

.mmenu__item-drop article {
  overflow: hidden;
}

.mmenu__item-drop a {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  margin-bottom: 1.5rem !important;
  font-weight: 600;
  display: block;
  color: #000000ab;
}

.mmenu__img {
  background-color: white !important;
  border-radius: 9999px !important;
  border: 2px solid #ffcb00;
  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;
  width: 4rem;
  height: 4rem;
}

.mmenu__img img {
  width: 100%;
  height: auto;
}

.mmenu__login {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  padding-right: 1.75rem !important;
  padding-left: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: white !important;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
  margin-bottom: 1.25rem;
}

.mmenu__login-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: 91.666667%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mmenu__login p {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.panel {
  width: 100%;
  display: none;
  z-index: 100;
  height: auto;
  padding-top: 25px;
  padding-bottom: 15px;
  margin: auto;
  background-color: #fff;
  position: absolute;
}

.panel.active {
  display: block;
}

.panel__inner {
  width: 85%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.panel__content {
  width: 75%;
  display: none;
  height: 100%;
}

.panel__content.active {
  display: block;
}

.panel__content-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.panel__content-col {
  width: 100%;
  margin-left: 3px;
  margin-right: 3px;
}

.panel__content h1 {
  width: 100%;
  font-family: GothamRnd-Bold;
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.panel__content h3 {
  margin-top: 5px;
  width: 100%;
  color: #000;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  font-family: GothamBook;
}

.panel__content .items {
  display: block;
  cursor: pointer;
  width: 100%;
}

.panel__content .items .link {
  margin-top: 15px;
  width: 100%;
  margin-left: 3px;
  margin-right: 3px;
  height: 25px;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.panel__content .items .link img {
  display: block;
  max-width: 100%;
  height: 20px;
  margin-left: 15px;
}

.panel__content .items .link span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  background-color: #facf46;
}

.panel__content .items .item:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.panel__content .items h2 {
  width: 100%;
  font-family: GothamRnd-Bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}

.panel__content .items h4 {
  width: 100%;
  font-family: GothamBook;
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 10px;
}

.panel__menu {
  width: 25%;
}

.panel__menu h1 {
  font-family: GothamRnd-Bold;
  color: #9e9e9e;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.panel__menu h1.active {
  color: #000;
  font-size: 25px;
}

.panel__menu h1.active img {
  display: block;
}

.panel__menu h1.active span {
  display: block;
}

.panel__menu h1 img {
  display: none;
  max-width: 100%;
  height: 20px;
  margin-left: 15px;
}

.panel__menu h1 span {
  display: none;
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 2px;
  background-color: #facf46;
}

.menu .user+h3:hover {
  background-color: transparent !important;
  color: #fff !important;
}

#main span,
.menu-btn span {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#main span:nth-child(1),
.menu-btn span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
  background-color: #fff;
}

#main span:nth-child(2),
.menu-btn span:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#main span:nth-child(3),
.menu-btn span:nth-child(3) {
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
  background-color: #fff;
}

#main.active span:nth-child(1),
.menu-btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
  background-color: #fff;
}

#main.active span:nth-child(2),
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

#main.active span:nth-child(3),
.menu-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #fff;
}

.mobile {
  width: 100%;
  padding: 0 10px;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  padding-top: 10px;
  overflow-y: scroll;
  display: none;
}

.mobile.active {
  display: block;
}

.mobile__item {
  width: 100%;
  padding: 0 10px;
}

.mobile__item.active h3 {
  border-bottom: #facf46 solid 2px;
}

.mobile__item.active span svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile__item-content {
  width: 90%;
  margin: 10px auto;
  display: none;
}

.mobile__item-content.active {
  display: block;
}

.mobile__item-content a {
  font-size: 15px;
  font-family: GothamRnd-Medium;
  color: #9e9e9e;
  display: block;
  margin-bottom: 15px;
}

.mobile__item-content h2 {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: GothamRnd-Medium;
  color: #9e9e9e;
  font-weight: 500;
}

.mobile__item-content .div {
  width: 90%;
  margin: 10px auto;
  font-size: 15px;
}

.mobile__item-content .div h2 {
  font-size: 13px;
  font-family: GothamRnd-Medium;
  color: #000;
  margin-bottom: 5px;
}

.mobile__item-content .div h4 {
  font-size: 13px;
  color: #9e9e9e;
  font-weight: 600;
}

.mobile__item-content .items {
  display: block;
  margin: 0;
  width: 100%;
}

.mobile__item-content .items .item {
  width: 90%;
  margin: 10px auto;
  font-size: 15px;
}

.mobile__item-content .items .item:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mobile__item-content .items .item h2 {
  font-size: 13px;
  font-family: GothamRnd-Medium;
  color: #000;
  margin-bottom: 5px;
}

.mobile__item-content .items .item h4 {
  font-size: 13px;
  color: #9e9e9e;
  font-weight: 600;
}

.mobile__item-content .items .link {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
}

.mobile__item-content .items .link img {
  width: 0.875em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -0.125em;
  color: #ccc;
}

.mobile__item-content .items .link span {
  width: 20%;
  height: 2px;
  display: block;
  background-color: #facf46;
}

.mobile__item h3 {
  width: 90%;
  margin: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  border-bottom: #bbb solid 1px;
}

.mobile__item h3 p {
  width: calc(100% - 50px);
  font-family: GothamBook;
  font-size: 15px;
}

.mobile__item h3 span {
  width: 50px;
  text-align: center;
}

.mobile__item h3 span svg {
  font-size: 20px;
  width: 0.875em;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  color: #ccc;
}

@media (max-width: 1024px) {
  .login {
    width: 80%;
  }

  .img__2 {
    display: block;
  }

  .img__1 {
    display: none;
  }

  .services__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .header__top-imgbox {
    -webkit-column-gap: 0.15rem;
    -moz-column-gap: 0.15rem;
    column-gap: 0.15rem;
  }

  .header__top-inner {
    padding: 0.25rem 0.75rem !important;
  }

  .header__bot-inner {
    padding: 10px 0.75rem !important;
  }

  .header__bot-block {
    gap: 1.5rem !important;
  }

  .header__bot-block a:last-child h3 {
    display: none;
  }

  .menu-mob {
    display: block;
  }

  .info__item {
    -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;
  }

  .info__item-img {
    width: auto;
  }

  .info__item-text {
    min-height: 155px;
  }

  .menu {
    display: none !important;
  }

  .promos__items {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
  }

  #main {
    display: none !important;
    top: 12px;
    margin-right: 10px;
  }

  .header__top-inner {
    width: 100%;
    padding: 0 10px;
  }

  .header__top-widget div {
    display: block;
  }

  .header__top-imgbox img {
    margin: 0 10px;
  }

  .user {
    display: block;
  }

  .pay__inner {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .pay__inner {
    margin-top: 15px;
    width: 90%;
    height: calc(100vh - 30px);
    overflow: hidden;
  }

  .scroll-btn {
    color: #000;
  }

  .items__title {
    font-family: sans-serif !important;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  .items__title::before {
    width: 80%;
    height: 4px;
  }

  #step_1,
  .pay__option-btn,
  #importe2 {
    vertical-align: middle;
    font-family: sans-serif !important;
  }

  .tab {
    height: 3rem !important;
  }

  .tab span {
    color: #000;
    opacity: 0.6;
    text-wrap: nowrap;
    height: 100%;
    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;
  }

  *,
  *:before,
  *:after {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  input,
  input:before,
  input:after {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
  }

  input {
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 24px !important;
    font-family: sans-serif !important;
    display: block !important;
  }

  .pay__inner h2 {
    padding: 0.75rem 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pay__body {
    padding: 1.5rem 1rem !important;
  }

  .pay__main-input {
    width: 100%;
  }

  .pay__main-input input {
    width: 100%;
    max-width: 100%;
  }

  .pay__aside-info {
    -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;
  }

  .login {
    width: 95%;
  }

  .info {
    display: block;
  }

  .info__item-text {
    min-height: auto;
  }

  .port__inner {
    display: block;
  }

  .video {
    display: block;
  }

  .video__main {
    width: 100%;
    padding: 0 15px;
  }

  .video__video {
    width: 100%;
  }

  .video .button {
    margin-bottom: 30px;
    width: 100%;
  }

  .gray .items {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .header__top-imgbox {
    width: 80%;
  }

  .header__bot-inner {
    width: 100%;
  }

  .hero {
    height: auto;
    min-height: 110px;
  }

  .header__top-imgbox img {
    margin: 0 5px;
    height: 30px;
  }

  #main {
    top: 0;
  }

  .items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hero__inner label {
    width: 50%;
  }

  .button {
    width: 91.666667%;
  }

  .footer__top {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .footer__top p {
    width: 100%;
  }

  .footer__text {
    padding: 10px;
    width: 100%;
  }

  .footer__text p {
    text-align: left;
  }

  .footer__bot {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
  }

  .footer__bot p {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  .pay__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
  }

  .pay__aside,
  .pay__main {
    width: 100%;
  }

  .pay__main {
    overflow: unset;
    padding-bottom: 150px;
  }

  .pay__main-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay__main-input {
    width: 100%;
  }

  .pay__body {
    height: 85vh;
  }
}

@media (max-width: 690px) {
  .slider_1 {
    display: none;
  }

  .slider_2 {
    display: block;
  }

  .items-small {
    width: 100% !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .header__top-widget div {
    display: none;
  }

  .header__bot-block {
    gap: 0.5rem !important;
  }

  .header__bot-block a h3 {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .logo2 {
    display: none;
  }

  .services__inner{
    justify-content: space-between;
  }

  .services__item {
    height: auto !important;
    margin: 0;
    width: calc(50% - 10px);
    padding: 1rem !important;
  }


  .services__item-img {
    margin-right: 5px;
    margin-top: 5px;
  }

  .services__item-title {

    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  .login {
    display: block;
  }

  .login__main,
  .login__aside {
    width: 100%;
  }

  .login a.button {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .port__inner figure {
    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;
  }

  .port__inner figure img {
    max-width: 100%;
  }

  .promos__items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }

  .gray .items {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
}

@media (max-width: 370px) {
  .login__aside-icons {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .login__aside-icons .login__aside-icon {
    padding: 0;
  }

  .login__aside-icons .login__aside-icon p {
    font-size: 10px;
  }

  .port__inner figure {
    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;
  }

  .port__inner figure img {
    max-width: 140%;
  }
}