.gradient {
  background: linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -moz-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -webkit-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -ms-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  color: #fff;
}

#Banner_new {
  overflow: hidden;
}
@media (max-width: 992px) {
  #Banner_new {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Banner_new {
    margin-top: 10px;
  }
}

.mainpage-heading {
  background: #F4F4F4;
  color: #1d1d1b;
  padding: 12px;
  text-align: center;
}

.products-uner-box {
  margin-top: 20px;
  padding: 0 0;
}
.products-uner-box.alternate .itm h2,
.products-uner-box h3 {
  order: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.products-uner-box .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.products-uner-box .row:before, .products-uner-box .row:after {
  content: none;
}
.products-uner-box h2,
.products-uner-box h3 {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
.products-uner-box .itm {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.products-uner-box .itm > div:first-child {
  max-width: 100%;
}
.products-uner-box .itm h2,
.products-uner-box .itm h3 {
  order: 1;
}
.products-uner-box .itm h2 a,
.products-uner-box .itm h3 a {
  font-weight: 500;
}
.products-uner-box .itm .desc {
  z-index: 1;
  top: calc(50% + 28px);
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.products-uner-box .itm:hover .desc {
  opacity: 1;
}
.products-uner-box .itm > a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.products-uner-box .itm > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #000;
  display: block;
  transition: opacity 0.45s;
}
.products-uner-box .itm.with-price-title.custom-box .wrapper-img {
  position: relative;
  margin-bottom: 15px;
}
.products-uner-box .itm.with-price-title.custom-box .wrapper-img .tp-price {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 0 5px black, 0 0 2px black;
}
.products-uner-box .itm.with-price-title.custom-box .title-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-uner-box .itm.with-price-title.custom-box .title-price h3 {
  order: 0;
  margin: 0;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
}
.products-uner-box .itm.with-price-title.custom-box .tp-title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 300px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  width: 110px;
  text-align: center;
  background: #e41f22;
}
.products-uner-box .itm.with-price-title.custom-box:hover .tp-title {
  color: #fff;
  background: #000;
  transition: all 0.2s;
}
.products-uner-box img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.products-uner-box.new-era .itm > a {
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) and (max-width: 1024px) {
  .products-uner-box .itm {
    margin-bottom: 30px;
  }
  .products-uner-box .row {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .products-uner-box .row {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .products-uner-box .row {
    padding-bottom: 0px;
  }
  .products-uner-box .row .col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .products-uner-box .with-big .itm {
    overflow: hidden;
  }
  .products-uner-box .with-big a {
    margin-bottom: 0;
  }
  .products-uner-box .with-big a img {
    width: calc(100% + 63px);
    height: auto;
    max-width: none;
    position: relative;
  }
  .products-uner-box .with-small .itm:first-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 1600px) {
  .products-uner-box h2 {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  .products-uner-box h2 {
    font-size: 16px;
    margin: 5px -15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
}
@media (max-width: 767px) {
  .products-uner-box .itm {
    margin-bottom: 15px;
    overflow: visible;
  }
}
@media (max-width: 600px) {
  .products-uner-box .row .col-sm-3 {
    width: 100%;
  }
  .products-uner-box .row .col-sm-3 img {
    width: 100%;
    display: block;
    height: auto;
  }
}
.logos-sites {
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 40px;
}
.logos-sites .title.small {
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
.logos-sites a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.logos-sites a img {
  margin-top: auto;
  height: 35px;
}
.logos-sites > div {
  width: 33%;
}
.logos-sites.four-items {
  text-align: center;
  margin-bottom: 0;
}
.logos-sites.four-items > div {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.logos-sites.four-items > div img {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .logos-sites.four-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .logos-sites.four-items > div {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .logos-sites {
    flex-direction: column;
  }
  .logos-sites > div {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .logos-sites > div:last-child {
    margin-bottom: 0;
  }
  .logos-sites .title.small {
    margin-bottom: 15px;
    text-align: center;
  }
  .logos-sites a {
    align-items: center;
  }
}

.banners-under-main {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .banners-under-main {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.banners-under-main {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.banners-under-main h4 {
  font-size: 16px;
  font-weight: 600;
}
.banners-under-main > div {
  padding: 40px 0;
  position: relative;
}
.banners-under-main > div:hover .hat h4 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.banners-under-main > div a {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banners-under-main .hat {
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banners-under-main .hat h2 {
  flex: 1 100%;
  text-align: left;
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: bold;
}
.banners-under-main .hat .tp {
  text-transform: none;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
}
@media (max-width: 600px) {
  .banners-under-main .hat .tp {
    text-align: left;
  }
}
.banners-under-main .hat ul {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.banners-under-main .hat ul li {
  font-size: 13px;
  line-height: 24px;
}
.banners-under-main .hat ul li:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  font-weight: bold;
  margin-right: 10px;
}
.banners-under-main .hat ul li:nth-child(2) img {
  width: 110px;
}
.banners-under-main figure {
  position: relative;
  text-align: center;
  margin-right: 25px;
}
.banners-under-main figure img {
  width: 75px;
  height: auto;
}

@media (max-width: 1400px) {
  .banners-under-main > div {
    padding: 40px 10px;
  }
  .banners-under-main > div a {
    flex-direction: column;
  }
  .banners-under-main > div figure img {
    width: 60px;
  }
  .banners-under-main > div .hat {
    width: 100%;
  }
  .banners-under-main > div h4,
  .banners-under-main > div .tp {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banners-under-main {
    flex-direction: column;
  }
  .banners-under-main > div {
    flex: auto;
    width: 100%;
    padding: 15px 0px;
    position: relative;
  }
  .banners-under-main > div h4 {
    text-align: left;
    font-size: 15px;
  }
  .banners-under-main > div a {
    flex-direction: row;
    align-items: center;
  }
  .banners-under-main > div figure {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .banners-under-main .hat {
    display: flex;
    align-items: center;
  }
  .banners-under-main .hat ul {
    justify-content: center;
  }
}
.payu-box {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .payu-box h3 {
    margin-bottom: 35px !important;
  }
}
.payu-box .over {
  z-index: 0;
  position: relative;
}
.payu-box .over:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  content: "";
  z-index: 3;
  opacity: 0.4;
  display: none;
}
.payu-box .over img:first-child {
  object-fit: cover;
  width: 100%;
}
.payu-box .over img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: payu 10s infinite;
}
.payu-box .over-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transform: translatey(-50%);
  font-size: 22px;
  font-weight: 100;
  font-weight: normal;
  z-index: 4;
  font-weight: 100;
  line-height: 30px;
}
.payu-box .over-text span {
  font-weight: 900;
}
.payu-box .payu-icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 4;
  width: 70px;
}
.payu-box.app-box {
  padding-bottom: 45px;
  display: block;
}
.payu-box.app-box .over:after {
  content: none;
}
.payu-box.app-box .over img:nth-child(2) {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: payu 10s infinite;
}
.payu-box.app-box a:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: payu 10s infinite;
}
.payu-box.app-box .title-price {
  margin-bottom: -45px;
}
.payu-box.custom-box .title-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payu-box.custom-box .over {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .payu-box.custom-box {
    margin-bottom: 15px;
  }
  .payu-box.custom-box h3 {
    margin-bottom: 0 !important;
  }
}
.payu-box.custom-box h3 {
  order: 0;
  margin: 0;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
}
.payu-box.custom-box .tp-title {
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  background: #F58569;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  width: 110px;
  text-align: center;
}
.payu-box.custom-box:hover .title-price .tp-title {
  background: #E5989B;
  color: #fff;
  transition: all 0.2s;
}
.payu-box.no-animation .over:after {
  content: none;
}
.payu-box.no-animation .over img:first-child {
  animation: none;
}

#Banner_new .swiper-slide {
  height: auto;
}

.mainpage-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .mainpage-blocks > .mainpage-items > div {
    flex: 1 100%;
  }
}

.mainpage-item-big .mainpage-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mainpage-item-big .mainpage-item figure {
  flex-grow: 1;
  display: flex;
}
.mainpage-item-big .mainpage-item img {
  align-self: center;
}
@media (min-width: 961px) {
  .mainpage-item-big .mainpage-item img {
    object-fit: cover;
    flex: 1 100%;
    align-self: center;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .mainpage-items img {
    width: 100%;
  }
}

.mainpage-items {
  display: flex;
  margin-right: -30px;
  padding-bottom: 30px;
  align-items: stretch;
  width: calc(100% + 30px);
}
.mainpage-items .mainpage-item img {
  width: 100%;
}
.mainpage-items .mainpage-item figure {
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.mainpage-items .mainpage-item .mainpage-param {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainpage-items .mainpage-item .mainpage-param span {
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  min-width: 109px;
  min-height: 27px;
  max-width: 50%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.mainpage-items > div {
  flex: 1;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.mainpage-items > div .mainpage-items:last-child {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .mainpage-items {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .mainpage-items > div {
    flex: 1 50%;
    padding-bottom: 30px;
  }
  .mainpage-items > div .mainpage-items:last-child > div:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .mainpage-items > div {
    flex: 1 100%;
  }
}

.mainpage-item-border-radius {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.mainpage-item-border-radius:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mainpage-item-border-radius picture {
  width: 100%;
}
.mainpage-item-border-radius figure {
  flex: 1 100%;
}
.mainpage-item-border-radius img {
  width: 100%;
}
.mainpage-item-border-radius .mainpage-param h3 {
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translatey(-50%);
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 15px;
}
@media (min-width: 961px) and (max-width: 1024px) {
  .mainpage-item-border-radius .mainpage-param h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .mainpage-item-border-radius .mainpage-param h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 20px;
  }
}
.mainpage-item-border-radius .mainpage-param span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #F58569;
  border-radius: 2px !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  padding: 7.5px 25px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 600px) {
  .mainpage-item-border-radius .mainpage-param {
    font-size: 16px;
    line-height: 24px;
  }
}

.mainpage-item-edit {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 45px;
  z-index: 3;
  opacity: 0;
}

.mainpage-item-edit:before {
  content: "\e804";
  font-family: Fontawesomeselsey;
  font-size: 18px;
  color: #fff;
}

.mainpage-item-edit:hover {
  opacity: 1;
}

.ekomi-home-page-under {
  padding: 20px 60px 50px;
}
@media (max-width: 600px) {
  .ekomi-home-page-under {
    padding: 0 0 20px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.ekomi-home-page-under .swiper-wrapper {
  align-items: center;
  height: auto;
}

.ekomi-home-page-under .swiper-slide {
  height: auto;
}

.seo-panel-mainpage {
  margin-top: 60px;
  overflow: hidden;
  max-height: 110px;
  padding-top: 10px;
  padding-bottom: 70px;
  padding-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #828282;
}
@media (max-width: 600px) {
  .seo-panel-mainpage {
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-height: 300px;
  }
}
.seo-panel-mainpage h1, .seo-panel-mainpage h2, .seo-panel-mainpage h3 {
  color: #000;
  font-weight: 600;
  line-height: 1.5em;
}
.seo-panel-mainpage a {
  text-decoration: underline;
  color: #000000 !important;
}
.seo-panel-mainpage.is-open {
  max-height: unset;
  overflow: visible;
}

.roll-down-mainpage {
  margin-left: auto;
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  width: 109px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.roll-down-mainpage:after {
  content: "\f107";
  font-family: fontawesomeselsey;
  text-align: center;
  line-height: 24px;
  margin-left: 8px;
  position: relative;
  font-size: 14px;
}
.roll-down-mainpage.is-open.roll-down-mainpage:after {
  transform: rotate(180deg);
}

/*# sourceMappingURL=mainpage.css.map */
