.h-wrapper {
  background: white;
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
}
@media all and (max-width: 767px) {
  .main-nav--active .h-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.3rem;
    z-index: 100;
  }
}
@media all and (min-width: 768px) {
  .h-wrapper {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .h-wrapper {
    padding-top: 2rem;
  }
}
.h-wrapper__inner {
  display: flex;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
@media all and (max-width: 767px) {
  .h-wrapper__inner {
    justify-content: space-between;
    padding-bottom: 1rem;
    align-items: center;
  }
}
@media all and (max-width: 1279px) {
  .h-wrapper__inner {
    height: 7.3rem;
    padding-bottom: 0;
  }
}
.h-main-nav__trigger {
  width: 33px;
  width: 3.3rem;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
}
.main-nav--active .h-main-nav__trigger {
  font-size: 0;
}
.main-search--active .h-main-nav__trigger {
  display: none;
}
@media all and (min-width: 768px) {
  .h-main-nav__trigger {
    display: none;
  }
}
.h-main-nav__trigger .e-icon {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
}
.main-nav--active .h-main-nav__trigger .i-menu {
  display: none;
}
.h-main-nav__trigger .i-close {
  display: none;
  font-size: 21px;
  font-size: 2.1rem;
}
.main-nav--active .h-main-nav__trigger .i-close {
  display: block;
}
.h-logo__wrapper {
  margin-right: -10px;
  margin-right: -1rem;
  flex: 0 0 130px;
  flex: 0 0 13rem;
  max-width: 130px;
  max-width: 13rem;
  padding-top: 2px;
  padding-top: 0.2rem;
  transition: opacity 0.3s;
}
.h-logo__wrapper:hover {
  opacity: 0.8;
}
.main-search--active .h-logo__wrapper {
  margin-right: 25px;
  margin-right: 2.5rem;
}
@media all and (max-width: 767px) {
  .main-search--active .h-logo__wrapper {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .h-logo__wrapper {
    padding-top: 2rem;
    margin: 0;
    flex: 0 0 14rem;
    max-width: 14rem;
  }
}
@media all and (min-width: 1280px) {
  .h-logo__wrapper {
    flex: 0 0 20rem;
    max-width: 20rem;
    padding-top: 0.5rem;
  }
}
.h-nav {
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  flex-grow: 1;
}
.h-nav .e-btn {
  padding: 8px 20px 10px;
  padding: 0.8rem 2rem 1rem;
}
@media all and (max-width: 767px) {
  .h-nav .e-btn {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .h-nav .e-btn {
    margin: 0 0.5rem;
    margin-top: -0.3rem;
  }
}
.main-search--active .h-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .h-nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 9.3rem);
    top: 9.3rem;
    z-index: 100;
    left: 0;
    background: #f2f2f2;
    margin: 0;
    display: block;
    transform: translate(-100%);
  }
  .main-nav--active .h-nav {
    transform: translate(0);
  }
}
@media all and (min-width: 768px) {
  .h-nav {
    margin-left: 1%;
  }
}
@media all and (min-width: 1280px) {
  .h-nav {
    display: flex !important;
    margin-left: 5.6%;
  }
}
.h-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  .h-nav__list {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    position: relative;
  }
}
.h-nav__list__item {
  margin: 0;
  border-top: 1px solid #d6d6d6;
  border-top: 0.1rem solid #d6d6d6;
  display: flex;
  align-items: center;
}
.h-nav__list__item:last-child {
  border-bottom: 1px solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
}
@media all and (min-width: 768px) {
  .h-nav__list__item:last-child {
    border: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .h-nav__list__item.active .h-nav__list__item__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media all and (min-width: 768px) {
  .h-nav__list__item {
    border: none;
    display: block;
    position: relative;
  }
  .h-nav__list__item.active .h-nav__list__item__link {
    background: #f2f2f2;
  }
  .h-nav__list__item.active .h-nav__list__item__link .e-icon {
    fill: #D62727;
    transform: rotate(180deg);
  }
  .h-nav__list__item.h-nav__list__item--dropdown-large {
    position: static;
  }
  .h-nav__list__item.h-nav__list__item--shop.active .h-nav__list__item__link {
    background: #B6326E;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--shop.active .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--shop.active .h-nav__list__item__dropdown-menu {
    background: #B6326E;
  }
  .h-nav__list__item.h-nav__list__item--learn.active .h-nav__list__item__link {
    background: #EC9C3F;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--learn.active .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--learn.active .h-nav__list__item__dropdown-menu {
    background: #EC9C3F;
  }
  .h-nav__list__item.h-nav__list__item--plan.active .h-nav__list__item__link {
    background: #673694;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--plan.active .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--plan.active .h-nav__list__item__dropdown-menu {
    background: #673694;
  }
  .h-nav__list__item.h-nav__list__item--liturgia.active .h-nav__list__item__link {
    background: #09B5CA;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--liturgia.active .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--liturgia.active .h-nav__list__item__dropdown-menu {
    background: #09B5CA;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #E32925;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses .h-nav__list__item__link.h-nav__list__item__link--active .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses .h-nav__list__item__link.h-nav__list__item__link--active .h-nav__list__item__dropdown-menu {
    background: #E32925;
  }
  .h-nav__list__item.h-nav__list__item--single:hover .h-nav__list__item__link {
    background: #fff;
    color: #D62727 !important;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list__item:hover .h-nav__list__item__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .h-nav__list__item.h-nav__list__item--shop:hover .h-nav__list__item__link {
    background: #B6326E;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--shop:hover .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--shop:hover .h-nav__list__item__dropdown-menu {
    background: #B6326E;
  }
  .h-nav__list__item.h-nav__list__item--learn:hover .h-nav__list__item__link {
    background: #EC9C3F;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--learn:hover .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--learn:hover .h-nav__list__item__dropdown-menu {
    background: #EC9C3F;
  }
  .h-nav__list__item.h-nav__list__item--plan:hover .h-nav__list__item__link {
    background: #673694;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--plan:hover .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--plan:hover .h-nav__list__item__dropdown-menu {
    background: #673694;
  }
  .h-nav__list__item.h-nav__list__item--liturgia:hover .h-nav__list__item__link {
    background: #09B5CA;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--liturgia:hover .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--liturgia:hover .h-nav__list__item__dropdown-menu {
    background: #09B5CA;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses:hover .h-nav__list__item__link {
    background: #E32925;
    color: #fff;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses:hover .h-nav__list__item__link .e-icon {
    fill: #fff;
  }
  .h-nav__list__item.h-nav__list__item--onlineCourses:hover .h-nav__list__item__dropdown-menu {
    background: #E32925;
    max-width: 50rem;
    border-radius: 1rem;
  }
}
.h-nav__list__item-expand {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  padding-right: 35px;
  padding-right: 3.5rem;
  padding-left: 10px;
  padding-left: 1rem;
  cursor: pointer;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .h-nav__list__item-expand {
    display: none;
  }
}
.h-nav__list__item-expand .i-long-arrow-right {
  fill: #B6326E;
  font-size: 20px;
  font-size: 2rem;
}
.h-nav__list__item--plan .h-nav__list__item-expand .i-long-arrow-right {
  fill: #673694;
}
.h-nav__list__item--learn .h-nav__list__item-expand .i-long-arrow-right {
  fill: #EC9C3F;
}
.h-nav__list__item--liturgia .h-nav__list__item-expand .i-long-arrow-right {
  fill: #09B5CA;
}
.h-nav__list__item--onlineCourses .h-nav__list__item-expand .i-long-arrow-right {
  fill: #E32925;
}
@media all and (min-width: 768px) {
  .h-nav__list__item-expand .i-long-arrow-right {
    display: none;
  }
}
.h-nav__list__item__link {
  width: 100%;
  padding: 10px 35px;
  padding: 1rem 3.5rem;
  display: inline-block;
  text-align: left;
  color: #312F2F;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  transition: color 0.3s;
  border-radius: 1rem 1rem 0 0;
  justify-content: space-between;
}
.h-nav__list__item--childless .h-nav__list__item__link {
  border-radius: 1rem;
}
@media all and (min-width: 768px) {
  .h-nav__list__item__link {
    justify-content: center;
    padding: 1.5rem;
    font-size: 1.6rem;
    padding: 0.8rem 1.7rem;
    text-align: center;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list__item__link {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
  .h-nav__list__item__link .e-icon {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #B6326E;
    color: white;
    position: relative;
  }
  .h-nav__list__item__link.h-nav__list__item__link--active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3rem;
    background: #B6326E;
    top: calc(100% - 7px);
    left: 0;
  }
  .h-nav__list__item--learn .h-nav__list__item__link.h-nav__list__item__link--active:after {
    background: #EC9C3F;
  }
  .h-nav__list__item--plan .h-nav__list__item__link.h-nav__list__item__link--active:after {
    background: #673694;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link.h-nav__list__item__link--active:after {
    background: #09B5CA;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link.h-nav__list__item__link--active:after {
    background: #E32925;
  }
  .h-nav__list__item__link.h-nav__list__item__link--active .e-icon {
    fill: white;
  }
  .h-nav__list__item--learn .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #EC9C3F;
  }
  .h-nav__list__item--plan .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #673694;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #09B5CA;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link.h-nav__list__item__link--active {
    background: #E32925;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .h-nav__list__item--learn .h-nav__list__item__link:hover {
    color: #EC9C3F;
  }
  .h-nav__list__item--learn .h-nav__list__item__link:hover .e-icon {
    fill: #EC9C3F;
  }
  .h-nav__list__item--learn .h-nav__list__item__link:hover.h-nav__list__item__link--active {
    color: #fff;
  }
  .h-nav__list__item--learn .h-nav__list__item__link:hover.h-nav__list__item__link--active .e-icon {
    fill: #fff;
  }
  .h-nav__list__item--plan .h-nav__list__item__link:hover {
    color: #673694;
  }
  .h-nav__list__item--plan .h-nav__list__item__link:hover .e-icon {
    fill: #673694;
  }
  .h-nav__list__item--plan .h-nav__list__item__link:hover.h-nav__list__item__link--active {
    color: #fff;
  }
  .h-nav__list__item--plan .h-nav__list__item__link:hover.h-nav__list__item__link--active .e-icon {
    fill: #fff;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link:hover {
    color: #09B5CA;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link:hover .e-icon {
    fill: #09B5CA;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link:hover.h-nav__list__item__link--active {
    color: #fff;
  }
  .h-nav__list__item--liturgia .h-nav__list__item__link:hover.h-nav__list__item__link--active .e-icon {
    fill: #fff;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link:hover {
    color: #E32925;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link:hover .e-icon {
    fill: #E32925;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link:hover.h-nav__list__item__link--active {
    color: #fff;
  }
  .h-nav__list__item--onlineCourses .h-nav__list__item__link:hover.h-nav__list__item__link--active .e-icon {
    fill: #fff;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list__item__link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .h-nav__list__item__link:hover .e-icon {
    fill: rgba(255, 255, 255, 0.7) !important;
  }
}
.h-nav__list__item__link .e-icon {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
  margin-top: 0.2rem;
  fill: #312F2F;
  margin-left: 5px;
  margin-left: 0.5rem;
  transition: fill 0.3s, transform 0.3s;
}
.h-nav__list__item__link .i-arrow-down {
  display: none;
}
@media all and (min-width: 768px) {
  .h-nav__list__item__link .i-arrow-down {
    display: inline-block;
  }
}
.h-nav__list__item__dropdown-menu {
  background: #f2f2f2;
  padding: 15px 30px 30px;
  padding: 1.5rem 3rem 3rem;
  border-radius: 0 1rem 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 5;
}
@media all and (max-width: 767px) {
  .h-nav__list__item__dropdown-menu {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    background: #f2f2f2;
    border-radius: 0;
    overflow: scroll;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transform: translate(100%);
  }
  .h-nav__list__item--open .h-nav__list__item__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}
@media all and (min-width: 768px) {
  .h-nav__list__item__dropdown-menu {
    padding: 1.5rem 2rem 2rem;
    min-width: 16.5rem;
  }
  .h-nav__list__item--dropdown-large .h-nav__list__item__dropdown-menu {
    display: flex;
    width: 100%;
    padding: 2rem;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
  .h-nav__list__item--dropdown-large:last-child .h-nav__list__item__dropdown-menu {
    border-radius: 1rem 0 1rem 1rem;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list__item__dropdown-menu {
    padding: 1.5rem 3rem 3rem;
    min-width: 20rem;
  }
  .h-nav__list__item--dropdown-large .h-nav__list__item__dropdown-menu {
    padding: 3rem;
  }
}
.h-sub-nav__back-button {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 18px 15px;
  padding: 1.8rem 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  background: #B6326E;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
}
.h-nav__list__item--learn .h-sub-nav__back-button {
  background: #EC9C3F;
}
.h-nav__list__item--plan .h-sub-nav__back-button {
  background: #673694;
}
.h-nav__list__item--liturgia .h-sub-nav__back-button {
  background: #09B5CA;
}
.h-nav__list__item--onlineCourses .h-sub-nav__back-button {
  background: #E32925;
}
.h-sub-nav__back-button .e-icon {
  font-size: 16px;
  font-size: 1.6rem;
  fill: white;
  margin-right: 10px;
  margin-right: 1rem;
  transform: rotate(180deg);
  margin-bottom: -3px;
  margin-bottom: -0.3rem;
}
@media all and (min-width: 768px) {
  .h-sub-nav__back-button {
    display: none;
  }
}
.h-nav__dropdown-item {
  display: block;
  color: #fff;
  transition: opacity 0.3s;
  line-height: 1.2;
}
.h-nav__dropdown-item:hover,
.h-nav__dropdown-item:focus,
.h-nav__dropdown-item:active {
  color: #fff;
  opacity: 0.7;
}
.h-nav__dropdown-item .e-icon {
  display: none;
}
@media all and (max-width: 767px) {
  .h-nav__dropdown-item {
    color: #312F2F;
    font-size: 2rem;
    padding: 1.4rem 3.5rem;
    display: flex;
    align-items: center;
  }
  .h-nav__dropdown-item:hover,
  .h-nav__dropdown-item:focus,
  .h-nav__dropdown-item:active {
    color: #B6326E;
    opacity: 1;
  }
  .h-nav__list__item--learn .h-nav__dropdown-item:hover,
  .h-nav__list__item--learn .h-nav__dropdown-item:focus,
  .h-nav__list__item--learn .h-nav__dropdown-item:active {
    color: #EC9C3F;
  }
  .h-nav__list__item--plan .h-nav__dropdown-item:hover,
  .h-nav__list__item--plan .h-nav__dropdown-item:focus,
  .h-nav__list__item--plan .h-nav__dropdown-item:active {
    color: #673694;
  }
  .h-nav__list__item--liturgia .h-nav__dropdown-item:hover,
  .h-nav__list__item--liturgia .h-nav__dropdown-item:focus,
  .h-nav__list__item--liturgia .h-nav__dropdown-item:active {
    color: #09B5CA;
  }
  .h-nav__list__item--onlineCourses .h-nav__dropdown-item:hover,
  .h-nav__list__item--onlineCourses .h-nav__dropdown-item:focus,
  .h-nav__list__item--onlineCourses .h-nav__dropdown-item:active {
    color: #E32925;
  }
  .h-nav__dropdown-item .e-icon {
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: -0.3rem;
    fill: #B6326E;
  }
  .h-nav__list__item--learn .h-nav__dropdown-item .e-icon {
    fill: #EC9C3F;
  }
  .h-nav__list__item--plan .h-nav__dropdown-item .e-icon {
    fill: #673694;
  }
  .h-nav__list__item--liturgia .h-nav__dropdown-item .e-icon {
    fill: #09B5CA;
  }
  .h-nav__list__item--onlineCourses .h-nav__dropdown-item .e-icon {
    fill: #E32925;
  }
}
@media all and (min-width: 768px) {
  .h-nav__dropdown-item + .h-nav__dropdown-item {
    margin-top: 1.5rem;
  }
  .h-nav__list__item--dropdown-large .h-nav__dropdown-item {
    flex: 0 1 calc(50% - 1rem);
  }
  .h-nav__list__item--dropdown-large .h-nav__dropdown-item + .h-nav__dropdown-item {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__dropdown-item + .h-nav__dropdown-item {
    margin-top: 2rem;
  }
}
.h-search__wrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1279px) {
  .main-search--active .h-search__wrapper {
    flex: 1 1 auto;
    width: 100%;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .main-nav--active .h-search__wrapper {
    visibility: hidden;
  }
}
.h-search__wrapper .i-cart {
  font-size: 28px;
  font-size: 2.8rem;
  margin-left: 10px;
  margin-left: 1rem;
  fill: #312F2F;
}
@media all and (min-width: 1280px) {
  .h-search__wrapper .i-cart {
    margin-left: 3.2rem;
  }
}
.h-search__wrapper .i-cart:hover {
  fill: #D62727;
}
.main-search--active .h-search__wrapper > a {
  display: none;
}
@media all and (min-width: 1280px) {
  .h-search__wrapper > a {
    display: inline-block !important;
  }
}
@media all and (min-width: 1280px) {
  .h-search__wrapper {
    margin-left: auto;
  }
}
.h-search {
  position: relative;
  display: none;
  flex: 1 1 auto;
  margin-right: 10px;
  margin-right: 1rem;
}
.h-search .e-icon {
  position: absolute;
  right: 10px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .h-search .e-icon {
    right: 0.5rem;
  }
}
.main-search--active .h-search {
  display: block;
}
@media all and (min-width: 1280px) {
  .h-search {
    display: inline-block;
  }
}
.h-search__submit {
  position: absolute;
  right: 10px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
}
.h-search__submit .e-icon {
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .h-search__submit {
    right: 0.5rem;
  }
}
.h-search__input {
  border: 0;
  background: #f2f2f2;
  padding: 20px 10px;
  padding: 2rem 1rem;
  width: 100%;
  outline: none;
  font-size: 19px;
  font-size: 1.9rem;
  padding-right: 32px;
  padding-right: 3.2rem;
  color: #312F2F;
}
@media all and (min-width: 1280px) {
  .h-search__input {
    max-width: 19rem;
    border-bottom: 0.1rem solid #312F2F;
    padding: 0.7rem 1rem;
    padding-right: 3.2rem;
    background: white;
  }
}
.h-search__input:focus {
  border-color: #D62727;
  border-width: 2px;
  border-width: 0.2rem;
  background: #f2f2f2;
}
@media all and (min-width: 1280px) {
  .h-search__input:focus + .h-search__submit .e-icon {
    fill: #D62727;
  }
}
.h-main-search__trigger {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: none;
}
@media all and (min-width: 1280px) {
  .h-main-search__trigger {
    display: none;
  }
}
.h-main-search__trigger .e-icon {
  font-size: 20px;
  font-size: 2rem;
}
.h-main-search__trigger .i-close {
  display: none;
}
.main-search--active .h-main-search__trigger .i-close {
  display: block;
}
.main-search--active .h-main-search__trigger .i-search {
  display: none;
}
