/* Header */
.site-header {
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
}
.site-header .layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .row {
  gap: 16px;
}
.site-header .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (min-width: 600px) {
  .site-header .col {
    flex-direction: row;
    gap: 32px;
  }
}
.site-header .main {
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.site-header .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .logo img {
  width: auto;
  max-height: 30px;
}
@media only screen and (min-width: 600px) {
  .site-header .widget {
    min-width: 430px;
  }
}
.site-header .logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (min-width: 600px) {
  .site-header .logos {
    justify-content: space-between;
    gap: 25px;
  }
}
.site-header .logos img {
  max-height: 15px;
}
@media only screen and (min-width: 600px) {
  .site-header .logos img {
    max-height: 37px;
  }
}
.site-header .btn {
  min-width: 0;
}

/* Footer */
.site-footer {
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .site-footer {
    text-align: start;
  }
}
.site-footer .wrapper {
  padding: 32px 15px;
}
@media only screen and (min-width: 600px) {
  .site-footer .wrapper {
    padding: 78px 0px 30px 0px;
  }
}
.site-footer .wrapper > .layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.site-footer .footer-main {
  width: 100%;
}
.site-footer .footer-main ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-main ul {
    align-items: flex-start;
  }
}
.site-footer .footer-main ul li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-main ul li {
    align-items: flex-start;
  }
}
.site-footer .footer-main .row {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-main .row {
    align-items: flex-start;
    gap: 0;
  }
}
.site-footer .footer-main .col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-main .col {
    align-items: flex-start;
  }
}
.site-footer .footer-main .col-1 {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-main .col-1 {
    display: flex;
    text-align: start;
  }
}
.site-footer .footer-main .logo {
  max-height: 40px;
}
.site-footer .footer-middle {
  width: 100%;
}
.site-footer .footer-middle .col {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-footer .footer-bottom {
  width: 100%;
}
.site-footer .footer-bottom .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 32px;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-bottom .row {
    flex-direction: row;
    gap: 0;
  }
}
.site-footer .footer-bottom .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* iti */
.iti {
  width: 100%;
  color: #333;
}

.input-country .iti__flag-container {
  right: 0 !important;
}

.iti__selected-flag {
  background: 0 !important;
}

.iti input[type=text] {
  pointer-events: none;
}