.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 60px;
  padding-bottom: 180px;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.main-with-sitebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-with-sitebar main {
  width: calc(66.66% - 5px);
}

.main-with-sitebar aside {
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-with-sitebar aside > div {
  width: 100%;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #ddd;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

.container {
  max-width: 1298px;
}

.footer {
  background-image: url(../img/content/footer/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer p {
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: center;
  color: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 18px;
  border-bottom: 0.5px solid #fff;
  width: 100%;
}

.footer__text img {
  width: 125px;
  height: 70px;
  margin-bottom: 10px;
}

.footer__text p {
  max-width: 280px;
  font-size: 15px;
}

.header {
  margin-bottom: 10px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1218;
}

.header__top {
  background-image: url(../img/content/header/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.header__bot {
  display: none;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  border-right: 0.5px solid #e0e0e0;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.header__search:hover,
.header__search:focus {
  scale: 0.8;
}

.header__loop {
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.header__loop:hover,
.header__loop:focus {
  scale: 0.8;
}

.header__loop img {
  width: 25px;
  height: 25px;
}

.header__burger {
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.header__burger:hover,
.header__burger:focus {
  scale: 0.8;
}

.header__burger img {
  width: 30px;
  height: 30px;
}

.header span {
  display: none;
}

.header__text {
  display: none;
}

.header__text p {
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26.24px;
  color: #394651;
}

.header__logo {
  margin: 0 auto;
}

.header__logo img {
  width: 87px;
  height: 48px;
}

.nav {
  -webkit-margin-end: 137px;
  margin-inline-end: 137px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.nav-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.nav-list__item a {
  padding: 18px 10px;
  font-family: "Almarai", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #fff;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.nav-list__item:hover,
.nav-list__item:focus {
  background: #fff;
}

.nav-list__item:hover a,
.nav-list__item:focus a {
  color: #394651;
}

.social-list {
  display: none;
}

.social-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #394651;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.social-list__item a:hover,
.social-list__item a:focus {
  scale: 0.8;
}

.hero__title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #394651;
}

.hero__title h1 {
  font-family: "Almarai", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.32px;
  letter-spacing: -0.015em;
}

.bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
}

.bio a img {
  width: 30px;
  height: 30px;
}

.bio h3 {
  font-family: "Almarai", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15.62px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #f54648;
}

.bio .divider {
  display: block;
  width: 12px;
  border: 1px solid #a8a3a3;
}

.bio .date-5 {
  font-family: "Almarai", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.39px;
  letter-spacing: -0.015em;
  color: #a8a3a3;
}

.share {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.share__item {
  border-radius: 5px;
}

.share__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
}

.share__item a img {
  width: 20px;
  height: 20px;
}

.share__item a p {
  display: none;
}

.share__item:nth-child(1) {
  background: #4562a0;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.share__item:nth-child(1):hover,
.share__item:nth-child(1):focus {
  background: #2d3e64;
}

.share__item:nth-child(2) {
  background: #5eb2ef;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.share__item:nth-child(2):hover,
.share__item:nth-child(2):focus {
  background: #4b8bb9;
}

.share__item:nth-child(3) {
  background: #eb4d3f;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.share__item:nth-child(3):hover,
.share__item:nth-child(3):focus {
  background: #bb3f34;
}

.share__item:nth-child(4) {
  background: #bdbdbd;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.share__item:nth-child(4):hover,
.share__item:nth-child(4):focus {
  background: #8d8d8d;
}

.main__container {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  background: #fff;
  max-width: 1298px;
  padding-top: 30px;
}

.bold {
  font-weight: 700;
}

.sidebar {
  display: none;
}

.sidebar h3 {
  font-family: "Almarai", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.32px;
  letter-spacing: -0.015em;
}

.sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.sidebar-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.sidebar-list__item a img {
  width: 74px;
  height: 72px;
}

.sidebar-list__item a p {
  font-family: "Almarai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.86px;
  letter-spacing: -0.015em;
  color: #000;
}

.subscribe {
  background: #fff;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3490196078);
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3490196078);
  padding: 20px 22px 20px 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.subscribe h3 {
  margin-bottom: 20px;
}

.subscribe p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.015em;
}

.subscribe input {
  background: #fff;
  border: 1px solid #000;
  padding: 7px 10px;
  border-radius: 5px;
  outline: 0;
  margin-bottom: 10px;
  width: 100%;
}

.subscribe a {
  display: block;
  background: #f54648;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 7px 54px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 12px;
  text-wrap: nowrap;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.015em;
}

.subscribe__img-box {
  margin-bottom: 10px;
}

.adc {
  padding-top: 22px;
  padding-bottom: 16px;
  background-image: url(../img/content/sidebar/sidebar4.webp);
  background-repeat: no-repeat;
}

.adc__title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a43f86),
    color-stop(50%, #ab5792),
    to(#a43f86)
  );
  background: linear-gradient(90deg, #a43f86 0, #ab5792 50%, #a43f86 100%);
  margin-bottom: 24px;
}

.adc__title h3 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30.26px;
  color: #000;
  text-align: center;
}

.adc__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 78px;
}

.adc__product p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  width: 183px;
}

.adc__product img {
  width: 135px;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  margin-top: 24px;
}

.adc .btn {
  background: #a43f86;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  padding: 10px;
  border-radius: 20px;
  width: 200px;
  display: block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: center;
}

.blog {
  max-width: 907px;
  margin: 0 auto;
}

.blog__img-box img {
  width: 100%;
  margin: 0 auto;
}

.blog__text {
  font-family: "Almarai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  margin: 20px 0;
  color: #000;
}

.problems {
  background-image: url(../img/content/blog/blog2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 18px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.problems__item {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 100%;
}

.problems__item p {
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: #000;
}

.order h2 {
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #a43f86;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 20px;
}

.order__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 240px;
}

.order .product {
  position: relative;
  margin-bottom: 10px;
}

.order .product .price {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border-radius: 10px;
  rotate: -15.62deg;
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed #020cff;
  text-align: center;
}

.order .product .price__old {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000;
  position: relative;
}

.order .product .price__old::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #020cff;
  width: 100%;
  height: 1px;
}

.order .product .price__new {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24.2px;
  color: #020cff;
}

.order .product img {
  width: 205px;
  margin: 0 auto;
}

.order .product__text {
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -0.015em;
  text-align: center;
}

.order form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order form .form-group input,
.order form .form-group select {
  background: #fff;
  border: 1px solid #5b5b5b;
  outline: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2509803922) inset;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.order form .form-group input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
}

.order form .form-group input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
}

.order form .form-group input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
}

.order form .form-group input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
}

.order form .form-group input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
}

.order form .form-group input:hover,
.order form .form-group input:focus {
  border: 1.5px solid #a43f86;
}

.order form .form-group button {
  background: #a43f86;
  padding: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 15px;
  border: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.order form .form-group button:hover,
.order form .form-group button:focus {
  background: #6b2857;
}

.order form .form-group .light-text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: center;
  color: #707070;
}

.blue {
  color: #020cff;
}

.timer {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

.timer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-bottom: 5px;
}

.timer__title h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #000;
}

.timer__wrap {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 12px;
}

.timer__wrap .dots {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: #020cff;
}

.timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timer__item-number {
  font-family: "Rubik", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-weight: 500;
  font-size: 45px;
  line-height: 53.33px;
  color: #fff;
}

.timer__item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 43px;
  border-radius: 10px;
  color: #020cff;
}

.timer__item-text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 18.75px;
}

.comments {
  margin-top: 50px;
  padding-bottom: 50px;
}

.comments .adc {
  max-width: 282px;
  margin: 0 auto;
}

.comments .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comments .title h2 {
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.015em;
  width: 100%;
  text-wrap: nowrap;
}

.comments .title h2::after {
  content: "";
  height: 2px;
  margin-top: 5px;
  display: block;
  width: 100%;
  background: #de3333;
}

.comments .title__icons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 2px solid #ccc;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.comments .title__icons a:nth-child(1)::after {
  content: "";
  height: 2px;
  margin-top: 5px;
  display: block;
  width: 100%;
  background: #fc5844;
}

.comments .title__icons a:nth-child(2)::after {
  content: "";
  height: 2px;
  margin-top: 5px;
  display: block;
  width: 100%;
  background: #ffa602;
}

.comments-list {
  margin-top: 40px;
}

.comments-list__avatar img {
  width: 40px;
  height: 40px;
}

.comments-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 50px;
}

.comments-list__item h3 {
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-list__item:last-child {
  margin-bottom: 0;
}

.comments-list__wrap {
  width: 100%;
}

.comments-list__body {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.comments-list__body p {
  font-family: "Almarai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 40px;
}

.comments-form img {
  width: 40px;
  height: 40px;
}

.comments-form__wrap {
  width: 86%;
}

.comments-form__wrap .textarea-wrap {
  margin-bottom: 28px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 1px;
}

.comments-form__wrap .textarea-wrap textarea {
  resize: none;
  width: 100%;
  min-height: 100px;
  padding: 4px 24px;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  font-family: "Almarai", sans-serif;
}

.comments-form__wrap .textarea-wrap textarea::-webkit-input-placeholder {
  color: #999;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form__wrap .textarea-wrap textarea::-moz-placeholder {
  color: #999;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form__wrap .textarea-wrap textarea:-ms-input-placeholder {
  color: #999;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form__wrap .textarea-wrap textarea::-ms-input-placeholder {
  color: #999;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form__wrap .textarea-wrap textarea::placeholder {
  color: #999;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
}

.comments-form__wrap .textarea-wrap__icons {
  background: #f5f5f5;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.comments-form__wrap .textarea-wrap__icons img {
  width: 30px;
  height: 30px;
}

.comments-form__footer input {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: #000;
  width: 100%;
  text-wrap: nowrap;
  outline: 0;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.comments-form__footer input:hover,
.comments-form__footer input:focus {
  border: 1px solid #ae2727;
}

.comments-form__footer button {
  cursor: pointer;
  background: #de3333;
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  font-family: "Almarai", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-wrap: nowrap;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.24s;
  transition: all ease-in-out 0.24s;
}

.comments-form__footer button:hover,
.comments-form__footer button:focus {
  border: 1px solid #ae2727;
  scale: 0.9;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

body.js-popup {
  overflow-y: hidden;
}

.js-d-none {
  display: none !important;
}

.b-lazy {
  opacity: 0;
}

.b-loaded {
  opacity: 1;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-telegram {
  background-color: #007ebd;
}

.social-links-telegram:hover {
  background-color: #00aeff;
}

.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}

.social-links-facebook {
  background-color: #3754a0;
}

.social-links-facebook:hover {
  background-color: #1178f2;
}

.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}

.social-links-youtube {
  background-color: #b71a20;
}

.social-links-youtube:hover {
  background-color: #fe0000;
}

.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}

.icon-like {
  fill: #4c5b6b;
}

@font-face {
  font-family: "Cairo";
  src: url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1200px) {
  .footer__text p {
    max-width: 291px;
  }

  .header__bot {
    display: block;
    background: #f54648;
  }

  .header__loop {
    display: none;
  }

  .header__burger {
    display: none;
  }

  .header span {
    display: inline;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.24px;
    text-wrap: nowrap;
    color: #394651;
  }

  .header__text {
    display: block;
    padding: 19px 20px 19px 0;
    -webkit-margin-end: 208px;
    margin-inline-end: 208px;
  }

  .header__logo img {
    width: 161px;
    height: 90px;
  }

  .header__logo {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }

  .header {
    margin-bottom: 64px;
  }

  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-padding-start: 61px;
    padding-inline-start: 61px;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
  }

  .hero__title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44.64px;
    letter-spacing: -0.015em;
  }

  .hero__title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .bio a img {
    width: 40px;
    height: 40px;
  }

  .bio h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 17.86px;
    letter-spacing: -0.015em;
  }

  .bio .date-5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 15.62px;
    letter-spacing: -0.015em;
  }

  .bio {
    margin-bottom: 30px;
  }

  .share__item a img {
    width: 30px;
    height: 30px;
  }

  .share__item a p {
    display: inline;
    font-family: "Almarai", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #fff;
  }

  .share__item a {
    padding: 6px 10px;
  }

  .share__item:nth-child(1) img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
  }

  .share__item:nth-child(1) {
    width: 45%;
  }

  .share__item:nth-child(2) img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
  }

  .share__item:nth-child(2) {
    width: 45%;
  }

  .share {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .main__container {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .sidebar {
    display: block;
    width: 282px;
  }

  .blog__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
  }

  .blog {
    margin: 0;
  }

  .problems__item p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.015em;
  }

  .problems__item {
    padding: 20px;
  }

  .problems {
    padding: 39px 23px;
    row-gap: 30px;
  }

  .order h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -0.015em;
  }

  .order__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .order .product .price__old {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
  }

  .order .product .price__new {
    font-size: 35px;
    font-weight: 900;
    line-height: 42.36px;
  }

  .order .product img {
    width: 386px;
  }

  .order .product__text {
    font-size: 18px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -0.015em;
  }

  .order form .form-group input,
  .order form .form-group select {
    height: 50px;
  }

  .order form .form-group button {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.015em;
    padding: 10px 20px;
  }

  .order form {
    width: 300px;
  }

  .order {
    margin-bottom: 0;
  }

  .comments .adc {
    display: none;
  }

  .comments .title h2::after {
    margin-top: 7px;
  }

  .comments .title h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .comments .title__icons {
    border: 0;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .comments .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 2px solid #ccc;
  }

  .comments-list__avatar img {
    width: 80px;
    height: 80px;
  }

  .comments-list__body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
  }

  .comments-form img {
    width: 80px;
    height: 80px;
  }

  .comments-form__wrap {
    width: 90%;
  }

  .comments-form__footer button {
    margin: 0;
    font-size: 16px;
  }

  .comments-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 136px;
    -moz-column-gap: 136px;
    column-gap: 136px;
  }
}

@media (max-width: 1199px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 180px;
  }

  .main-with-sitebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-with-sitebar main {
    width: 100%;
  }

  .main-with-sitebar aside > div {
    width: calc(50% - 10px);
  }

  .main-with-sitebar aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .timer:not(:last-child) {
    margin-bottom: 20px;
  }

  .timer__title h5 {
    font-size: 16px;
    line-height: 119%;
  }

  .timer__item-number {
    font-size: 35px;
    line-height: 41.48px;
  }

  .timer__item-numbers {
    width: 20px;
    height: 38px;
  }

  .timer__item-text {
    font-size: 13px;
    line-height: 15.23px;
  }

  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 639px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .main-with-sitebar aside > div {
    width: 100%;
  }

  .main-with-sitebar aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.scroll {
  cursor: pointer;
}
.p-col {
  color: rgb(151, 55, 175);
}
