@font-face {
  font-family: "Circe";
  src: url("Circe-Bold.woff2") format("woff2"), url("Circe-Bold.woff") format("woff"), url("Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("Circe-ExtraLight.woff2") format("woff2"), url("Circe-ExtraLight.woff") format("woff"), url("Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("Circe-Thin.woff2") format("woff2"), url("Circe-Thin.woff") format("woff"), url("Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("Circe-ExtraBold.woff2") format("woff2"), url("Circe-ExtraBold.woff") format("woff"), url("Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("Circe-Regular.woff2") format("woff2"), url("Circe-Regular.woff") format("woff"), url("Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("Circe-Light.woff2") format("woff2"), url("Circe-Light.woff") format("woff"), url("Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: "Circe", sans-serif;
  color: #252321;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}

.module-title h2 {
  display: none;
}

.banner7-content .text-content {
  max-width: 840px;
}
.banner7-content h2,
.banner7-content .title1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #252321;
}
@media (min-width: 768px) {
  .banner7-content h2,
  .banner7-content .title1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
.banner7-content .banner7-des p {
  color: #252321;
}
@media (min-width: 768px) {
  .banner7-content .banner7-des p {
    font-size: 30px;
    line-height: 41px;
  }
}
.banner7-content .banner7-readmore a {
  background: #ed6e00;
}

@media (max-width: 479px) {
  .banner7-content .text-content {
    max-width: 50%;
  }

  .banner7-content .title1,
  .banner7-content h2 {
    font-size: 4vw;
    margin-bottom: 0;
  }

  .banner7-content .sub-title {
    font-size: 6vw;
  }

  .banner7-content .banner7-des p {
    font-size: 3vw;
    display: none;
  }

  .banner7-content .banner7-readmore a {
    line-height: 6vw;
    font-size: 3vw;
    padding: 0 2vw;
    margin-top: 3vw;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
#btn-search-category {
  line-height: 60px;
}

#search-by-category .search-container #text-search {
  height: 60px;
}

#top {
  display: none;
}

#logo {
  padding: 0;
}

a.btn {
  background: #ed6e00;
  color: #fff;
}

#cart {
  width: 100%;
}
@media (min-width: 768px) {
  #cart {
    width: auto;
  }
}

#cart > button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  background: #ed6e00;
  border-color: #ed6e00;
  border: 0 !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #cart > button {
    width: 242px;
    line-height: 64px;
  }
}

.mr-header-inner {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .mr-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.mr-header-inner__logo {
  flex: 0 0 auto;
  width: 225px;
  margin-right: 30px;
}
.mr-header-inner__search {
  flex: 1 0;
}
.mr-header-inner__control {
  flex: 0 0 auto;
}

.mr-header-control {
  position: relative;
}
@media (min-width: 768px) {
  .mr-header-control {
    margin-left: 82px;
  }
}
.mr-header-control__button {
  width: 50%;
}
.mr-header-control__button.btn {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .mr-header-control__button.btn {
    font-size: 25px;
    line-height: 64px;
  }
}
.mr-header-control__button_orange.btn {
  color: #ed9d00;
}
.mr-header-control__button_blue.btn {
  color: #103e9e;
}
@media (min-width: 768px) {
  .mr-header-control__button {
    width: 242px;
    margin-left: 24px;
  }
  .mr-header-control__button:first-child {
    margin-left: 0;
  }
}
.mr-header-control__first-row {
  display: flex;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .mr-header-control__first-row {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.mr-header-control__second-row {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .mr-header-control__second-row {
    position: absolute;
    top: 100%;
    right: 0;
    margin-bottom: 0;
    justify-content: flex-end;
  }
}

#mr-cart-total .txt_number {
  margin-left: 10px;
}
#mr-cart-total .txt_items {
  display: none;
}
#mr-cart-total .total-price {
  margin-left: 10px;
}

.price-box .price,
.static-top-alula4 .text p span {
  color: #ed6e00;
}

#content {
  overflow: hidden;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  #account-account h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.selected {
  color: #ed6e00;
}

.footer-top,
.footer-bottom,
.bg-blue {
  background: #f8ffff;
}

.footer-bottom {
  display: none;
}

.s-1 {
  display: none;
}
@media (min-width: 1024px) {
  .s-1 {
    display: block;
    height: 647px;
    padding: 100px 0 0;
    background: url("../image/s1.png") center no-repeat;
  }
}

.s-advantages {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .s-advantages {
    padding: 80px 0 120px;
  }
  .s-advantages h2 {
    margin-bottom: 100px;
    max-width: 1090px;
  }
}

.advantages-item {
  text-align: center;
  font-size: 30px;
}
.advantages-item__img {
  height: 130px;
}

.s-orange-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #feb500 no-repeat;
  height: 180px;
  background-position: center left;
}
.s-orange-banner h2 {
  max-width: 270px;
}
@media (min-width: 768px) {
  .s-orange-banner {
    height: 656px;
    background-position: center;
    background-image: url("../image/orange-banner.jpg");
    background-size: cover;
  }
  .s-orange-banner h2 {
    max-width: 660px;
  }
}

.s-what {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .s-what {
    padding: 120px 0;
  }
}
@media (min-width: 1024px) {
  .s-what p {
    font-size: 30px;
  }
}
.s-what::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-700px, -50%);
  width: 562px;
  height: 393px;
  background: url("../image/what-cards.png") no-repeat;
  background-size: contain;
}

.s-supported {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .s-supported {
    padding: 130px 0 180px;
  }
}
@media (min-width: 1024px) {
  .s-supported p {
    font-size: 30px;
  }
}
.s-supported__block {
  max-width: 880px;
}

.supported-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 90px -10px 0;
}
.supported-list__item {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .supported-list__item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1024px) {
  .supported-list__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.supported-item {
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
}

.s-delivery {
  height: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-delivery .btn {
  background: #ed6e00;
  color: #fff;
}
@media (min-width: 768px) {
  .s-delivery {
    height: 680px;
  }
  .s-delivery .btn {
    width: 242px;
    font-size: 35px;
    line-height: 68px;
  }
  .s-delivery::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-170px, -50%);
    width: 1370px;
    height: 913px;
    background: url("../image/delivery-bg.png") no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .s-delivery p {
    font-size: 30px;
  }
}
.s-delivery__block {
  position: relative;
  max-width: 770px;
}

.s-hand {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .s-hand {
    height: 660px;
  }
  .s-hand::before {
    content: "";
    background: url("../image/hand.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1000px;
    height: 666px;
  }
}

.s-solutions {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .s-solutions {
    padding: 110px 0 210px;
  }
}
.s-solutions h2 {
  max-width: 895px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .s-solutions h2 {
    margin-bottom: 130px;
  }
}

@media (min-width: 1024px) {
  .solution-item {
    font-size: 30px;
    line-height: 41px;
  }
}
.solution-item__img {
  height: 150px;
}
.solution-item__title {
  font-size: 30px;
  margin-bottom: 0;
}
