﻿@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.35;
}

a {
  display: inline-block;
  transition: 0.3s all;
}

body {
  margin: 0;
  padding: 0;
  font: 400 17px/1.4 "Inter", sans-serif;
  color: #000000;
}

.mb {
  display: none;
}

html {
  scroll-behavior: auto !important;
}

.emag-custom .section {
  padding-bottom: 50px;
}
.emag-custom .section img {
  width: 100%;
}
.emag-custom .section p {
  margin-bottom: 24px;
  color: #333;
  line-height: 26px;
  max-width: 680px;
  margin: 0 auto;
}
.emag-custom .section-content {
  max-width: 680px;
  margin: 0 auto;
}
.emag-custom .section-content p {
  margin-bottom: 24px !important;
  color: #333;
  line-height: 26px;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}
.emag-custom .section-img {
  margin: 50px auto;
}
.emag-custom .section-2 .section-img-ct {
  margin-top: 0;
  position: relative;
}
.emag-custom .section-2 .section-img-ct P {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.emag-custom .section-3 .section-img-ct {
  margin: 0 auto;
}
.emag-custom .section-3 .section-bg {
  background: #faec93;
  padding: 50px 0;
  margin-top: -7px;
}
.emag-custom .section-4 .section-img-ct {
  position: relative;
  margin-bottom: 30px;
}
.emag-custom .section-4 .section-img-ct P {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .emag-custom .section-2 .section-img-ct p {
    width: calc(100% - 30px);
  }
  .emag-custom .section-4 .section-img-ct p {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .desk {
    display: none;
  }
  .mb {
    display: block;
  }
  .emag-custom .section-content {
    padding: 0 15px;
  }
  .emag-custom .section-2 {
    padding-bottom: 0;
  }
  .emag-custom .section-2 .section-img-ct p {
    width: calc(100% - 30px);
    top: 15%;
  }
  .emag-custom .section-3 {
    padding-bottom: 0;
  }
  .emag-custom .section-4 .section-img-ct {
    margin-bottom: 30px;
  }
  .emag-custom .section-4 .section-img-ct p {
    width: calc(100% - 30px);
    top: 41%;
  }
}
