@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.no-scroll {
  overflow: hidden;
}


main {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .hero {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.25rem;
  width: 100%;
  padding: 5rem 0 6.0625rem 0;
}
main .hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 86.875rem;
  width: 100%;
}
main .hero .container .bl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
  max-width: 46rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main .hero .container .bl-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
main .hero .container .bl-text .text h1 {
  font-family: Mazzard, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 4.375rem;
  line-height: 104%;
}
main .hero .container .bl-text .text h1 span {
  color: #8d1f8a;
}
main .hero .container .bl-text .text p {
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  color: #353535;
}
main .hero .container .bl-text .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}
main .hero .container .bl-text .btns button {
  width: 14.25rem;
  height: 3.4375rem;
  border-radius: 0.75rem;
  background: #8f2388;
  border: none;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
}
main .hero .container .bl-text .btns button:nth-of-type(2) {
  width: 22.5rem;
  font-weight: 700;
  background: #fff;
  border: 0.0625rem solid rgb(45, 45, 45);
  color: rgb(47, 47, 47);
}
main .hero .container .bl-text .timer {
  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;
  width: 31.25rem;
  height: 12.1875rem;
  color: white;
  background: url("/wp-content/themes/brightcolor/assets/img/timer.png") no-repeat top center/31.125rem;
}
main .hero .container .bl-text .timer .timer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(31, 31, 33)), color-stop(50%, rgb(15, 15, 17)), to(rgb(4, 4, 6)));
  background: linear-gradient(90deg, rgb(31, 31, 33) 0%, rgb(15, 15, 17) 50%, rgb(4, 4, 6) 100%);
padding:1rem;
height: 7.30rem;
}
main .hero .container .bl-text .timer .timer-group span {
  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;
  font-family: Digiface, sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
}
main .hero .container .bl-text .timer .timer-group span:nth-of-type(2), main .hero .container .bl-text .timer .timer-group span:nth-of-type(4) {
  height: 3.75rem;
}


main .hero .container .img-slider {
  position: relative;
}
main .hero .container .img-slider button {
  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;
  width: 5rem;
  height: 100%;
  position: absolute;
  border: none;
  cursor: pointer;
  background: transparent;
}
main .hero .container .img-slider button:hover {
  background: rgba(120, 120, 120, 0.39);
}
main .hero .container .img-slider button:hover::before {
  background: white;
}
main .hero .container .img-slider button:nth-of-type(1) {
  top: 0;
  left: 0;
}
main .hero .container .img-slider button:nth-of-type(2) {
  top: 0;
  right: 0;
}
main .hero .container .img-slider button:nth-of-type(2)::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .hero .container .img-slider button::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: rgb(93, 93, 93);
  -webkit-mask-image: url("/wp-content/themes/brightcolor/assets/icon/bracket.svg");
          mask-image: url("/wp-content/themes/brightcolor/assets/icon/bracket.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
main .hero .container .img-slider .img-track img {
  display: none;
 width: 26.375rem;
  height: 36.1875rem;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
}
main .hero .container .img-slider .img-track img.active {
  display: block;
}


main .hero .container-table {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  max-width: 86.875rem;
  width: 100%;
}

main .hero .container img {
 width: 26.375rem;
  height: 36.1875rem;
}
main .hero .container-table h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
}
main .hero .container-table .table {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0.0625rem solid rgb(247, 244, 248);
  border-radius: 0.75rem;
}
main .hero .container-table .table .thead {
  background: #f7f4f8;
  border-radius: 0.75rem;
  padding: 0.625rem;
}
main .hero .container-table .table .thead .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .hero .container-table .table .thead .tr .th {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
main .hero .container-table .table .thead .tr .th span {
  font-family: Mazzard, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgb(57, 57, 57);
  text-align: center;
}
main .hero .container-table .table .tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
main .hero .container-table .table .tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.125rem;
  border-bottom: 0.0625rem solid rgb(247, 244, 248);
}
main .hero .container-table .table .tbody .tr:last-child {
  border-bottom: none;
}
main .hero .container-table .table .tbody .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  text-align: center;
}
main .design-services {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6875rem;
  width: 100%;
  background: rgb(247, 244, 248);
}
main .design-services .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;
  max-width: 86.875rem;
  width: 100%;
  margin-top: -3.125rem;
}
main .design-services .container .info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(143, 35, 136);
  padding: 2.5rem;
  border-radius: 1rem;

    box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                    0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                    0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                    0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                    0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
}
main .design-services .container .info 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;
  gap: 0.625rem;
  width: 20.4375rem;
  height: 3.4375rem;
  border-radius: 0.75rem;
  border: none;
  background: rgb(143, 35, 136);
  -webkit-box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
          box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
  padding: 0.875rem;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
main .design-services .container .info a::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("/wp-content/themes/brightcolor/assets/icon/what.svg") no-repeat center center/cover;
}
main .design-services .container .info p {
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
}
main .design-services .container-services {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  max-width: 86.875rem;
  width: 100%;
  padding: 0 0 5.3125rem 0;
}
main .design-services .container-services h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
  color: rgb(0, 0, 0);
}
main .design-services .container-services .accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  max-width: 40.9375rem;
  width: 100%;
}
main .design-services .container-services .accordions .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
}
main .design-services .container-services .accordions .accordion button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  background: rgb(255, 255, 255);
  padding: 0 1.25rem 0 2.125rem;
  border-radius: 1rem;
  -webkit-box-shadow:  0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
          box-shadow:  0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
  border: none;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  text-align: start;
  color: rgb(0, 0, 0);
}
main .design-services .container-services .accordions .accordion button.open {
  background: rgb(143, 35, 136);
  color: rgb(255, 255, 255);
}
main .design-services .container-services .accordions .accordion button.open::before {
  content: "-";
  color: rgb(255, 255, 255);
}
main .design-services .container-services .accordions .accordion button::before {
  content: "+";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(143, 35, 136);
  font-size: 3.125rem;
  font-weight: 100;
}
main .design-services .container-services .accordions .accordion .text {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  padding: 0 1.3125rem 0 2.1875rem;
}
main .design-services .container-services .accordions .accordion .text.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .design-services .container-services .accordions .accordion .text p {
  font-family: Mazzard, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: rgb(0, 0, 0);
}
main .design-services .container-services .accordions .accordion .text .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
main .design-services .container-services .accordions .accordion .text .order img {
  width: 18.75rem;
  height: 15.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
main .design-services .container-services .accordions .accordion .text .order .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
main .design-services .container-services .accordions .accordion .text .order .info h3 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
  line-height: 125%;
}
main .design-services .container-services .accordions .accordion .text .order .info 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;
  width: 8.3125rem;
  height: 2.8125rem;
  border-radius: 0.875rem;
  border: 0.0625rem solid rgb(143, 35, 136);
  -webkit-box-shadow: 0rem 0.1875rem 0.4375rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.1875rem 0.4375rem 0rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 125%;
  color: rgb(143, 35, 136);
}
main .order-site {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 6.25rem 0 5rem;
}
main .order-site .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  max-width: 86.875rem;
  width: 100%;
}
main .order-site .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(143, 35, 136);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                    0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                    0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                    0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                    0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
          box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                    0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                    0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                    0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                    0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
  padding: 3.75rem;
}
main .order-site .container form.offline-now {
	justify-content: space-evenly;
}
main .order-site .container form .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
main .order-site .container form .title h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: start;
}
main .order-site .container form .title .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}
main .order-site .container form .title .inputs input,
main .order-site .container form .title .inputs select {
  width: 18.125rem;
  height: 4.1875rem;
  padding: 1.375rem;
  border-radius: 0.625rem;
  border: none;
  background: rgb(241, 241, 241);
  font-family: Mazzard, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(0, 0, 0);
}
main .order-site .container form .social {
  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;
  gap: 1.6875rem;
}
main .order-site .container form .social .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
main .order-site .container form .social .links a {
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #8d1f8a;
  border-radius: 0.75rem;
  cursor: pointer;
}
main .order-site .container form .social .links a:hover {
	border-color: #F3BE2E;
	transition: all .3s easy-in;
}
main .order-site .container form .social .links a:nth-of-type(1) {
  background: url("../icon/telegram.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(1):hover {
  background: url("../icon/telegram-hover.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(2) {
  background: url("../icon/viber.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(2):hover {
  background: url("../icon/viber-hover.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(3) {
  background: url("../icon/instagram.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(3):hover {
  background: url("../icon/instagram-hover.svg") no-repeat center center/1.5rem;
}
main .order-site .container form .social .links a:nth-of-type(4) {
  background: url("../icon/facebook.svg") no-repeat center center/0.75rem;
}
main .order-site .container form .social .links a:nth-of-type(4):hover {
  background: url("../icon/facebook-hover.svg") no-repeat center center/0.75rem;
}
main .order-site .container form .social button {
  width: 18.125rem;
  height: 4.1875rem;
  border-radius: 0.75rem;
  border: none;
  background: rgb(143, 35, 136);
  -webkit-box-shadow: -0.0625rem 0.1875rem 0.4375rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: -0.0625rem 0.1875rem 0.4375rem 0rem rgba(0, 0, 0, 0.1);
  padding: 1.375rem;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
}
main .order-site .container .btn {
  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;
  gap: 0.625rem;
  width: 18.125rem;
  height: 4.1875rem;
  border-radius: 0.75rem;
  border: none;
  background: rgb(143, 35, 136);
  -webkit-box-shadow:  -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);;
          box-shadow:  -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);;
  padding: 1.375rem;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
main .order-site .container .btn::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("../icon/what.svg") no-repeat center center/cover;
}
main .payment {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5rem;
  background: rgb(247, 244, 248);
}
main .payment .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  max-width: 86.875rem;
  width: 100%;
}
main .payment .container h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
}
main .payment .container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
main .payment .container .cards .card {
  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;
  gap: 0.875rem;
  width: 33.3333333333%;
  height: 22.8125rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow:  0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
          box-shadow:  0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
  border-radius: 1rem;
  padding: 1.875rem;
}
main .payment .container .cards .card:nth-of-type(1) img {
  width: 5.375rem;
  height: 5.5rem;
}
main .payment .container .cards .card:nth-of-type(2) img {
  width: 5.875rem;
  height: 5.75rem;
}
main .payment .container .cards .card:nth-of-type(3) img {
  width: 6.1875rem;
  height: 6.1875rem;
}
main .payment .container .cards .card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
main .payment .container .cards .card .text h4 {
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: rgb(143, 35, 136);
}
main .payment .container .cards .card .text p {
  font-family: Mazzard, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: rgb(0, 0, 0);
}
main .payment .container button {
  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;
  gap: 0.625rem;
  width: 18.125rem;
  height: 4.1875rem;
  border-radius: 0.75rem;
  border: none;
  background: rgb(143, 35, 136);
  -webkit-box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
          box-shadow: -0.0625rem .1875rem .4375rem 0rem rgba(0, 0, 0, 0.1),
                    -0.25rem .75rem .8125rem 0rem rgba(0, 0, 0, 0.09),
                    -0.625rem 1.6875rem 1.0625rem 0rem rgba(0, 0, 0, 0.05),
                    -1.125rem 3.0625rem 1.3125rem 0rem rgba(0, 0, 0, 0.01),
                    -1.75rem 4.75rem 1.4375rem 0rem rgba(0, 0, 0, 0);
  padding: 1.375rem;
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
main .questions {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5rem;
}
main .questions .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.625rem;
  max-width: 86.875rem;
  width: 100%;
}
main .questions .container h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
  color: rgb(0, 0, 0);
}
main .questions .container .accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   gap: 0.625rem; */
  gap: 1.3rem;
  max-width: 40.9375rem;
  width: 100%;
}
main .questions .container .accordions .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
}
main .questions .container .accordions .accordion button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  background: rgb(255, 255, 255);
  padding: 0 1.25rem 0 2.125rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
          box-shadow: 0rem .4375rem .9375rem 0rem rgba(0, 0, 0, 0.1),
                0rem 1.75rem 1.75rem 0rem rgba(0, 0, 0, 0.09),
                0rem 3.875rem 2.3125rem 0rem rgba(0, 0, 0, 0.05),
                0rem 6.875rem 2.75rem 0rem rgba(0, 0, 0, 0.01),
                0rem 10.75rem 3rem 0rem rgba(0, 0, 0, 0);
  border: none;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  text-align: start;
  color: rgb(0, 0, 0);
}
main .questions .container .accordions .accordion button.open {
    background: rgb(143, 35, 136);
    color: rgb(255, 255, 255);
}
main .questions .container .accordions .accordion button.open::before {
  content: "-";
	color: rgb(255, 255, 255);
}
main .questions .container .accordions .accordion button::before {
  content: "+";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(143, 35, 136);
  font-size: 3.125rem;
  font-weight: 100;
}
main .questions .container .accordions .accordion .text {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  padding: 0 1.3125rem 0 2.1875rem;
}
main .questions .container .accordions .accordion .text.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .questions .container .accordions .accordion .text p {
  font-family: Mazzard, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgb(0, 0, 0);
}
main .our-works {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5rem;
  background: rgb(247, 244, 248);
}
main .our-works .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  max-width: 86.875rem;
  width: 100%;
}
main .our-works .container h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
}
main .our-works .container .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
main .our-works .container .gallery .works {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
}
main .our-works .container .gallery .works img {
  border-radius: 16px;
  object-fit:cover;
}
main .our-works .container .gallery .works:nth-of-type(1) img:nth-of-type(1) {
  width: 26.8125rem;
  height: 34.0625rem;
  object-fit:cover;
}
main .our-works .container .gallery .works:nth-of-type(1) img:nth-of-type(2) {
  width: 40.9375rem;
  height: 34.0625rem;
}
main .our-works .container .gallery .works:nth-of-type(1) .colums img {
  width: 13.3125rem !important;
  height: 16.375rem !important;
}
main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(1) {
  width: 13.3125rem;
  height: 16.375rem;
}
main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(2) {
  width: 13.3125rem;
  height: 16.375rem;
}
main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(3) {
  width: 25rem;
  height: 16.375rem;
}
main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(4) {
  width: 13.3125rem;
  height: 16.375rem;
}
main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(5) {
  width: 13.3125rem;
  height: 16.375rem;
}
main .our-works .container .gallery .works .colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
main .reviews {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5rem;
  background: rgb(247, 244, 248);
}
main .reviews .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5625rem;
  max-width: 86.875rem;
  width: 100%;
}
main .reviews .container h2 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
}
main .reviews .container .comments-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
main .reviews .container .comments-slider button {
  min-width: 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
  border: none;
  border-radius: 50%;
  background: rgb(143, 35, 136) url("../icon/bracket.svg") no-repeat center center/0.5625rem;
}
main .reviews .container .comments-slider button:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .reviews .container .comments-slider .comment-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
height:12rem;
}
main .reviews .container .comments-slider .comment-track .comment {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  max-width: 42.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .reviews .container .comments-slider .comment-track .comment.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .reviews .container .comments-slider .comment-track .comment img {
  min-width: 4.875rem;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background: silver;
  object-fit: cover;
}
main .reviews .container .comments-slider .comment-track .comment p > img {object-fit: contain;min-width: auto;}
main .reviews .container .comments-slider .comment-track .comment .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
main .reviews .container .comments-slider .comment-track .comment .text h3 {
  font-family: Mazzard, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgb(143, 35, 136);
}
main .reviews .container .comments-slider .comment-track .comment .text p {
  font-family: Mazzard, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: start;
  color: rgb(0, 0, 0);
}
main .reviews .container .comments-slider::before {
  content: "“";
  width: 3.75rem;
  height: 3.75rem;
  font-family: Mukta Vaani, sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 100%;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  left: 7.9375rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgba(143, 35, 136, 0.11);
transform: scale(1, -1);
}
main .reviews .container .comments-slider::after {
  content: "“";
  width: 3.75rem;
  height: 3.75rem;
  font-family: Mukta Vaani, sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 100%;
  text-align: center;
  position: absolute;
  top: -2.5rem;
  right: 8.8125rem;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  color: rgba(143, 35, 136, 0.11);
}

@media all and (max-width: 1000px) {
  
  main .hero {
    padding: 0 16px 25px;
    gap: 0;
  }
  main .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    max-width: 330px;
  }
  main .hero .container img {
    width: 273px;
    height: 326px;
  }
  main .hero .container .bl-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  main .hero .container .bl-text .text {
    gap: 10px;
  }
  main .hero .container .bl-text .text h1 {
    font-size: 32px;
    text-align: center;
  }
  main .hero .container .bl-text .text p {
    font-size: 16px;
    text-align: center;
  }
  main .hero .container .bl-text .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
  main .hero .container .bl-text .btns button {
    width: 100%;
    font-size: 16px;
  }
 main .hero .container .bl-text .timer {
    width: 350px;
    background: url("/wp-content/themes/brightcolor/assets/img//timer.png") no-repeat top center/contain;
  }
  main .hero .container .bl-text .timer .timer-group {
    margin-top: -62px;
  height: 5.5rem;
  }
  main .hero .container .bl-text .timer .timer-group span {
    font-size: 64px;
  }
  main .hero .container .bl-text .timer .timer-group span:nth-of-type(2), main .hero .container .bl-text .timer .timer-group span:nth-of-type(4) {
    height: 40px;
  }

main .hero .container .img-slider .img-track img {
       width: 273px;
       height: 348px;
  }

 main .hero .container .img-slider button {
       width: 40px;
}
main .hero .container .img-slider button:before {
	width: 25px;
    height: 25px;
}

  main .hero .container-table {
    gap: 26px;
  }
  main .hero .container-table h2 {
    font-size: 24px;
  }
  main .hero .container-table .table .thead .tr .th {
    font-size: 16px;
  }
  main .hero .container-table .table .tbody .tr .td {
    font-size: 16px;
  }
  main .design-services {
    gap: 60px;
    padding: 25px 15px 25px;
    background: transparent;
  }
  main .design-services .container {
    max-width: 330px;
    margin: 0;
  }
  main .design-services .container .info {
    width: 100%;
    padding: 28px 24px;
  }
  main .design-services .container .info a {
    width: 100%;
    font-size: 16px;
  }
  main .design-services .container .info p {
    font-size: 16px;
    text-align: center;
  }
  main .design-services .container-services {
    max-width: 330px;
    padding: 0;
  }
  main .design-services .container-services h2 {
    font-size: 24px;
  }
  main .design-services .container-services .accordions .accordion button {
    padding: 17px;
  }
  main .design-services .container-services .accordions .accordion .text {
    padding: 0;
  }
  main .design-services .container-services .accordions .accordion .text .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .design-services .container-services .accordions .accordion .text .order img {
    width: 100%;
    height: 100%;
  }
  main .design-services .container-services .accordions .accordion .text .order .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 15px 0;
  }
  main .design-services .container-services .accordions .accordion .text .order .info h3 {
    width: 100%;
    font-size: 16px;
  }
  main .design-services .container-services .accordions .accordion .text .order .info h3 br {
    display: none;
  }
  main .order-site {
    padding: 25px 16px;
  }
  main .order-site .container {
    max-width: 330px;
  }
  main .order-site .container form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    padding: 24px;
  }
  main .order-site .container form .title {
    gap: 15px;
  }
  main .order-site .container form .title h2 {
    font-size: 24px;
  }
  main .order-site .container form .title .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
  main .order-site .container form .title .inputs input,
  main .order-site .container form .title .inputs select {
    width: 100%;
    padding: 17px;
    font-size: 14px;
  }
  main .order-site .container form .title .inputs input::-webkit-input-placeholder, main .order-site .container form .title .inputs select::-webkit-input-placeholder {
    font-size: 16px;
  }
  main .order-site .container form .title .inputs input::-moz-placeholder, main .order-site .container form .title .inputs select::-moz-placeholder {
    font-size: 16px;
  }
  main .order-site .container form .title .inputs input:-ms-input-placeholder, main .order-site .container form .title .inputs select:-ms-input-placeholder {
    font-size: 16px;
  }
  main .order-site .container form .title .inputs input::-ms-input-placeholder, main .order-site .container form .title .inputs select::-ms-input-placeholder {
    font-size: 16px;
  }
  main .order-site .container form .title .inputs input::placeholder,
  main .order-site .container form .title .inputs select::placeholder {
    font-size: 16px;
  }
  main .order-site .container form .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  main .order-site .container form .social button {
    width: 100%;
    font-size: 16px;
    padding: 17px;
  }
  main .order-site .container .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
  main .payment {
    padding: 30px 16px 0;
    background: transparent;
  }
  main .payment .container {
    max-width: 330px;
  }
  main .payment .container h2 {
    font-size: 24px;
  }
  main .payment .container .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  main .payment .container .cards .card {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
  }
  main .payment .container button {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    padding: 14px;
  }
  main .questions {
    padding: 46px 16px;
  }
  main .questions .container {
    max-width: 330px;
    gap: 16px;
  }
  main .questions .container h2 {
    font-size: 24px;
  }
  main .questions .container .accordions .accordion button {
    padding: 17px;
  }
  main .our-works {
    padding: 0 16px;
    background: transparent;
  }
  main .our-works .container {
    gap: 16px;
    max-width: 330px;
  }
  main .our-works .container h2 {
    font-size: 24px;
  }
  main .our-works .container .gallery {
    gap: 12px;
  }
  main .our-works .container .gallery .works {
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .our-works .container .gallery .works:nth-of-type(1) img:nth-of-type(1) {
    width: 213px;
    height: 271px;
  }
  main .our-works .container .gallery .works:nth-of-type(1) img:nth-of-type(2) {
    width: 100%;
    height: 274px;
  }
  main .our-works .container .gallery .works:nth-of-type(1) .colums {
    gap: 11px;
  }
  main .our-works .container .gallery .works:nth-of-type(1) .colums img {
    width: 105px !important;
    height: 130px !important;
  }
  main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(1) {
    width: 159px;
    height: 192px;
  }
  main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(2) {
    width: 159px;
    height: 192px;
  }
  main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(3) {
    width: 207px;
    height: 136px;
  }
  main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(4) {
    width: 110px;
    height: 136px;
  }
  main .our-works .container .gallery .works:nth-of-type(2) img:nth-of-type(5) {
    display: none;
  }
  main .reviews {
    padding: 46px 16px 126px;
    background: transparent;
  }
  main .reviews .container {
    max-width: 330px;
    gap: 20px;
  }
  main .reviews .container h2 {
    font-size: 24px;
  }
  main .reviews .container .comments-slider {
    position: relative;
  }
  main .reviews .container .comments-slider::before {
    width: 34px;
    height: 34px;
    left: 0;
    bottom: -50px;
    font-size: 70px;
    line-height: 100%;
  }
  main .reviews .container .comments-slider::after {
    width: 34px;
    height: 34px;
    right: 0;
    bottom: 10px;
    font-size: 70px;
    line-height: 100%;
  }
  main .reviews .container .comments-slider button {
    position: absolute;
    bottom: -79px;
    font-size: 16px;
    padding: 14px;
    margin: 0 auto;
  }
  main .reviews .container .comments-slider button:nth-of-type(1) {
    left: -58px;
    right: 0;
  }
  main .reviews .container .comments-slider button:nth-of-type(2) {
    right: -58px;
    left: 0;
  }

main .reviews .container .comments-slider .comment-track {
height:fit-content;
}
  main .reviews .container .comments-slider .comment-track .coment .text h3 {
    font-size: 20px;
  }
  main .reviews .container .comments-slider .comment-track .coment .text p {
    font-size: 14px;
  }
}